/*!
Theme Name: wiseit landing
Theme URI: http://underscores.me/
Author: idd
Author URI: https://idd.com.ua
Description: wiseit webinar
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: wiseit-landing
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.

wiseit landing 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;
	color: #565656;
	font-family: 'Roboto', sans-serif;
}

/**
 * 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: 40px;
	line-height: 40px;
	font-weight: 300;
	margin-bottom: 1em;
}

/* 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: 'Roboto', -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 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	text-indent: 1.5em;
	display: block;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	margin-bottom: 1em;
}

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:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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


/*404 page*/
.pagefof {
	width: 700px;
	margin: auto;
	text-align: center;
}

.page_404 {
	padding: 40px 0;
	background: #fff;
	font-family: 'Roboto', 'Arvo', serif;
}

.page_404 img {
	width: 100%;
}

.four_zero_four_bg {

	background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
	height: 400px;
	background-position: center;
}


.four_zero_four_bg h1 {
	font-size: 80px;
}

.four_zero_four_bg h3 {
	font-size: 80px;
}

.link_404 {
	color: #fff !important;
	padding: 10px 20px;
	background: #3c4e73;
	margin: 20px 0;
	display: inline-block;
	text-decoration: none;
}

.contant_box_404 {
	margin-top: -50px;
}

/*404 page END*/

/* start landing style */
#page {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main.site-main {
	flex: 1;
}

.content__wrapper {
	max-width: 1300px;
	padding: 0px 20px 0px 20px;
	margin: auto;
}

header {
	width: 100%;
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
}

