/*!
Theme Name: mama
Theme URI: http://underscores.me/
Author: bleecker
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mama
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.

mama 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.
 */

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

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

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

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 30px 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;
    /* 2 */
}

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

h4 {
    font-size: 30px;
    line-height: 24px;
    color: #2A3248;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

p {
    padding: 0;
    margin: 0 0 25px 0;
}

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

.admin-bar header {
    top: 32px;
}

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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
}

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

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

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



/*mama theme*/

/*fonts*/
/*@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i|Playfair+Display:400,400i,700,700i&display=swap&subset=cyrillic');
*/
.preloader-wrapper {
    background-color: #dc5198;
    position: fixed;
    width: 120%;
    height: 140%;
    z-index: 100;
    top: -20%;
    right: -10%;
    bottom: -20%;
    left: -10%;
}

.preloader-wrapper div {
    width: 64px;
    height: 64px;
    background-image: url('images/preloader.gif');
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

html,
body {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2A3248;
	padding-top: 80px;
}

.clearfix {
    clear: both;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1;
    color: #2A3248;
    padding: 0;
    margin: 0 0 50px 0;
}

.btn-transparent {
    display: inline-block;
    padding: 14px 50px;
    border: 2px solid #FD68B4;
    border-radius: 50px;
    font-size: 12px;
    line-height: 16px;
    color: #50576C;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all .2s;
}

.btn-transparent:hover {
    border: 2px solid #5594E5;
}

.btn-main {
    display: inline-block;
    padding: 17px 50px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all .2s;
    background: linear-gradient(90deg, #893AAB 0%, #FF69B4 100%);
    box-shadow: 0px 5px 50px rgba(137, 58, 171, 0.5);
    outline: none;
    cursor: pointer;
    text-align: center;
}

.btn-main:hover {
    color: #fff;
    background: #5594E5;
}

.form-result {
    font-size: 13px;
    padding: 7px 0;
}

.form-result .error {
    color: red;
}

.form-result .ok {
    color: green;
}

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 {
    width: 100%;
    background-color: #fff;
    padding: 12px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D7D9E1;
}

textarea {
    resize: none;
}

.container {
    padding: 0 40px;
    max-width: 1440px;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    transition: all .2s ease-in;
}

.sticky-header header {
    padding: 10px 0;
}

header .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.header-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: center;
}

.header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.hamburger {
    display: none;
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 30px;
    height: 19px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.header-menu {
/*     margin: 0 110px; */
	margin-right: 100px;
}

.header-menu-list {
	display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-menu-list .sub-menu {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 15px;
    min-width: 240px;
}

.header-menu-list .dropped>.sub-menu .title {
    cursor: pointer;
}

.header-menu-list .sub-menu .title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.header-menu-list .sub-menu>li {
    text-transform: none;
}

.header-menu-list .sub-menu>li>a {
    text-decoration: none;
    display: block;
    color: #2A3248;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.header-menu-list .sub-menu>li>a:hover {
    color: #FD68B4;
}

.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children>a:after,
.header-menu-list .sub-menu .title:after {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 7px;
    content: '';
    top: 0;
    right: 0;
    width: 10px;
    height: 6px;
    background-image: url('svg/arrow_menu.svg');
}

.header-menu-list>li {
    position: relative;
    margin: 0 25px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
}

.header-menu-list>li:first-child {
    margin-left: 0 !important;
}

.header-menu-list>li:last-child {
    margin-right: 0 !important;
}

.header-menu-list>li>a {
    font-weight: 600;
    display: block;
    text-decoration: none;
    color: #2A3248;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    outline: none;
}

.header-menu-list .current-menu-parent>a,
.header-menu-list .current-menu-item>a {
    border-bottom: 2px solid #FD68B4;
}

.header-menu-list>li>a {
    border-bottom: 2px solid transparent;
}

.header-menu-list>li>a:hover {
    border-color: #FD68B4;
}

.header-contacts {
    text-align: right;
}

.header-cont-tel {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
}

.header-cont-tel a {
    color: #2A3248;
    text-decoration: none;
}

.header-cont-days {
    font-size: 13px;
    line-height: 18px;
    color: #50576C;
    padding-top: 5px;
}

.header-online {
    margin-left: 20px;
}

.header-lang-social {
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header-lang__container {
    margin-bottom: 13px;
}
.header-lang {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.header-lang .lang-item {
    position: relative;
    margin-right: 11px;
}
.header-lang .lang-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -6px;
    width: 1px;
    height: 9px;
    background-color: #2A3248;
    transform: translateY(-50%);
}
.header-lang .lang-item:last-child {
    margin-right: 0;
}
.header-lang .lang-item:last-child::after {
    display: none;
}
.header-lang .lang-item a,
.header-lang .lang-item a:focus {
    font-family: 'Open Sans', san-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2A3248;
    text-decoration: none;
}
.header-lang .lang-item a:hover,
.header-lang .lang-item a:active {
    color: #FD68B4;
    text-decoration: none;
}
.header-lang .lang-item.current-lang a,
.header-lang .lang-item.current-lang a:focus,
.header-lang .lang-item.current-lang a:hover,
.header-lang .lang-item.current-lang a:active {
    font-weight: bold;
    color: #2A3248;
    cursor: default;
}

.header-mob-lang__container {
    display: none;
    position: absolute;
    top: 16px;
    right: 57px;
}

.header-mob-lang__container .lang-item {
    margin-right: 0 !important;
}
.header-mob-lang__container .lang-item:after {
    display: none;
}
.header-mob-lang__container .lang-item.current-lang {
    display: none;
}
.header-mob-lang__container .lang-item a,
.header-mob-lang__container .lang-item a:focus,
.header-mob-lang__container .lang-item a:hover,
.header-mob-lang__container .lang-item a:active {
    font-weight: bold;
    color: #2A3248;
}

.header-social {
    margin-left: 45px;
 	display: flex;
}

.header-soc-item {
    margin-left: 15px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.header-soc-item svg path {
    transition: all .2s;
}

.header-soc-item:hover svg path {
    fill: #5594E5;
}

/*front slider*/
.front-slider-block {
    position: relative;
    margin-bottom: 100px;
}

.front-slider-item {
    background-repeat: no-repeat;
    background-position: center center;
}

.front-slider-block .slick-arrow {
    position: absolute;
    right: 40px;
    bottom: 42px;
    cursor: pointer;
}

.front-slider-block .slick-arrow svg path {
    transition: all .2s;
}

.front-slider-block .slick-arrow:hover svg path {
    fill: #FD68B4;
}

.front-slider-block .slick-arrow.front-slider-prev {
    right: 82px;
}

.front-slider-item {
    color: #fff;
    text-align: center;
    padding: 170px;
}

.front-slider-ico {
    display: none;
}

.front-slider-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 72px;
    line-height: 1.33;
    max-width: 890px;
    margin: 0 auto;
}

.front-slider-descr {
    font-size: 36px;
    line-height: 1.33;
    padding-top: 40px;
    padding-bottom: 60px;
}

.front-slider-block .slick-dots-container {
    background-color: #F4F4F4;

}

.front-slider-block .slick-dots {
    list-style-type: none;
    padding: 30px 150px 30px 40px;
    max-width: 1360px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.front-slider-block .slick-dots>li {
    margin-right: 80px;
}

.front-slider-block .slick-dots>li:last-child {
    margin-right: 0;
}

.front-slider-block .slick-dots>li>button {
    border: 0;
    background: none;
    padding: 0;
    color: #5594E5;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.front-slider-block .slick-dots>li.slick-active>button {
    color: #FD68B4;
}

.front-dots-icon {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.front-slider-block .slick-dots>li.slick-active .front-dots-icon svg path {
    fill: #FD68B4;
}

.front-dots-text {
    display: inline-block;
    vertical-align: middle;
}

/*services*/
.services {
    position: relative;
    margin-bottom: 80px;
}

.services:before {
    display: block;
    content: '';
    width: 953px;
    height: 1920px;
    position: absolute;
    top: 640px;
    right: 0;
    background-image: url('images/services_bg2.png');
}

.services:after {
    display: block;
    content: '';
    /*width: 289px;*/
    /*height: 500px;*/
    /*bottom: -30px;*/
    /*right: 0;*/
    /*background-image: url('images/services_online.png');*/
    width: 260px;
    height: 380px;
    position: absolute;
    bottom: -18rem;
    right: 8rem;
    background-image: url('images/stethoscope.png');
    background-repeat: no-repeat;
}

.services h1 {
    padding-top: 50px;
}
.services h1,
.services h2 {
    text-align: center;
    margin-bottom: 75px;
}

.services-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.services-item {
    width: 50%;
    padding: 0 15px;
}

.services-item:nth-of-type(2n-1).services-i-online {
    width: 100%;
}

.archive .services-i-online .services-i-inner {
    margin: 6rem 0;
}

.archive .services:after {
    bottom: -8rem;
    right: 18rem;
}

.services-i-online .services-i-inner {
    margin-top: 30px;
}

.services-i-inner {
    background-color: #e1f1f9;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.services-i-inner:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('images/services_bg1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.services-i-online .services-i-inner {
    background: none !important;
    text-align: center;
}

.services-i-online .services-i-inner:before {
    display: none;
}

.services-item:nth-child(2) .services-i-inner {
    background-color: #fae9f4;
}

.services-item:nth-child(3) .services-i-inner {
    background-color: #ffe9f4;
}

.services-item:nth-child(3) .services-i-price {
    color: #ff69b4;
}

.services-item:nth-child(4) .services-i-inner {
    background-color: #e9effb;
}

.services-item:nth-child(4) .services-i-price {
    color: #2960d4;
}

.services-item:nth-child(5) .services-i-inner {
    background-color: #f5e6fb;
}

.services-item:nth-child(5) .services-i-price {
    color: #893aab;
}

.services-i-left {
    width: 35%;
    height: 100%;
    position: absolute;
    z-index: 2;
    float: left;
}

.services-i-right {
    position: relative;
    z-index: 2;
    width: 65%;
    float: right;
    padding: 52px 30px 85px 30px;
}

.services-i-title {
    font-weight: 300;
    font-size: 48px;
    line-height: 50px;
    padding-bottom: 35px;
    padding-right: 100px;
    min-height: 135px;
}

.services-i-descr {
    font-size: 14px;
    line-height: 22px;
    color: #50576C;
    min-height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-i-price {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    color: #5693e4;
    padding-top: 25px;
    padding-bottom: 20px;
}

.services-item:nth-child(even) .services-i-price {
    color: #d02690;
}

.services-i-more .btn-main {
    padding: 12px 33px;
}

/*about*/
.servpage-price {
    padding-bottom: 125px;
}
.about {
    position: relative;
    /*background-image: url('images/about.png');*/
    background-repeat: no-repeat;
    padding-top: 115px;
    padding-bottom: 125px;
}

.about h2 {
    margin-bottom: 35px;
}

.about-descr {
    font-size: 14px;
    line-height: 24px;
    color: #50576C;
    margin-bottom: 45px;
    max-width: 580px;
}

.about-inner {
    float: right;
    max-width: 780px;
}

.about-wh-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.about-wh-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.about-wh-item {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 20px;
}

.about-wh-i-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.about-wh-i-left {
    padding-right: 20px;
}

.about-wh-i-left img {
    display: block;
    width: 43px;
    max-width: 43px;
}

.about-wh-i-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-right: 40px;
}

.about-wh-i-descr {
    font-size: 14px;
    line-height: 20px;
    color: #50576C;
}

.about-wh-online {
    padding-top: 20px;
}

/*reviews*/
.reviews {
    background-color: #F4F4F4;
    background-image: url('images/revbg.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-bottom: 100px;
    overflow: hidden;
}

.rev-slider {
    margin: -50px;
    position: relative;
}

.rev-slider-arrows {
    position: absolute;
    left: 50%;
    bottom: 50px;
    max-width: 430px;
    z-index: 1;
}

.rev-slider-prev,
.rev-slider-next {
    display: inline-block;
    background: #85CEF8;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding-top: 21px;
}

.rev-slider-prev {
    margin-right: 15px;
    position: relative;
}

.rev-slider .slick-arrow.slick-next {
    left: 540px;
}

.rev-slider-container {
    position: relative;
    max-width: 890px;
    margin: 0 auto;
}

.rev-slider-item {
    padding: 50px;
    outline: none;
}

.rev-slide-photo {
    float: left;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.rev-slide-content {
    margin-left: 50%;
    max-width: 430px;
}

.slider-count {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    line-height: 30px;
    color: #DDDEE0;
    transform: rotate(-90deg);
    position: absolute;
    top: 135px;
    left: -225px;
}

.rev-slide-name {
    margin-bottom: 10px;
}

.rev-slide-name .title {
    display: block;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-right: 15px;
    /* margin-bottom: 40px; */
}

.rev-slider-main .rev-slide-name .title {
    display: inline-block;
}

.rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 80px;
}

.rating-in {
    display: block;
    background-image: url('svg/rating.svg');
    height: 16px;
}

.rev-slide-city {
    font-size: 14px;
    line-height: 1.29;
    color: #50576C;
    margin-top: 5px;
    margin-bottom: 40px;
}

.rev-slide-text {
    font-size: 16px;
    line-height: 26px;
}

.rev-slide-name .testimonial-city {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
}

.testimonial-city .testimonial-field-before:after {
    content: ' ';
}

/*main social*/
.main-social {
    background: linear-gradient(90deg, #85CEF8 0%, #FF69B4 100%);
    position: relative;
    padding: 90px 0;
    text-align: center;
    color: #fff;
}

.main-social:before {
    display: block;
    content: '';
    width: 750px;
    height: 100%;
    background-image: url('images/socbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.main-social .container {
    position: relative;
    z-index: 1;
}

.main-social h2 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.main-soc-desr {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}

.main-soc-item {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px dashed #fff;
    border-radius: 50px;
    padding: 9px 30px;
    margin: 0 8px;
}

.main-soc-item svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.main-soc-item span {
    display: inline-block;
    vertical-align: middle;
}

.main-soc-item:hover {
    color: #d02690;
    border: 1px dashed #d02690;
}

.main-soc-item:hover svg path {
    fill: #d02690;
}

/* seo content */

.seo-wrapper {
    max-width: 1128px;
    margin: -webkit-calc(30px + (70 - 30) * ((100vw - 375px) / (1440 - 375))) auto -webkit-calc(30px + (86 - 30) * ((100vw - 375px) / (1440 - 375)));
    margin: calc(30px + (70 - 30) * ((100vw - 375px) / (1440 - 375))) auto calc(30px + (86 - 30) * ((100vw - 375px) / (1440 - 375)));
}

.seo-content {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 10px;
}

.seo-content::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

.seo-content::-webkit-scrollbar-thumb {
    background: #85CEF8;
    height: 126px;
}

.seo-title {
    color: #2A3248;
    font-family: "Playfair Display", serif;
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 375px) / (1440 - 375)));
    font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (1440 - 375)));
    font-style: italic;
    font-weight: bold;
    max-width: 1042px;
    margin-bottom: -webkit-calc(20px + (32 - 20) * ((100vw - 375px) / (1440 - 375)));
    margin-bottom: calc(20px + (32 - 20) * ((100vw - 375px) / (1440 - 375)));
}

.seo-text {
    color: #50576C;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 375px) / (1440 - 375)));
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1440 - 375)));
    max-width: 1042px;
}

.seo-text p {
    margin-bottom: -webkit-calc(14px + (16 - 14) * ((100vw - 375px) / (1440 - 375)));
    margin-bottom: calc(14px + (16 - 14) * ((100vw - 375px) / (1440 - 375)));
}

/*footer*/
.footer {
    background: #F4F4F4;
}

.footer-in,
.footer-one-two-bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer-one-two {
    padding: 50px 0;
}

.footer-one-two-bottom {
    width: 100%;
}

.footer-in {
    margin-right: -40px;
}

.footer-one-two {
    width: 56%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer-one,
.footer-copyright {
    width: 45%;
}

.footer-two,
.footer-social {
    width: 55%;
}

.footer-one,
.footer-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 2rem;
}

.footer-one,
.footer-copyright {
    padding-right: 60px;
}
.footer-form form {
    display: flex;
}
.footer-two .header-menu {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.footer-two .header-menu-list>li {
    margin: 0 5%;
}

.footer-two .header-menu-list>li>a {
    border-color: #F4F4F4;
}

.footer-two .header-menu-list>li>a:hover {
    border-color: #FD68B4;
}

.footer-three {
    width: 44%;
    position: relative;
}

.footer h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: -9px;
}

.footer p {
    font-size: 13px;
    line-height: 22px;
    color: #50576C;
    margin: 0 0 12px 0;
}

.footer-info {
    font-size: 13px;
    line-height: 22px;
}

.footer-adress {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.footer-two .header-contacts {
    text-align: left;
    margin-bottom: 20px;
}

.footer-two .header-cont-tel {
    font-size: 24px;
    line-height: 30px;
}

.footer-mail {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 60px;
}

.footer-mail a {
    color: #FD68B4;
    text-decoration: none;
}

.footer-mail a:hover {
    text-decoration: underline;
}

.footer-form {
    margin-bottom: 35px;
}

.footer-form-title {
    font-size: 13px;
    line-height: 30px;
    color: #50576C;
    margin-bottom: 5px;
}

.footer-soc-title {
    font-size: 13px;
    line-height: 30px;
    color: #50576C;
    margin-bottom: 1px;
}

.footer-soc-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-soc-item a {
    display: block;
    height: 23px;
}

.footer-soc-item img {
    height: 23px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.footer-soc-item img:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}

.footer-form input {
    display: inline-block;
    vertical-align: middle;
    margin-right: -22px;
    width: 55%;
}

.footer-form .btn-main {
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 13px 20px;
    cursor: pointer;
}

.footer-developers {
    font-size: 0;
    width: 100%;
    padding-top: 30px;
    order: 2;
}

.developers-text,
.developers-logo {
    display: inline-block;
    vertical-align: middle;
}

.developers-text {
    font-size: 14px;
    margin-right: 5px;
}

.map {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*breadcrumbs*/
.breadcrumbs {
    background: #F4F4F4;
    padding: 16px 0;
    font-size: 13px;
    line-height: 18px;
    color: #50576C;
}

.breadcrumbs a {
    color: #A4A7B0;
    text-decoration: none;
    transition: all .2s;
}

.breadcrumbs a:hover {
    color: #FD68B4;
}

.breadcrumbs-arrow {
    width: 6px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('svg/arrow_menu.svg');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    margin: 0 12px;
}

/*services page*/
.servpage-top {
    padding: 80px 0 130px 0;
    /*background-image: url('images/servicespagetopbg.png');*/
    /* background-position: top right;
    background-repeat: no-repeat; */
    position: relative;
    overflow: hidden;
}

.servpage-top-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    height: 100%;
}

.servpage-top-bg img {
    max-height: 100%;
    max-width: none;
}

.servpage-top-all {
    max-width: 700px;
    position: relative;
}

.servpage-top-all:before {
    display: block;
    content: '';
    width: 135px;
    height: 135px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 35px;
    z-index: 1;
}

.servpage-top-all h1 {
    margin-bottom: 20px;
}

.servpage-top-inner {
    position: relative;
    z-index: 2;
}

.servpage-top-descr {
    max-width: 540px;
    font-size: 16px;
    line-height: 30px;
    color: #50576C;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, .7);
    padding: 10px 0 10px 0;
}

.timer-block {
    max-width: 505px;
    margin-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(42, 50, 72, 0.15);
    padding: 15px 0 15px 15px;
    color: #FD68B4;
}

.timer-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.timer-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-right: 23px;
}

.timer-wrapper .time {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.timer-wrapper .text {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.servpage-top-price {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 30px;
    color: #5594E5;
    margin-bottom: 35px;
}

.servpage-two {
    padding: 100px 0;
    /*background-image: url('images/servicespagetwobg.png');*/
    /* background-position: top left;
    background-repeat: no-repeat; */
    position: relative;
    /* overflow: hidden; */
}

.servpage-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%
}

.servpage-two-bg img {
    max-height: 100%;
    max-width: none;
}

.servpage-two:before {
    display: block;
    content: '';
    width: 968px;
    height: 1920px;
    background-image: url('images/servicesbg.png');
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.servpage-two .container {
    position: relative;
    z-index: 1;
}

.servpage-two-inner {
    max-width: 580px;
    float: right;
    margin-right: 200px;
}

.servpage-two-descr {
    font-size: 14px;
    line-height: 24px;
    color: #50576C;
    margin-bottom: 40px;
}

.servpage-three {
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.servpage-three h2 {
    margin-bottom: 80px;
}

.servpage-three-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    flex-wrap: wrap;
    counter-reset: servCounter;
    padding: 0;
    margin: 0;
}

.servpage-three-item {
    width: 33.33%;
    padding-right: 50px;
    list-style: none;
    padding-top: 103px;
    position: relative;
}

.servpage-three-item:before {
    counter-increment: servCounter;
    content: '0'counter(servCounter);
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Playfair Display', serif;
    font-size: 296.25px;
    line-height: 74px;
    color: #5594E5;
    opacity: 0.15;

}

.servpage-three-item:after {
    counter-increment: servCounter-1;
    content: '0'counter(servCounter);
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    line-height: 30px;
    color: #5594E5;
}

.servpage-three-i-title {
    font-size: 20px;
    line-height: 30px;
    color: #2A3248;
    margin-bottom: 15px;
}

.servpage-three-i-descr {
    font-size: 14px;
    line-height: 26px;
    color: #50576C;
}

.servpage-price {
    position: relative;
    z-index: 1;
}

.servpage-price .container {
    padding: 0;
}

.servpage-price h2 {
    font-size: 36px;
    line-height: 1.2;
}

.servpage-price-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;
}

.servpage-price-block {
    width: 50%;
}

.servpage-price-block:first-child {
    /*background-image: url('images/servprice.png');*/
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.servpage-price-block:last-child {
    padding: 95px 60px;
    background-color: #e1f1f9;
}

.servpage-price-table {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #50576C;
    max-width: 435px;
}

.servpage-price-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    flex-wrap: nowrap;
    padding: 16px 0;
    border-bottom: 1px solid #A4A7B0;
}

.servpage-price-line:last-child {
    border-bottom: none;
}

.servpage-price-title {
    width: 70%;
}

.servpage-price-qual {
    width: 30%;
    text-align: right;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FD68B4;
}

.servpage-rev-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.servpage-rev-container {
    margin: 0;
    max-width: 100%;
    padding-left: 115px;
    width: 65%;
}

.servpage-rev-container .slider-count {
    left: -85px;
    top: 95px;
}

.servpage-rev-container .rev-slide-content {
    margin-left: 0;
    max-width: 600px;
}

.home-reviews .rev-slide-content {
    padding-bottom: 80px;
}

.servpage-rev-container .rev-slide-content img {
    margin-right: 25px;
}

.servpage-rev-container .rev-slide-text {
    padding-bottom: 80px;
}

.servpage-rev-container .rev-slide-text:after {
    content: '';
    display: table;
    clear: both;
}

.servpage-rev-container .rev-slider-arrows {
    left: auto;
    bottom: 0;
}

.rev-form {
    width: 35%;
    padding-left: 50px;
}

.rev-form-block {
    background-color: #fff;
    box-shadow: 25px 25px 50px rgba(42, 50, 72, 0.15);
    padding: 40px;
}
.rev-form.login-form .rev-form-block {
    background-color: #fff;
    box-shadow: none;
    padding: 0;
}

.rev-form-block h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px !important;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2A3248;
    margin-bottom: 35px;
}

.form-line {
    margin-bottom: 15px;
}

.form-name {
    font-size: 14px;
    line-height: 14px;
    color: #50576C;
    margin-bottom: 8px;
}



/* Contacts page */
.contacts-info {
    padding-bottom: 100px;
}

.contacts-info h2 {
    text-align: center;
    margin: 70px 0 50px;
}

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

.ci__detail {
    padding-right: 30px;
    flex-shrink: 0;
}

.ci__detail-item {
    padding-left: 55px;
    position: relative;
    margin-bottom: 35px;
}

.ci__detail-item:last-child {
    margin-bottom: 0;
}

.ci__detail-item-icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.ci__detail-item:nth-child(1) .ci__detail-item-icon {
    width: 36px;
}

.ci__detail-item:nth-child(2) .ci__detail-item-icon {
    width: 24px;
    left: 4px;
}

.ci__detail-item:nth-child(3) .ci__detail-item-icon {
    width: 36px;
}

.ci__detail-item:nth-child(4) .ci__detail-item-icon {
    width: 32px;
}

.ci__detail-item-title {
    color: #FD68B4;
    margin-bottom: 3px;
}

.ci__detail-item-text,
.ci__detail-item-text a {
    font-size: 20px;
    color: #2A3248;
    text-decoration: none;
}

.ci__detail-item-text_schedule {
    font-size: 16px;
}

.ci__map {
    width: 800px;
    height: 400px;
}

#contacts-info-map {
    width: 100%;
    height: 100%;
}

