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

drugdeneg is based on Underscores https://Drugdeneg.com/, (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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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.
 */
 <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
*{
outline: none !important;
}
*:focus{
outline: none !important;
}
*:active{
outline: none !important;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow-x: hidden;
}
.wpcf7-form .ajax-loader{
display: none !important;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:  Roboto,-apple-system, BlinkMacSystemFont, "Segoe UI", 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;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	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;
}
input[type="submit"]:hover{
cursor: pointer;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
	transition: all 0.5s ease;
}

a:visited {
	color:#4169e1;
}

a:hover,
a:focus,
a:active {
	color: #4169e1;
}

a:focus {
	outline: none;
}

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

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

/*--------------------------------------------------------------
# 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
#button-top {
  background-color: #3258E6;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s;
  z-index: 1000;
  transform: rotate(-90deg);
  display: none;
}
#button-top{
display: block;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top::after {
content: ">";
    font-weight: bolder;
    font-style: normal;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    /* transform: rotate(51deg); */
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section{
overflow: hidden;
}
.wow{
visibility: hidden;
}
.fixed{
position: fixed !important;
}
.container{
display: flex;
flex-wrap:wrap;
width: 100%;
max-width: 1278px;
padding-left: 15px;
padding-right: 15px;
margin: auto;
}
header.site-header{
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: flex-start;
}
.logo-wraper{

}
.logo-wraper img{

}
header.site-header .contacts-wraper{
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #000;
}
header.site-header .contacts-wraper a{
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
color: #3C62EF;
font-weight: 900;
}
header.site-header .contacts-wraper a:hover{
color: #FF452C;
}

.btn{
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.08em;
    font-weight: 500;
    transition: all 0.5s ease;
}
.btn:hover{
cursor: pointer;
}

section.main{
justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    position: relative;
}
section.main .left{
	width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    z-index: 2;
}
section.main h1{
 display: flex;
 flex-wrap:wrap;
 justify-content: flex-start;
}
section.main h1>span{
font-family: Rubik One;
font-size: 36px;
line-height: 48px;
}
section.main h1>span:nth-child(1){
color: #383838;
}
section.main h1>span:nth-child(2){
color: #FF452C;
}
section.main h1>span:nth-child(3){
color: #383838;
}
section.main .description-wraper{
    width: 100%;
}
section.main .description{
color: #383838;
font-size: 24px;
}
section.main .start-learning{
	background-color: #3C62EF;
	color: #fff;
	
}
section.main .start-learning:hover{
background: #6C8AF7;
box-shadow: 0px 4px 8px #6C8AF7;
}
section.main .start-learning:hover{
box-shadow: 0px 4px 8px rgba(60, 98, 239, 0.8);
cursor: pointer;
}
section.main .right{
width: 40%;
position: relative;
position: relative;
    z-index: 2;
}
section.main .right img{
width: 100%;
}
section.main .bg-text{
font-family: Rubik One;
    font-size: 50px;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: .3;
    color: #DFF4F4;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    left: 0;
}
section.main .bg-text span{

}


