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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

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

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.cn-text > ol {
  list-style: decimal !important;
  padding-left: 20px;
}
.cn-text > ol li {
  margin-bottom: 10px;
  color: #858585;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

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

* {
  box-sizing: border-box;
}

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

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

body {
  line-height: 1.2;
  font-size: 16px;
  color: #3f3f3f;
  position: relative;
  font-family: "Gilroy", sans-serif;
  background: #fff;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit;
}

p {
  margin: 0;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}

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

a:hover {
  color: #77c043;
  text-decoration: none;
}

button,
input,
textarea {
  transition: all 0.2s;
}

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

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

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

.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: 1630px) {
  .cn-container {
    max-width: 1600px !important;
  }
}

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

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

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("fonts/Gilroy/Gilroy-Regular.eot") format("embedded-opentype"),
    url("fonts/Gilroy/Gilroy-Regular.woff") format("woff"),
    url("fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("fonts/Gilroy/Gilroy-Medium.eot") format("embedded-opentype"),
    url("fonts/Gilroy/Gilroy-Medium.woff") format("woff"),
    url("fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("fonts/Gilroy/Gilroy-SemiBold.eot") format("embedded-opentype"),
    url("fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"),
    url("fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype"),
    url("fonts/Gilroy/Gilroy-Bold.woff") format("woff"),
    url("fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  font-display: swap;
  src: url("fonts/UniNeue/UniNeueRegular.eot") format("embedded-opentype"),
    url("fonts/UniNeue/UniNeueRegular.woff2") format("woff2"),
    url("fonts/UniNeue/UniNeueRegular.woff") format("woff"),
    url("fonts/UniNeue/UniNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  font-display: swap;
  src: url("fonts/UniNeue/UniNeueBold.eot") format("embedded-opentype"),
    url("fonts/UniNeue/UniNeueBold.woff2") format("woff2"),
    url("fonts/UniNeue/UniNeueBold.woff") format("woff"),
    url("fonts/UniNeue/UniNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  font-display: swap;
  src: url("fonts/UniNeue/UniNeueHeavy.eot") format("embedded-opentype"),
    url("fonts/UniNeue/UniNeueHeavy.woff2") format("woff2"),
    url("fonts/UniNeue/UniNeueHeavy.woff") format("woff"),
    url("fonts/UniNeue/UniNeueHeavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
* {
  -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 {
  line-height: 1.2;
  font-size: 16px;
  color: #3f3f3f;
  position: relative;
  font-family: "Gilroy", sans-serif;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit;
}

p {
  margin: 0;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

a:hover {
  color: #77c043;
  text-decoration: none;
}

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

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

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

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

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

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

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

@media (max-width: 575px) {
  .cn-container {
    max-width: 320px;
  }
}
/* Bootstrap */

.wrap {
  overflow: hidden;
}
.hide {
  display: none;
}
.tabs-body {
  display: none;
}

/* Modal */

.blocker {
  z-index: 10;
}

/* Section */

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

/* 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;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  min-height: 5.25em;
  color: #000000;
  border-bottom: 2px solid #77c043;
}
.mobile-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Текста */

.typo-tolli {
  font-size: 1.5em;
  font-family: Uni Neue;
  font-weight: 700;
}
.typo-culos {
  font-size: 4.06em;
  font-family: Uni Neue;
  font-weight: 900;
  line-height: 1.1;
}
.typo-visar {
  font-size: 1.38em;
  font-family: Uni Neue;
  font-weight: 700;
  line-height: 1.1;
}

.typo-ricul,
.tekst_b1 strong {
  font-weight: 900;
}
.typo-ondem {
  font-family: Uni Neue;
  line-height: 1.5;
}
.typo-onoru {
  font-family: Uni Neue;
  font-weight: 700;
}
.typo-cessa {
  font-size: 2.63em;
  font-family: Uni Neue;
}
.typo-oband {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.3;
}
.typo-ciunt {
  /*font-size: 9.00em;*/
  font-size: 3em;
  font-weight: 800;
  text-shadow: 0px 4px 20px rgba(139, 139, 139, 0.64);
}
.typo-aeven {
  font-weight: 600;
  line-height: 1.8;
}
.typo-nsist {
  font-size: 1.8em;
  /*font-size: 2.25em;
    font-weight: 700*/
}
.typo-ccept {
  font-size: 0.88em;
  font-weight: 700;
}
.typo-ffect {
  font-size: 1.5em;
  font-weight: 500;
}
.typo-ccedi {
  font-weight: 700;
}
.typo-corpu {
  font-size: 12.5em;
  font-weight: 800;
}
.typo-mente {
  font-weight: 500;
}
.typo-demex {
  font-size: 2.38em;
}
.typo-oxali {
  font-weight: 500;
  line-height: 1.8;
}
.typo-ultda {
  font-size: 0.88em;
  font-weight: 600;
}
.typo-antur {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
  /*font-size: 5.00em;
*/
  font-weight: 700;
  text-shadow: 0px 0px 11px rgba(119, 192, 67, 0.77);
}
.typo-remit {
  font-size: 5em;
}
.typo-alsus {
  font-size: 2.63em;
}
.typo-ontra {
  font-weight: 700;
  text-shadow: 0px 0px 11px rgba(119, 192, 67, 0.77);
}
.typo-iureq {
  font-size: 3.5em;
  font-weight: 500;
}
.typo-uiuri {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.4;
}
.typo-acens {
  font-size: 1.25em;
  font-weight: 700;
}
.typo-princ {
  font-weight: 500;
  line-height: 1.4;
}
.typo-siden {
  font-size: 1.13em;
  font-family: Uni Neue;
  font-weight: 900;
}
.typo-enere {
  font-family: Uni Neue;
}
.typo-opter {
  font-size: 2.63em;
  font-family: Uni Neue;
  font-weight: 400;
}
.typo-elict {
  font-size: 1.56em;
  font-family: Uni Neue;
  font-weight: 400;
}
.typo-rimen {
  font-size: 1.13em;
  font-family: Uni Neue;
  font-weight: 400;
}
.typo-aribu {
  font-size: 0.88em;
  line-height: 1.9;
}
.typo-trans {
  font-size: 3.5em;
}
.typo-elior {
  line-height: 1.9;
}
.typo-laeda {
  font-size: 2.19em;
  font-family: Uni Neue;
  font-weight: 400;
}
.typo-oport {
  font-size: 1.13em;
  line-height: 1.9;
  text-decoration: underline;
}

/* Color */

.color__black {
  color: #000000;
}
.strong-color__sushi strong {
  color: #77c043;
}
.color__sushi {
  color: #77c043;
}
.color__mako {
  color: #434a50;
}
.color__white {
  color: #ffffff;
}
.color__dusty-gray {
  color: #a39e9e;
}
.color__gradient {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#77c141),
    to(#a3ec6d)
  );
  background: -webkit-linear-gradient(left, #77c141 0%, #a3ec6d 100%);
  background: -moz-linear-gradient(left, #77c141 0%, #a3ec6d 100%);
  background: -o-linear-gradient(left, #77c141 0%, #a3ec6d 100%);
  background: linear-gradient(90deg, #77c141 0%, #a3ec6d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color__silver-chalice {
  color: #9f9f9f;
}
.color__gray {
  color: #858585;
}
.color__silver-chalice {
  color: #b0b0b0;
}

/* Btn */

.btn {
  cursor: pointer;
  display: inline-block;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 0px none #ddd;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lever {
  color: #ffffff;
  font-size: 1em;
  font-family: Uni Neue;
  font-weight: 700;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 40px rgba(198, 240, 116, 1.89);
  -moz-box-shadow: 0px 10px 40px rgba(198, 240, 116, 1.89);
  box-shadow: 0px 10px 40px rgba(198, 240, 116, 1.89);
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.44em;
  padding-left: 1.88em;
  padding-right: 1.88em;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#78c242),
    color-stop(50%, #9fe96a)
  );
  background-image: -webkit-linear-gradient(left, #78c242 0%, #9fe96a 50%);
  background-image: -moz-linear-gradient(left, #78c242 0%, #9fe96a 50%);
  background-image: -o-linear-gradient(left, #78c242 0%, #9fe96a 50%);
  background-image: linear-gradient(90deg, #78c242 0%, #9fe96a 50%);
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 200% auto;
  -moz-background-size: 200% auto;
  -o-background-size: 200% auto;
  background-size: 200% auto;
}
.btn-clasp {
  color: #ffffff;
  font-size: 1em;
  font-family: Uni Neue;
  font-weight: 700;
  background-color: #77c043;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.44em;
  padding-left: 1.88em;
  padding-right: 1.88em;
}
.s-foot .btn-lever {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 40px rgba(198, 240, 116, 0.37);
  -moz-box-shadow: 0px 10px 40px rgba(198, 240, 116, 0.37);
  box-shadow: 0px 10px 40px rgba(198, 240, 116, 0.37);
}
.btn-lever:hover {
  color: #ffffff;
  background-position: 100% 50%;
}
.btn-clasp:hover {
  background-color: #9ee869;
  color: #ffffff;
}

/* Form */

.form-control {
  border: 1px solid #dddddd;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 100%;
}
.form-group {
  margin-bottom: 0.6em;
}
.form-label {
  display: block;
  font-weight: 400;
}
.form-checkbox {
  position: relative;
  vertical-align: middle;
  padding-left: 1.7em;
}

/* Input */

.input {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.input-usher {
  color: #c4c4c4;
  font-size: 1em;
  font-family: Gilroy;
  font-weight: 500;
  line-height: 1.2;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 40px rgba(198, 240, 116, 0.34);
  -moz-box-shadow: 0px 10px 40px rgba(198, 240, 116, 0.34);
  box-shadow: 0px 10px 40px rgba(198, 240, 116, 0.34);
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  width: 100%;
  height: 3em;
  text-align: center;
  border: 1px solid transparent;
}
.input-usher:hover,
.input-usher:focus {
  border-color: #77c043;
}

/* Shape */

.shape__acces {
  -webkit-border-radius: 12.5em;
  -moz-border-radius: 12.5em;
  border-radius: 12.5em;
  background: rgba(110, 213, 37, 0.69);
  -webkit-box-shadow: 0px 4px 50px rgba(119, 192, 67, 0.98);
  -moz-box-shadow: 0px 4px 50px rgba(119, 192, 67, 0.98);
  box-shadow: 0px 4px 50px rgba(119, 192, 67, 0.98);
  width: 15.19em;
  height: 15.19em;
  background-color: #71ce2b;
  margin: 10px auto;
}
.shape__laeda {
  background-color: #77c043;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding-left: 1.4em;
  padding-right: 1.4em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

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

.elem-glow {
  position: relative;
  z-index: 1;
}
.elem-question {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ebf1f5;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.elem-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}
.elem-img-head {
  width: 100%;
  max-height: 450px;
}
.elem-read-more {
  border-bottom: 2px solid #77c043;
}
.elem-serf-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.elem-phone-link a:before {
  content: url(img/icons/phone.svg);
  margin-right: 0.6em;
}
.elem-phone-link:hover strong {
  color: #77c043;
}

.elem-phone-link a strong {
  font-size: 1em;
  font-family: Uni Neue;
  font-weight: 700;
  color: #000;
}

/*.elem-phone-link:before{
    content: url(img/icons/phone.svg);
    margin-right: 0.60em
}*/
.elem-glow:before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0.79) 57.08%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0.79) 57.08%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0.79) 57.08%,
    rgba(255, 255, 255, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0.79) 57.08%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 66.88em;
  z-index: -1;
  height: 45.13em;
}
.elem-steps > li {
  background: rgba(209, 239, 150, 0.74);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7px;
  margin-right: 7px;
}
.elem-steps > li.active {
  background-color: #77c043;
}
.elem-read-more:after {
  content: url(img/icons/more.svg);
  vertical-align: bottom;
  margin-left: 0.2em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.elem-read-more:hover:after {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.elem-question:hover {
  border-color: #77c043;
}
.elem-question.active {
  border-color: #77c043;
  background-color: #77c043;
  color: #ffffff;
}

/* E-lang */

.e-lang {
  display: contents;
  position: relative;
}

.wpml-ls-legacy-dropdown-click {
  width: 2.25em;
  height: 2.25em;
}
.wpml-ls-legacy-dropdown-click li {
  text-align: center;
  padding-top: 0.41em;
  padding-bottom: 5px;
  cursor: pointer;
  background-color: transparent;
  -webkit-border-radius: 12.5em;
  -moz-border-radius: 12.5em;
  border-radius: 12.5em;
  border: 2px solid #7bc545;
  width: 2.25em;
  height: 2.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpml-ls-legacy-dropdown-click a {
  padding: 0;
  background: transparent;
  color: #7bc545;
  border: none;
  padding-right: 0 !important;
  font-size: 0.81em;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-top: 0.6em;
	padding-bottom: 5px;*/
  width: 2.25em;
  height: 2.25em;
}

.wpml-ls-legacy-dropdown-click a:after {
  content: none !important;
}

.wpml-ls-sub-menu {
  background-color: white;
  -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #7bc545;
}

.wpml-ls-sub-menu li {
  padding-left: 0.49em !important;
  padding-right: 0.49em !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

.wpml-ls-sub-menu li a {
  color: #7bc545;
  font-size: 0.81em;
  font-weight: 700;
  padding: 10px;
  padding-right: 10px !important;

  display: flex;
  align-items: center;
  justify-content: center;
}
.wpml-ls-legacy-dropdown-click a span {
  padding: 10px;
}

.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 {
  color: #31acdc;
  background-color: #ffffff;
  border-radius: 12.5em;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* 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__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;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Swiper-button */

.swiper-button {
  background: #ffffff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.75em !important;
  height: 3.75em !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 60px #afbac1;
  -moz-box-shadow: 0px 20px 60px #afbac1;
  box-shadow: 0px 20px 60px #afbac1;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.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:after {
  content: url(img/icons/swiper-arrow.svg) !important;
}
.swiper-button:hover {
  background-color: #77c043 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.swiper-button:hover:after {
  -webkit-filter: grayscale(100%) brightness(255%);
  filter: grayscale(100%) brightness(255%);
}

/* S-head */

.s-head {
  background-color: #ffffff;
}
.s-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 24.06em;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(243, 247, 249, 0)),
    to(#f1f6f7)
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(243, 247, 249, 0) 0%,
    #f1f6f7 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(243, 247, 249, 0) 0%,
    #f1f6f7 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(243, 247, 249, 0) 0%,
    #f1f6f7 100%
  );
  background: linear-gradient(0deg, rgba(243, 247, 249, 0) 0%, #f1f6f7 100%);
  z-index: -1;
}

/* S-foot */

.s-foot {
  background-color: #404549;
  color: #ffffff;
  padding-top: 4.7em;
  padding-bottom: 4.7em;
  overflow: hidden;
}
.s-foot__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-foot__list > li {
  width: 50%;
  position: relative;
  padding-left: 0.9em;
}
.s-foot__list > li:before {
  width: 7px;
  height: 7px;
  background-color: #949799;
  content: "";
  display: block;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  top: 0.7em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.s-foot__list > li:hover:before {
  background-color: #77c043;
  -webkit-transform: scaleX(1.61) scaleY(1);
  -moz-transform: scaleX(1.61) scaleY(1);
  -ms-transform: scaleX(1.61) scaleY(1);
  -o-transform: scaleX(1.61) scaleY(1);
  transform: scaleX(1.61) scaleY(1);
}

/* S-welcome */

.s-welcome__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s-welcome__iureq {
  min-height: 57.2em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-welcome .elem-glow:before {
  top: -14.2em;
  left: -15.5em;
}

/* S-content */

.s-content {
  padding-top: 6.2em;
  padding-bottom: 6.2em;
}
.s-content--gray {
  background-color: #f3f7fa;
}
.s-content--serf {
  background-image: url(img/other/li2.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-position: 100% 50%;
  padding-bottom: 9em;
}
.s-content--serf:before {
  content: url(img/other/li1.png);
  position: absolute;
  left: 6.5em;
  top: 40%;
}

/* S-why */

.s-why {
  background-image: url(img/background/why.png);
  padding-top: 7.3em;
  padding-bottom: 7.3em;
}
.s-why__ccedi {
  position: relative;
  padding-right: 3.4em;
}
.s-why__ccedi:after {
  content: url(img/other/why.svg);
  position: absolute;
  top: 0;
  right: 0;
}

/* S-faq */

.s-faq {
  padding-top: 9.1em;
  padding-bottom: 9.1em;
}

/* S-team */

.s-team {
  padding-top: 5.8em;
  padding-bottom: 5.8em;
  background-image: url(img/background/team.png);
}

/* S-questions */

.s-questions {
  background-color: #dddddd;
  /* background-image: url(img/background/questions.png);*/
  background-position: 50% 0;
  padding-top: 6.2em;
  padding-bottom: 6.2em;
}
.s-questions .elem-glow:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* B-head */

.b-head {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}

/* B-doit */

.b-doit__slide {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.b-doit__body {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-filter: drop-shadow(0px 30px 80px #e3e9ed);
  filter: drop-shadow(0px 30px 80px #e3e9ed);
}
.b-doit__slide.novis {
  opacity: 0;
  pointer-events: none;
}

.b-doit__slide .e-card__title {
  min-height: 57px;
}

.e-article__text {
  min-height: 60px;
}

/* B-ask */

.b-ask {
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 40px 100px rgba(227, 233, 237, 2.55);
  -moz-box-shadow: 0px 40px 100px rgba(227, 233, 237, 2.55);
  box-shadow: 0px 40px 100px rgba(227, 233, 237, 2.55);
}
.b-ask__disne {
  background-color: #77c043;
  color: #ffffff;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.b-ask__esumi {
  background-image: url(img/other/ask.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-left: 4em;
  padding-right: 4em;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-ask__rgume {
  padding-left: 4.8em;
  padding-right: 4.8em;
  padding-top: 5.6em;
  padding-bottom: 5.6em;
}

/* B-faq */

.b-faq {
  border-bottom: 1px solid #edf2f5;
}
.b-faq__dicov {
  position: relative;
  padding-left: 2.9em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.b-faq__uatur {
  display: none;
  padding-left: 2.9em;
}
.b-faq__dicov:before {
  content: "+";
  color: #77c043;
  font-size: 1.88em;
  font-family: Uni Neue;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.26em;
}
.b-faq__dicov:hover {
  color: #77c043;
}
.b-faq.open .b-faq__dicov:before {
  content: "-";
  margin-top: -0.08em;
}

/* B-serf */

.b-serf {
  -webkit-filter: drop-shadow(-21px 34px 35px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(-21px 34px 35px rgba(0, 0, 0, 0.1));
}
.b-serf__img {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.b-serf__slide.small .b-serf__img {
  -webkit-transform: scaleX(0.5) scaleY(0.5);
  -moz-transform: scaleX(0.5) scaleY(0.5);
  -ms-transform: scaleX(0.5) scaleY(0.5);
  -o-transform: scaleX(0.5) scaleY(0.5);
  transform: scaleX(0.5) scaleY(0.5);
}
.b-serf__slide.small,
.b-serf__slide.novis {
  pointer-events: none;
}
.b-serf__slide.swiper-slide-prev .b-serf__img {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.b-serf__slide.novis {
  opacity: 0;
}

/* B-reviews */

.b-reviews {
  padding-left: 2.3em;
  padding-right: 2.3em;
}
.b-reviews__slide {
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 2.5em;
  padding-bottom: 3.5em;
}
.b-reviews .swiper-container {
  -webkit-filter: drop-shadow(0px 4px 50px rgba(222, 222, 222, 0.75));
  filter: drop-shadow(0px 4px 50px rgba(222, 222, 222, 0.75));
}
.b-reviews .swiper-button {
  top: 77%;
}

/* E-toggle */

.e-toggle {
  background-image: url(img/icons/menu.svg);
  width: 2.1em;
  height: 1.8em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/* E-menu */

.e-menu__oxali,
.e-menu--main a {
  color: #727272;
  font-size: 1.13em;
  font-family: Uni Neue;
}
.e-menu--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.e-menu--mobile {
  font-size: 1.4em;
}
.e-menu--mobile a {
  color: #727272;
  font-size: 1.13em;
  font-family: Uni Neue;
}
.e-menu--main .e-menu__oxali,
.e-menu--main a {
  position: relative;
}
.e-menu--main .e-menu__oxali:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #77c043;
  left: 50%;
  bottom: -0.4em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.e-menu--main .e-menu__oxali:hover:after,
.e-menu--main .e-menu__oxali.active:after {
  opacity: 1;
  width: 1.63em;
}

.e-menu--main a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #77c043;
  left: 50%;
  bottom: -0.4em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.e-menu--main a:hover:after,
.e-menu--main li.active a:after {
  opacity: 1;
  width: 1.63em;
}
/* E-card */

.e-card {
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.e-card__img {
  height: 300px;
  width: 100%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.e-card__title {
  font-size: 1.5em;
  font-family: Uni Neue;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.e-card__text {
  font-family: Uni Neue;
}
.e-card__body {
  padding-left: 2.13em;
  padding-right: 2.13em;
  padding-top: 1.33em;
  padding-bottom: 2.53em;
}
.e-card__blico {
  position: relative;
  overflow: hidden;
}
.e-card:hover {
  -webkit-box-shadow: 0px 40px 100px #bbc8d1;
  -moz-box-shadow: 0px 40px 100px #bbc8d1;
  box-shadow: 0px 40px 100px #bbc8d1;
}
.e-card:hover .e-card__img {
  -webkit-transform: scaleX(1.04) scaleY(1.04);
  -moz-transform: scaleX(1.04) scaleY(1.04);
  -ms-transform: scaleX(1.04) scaleY(1.04);
  -o-transform: scaleX(1.04) scaleY(1.04);
  transform: scaleX(1.04) scaleY(1.04);
}

/* E-icon */

.e-icon {
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 50px rgba(222, 222, 222, 0.64);
  -moz-box-shadow: 0px 4px 50px rgba(222, 222, 222, 0.64);
  box-shadow: 0px 4px 50px rgba(222, 222, 222, 0.64);
  padding-left: 2.8em;
  padding-right: 2.8em;
  padding-top: 4.1em;
  padding-bottom: 4.1em;
}
.e-icon__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 0.5em;
}
.e-icon__title {
  color: #77c043;
  font-size: 1.25em;
  font-family: Uni Neue;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.e-icon__text {
  color: #73808a;
  font-family: Uni Neue;
  line-height: 1.4;
}

/* E-step */

.e-step {
  text-align: center;
}

/* E-member */

.e-member {
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 50px rgba(222, 222, 222, 0.64);
  -moz-box-shadow: 0px 4px 50px rgba(222, 222, 222, 0.64);
  box-shadow: 0px 4px 50px rgba(222, 222, 222, 0.64);
  padding-top: 1.2em;
  padding-bottom: 2.2em;
  display: block;
  border: 1px solid transparent;
}
.e-member__photo {
  background-image: url(img/icons/member.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 16.63em;
  height: 16.63em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.3em;
  padding-bottom: 2.6em;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.e-member__malit {
  padding-left: 1.7em;
  padding-right: 1.7em;
}
.e-member:hover {
  -webkit-box-shadow: 0px 20px 60px rgba(222, 222, 222, 0.94);
  -moz-box-shadow: 0px 20px 60px rgba(222, 222, 222, 0.94);
  box-shadow: 0px 20px 60px rgba(222, 222, 222, 0.94);
  border-color: #77c043;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.e-member:hover .e-member__photo {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* E-compare */

.e-compare {
  position: relative;
}
.e-compare__before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  border-right: 2px solid #ffffff;
}
.e-compare__after {
  width: 100%;
}

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

.text > h1 {
  font-size: 2.5em;
}
.text > h2 {
  font-size: 2em;
}
.text > h3 {
  font-size: 1.75em;
}
.text > h4 {
  font-size: 1.5em;
}
.text > h5 {
  font-size: 1.25em;
}
.text > h6 {
  font-size: 1em;
}
.text > p {
  font-size: 1em;
  color: #858585;
  font-weight: 500;
  line-height: 1.9;
}
.text > ul {
  color: #585858;
  line-height: 1.9;
}
.text > ul > li {
  padding-left: 1.5em;
  position: relative;
}
.text > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #77c043;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0.6em;
}
.text .img-right {
  float: right;
  margin-left: 2.2em;
  margin-bottom: 2.2em;
}

/* Table */

.table {
  font-size: 1.13em;
  font-family: Uni Neue;
  font-weight: 400;
}
.table__wrap {
  background: #ffffff;
  -webkit-box-shadow: 10px 10px 30px rgba(102, 118, 127, 0.2);
  -moz-box-shadow: 10px 10px 30px rgba(102, 118, 127, 0.2);
  box-shadow: 10px 10px 30px rgba(102, 118, 127, 0.2);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.table > tbody > tr > td {
  padding-left: 0.9em;
  padding-right: 0.9em;
  padding-top: 1.04em;
  padding-bottom: 1.04em;
}
.table > tbody > tr > td:not(:first-child) {
  color: #73808a;
  text-align: center;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.table > tbody > tr > td:first-child {
  border-bottom: 1px solid #c4c4c4;
}
.table > tbody > tr > td:last-child {
  border-right: 0;
}
.table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.tablepress tbody td:not(:first-child) {
  color: #73808a;
  text-align: center;
  border-left: 1px solid #c4c4c4;
}

.tablepress tbody td {
  padding-left: 0.9em;
  padding-right: 0.9em;
  padding-top: 1.04em;
  padding-bottom: 1.04em;
  font-size: 1.13em;
  font-family: Uni Neue;
  font-weight: 400;
}

.text-center {
  text-align: center;
  padding: 30px 0;
}
.modal {
  text-align: center !important;
}

.wq_questionTextCtr {
  padding: 0 !important;
}
.wq_questionTextCtr h4 {
  font-size: 1.5em !important;
  font-weight: 500 !important;
}
.wq-answers.wq_answersWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.wq-answer.wq_singleAnswerCtr {
  width: 20%;
  border-radius: 5px !important;
  border: 2px solid #ebf1f5 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0.625rem !important;
}
.wq-answer.wq_singleAnswerCtr label {
  font-size: 16px !important;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
.wq_answerTxtCtr:before,
.wq_answerTxtCtr:after {
  content: none !important;
}

.wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover,
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.chosen,
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.wq_answerSelected {
  border-color: #77c043 !important;
  background: #fff;
}
.wq-results {
  padding: 20px !important;
  background: #77c043 !important;
  color: white;
  text-align: center;
}
img.wq_resultImg {
  width: 35% !important;
  height: auto;
  margin-top: 10px;
}

/* E-icon-two */

.e-icon-two {
  text-align: center;
}
.e-icon-two__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 11.15em;
}
.e-icon-two__title {
  color: #77c043;
  font-size: 1.38em;
  font-family: Uni Neue;
  font-weight: 700;
  margin-bottom: 1.2em;
}
.e-icon-two__text {
  color: #585858;
  line-height: 1.9;
}

/* E-article */

.e-article {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  overflow: hidden;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  height: 100%;
}
.e-article__img {
  width: 100%;
  height: 253px;
}
.e-article__title {
  font-size: 1.38em;
  font-family: Uni Neue;
  font-weight: 400;
  margin-bottom: 0.6em;
}
.e-article__text {
  color: #858585;
  font-size: 0.94em;
  line-height: 1.9;
}
.e-article__body {
  padding-left: 1.33em;
  padding-right: 1.33em;
  padding-top: 1.13em;
  padding-bottom: 1.13em;
}
.e-article .btn-clasp {
  height: 2.14em;
  min-height: 2.64em;
}
.e-article:hover {
  border-color: #77c043;
  -webkit-box-shadow: 0 20px 65px 0 rgba(62, 62, 62, 0.15);
  -moz-box-shadow: 0 20px 65px 0 rgba(62, 62, 62, 0.15);
  box-shadow: 0 20px 65px 0 rgba(62, 62, 62, 0.15);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.e-article:hover .e-article__title {
  color: #77c043;
}
.e-article:hover .btn-clasp {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
/*
 * 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;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}
.nice-select .current {
  line-height: 1.2;
  height: auto;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.nice-select .list {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nice-select .option {
  height: auto;
  min-height: auto;
  line-height: 1.2;
  padding-top: 0.51em;
  padding-bottom: 0.51em;
  padding-left: 0.73em;
  padding-right: 0.73em;
}
.form-checkbox > input:checked ~ .check:after {
  opacity: 1;
}
.form-checkbox > input,
.form-checkbox > span.check {
  width: 1em;
  height: 1em;
}
.form-checkbox > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.form-checkbox > span.check {
  border: 1px solid #dddddd;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.form-checkbox > span.check:after {
  position: absolute;
  left: 0.32em;
  top: 0;
  content: "";
  width: 0.4em;
  height: 0.7em;
  border-width: 2px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: #000000;
  border-right-style: solid;
  border-bottom-style: solid;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  opacity: 0;
}

.info_blok_f li {
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem;
}
.info_blok_f li:nth-child(3) {
  font-size: 1.5em;
  font-family: Uni Neue;
  font-weight: 700;
}

.up.show {
  opacity: 1;
}
.up {
  opacity: 0;
}

.s-about__up {
  position: fixed;
  content: url(img/icons/up.svg);
  bottom: 1em;
  right: 1em;
  width: 75px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
}

/*
 * MEDIA
 */

@media screen and (max-width: 1450px) {
  /* S-welcome */

  .s-welcome__iureq {
    min-height: 60vw;
  }

  /* S-why */

  .s-why {
    padding-top: 4.4em;
  }

  /* B-ask */

  .b-ask__esumi {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
  .b-ask__rgume {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 6.8em;
    padding-bottom: 6.8em;

    /* padding-top: 3.80em;
        padding-bottom: 3.80em*/
  }

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

  .text .img-right {
    max-width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  /* B-ask */

  .b-ask__rgume {
    padding-left: 2.2em;
    padding-right: 2.2em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  /* B-ask */

  .b-ask__esumi {
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .s-about__up {
    width: 50px;
  }

  .typo-antur {
    font-size: 1.8em;
  }
  .wq-answers.wq_answersWrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wq-answer.wq_singleAnswerCtr {
    width: 28%;
  }

  /* E-card */

  .e-card__body {
    padding-left: 1.23em;
    padding-right: 1.23em;
    padding-top: 1.13em;
    padding-bottom: 1.63em;
  }

  /* E-icon */

  .e-icon {
    padding-left: 1.1em;
    padding-right: 1.1em;
    padding-top: 2.1em;
    padding-bottom: 2.1em;
  }

  /* E-member */

  .e-member__photo {
    width: 14.93em;
  }

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

  .text .img-right {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .wq-answer.wq_singleAnswerCtr {
    width: 42%;
  }

  /* Modal */

  .blocker {
    padding-left: 0em;
    padding-right: 0em;
  }

  /* S-foot */

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

  /* S-content */

  .s-content {
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  /* S-why */

  .s-why {
    padding-bottom: 4.4em;
    padding-top: 3.6em;
  }
  .s-why__ccedi:after {
    top: -2.7em;
  }

  /* S-faq */

  .s-faq {
    padding-top: 3.4em;
    padding-bottom: 3.4em;
  }

  /* S-questions */

  .s-questions {
    padding-top: 3.1em;
    padding-bottom: 3.1em;
  }

  /* B-ask */

  .b-ask__esumi {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
  .b-ask__rgume {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }

  /* B-reviews */

  .b-reviews {
    padding-left: 0px;
    padding-right: 0px;
  }
  .b-reviews__slide {
    padding-left: 1.4em;
    padding-right: 1.4em;
    padding-top: 1.5em;
    padding-bottom: 5.6em;
  }
  .b-reviews .swiper-button {
    top: 100%;
    margin-top: -5.2em;
  }
}
@media screen and (max-width: 375px) {
  /* E-menu */

  .e-menu--mobile {
    font-size: 1.1em;
  }
}

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

.page-template-page-contacts .e-contact__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  margin-right: 10px;
}

.page-template-page-contacts .cn-cols-same > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-contacts
  .page-template-page-contacts
  .cn-cols-same
  > *
  > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-template-page-contacts .elem-contact-form {
  position: relative;
  padding-top: 3.1em;
  padding-bottom: 3.1em;
}

.page-template-page-contacts .elem-map {
  /* background-color: #dddddd; */
  height: 26.2em;
}

.page-template-page-contacts .s-content {
  padding-top: 1em;
  padding-bottom: 7.4em;
}

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

.page-template-page-contacts .typo-rgume {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.3;
}

.page-template-page-contacts .color__black {
  color: #000000;
}

.page-template-page-contacts .wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.page-template-page-contacts .cn-ai-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-template-page-contacts .input--icon {
  position: relative;
  color: #c8c9ca;
}

.page-template-page-contacts .wpcf7-form-control-wrap {
  position: relative;
}

.page-template-page-contacts .input--icon .input-stripe {
  padding-left: 2.3em;
}
.page-template-page-contacts input[type="text"],
.page-template-page-contacts input[type="email"],
.page-template-page-contacts input[type="url"],
.page-template-page-contacts input[type="password"],
.page-template-page-contacts input[type="search"],
.page-template-page-contacts input[type="number"],
.page-template-page-contacts input[type="tel"],
.page-template-page-contacts input[type="range"],
.page-template-page-contacts input[type="date"],
.page-template-page-contacts input[type="month"],
.page-template-page-contacts input[type="week"],
.page-template-page-contacts input[type="time"],
.page-template-page-contacts input[type="datetime"],
.page-template-page-contacts input[type="datetime-local"],
.page-template-page-contacts input[type="color"],
.page-template-page-contacts textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
.page-template-page-contacts .input-stripe {
  color: #000000;
  font-size: 0.88em;
  font-weight: 400;
  padding-left: 0em;
  padding-right: 0em;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 2.61em;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #dde2e4 !important;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.page-template-page-contacts .input {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.page-template-page-contacts .input--icon > svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.page-template-page-contacts .btn-prime {
  color: #ffffff !important;
  font-size: 1.13em;
  font-weight: 700;
  background-color: #77c043 !important;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.32em;
  padding-left: 1.66em;
  padding-right: 1.66em;
}