/* Contacts page end */



/* About page */
.about-fs-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: -40px;
}

.about-fs-text {
    max-width: 700px;
    flex-shrink: 3;
    margin-right: 30px;
}

.about-fs-descr {
    max-width: 550px;
}

.about-fs-image {
    flex-shrink: 2;
    width: 590px;
}

.about-fs-image img {
    display: block;
    width: 100%;
}

.about-advantages {
    background-color: #F4F4F4;
    padding: 55px 0 20px;
}

.about-advantages-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.about-advantages-list .about-wh-item {
    width: 25%;
    padding: 0 15px;
}

.about-advantages-list .about-wh-i-inner {
    display: block;
}

.about-advantages-list .about-wh-i-left {
    padding: 0;
    height: 70px;
    display: flex;
    align-items: center;
}

.about-advantages-list .about-wh-i-title {
    padding: 0;
}

.about-advantages-list .about-wh-item:nth-child(1) .about-wh-i-title,
.about-advantages-list .about-wh-item:nth-child(3) .about-wh-i-title,
.about-advantages-list .about-wh-item:nth-child(4) .about-wh-i-title {
    max-width: 202px;
}

.about-advantages-list .about-wh-item:nth-child(1) .about-wh-i-descr {
    max-width: 275px;
}

.about-advantages-list .about-wh-item:nth-child(2) .about-wh-i-descr {
    max-width: 250px;
}