section.advantages{
    background-color: #DFF4F4;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
section.advantages .container{
position: relative;
}
section.advantages .left{
width: 30%;
position: relative;
z-index: 2;
}
section.advantages .left img{
}
section.advantages .right {
    width: 66%;
    background-image: url(/wp-content/themes/drugdeneg/img/Vector-spot.png);
    background-repeat: no-repeat;
    background-size: 674px;
    background-position: center;
    margin-left: 4%;
    position: relative;
z-index: 2;
}
section.advantages .advantages-content{
	    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
section.advantages .advantages-content p{
	 font-family: Rubik One;
    color: #383838;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 13px;
    margin-top: 13px;
}

section.advantages .bg-text{
    font-family: Rubik One;
    font-size: 67px;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: .5;
    color: #fff;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
}
section.advantages .bg-text p{
margin:10px 0;
}


section.what-about-finances{
    padding: 120px 0;
}
section.what-about-finances .title-section-wraper{
position: relative;
    width: 100%;
}
section.what-about-finances .title-section-wraper h2{
    font-family: Rubik One;
    font-size: 36px;
    color: #3C62EF;
    position: relative;
    z-index: 2;
    max-width: 550px;
    margin: auto;
    word-break: break-word;
}
section.what-about-finances .title-section-wraper .bg-text{
    font-family: Rubik One;
    font-size: 66px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    opacity: .4;
    color: #DFF4F4;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
    line-height: 48px;
    flex-direction: column;
}
section.what-about-finances .title-section-wraper .bg-text br{

}
section.what-about-finances .container{

}
section.what-about-finances .container>.block-wraper{
display: flex;
flex-direction: row-reverse;
}
section.what-about-finances .container>.block-wraper .number-wraper{
width: 25%;
    font-family: Rubik One;
    font-size: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: normal;
    color: #DFF4F4;
    position: relative;
    z-index: 1;
}
section.what-about-finances .container>.block-wraper .number-wraper .number{
position: absolute;
  left: -20px;
}
section.what-about-finances .container>.block-wraper .content{
	width: 50%;
    justify-content: center;
    position: relative;
    z-index: 2;
}
section.what-about-finances .container>.block-wraper .content .title-block{
font-family: Rubik One;
font-size: 24px;
color: #383838;
}
section.what-about-finances .container>.block-wraper .content p{
    color: #000;
    font-size: 18px;
    line-height: 30px;
}
section.what-about-finances .container>.block-wraper .img-wraper{
width: 25%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
section.what-about-finances .container>.block-wraper .img-wraper img{
width: 100%;
    position: absolute;
    right: -35px;
}
section.what-about-finances .container>.block-wraper:nth-child(2n){
flex-direction: row;
}
section.what-about-finances .container>.block-wraper:nth-child(2n) .number-wraper .number{
right: -20px;
left: unset;
}
section.what-about-finances .container>.block-wraper:nth-child(2n) .img-wraper img{
	    left: -35px;
	    right: unset;
}



section.start-learning{
    background-color: #3C62EF;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/wp-content/themes/drugdeneg/img/Vector-spot2.png);
    background-repeat: no-repeat;
    background-position: calc(90%) center;
    background-size: 750px;
}
section.start-learning .container{
position: relative;
}
section.start-learning .left{
width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
section.start-learning .title-section{
font-family: Rubik One;
font-size: 36px;
color: #fff;
}
section.start-learning .content{
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 30px;
letter-spacing: 0.08em;
color: #FFFFFF;
line-height: normal;
}
section.start-learning .content ul{
list-style: none;
    padding: 0;
    margin: 0;
}
section.start-learning .content li {
    max-width: 630px;
}
section.start-learning .left .start-learning{
    margin: auto;
    background: #FF452C;
    color: #fff;
    border: none;
    box-shadow: 0px 4px 8px rgba(255, 69, 44, 0.8);
}
section.start-learning .right{
width: 40%;
position: relative;
    z-index: 2;
}
section.start-learning .right a{

}
section.start-learning .right img{
width: 100%;
    max-width: 319px;
}
section.start-learning .bg-text {
    font-family: Rubik One;
    font-size: 64px;
    position: absolute;
    display: block;
    opacity: .6;
    color: #3258E5;
    z-index: 1;
    top: 40px;
    width: 60%;
    justify-content: center;
    line-height: 48px;
    flex-direction: column;
    margin: auto;
    left: 0;
    right: 0;
}



section.why-this{
background: #DFF4F4;
    padding-top: 120px;
    padding-bottom: 120px;
}
section.why-this>.section-title-wraper{
position: relative;
}
section.why-this>.section-title-wraper .section-title{
position: relative;
z-index: 2;
color: #3C62EF;
font-family: Rubik One;
font-size: 36px;
text-align: center;
}
section.why-this>.section-title-wraper .bg-text {
    font-family: Rubik One;
    font-size: 64px;
    position: absolute;
    display: block;
    opacity: .4;
    color: #fff;
    z-index: 1;
    top: 0;
    width: 60%;
    justify-content: center;
    line-height: 48px;
    flex-direction: column;
    margin: auto;
    left: 0;
    right: 0;
}
section.why-this .block-wraper{
    display: flex;
    margin: 20px 0;
    flex-direction: row;
}
section.why-this .block-wraper>.content{
width: 47%;
}
section.why-this .block-wraper>.content .block-title{
font-family: Rubik One;
color: #383838;
font-size: 24px;
text-align: right;
}
section.why-this .block-wraper>.content p{
color: #000000;
font-size: 18px;
line-height: 30px;
}
section.why-this .block-wraper>.img-wraper{
width: 15%;
    text-align: center;
}
section.why-this .block-wraper>.img-wraper img{
width: 100%;
max-width: 124px;
}
section.why-this .sub-title-wraper{
    width: 38%;
    display: flex;
    align-items: center;
}
section.why-this .sub-title-wraper>.sub-title{
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 62px;
    line-height: 60px;
    opacity: 0.6;
    color: #fff;
    text-align: right;
    margin: 0;
}
section.why-this .block-wraper:nth-child(2n){
flex-direction: row-reverse;
}
section.why-this .block-wraper:nth-child(2n) .sub-title{
text-align: left;
}
section.why-this .block-wraper:last-child .img-wraper img{
max-width: unset;
    width: auto;
    max-height: 175px;
}


section.statistics {
    padding: 120px 0;
}
section.statistics .section-title-wraper{
position: relative;
}
section.statistics .section-title-wraper .section-title{
position: relative;
    z-index: 2;
    text-align: center;
    color: #3C62EF;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
}
section.statistics .section-title-wraper .bg-text {
    position: relative;
    z-index: 1;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 62px;
    line-height: 60px;
    color: #DFF4F4;
    opacity: .4;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}
section.statistics .top-statistics{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
section.statistics .top-statistics .left{
    width: 50%;
    padding-right: 5%;
}
section.statistics .top-statistics .left img{

}
section.statistics .top-statistics .left p{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
section.statistics .top-statistics .right{
    width: 50%;
    padding-left: 5%;
}
section.statistics .top-statistics .right img{

}
section.statistics .buttom-statistics{

}
section.statistics .buttom-statistics>h2{
font-family: Rubik One;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 40px;
color: #383838;
}
section.statistics .buttom-statistics{

}
section.statistics .buttom-statistics .block-wraper{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
section.statistics .buttom-statistics .block-wraper .left{
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
section.statistics .buttom-statistics .block-wraper .left .content-wraper{
display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0;
}
section.statistics .buttom-statistics .block-wraper .left .percent{
width: 25%;
font-family: Rubik One;
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 40px;
color: #3258E6;
}
section.statistics .buttom-statistics .block-wraper .left .text{
    width: 75%;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #383838;
}
section.statistics .buttom-statistics .block-wraper .right{
    width: 30%;
}
section.statistics .buttom-statistics .block-wraper .right img{

}
section.statistics .buttom-statistics .block-wraper:nth-of-type(2n){
    flex-direction: row;
}
section.statistics .buttom-statistics .block-wraper2 .left{

}
section.statistics .buttom-statistics .block-wraper2 .left .percent{

}
section.statistics .buttom-statistics .block-wraper2 .left .text{

}
section.statistics .buttom-statistics .block-wraper2 .right{

}
section.statistics .buttom-statistics .block-wraper2 .right img{

}



section.about {
    padding: 120px 0;
}
section.about .section-title-wraper{
position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
section.about .section-title-wraper .section-title{
position: relative;
    z-index: 2;
    color: #3C62EF;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    margin: auto;
    max-width: 900px;
}
section.about .section-title-wraper .bg-text {
z-index: 1;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 60px;
    color: #DFF4F4;
    opacity: .4;
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
}
section.about .content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
section.about .content .left-img-wraper{
    width: 29.5%;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
}
section.about .content .left-img-wraper img{

}
section.about .content .text{
width: 41%;
}
section.about .content .text p{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 30px;
color: #000000;
}
section.about .content .text p:last-child{
font-weight: bolder;
}
section.about .content .right-img-wraper{
    width: 29.5%;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-end;
}
section.about .content .right-img-wraper img{

}



section.kviz{
background: #3C62EF;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.kviz .container{

}
section.kviz .left{
width: 30%;
}
section.kviz .left img{


}
section.kviz .right{
display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
section.kviz .right .section-title{
font-family: Rubik One;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 48px;
color: #FFFFFF;
text-align: center;
}
section.kviz .description{
position: relative;
}
section.kviz .description p{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    max-width: 490px;
}
section.kviz .description .bg-text{
position: absolute;
z-index: 1;
font-family: Rubik One;
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 60px;
color: #DFF4F4;
opacity: 0.05;
text-align: center;
top:0;
}
section.kviz .go-test{
background: #FF452C;
box-shadow: 0px 4px 8px rgba(255, 69, 44, 0.8);
border-radius: 50px;
letter-spacing: 0.08em;
font-weight: 500;
border:none;
color: #fff;
}
section.kviz .quiz-start-test-wraper{
width: 100%;
overflow: hidden;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks{
width: 100%;
display: inline-flex;
overflow: hidden;
position: relative;
}
section.kviz .quiz-start-test-wraper .pagination-wraper{
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
        flex-wrap: wrap;
}
section.kviz .quiz-start-test-wraper .pagination,.finish-test-wraper-pagination{
font-family: Segoe Print;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 48px;
color: #fff;
background: no-repeat;
    border: none;
    cursor: pointer;
}
section.kviz .quiz-start-test-wraper .pagination,.finish-test-wraper-pagination:hover{
cursor: pointer;
}
section.kviz .quiz-start-test-wraper .pagination.pass{
opacity: 0.5;
}
section.kviz .quiz-start-test-wraper .pagination.disable{
pointer-events: none;
}
section.kviz .quiz-start-test-wraper .pagination.true{
	color: #FFBD27;
	opacity: 1;
}
section.kviz .quiz-start-test-wraper .pagination.false{
	color: #FF452C;
	opacity: 1;
}
section.kviz .quiz-start-test-wraper .pagination:hover{
cursor: pointer;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question{
position: absolute;
top: 0;
transition: all 0.5s ease;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question:first-child{
left: 0;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-title{
    font-family: Rubik One;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    display: inline-flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper{
    display: flex;
    flex-wrap: wrap;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question:nth-child(2n) .question-wraper{
flex-direction: row-reverse;
    justify-content: center;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .left{
width: 20%;
height: 0;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .left img{
width: 90%;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .text{
width: 60%;
font-size: 18px;
line-height: 30px;
color: #fff;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .right{
width: 20%;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper{
width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper.disable{
pointer-events: none;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer{
width:100%;
    justify-content: flex-start;
    color: #FFFFFF;
    font-size: 24px;
    margin: 10px 0;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 20px;
    position: relative;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer[data-answer-question]{
    text-decoration: underline;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer[data-answer-question*=0]{
    color: #FF452C;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer[answer-question*=1]{
    color: #FFBD27;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer[data-answer=1]{

}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer>.left{
width: 20%;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer>.answer-text{
    width: calc(60% - 34px);
}

section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer.true_answer{
color: #16ea28;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer.true_answer[data-answer-question]{
color: #FFBD27;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer.true_answer[data-answer-question] .circle{
color: #FFBD27;
background: #FFBD27;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer[data-answer-question] .circle{
   
    border: solid 4px;
    border-color: #fff;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer.true_answer>.circle{

}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer.false_answer[data-answer-question]{
color: #FF452C
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer.false_answer[data-answer-question]>.circle{
background: #FF452C;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer:hover{
cursor: pointer;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .circle{
width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper{
position: absolute;
    top: 0;
    transition: all 0.5s ease;
    left: -9999px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        background-image: url(/wp-content/themes/drugdeneg/img/Vector-spot-form-finish.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;
}
.send-ok{
color: #FFFFFF;
font-family: Rubik One;
font-size: 36px;
line-height: 48px;
text-decoration: underline;
}


section.kviz .quiz-start-test-wraper .finish-test-wraper .title{
color: #FFFFFF;
font-family: Rubik One;
font-size: 36px;
line-height: 48px;
}

section.kviz .quiz-start-test-wraper .finish-test-wraper .text{
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
line-height: 30px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .sub-text{
font-size: 14px;
line-height: 30px;
margin: 20px 0;
color: #FFFFFF;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .bottom-text{
color: #FFFFFF;
font-size: 18px;
line-height: 30px;
margin: 20px 0;
}
.finish-test-wraper .senk-msg{
color: #fff;
    padding: 10px;
    border: solid 2px;
    font-size: 2em;
    text-align: center;
    width: 100%;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper{

}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper form{

}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper span{

}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper .hidden-field-block{
display: none;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper input{
font-size: 18px;
    border-radius: 50px;
    padding: 5px;
    margin: 10px 0;
    width: 100%;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper .field-block-send{
display: flex;
    justify-content: center;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper .field-block-send input{
    background: #FF452C;
    box-shadow: 0px 4px 8px rgba(255, 69, 44, 0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    border: none;
    min-width: 300px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper .field-block-send input:hover{
cursor: pointer;
}
section.stages{
    padding: 120px 0;
}
section.stages .container{
display: flex;
    justify-content: center;
}
section.stages .title-section-wraper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    
}
section.stages .title-section-wraper .bg-text{
    color: #DFF4F4;
    opacity: 0.4;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 60px;
    position: absolute;
    top: 0;
}
section.stages .title-section-wraper .title-section{
    color: #3C62EF;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    max-width: 830px;
    position: relative;
    z-index: 2;
}
section.stages .container .block-wraper{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    flex-direction: row-reverse;
    margin: 40px 0;
}
section.stages .container .block-wraper .number-wraper{
    width: 20%;
    font-family: Rubik One;
    font-size: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    line-height: normal;
    color: #DFF4F4;
    position: relative;
    z-index: 1;
}
section.stages .container .block-wraper .number-wraper .number{
position: absolute;
    left: -60px;
}
section.stages .container .block-wraper>.content{
    width: 60%;
    justify-content: center;
    position: relative;
    z-index: 2;
}
section.stages .container .block-wraper .content h2{
color: #383838;
font-family: Rubik One;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 40px;
}
section.stages .container .block-wraper .content .content{

}
section.stages .container .block-wraper .content .content ul{
    padding: 0;
    margin: 0 0 0 25px;
    list-style: decimal;
}
section.stages .container .block-wraper .content li{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 30px;
color: #000000;
}
section.stages .container .block-wraper .content ul{

}
section.stages .container .block-wraper .img-wraper{
width: 20%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
section.stages .container .block-wraper .img-wraper img{
width: 100%;
    position: absolute;
    right: 60px;
}
section.stages .container .block-wraper:nth-of-type(2n) .img-wraper img{
width: 100%;
    position: absolute;
    right: -35px;
}

section.stages .container>.block-wraper:nth-of-type(2n){
	flex-direction: row;
}
section.stages .container .block-wraper:nth-of-type(2n) .number-wraper .number {
   position: absolute;
    left: 60px;
    width: 100%;
    text-align: right;
}
section.stages .container .block-wraper:nth-of-type(2n) .number-wraper {
   
}


section.price{
    padding: 40px 0;
    background-color: #DFF4F4;
}
section.stages .container{
display: flex;
    justify-content: center;
}
section.price .title-section-wraper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    
}
section.price .title-section-wraper .bg-text{
        color: #FFFFFF;
    opacity: 0.4;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 62px;
    line-height: 62px;
    position: absolute;
    top: 0;
}
section.price .title-section-wraper .title-section{
    color: #3C62EF;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    max-width: 830px;
    position: relative;
    z-index: 2;
    margin-top: 0;
}
section.price .price-wraper{
font-size: 36px;
line-height: 48px;
font-family: Rubik One;
text-align: center;
    display: flex;
    justify-content: center;
}
section.price .price-wraper>span:nth-child(1){
position: relative;
z-index: 1;
}
section.price .price-wraper>span:nth-child(1):after{
content: '';
    background: #FF452C;
    width: 110%;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.price .price-wraper>span:nth-child(2){
position: relative;
z-index: 1;
}
section.price .price-wraper>span:nth-child(2):after{
content: '';
    background: #FF452C;
    width: 110%;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.price .price-wraper>span:nth-child(3){
color: #FF452C;
}
section.price .content-wraper{

}

section.price .content-wraper .contant-top{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin: 40px auto;
   
}
section.price .img-partners-slider{
width: 100%;
}
section.price .img-partners-slider>.owl-stage-outer{
overflow: hidden;
}
.owl-stage{
display: flex;
}
section.price .img-partners-slider .owl-item{
text-align: center;
}
.owl-nav.disabled{
display: none;
}
.owl-dots.disabled, .owl-dots{
display: none;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
section.price .content-wraper .contant-bottom{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 40px auto;
}
section.price .timer-wraper{
width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.price .timer-wraper h2{
color: #FF452C;
font-family: Rubik One;
font-size: 24px;
text-align: center;
}
section.price .timer-wraper .woo-sctr-shortcode-countdown-date-value, section.price .timer-wraper .woo-sctr-shortcode-countdown-time-separator, section.price .timer-wraper .woo-sctr-shortcode-countdown-unit-wrap{
    font-family: Rubik One;
    font-size:62px;
}







section.gifts{
    padding: 40px 0;
}
section.gifts .title-section-wraper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    
}
section.gifts .title-section-wraper .bg-text{
    color: #DFF4F4;
    opacity: 0.4;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 62px;
    line-height: 62px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    display: block;
    max-width: 960px;
}
section.gifts .title-section-wraper .title-section{
    color: #3C62EF;
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    max-width: 830px;
    position: relative;
    z-index: 2;
    margin-top: 0;
}
section.gifts .big-title{
    font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 62px;
    line-height: 60px;
    color: #3C62EF;
    max-width: 960px;
    margin: auto;
}
section.gifts .content-wraper{
      display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin: 40px auto;
 
}

section.gifts .content-wraper .text{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
section.gifts .content-wraper .text ul{
padding: 0; 
    margin-left: 20px;
    max-width: 500px;
    list-style: decimal;
}
section.gifts .content-wraper .text ul li{
font-size: 18px;
line-height: 30px; 

}
section.gifts .content-wraper .text .title-bootom{
font-family: Rubik One;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 31px;
    color: #3C62EF;
    max-width: 590px;
    
}
section.gifts .content-wraper .img-wraper{
width: 30%;
}
section.gifts .content-wraper .img-wraper img{

}
section.gifts .content-wraper .img-wraper{

}
section.gifts .content-wraper .right{
width: 30%;
}
section.gifts .content-wraper .start-learning{
background-color: #FF452C;
color: #fff;
box-shadow: 0px 4px 8px rgba(255, 69, 44, 0.8);
letter-spacing: 0.08em;
font-size: 24px;
font-weight: 500;
border:none;
}







footer{
    background-color: #3C62EF;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
        flex-direction: column; 
}
footer .top-footer-wraper{
    background-image: url(/wp-content/themes/drugdeneg/img/Vector-spot3.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
footer .top-footer-wraper .title-wraper{
position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}
footer .top-footer-wraper .title-wraper>.title-top-footer{
font-family: Rubik One;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 48px;
color: #FFFFFF;
margin-top: 0;
}
footer .top-footer-wraper .title-wraper>.bg-text{
font-family: Rubik One;
font-style: normal;
font-weight: normal;
font-size: 62px;
line-height: 60px;
color: #DFF4F4;
opacity: 0.05;
position: absolute;
top: 0;
width: 100%;
text-align: center;
z-index: 1;
}
footer .top-footer-wraper .form-wraper{

}
footer .top-footer-wraper .form-wraper form{
    max-width: 996px;
    margin: auto;
}
footer .top-footer-wraper .form-wraper .fields-wraper{
    display: flex;
    flex-wrap: wrap;
}
footer .top-footer-wraper .form-wraper .fields-wraper>.field-block:nth-child(1){
    padding-right: 5%;
}
footer .top-footer-wraper .form-wraper .fields-wraper>.field-block:nth-child(2){
    padding-left: 5%;
}
footer .top-footer-wraper .form-wraper .field-block{
width: 50%;
}
footer .top-footer-wraper .form-wraper .field-block-send{
width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
footer .top-footer-wraper .form-wraper span{
display: flex;
}
footer .top-footer-wraper .form-wraper input{
 width: 100%;
    border-radius: 100px;
       font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #A9A8A8;
    padding: 10px;
}
footer .top-footer-wraper .form-wraper textarea{
  width: 100%;
    border-radius: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #A9A8A8;
    padding: 10px;
        max-height: 205px;
}
footer .top-footer-wraper .form-wraper input[type="submit"]{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: #FF452C;
    box-shadow: 0px 4px 8px rgba(255, 69, 44, 0.8);
    border-radius: 50px;
    border: none;
    max-width: 300px;
    padding: 0px 10px;
}

footer .bottom-footer-wraper{
    display: flex;
    width: 100%;
    margin-top: 80px;
    justify-content: center;
    align-items: flex-end;
}
footer .bottom-footer-wraper a{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-decoration-line: underline;
    color: #FFBD27;
    margin: 0 10px;
    width: 40%
}
footer .bottom-footer-wraper a:nth-child(1){
text-align: right;
}
footer .bottom-footer-wraper a:nth-child(2){
text-align: center;
width: 20%;
}
footer .bottom-footer-wraper a:nth-child(3){
text-align: left;
}
footer .bottom-footer-wraper a img{
    mix-blend-mode: multiply;
    position: relative;
    top: 10px;
}








/* popup styles */
.popup {
  display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.popup-overlay {
	background: rgba(0,0,0,0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.popup-content {
position: absolute;
    background: #DFF4F4;
    width: 80%;
    max-width: 500px;
    z-index: 11;
    padding: 14px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 80vh;
    overflow-y: auto;
    height: max-content;
}
.close-popup {
display: block;
    position: absolute;
    font-size: 42px;
    text-decoration: none;
    margin: auto;
    width: 24px;
    height: 63px;
    left: 0;
    right: calc(0px - 530px);
    bottom: 0;
    top: calc(0vh - 70vh);
    color: #3C62EF;
    background-color: unset;
    border: none;
}
.close-popup:hover{
cursor: pointer;
color: #FF452C;
}
#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/wp-content/themes/drugdeneg/img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}





/* Animations */
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}

.scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleIn {
  from { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleOut {
  to { opacity: 0; -webkit-transform: scale(0.5); }
}

.scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleUpOut {
  to { opacity: 0; -webkit-transform: scale(1.2); }
}

.scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownIn {
  from { opacity: 0; -webkit-transform: scale(1.2); }
}

.slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50%); }
}
@-webkit-keyframes slideIn {
  from { opacity: 0; -webkit-transform: translateY(-50%); }
}

.slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to { opacity: 0; transform: translateY(50%); }
}
@-webkit-keyframes slideOut {
  to { opacity: 0; -webkit-transform: translateY(50%); }
}

.slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from { opacity: 0; transform: translateX(-50%); }
}
@-webkit-keyframes slideLeftIn {
  from { opacity: 0; -webkit-transform: translateX(-50%); }
}

.slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to { opacity: 0; transform: translateX(50%); }
}
@-webkit-keyframes slideLeftOut {
  to { opacity: 0; -webkit-transform: translateX(50%); }
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}

.flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn .5s both ease-out;
    -moz-animation: flipRightIn .5s both ease-out;
    animation: flipRightIn .5s both ease-out;
}
@-webkit-keyframes flipRightIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: .2;}
}
@keyframes flipRightIn {
    from {transform: translateZ(-1000px) rotateY(-90deg);opacity: .2;}
}

.flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut .5s both ease-in;
    -moz-animation: flipRightOut .5s both ease-in;
    animation: flipRightOut .5s both ease-in;
}

@-webkit-keyframes flipRightOut {
    to {-webkit-transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}
@keyframes flipRightOut {
    to {transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}


.rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn .5s both ease-out;
    -moz-animation: rotateIn .5s both ease-out;
    animation: rotateIn .5s both ease-out;
}
@-webkit-keyframes rotateIn {
    from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0;}
}
@-moz-keyframes rotateIn {
    from {-moz-transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}
@keyframes rotateIn {
    from {transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}

.rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut .5s both ease-in;
    -moz-animation: rotateOut .5s both ease-in;
    animation: rotateOut .5s both ease-in;
}
@-webkit-keyframes rotateOut {
    to {-webkit-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@-moz-keyframes rotateOut {
    to {-moz-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@keyframes rotateOut {
    to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0;}
}

.rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn .6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
    0% {opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);}
    50% {-webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeIn {
    0% {opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg); }
    50% {-moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}
@keyframes rotateCubeIn {
    0% {opacity: .3;
        transform: translateY(-100%) rotateX(90deg);}
    50% {animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}

.rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut .6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut .6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
    50% {-webkit-animation-timing-function: ease-out;-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeOut {
    50% { -moz-animation-timing-function: ease-out;-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3;-moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeOut {
    50% {animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
    100% { opacity: .3; transform: translateY(100%) rotateX(-90deg);}
}


.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.popup-content h1{
    font-family: Rubik One;
}
.popup-content form{

}
.popup-content form .field-block{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.popup-content form .field-block span{
    width: 100%;
    margin: 10px 0;
}
.popup-content form .field-block span input{
    width: 100%;
    border-radius: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #A9A8A8;
    padding: 10px;
}
.popup-content form .field-block-send{
text-align: center;
}
.popup-content form .field-block-send input[type=submit]{
font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: #FF452C;
    box-shadow: 0px 4px 8px rgba(255, 69, 44, 0.8);
    border-radius: 50px;
    border: none;
    max-width: 300px;
    padding: 0px 10px;
    transition: all 0.5s ease;
}
.popup-content form .field-block-send input[type=submit]:hover{
background: #FF7361;
box-shadow: 0px 4px 8px #FF7361;
border-radius: 50px;
}
.popup-content .footer-popupcontacts-plus-wraper{

}
.popup-content .footer-popupcontacts-plus-wraper h1{
text-align: center;
}
.popup-content .footer-popupcontacts-plus-wraper a{

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #3C62EF;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: block;
}
.main-senk{
background-color: #DFF4F4;
}
.main-senk .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-senk .left{
       width: 80%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.main-senk .right{
    width: 20%;
}
.main-senk .right img{
width: 100%;
    max-width: 200px;
}
.main-senk .title{
    font-family: Rubik One;
    font-size: 56px;
    color: #383838;
    text-align: center;
}
.main-senk .sub-title{
    font-family: Rubik One;
    font-size: 36px;
    color: #383838;
    text-align: center;
}
.main-senk .text{
    color: #383838;
    font-size: 24px;

}
.main-senk .text a{
color: #FF452C;
}
@media(max-width:1180px){
	
section.why-this .block-wraper>.img-wraper {
    align-items: center;
    display: flex;
}	
section.why-this .block-wraper:last-child .img-wraper img{
    height: auto;
    width: 100%;
    max-width: 124px;
}

}
@media(max-width:1025px){
	section.main h1>span {
    font-size: 26px;
    line-height: normal;
}
html body .bg-text {
    font-size: 35px !important;
    line-height: normal !important;
}
section.main .description {
     font-size: 18px;
}
.btn{
font-size: 18px;
}
section.advantages .advantages-content p {
     font-size: 26px;
    line-height: normal;
}
section.what-about-finances .title-section-wraper h2 {
       font-size: 26px;
    }
    section.what-about-finances .container>.block-wraper .content .title-block {
      font-size: 18px;
}
section.what-about-finances .container>.block-wraper .content p {
    font-size: 14px;
    line-height: 24px;
}
section.what-about-finances .container>.block-wraper .number-wraper {
     font-size: 250px;
    }
    section.start-learning .title-section {
     font-size: 26px;
  }
  section.start-learning .content {
    font-size: 15px;
    line-height: 24px;
}
section.why-this>.section-title-wraper .section-title {
    font-size: 26px;
  }
section.why-this .block-wraper>.content .block-title {
      font-size: 18px;
}
section.why-this .block-wraper>.content p {
    font-size: 14px;
    line-height: 24px;
}
section.why-this .sub-title-wraper>.sub-title {
    font-size: 38px;
    line-height: 38px;
 }
 section.statistics .section-title-wraper .section-title {
    font-size: 26px;
    line-height: 38px;
}
section.statistics .top-statistics .left p {
    font-size: 14px;
    line-height: 20px;
}
section.statistics .top-statistics .right img {
    width: 100%;
}
section.statistics .buttom-statistics>h2 {
    font-size: 18px;
    line-height: 30px;
}
section.statistics .buttom-statistics .block-wraper .left .percent {
    width: 25%;
    font-size: 42px;
    line-height: 30px;
}
section.statistics .buttom-statistics .block-wraper .left .text {
    font-size: 18px;
    line-height: 30px;
}
section.statistics .buttom-statistics .block-wraper .right img {
    width: 100%;
}
section.about .section-title-wraper .section-title {
    font-size: 26px;
    line-height: 30px;
}
section.about .content .text p {
    font-size: 14px;
    line-height: 20px;
}
section.kviz .right .section-title {
    font-size: 26px;
    line-height: 30px;
}
section.kviz .description p {
    font-size: 14px;
    line-height: 20px;
}
section.stages .title-section-wraper .title-section {
    font-size: 26px;
    line-height: 30px;
}
section.stages .container .block-wraper .content h2 {
    font-size: 18px;
    line-height: 30px;
}
section.stages .container .block-wraper:nth-of-type(2n) .number-wraper .number {
     left: 40px;
   }
   section.stages .container .block-wraper .content li {
    font-size: 14px;
    line-height: 20px;
  }
  section.stages .container .block-wraper .number-wraper {
       font-size: 200px;
}
section.price .title-section-wraper .title-section {
    font-size: 26px;
    line-height: 30px;
}
section.price .content-wraper .contant-top, section.price .content-wraper .contant-bottom {
    font-size: 14px;
    line-height: 20px;
}
section.price .timer-wraper h2 {
    font-size: 18px;
    margin-bottom: 0;
}
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1 .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value, .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1 .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value-container {
     font-size: 42px !important;
     line-height: normal !important;
}
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1 .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-text {
    font-size: 42px;
    line-height: normal !important;
}
section.price .timer-wraper .woo-sctr-shortcode-countdown-date-value, section.price .timer-wraper .woo-sctr-shortcode-countdown-time-separator, section.price .timer-wraper .woo-sctr-shortcode-countdown-unit-wrap {
       font-size: 42px;
       line-height: normal !important;
}
.woo-sctr-shortcode-countdown-1{

}
.woo-sctr-shortcode-countdown-date,.woo-sctr-shortcode-countdown-unit{
display: flex;
}
section.gifts .title-section-wraper .title-section {
    font-size: 26px;
    line-height: 30px;
}
section.gifts .big-title {
    font-size: 42px;
    line-height: 40px;
}
section.gifts .content-wraper .text ul li {
    font-size: 14px;
    line-height: 20px;
}
section.gifts .content-wraper .text .title-bootom {
    font-size: 21px;
    line-height: 21px;
   
}
section.gifts .content-wraper .start-learning{
font-size: 18px;
}

footer .top-footer-wraper .title-wraper>.title-top-footer {
    font-size: 26px;
    line-height: 30px;
}
footer .top-footer-wraper .form-wraper .field-block {
    width: 100%;
}
footer .top-footer-wraper .form-wraper .fields-wraper>.field-block:nth-child(1) {
    padding-right: 0;
    margin-bottom: 5%;
}
footer .top-footer-wraper .form-wraper .fields-wraper>.field-block:nth-child(2) {
    padding-left: 0;
   
}
footer .top-footer-wraper .form-wraper .fields-wraper {
      padding: 1%;
}
footer .bottom-footer-wraper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .bottom-footer-wraper a:nth-child(1) {
    text-align: center;
    order: 1;
}
footer .bottom-footer-wraper a:nth-child(2) {
      order: 0;
}
footer .bottom-footer-wraper a:nth-child(3) {
      order: 2;
      text-align: center;
}
}
@media(max-width:980px){
section.kviz .quiz-start-test-wraper .pagination, .finish-test-wraper-pagination {
    font-size: 26px;
    line-height: 30px;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-title {
    font-size: 26px;
    line-height: 30px;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .text{
    font-size: 14px;
    line-height: 20px;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer {
      font-size: 14px;
    font-weight: bold;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .title{
     font-size: 26px;
    line-height: 28px;
}
.send-ok{
font-size: 26px;
    line-height: 28px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .text {
    font-size: 16px;
    line-height: 26px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper input {
    font-size: 16px;
        width: 100%;
    }
    section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper span{
width:100%;    
    }
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper .field-block-send input {
    font-size: 18px;
    line-height: 38px;
    width: 100%;
}
.section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper br{
display: none;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper .field-block-send{
flex-wrap:wrap;
}
.field-block-send .ajax-loader{

}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .left img {
    width: 80%;
}
}
@media(max-width:900px){
section.kviz .quiz-start-test-wraper .finish-test-wraper .text{
text-align: center;
}
.main-senk .title {
    font-size: 46px;
}
.main-senk .sub-title{
font-size: 26px;
}
.main-senk .text {
      font-size: 18px;
}
}
@media(max-width:768px){
header.site-header {
    justify-content: center;
    align-items: center;
}
section.main {
       margin-top: 20px;
}
section.main .start-learning {
      margin-bottom: 20px;
}

section.advantages .right {
    width: 66%;
      background-size: contain;
    }
    html body .bg-text {
    font-size: 28px !important;
    line-height: normal !important;
}
section.what-about-finances, section.why-this, section.statistics, section.about, section.stages {
    padding: 60px 0;
}

section.what-about-finances .container>.block-wraper .number-wraper {
    font-size: 200px;
}
section.what-about-finances .container>.block-wraper:nth-child(2n) .number-wraper .number {
    left: unset;
    right: -10px;
}
section.what-about-finances .container>.block-wraper:nth-child(2n) .img-wraper img {
    right: unset;
    left: -15px;
}
section.what-about-finances .container>.block-wraper .img-wraper img {
       right: -15px;
}
section.what-about-finances .container>.block-wraper .number-wraper .number {
    position: absolute;
    left: -10px;
}
section.start-learning .left {
    width: 70%;
    }
    section.start-learning .right {
    width: 30%;
    }
    section.start-learning .left .start-learning{
    margin-top: 20px;
    }
 
section.why-this .block-wraper>.img-wraper img {
    width: 100%;
}

section.statistics .buttom-statistics .block-wraper .left .content-wraper {
      margin: 10px 0;
}

section.stages .container .block-wraper{
width: 90%;
}
section.stages .container .block-wraper:nth-of-type(2n) .number-wraper {
    
}
section.stages .container .block-wraper>.content {
    width: 80%;
    }
    section.stages .container .block-wraper:nth-of-type(2n) .img-wraper img {
       right: 0;
}
section.what-about-finances .container>.block-wraper .img-wraper{
display: none;
}
section.what-about-finances .container>.block-wraper .content{
width: 75%;
}
section.why-this .block-wraper {
    display: flex;
    margin: 20px 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
section.why-this .block-wraper:nth-child(2n){
flex-direction: column-reverse;
}
section.why-this .block-wraper>.content {
    width: 100%;
}
section.why-this .sub-title-wraper {
    width: 100%;
    display: flex;
    align-items: center;
}
section.why-this .sub-title-wraper>.sub-title {
       opacity: .9;
}
section.why-this .block-wraper>.img-wraper{
display: none;
}
section.about .content .left-img-wraper,section.about .content .right-img-wraper{
width: 15%;
}
section.about .content .text{
width: 70%;
}
section.stages .container .block-wraper .img-wraper{
display: none;
}
section.stages .container .block-wraper:nth-of-type(2n) .number-wraper .number {
    left: 10px;
}
section.stages .container .block-wraper .number-wraper .number {
    position: absolute;
    left: -10px;
}
section.gifts .title-section-wraper .title-section {
      padding: 0 15px;
}
section.gifts .big-title{
padding: 0 15px;
}
section.gifts .content-wraper .img-wraper {
    width: 15%;
}
section.gifts .content-wraper .text {
    width: 70%;
    }
    section.gifts .content-wraper .start-learning {
    font-size: 18px;
    margin-top: 20px;
}
section.gifts .content-wraper .right {
    width: 15%;
}

}

@media(max-width:730px){
section.main .left {
    width: 70%;
    }
    section.main .right {
    width: 30%;
    }
    section.kviz .left {
    width: 15%;
}
}
@media(max-width:650px){
section.main .left {
    width: 100%;
}
section.main h1{
order:0;
}
section.main .right{
order:1;
width: 100%;
}
section.main .description-wraper{
order:2;
}
section.main .start-learning{
order:3;
}

section.start-learning {
    padding-top: 60px;
    padding-bottom: 60px;
    }
section.start-learning .start-learning {
    margin:20px auto;
    background: #FF452C;
    color: #fff;
    border: none;
    box-shadow: 0px 4px 8px rgba(255, 69, 44, 0.8);
}
section.statistics .buttom-statistics .block-wraper:nth-of-type(2n) {
    flex-direction: row;
}
section.statistics .buttom-statistics .block-wraper .left{
position: relative;
z-index: 2;
}
section.statistics .buttom-statistics .block-wraper .right {
    position: absolute;
    right: 0;
    width: 30%;
}
.main-senk .title {
    font-size: 38px;
}
.main-senk .sub-title {
    font-size: 18px;
}
.main-senk .text {
    font-size: 14px;
}
}
@media(max-width:600px){
section.statistics .buttom-statistics .block-wraper .left {
    width: 85%;
    }

section.kviz .container {
    position: relative;
}
section.kviz .right{
width: 100%;
}
section.kviz .left {
    width: 10%;
    position: absolute;
    left: 5px;
    top: 5px;
}
.quiz-start-test-wraper .question-wraper>.left{
position: relative;
}
.quiz-start-test-wraper .answer>.left{
position: relative;
}
section.price .price-wraper {
    font-size: 28px;
    line-height: 28px;
    }
    section.kviz .quiz-start-test-wraper .pagination-wraper {
    flex-wrap: wrap;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper {
    background-size: 455px;
}
section.stages .container .block-wraper .content h2 br{
display: none;
}
}

@media(max-width:550px){
	html body .bg-text {
    font-size: 22px !important;
    line-height: normal !important;
}
section.what-about-finances .container>.block-wraper .number-wraper {
    font-size: 150px;
}
section.what-about-finances .container>.block-wraper .number-wraper {
    font-size: 150px;
    width: 15%;
}
body section.what-about-finances .container>.block-wraper:nth-child(2) .number-wraper .number{
   
} 
section.what-about-finances .container>.block-wraper:nth-child(2n) .number-wraper .number {
    right: unset;
    left: -30px;
    position: relative;
}
section.what-about-finances .container>.block-wraper .content {
    width: 85%;
}
section.what-about-finances .container>.block-wraper .number-wraper .number {
    position: relative;
    left: 0px;
}
section.stages .container .block-wraper .number-wraper {
    font-size: 150px;
    width: 15%;
}
section.stages .container .block-wraper:nth-of-type(2n) .number-wraper .number {
    left: 15px;
    position: relative;
}
section.stages .container .block-wraper>.content {
    width: 85%;
}
section.stages .container .block-wraper .number-wraper .number {
    position: relative;
    left: -5px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper input {
       width: 100%;
}
.close-popup {
    right: calc(0px - 80%);
}
footer .bottom-footer-wraper a:nth-child(2){
width: 100%;
}
footer .bottom-footer-wraper a {
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
}
}


@media(max-width:450px){
	section.kviz .quiz-start-test-wraper .finish-test-wraper {
    background-size: 355px;
}
section.start-learning .left {
    width: 85%;
}
section.start-learning .right {
    width: 15%;
}
section.why-this .sub-title-wraper>.sub-title {
    font-size: 28px;
    line-height: 28px;
}
section.statistics .buttom-statistics .block-wraper .left .percent {
    width: 15%;
    font-size: 27px;
    line-height: normal;
}
section.statistics .buttom-statistics .block-wraper .left .text {
    font-size: 16px;
    line-height: 24px;
    width: 85%;
    padding: 0 15px;
}
section.about .section-title-wraper .section-title {
    font-size: 22px;
    line-height: 26px;
    padding: 0 15px;
}
section.gifts .big-title {
    font-size: 36px;
    padding: 0 15px;
}
section.advantages .advantages-content p {
    font-size: 16px;
    line-height: normal;
}
}


@media(max-width:415px){
section.main h1>span {
    font-size: 18px;
    line-height: normal;
}
.popup-content h1 {
    font-family: Rubik One;
    font-size: 18px;
}
.popup-content form .field-block span {
     margin: 5px 0;
}
.popup-content form .field-block span input {
   font-size: 14px;
    line-height: 14px;
  
}
.popup-content form .field-block-send input[type=submit] {
    line-height: 27px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin: 10px auto;
    font-size: 18px;
}
.main-senk .title {
    font-size: 28px;
}
.main-senk .sub-title {
    font-size: 14px;
}
}
@media(max-width:400px){
section.statistics .top-statistics .left {
    width: 100%;
    padding-right: 0%;
}
section.statistics .top-statistics .right {
    width: 100%;
    padding-left: 0%;
}
section.stages .container .block-wraper {
    width: 100%;
}
section.statistics .buttom-statistics .block-wraper .left .percent {
    font-size: 18px;
    }
footer .top-footer-wraper .title-wraper>.title-top-footer{
padding: 0 15px;
}
}
@media(max-width:380px){
section.what-about-finances .title-section-wraper h2 {
    font-size: 22px;
}
section.start-learning .title-section {
    font-size: 22px;
}
section.why-this .sub-title-wraper>.sub-title {
    font-size: 24px;
    line-height: 24px;
}
section.statistics .section-title-wraper .section-title {
    font-size: 22px;
    line-height: normal;
}
section.about .section-title-wraper .section-title {
    font-size: 18px;
    line-height: 18px;
    padding: 0 15px;
}
section.stages .title-section-wraper .title-section {
    font-size: 22px;
    line-height: 22px;
}
section.price .title-section-wraper .title-section {
    font-size: 22px;
    line-height: 26px;
}
section.price .price-wraper {
    font-size: 18px;
    line-height: 18px;
}
section.gifts .title-section-wraper .title-section {
    font-size: 22px;
    line-height: 26px;
}
section.gifts .big-title {
    font-size: 28px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper {
    background-size: 285px;
}
}
@media(max-width:320px){
section.main .description {
    font-size: 14px;
}
section.what-about-finances .container>.block-wraper .content p {
    font-size: 12px;
    line-height: 18px;
}
section.start-learning .content {
    font-size: 13px;
    line-height: 21px;
}
section.why-this .block-wraper>.content p {
    font-size: 12px;
    line-height: 22px;
}
section.why-this .sub-title-wraper>.sub-title {
    font-size: 18px;
    line-height: 28px;
}
section.statistics .top-statistics .left p {
    font-size: 12px;
    line-height: 18px;
}
section.statistics .buttom-statistics .block-wraper .left .text {
    font-size: 14px;
    line-height: 22px;
    }
section.about .content .text p {
    font-size: 12px;
    line-height: 18px;
}
section.stages .container .block-wraper .content li {
    font-size: 12px;
    line-height: 18px;
}

section.price .content-wraper .contant-top, section.price .content-wraper .contant-bottom {
    font-size: 12px;
    line-height: 18px;
}
section.price .timer-wraper h2 {
    font-size: 16px;
    
    }
    .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1 .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value, .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1 .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value-container {
    font-size: 34px !important;
    line-height: normal !important;
}
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1 .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-text {
    font-size: 34px;
}
section.price .timer-wraper .woo-sctr-shortcode-countdown-date-value, section.price .timer-wraper .woo-sctr-shortcode-countdown-time-separator, section.price .timer-wraper .woo-sctr-shortcode-countdown-unit-wrap {
    font-size: 34px;
    line-height: normal !important;
}
section.gifts .big-title {
    font-size: 24px;
}
section.gifts .content-wraper .text ul li {
    font-size: 12px;
    line-height: 18px;
}
section.gifts .content-wraper .text .title-bootom {
    font-size: 18px;
    line-height: 18px;
}
section.kviz .quiz-start-test-wraper .pagination, .finish-test-wraper-pagination {
    font-size: 22px;
    line-height: 26px;
}
.quiz-start-test-wraper .questions-wraper-blocks .question-title {
    font-size: 22px;
    line-height: 26px;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .text {
    font-size: 12px;
    line-height: 18px;
}
section.kviz .quiz-start-test-wraper .questions-wraper-blocks .question-wraper .answer-wraper .answer {
    font-size: 12px;
    }
    section.kviz .quiz-start-test-wraper .finish-test-wraper {
    background-size: 245px;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper form {
    width: 90%;
    margin: auto;
}
section.kviz .quiz-start-test-wraper .finish-test-wraper .form-finish-test-wraper .field-block-send input {
       min-width: 100%;
}
}

















