/*!
Theme Name: ktz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ktz
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.

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

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

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

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

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

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

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

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

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

.bg-1 {
    background: linear-gradient(147.44deg, #17D2D8 0%, #E8E552 100%);
}
.bg-2 {
    background: linear-gradient(
    166.41deg,
    #FAAB45 .83%,
    #DBDE41 50.02%,
    #0AF0FF 102.17%
    );
}
.bg-3 {
    background: linear-gradient(
    157.87deg,
    #68E093 10.19%,
    #6DDDA1 44%,
    #8D83F3 83.14%
    );
}
.bg-4 {
    background: linear-gradient(
    157.87deg,
    #8E8BF9 10.19%,
    #E8CBD0 46.28%,
    #FDB037 83.14%
    );
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}

.loader .loader-logo {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 100001;
    margin: 0 auto;
    transform: translateY(-50%);
    animation: spin 2.5s ease-out infinite;
}

@keyframes spin {
    0% {
        transform: translateY(-50%) scale(.9) rotate(0);
    }
    50% {
        transform: translateY(-50%) scale(1);
    }
    100% {
        transform: translateY(-50%) scale(.9) rotate(360deg);
    }
}

html {
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
}

::selection {
    background: #90EEC1;
}

::-moz-selection {
    background: #90EEC1;
}

::-webkit-selection {
    background: #90EEC1;
    color: #FFF;
}

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

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

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

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

h1 {
    margin: .67em 0;
    font-size: 2em;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em;
    font-family: monospace, monospace;
}

@font-face {
    font-family: 'GTWalsheimPro';
    src: url(/fonts/GTWalsheimPro/GTWalsheimPro-Bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GTWalsheimPro';
    src: url(./fonts/GTWalsheimPro/GTWalsheimPro-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GTWalsheimPro';
    src: url(/fonts/GTWalsheimPro/GTWalsheimPro-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

/**
 * 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 {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.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 {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

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

button,
input {
    overflow: visible;
}

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

button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * 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: .35em .75em .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 {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 5px !important;
    border: 2px solid #61E3A5 !important;
}

[type="radio"]:checked {
    border-color: #0B76EF;
    background-color: #61E3A5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/**
 * 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"] {
    outline-offset: -2px;

    -webkit-appearance: textfield;
}

/**
 * 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 {
    font: inherit;

    -webkit-appearance: button;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

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

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

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

._lock {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

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

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
    background: #FFF;
}

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

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

/*ul {
	list-style: disc;
}*/

ol li {
    margin-top: .7em;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a {
    color: #4169E1;
}

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

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: .6em 1em .4em;
    border: 1px solid;
    border-color: #CCC #CCC #BBB;
    border-radius: 3px;
    background: #E6E6E6;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #CCC #BBB #AAA;
}

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

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

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

select {
    border: 1px solid #CCC;
}

textarea {
    width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */

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

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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

/* Small menu. */

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

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

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

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

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

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

/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

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

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

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

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

/* Comments
--------------------------------------------- */

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */

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

/* 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-right: auto;
    margin-left: auto;
}

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

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

/* Galleries
--------------------------------------------- */

.gallery {
    display: grid;
    margin-bottom: 1.5em;

    grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}

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

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

/* Text meant only for screen readers. */

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;

    clip-path: inset(50%);
}

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

    clip-path: none;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    margin-bottom: 1.5em;
    /*rtl:ignore*/
    margin-left: 1.5em;
}

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

* {
    box-sizing: border-box;
}

*:after,
*:before {
    display: inline-block;
    vertical-align: middle;
}

::placeholder {
    color: #6A6A6A;
    opacity: 1;
}

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

p {
    margin: 0;
}

ul {
    margin: 0;
    /*list-style: none;*/
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;

    object-fit: cover;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
}

a:hover {
    color: #61E3A5;
    text-decoration: none;
}

button,
input,
textarea {
    transition: all .2s;
}

input,
textarea,
button,
.swiper-button {
    outline: none;
    border: 0;
}

input,
select,
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

@media (min-width: 1451px) {
    .cn-container {
        max-width: 1450px;
    }
}

@media (min-width: 1920px) {
    .cn-container {
        max-width: 1770px;
    }
}

@media (max-width: 575px) {
    .cn-container {
        max-width: 320px;
    }
    .cn-pt-35--xs {
        text-align: center;
    }
}

.slimScrollBar {
    transition: all .1s;
}

.scroll-bar {
    background-color: #61E3A5 !important;
    opacity: 1 !important;
}

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

/*
 *
 *
 *
 *
 *                 _____                    _____                    _____                   _______                   _____          
 *                /\    \                  /\    \                  /\    \                 /::\    \                 /\    \         
 *               /::\    \                /::\    \                /::\    \               /::::\    \               /::\____\        
 *              /::::\    \              /::::\    \              /::::\    \             /::::::\    \             /::::|   |        
 *             /::::::\    \            /::::::\    \            /::::::\    \           /::::::::\    \           /:::::|   |        
 *            /:::/\:::\    \          /:::/\:::\    \          /:::/\:::\    \         /:::/~~\:::\    \         /::::::|   |        
 *           /:::/  \:::\    \        /:::/__\:::\    \        /:::/__\:::\    \       /:::/    \:::\    \       /:::/|::|   |        
 *          /:::/    \:::\    \      /::::\   \:::\    \      /::::\   \:::\    \     /:::/    / \:::\    \     /:::/ |::|   |        
 *         /:::/    / \:::\    \    /::::::\   \:::\    \    /::::::\   \:::\    \   /:::/____/   \:::\____\   /:::/  |::|   | _____  
 *        /:::/    /   \:::\    \  /:::/\:::\   \:::\    \  /:::/\:::\   \:::\____\ |:::|    |     |:::|    | /:::/   |::|   |/\    \ 
 *       /:::/____/     \:::\____\/:::/__\:::\   \:::\____\/:::/  \:::\   \:::|    ||:::|____|     |:::|    |/:: /    |::|   /::\____\
 *       \:::\    \      \::/    /\:::\   \:::\   \::/    /\::/   |::::\  /:::|____| \:::\    \   /:::/    / \::/    /|::|  /:::/    /
 *        \:::\    \      \/____/  \:::\   \:::\   \/____/  \/____|:::::\/:::/    /   \:::\    \ /:::/    /   \/____/ |::| /:::/    / 
 *         \:::\    \               \:::\   \:::\    \            |:::::::::/    /     \:::\    /:::/    /            |::|/:::/    /  
 *          \:::\    \               \:::\   \:::\____\           |::|\::::/    /       \:::\__/:::/    /             |::::::/    /   
 *           \:::\    \               \:::\   \::/    /           |::| \::/____/         \::::::::/    /              |:::::/    /    
 *            \:::\    \               \:::\   \/____/            |::|  ~|                \::::::/    /               |::::/    /     
 *             \:::\    \               \:::\    \                |::|   |                 \::::/    /                /:::/    /      
 *              \:::\____\               \:::\____\               \::|   |                  \::/____/                /:::/    /       
 *               \::/    /                \::/    /                \:|   |                   ~~                      \::/    /        
 *                \/____/                  \/____/                  \|___|                                            \/____/         
 *                                                                                                                                    
 *
 *
 *
 *
 *
 *                              Ceron v2.64     Copyright (c) 2019 Ceron, Inc.     Website: https://ceron.pw
 *
 *
 *
 *                                                _______ ______ _   _ _______ _____ ____  _   _ 
 *                                             /\|__   __|  ____| \ | |__   __|_   _/ __ \| \ | |
 *                                            /  \  | |  | |__  |  \| |  | |    | || |  | |  \| |
 *                                           / /\ \ | |  |  __| | . ` |  | |    | || |  | | . ` |
 *                                          / ____ \| |  | |____| |\  |  | |   _| || |__| | |\  |
 *                                         /_/    \_\_|  |______|_| \_|  |_|  |_____\____/|_| \_|
 *                                                                                                
 *
 *                             Этот файл сгенерирован программой Ceron, все дальнейшие изменения файла будут утеряны!
 *                Вносить изменения в файл можно если Вы на 100% уверены, что верстка полностью готова и больше не будет не каких изменений!
 *                       Если же вам нужно что-то поменять, то пожалуйста создайте дополнительный файл и там вносите изменения
 *
 */

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "GT Walsheim Pro";
    src: url("fonts/GTWalsheimPro/GTWalsheimPro-Regular.eot")
    format("embedded-opentype"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Regular.woff2") format("woff2"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Regular.woff") format("woff"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Regular.ttf") format("truetype");

    font-display: swap;
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: "GT Walsheim Pro";
    src: url("fonts/GTWalsheimPro/GTWalsheimPro-Medium.eot")
    format("embedded-opentype"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Medium.woff2") format("woff2"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Medium.woff") format("woff"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Medium.ttf") format("truetype");

    font-display: swap;
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: "GT Walsheim Pro";
    src: url("fonts/GTWalsheimPro/GTWalsheimPro-Bold.eot")
    format("embedded-opentype"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Bold.woff2") format("woff2"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Bold.woff") format("woff"),
    url("fonts/GTWalsheimPro/GTWalsheimPro-Bold.ttf") format("truetype");

    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:after,
*:before {
    display: inline-block;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #6A6A6A;
    opacity: 1;
}

:-moz-placeholder {
    color: #6A6A6A;
    opacity: 1;
}

::-moz-placeholder {
    color: #6A6A6A;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6A6A6A;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #6A6A6A;
    opacity: 1;
}

::placeholder {
    color: #6A6A6A;
    opacity: 1;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-family: "GT Walsheim Pro", sans-serif;
    line-height: 1.2;
}

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

p {
    margin: 0;
}

ul {
    margin: 0;
    /*list-style: none;*/
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;

    -o-object-fit: cover;
       object-fit: cover;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}

a:hover {
    color: #3AB47A;
    text-decoration: none;
}

button,
input,
textarea {
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}

input,
textarea,
button,
.swiper-button {
    outline: none;
    border: 0;
}

input,
select,
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

@media (min-width: 1451px) {
    .cn-container {
        max-width: 1450px !important;
    }
}

@media (min-width: 1920px) {
    .cn-container {
        max-width: 1770px !important;
    }
}

@media (max-width: 575px) {
    .cn-container {
        max-width: 320px !important;
    }
}

.slimScrollBar {
    -webkit-transition: all .1s;
       -moz-transition: all .1s;
         -o-transition: all .1s;
            transition: all .1s;
}

.scroll-bar {
    background-color: #61E3A5 !important;
    opacity: 1 !important;
}

/* Bootstrap */

.wrap {
    overflow: hidden;
}

.hide {
    display: none;
}

.tabs-body {
    display: none;
}

.nice-select {
    float: none;
}

.b-tabs li {
    list-style: none;
}

.to_top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 10;
    display: none;
    width: 60px;
    height: 60px;
    -webkit-animation-name: example;
            animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    /*animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);*/
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
    /*  0%   {  bottom: 0px;  bottom: 30px; }*/
    25% {
        bottom: 30px;
        bottom: 10px;
    }
    50% {
        bottom: 10px;
        bottom: 30px;
    }
    75% {
        bottom: 30px;
        bottom: 10px;
    }
    100% {
        bottom: 15px;
        bottom: 20px;
    }
}

/* Standard syntax */

@keyframes example {
    /* 0%   {  bottom: 0px;  bottom: 30px; }*/
    25% {
        bottom: 30px;
        bottom: 10px;
    }
    50% {
        bottom: 10px;
        bottom: 30px;
    }
    75% {
        bottom: 30px;
        bottom: 10px;
    }
    100% {
        bottom: 15px;
        bottom: 20px;
    }
}

/* Modal */

.blocker {
    z-index: 10;
}

/* Section */

.section {
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
}

/* Mobile */

.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(var(--vh, 1vh) * 100);
}