.our-partners {
    padding: 100px 0;
    background: #F4F4F4 url(images/partners-bg.png) center bottom no-repeat;
    background-size: cover;
}

.our-partners h2 {
    text-align: center;
    margin-bottom: 30px;
}

.partners-slider-container {
    position: relative;
    width: 100%;
    max-width: 1050px;
    padding: 0 60px;
    margin: 0 auto;
}

.partners-slider {
    margin: 0 -15px;
}

.partners-slider .partners-slider-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}

.partners-slider .partners-slider-item img {
    width: 100%;
    max-width: 318px;
    margin: 0 auto;
}

.partners-slider-container .partners-slider-prev,
.partners-slider-container .partners-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.partners-slider-container .partners-slider-prev {
    left: 0;
}

.partners-slider-container .partners-slider-next {
    right: 0;
}

.european-quality {
    padding: 90px 0 70px;
}

.european-quality-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.certificates-slider-container {
    position: relative;
    width: 57%;
    max-width: 770px;
}

.certificates-slider-container .slick-list.draggable {
    padding-right: 30px;
}

.certificates-slider-container .certificates-slider-prev,
.certificates-slider-container .certificates-slider-next {
    position: absolute;
    top: 0;
    bottom: 75px;
    margin: auto 0;
}

.certificates-slider-container .certificates-slider-prev {
    left: -30px;
}