.header__line__content {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.phone__in__header__wrapper {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.phone__in__header__wrapper a {
	text-decoration: none;
	color: #565656;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.phone__in__header__wrapper a::before {
	content: '';
	display: block;
	width: 22px;
	height: 20px;
	background-image: url(./img/phone_icon_header.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 6px;
}

.social__in__header__wrapper {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.social__in__header__wrapper a {
	align-self: center;
	margin-right: 10px;
	text-decoration: none;
}

.social__in__header__wrapper a:last-child {
	margin-right: 0px;
}

.social__in__header__wrapper img {
	display: flex;
	width: 24px;
	height: 24px;
	align-self: center;
}

.top__page__block {
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.top__page__logos__wrapper {
	display: flex;
	align-items: center;
	height: 365px;
}

.top__page__logos {
	display: flex;
	align-items: center;
	padding-left: 10%;
	height: 100%;
	width: 100%;
}

.top__page__logos img {
	margin-right: 30px;
	display: block;
}

.top__page__logos img:last-child {
	margin-right: 0px;
}

.top__page__content p {
	width: 100%;
	font-weight: 300;
	text-align: center;
	font-size: 40px;
	line-height: 54px;
}

.top__page__content p span {
	font-weight: 500;
	display: block;
}


.form__content {
	display: flex;
}

.form__content__wrapper {
	position: relative;
	margin-top: 50px;
	background: #f4f8fa url(./img/form_wiseit_bg.svg);
	background-repeat: no-repeat;
	background-position: 900px center;
	background-size: 90%;
}

.form__content__border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(to right, #6fbe2e 19%, #00bbd6 43%, #0f61a9 57%, #5a39a0 81%);
}

.form__left__block {
	width: 60%;
	display: flex;
	align-self: center;
}

.form__right__block {
	width: 40%;
	display: flex;

}

.form__right__wrapper {
	display: flex;
	align-self: center;
	width: 100%;
}

.frw__content {
	display: flex;
	width: 100%;
	justify-content: center;
}

.frw__text__wrapper {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.frw__content a {
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	min-width: 250px;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	margin: 18px 0px 0px 0px;
	display: inline-block;
	text-align: center;
	opacity: 1;
	-webkit-appearance: none;
	text-transform: uppercase;
	background: #1d428a;
	color: #fff;
	text-decoration: none;
	transition: 0.25s;
	padding: 16px 20px;
	line-height: 1em;
}

.login__user__info {
	display: flex;
	background: #fff;
	max-width: 355px;
	-webkit-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	transition: 0.5s;
	min-height: 200px;
	min-width: 290px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.login__user__info:hover {
	-webkit-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
	box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
}

.frw__content .um.um-register .um-postmessage {
	background: #fff url(./img/mail_in_action.svg);
	max-width: 100%;
	-webkit-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	transition: 0.5s;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	text-align: center;
	padding: 230px 40px 40px 40px;
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center 40px;
}

.frw__content .um.um-register .um-postmessage:hover {
	-webkit-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
	box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 15%);
}

.login__user__info a {
	font-size: 24px;
	line-height: 34px;
	padding: 40px;
	text-decoration: none;
	color: #565656;
	font-weight: 300;
	height: 100%;
	display: flex;
	width: 100%;
	align-items: center;
	outline: none;
	justify-content: center;
	flex-direction: column;
}

.login__user__info a img {
	width: 125px;
	margin-bottom: 15px;
}

/* form style */
.um-center .um-button {
	width: 100% !important;
}

/* end form style */
.form__content__border {
	padding: 70px 0px 70px 0px;
}

.speaker__content__wrapper {
	background-repeat: no-repeat;
	background-position: calc(50% - 380px);
	padding: 70px 0px 70px 0px;
	min-height: 720px;
}

.speaker__allinfo {
	display: flex;
	align-items: center;
	padding: 0px 15% 0px;
}

.speaker__title {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 120px;
}

.speaker__text p {
	font-size: 24px;
	line-height: 34px;
	text-indent: 0px;
	margin-bottom: 50px !important
}

.speaker__text p:nth-child(2) {
	margin-bottom: 0px !important
}

.speaker__text span {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	display: block;
}

.speaker__photo {
	margin-right: 6%;
}

.speaker__photo img {
	max-width: 275px;
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to right, #6fbe2e 19%, #00bbd6 43%, #0f61a9 57%, #5a39a0 81%);
}

a.gohomebutton {
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	min-width: 250px;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	margin: 20px 0px 0px 0px;
	display: inline-block;
	text-align: center;
	opacity: 1;
	-webkit-appearance: none;
	text-transform: uppercase;
	background: #1d428a;
	color: #fff;
	text-decoration: none;
	transition: 0.25s;
	padding: 16px 20px;
	line-height: 1em;
}

.speaker__reg__button a {
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	min-width: 250px;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	margin: 0;
	display: inline-block;
	text-align: center;
	opacity: 1;
	-webkit-appearance: none;
	text-transform: uppercase;
	background: #1d428a;
	color: #fff;
	text-decoration: none;
	transition: 0.25s;
	padding: 16px 20px;
	line-height: 1em;
}

.speaker__reg__button a:hover {
	background: #2d529c;
}

.contact__block__wrapper {
	padding: 70px 0px 70px 0px;
	background: #f4f8fa;
}

.contact__miniblock {
	display: flex;
	background: #fff;
	padding: 40px;
	max-width: 355px;
	-webkit-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 5%);
	transition: 0.5s;
}

.contact__miniblock:hover {
	-webkit-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 /10%);
	box-shadow: 0 0.3rem 0.7rem rgb(0 0 0 / 10%);
}

.contact__icon {
	text-align: center;
	margin: auto;
}

.contact__icon img {
	max-width: 110px;
	width: 100%;
}

.contact__block__content {
	display: flex;
	justify-content: space-between;
}

.contact__miniblock a {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	text-decoration: none;
	font-weight: 300;
	color: #565656;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact__miniblock a span {
	display: block;
	font-weight: 400;
	margin-bottom: 15px;
}

.contact__miniblock:last-child a {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 300;
	color: #565656;
}

.contact__miniblock:last-child a span {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
}

.contact__text {
	margin-top: 25px;
	display: flex;
	margin: auto;
}

.site-footer {
	position: relative;
}


.footer__content__wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(to right, #6fbe2e 19%, #00bbd6 43%, #0f61a9 57%, #5a39a0 81%);
}

.footer__content {
	padding: 40px 0px 40px 0px;
	display: flex;
	justify-content: space-between;
}

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

.footer__right__block a {
	align-self: center;
	margin-right: 10px;
	text-decoration: none;
}

.footer__right__block a:last-child {
	margin-right: 0px;
}

.footer__right__block img {
	display: flex;
	width: 24px;
	height: 24px;
	align-self: center;
}

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

.footer__center__block img {
	width: 100%;
	margin: 0px 20px;
}

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

.footer__left__block a {
	color: #565656;
	text-decoration: none;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.form_mobile_img_style {
	max-width: 50px;
	vertical-align: middle;
	margin: -10px 15px 0px 15px;
}

.webinar__content__wrapper {
	display: flex;
	flex: 1;
	width: 100%;
}

.webinar__content {
	width: 100%;
	padding-bottom: 120px;
}

.download__button__wrapper {
	display: flex;
	margin: 50px 0px 50px 0px;
}

.download__button__wrapper a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	min-width: 250px;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	margin: 0;
	text-align: center;
	opacity: 1;
	text-transform: uppercase;
	background: #1d428a;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	padding: 16px 20px;
	line-height: 1em;
}

.download__button__wrapper a:hover {
	background: #2d529c;
}

.download__button__wrapper a span {
	content: '';
	width: 28px;
	height: 28px;
	background: url(./img/download_icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin-right: 15px;
}

.sp-tab__active .sp-tab__tab_title {
	color: #565656 !important;
	font-weight: 300 !important;
	font-size: 24px !important;
}

.sp-tab__tab_title {
	color: #fff !important;
	font-weight: 300 !important;
	font-size: 24px !important;
}

.sp-tab-content a {
	color: #565656 !important;
	font-weight: 400;
	text-decoration: none;
}

.sp-tab__card-header {
	color: #565656 !important;
	font-weight: 300 !important;
	font-size: 24px !important;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	border: none;
}

figure.wp-block-embed {
	border: 1px solid #e0eaef;
	padding: 3%;
}



/* end landing style */

/* LOGIN BY MAIL PAGE */
.login__content__wrapper {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.login__content {
	display: flex;
	background: #fff;
	padding: 40px;
	max-width: 600px;
	-webkit-box-shadow: 0 0 1.5rem rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 1.5rem rgb(0 0 0 / 10%);
	box-shadow: 0 0 1.5rem rgb(0 0 0 / 10%);
	transition: 0.5s;
	justify-content: center;
	flex-direction: column;
}

.login__content:hover {
	-webkit-box-shadow: 0 0 1.5rem rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 0 1.5rem rgb(0 0 0 / 15%);
	box-shadow: 0 0 1.5rem rgb(0 0 0 / 15%);
}

.login__icon__wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.login__icon__wrapper img {
	width: 100%;
	max-width: 240px;
}

#wpaloginform label a {
	font-size: 24px;
	line-height: 34px;
	color: #565656;
	font-weight: 500;
	text-decoration: none;
}

#user_email_username {
	box-sizing: border-box !important;
	height: 60px !important;
	width: 100% !important;
	margin-bottom: 10px !important;
	vertical-align: top !important;
	font-size: 18px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 1px !important;
	color: #565656 !important;
	padding: 9px 10px 8px !important;
	line-height: 0.9em !important;
	display: flex !important;
}

#user_email_username:focus {
	border: 1px solid #bfbfc8 !important;
	outline: none;
}


#wpa-submit {
	box-sizing: border-box !important;
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	background-color: #1d428a !important;
	background-image: none !important;
	border: 0 none !important;
	border-radius: 0px !important;
	color: #fff !important;
	padding: 16px 20px !important;
	text-transform: uppercase !important;
	vertical-align: top !important;
	box-shadow: none !important;
	text-shadow: none !important;
	line-height: 16px !important;
	display: inline-block !important;
	margin-top: 10px !important;
	cursor: pointer;
	transition: 0.5s;
}

#wpa-submit:hover {
	background-color: #2d529c !important;
}

.wpa-error {
	border: 1px solid #C00 !important;
	background: #C74A4A !important;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 24px !important;
	text-indent: 0 !important;
}

.wpa-box {
	padding: 15px 20px !important;
	margin: 0 auto 25px !important;

}

.wpa-alert {
	background: none !important;
	border: 0px !important;
	color: #565656 !important;
	font-size: 24px;
	line-height: 34px;
	text-indent: 0px !important;
}

.wpa-alert a {
	color: #565656 !important;
	text-decoration: none;
	font-weight: 500;
}

.wpa-success {
	background: none !important;
	border: 0px !important;
	color: #565656 !important;
	font-size: 24px;
	line-height: 34px;
	text-indent: 0px !important;
}

.ty__page__content {
	max-width: 420px;
}

/* END LOGIN BY MAIL PAGE */
@media (max-width: 480px) {
	.sp-tab__default-accordion .sp-tab__card-header {
		border: 1px solid #e0eaef !important;
	}

	.sp-tab__default-accordion .sp-tab__card-body {
		border: 1px solid #e0eaef !important;

	}
}

@media screen and (min-width: 2301px) {
	.form__content__wrapper {
		background-position: 1205px center;
		background-size: 60%;
	}
}

@media screen and (min-width: 2031px) and (max-width: 2300px) {
	.form__content__wrapper {
		background-position: 1090px center;
		background-size: 70%;
	}
}

@media screen and (min-width: 1901px) and (max-width: 2030px) {
	.form__content__wrapper {
		background-position: 970px center;
		background-size: 70%;
	}
}

@media screen and (min-width: 1725px) and (max-width: 1900px) {
	.form__content__wrapper {
		background-position: 900px center;
		background-size: 70%;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1724px) {
	.form__content__wrapper {
		background-position: 760px center;
		background-size: 90%;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1439px) {
	.form__content__wrapper {
		background-position: 685px center;
		background-size: 110%;
	}
}

@media screen and (min-width: 1152px) and (max-width: 1300px) {
	.form__content__wrapper {
		background-position: 570px center;
		background-size: 150%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1151px) {
	.form__content__wrapper {
		background-position: 400px center;
		background-size: 160%;
	}
}



@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.content__wrapper {
		max-width: 1200px;
		padding: 0px 20px 0px 20px;
		margin: auto;
	}

	.form__left__block {
		width: 55%;
	}

	.form__right__block {
		width: 45%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.content__wrapper {
		max-width: 992px;
		padding: 0px 20px 0px 20px;
		margin: auto;
	}

	h1 {
		font-size: 32px;
		line-height: 32px;
	}

	.speaker__title {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 70px;
	}

	.speaker__text span {
		font-size: 32px;
		line-height: 32px;
	}

	.top__page__content {
		font-size: 32px;
		line-height: 42px;
	}

	p {
		font-size: 18px;
		line-height: 28px;
	}

	.speaker__text p {
		font-size: 18px;
		line-height: 28px;
	}

	.contact__miniblock a {
		font-size: 18px;
		line-height: 28px;
	}

	.contact__miniblock:last-child a {
		font-size: 18px;
		line-height: 28px;
	}

	.form__left__block {
		width: 50%;
	}

	.form__right__block {
		width: 50%;
	}

	.form_mobile_img_style {
		max-width: 40px !important;
		vertical-align: middle !important;
		margin: -10px 10px 0px 0px !important;
	}

	.speaker__allinfo {
		padding: 0px 5% 0px;
	}

	.contact__miniblock {
		padding: 15px;
		max-width: 285px;
	}

	.speaker__content__wrapper {
		min-height: 640px;
	}


}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.content__wrapper {
		max-width: 768px;
		padding: 0px 10px 0px 10px;
		margin: auto;
	}

	.form__content {
		flex-direction: column;
	}

	.form__left__block {
		width: 90%;
	}

	.form__right__block {
		width: 90%;
		padding-top: 30px;
		align-self: center;
	}

	.speaker__allinfo {
		padding: 0px 0% 0px;
	}

	.speaker__title {
		margin-bottom: 70px;
	}

	.contact__block__content {
		flex-direction: column;
		align-items: center;
	}

	.contact__miniblock {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.content__wrapper {
		max-width: 576px;
		padding: 0px 10px 0px 10px;
		margin: auto;
	}

	.form__content {
		flex-direction: column;
	}

	.form__left__block {
		width: 90%;
	}

	.form__right__block {
		width: 90%;
		padding-top: 30px;
		align-self: center;
	}

	.speaker__allinfo {
		padding: 0px 0% 0px;
		flex-direction: column;
		align-items: center;
	}

	.speaker__title {
		margin-bottom: 40px;
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 40px;
	}

	.contact__block__content {
		flex-direction: column;
		align-items: center;
	}

	.contact__miniblock {
		margin-bottom: 50px;
	}

	.top__page__logos img {
		margin-right: 30px;
		display: block;
		max-width: 230px !important;
	}

	.top__page__logos img:last-child {
		max-width: 140px !important;
	}

	.top__page__logos__wrapper {
		height: 230px;
	}

	.top__page__content {
		font-size: 34px;
		line-height: 44px;
	}

	.form__content__wrapper {
		margin-top: 35px;
		background: #f4f8fa none;
	}

	h1 {
		font-size: 34px;
		line-height: 44px;
	}

	.form__content__border {
		padding: 35px 0px 35px 0px;
	}

	p {
		font-size: 20px;
		line-height: 30px;
	}

	.form__left__block p:first-child {
		text-indent: 0px;
	}

	.form_mobile_img_style {
		max-width: 40px;
		vertical-align: middle;
		margin: -10px 5px 0px 5px;
	}

	.speaker__photo {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.speaker__text {
		width: 90%;
	}

	.speaker__reg__button a {
		min-width: 100%;
	}

	.speaker__text span {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 15px;
	}

	.speaker__text p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px !important;
	}

	.footer__content {
		flex-direction: column;
		align-items: center;
	}

	.footer__center__block {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 400px) and (max-width: 575px) {
	.top__page__content p {
		font-size: 30px;
		line-height: 41px;
	}

	.content__wrapper {
		max-width: 420px;
		padding: 0px 10px 0px 10px;
		margin: auto;
	}

	.content__wrapper {
		max-width: 576px;
		padding: 0px 10px 0px 10px;
		margin: auto;
	}

	.form__content {
		flex-direction: column;
	}

	.form__left__block {
		width: 90%;
	}

	.form__right__block {
		width: 90%;
		padding-top: 30px;
		align-self: center;
	}

	.speaker__allinfo {
		padding: 0px 0% 0px;
		flex-direction: column;
		align-items: center;
	}

	.speaker__title {
		margin-bottom: 40px;
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 40px;
	}

	.contact__block__content {
		flex-direction: column;
		align-items: center;
	}

	.contact__miniblock {
		margin-bottom: 50px;
	}

	.top__page__logos img {
		margin-right: 30px;
		display: block;
		max-width: 170px !important;
	}

	.top__page__logos img:last-child {
		max-width: 120px !important;
	}

	.top__page__logos__wrapper {
		height: 230px;
	}

	.top__page__content {
		font-size: 34px;
		line-height: 44px;
	}

	.form__content__wrapper {
		margin-top: 35px;
		background: #f4f8fa none;
	}

	h1 {
		font-size: 34px;
		line-height: 44px;
	}

	.form__content__border {
		padding: 35px 0px 35px 0px;
	}

	p {
		font-size: 20px;
		line-height: 30px;
	}

	.form__left__block p:first-child {
		text-indent: 0px;
	}

	.form_mobile_img_style {
		max-width: 40px;
		vertical-align: middle;
		margin: -10px 5px 0px 5px;
	}

	.speaker__photo {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.speaker__text {
		width: 90%;
	}

	.speaker__reg__button a {
		min-width: 100%;
	}

	.speaker__text span {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 15px;
	}

	.speaker__text p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px !important;
	}

	.footer__content {
		flex-direction: column;
		align-items: center;
	}

	.footer__center__block {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 0px) and (max-width: 399px) {
	.top__page__content p {
		font-size: 30px;
		line-height: 41px;
	}

	.content__wrapper {
		max-width: 320px;
		padding: 0px 10px 0px 10px;
		margin: auto;
	}

	.content__wrapper {
		max-width: 420px;
		padding: 0px 10px 0px 10px;
		margin: auto;
	}

	.content__wrapper {
		max-width: 576px;
		padding: 0px 10px 0px 10px;
		margin: auto;
	}

	.form__content {
		flex-direction: column;
	}

	.form__left__block {
		width: 90%;
	}

	.form__right__block {
		width: 90%;
		padding-top: 30px;
		align-self: center;
	}

	.speaker__allinfo {
		padding: 0px 0% 0px;
		flex-direction: column;
		align-items: center;
	}

	.speaker__title {
		margin-bottom: 40px;
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 40px;
	}

	.contact__block__content {
		flex-direction: column;
		align-items: center;
	}

	.contact__miniblock {
		margin-bottom: 50px;
		padding: 15px;
		max-width: 300px;
	}

	.top__page__logos img {
		margin-right: 15px;
		display: block;
		max-width: 140px !important;
	}

	.top__page__logos img:last-child {
		max-width: 90px !important;
	}

	.top__page__logos__wrapper {
		height: 230px;
	}

	.top__page__content {
		font-size: 28px;
		line-height: 38px;
	}

	.form__content__wrapper {
		margin-top: 35px;
		background: #f4f8fa none;
	}

	h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.form__content__border {
		padding: 35px 0px 35px 0px;
	}

	p {
		font-size: 18px;
		line-height: 28px;
	}

	.form__left__block p:first-child {
		text-indent: 0px;
	}

	.form_mobile_img_style {
		max-width: 40px;
		vertical-align: middle;
		margin: -10px 5px 0px 5px;
	}

	.speaker__photo {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.speaker__text {
		width: 90%;
	}

	.speaker__reg__button a {
		min-width: 100%;
	}

	.speaker__text span {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.speaker__text p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 35px !important;
	}

	.footer__content {
		flex-direction: column;
		align-items: center;
	}

	.footer__center__block {
		margin-top: 30px;
		margin-bottom: 30px;
		flex-direction: column;
		align-items: center;
	}

	.phone__in__header__wrapper {
		width: 65%;
	}

	.phone__in__header__wrapper a {
		font-size: 14px;

	}

	.social__in__header__wrapper {
		width: 35%;
	}

	.social__in__header__wrapper a {
		margin-right: 4px;
	}
}