.mobile-over {
    display: none;
}

.mobile-head {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 100px;
    background-color: #DDD;
}

.mobile-body {
    overflow: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

/* Текста */

.typo-mente {
    font-weight: 500;
    font-size: 3.13em;
}

.typo-malit {
	font-weight: 300;
    font-size: 2.5em;
    line-height: 0.9;
}

.typo-actum {
    line-height: 1.5;
}

.typo-icent {
    font-size: .88em;
    line-height: 1.6;
}

.typo-trans {
    font-weight: 700;
    font-size: 2.5em;
}

.typo-rogre {
    font-weight: 500;
    font-size: 2.25em;
}

.typo-ivend {
    font-size: .88em;
    line-height: 1.4;
}

.e-phones__toggle strong {
    font-weight: 500 !important;
}

.typo-nveni {
    max-width: 100%;
    font-weight: 500;
}

.typo-isque {
    font-size: .88em;
    line-height: 1.8;
}

.typo-corpu {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.3;
}

.typo-volen {
    position: absolute;
    padding: 0 30px;
    font-size: 1.25em;
    line-height: 1.4;
}

.em-1 {
    font-size: 1em !important;
}

.typo-alefi {
    font-weight: 500;
    font-size: 3.13em;
    line-height: 1.3;
}

.typo-ondem {
    font-size: 1.38em;
    line-height: 1.3;
}

.typo-cresc {
    color: #000;
    font-weight: 500;
    font-size: 2.63em;
    line-height: 1.3;
}

.b-master:hover .typo-cresc {
    background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #66E498),
    color-stop(.4, #66E498),
    color-stop(.5, #948CED),
    color-stop(.6, #66E498),
    color-stop(1, #66E498)
    );
    -webkit-background-clip: text;
    color: transparent;
    animation: slidetounlock 10s linear infinite;

    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes slidetounlock {
    0% {
        background-position: -1118px 0;
    }
    100% {
        background-position: 1118px 0;
    }
}

@keyframes slidetounlock {
    0% {
        background-position: -1118px 0;
    }
    100% {
        background-position: 1118px 0;
    }
}

.typo-tione {
    font-weight: 500;
    line-height: 1.3;
}

.typo-minus {
    font-weight: 500;
    font-size: 3.13em;
    line-height: 1.5;
}

.typo-eteri {
    line-height: 1.6;
}

.typo-ffect {
    font-weight: 500;
    font-size: 1.13em;
}

.typo-oenal {
    font-size: 2.25em;
}

.typo-nolen {
    font-size: 1.5em;
}

.typo-oband {
    font-weight: 500;
    line-height: 1.5;
}

.typo-orsal {
    font-size: 1.06em;
}

.typo-lteru {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 7px 17px 7px 7px;
    border-radius: 50px;
    font-weight: 500;
    font-size: .88em;
    transition: all .5s;
}

.typo-lteru:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(
    141.7deg,
    #0AB9E8 24.53%,
    #53CE8D 60.43%,
    #9CEB39 99.75%
    );
    content: "";
    transition: all .3s;
}

.typo-lteru > * {
    z-index: 1;
}

.typo-lteru:hover:before {
    width: 100%;
}

.typo-lteru:hover > .typo-lteru__icon,
.typo-lteru:hover {
    background: transparent;
    color: #FFF;
}

.typo-tenti {
    font-weight: 500;
    font-size: .88em;
}

.typo-ustit {
    font-size: 1.13em;
}

.typo-otior {
    font-weight: 700;
    font-size: 1.63em;
}

.typo-ontra {
    font-size: 1.13em;
    line-height: 1.6;
}

.typo-titur {
    font-weight: 700;
}

.typo-fectu {
    font-weight: 500;
    font-size: 1.38em;
}

.typo-uando {
    font-weight: 500;
    font-size: .88em;
    line-height: 1.4;
}

.typo-videt {
    font-size: 1.38em;
    line-height: 1.4;
}

.typo-pluri {
    font-weight: 500;
    font-size: 1.13em;
    line-height: 1.3;
}

.typo-mnibu {
    font-size: 1.25em;
}

.typo-intel {
    font-weight: 500;
    font-size: 1.38em;
    line-height: 1.3;
}

.typo-oport {
    font-weight: 500;
    font-size: 1.25em;
}

.typo-dnume {
    font-size: 1.13em;
    line-height: 1.3;
}

.typo-rimen {
    font-weight: 500;
    font-size: 2em;
}

.typo-aeven {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.3;
}

.typo-remit {
    font-weight: 500;
    font-size: 1.75em;
    line-height: 1.3;
}

.typo-ntubi {
    font-weight: 500;
    font-size: 3.88em;
    line-height: 1.3;
}

.typo-uatur {
    font-weight: 500;
    font-size: 2.63em;
    line-height: 1.1;
}

.typo-uiuri {
    font-weight: 500;
    font-size: 2.25em;
    line-height: 1.3;
}

.typo-idetu {
    font-weight: 500;
    font-size: 2.88em;
    line-height: 1.3;
}

.typo-summu {
    color: #FFF;
    font-weight: 500;
    font-size: 2.48em;
}

/* Color */

.color__pastel-green {
    color: #66E498;
}

.color__portage {
    color: #948CED;
}

.color__gray-chateau {
    /* color: #a3aaae*/
    color: #434648;
}

.color__scorpion {
    color: #575757;
}

.color__boulder {
    color: #757373;
}

.color__azure-radiance {
    color: #00A0FA;
}

.color__silver {
    color: #BABABA;
}

.color__gray {
    color: #8A8A8A;
}

.color__silver {
    color: #BFBFBF;
}

.color__edward {
    color: #99A3A3;
}

/* Btn */

.btn {
    display: inline-block;
    padding-top: .5em;
    padding-right: .8em;
    padding-bottom: .5em;
    padding-left: .8em;
    border: 0px none #DDD;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-handle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 4.08em;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    background-color: #FFF;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: .88em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.btn--icon {
    -webkit-box-pack: start;
       -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 4px 20px 4px 8px;
    min-height: 2.8em;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    text-align: left;
}

.btn-f-online {
    background-image: url(img/icons/pay-online.svg) !important;
}

.btn--icon-write {
    background-image: url(img/icons/write.svg);
    background-size: 32px;
}

.btn-signal {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 4.69em;
    background-color: #ECEBE8;
    color: #262626;
    font-weight: 700;
    font-size: 1em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.btn-clasp,
.btn-hook,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 60px;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(
    141.7deg,
    #0AB9E8 24.53%,
    #53CE8D 60.43%,
    #9CEB39 99.75%
    );
    color: #FFF;
    font-weight: 500;
    font-size: .88em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
    transition: all 500ms;
}

.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn {
    background: #000;
}

.btn-snap {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 2.87em;
    background-color: #8F8BF5;
    color: #FFF;
    font-weight: 500;
    font-size: 1.13em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.btn-lever {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 4.26em;
    background-color: #000 !important;
    color: #FFF !important;
    font-weight: 700;
    font-size: .88em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.btn-basic {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 3.32em;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    background-color: #61E3A5;
    color: #000;
    font-weight: 500;
    font-size: 1.13em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.btn--icon-consult {
    min-height: 4.49em;
}

.btn--inverse {
    background: #FFF;
    box-shadow: 0px 20px 20px rgba(209, 209, 209, .25);
    color: #000;
}

.btn-signal:after {
    margin-top: .4em;
    margin-left: 1.6em;
    content: url("data:image/svg+xml,%3Csvg width='49' height='16' viewBox='0 0 49 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.2071 8.70711C48.5976 8.31658 48.5976 7.68342 48.2071 7.29289L41.8431 0.928932C41.4526 0.538408 40.8195 0.538408 40.4289 0.928932C40.0384 1.31946 40.0384 1.95262 40.4289 2.34315L46.0858 8L40.4289 13.6569C40.0384 14.0474 40.0384 14.6805 40.4289 15.0711C40.8195 15.4616 41.4526 15.4616 41.8431 15.0711L48.2071 8.70711ZM0 9H47.5V7H0V9Z' fill='%230B0202'/%3E%3C/svg%3E");
}

.btn-clasp:hover,
.btn-hook:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: linear-gradient(
    141.7deg,
    #0AB9E8 41.02%,
    #53CE8D 81.97%,
    #9CEB39 103.91%
    );
    color: #FFF;
}

.btn-handle:hover {
    color: #FFF;
}

.btn-handle.btn--inverse:hover {
    background: linear-gradient(
    141.7deg,
    #0AB9E8 41.02%,
    #53CE8D 81.97%,
    #9CEB39 103.91%
    );
    color: #FFF;
}
.btn-handle.btn--inverse:hover .typo-lteru__icon {
    background: transparent;
}

.btn-basic:hover,
.btn-lever:hover,
.btn-signal:hover,
.btn-snap:hover {
    background: linear-gradient(
    141.7deg,
    #0AB9E8 41.02%,
    #53CE8D 81.97%,
    #9CEB39 103.91%
    );
    color: #FFF;
}

.btn-signal:hover::after {
    content: url("data:image/svg+xml,%3Csvg width='49' height='16' viewBox='0 0 49 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.2071 8.70711C48.5976 8.31658 48.5976 7.68342 48.2071 7.29289L41.8431 0.928932C41.4526 0.538408 40.8195 0.538408 40.4289 0.928932C40.0384 1.31946 40.0384 1.95262 40.4289 2.34315L46.0858 8L40.4289 13.6569C40.0384 14.0474 40.0384 14.6805 40.4289 15.0711C40.8195 15.4616 41.4526 15.4616 41.8431 15.0711L48.2071 8.70711ZM0 9H47.5V7H0V9Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* Form */

.specialists-input-b {
    display: none;
}

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

.form-control {
    padding-top: .7em;
    padding-right: .6em;
    padding-bottom: .7em;
    padding-left: .6em;
    width: 100%;
    border: 1px solid #DDD;
}

.form-group {
    margin-bottom: .6em;
}

.form-label {
    display: block;
    font-weight: 400;
}

.form-checkbox {
    position: relative;
    padding-left: 1.7em;
    vertical-align: middle;
}

/* Input */

.input {
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.input-inlet {
    display: block;
    padding-right: 2.13em !important;
    padding-left: 2.13em !important;
    width: 100%;
    height: 4.26em;
    border: 1px solid #D8D8D8 !important;
    border-radius: 50px;
    background-color: #FFF;
    color: #000 !important;
    text-align: left;
    font-weight: 400;
    font-size: .88em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.category-select {
    float: none !important;
    padding-top: 17px;
}

.input-push {
    display: block;
    padding-right: 1.88em !important;
    padding-left: 1.88em !important;
    width: 100%;
    height: 3.44em !important;
    border: 1px solid #ECEBE8 !important;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #F5F5F5;
    color: #757373;
    font-weight: 400 !important;
    font-size: 1em !important;
    font-family: GT Walsheim Pro;
    line-height: 1.2 !important;
}

.input-field {
    display: block;
    padding-right: 1.66em;
    padding-left: 1.66em;
    width: 100%;
    height: 3.6em;
    border: 1px solid #F4F4F4;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #FFF;
    color: #000;
    font-weight: 400;
    font-size: 1.13em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.input-square {
    display: block;
    padding-top: 1.33em;
    padding-right: 1.66em;
    padding-bottom: 1.33em;
    padding-left: 1.66em;
    min-height: 7.74em;
    width: 100%;
    height: auto;
    border: 1px solid #F4F4F4;
    border-radius: 50px;
    background-color: #FFF;
    color: #A3AAAE;
    font-weight: 400;
    font-size: 1.13em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.input-tape {
    display: block;
    padding-right: 0em;
    padding-bottom: .86em;
    padding-left: 0em;
    width: 100%;
    height: 1.79em;
    border-bottom: 1px solid #CBCBCB;
    background-color: #FFF;
    color: #575757;
    font-weight: 400;
    font-size: .88em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.input-area {
    display: block;
    padding-top: .71em;
    padding-right: .71em;
    padding-bottom: .71em;
    padding-left: .71em;
    min-height: 8.31em;
    width: 100%;
    height: auto;
    border: 1px solid #CBCBCB;
    background-color: #FFF;
    color: #575757;
    font-weight: 400;
    font-size: .88em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.input-field:hover,
.input-square:hover,
.input-inlet:hover,
.input-field:focus,
.input-square:focus,
.input-inlet:focus {
    border-color: #000;
}

.input-tape:hover,
.input-area:hover,
.input-tape:focus,
.input-area:focus {
    border-color: #61E3A5;
}

/* Shape */

.shape__mentu {
    background-color: #B3EDFF;
}

.shape__mentu a:hover {
    color: #000;
}

.shape__isque {
    background-color: #F4F4F4;
}

/* Элементы */

.elem-img-specialists {
    margin-right: -90px;
}

.list-service .sub-menu {
    display: none;
}

.list-service li {
    margin: 12px 0;
    list-style: none;
}

.list-service li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: end;
            justify-content: end;
    padding: 12px 20px;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    background-color: #FFF;
    box-shadow: 0px 20px 20px rgb(209 209 209 / 25%);
    color: #000;
    font-weight: 500;
    font-size: 1.13em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
    transition: all .3s;
}

.list-service li a:hover {
    background: #61E3A5;
    color: #FFF;
}

.elem-similar {
    position: relative;
    display: block;
    padding-top: .56em;
    padding-bottom: .56em;
    padding-left: 3.6em;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    background: #FFF;
    -webkit-box-shadow: 0px 20px 20px rgba(209, 209, 209, .25);
       -moz-box-shadow: 0px 20px 20px rgba(209, 209, 209, .25);
            box-shadow: 0px 20px 20px rgba(209, 209, 209, .25);
    color: #010101;
    font-weight: 500;
    font-size: 1.5em;
}

.elem-video {
    position: relative;
    display: block;
    overflow: hidden;
}

.elem-img-hover {
    position: relative;
    display: block;
    overflow: hidden;
}

.cn-cols-row > .elem-img-spec {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 1.25rem;
    padding: 0;
    max-width: 100%;
    width: 370px;
    height: 370px;
}

.cn-cols-row > .elem-img-spec img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.elem-user:before {
    margin-right: .6em;
    content: url(img/icons/user.svg);
}

.typo-lteru__icon {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin-right: .6em;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(
    141.7deg,
    #0AB9E8 24.53%,
    #53CE8D 60.43%,
    #9CEB39 99.75%
    );
}

.typo-lteru__icon img {
    object-fit: none;
}

.elem-load-more:after {
    margin-left: .6em;
    content: url(img/icons/refrash.svg);
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
    -webkit-transform-origin: 47% 42%;
       -moz-transform-origin: 47% 42%;
        -ms-transform-origin: 47% 42%;
         -o-transform-origin: 47% 42%;
            transform-origin: 47% 42%;
}

.elem-load-more:hover:after {
    -webkit-transform: rotateZ(90deg);
       -moz-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
}

.elem-back {
    font-weight: 400;
    font-size: 1.25em;
}

.elem-back:before {
    margin-right: .6em;
    content: url(img/icons/back.svg);
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.elem-back:hover:before {
    -webkit-transform: translateX(-4px);
       -moz-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
         -o-transform: translateX(-4px);
            transform: translateX(-4px);
}

.elem-share:after {
    margin-left: .7em;
    content: url(img/icons/share.svg);
}

/*.list-service a:before{
    content: url(img/icons/arrow-long.png);
    position: absolute;
    left: 1.50em;
    top: 0.52em
}*/

.elem-similar:before {
    position: absolute;
    top: .52em;
    left: 1.5em;
    content: url(img/icons/arrow-long.png);
}

.elem-video:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url(img/icons/play.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.elem-video img {
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.elem-video:hover:after {
    border: 3px solid #61E3A5;
    background-color: rgba(250, 225, 0, .1);
}

.elem-video:hover img {
    -webkit-transform: scaleX(1.05) scaleY(1.05);
       -moz-transform: scaleX(1.05) scaleY(1.05);
        -ms-transform: scaleX(1.05) scaleY(1.05);
         -o-transform: scaleX(1.05) scaleY(1.05);
            transform: scaleX(1.05) scaleY(1.05);
}

.elem-video img {
    width: 100%;
}

.elem-img-hover img {
    -webkit-transition: all 400ms;
       -moz-transition: all 400ms;
         -o-transition: all 400ms;
            transition: all 400ms;
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

.elem-img-hover:after {
    position: absolute;
    right: -100px;
    bottom: -100px;
    display: block;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #61E3A5;
    content: "";
    opacity: 0;
    -webkit-transition: all 280ms;
       -moz-transition: all 280ms;
         -o-transition: all 280ms;
            transition: all 280ms;
    -webkit-transform: scaleX(0) scaleY(0);
       -moz-transform: scaleX(0) scaleY(0);
        -ms-transform: scaleX(0) scaleY(0);
         -o-transform: scaleX(0) scaleY(0);
            transform: scaleX(0) scaleY(0);
}

.elem-img-hover:before {
    position: absolute;
    right: 1.1em;
    bottom: 1em;
    z-index: 1;
    content: url(img/icons/eye.svg);
    opacity: 0;
    -webkit-transition: all 250ms;
       -moz-transition: all 250ms;
         -o-transition: all 250ms;
            transition: all 250ms;
    -webkit-transform: translateX(25px) translateY(22px);
       -moz-transform: translateX(25px) translateY(22px);
        -ms-transform: translateX(25px) translateY(22px);
         -o-transform: translateX(25px) translateY(22px);
            transform: translateX(25px) translateY(22px);
}

.elem-img-hover:hover:after {
    opacity: .68;
    -webkit-transform: scaleX(3) scaleY(3);
       -moz-transform: scaleX(3) scaleY(3);
        -ms-transform: scaleX(3) scaleY(3);
         -o-transform: scaleX(3) scaleY(3);
            transform: scaleX(3) scaleY(3);
}

.elem-img-hover:hover img {
    -webkit-transform: scaleX(1.06) scaleY(1.06);
       -moz-transform: scaleX(1.06) scaleY(1.06);
        -ms-transform: scaleX(1.06) scaleY(1.06);
         -o-transform: scaleX(1.06) scaleY(1.06);
            transform: scaleX(1.06) scaleY(1.06);
}

.elem-img-hover:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
         -o-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}

/* Img */

.img-fit-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.img-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.img-fit-full {
    -o-object-fit: unset;
       object-fit: unset;
}

/* Окна */

.modal {
    position: relative !important;
    padding-top: 3.54em;
    padding-right: 2.48em;
    padding-bottom: 3.54em;
    padding-left: 2.48em;
    max-width: 682px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    background-color: #F3F3F3;
    vertical-align: middle;
}

.modal__success {
    text-align: center;
}

/* Swiper */

.swiper-outside {
    position: relative;
}

.swiper--auto .swiper-wrapper .swiper-slide {
    height: auto;
}

.swiper--same .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    height: auto;
}

.swiper--same .swiper-wrapper .swiper-slide > * {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

/* Swiper-button */

.swiper-button {
    background-image: url(img/icons/swiper-arrow.svg) !important;
    -webkit-background-size: auto auto !important;
       -moz-background-size: auto !important;
         -o-background-size: auto !important;
            background-size: auto !important;
}

.swiper-button-prev {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
}

.swiper-button--static .swiper-button {
    position: static;
    margin-top: 0px;
}

.swiper-button:not(:hover) {
    -webkit-filter: grayscale(100%) brightness(0%);
            filter: grayscale(100%) brightness(0%);
}

/* S-head */

.s-head {
    z-index: 1;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
}

.s-head:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#005DAE),
    color-stop(29.69%, #1BCDD0),
    color-stop(63.54%, #85EA8D),
    to(#EFDF3B)
    );
    background: -webkit-linear-gradient(
    left,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    background:    -moz-linear-gradient(
    left,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    background:      -o-linear-gradient(
    left,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    background:         linear-gradient(
    90deg,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    content: "";
}

/* S-foot */

.s-foot {
    padding-top: 5.4em;
    padding-bottom: 5.4em;
}

.s-foot:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 3px;
    background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#005DAE),
    color-stop(29.69%, #1BCDD0),
    color-stop(63.54%, #85EA8D),
    to(#EFDF3B)
    );
    background: -webkit-linear-gradient(
    left,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    background:    -moz-linear-gradient(
    left,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    background:      -o-linear-gradient(
    left,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    background:         linear-gradient(
    90deg,
    #005DAE 0%,
    #1BCDD0 29.69%,
    #85EA8D 63.54%,
    #EFDF3B 100%
    );
    content: "";
}

/* S-welcome */

.s-welcome {
    opacity: 0;
    -webkit-transition: all 1000ms;
       -moz-transition: all 1000ms;
         -o-transition: all 1000ms;
            transition: all 1000ms;
    -webkit-transform: translateY(40px);
       -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
         -o-transform: translateY(40px);
            transform: translateY(40px);
}

.s-welcome__eteri {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-right: 2.4em;
    padding-left: 2.4em;
    min-height: calc(var(--vh, 1vh) * 100);
}

.s-welcome__ccedi {
    margin-left: 1.2em;
    /* border-left: 3px solid #E1E1E1;*/
    padding-left: 2.1em;
    width: 22.98em;
    text-align: center;
    -webkit-filter: drop-shadow(20px 30px 20px rgba(0, 0, 0, .35));
            filter: drop-shadow(20px 30px 20px rgba(0, 0, 0, .35));
}

.s-welcome__logo {
    width: 400px;
    -webkit-filter: drop-shadow(20px 30px 20px rgba(0, 0, 0, .35));
            filter: drop-shadow(20px 30px 20px rgba(0, 0, 0, .35));
}

.s-welcome__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide-active .s-welcome-content {
    opacity: 1;
    transition: 2s;
    transition-delay: .6s;
}

.s-welcome-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.s-welcome__slides {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.s-welcome__slide {
    position: relative;
}

.s-welcome.active {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}

/* S-fullpage */

.s-fullpage {
    margin-left: 500px;
}

.s-fullpage__content {
    min-height: calc(var(--vh, 1vh) * 100);
}

.s-fullpage--add-padding .s-fullpage__body {
    padding-top: 3.8em;
    padding-right: 8.75em;
    padding-bottom: 3.8em;
    padding-left: 8.75em;
}

.s-fullpage--add-padding .e-title {
    margin-left: -1.1em;
}

.posts-img {
    max-height: 400px;
    width: 100%;

    object-fit: cover;
}

.text-box img {
    width: 100%;
}

/* S-flhead */

.s-flhead {
    position: fixed;
    top: 0;
    right: 0;
    left: 500px;
    z-index: 2;
    padding-top: .6em;
    padding-right: 5.3em;
    padding-bottom: .6em;
    background-color: #FFF;
    -webkit-transition: all 400ms;
       -moz-transition: all 400ms;
         -o-transition: all 400ms;
            transition: all 400ms;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}

.s-flhead.active {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}

/* S-speedbar */

.s-speedbar {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* S-content */

.lefbar__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

/* B-lefbar */

.b-lefbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #FFF;
    -webkit-transition: all 400ms;
       -moz-transition: all 400ms;
         -o-transition: all 400ms;
            transition: all 400ms;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
}

.b-lefbar--s1 {
    overflow: hidden;
}

.b-lefbar__spici {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
    padding-top: 3.6em;
    padding-right: 3.7em;
    padding-bottom: 1em;
    padding-left: 3.7em;
    width: 500px;
    height: calc(var(--vh, 1vh) * 100);
}

.b-lefbar__texts {
    padding-top: 2.1875rem;
    max-width: 16em;
    -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;
}

.b-lefbar__acens {
    flex-grow: 1;
    -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;
}

.b-lefbar__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.b-lefbar.active {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
}

.b-lefbar--s2 .e-bar-logo__blico {
    display: none;
}

.b-lefbar--s2 .b-lefbar__texts {
    opacity: 1;
}

.b-lefbar__o2 {
    background: -webkit-linear-gradient(
    302.56deg,
    #18CFD7 14.99%,
    #5ED9AA 35.84%,
    #D1E361 55.94%,
    #E8E552 78.43%
    );
    background:    -moz-linear-gradient(
    302.56deg,
    #005EB0 14.99%,
    #21D3CE 35.84%,
    #8FED87 55.94%,
    #EFE13D 78.43%
    );
    background:      -o-linear-gradient(
    302.56deg,
    #005EB0 14.99%,
    #21D3CE 35.84%,
    #8FED87 55.94%,
    #EFE13D 78.43%
    );
    background:         linear-gradient(147.44deg, #17D2D8 0%, #E8E552 100%);
}

.b-lefbar__o3 {
    background: -webkit-linear-gradient(
    283.59deg,
    #FAAB45 .83%,
    #DBDE41 50.02%,
    #0AF0FF 102.17%
    );
    background:    -moz-linear-gradient(
    283.59deg,
    #FAAB45 .83%,
    #DBDE41 50.02%,
    #0AF0FF 102.17%
    );
    background:      -o-linear-gradient(
    283.59deg,
    #FAAB45 .83%,
    #DBDE41 50.02%,
    #0AF0FF 102.17%
    );
    background:         linear-gradient(
    166.41deg,
    #FAAB45 .83%,
    #DBDE41 50.02%,
    #0AF0FF 102.17%
    );
}

.b-lefbar__o4 {
    background: -webkit-linear-gradient(
    292.13deg,
    #68E093 10.19%,
    #6DDDA1 44%,
    #8D83F3 83.14%
    );
    background:    -moz-linear-gradient(
    292.13deg,
    #68E093 10.19%,
    #6DDDA1 44%,
    #8D83F3 83.14%
    );
    background:      -o-linear-gradient(
    292.13deg,
    #68E093 10.19%,
    #6DDDA1 44%,
    #8D83F3 83.14%
    );
    background:         linear-gradient(
    157.87deg,
    #68E093 10.19%,
    #6DDDA1 44%,
    #8D83F3 83.14%
    );
}

.b-lefbar__o5 {
    background: -webkit-linear-gradient(
    292.13deg,
    #8E8BF9 10.19%,
    #E8CBD0 46.28%,
    #FDB037 83.14%
    );
    background:    -moz-linear-gradient(
    292.13deg,
    #8E8BF9 10.19%,
    #E8CBD0 46.28%,
    #FDB037 83.14%
    );
    background:      -o-linear-gradient(
    292.13deg,
    #8E8BF9 10.19%,
    #E8CBD0 46.28%,
    #FDB037 83.14%
    );
    background:         linear-gradient(
    157.87deg,
    #8E8BF9 10.19%,
    #E8CBD0 46.28%,
    #FDB037 83.14%
    );
}

.b-lefbar--s2 .e-bar-social__ction,
.b-lefbar--s3 .e-bar-social__ction,
.b-lefbar--s4 .e-bar-social__ction,
.b-lefbar--s5 .e-bar-social__ction,
.b-lefbar--s2 .b-lefbar__spici,
.b-lefbar--s3 .b-lefbar__spici,
.b-lefbar--s4 .b-lefbar__spici,
.b-lefbar--s5 .b-lefbar__spici {
    color: #FFF;
}

.b-lefbar__overlay.active {
    opacity: 1;
}

/* B-we */

.b-we__one {
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
}

.b-we__two {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-left: 2.6em;
    /* background-image: url(img/icons/grow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat; */
}

.b-we__two::after {
    position: absolute;
    right: 30px;
    bottom: 50px;
    z-index: -1;
    width: 600px;
    height: 300px;
    content: url(img/icons/grow.svg);
    opacity: .3;
}

.b-we__three {
    border-top: 1px solid #E1E1E1;
}

/* B-about */

.b-about__images {
    position: absolute;
    top: 8.1em;
    right: -3.9em;
    width: 41.06em;
}

.b-about__img-up {
    -webkit-transform: translateY(-58px);
       -moz-transform: translateY(-58px);
        -ms-transform: translateY(-58px);
         -o-transform: translateY(-58px);
            transform: translateY(-58px);
}

/* B-get */

.b-get {
    padding-top: 2em;
    padding-right: 4.2em;
    padding-bottom: 2em;
    padding-left: 4.2em;
    background-color: #F4F4F4;
}

/* B-review */

.b-review {
    padding-top: 3.8em;
    padding-right: 2.5em;
    padding-bottom: 3.8em;
    padding-left: 2.5em;
    background: #FFF;
    -webkit-box-shadow: 0px 15px 50px rgba(189, 187, 187, .25);
       -moz-box-shadow: 0px 15px 50px rgba(189, 187, 187, .25);
            box-shadow: 0px 15px 50px rgba(189, 187, 187, .25);
}

.b-review__ultda {
    position: relative;
}

.b-review__ultda:after {
    position: absolute;
    top: 0;
    right: 1.2em;
    bottom: .8em;
    display: block;
    border-right: 2px solid #F4F4F4;
    content: "";
}

.b-review.over .text {
    position: relative;
    overflow: hidden;
    height: 277px;
}

.b-review.over .b-review__more {
    position: absolute;
    right: 0;
    bottom: -1.1em;
    display: block;
    padding-top: .16em;
    padding-bottom: .16em;
    padding-left: 2.6em;
    background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(16%, #FFF)
    );
    background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #FFF 16%
    );
    background:    -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 16%);
    background:      -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 16%);
    background:         linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 16%);
    color: #61E3A5;
    font-size: .88em;
}

/* B-test */

.wq_singleAnswerCtr .wq_answerTxtCtr {
    font-weight: 500;
    font-size: 1.13em !important;
}

.wq_singleAnswerCtr:hover,
.wq_singleAnswerCtr.chosen,
.wq_singleAnswerCtr.wq_answerSelected {
    background-color: #61E3A5 !important;
}

.wq_singleAnswerCtr .wq_answerTxtCtr:before,
.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
    content: none;
}

.wq-skin-traditional .wq_singleAnswerCtr {
    border: none;
}

.wq-answer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-top: .3em;
    padding-right: 2.4em;
    padding-bottom: .3em;
    padding-left: 2.4em;
    min-height: 3.6em;
    -webkit-border-radius: 37px;
       -moz-border-radius: 37px;
            border-radius: 37px;
    background-color: #F4F4F4;
    cursor: pointer;
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.wq_questionTextCtr {
    background: white !important;
}

.wq_questionTextCtr h4 {
    font-weight: 500;
    font-size: 1.38em !important;
}

.moreCategories {
    display: none;
}

.moreCategories:nth-child(1),
.moreCategories:nth-child(2) {
    display: block;
}

.b-test {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -ms-flex-align: start;
    flex-direction: column;
    margin-bottom: .8em;
}

.b-test .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: .8em;
    width: 100%;
}

.b-test__nsist {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: 1.1em;
    min-height: 3.6em;
    width: 20%;
    -webkit-border-radius: 38px;
       -moz-border-radius: 38px;
            border-radius: 38px;
    background-color: #F4F4F4;
}

.b-test__orsal {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-top: .3em;
    padding-right: 2.4em;
    padding-bottom: .3em;
    padding-left: 2.4em;
    min-height: 3.6em;
    -webkit-border-radius: 37px;
       -moz-border-radius: 37px;
            border-radius: 37px;
    background-color: #F4F4F4;
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
    /*cursor: pointer*/
}

/*.orsal1, .nsist1{
	color: #000000;
    background-color: #61E3A5
}*/

.no-hover:hover {
    color: black;
}

.b-test .d-flex:hover .b-test__nsist,
.b-test.active .b-test__nsist,
.b-test .d-flex:hover .b-test__orsal,
.b-test.active .b-test__orsal {
    background-color: #61E3A5;
    color: #000;
}

/* B-rubrics */

.dis-inb {
    display: inline-block;
    margin-left: .5em;
    font-weight: 400;
}

.menu-poslugy .b-menu__submenu-page {
    display: grid;
    list-style: none;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.menu-poslugy .b-menu__submenu-page > li {
	list-style: none;
    margin-bottom: 50px;
}

.menu-poslugy .b-menu__submenu-page > li > a {
    font-weight: bold;
    font-size: 1.5em;
}

.menu-poslugy .b-menu__submenu-page > li > a::after {
    margin-top: .18em;
    margin-left: .4em;
    content: url(img/icons/read.svg);
    transition: all 200ms;
}

.menu-poslugy .sub-menu {
    margin: 15px 0 0;
}

.menu-poslugy .sub-menu > li {
    list-style: none;
    font-size: 18px;
}

.menu-poslugy .sub-menu > li a {
    display: inline-block;
    margin: 3px 0;
    padding: 8px 30px;
    border: 2px solid transparent;
    border-radius: 20px;
}

.menu-poslugy .sub-menu li a:hover {
    border-color: #61E3A5;
}

.menu-category,
.b-menu__list,
.b-menu__footer ul,
.e-bar-social,
.b-menu__submenu,
.e-contact ul,
footer ul,
.e-list-dots ul,
.e-phones__drop ul {
    list-style: none;
}

.b-menu__submenu--home {
	margin-bottom: 50px;
}

ul.b-menu__submenu--home > li {
	margin-bottom: 0;
}

.menu-category a {
    display: block;
    margin-bottom: .56em;
    padding-top: .5em;
    padding-right: 1.7em;
    padding-bottom: .5em;
    padding-left: 1.7em;
    background-color: #F5F5F5;
    font-weight: 500;
    font-size: 1.38em;
    line-height: 1.3;
}

.menu-category li.active a {
    background-color: #61E3A5;
    color: #FFF;
}

.menu-category a:hover {
    background-color: #61E3A5;
    color: #FFF;
}

.b-rubrics__caption {
    display: block;
    margin-bottom: .86em;
    padding-top: .9em;
    padding-right: 1.7em;
    padding-bottom: .9em;
    padding-left: 1.7em;
    background-color: #F5F5F5;
}

.b-rubrics__caption span:first-child {
    margin-right: .5em;
}

.b-rubrics__caption.active,
.b-rubrics__caption:hover {
    background-color: #61E3A5;
    color: #000;
}

/* B-contacts */

.b-case img {
    height: 240px;

    object-fit: cover;
}

.b-contacts {
    position: relative;
}

.b-contacts__map {
    height: 30.4em;
    background-color: #DDD;
}

.b-contacts__map p {
    height: 100%;
}

.b-contacts__lteru {
    position: absolute;
    top: 50%;
    right: 0;
    padding-top: 3.7em;
    padding-right: .9em;
    padding-bottom: 3.7em;
    padding-left: 2.7em;
    width: 45%;
    background-color: #F4F4F4;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* B-pay */

.b-pay {
    padding-top: 2.2em;
    padding-right: 2.7em;
    padding-bottom: 2.2em;
    padding-left: 2.7em;
    background-color: #F4F4F4;
}

.b-pay__suport {
    mix-blend-mode: darken;
}

/* B-tabs */

.tabs ul {
	list-style-type: none;
}

.b-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 1.8em !important;
}

.menu-specialists li {
    margin: 10px 0;
    list-style: none;
}

.menu-specialists a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-right: 1.66em;
    padding-left: 1.66em;
    min-width: 8em;
    min-height: 50px;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    background-color: #FFF;
    box-shadow: 0px 20px 20px rgba(209, 209, 209, .25);
    color: #000;
    font-weight: 500;
    font-size: 1.13em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.b-tabs__item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-right: 1.66em;
    padding-left: 1.66em;
    min-width: 8em;
    min-height: 3.32em;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 20px 20px rgba(209, 209, 209, .64);
       -moz-box-shadow: 0px 20px 20px rgba(209, 209, 209, .64);
            box-shadow: 0px 20px 20px rgba(209, 209, 209, .64);
    color: #000;
    font-weight: 500;
    font-size: 1.13em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.b-tabs__item.active {
    border-color: #61E3A5;
    background-color: #61E3A5;
    color: #000;
}

.menu-specialists li.active a {
    background: linear-gradient(
    141.7deg,
    #0AB9E8 24.53%,
    #53CE8D 60.43%,
    #9CEB39 99.75%
    );
    color: #FFF;
}

/* B-specialist */

.b-specialist + .b-specialist {
    margin-top: 6.4em;
}

.b-specialist:hover h3 {
    background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #66E498),
    color-stop(.4, #66E498),
    color-stop(.5, #948CED),
    color-stop(.6, #66E498),
    color-stop(1, #66E498)
    );
    -webkit-background-clip: text;
    color: transparent;
    animation: slidetounlock 10s linear infinite;

    -webkit-text-fill-color: transparent;
}

.b-specialist__img {
    height: 367px;
}

/* B-videos */

.b-videos {
    position: relative;
}

.b-videos__right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
}

.b-videos__scrollbar {
    height: 100%;
}

.b-videos__item + .b-videos__item {
    margin-top: 30px;
}

.b-videos__right .b-videos__item {
    margin-right: 41px;
    margin-left: 30px;
}

/* B-images */

.b-images__img {
    width: 100%;
    height: 26.2em;
    background-color: #DDD;
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.b-images__slide {
    padding-right: 10px;
    padding-left: 10px;
    width: 10% !important;
}

.b-images__slide.swiper-slide-active {
    width: 60% !important;
}

.b-images .swiper-wrapper {
    -webkit-transition-duration: 0ms !important;
       -moz-transition-duration: 0ms !important;
         -o-transition-duration: 0ms !important;
            transition-duration: 0ms !important;
}

/* B-parthners */

.b-parthners {
    margin-right: -3.6em;
    margin-left: -3.6em;
    padding-right: 3.6em;
    padding-left: 3.6em;
}

.b-parthners__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-right: 2.1em;
    padding-left: 2.1em;
}

/* B-short-article */

.b-short-article + .b-short-article {
    margin-top: 3.5em;
    padding-top: 2.8em;
    border-top: 4px solid #F4F4F4;
}

/* B-menu */

.b-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.b-menu__inner {
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
}

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

.b-menu__right {
    position: relative;
    background-color: #DDD;
    background-image: url(img/background/menu.png);
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
}

.b-menu__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-top: 1.8em;
    padding-right: 2.4em;
    padding-bottom: 1.8em;
    padding-left: 2.4em;
    background-color: #F5F5F5;
}

.b-menu__head {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 3.1em;
}

.b-menu__body {
    overflow: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.b-menu__logo {
    padding-top: 1.9em;
    padding-bottom: 1.9em;
    width: 17.13em;
}

.b-menu__omulg {
    padding-top: 4.3em;
    padding-right: 2.6em;
    padding-bottom: 4.3em;
    padding-left: 8em;
}

.b-menu__close {
    position: absolute;
    top: 2.5em;
    right: 4.4em;
    width: auto;
    text-align: right;
    font-size: 1.25em;
    cursor: pointer;
}

.b-menu__priva,
.b-menu__priva_2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #F0F0F0;
}

.b-menu__submenu {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.menu-service-menu-container,
.menu-service-menu-ru-container,
.menu-method-menu-ru-container,
.menu-method-menu-container {
    width: 100%;
}

.b-menu__sublevel {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    padding-right: 5.4em;
    padding-left: 5.4em;
    height: calc(var(--vh, 1vh) * 100);
}

.b-menu__sublevel li > .sub-menu {
    display: none;
}

.d-flex {
    display: flex;
    align-items: center;
}

.justify-content-space {
    justify-content: space-between;
}

.b-menu__phone strong {
    font-weight: 500;
}

.b-menu__phone:before {
    margin-right: .3em;
    content: url(img/icons/phone-gray.svg);
}

.b-menu__email:before {
    margin-right: .5em;
    content: url(img/icons/mail.svg);
}

.b-menu__list > li > a {
    position: relative;
    display: block;
    font-size: 1.38em;
}

.b-menu__list > li > a:before {
    position: absolute;
    top: .58em;
    left: 0;
    display: block;
    width: 2.4em;
    height: 2px;
    background-color: #61E3A5;
    content: "";
    opacity: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
         -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
}

.b-menu__list > li.active a {
    padding-left: 3.1em;
}

.b-menu__list > li.active a:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
}

.b-menu__list > li > a.active {
    padding-left: 3.1em;
}

.b-menu__list > li > a.active:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
}

.b-menu__list > li + li {
    margin-top: 1.2em;
}

.b-menu__list > li > ul {
    margin-top: .5em;
    margin-left: 1.4em;
}

.b-menu__list > li > ul > li {
    border: 0;
}

.b-menu__close:after {
    margin-left: .5em;
    height: 23px;
    content: url(img/icons/close.svg);
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.b-menu__close:hover:after {
    -webkit-transform: scaleX(1) rotateZ(90deg);
       -moz-transform: scaleX(1) rotateZ(90deg);
        -ms-transform: scaleX(1) rotate(90deg);
         -o-transform: scaleX(1) rotateZ(90deg);
            transform: scaleX(1) rotateZ(90deg);
}

.b-menu__priva:before,
.b-menu__priva_2:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url(img/background/menu-overlay.png);
    background-attachment: fixed;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    content: "";
    opacity: .11;
}

.b-menu__submenu > li > a {
    position: relative;
    display: block;
    padding-top: .9em;
    padding-right: 2.4em;
    padding-bottom: .9em;
    padding-left: 2.4em;
    font-size: 1.25em;
}

.b-menu__submenu > li > a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url(img/background/menu-overlay.png);
    background-attachment: fixed;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    content: "";
    opacity: 0;
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.b-menu__submenu > li > a:hover:before {
    opacity: .3;
}

.b-menu__submenu > li {
    border-bottom: 1px solid #E1E1E1;
}

.b-menu__submenu > li > a:hover {
    color: #000;
}

.b-menu__submenu > li > a > span {
    position: relative;
}

/* B-rfilter */

.b-rfilter {
    display: none;
    padding-bottom: 1.1em;
}

.b-rfilter__drop {
    display: none;
}

.b-rfilter__toggle {
    margin-bottom: .5em;
    padding-top: .6em;
    padding-right: 1.2em;
    padding-bottom: .6em;
    padding-left: 1.2em;
    background-color: #61E3A5;
    color: #000;
    font-size: 1.6em;
}

.b-rfilter__toggle:before {
    margin-right: .6em;
    margin-bottom: -.3em;
    content: url(img/icons/filter.svg);
}

/* E-toggle */

.e-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
}

.e-toggle__ico {
    margin-right: .5em;
    width: 1.56em;
    height: 1.56em;
    background-image: url(img/icons/menu.svg);
    background-position: 50% 50%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
}

/* E-bar-social */

.e-bar-social {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100vh;
    -webkit-transform: rotateZ(-90deg);
       -moz-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0;
}

.e-bar-social__ction {
    color: #A7A7A7;
    font-size: .88em;
}

.e-bar-social__ction[href*="facebook"]:hover {
    color: #3B5998;
}

.e-bar-social__ction[href*="instagram"]:hover {
    color: #E1306C;
}

.e-bar-social__ction[href*="youtube"]:hover {
    color: #C4302B;
}

.e-bar-social__ction[href*="t.me"]:hover {
    color: #08C;
}

/* E-bar-logo */

.e-bar-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.e-bar-logo__blico {
    z-index: -1;
    flex-shrink: 0;
    margin-bottom: 2.4em;
    width: 8em;
    height: 8em;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: -webkit-linear-gradient(
    330deg,
    #E8E552 22.85%,
    #B7E172 29.98%,
    #61D9A8 43.11%,
    #2CD5CB 52.37%,
    #17D3D8 56.86%,
    #1BC4D3 62.23%,
    #269DC7 72.53%,
    #3271BA 82.51%
    );
    background:    -moz-linear-gradient(
    330deg,
    #E8E552 22.85%,
    #B7E172 29.98%,
    #61D9A8 43.11%,
    #2CD5CB 52.37%,
    #17D3D8 56.86%,
    #1BC4D3 62.23%,
    #269DC7 72.53%,
    #3271BA 82.51%
    );
    background:      -o-linear-gradient(
    330deg,
    #E8E552 22.85%,
    #B7E172 29.98%,
    #61D9A8 43.11%,
    #2CD5CB 52.37%,
    #17D3D8 56.86%,
    #1BC4D3 62.23%,
    #269DC7 72.53%,
    #3271BA 82.51%
    );
    background:         linear-gradient(
    330deg,
    #E8E552 22.85%,
    #B7E172 29.98%,
    #61D9A8 43.11%,
    #2CD5CB 52.37%,
    #17D3D8 56.86%,
    #1BC4D3 62.23%,
    #269DC7 72.53%,
    #3271BA 82.51%
    );
}

/* E-title */

.e-title {
    color: #010101;
    font-weight: 500;
    font-size: 3.13em;
    line-height: 1.3;
}

.e-title--bigger {
    font-size: 2.88em;
}

.e-title--outline > span {
    position: relative;
    display: inline-block;
}

.e-title--outline > span:after {
    position: absolute;
    right: 0;
    bottom: -.2em;
    left: 0;
    display: block;
    height: 3px;
    background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.59%, #1BCDD0),
    color-stop(53.85%, #85EA8D),
    to(#EFDF3B)
    );
    background: -webkit-linear-gradient(
    left,
    #1BCDD0 1.59%,
    #85EA8D 53.85%,
    #EFDF3B 100%
    );
    background:    -moz-linear-gradient(
    left,
    #1BCDD0 1.59%,
    #85EA8D 53.85%,
    #EFDF3B 100%
    );
    background:      -o-linear-gradient(
    left,
    #1BCDD0 1.59%,
    #85EA8D 53.85%,
    #EFDF3B 100%
    );
    background:         linear-gradient(
    146.66deg,
    #005EB0 -17.79%,
    #21D3CE 5.3%,
    #8FED87 41.27%,
    #EFE13D 81.16%
    );
    content: "";
}

/* E-boon */

.e-boon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.e-boon:hover > .e-boon__ontum {
    width: 100%;
}

.e-boon:hover {
    color: #000;
}

.e-boon__ontum {
    width: 6.25em;
    height: 6.25em;
    -webkit-border-radius: 12.5em;
       -moz-border-radius: 12.5em;
            border-radius: 12.5em;
    background-color: #FFF;
    transition: all .5s;
}

/* E-numlist */

.e-numlist ol {
    padding-left: 0;
}

.e-numlist {
    padding-right: 0px;
    padding-left: 0px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.e-numlist li {
    position: relative;
    padding-left: 2.4em;
    list-style: none;
    counter-increment: my-awesome-counter;
    /* font-size: 0.8em;*/
    line-height: 1.4;
}

.e-numlist li:before {
    position: absolute;
    top: -.1em;
    left: 0;
    color: #61E3A5;
    content: "0" counter(my-awesome-counter) ". ";
    font-weight: 500;
    font-size: 1.36em;
    line-height: 1.3;
}

.e-numlist li + li {
    margin-top: 1.5em;
}

.e-numlist--yelow li:before {
    color: #61E3A5;
}

.e-numlist--small li {
    padding-top: .3em;
    padding-left: 2.9em;
    font-size: .9em;
}

.e-numlist--small li:before {
    font-size: 1.7em;
}

/* E-read */

.text-hidden {
    display: none;
}

.e-read {
    font-size: 1.3125rem !important;
    line-height: 1.6;
}

.e-read:after {
    margin-top: .18em;
    margin-left: .4em;
    content: url(img/icons/read.svg);
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.e-read:hover:after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
}

/* E-phone-icons */

.e-phone-icons {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    vertical-align: bottom;
}

/* E-phones */

.e-phones {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.e-phones__toggle {
    position: relative;
    padding-right: .9em;
}

.d-flex-phone {
    display: flex;
    align-items: center;
}

.e-phones__drop {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding-top: .6em;
    padding-right: 1.48em;
    padding-bottom: .6em;
    padding-left: 1.48em;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #61E3A5;
}

.e-phones__toggle:before {
    margin-right: .3em;
    content: url(img/icons/phone.svg);
}

.e-phones__toggle:after {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: .3em;
    content: url(img/icons/drop-m.svg);
}

.e-phones__drop a:hover {
    color: #000;
    text-decoration: underline;
}

.e-phones:hover .e-phones__toggle:after,
.e-phones.open .e-phones__toggle:after {
    -webkit-transform: scaleY(-1) translateY(-3px);
       -moz-transform: scaleY(-1) translateY(-3px);
        -ms-transform: scaleY(-1) translateY(-3px);
         -o-transform: scaleY(-1) translateY(-3px);
            transform: scaleY(-1) translateY(-3px);
}

.e-phones.open .e-phones__drop {
    display: block;
}

.e-phones__drop ul li:first-child {
    display: none;
}

.e-phones__drop ul li {
    padding-top: .15625rem;
    padding-bottom: .15625rem;
}

.e-phones__drop ul li a {
    color: #FFF;
    font-size: 1.13em;
}

.e-phones__drop strong {
    font-weight: 500 !important;
}

/* E-lang */

.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
    border: none;
    background: none;
    color: #FFF;
}

.e-lang.open .wpml-ls-legacy-dropdown-click {
    border-radius: 0em;
    border-top-left-radius: 12.5em;
    border-top-right-radius: 12.5em;
    background: #61E3A5;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 1px solid #45CB8B;
}

.wpml-ls-legacy-dropdown-click {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 2.88em;
    height: 2.88em;
    -webkit-border-radius: 12.5em;
       -moz-border-radius: 12.5em;
            border-radius: 12.5em;
    background: linear-gradient(
    141.7deg,
    #0AB9E8 24.53%,
    #53CE8D 60.43%,
    #9CEB39 99.75%
    );
    cursor: pointer;
}

.wpml-ls-legacy-dropdown-click ul {
    width: 100%;
    height: 100%;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    height: 100%;
}

.wpml-ls-legacy-dropdown-click a {
    border: none;
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-weight: 500;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: 100%;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    display: block;
    margin: 0 auto;
    border: none;
    content: url(img/icons/drop.svg);
}

.e-lang.open a.wpml-ls-item-toggle:after {
    content: none;
}

.wpml-ls-sub-menu {
    padding-bottom: .3em;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
            border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
            border-bottom-left-radius: 50px;
    background-color: #61E3A5;
}

.wpml-ls-sub-menu a {
    padding: 10px;
    font-weight: 400;
}

.wpml-ls-sub-menu a:hover {
    text-decoration: underline;
}

.e-lang {
    position: relative;
    z-index: 1;
}

.e-lang__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 2.88em;
    height: 2.88em;
    -webkit-border-radius: 12.5em;
       -moz-border-radius: 12.5em;
            border-radius: 12.5em;
    background-color: #F5F5F5;
    cursor: pointer;
}

.e-lang__drop {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding-bottom: .3em;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
            border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
            border-bottom-left-radius: 50px;
    background-color: #61E3A5;
}

.e-lang__select {
    display: block;
    padding-top: .4em;
    padding-bottom: .4em;
    text-align: center;
}

.e-lang__toggle:after {
    margin-top: -.2em;
    margin-left: 0em;
    content: url(img/icons/drop.svg);
}

.e-lang.open .e-lang__toggle {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
            border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
            border-bottom-left-radius: 0px;
    background-color: #61E3A5;
}

.e-lang.open .e-lang__toggle:after {
    -webkit-transform: scaleY(-1) translateY(-4px);
       -moz-transform: scaleY(-1) translateY(-4px);
        -ms-transform: scaleY(-1) translateY(-4px);
         -o-transform: scaleY(-1) translateY(-4px);
            transform: scaleY(-1) translateY(-4px);
}

.e-lang.open .e-lang__drop {
    display: block;
}

.e-lang__select:hover {
    color: #000;
    text-decoration: underline;
}

/* E-speedbar */

.e-speedbar {
    color: #ACACAC;
    font-size: .88em;
}

.e-speedbar > *:not(:first-child):before {
    margin-right: .4em;
    margin-left: .4em;
    width: 7px;
    height: 1px;
    background-color: #ACACAC;
    content: "";
}

/* E-pagination */

.e-pagination__digit {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
    min-width: 3.4em;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    text-align: center;
    font-weight: 700;
}

.e-pagination__digit + .e-pagination__digit {
    margin-left: 5px;
}

.e-pagination__digit.active,
.e-pagination__digit:hover {
    background-color: #61E3A5;
    color: #000;
}

.wp-paginate .current {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 3.4em;
    height: 3.4em;
    border: none !important;
    border-radius: 50%;
    background: linear-gradient(
    141.7deg,
    #0AB9E8 24.53%,
    #53CE8D 60.43%,
    #9CEB39 99.75%
    ) !important;
    color: #FFF !important;
    text-align: center;
    font-weight: 700;
}

.wp-paginate a {
    display: inline-block;
    margin-left: 5px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 3.4em;
    height: 3.4em;
    border: none !important;
    border-radius: 50%;
    background-color: #F4F4F4 !important;
    color: black !important;
    text-align: center;
    font-weight: 700;
}

.p-0 {
    padding: 0 !important;
}

.blocker {
    z-index: 9 !important;
}

/* E-contact */

.e-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
}

.e-contact__tolli {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-right: 1.1em;
    width: 4.63em;
    height: 4.63em;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 4px 4px rgba(219, 219, 219, .64);
       -moz-box-shadow: 0px 4px 4px rgba(219, 219, 219, .64);
            box-shadow: 0px 4px 4px rgba(219, 219, 219, .64);
}

/* E-article */

.e-article {
    border: 1px solid #F3F2F2;
    background-color: #FFF;
    -webkit-box-shadow: 0px 15px 25px rgba(215, 215, 215, .64);
       -moz-box-shadow: 0px 15px 25px rgba(215, 215, 215, .64);
            box-shadow: 0px 15px 25px rgba(215, 215, 215, .64);
}

.e-article__uiuri {
    width: 100%;
}

.height-img {
    height: 34vh;
}

.e-article__season {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    z-index: 1;
    padding-top: .2em;
    padding-right: .6em;
    padding-bottom: .2em;
    padding-left: .6em;
    background-color: #FFF;
    color: #A3AAAE;
    font-size: .88em;
    line-height: 1.6;
    opacity: .5;
}

.e-article__gredi {
    padding-top: .24em;
    padding-right: .5em;
    padding-bottom: .24em;
    padding-left: .5em;
    background-color: #F5F5F5;
    color: #A3AAAE;
    line-height: 1.6;
}

.e-article__time {
    color: #A3AAAE;
    font-size: .88em;
    line-height: 1.6;
}

.e-article__onoru {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: .5em;
}

.e-article__delic {
    position: relative;
    display: block;
}

.e-article__corru {
    padding-top: 1.2em;
    padding-right: 1.8em;
    padding-bottom: 1.2em;
    padding-left: 1.8em;
}

.e-article__time:before {
    margin-top: .2em;
    margin-right: .5em;
    content: url(img/icons/time.svg);
}

.e-article__gredi:before {
    display: inline-block;
    margin-top: -.1em;
    margin-right: .5em;
    width: 6px;
    height: 7px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background-color: #61E3A5;
    content: "";
}

/* E-list-dots */

.e-list-dots li {
    position: relative;
    padding-left: 1.1em;
    font-size: .86em;
}

.e-list-dots li + li {
    margin-top: 2.1em;
}

.e-list-dots li:before {
    position: absolute;
    top: .28em;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background-color: #61E3A5;
    content: "";
}

.e-list-dots--compress li + li {
    margin-top: 1.14em !important;
}

/* E-list-line */

.e-list-line {
    line-height: 1.3;
}

.e-list-line li:before {
    display: inline-block;
    margin-right: .5em;
    width: 12px;
    height: 2px;
    background-color: #61E3A5;
    content: "";
}

.e-list-line li + li {
    margin-top: 1.7em;
}

/* E-social */

.e-social {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}

.e-social a {
    display: block;
    overflow: hidden;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}

/* E-search */

.e-search {
    position: relative;
}

.e-search__entry {
    display: block;
    padding-right: 1.88em;
    padding-left: 1.88em;
    width: 100%;
    height: 3.5em;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    background-color: #FFF;
    color: #000;
    font-weight: 400;
    font-size: 1em;
    font-family: GT Walsheim Pro;
    line-height: 1.2;
}

.e-search__isque {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.25em;
    background-color: transparent;
    background-image: url(img/icons/search.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: .24;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
    cursor: pointer;
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.e-search__entry:hover,
.e-search__entry:focus {
    border-color: #000;
}

.e-search__entry:focus + .e-search__isque {
    opacity: 1;
}

.e-search__isque:hover {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
}

/* Типография */

.text > h1 {
    font-size: 2.5em;
}

.text > h2 {
    font-size: 2em;
}

.text > h3 {
    font-weight: 500;
    font-size: 2.63em !important;
    line-height: 1.3;
}

.text > h4 {
    font-size: 1.5em;
}

.text > h5 {
    font-size: 1.25em;
}

.text > h6 {
    font-size: 1em;
}

.text > p {
    font-size: .95em;
    line-height: 1.8;
}

.text > ul {
    padding-left: 20px;
    /*    font-size: 1.38em;*/
    /* font-weight: 500*/
}

/*.text--gray > p{
    color: #757373
}*/

.text--gray > p {
    color: #1A1A1A;
}

.text > ul > li + li {
    margin-top: .7em;
}

.text > ul > li {
    position: relative;
    /*  padding-left: 1.60em*/
}

.text > ul > li:before {
    /* content: url(img/icons/list.svg);
    position: absolute;
    left: 0;
    top: 0*/
}

.text .img-left {
    float: left;
    margin-right: 30px;
    max-width: 50%;
}

/*
 * CASCADE
 */

.tabs-body.active {
    display: block;
}

.nice-select {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
}

.nice-select .current {
    display: block;
    overflow: hidden;
    height: auto;
       text-overflow: ellipsis;
    line-height: 1.2;

    -o-text-overflow: ellipsis;
}

.nice-select .list {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 12px 38px 0 rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 12px 38px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 12px 38px 0 rgba(0, 0, 0, .2);
    color: #000;
}

.nice-select .option {
    padding-top: .51em;
    padding-right: .73em;
    padding-bottom: .51em;
    padding-left: .73em;
    min-height: auto;
    height: auto;
    line-height: 1.2;
}

.form-checkbox > input:checked ~ .check:after {
    opacity: 1;
}

.form-checkbox > input,
.form-checkbox > span.check {
    width: 1em;
    height: 1em;
}

.form-checkbox > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.form-checkbox > span.check {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 1px solid #DDD;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
}

.form-checkbox > span.check:after {
    position: absolute;
    top: 0;
    left: .32em;
    width: .4em;
    height: .7em;
    border-width: 2px;
    border-color: #000;
    border-right-style: solid;
    border-bottom-style: solid;
    content: "";
    opacity: 0;
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
}

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

.qmn_mc_answer_wrap {
    display: flex !important;
    align-items: center;
    margin: 0 0 15px 0 !important;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    /*padding: 15px 15px 15px;*/
    border-radius: 37px;
    background-color: var(--wq-background-color, #F2F2F2);
    color: var(--wq-font-color);
    transition: .2s;
}

.qmn_mc_answer_wrap:hover {
    background-color: #61E3A5;
    transition: .2s;
}

.qmn_mc_answer_wrap label {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 15px 15px 15px;
    padding-left: 10px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    color: inherit;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.13em !important;
    line-height: 19px;
    cursor: pointer;
}

.mlw_qmn_new_question {
    font-size: 20px;
}

.scroll-down-mob {
    display: none;
}

.glsr-review {
    padding-top: 3em;
    padding-right: 2em;
    padding-bottom: 3em;
    padding-left: 2em;
    background: #FFF;
    -webkit-box-shadow: 0px 15px 50px rgb(189 187 187 / 25%);
       -moz-box-shadow: 0px 15px 50px rgba(189, 187, 187, .25);
            box-shadow: 0px 15px 50px rgb(189 187 187 / 25%);
}

.glsr-read-more {
    color: #61E3A5;
}

.glsr-reviews {
    gap: 3rem !important;
    grid-gap: 3rem !important;
    grid-template-columns: 1fr 1fr;
}

.glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
    display: grid;

    gap: 2rem;
    grid-gap: 2rem;
}

.glsr-review-title {
    font-weight: 700;
    font-size: 1.4em;
}

.glsr-review-date {
    padding-bottom: 10px;
    border-bottom: 2px solid #F4F4F4;
    color: #434648;
    font-style: inherit !important;
}

.glsr-review-content {
    color: #575757;
    font-size: 1.1rem !important;
    line-height: 1.8;
}

.glsr-pagination .nav-links {
    display: flex;
    justify-content: center;
}

.glsr-pagination .page-numbers {
    display: inline-block;
    margin-left: 5px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 3.4em;
    height: 3.4em;
    border: 1px solid #F4F4F4 !important;
    border-radius: 50%;
    background-color: #F4F4F4 !important;
    color: #000 !important;
    text-align: center;
    font-weight: 700;
}

.glsr-pagination .page-numbers.current {
    background: linear-gradient(
    141.7deg,
    #0AB9E8 24.53%,
    #53CE8D 60.43%,
    #9CEB39 99.75%
    ) !important;
    color: #FFF !important;
}

.glsr-pagination .next.page-numbers,
.glsr-pagination .prev.page-numbers {
    display: none;
}

.form-rew .submit-button {
    display: flex;
    justify-content: flex-end;
}

.form-rew label {
    display: none;
}

.form-rew .glsr-button {
    display: block;
    margin: 20px auto;
    padding: .6em 2em .6em;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(
    141.7deg,
    #0AB9E8 41.02%,
    #53CE8D 81.97%,
    #9CEB39 103.91%
    );
    color: #FFF;
    line-height: 1;
}

.d-flex-block {
    display: flex;
    flex-direction: column;
}

.glsr-field-text {
    order: 1;
}

.glsr-field-email {
    order: 2;
}

.glsr-field-textarea {
    order: 3;
}

/*
 * MEDIA
 */

@media all and (max-width: 1920px) {
    /* S-fullpage */
    .s-fullpage {
        margin-left: 300px;
    }
    .s-fullpage--add-padding .s-fullpage__body {
        padding-right: 3.3em;
        padding-left: 3.3em;
    }
    .s-fullpage--add-padding .e-title {
        margin-left: 0px;
    }
    /* S-flhead */
    .s-flhead {
        left: 300px;
        padding-right: 3.3em;
        padding-left: 3.3em;
    }
    /* B-lefbar */
    .b-lefbar__spici {
        padding-right: 2.1em;
        padding-bottom: 3em;
        padding-left: 2.1em;
        width: 300px;
    }
    .b-lefbar__texts {
        bottom: 14.66em;
        font-size: .72em;
    }
    /* B-about */
    .b-about__images {
        right: -34px;
    }
    /* B-get */
    .b-get {
        padding-right: 2.4em;
        padding-left: 2.4em;
    }
    /* E-bar-logo */
    .e-bar-logo {
        margin-right: auto;
        margin-left: auto;
        max-width: 60%;
    }
    /* E-article */
    .e-article__onoru {
        font-size: .86em;
    }
}

@media screen and (max-width: 1450px) {
    .padding-45 {
        padding: 0 45px;
    }
    .e-phones__drop ul li a {
        font-size: .83em;
    }
    .b-contacts {
        display: flex;
        flex-direction: column;
    }
    .order-1 {
        order: 1;
        margin-bottom: 40px;
    }
    .order-2 {
        order: 2;
    }
    .menu-category a {
        padding-right: .7em;
        padding-left: .7em;
        font-size: 1.2em;
    }
    .e-title {
        font-size: 2.5em;
    }
    .typo-ustit {
        font-size: .9em !important;
    }
    .p-05rem {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    /* B-about */
    .b-about__images img {
        max-width: 14.9em;
    }
    /* B-contacts */
    .b-contacts__lteru {
        position: static;
        margin-top: 3.3em;
        width: 100%;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    /* B-pay */
    .b-pay {
        padding-right: 1.2em;
        padding-left: 1.2em;
    }
    /* B-menu */
    .b-menu__footer {
        padding-top: 1.2em;
        padding-right: 1.1em;
        padding-bottom: 1.2em;
        padding-left: 1.1em;
    }
    .b-menu__omulg {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        padding-left: 3.7em;
    }
    /* E-article */
    .e-article__corru {
        padding-right: 1.2em;
        padding-left: 1.2em;
    }
}

@media all and (min-width: 1200px) {
    /* E-phones */
    .e-phones:hover .e-phones__drop {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .d-n-1200 {
        display: none;
    }
    .justify-content-space {
        justify-content: flex-end;
    }
    .e-phones__drop ul li:first-child {
        display: block;
    }
    /* S-fullpage */
    .s-fullpage {
        margin-left: 0px;
    }
    /* S-flhead */
    .s-flhead {
        left: 0;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    /* B-lefbar */
    .b-lefbar {
        display: none;
    }
    /* B-images */
    .b-images__slide {
        width: 20%;
    }
    /* B-menu */
    .b-menu__footer {
        display: block;
    }
    .b-menu__logo {
        width: 11.63em;
    }
    .b-menu__sublevel {
        padding-right: 2em;
        padding-left: 2em;
    }
    /* B-rfilter */
    .b-rfilter {
        display: block;
    }
    /* E-phones */
    .e-phones__drop {
        -webkit-box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .2);
                box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .2);
        -webkit-transform: translateX(-50%) translateY(14px);
           -moz-transform: translateX(-50%) translateY(14px);
            -ms-transform: translateX(-50%) translateY(14px);
             -o-transform: translateX(-50%) translateY(14px);
                transform: translateX(-50%) translateY(14px);
    }
    .b-we__one {
        padding-top: 6em;
    }
}

@media all and (min-width: 992px) {
    /* B-parthners */
    .b-parthners .b-parthners__slide + .b-parthners__slide {
        border-left: 1px solid #DDD;
    }
}

@media screen and (max-width: 991px) {
    .s-fullpage__content {
        min-height: auto;
    }
    .order-online-1 {
        order: 1;
    }
    .order-online-2 {
        order: 2;
    }
    .padding-45 {
        padding: 0;
    }
    .s-welcome-content {
        flex-direction: column;
    }
    .b-about__img-up {
        -webkit-transform: translateY(0px);
           -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
             -o-transform: translateY(0px);
                transform: translateY(0px);
    }
    /* Элементы */
    .elem-img-specialists {
        margin-right: 0px;
    }
    /* B-about */
    .b-about__images {
        position: static;
        width: auto;
    }
    .b-about__images img {
        max-width: 100%;
        width: 100%;
    }
    /* B-get */
    .b-get {
        padding-right: 1.3em;
        padding-left: 1.3em;
    }
    /* B-videos */
    .b-videos__right .b-videos__item {
        margin-right: 15px;
        margin-left: 10px;
    }
    /* B-menu */
    .b-menu__head {
        padding-left: 1em;
    }
    .b-menu__omulg {
        padding-right: 1.2em;
        padding-left: 1.2em;
    }
    .b-menu__close {
        top: 1.73em;
        right: 1.8em;
    }
    /* E-list-line */
    .e-list-line {
        font-size: .8em;
    }
    .glsr-reviews {
        grid-template-columns: 1fr;
    }
    .menu-poslugy .b-menu__submenu-page {
        grid-template-columns: 1fr;
    }
    .menu-poslugy .b-menu__submenu-page > li {
        margin-bottom: 0px;
    }
}

@media all and (min-width: 768px) {
    /* B-service */
    .b-service__six {
        margin-top: -12.5em;
        margin-right: 5.1em;
    }
    .b-service__seven {
        margin-top: -14.5em;
    }
    .b-service__four {
        margin-top: -3.7em;
        margin-right: 2.8em;
    }
    .b-service__two {
        margin-top: -5.1em;
    }
    /* B-specialist */
    .b-specialist--reverce > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

@media screen and (max-width: 767px) {
    .b-menu__footer a {
        font-size: smaller;
    }
    .s-welcome__logo {
        width: 270px;
    }
    .btn--icon-consult b {
        font-size: small;
    }
    .b-review.over .text {
        padding-bottom: inherit;
        height: auto;
    }
    /* S-welcome */
    .s-welcome {
        opacity: 1;
    }
    /* B-test */
    .b-test,
    .b-test .d-flex {
        font-size: .9em;
    }
    /* B-videos */
    .b-videos__right {
        position: static;
        margin-top: 1.9em;
        height: 19.88em;
    }
    .b-videos__right .b-videos__item {
        margin-left: 0px;
    }
    /* B-images */
    .b-images__slide {
        width: 100%;
    }
    .b-images__slide.swiper-slide-active {
        width: 85%;
    }
    /* B-menu */
    .b-menu__list {
        font-size: .86em;
    }
    .b-menu__submenu {
        font-size: .84em;
    }
    .b-menu__submenu > li > a {
        padding-right: .8em;
        padding-left: .8em;
    }
    /* E-title */
    .e-title {
        font-size: 2.33em;
    }
}

/* .b-menu__submenu-page li > .sub-menu {
    display: none;
} */

.list-service .current-menu-item > .sub-menu {
    display: block;
}

.b-menu__submenu-page .current-menu-item > a {
    background: #61E3A5 !important;
    color: #FFF;
}

@media all and (min-width: 576px) {
    /* B-master */
    .b-master--reverce {
        text-align: right;
    }
    .b-master--reverce > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    /* Типография */
    .text--bigger > p {
        margin-bottom: 1.5em;
        font-size: 1.13em;
        line-height: 1.4;
    }
}

@media screen and (max-width: 575px) {
    .scroll-down-b {
        position: absolute;
        bottom: 35px;
        width: 50px;
        height: 65px;
    }
    .scroll-down-mob {
        position: absolute;
        z-index: 10;
        display: block;
        transform: rotate(180deg);
        -webkit-animation-name: example;
                animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 6s;
                animation-duration: 6s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
    }
    .e-read {
        font-size: 1rem !important;
    }
    .elem-back {
        font-size: 1.15em;
    }
    .s-fullpage__content {
        min-height: auto;
    }
    .typo-ondem {
        font-size: 1.18em;
    }
    .typo-alefi {
        font-size: 2.13em;
    }
    .b-master-mobile {
        display: none;
    }
    .visible-b {
        display: block;
    }
    .padding-mob-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .to_top {
        width: 45px;
        height: 40px;
    }
    .b-master img {
        height: 250px;

        object-fit: contain;
    }
    .b-menu__sublevel {
        padding-right: 0em;
        padding-left: 0em;
    }
    .b-menu__submenu > li > a {
        font-size: 1em;
    }

    .e-service .cn-d-fx {
        align-items: center;
    }
    .mob-mt-0 {
        margin-top: 0 !important;
    }
    /* Modal */
    .blocker {
        padding-right: 0em;
        padding-left: 0em;
    }
    /* Элементы */
    .elem-similar {
        font-size: 1.1em;
    }
    .list-service li {
        font-size: 1.1em;
    }
    .list-service li:before {
        top: .62em;
        left: 1.1em;
    }
    /* S-welcome */
    .s-welcome__eteri {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .s-welcome__ccedi {
        margin-top: 2.6em;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0em;
        padding-left: 0em;
        width: 100%;
        border: 0;
        text-align: center;
    }
    /* S-fullpage */
    .s-fullpage--add-padding .s-fullpage__body {
        padding-top: 1.8em;
        padding-right: 15px;
        padding-bottom: 1.8em;
        padding-left: 15px;
    }
    /* S-flhead */
    .s-flhead {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* B-we */
    .b-we__one {
        padding-top: 5.1em;
    }
    .b-we__two {
        padding-right: 15px;
        padding-right: 1.3em;
        padding-left: 15px;
        padding-left: 1.3em;
    }
    /* B-about */
    .b-about__img-up {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    .b-about__images img {
        height: 15em;
    }
    /* B-get */
    .b-get {
        padding: 15px;
    }
    /* B-review */
    .b-review {
        padding-top: 2.2em;
        padding-right: 1.4em;
        padding-bottom: 2.2em;
        padding-left: 1.4em;
    }
    /* B-test */
    .b-test,
    .b-test .d-flex {
        display: block;
    }
    .b-test__nsist {
        margin-top: .9em;
        margin-left: auto;
        width: 50%;
    }
    .b-test__orsal {
        position: relative;
    }
    .b-test__note {
        position: absolute;
        bottom: -3.3em;
        left: 0;
    }
    /* B-rubrics */
    .menu-category a {
        font-size: .96em;
    }
    .b-rubrics__caption {
        font-size: .76em;
    }
    /* B-contacts */
    .b-contacts__map {
        height: 21.4em;
    }
    .b-contacts__lteru {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        background-color: #FFF;
    }
    /* B-images */
    .b-images__img {
        height: 51.9vw;
    }
    /* B-parthners */
    .b-parthners {
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 26px;
        padding-left: 26px;
    }
    /* B-menu */
    .b-menu__close {
        top: 2.16em;
        right: 1.35em;
    }
    /* B-rfilter */
    .b-rfilter__toggle {
        font-size: 1.42em;
    }
    /* E-title */
    .e-title--bigger {
        font-size: 2.48em;
    }
    /* E-contact */
    .e-contact__tolli {
        font-size: .82em;
    }
    /* E-article */
    .e-article__corru {
        padding-top: 1.3em;
        padding-right: .9em;
        padding-bottom: 1.3em;
        padding-left: .9em;
    }
    /* Типография */
    .text > h3 {
        font-size: 1.9em !important;
    }
    .text > ul {
        font-size: 1em;
    }
    .b-menu__footer p {
        font-size: .8em;
    }
}

@media screen and (max-width: 375px) {
    /* Окна */
    .modal {
        padding-top: 1.84em;
        padding-right: 1.18em;
        padding-bottom: 1.84em;
        padding-left: 1.18em;
    }
    /* B-menu */
    .b-menu__logo {
        width: 7.63em;
    }
    .b-menu__close {
        font-size: 1.07em;
    }
}

.e-article__delic {
    height: 100%;
}

.e-article__corru .cn-fa-right {
    margin-top: auto;
}

.e-article__delic {
    position: relative;
    display: flex;
    flex-flow: column;
}

.e-article__corru {
    display: flex;
    flex-flow: column;
    height: 100%;
}

/*.e-article__onoru {   
    margin-top: auto;
}*/

.e-article {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

div#ez-toc-container {
    border: 1px solid #61E3A5;
}

div#ez-toc-container ul.ez-toc-list a:hover {
    color: #61E3A5 !important;
}
div#ez-toc-container ul.ez-toc-list a:visited {
    color: #61E3A5 !important;
}

.cn-text {
	overflow: auto;
}

.cn-text table td {
	padding: 10px
}

.cf7sr-g-recaptcha {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.glsr-review-author {
	display: none !important;
}

@media screen and (max-width: 570px) {
    .cf7sr-g-recaptcha {
    /*margin-left: auto;
    margin-right: auto;*/
    text-align: center;
    }
}

.glsr-reviews-wrap .glsr-pagination .pagination {
    display: flex !important;
    gap: 12px;
    list-style: none;
}

.glsr-pagination .pagination li {
    list-style: none;
}




/* Contacts layout hotfix: keep text inside grey panel without clipping */
.page-template-page-contact .b-contacts__lteru {
    box-sizing: border-box;
    overflow: visible;
    width: 48%;
    padding-right: 1.4em;
    padding-left: 1.8em;
}

.page-template-page-contact .e-contact {
    align-items: flex-start;
}

.page-template-page-contact .e-contact > div:last-child {
    flex: 1 1 auto;
    min-width: 0;
}

.page-template-page-contact .e-contact p,
.page-template-page-contact .e-contact li,
.page-template-page-contact .e-contact a,
.page-template-page-contact .e-contact h4 {
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* Contacts 60/40 layout: square map left + grey info panel right */
@media screen and (min-width: 1200px) {
  .page-template-page-contact .b-contacts {
    display: flex !important;
    align-items: stretch;
  }

  .page-template-page-contact .b-contacts__map {
    width: 60% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    min-height: 520px;
    background-color: #ddd;
    flex: 0 0 60%;
  }

  .page-template-page-contact .b-contacts__map p,
  .page-template-page-contact .b-contacts__map iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .page-template-page-contact .b-contacts__lteru {
    position: static !important;
    transform: none !important;
    width: 40% !important;
    flex: 0 0 40%;
    background-color: #f4f4f4 !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 2.4em 2em !important;
    overflow: visible;
  }

  .page-template-page-contact .e-contact > div:last-child {
    min-width: 0;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 1199px) {
  .page-template-page-contact .b-contacts {
    display: flex;
    flex-direction: column;
  }

  .page-template-page-contact .b-contacts__lteru {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 1.6em;
  }
}


/* Mobile TOC width fix for all articles */
@media screen and (max-width: 767px) {
  body.single-post #ez-toc-container,
  body.single #ez-toc-container,
  .single-post .text #ez-toc-container,
  .single .text #ez-toc-container {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 16px 0 24px 0 !important;
    box-sizing: border-box !important;
  }

  body.single-post #ez-toc-container nav,
  body.single #ez-toc-container nav,
  .single-post .text #ez-toc-container nav,
  .single .text #ez-toc-container nav {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Services page hardening: keep services list visible in UA/RU after menu changes */
.page-template-page-service .menu-poslugy .b-menu__submenu-page {
    display: grid !important;
    list-style: none !important;
    grid-gap: 30px !important;
    grid-template-columns: 1fr 1fr !important;
}

.page-template-page-service .menu-poslugy .b-menu__submenu-page > li {
    display: block !important;
    list-style: none !important;
    margin-bottom: 50px !important;
}

.page-template-page-service .menu-poslugy .b-menu__submenu-page > li > a {
    display: inline-block !important;
    color: #121212 !important;
    font-weight: 700 !important;
    font-size: 1.5em !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.page-template-page-service .menu-poslugy .sub-menu {
    display: block !important;
    margin: 15px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.page-template-page-service .menu-poslugy .sub-menu > li {
    display: block !important;
    list-style: none !important;
    font-size: 18px !important;
}

.page-template-page-service .menu-poslugy .sub-menu > li a {
    display: inline-block !important;
    color: #121212 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width: 992px) {
    .page-template-page-service .menu-poslugy .b-menu__submenu-page {
        grid-template-columns: 1fr !important;
    }
}