.certificates-slider-container .certificates-slider-next {
    right: 30px;
}

.certificates-slider-item {
    padding: 0 30px 75px 0;
    opacity: 0;
}

.certificates-slider-item.slick-active {
    opacity: 1;
}

.certificate-item {
    width: 100%;
    max-width: 216px;
    margin: 0 auto;
    box-shadow: 25px 25px 50px rgba(42, 50, 72, 0.15);
}

.european-quality-info {
    padding-left: 30px;
    width: 43%;
    max-width: 530px;
}

.european-quality-info h2 {
    max-width: 500px;
    margin-bottom: 30px;
    line-height: 1;
}

.european-quality-info p {
    font-size: 16px;
    max-width: 390px;
    margin-bottom: 35px;
}

.european-quality-info .btn-main {
    min-width: 265px;
}

/* About page end */

/*post page*/
.page-date {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #A4A7B0;
    padding-top: 70px;
}

.page-all {
    font-size: 16px;
    padding-bottom: 70px;
    background-image: url('images/page_bg.png');
    background-position: top right;
    background-repeat: no-repeat;
}

.page-all .container {
    max-width: 745px;
}

.page-all h1 {
    max-width: 665px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}

.page-all .wp-block-image {
    margin: 0 0 50px 0;
}

.page-all .wp-block-image img {
    width: 100%;
    position: relative;
    left: -115px;
    max-width: none;
}

.page-all p {
    font-size: 16px;
    color: #50576C;
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.page-all a {
    color: #609be6;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #bfd7f5;
}

.page-all a:hover {
    color: #bfd7f5;
}

.page-all ul {
    color: #50576C;
    padding: 0 0 0 60px;
    margin: 0 0 24px 0;
    list-style: none;
}

.page-all ul li {
    padding-bottom: 6px;
    line-height: 22px;
    position: relative;
    padding-left: 16px;
}

.page-all ul li:before {
    content: "•";
    color: #5594e5;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 24px;
    margin-right: 6px;
}

.page-all ol {
    counter-reset: myCounter;
    color: #50576C;
    padding: 0 0 0 60px;
    margin: 0 0 24px 0;
}

.page-all ol li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    line-height: 22px;
    padding-bottom: 6px;
}

.page-all ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter)'.';
    color: #5594e5;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    margin-right: 6px;
}

.page-all .wp-block-quote {
    margin: 0 0 60px 0;
    padding-top: 50px;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #2A3248;
    position: relative;
}

.page-all .wp-block-quote:before {
    display: block;
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -27px;
    width: 56px;
    height: 6px;
    background: url('svg/dotted.svg') 0 0 no-repeat;
}

.page-all .wp-block-quote p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: #2A3248;
}



/* Binotel */
.bingc-phone-button {
    top: 14%;
    right: 23px;
    bottom: auto !important;
    left: auto !important;
}

@media (max-width: 979px) {
    .bingc-phone-button {
        right: 5px;
    }
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-left {
    bottom: 115px !important;
    left: -85px !important;
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-left svg.bingc-phone-button-arrow {
    bottom: -13px !important;
    left: 115px !important;
}
/* END Binotel */



/*responsive*/
@media (max-width: 1400px) {
    .header-menu {
        margin: 0 24px;
    }
	.header-menu-list>li {
		margin: 0 32px 0 0;
	}
	.header-contacts {
		max-width: 240px;
	}
}

@media (max-width: 1300px) {
	
    .header-menu-list>li,
    .footer-two .header-menu-list>li {
        margin: 0 5px;
    }
}

@media (max-width: 1240px) {
    .seo-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0;
        margin-left: 0;
        padding: 0 -webkit-calc(20px + (50 - 20) * ((100vw - 375px) / (1240 - 375)));
        padding: 0 calc(20px + (50 - 20) * ((100vw - 375px) / (1240 - 375)));
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 1200px) {
    .header-menu {
        margin: 0 20px;
    }

    .about-advantages-list .about-wh-item {
        width: 50%;
    }

    .about-advantages-list .about-wh-item:nth-child(1) .about-wh-i-title,
    .about-advantages-list .about-wh-item:nth-child(3) .about-wh-i-title,
    .about-advantages-list .about-wh-item:nth-child(4) .about-wh-i-title,
    .about-advantages-list .about-wh-item:nth-child(1) .about-wh-i-descr,
    .about-advantages-list .about-wh-item:nth-child(2) .about-wh-i-descr {
        max-width: none;
    }

    .certificates-slider-container {
        max-width: 524px;
    }

    .certificates-slider-container,
    .european-quality-info {
        width: 50%;
    }

    .european-quality-info {
        padding-left: 15px;
    }
}

@media (max-width: 1150px) {
    .container {
        padding: 0 20px;
    }

    .header-social {
        margin-left: 20px;
    }

    .footer .container {
        padding: 0;
    }

    .footer-in {
        margin-right: 0;
    }

    .footer-one-two {
        order: 2;
        width: 100%;
        padding: 0 20px 50px;
    }

    .footer-three {
        order: 1;
        margin: 0 0 50px;
    }

    .footer-one,
    .footer-copyright,
    .footer-two,
    .footer-social
     {
        width: 50%;
    }

    .footer-three {
        width: 100%;
        height: 500px;
    }

    .servpage-top {
        padding: 40px 0 90px 0;
        /* background-position: 500px 0; */
    }

    .servpage-top-bg {
        right: auto;
        left: 470px;
    }

    .servpage-two-inner {
        margin-right: 20px;
    }

    .servpage-rev-container {
        width: 55%;
    }

    .rev-form {
        width: 45%;
    }

    /* About page */
    .about-fs-content {
        margin-right: -20px;
    }

    .european-quality-container {
        padding-left: 15px;
    }

    /* About page end */

    .page-all .wp-block-image img {
        left: 0;
        max-width: 100%;
    }
}

@media (max-width: 1080px) {
    body {
        padding-top: 60px;
    }
    header .container {
        display: block;
        position: relative;
    }

    .hamburger {
        display: block;
    }

    .header-lang__container {
        display: none;
    }
    .header-lang-social {
        margin-left: 0;
        align-items: center;
    }
    .header-mob-lang__container {
        display: block;
    }

    .header-content {
        display: none;
        padding-top: 20px;
        padding-bottom: 30px;
    }
	.header-menu-list {
		display:block;
	}

    .header-menu-list .current-menu-parent>a {
        border: none;
    }

    .show-mobile-menu .header-content {
        display: block;
    }

    .show-mobile-menu header {
        height: 100%;
        overflow: auto;
    }

    header {
        width: 100%;
    }

    .header-logo {
        display: block;
        height: 50px;
        margin-right: 50px;
    }

    .header-logo svg {
        height: 50px;
        width: auto;
    }

    header .header-menu {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    header .header-menu-list>li {
        display: block;
        margin: 0;
        font-size: 14px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    header .header-menu-list>li>a {
        display: inline-block;
        font-weight: 600;
        padding: 9px 0;
    }

    header .header-menu-list>li>a:hover {
        border-bottom: 1px solid #fff;
        color: #FD68B4;
    }

    header .header-menu-list>li.menu-item-has-children>a:hover {
        color: #2A3248 !important;
    }

    header .menu-item-has-children>a:after,
    header .header-menu-list .sub-menu .title:after {
        display: none;
    }

    header .header-menu-list .sub-menu {
        display: block !important;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    header .header-menu-list .sub-menu>li>a {
        display: inline-block;
        font-size: 14px;
        color: #50576C;
        padding: 8px 0;
        margin: 0;
    }

    .header-right {
        display: block;
    }

    .header-contacts,
    .header-online,
    .header-social {
        text-align: center;
    }

    .header-online,
    .header-social {
        margin-left: 0;
    }

    .header-contacts {
        padding-top: 25px;
		max-width: 100%;
    }
	

    .header-online {
        padding-top: 25px;
    }

    .header-social {
        padding-top: 30px;
    }

    .header-soc-item {
        margin-left: 7px;
        margin-right: 7px;
    }

    .header-online .btn-transparent {
        padding: 14px 20px;
    }

    .front-slider-item {
        padding: 80px;
    }

    .front-slider-title {
        font-size: 62px;
    }

    .front-slider-descr {
        font-size: 30px;
    }

    .front-slider-block .slick-dots>li {
        margin-right: 20px;
    }

    .front-dots-text {
        font-size: 13px;
    }

    .services-i-left {
        background-position: center center;
    }

    .services-i-right {
        padding: 40px 15px 65px;
    }

    .services-i-title {
        font-size: 32px;
        line-height: 34px;
        padding-right: 0;
        padding-bottom: 25px;
        min-height: 93px;
    }

    .about {
        background-image: none !important;
    }

    .about-inner {
        float: none;
        max-width: 100%;
    }

    .servpage-two {
        padding: 50px 0;
        background: none !important;
    }

    .servpage-two-inner {
        max-width: 65%;
        margin-right: 0;
    }

    .servpage-three {
        padding: 60px 0;
    }

    .servpage-three-item {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 50px;
    }

    .servpage-price-block {
        width: 55%;
    }

    .servpage-price-block:first-child {
        width: 45%;
    }

    .footer-two .header-menu,
    .footer-adress,
    .footer-mail {
        margin-bottom: 20px;
    }

    .footer-two .header-contacts {
        padding: 0;
    }

    .footer-form {
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .services-i-descr {
        min-height: 88px;
         -webkit-line-clamp: 4;
    }
    .certificates-slider-container {
        max-width: none;
    }

    .certificates-slider-container {
        width: 40%;
    }

    .european-quality-info {
        width: 60%;
    }

    .servpage-three-item:before {
        font-size: 260px;
    }

    .servpage-price-block:first-child {
        background-position: center center;
    }

    .servpage-price-block:last-child {
        padding: 50px 25px;
    }

    .rev-form-block {
        padding: 30px 25px;
    }

    .servpage-rev-all {
        display: block;
    }
    .servpage-rev-container .slider-count {
        top: 140px;
    }
    .servpage-rev-container {
        width: 100%;
    }
    .servpage-rev-container .rev-slide-content {
        max-width: none;
    }
    .servpage-rev-container .rev-slide-text {
        padding-bottom: 0;
    }
    .rev-form {
        padding-left: 0;
        margin: 100px auto 0;
        width: 400px;
        max-width: 100%;
    }
}

@media (max-width: 900px) {

    /* About page */
    .about-fs {
        padding: 50px 0;
    }

    .about-fs-title {
        text-align: center;
    }

    .about-fs-content {
        flex-direction: column;
        margin: 0 -20px;
    }

    .about-fs-image {
        order: -1;
        width: auto;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .about-fs-text {
        max-width: none;
        margin-right: 0;
        padding: 0 15px;
    }

    .about-fs-descr {
        max-width: none;
    }

    /* About page end */


}

@media (max-width: 850px) {
    .services-i-descr {
        min-height: 110px;
        -webkit-line-clamp: 5;
    }
    .about-advantages-list .about-wh-i-title {
        min-height: 40px;
        margin-bottom: 10px;
    }

    .servpage-two-bg {
        opacity: .3;
    }

    .servpage-two-inner {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .front-slider-block {
        margin-bottom: 70px;
    }

    .front-dots-icon {
        margin-right: 0;
    }

    .front-dots-text {
        display: none;
    }

    .front-slider-block .slick-dots {
        padding: 15px;
    }

    .front-slider-block .slick-dots>li {
        margin-right: 0;
    }

    .front-slider-block .slick-arrow {
        right: 15px;
        bottom: -50px;
    }

    .front-slider-block .slick-arrow svg {
        width: 20px;
        height: auto;
    }

    .front-slider-block .slick-arrow.front-slider-prev {
        right: 50px;
    }

    .services-i-left {
        display: none;
    }

    .services-i-right {
        width: 100%;
        padding: 30px 20px 40px 20px;
    }

    .services-i-descr {
        min-height: 88px;
         -webkit-line-clamp: 4
    }

    .servpage-price {
        padding-bottom: 80px;
    }

    .about {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .reviews {
        padding-top: 80px;
        padding-bottom: 130px;
    }

    .rev-slide-photo,
    .rev-slide-content {
        float: none;
    }

    .rev-slide-photo {
        max-width: 230px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .rev-slide-content {
        margin-left: 0;
        max-width: 100%;
    }

    .rev-slider-arrows {
        left: 0;
        bottom: -40px;
    }

    .home-reviews .rev-slide-photo {
        float: left;
        width: 40%;
        margin: 0;
    }

    .home-reviews .rev-slide-photo img {
        width: 100%;
    }

    .home-reviews .rev-slide-content {
        float: right;
        width: 55%;
        max-width: none;
    }

    .rev-slide-city {
        margin-bottom: 20px;
    }

    .home-reviews .rev-slider-arrows {
        left: 45%;
        bottom: 50px;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size: 30px !important;
        line-height: 32px !important;
        margin-bottom: 30px !important;
    }

    .servpage-top-descr {
        font-size: 14px;
        line-height: 26px;
    }

    .timer-wrapper .time {
        font-size: 30px;
        line-height: 30px;
        padding-right: 10px;
    }

    .timer-wrapper .text {
        font-size: 14px;
        line-height: 24px;
    }

    .servpage-two {
        padding: 30px 0 50px;
    }

    .servpage-rev-container {
        padding-left: 0;
    }

    .servpage-rev-container .slider-count {
        display: none;
    }

    .reviews-min {
        padding-bottom: 60px;
    }

    /* Contacts page */
    .contacts-info-content {
        flex-wrap: wrap;
    }

    .ci__detail-item {
        padding-left: 50px;
    }

    .ci__detail-item-text,
    .ci__detail-item-text a {
        font-size: 16px;
    }

    .ci__detail {
        order: 2;
        flex-shrink: 1;
        padding-right: 0;
    }

    .ci__map {
        order: 1;
        margin-bottom: 35px;
    }

    /* Contacts page end */

    .our-partners {
        padding: 60px 0;
    }

    .european-quality-container {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .certificates-slider-container .certificates-slider-prev,
    .certificates-slider-container .certificates-slider-next {
        bottom: 0;
    }

    .certificates-slider-container .certificates-slider-prev {
        left: -15px;
    }

    .certificates-slider-container .certificates-slider-next {
        right: -15px;
    }

    .certificates-slider-container,
    .european-quality-info {
        width: 100%;
    }

    .european-quality-info {
        margin-left: -15px;
    }

    .european-quality-info,
    .european-quality-info h2,
    .european-quality-info p {
        max-width: none;
    }

    .certificates-slider-container .slick-list.draggable {
        padding-right: 0;
    }

    .certificates-slider {
        margin: 0 -15px 30px;
    }

    .certificate-item {
        box-shadow: none;
    }

    .certificates-slider-item {
        padding: 0 15px;
    }

    h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .page-date {
        padding-top: 30px;
    }

    .page-all {
        padding-bottom: 40px;
    }

    .page-all h1 {
        margin-bottom: 30px;
    }

    .page-all p,
    .page-all ul,
    .page-all ol,
    .page-all .wp-block-quote,
    .page-all .wp-block-image {
        margin-bottom: 20px;
    }

    .page-all ol,
    .page-all ul {
        padding-left: 20px;
    }

    .page-all .wp-block-quote,
    .page-all .wp-block-quote p {
        font-size: 18px;
        line-height: 26px;
    }
    .doctors .doctors__slider .slick-arrow::after {
        top: 12px;
        left: 12px;
    }
}

@media (max-width: 767px) {
    .servpage-top-bg {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: -13% 0 0 -15%;
    }

    .servpage-top-bg img {
        width: auto;
        max-width: 125%;
    }

    .servpage-top-bg:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(360deg, #FFFFFF 10%, rgba(255, 255, 255, 0) 78.25%);
    }

    .servpage-top-inner {
        margin-top: -25%;
    }

    .servpage-two:before {
        top: 85%;
    }

    .servpage-two .container,
    .servpage-two-bg {
        background-color: #fff;
    }

    .servpage-two-bg {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        opacity: 1;
        text-align: center;
    }

    .servpage-two-bg img {
        width: auto;
        max-width: 100%;
    }

    .servpage-two-bg:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 40%);
    }

    .servpage-two:before {
        /* display: none; */
    }

    .servpage-two-inner {
        margin-top: -8%;
    }

    .servpage-three-item {
        padding-top: 0;
        padding-left: 140px;
        width: 100%;
        padding-right: 0;
    }

    .servpage-three-item:before {
        font-size: 200px;
    }

    .servpage-price-inner {
        display: block;
    }

    .servpage-price-block:first-child,
    .servpage-price-block:last-child {
        width: 100%;
    }

    .servpage-price-block:first-child {
        height: 500px;
    }

    .servpage-price-table {
        max-width: none;
    }


    .front-slider-item {
        padding: 40px 15px
    }
    .front-slider-title {
        font-size: 48px;
    }

    .front-slider-descr {
        font-size: 26px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media (max-width: 650px) {
    .servpage-top-all:before {
        display: none;
    }
    .servpage-top-inner {
        margin-top: -50%;
    }
}

@media (max-width: 600px) {
    h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .about-fs-title {
        text-align: left;
    }

    /* Contacts page */
    .contacts-info h2 {
        margin-top: 50px;
    }

    /* Contacts page end */

    .front-slider-item {
        padding: 25px;
    }

    .front-slider-title {
        font-size: 31px;
    }

    .front-slider-descr {
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 19px;
    }

    .services {
        margin-bottom: 0;
    }


    .services-item {
        width: 100%;
    }

    .services-i-title {
        min-height: auto;
    }

    .services-i-descr {
        min-height: 66px;
         -webkit-line-clamp: 3;
    }

    .services-i-price {
        padding-top: 10px;
    }

    .servpage-price {
        padding-bottom: 50px;
    }

    .about {
        padding-bottom: 50px;
    }

    .about-wh-item {
        width: 100%;
        padding-right: 0;
    }

    .reviews {
        padding-top: 40px;
    }

    .rev-slider-item {
        padding-bottom: 40px;
    }

    .rev-slide-photo {
        max-width: 200px;
    }

    .main-social {
        padding: 50px 0;
    }

    .main-social h2 {
        font-size: 26px;
    }

    .main-soc-desr {
        line-height: 21px;
    }

    .main-soc-item {
        margin-bottom: 10px;
    }

    .footer-one,
    .footer-two {
        width: 100%;
        padding: 0;
    }

    .footer-copyright {
        padding-right: 30px;
    }

    .footer-mail {
        margin-bottom: 20px;
    }

    footer .header-menu {
        margin-left: 0;
        margin-right: 0;

    }

    /* footer .menu-menu_header-container {
        width: 100%;
    } */

    footer .header-menu-list:after {
        content: '';
        display: table;
        clear: both;
    }

    footer .header-menu-list>li {
        display: block;
        width: 50%;
        float: left;
        margin: 0 !important;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    footer .header-menu-list>li>a {
        display: inline-block;
        font-weight: 600;
        padding: 9px 0;
    }

    footer .header-menu-list>li>a:hover {
        border-bottom: 1px solid #fff;
        color: #FD68B4;
    }

    footer .header-menu-list>li.menu-item-has-children>a:hover {
        color: #2A3248 !important;
    }

    footer .menu-item-has-children>a:after,
    footer .header-menu-list .sub-menu .title:after {
        display: none;
    }

    footer .header-menu-list .sub-menu {
        display: block !important;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    footer .header-menu-list .sub-menu>li>a {
        display: inline-block;
        font-size: 14px;
        color: #50576C;
        padding: 8px 0;
        margin: 0;
    }

    .footer-copyright,
    .footer-social {
        width: auto;
    }

    .footer-copyright {
        min-width: 50%;
    }

    .rev-slider-prev,
    .rev-slider-next {
        width: 40px;
        height: 40px;
        padding-top: 11px;
    }

    .our-partners {
        padding: 40px 0;
    }

    .about-advantages-list .about-wh-item {
        width: 100%;
    }

    .about-advantages-list .about-wh-i-left {
        height: auto;
        margin-bottom: 10px;
    }

    .about-advantages-list .about-wh-i-title {
        min-height: auto;
    }

    .home-reviews .rev-slide-photo,
    .home-reviews .rev-slide-content {
        float: none;
        width: auto;
        max-width: none;
    }

    .home-reviews .rev-slide-photo {
        display: inline-block;
        margin-bottom: 20px;
    }

    .home-reviews .rev-slide-photo img {
        width: auto;
    }

    .home-reviews .rev-slide-content {
        padding-bottom: 20px;
    }

    .home-reviews .rev-slider-arrows {
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 500px) {
    .timer-block {
        padding: 15px 10px;
    }

    .timer-block .timer-wrapper {
        padding-right: 10px;
    }

    .timer-block .timer-wrapper:last-child {
        padding-right: 0;
    }

    .timer-block .time {
        padding-right: 3px;
    }

    .timer-block .timer-wrapper .text {
        font-size: 0;
        line-height: 1.4;
        vertical-align: bottom;
    }

    .timer-block .timer-wrapper:nth-child(1) .text:after {
        content: 'дн';
        font-size: 14px;
    }

    .timer-block .timer-wrapper:nth-child(2) .text:after {
        content: 'час';
        font-size: 14px;
    }

    .timer-block .timer-wrapper:nth-child(3) .text:after {
        content: 'мин';
        font-size: 14px;
    }

    .timer-block .timer-wrapper:nth-child(4) .text:after {
        content: 'сек';
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .servpage-rev-container .rev-slide-content img {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .footer-copyright,
    .footer-social {
        width: 100%;
    }

    .footer-copyright {
        order: 1;
        margin-top: 20px;
    }

    .footer-developers {
        padding-top: 20px;
    }

    .servpage-three-item {
        padding-left: 0;
        padding-top: 80px;
    }
    .doctors .doctors__slider .slick-arrow::after {
        top: 8px;
        left: 8px;
    }
}

@media (max-width: 425px) {
    /*.sticky-header header {*/
    /*    padding: 5px 0;*/
    /*}*/

    .hamburger {
        top: 19px;
    }

    .hamburger-box {
        width: 22px;
        height: 16px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 22px;
        height: 3px;
    }

    .hamburger-inner::before {
        top: -6px;
    }

    .hamburger-inner::after {
        bottom: -6px;
    }

    .hamburger--3dx.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }

    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 24px !important;
        line-height: 28px;
        margin-bottom: 15px !important;
    }

    .servpage-three-item {
        padding-top: 60px;
        margin-bottom: 40px;
    }

    .servpage-three-item:after {
        font-size: 80px;
    }

    .servpage-three-i-title {
        font-size: 16px;
    }

    .servpage-top-descr {
        padding: 0;
    }

    .servpage-top-price {
        font-size: 40px;
    }

    .servpage-top {
        padding-bottom: 50px;
    }

    .servpage-price-block:first-child {
        height: 300px;
    }

    .servpage-price-block:last-child {
        padding: 40px 15px;
    }

    .servpage-price-title {
        width: 68%;
    }

    .servpage-price-table {
        font-size: 14px;
    }

    .servpage-price-qual {
        width: 32%;
    }

    .rev-form-block {
        padding: 30px 15px;
    }

    /* Contacts page */
    .ci__detail-item-text {
        font-size: 14px;
    }

    .ci__detail-item-text_schedule {
        font-size: 12px;
    }

    /* Contacts page end */
    .timer-wrapper .time {
        font-size: 28px;
    }

    footer .header-menu-list>li {
        float: none;
        width: 100%;
    }

    .servpage-top-inner {
        margin-top: -80%;
    }

    .servpage-top-bg {
        opacity: .5;
    }

    .timer-block {
        padding: 10px;
        margin-bottom: 20px;
    }

    .timer-wrapper .time {
        font-size: 25px;
        line-height: 1;
    }

    .servpage-top-price {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 20px;
    }
}

/* Doctors */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');
* {
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
}

.doctors .container {
    max-width: 1440px;
    padding: 0 40px;
    padding-bottom: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.doctors h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1;
    color: #2A3248;
    padding: 0;
    margin: 0 0 50px 0;
}

.doctor__card {
    width: 356px;
}
.doctor__card-top {
    width: 356px;
}
.doctor__card-top img {
    display: block;
    max-width: 356px;
    width: 100%;
    height: 341px;
    object-fit: cover;
    object-position: top;
}
.doctor__card-bottom {
    padding: 20px 30px 30px 30px;
    background: #F5E6FB;
    width: 356px;
    text-align: left;
    height: 100%;
}
.doctor__card-bottom.blue {
    background: #E1F1F9;

}
.doctor__card-name {
    margin-bottom: 15px;
}
.doctor__card-name .title {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2A3248;

}
.doctor__card-profession {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #50576C;
    margin-bottom: 15px;
}
.doctor__card-text {
    font-family: Open Sans;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #50576C;
    position: relative;
}
.doctor__card-text::after {
    content: '';
    width: 28px;
    height: 20px;
    position: absolute;
    background: url(images/doctors/doctors_vec.svg) no-repeat;
    top: -10px;
    left: -20px;
    opacity: 0.4;
}
.doctors__slider{
    position: relative;
    padding: 0 100px;
    text-align: -webkit-center;
}
.doctors__slider button{
    cursor: pointer;
}
.doctors__slider .slick-track {
    display: flex;
}

.doctors__slider .slick-arrow{
    position: absolute;
    top: calc(50% - 30px);
    z-index: 10;
    background: #85CEF8;
    font-size: 0;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctors__slider .slick-arrow::after {
    content: '';
    width: 24px;
    height: 24px;
    top: 18px;
    left: 18px;
    background: url(images/doctors/arrow-left-s-line.svg) no-repeat;
    position: absolute;
}
.doctors__slider .slick-list {
    overflow: hidden;
}
.doctors__slider .slick-arrow.slick-prev{
    left: 0;
}
.doctors__slider .slick-arrow.slick-prev::after {
    transform: rotate(180deg);
}
.doctors__slider .slick-arrow.slick-next{
    right: 0;
}
@media (max-width: 1400px) {

    .doctors__slider{
        padding: 0 0;
    }
}
@media (max-width: 1300px) {
    .doctors__slider .slick-arrow.slick-prev{
        left: -20px;
    }
    .doctors__slider .slick-arrow.slick-next{
        right: -20px;
    }
}
@media (max-width: 1200px) {
    .doctor__card {
        width: 300px;
    }
    .doctor__card-top {
        width: 300px;
    }
    .doctor__card-top img {
        width: 300px;
        height: 290px;
    }
    .doctor__card-bottom {
        padding: 10px 20px 20px 20px;
        width: 300px;
    }


    .doctor__card {
        width: 300px;
    }
    .doctor__card-top {
        width: 300px;
    }
    .doctor__card-top img {
        width: 300px;
        height: 290px;
    }
    .doctor__card-bottom {
        padding: 10px 20px 20px 20px;
        width: 300px;
    }

    .services:after {
        display: none;
    }

}
@media (max-width:768px) {
    .doctor__card {
        width: 240px;
    }
    .doctor__card-top {
        width: 240px;
    }
    .doctor__card-top img {
        width: 240px;
        height: 230px;
    }
    .doctor__card-bottom {
        width: 240px;
    }
    .doctor__card-name {
        margin-bottom: 10px;
    }
    .doctors h2 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px;

    }
    .doctor__card-name .title {
        font-size: 20px;
        line-height: 24px;

    }
    .doctor__card-profession {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .doctor__card-text {
        font-size: 12px;
        line-height: 18px;
    }
    .doctors__slider .slick-arrow{
        top: calc(50% - 24px);
        width: 48px;
        height: 48px;
    }
}
@media (max-width:600px) {
    .doctors h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .doctor__card {
        width: 300px;
    }
    .doctor__card-top {
        width: 300px;
    }
    .doctor__card-top img {
        width: 300px;
        height: 290px;
    }
    .doctor__card-bottom {
        width: 300px;
    }

}
@media (max-width:480px) {
    .doctors__slider .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .doctors .container {
        overflow: visible;
        padding: 0 20px 5rem;
    }
    .doctors__slider .slick-arrow{
        top: 103%;
    }
    .doctor__card {
        width: 356px;
    }
    .doctor__card-top {
        width: 356px;
    }
    .doctor__card-top img {
        width: 356px;
        height: 341px;
    }
    .doctor__card-bottom {
        width: 356px;
    }
    .doctors__slider .slick-arrow.slick-prev{
        left: 0;
    }
    .doctors__slider .slick-arrow.slick-next{
        left: 80px;
        right: auto;
    }
}
@media (max-width:400px) {
    .doctor__card {
        width: 100%;
    }
    .doctor__card-top {
        width: 100%;
    }
    .doctor__card-top img {
        width: 100%;
        height: 280px;
    }
    .doctor__card-bottom {
        width: 100%;
    }
}


/* popup form */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');

* {
    box-sizing: border-box;
}
body {
    background: #999;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2A3248;
    padding-top: 85px;
}

.login-forms {
    width: 473px;
    height: 654px;
    background: white;
    padding: 60px;
    display: none;
}
.login-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 0;
    width: 473px;
    z-index: 999999;
    overflow: auto;
    max-height: 90vh;
    margin-top: 0;
}
.login-form .rev-form-block {
    position: relative;
}
.login-form .form-close {
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #2A3248;
    font-size: 38px;
    display: block;
    z-index: 99;
}
.form-overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    z-index: 100;
}

.rev-form-block {
    background-color: #fff;
    box-shadow: 25px 25px 50px rgba(42, 50, 72, 0.15);
    padding: 40px;
}

.rev-form-block h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px !important;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2A3248;
    margin-bottom: 35px;
}

.strong-form {
    position: relative;
    margin: 0 auto;
}
.strong-form-wait {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}
.strong-form-wait .message {
    position: absolute;
    top: calc( 50% - 25px );
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #111;
}
.field-client_name, .field-client_last-name, .field-email, .field-tel, .requireds, .field-post_content, .field-post_rating, .field-client_city {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #50576C;
    margin-bottom: 8px;
}
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 {
    width: 100%;
    background-color: #fff;
    padding: 12px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D7D9E1;
    appearance: none;
    box-shadow: none !important;
    color: #666;
}
input.error, textarea.error {
    border: 1px solid red;
}
.login-form input[type="text"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder{
    text-align: end;
    color: #50576C;
}
textarea {
    resize: none;
}
label.error {
    padding: 7px 0 8px 0;
    color: red;
    display: block;
    font-size: 12px;
}
.form-field {
    margin-bottom: 15px;
}
.wpmtst-submit {
    padding-top: 15px;
}
.wpmtst-submit input {
    border: none;
    display: inline-block;
    padding: 17px 50px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all .2s;
    background: linear-gradient(90deg, #893AAB 0%, #FF69B4 100%);
    box-shadow: 0px 5px 50px rgb(137 58 171 / 50%);
    cursor: pointer;
}

@media (max-width: 1080px) {
  body {
      padding-top: 70px;
  }
}

@media (max-width: 1023px) {
    .login-form {
        width: 473px;
        max-width: 100%;
    }
}


.rev-slide-photo img {
    width: 318px;
    height: 318px;
    object-fit: cover;
    object-position: center;
}