@charset "UTF-8";
/*!
Theme Name: egefizmat_v2
Theme URI: /
Author: Eugene Holin
Author URI: /
Description: Theme for egefizmat.ru
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: egefizmat_v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import 'vendor/magnific-popup/magnific-popup.css';
@import 'vendor/swiper/css/swiper.css';
@import 'vendor/font-awesome/css/font-awesome.min.css';
@import 'vendor/lightbox2/css/lightbox.min.css';
.pricing-form__header, .page-plan__header, .repetitor-form__header, .page-steps__header, .page-schedule__header, .page-profit__header, .page-how__header, .page-what__header, .slide-section .header, .text-section .header, .courses-list__header, .course-question__header, .course-register__header, .course-how__header, .course-adv__header, .course-info__header, .course-head__header, .payment__header, .page-head__header {
  font-size: 2.25em;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .pricing-form__header, .page-plan__header, .repetitor-form__header, .page-steps__header, .page-schedule__header, .page-profit__header, .page-how__header, .page-what__header, .slide-section .header, .text-section .header, .courses-list__header, .course-question__header, .course-register__header, .course-how__header, .course-adv__header, .course-info__header, .course-head__header, .payment__header, .page-head__header {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-form__header, .page-plan__header, .repetitor-form__header, .page-steps__header, .page-schedule__header, .page-profit__header, .page-how__header, .page-what__header, .slide-section .header, .text-section .header, .courses-list__header, .course-question__header, .course-register__header, .course-how__header, .course-adv__header, .course-info__header, .course-head__header, .payment__header, .page-head__header {
    font-size: 1.5em;
  }
}
.text-section .subheader {
  font-size: 1.75em;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .text-section .subheader {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 480px) {
  .text-section .subheader {
    font-size: 1em;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #0A0A0A;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  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: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/*
 *   Это все из сгенерированного style.css, дальше уже только свое
 */
.container {
  width: 1200px;
  margin: 0 auto;
}

.container-small {
  width: 940px;
  margin: 0 auto;
}

.single-content {
  display: flex;
  align-items: flex-start;
}

.content-area {
  flex: 3;
  padding: 0 60px 0 0;
}

.widget-area {
  flex: 1;
}

.widget-title {
  margin: 60px 0 20px 0;
}

.btn, .btn-img {
  font-size: 1.375em;
  font-weight: 400;
  padding: 0.5em;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.btn-200 {
  width: 200px;
}

.btn-250 {
  width: 250px;
}

.btn-300 {
  width: 300px;
}

.btn-img {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 350px;
  margin: 0 auto;
}
.btn-img span {
  margin-right: 1em;
}
.btn-img img {
  display: block;
}

.btn-yellow {
  color: #ffffff;
  background-color: #E4A110;
}
.btn-yellow:active, .btn-yellow:focus, .btn-yellow:visited {
  color: #ffffff;
  background-color: #E4A110;
  text-decoration: none;
  outline: 0;
}
.btn-yellow:hover {
  color: #ffffff;
  background-color: #E4A110;
  text-decoration: none;
  outline: 0;
}
.btn-yellow:disabled {
  cursor: default;
  color: #000000;
  background-color: #dddddd;
}

.btn-gray {
  color: #1E2460;
  background-color: #f6f6f6;
}

.btn-gray:hover:active,
.btn-gray:hover:focus,
.btn-gray:hover:visited {
  color: #1E2460;
  background-color: #f6f6f6;
  text-decoration: none;
  outline: 0;
}

.btn-gray:hover {
  color: #1E2460;
  background-color: #f6f6f6;
  text-decoration: none;
  outline: 0;
}

.page-head {
  padding: 7em 0;
  position: relative;
  z-index: 0;
}
.page-head__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 50;
}
.page-head__header {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  z-index: 100;
  color: #ffffff;
}

.payment {
  padding: 4em 0;
}
.payment__header {
  margin: 0 auto 1em;
  color: #0A0A0A;
}
.payment__content {
  font-size: 1em;
  margin: 0 auto;
  max-width: 900px;
}
.payment form {
  margin: 3em 0 0 0;
  text-align: center;
}

.course-head {
  padding: 5em 0;
  position: relative;
  z-index: 0;
}
.course-head__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 50;
}
.course-head__header {
  position: relative;
  margin: 0 auto 2em;
  max-width: 900px;
  z-index: 100;
  color: #ffffff;
}
.course-head__subheader {
  color: #ffffff;
  position: relative;
  font-size: 1em;
  margin: 0 auto 5em;
  text-align: center;
  max-width: 900px;
  z-index: 100;
  line-height: 2em;
}
.course-head__buttons {
  position: relative;
  margin: 1em 0;
  z-index: 100;
}

.course-info {
  padding: 4em 0;
}
.course-info__header {
  margin: 0 auto 1em;
  color: #0A0A0A;
}
.course-info__content {
  font-size: 1em;
  margin: 0 auto 3em;
  max-width: 900px;
}

.course-adv {
  padding: 4em 0;
  background-color: #F6F6F6;
}
.course-adv__header {
  margin: 0 auto 1em;
  color: #0A0A0A;
}
.course-adv__content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.course-adv__content-single {
  margin: 1em;
  width: 350px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.course-adv__stage-number {
  font-size: 6em;
  font-weight: 600;
  color: #1E2460;
  margin-right: 16px;
}
.course-adv__stage-info {
  color: #0A0A0A;
}

.course-how {
  padding: 4em 0;
}
.course-how__header {
  margin: 0 auto 1em;
  color: #0A0A0A;
}
.course-how__content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.course-how__content-single {
  margin: 1em;
  width: 350px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.course-how__stage-number {
  font-size: 6em;
  font-weight: 600;
  color: #E4A110;
  margin-right: 16px;
}
.course-how__stage-info {
  color: #0A0A0A;
}

.course-register {
  padding: 4em 0;
  background-color: #F6F6F6;
}
.course-register.white {
  background-color: #FFFFFF !important;
}
.course-register__header {
  margin: 0 auto 1em;
  color: #0A0A0A;
}
.course-register__price {
  font-weight: 600;
  font-size: 1.15em;
  margin: 0 auto 1em;
  text-align: center;
}
.course-register__content {
  max-width: 600px;
  margin: 2em auto;
  text-align: center;
}
.course-register__buttons {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 1em auto;
}
.course-register__buttons.flex-center {
  justify-content: center !important;
}

.course-question {
  padding: 4em 0;
}
.course-question__header {
  margin: 0 auto 1em;
  color: #0A0A0A;
  text-align: left;
}
.course-question__subheader {
  font-size: 18px;
  margin: 0 auto 1em;
  color: #0A0A0A;
}
.course-question__content {
  display: flex;
  justify-content: space-between;
}
.course-question__content-form, .course-question__content-text {
  width: 50%;
}

.site-header {
  padding: 30px 0;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 32px;
  height: auto;
}
.site-header__social-icon img {
  width: 32px;
  height: auto;
}
.site-header__account-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  text-decoration: none;
  color: #0A0A0A;
}
.site-header__account-icon img {
  width: 32px;
  height: auto;
}
.site-header__account-icon span {
  text-decoration: none;
  margin: 0 0 0 10px;
}
.site-header__account-icon:active, .site-header__account-icon:visited, .site-header__account-icon:focus {
  text-decoration: none;
  color: #0A0A0A;
}
.site-header__account-icon:hover {
  text-decoration: none;
  color: #E4A110;
}
.site-header__hamburger {
  display: none;
}

/*mobile nav menu*/
.show {
  left: 0;
  opacity: 1;
}

.hide {
  opacity: 0;
  left: 100%;
}

.mobile-nav {
  background: rgba(246, 246, 246, 0.95);
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  transition: 0.2s ease;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}

.menu-header-mobile-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

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

.mobile-nav a {
  text-align: center;
  font-size: 4vw;
  color: #0a0a0a;
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

.mobile-nav.show a {
  text-align: center;
  font-size: 1.5em;
  color: #0a0a0a;
  opacity: 1;
  line-height: 1.5;
  text-decoration: none;
}

.mobile-nav a:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.5em;
  font-size: 1.25em;
  color: #0A0A0A;
}
.main-navigation a:visited,
.main-navigation a:focus,
.main-navigation a:active {
  text-decoration: none;
  color: #0A0A0A;
  outline: 0;
}
.main-navigation a:hover {
  text-decoration: none;
  color: #E4A110;
  outline: 0;
}

.section-splash__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  background: url("/wp-content/themes/egefizmat_v2/img/site-main-bg.jpg") center bottom no-repeat;
}
.section-splash__person {
  display: none;
}
.section-splash__header {
  margin: 140px 0 0 0;
  font-weight: 600;
  font-size: 80px;
  color: #E4A110;
  line-height: 1em;
  width: 400px;
}
.section-splash__header span {
  font-size: 60px;
  line-height: 0.85em;
}
.section-splash__subheader {
  margin: 30px 0 0 0;
  font-size: 24px;
  color: #000000;
  line-height: 1.25em;
  width: 350px;
}
.section-splash__info {
  width: 276px;
}
.section-splash__info-block {
  width: 276px;
  min-height: 140px;
  padding: 25px;
  display: flex;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 5px;
  margin: 0 0 55px 0;
  color: #1E2460;
  font-size: 24px;
  font-weight: 600;
}
.section-splash__info-block p {
  margin: 0;
}
.section-splash__info-block span {
  display: block;
  font-size: 14px;
  color: #8F8F8F;
  font-weight: 400;
}

.section-results {
  background-color: #F6F6F6;
}
.section-results__wrapper {
  padding: 80px 0;
}
.section-results__header {
  font-size: 48px;
  font-weight: 600;
  color: #1E2460;
  margin: 0 0 50px 0;
}
.section-results__subheader {
  font-size: 24px;
  color: #8F8F8F;
}
.section-results__blocks {
  margin: 50px 0;
  /*
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  */
}
.section-results__block {
  padding: 15px;
  /*width: 160px;*/
  text-align: center;
}
.section-results__block-title {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1;
}
.section-results .swiper-container {
  width: 100%;
  height: 100%;
}
.section-results .swiper-wrapper {
  margin: 0 0 50px 0;
}

.section-about {
  background: url("/wp-content/themes/egefizmat_v2/img/about-bg-1200.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  z-index: 40;
}
.section-about .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-about__wrapper {
  z-index: 60;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.section-about__header {
  width: 450px;
  text-align: right;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 50px 0;
}
.section-about__text {
  width: 450px;
}
.section-about__text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-about__text li {
  margin: 0 0 50px 0;
  font-size: 24px;
  color: #ffffff;
  text-align: right;
  line-height: 1.25em;
}

.section-audience__wrapper {
  padding: 80px 0;
}
.section-audience__header {
  font-size: 48px;
  font-weight: 600;
  color: #1E2460;
  margin: 0 0 50px 0;
}
.section-audience__subheader {
  font-size: 24px;
  color: #0A0A0A;
}
.section-audience__blocks {
  margin: 50px auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw;
}
.section-audience__block-header {
  font-size: 36px;
  font-weight: 600;
  color: #1E2460;
  margin: 0 0 40px 0;
}
.section-audience ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-audience ul li {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #0A0A0A;
}

.section-services {
  background-color: #F6F6F6;
}
.section-services__wrapper {
  padding: 80px 0;
}
.section-services__header {
  font-size: 48px;
  font-weight: 600;
  color: #1E2460;
  margin: 0 0 50px 0;
}
.section-services__subheader {
  font-size: 24px;
  color: #0A0A0A;
}
.section-services__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.section-services__block {
  width: 320px;
  padding: 25px;
  background-color: #ffffff;
  border: 1px solid #8F8F8F;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-services__block-header {
  color: #1E2460;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}
.section-services__block-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  background-color: #E4A110;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}

.section-contacts__wrapper {
  padding: 80px 0;
}
.section-contacts__header {
  font-size: 48px;
  font-weight: 600;
  color: #1E2460;
  margin: 0 0 50px 0;
}
.section-contacts__subheader {
  font-size: 24px;
  color: #0A0A0A;
}
.section-contacts__blocks {
  margin: 50px auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw;
}
.section-contacts__social {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
.section-contacts__social span {
  color: #0A0A0A;
  font-size: 24px;
  display: block;
}
.section-contacts__social a {
  display: block;
  margin: 0 20px 0 0;
}
.section-contacts__social-icon {
  width: 64px;
  height: auto;
}
.section-contacts__form {
  padding: 50px;
  background-color: #F6F6F6;
  border-radius: 5px;
  margin-bottom: -180px;
}

.courses-list {
  padding: 4em 0;
}
.courses-list__header {
  margin: 0 auto 1em;
  color: #0A0A0A;
}
.courses-list__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.courses-list__single {
  margin: 2em;
  padding: 1em;
  background-color: #ffffff;
  border: 1px solid #8F8F8F;
  border-radius: 5px;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.courses-list__single-header {
  text-align: center;
  font-size: 1.375em;
  font-weight: 600;
  margin: 0 0 1em 0;
}
.courses-list__single-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.courses-list__single-description {
  max-width: 320px;
}
.courses-list__single-info {
  padding: 0 0 0 1em;
}
.courses-list__single-label {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 0.5em 0;
  white-space: nowrap;
}
.courses-list__single-label span {
  display: block;
  font-size: 1.125em;
  font-weight: 600;
}
.courses-list__single-icon {
  display: block;
  width: 24px;
  height: auto;
  margin-right: 1em;
}
.courses-list__single-free, .courses-list__single-price {
  margin: 1em 0;
}
.courses-list__single-free .label, .courses-list__single-price .label {
  display: block;
  margin: 0;
  white-space: nowrap;
}
.courses-list__single-free .price, .courses-list__single-price .price {
  display: block;
  font-size: 2.25em;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
.courses-list__single-free .label,
.courses-list__single-free .price {
  color: #c00027;
}
.courses-list__single-buttons {
  margin: 1em auto;
  text-align: center;
}

.common-form {
  height: 100%;
}
.common-form__input-wrapper {
  margin: 0 0 40px 0;
}
.common-form__button-wrapper {
  text-align: center;
}
.common-form__input, .common-form__select, .common-form__textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #8F8F8F;
  padding: 10px;
  border-radius: 2px;
}
.common-form__textarea {
  resize: none;
}
.common-form__button {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  padding: 12px 40px;
  background-color: #E4A110;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: 0;
  cursor: pointer;
}
.common-form__message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.common-form__message span {
  font-size: 26px;
  font-weight: 600;
  padding: 20px;
  display: inline-block;
  color: #ff0000;
}
.common-form__row-title {
  margin: 0.5em 0;
  font-size: 1.15em;
}
.common-form__radio-label {
  display: block;
  padding: 0.5em 0 1em;
}
.common-form__radio-label label {
  display: inline-block;
  margin: 0 1em 0 0;
}

.site-footer {
  padding: 80px 0;
  background-color: #1E2460;
}

.site-info {
  color: #ffffff;
  font-size: 24px;
}
.site-info p {
  margin: 0 0 0.75em 0;
}
.site-info a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.modal-contacts__wrapper {
  width: 420px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.modal-contacts__wrapper .mfp-close {
  right: 15px;
  top: -15px;
  position: absolute;
}
.modal-contacts__form {
  padding: 50px;
  background-color: #F6F6F6;
  border-radius: 5px;
}

.ef-video-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2vw;
}

.ef-news-single {
  margin-bottom: 50px;
}

.ef-news-header {
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 1em;
}

.ef-news-excerpt {
  color: #666;
  font-size: 0.875em;
  line-height: 1;
  margin-top: 1em;
}

.ef-news-header a:hover, .ef-news-header a:visited, .ef-news-header a:active, .ef-news-header a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

.ef-news-header a {
  color: #000;
  text-decoration: none;
}

.site-main article {
  margin: 50px 0 100px;
}

.MathJax {
  font-size: 1.75em !important;
}

.small {
  font-size: 0.75em;
}

.page-content {
  padding: 5em 0;
}

.student-profile {
  padding: 4em 0;
}
.student-profile__courses {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.page-splash__background {
  background: url("/wp-content/themes/egefizmat_v2/img/bg/lessons-bg.jpg") right bottom no-repeat;
  background-size: auto;
  padding: 12em 0 0;
  position: relative;
  z-index: 1000;
}
.page-splash__bg-overlay {
  display: none;
}
.page-splash__content {
  position: relative;
  width: 500px;
  padding: 0 0 10em 0;
  z-index: 1500;
}
.page-splash__header {
  font-size: 2.25em;
  font-weight: 600;
  margin: 0 0 1.5em 0;
}
.page-splash__subheader {
  font-size: 1.125em;
  margin: 0 0 2.5em 0;
}
.page-splash__price {
  font-size: 1.5em;
  font-weight: 600;
}
.page-splash__subprice {
  font-size: 1.125em;
  font-weight: 500;
}
.page-splash__buttons {
  margin: 2em 0 0 0;
}
.page-splash__buttons .btn-img {
  margin: 0;
}

.exe-course-splash {
  background: #a9d4dd url("/wp-content/themes/egefizmat_v2/img/bg/planimetry-bg.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1000;
}
.exe-course-splash .bg-overlay {
  z-index: 1100;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.exe-course-splash .content {
  position: relative;
  z-index: 1500;
  padding: 8em 0 10em;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.exe-course-splash .subheader {
  font-size: 2.75em;
  margin: 0 auto 1em;
  max-width: 600px;
  font-weight: 600;
  text-align: center;
}
.exe-course-splash .header {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 1.5em 0;
  text-align: center;
}
.exe-course-splash .price {
  font-size: 1.5em;
  margin: 0.5em 0 0 0;
}
.exe-course-splash .subprice {
  font-size: 1.125em;
  font-weight: 500;
}
.exe-course-splash .buttons {
  margin: 2em 0 0 0;
}
.exe-course-splash .buttons .btn-img {
  margin: 0;
}

.text-section {
  padding: 5em 2em;
}
.text-section.stripe {
  background-color: #F6F6F6;
}
.text-section .header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.text-section .subheader {
  margin: 0 auto;
  color: #0A0A0A;
}
.text-section .single {
  display: flex;
  margin: 0 0 3em;
  flex-wrap: nowrap;
  align-items: center;
}
.text-section .single-bullet {
  font-size: 6em;
  font-weight: 600;
  color: #1E2460;
  margin: 0 1rem 0 0;
  line-height: 0.85;
}
.text-section .content-single {
  color: #0A0A0A;
}

.slide-section {
  padding: 5em 2em;
}
.slide-section.stripe {
  background-color: #F6F6F6;
}
.slide-section .header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.slide-section .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slide-section .swiper-slide {
  background: #ffffff;
  padding: 0 0 3em 0;
}
.slide-section .swiper-slide .slide-image {
  display: flex;
  justify-content: center;
  margin: 0 0 2em 0;
}
.slide-section .swiper-slide .slide-text {
  max-width: 600px;
  font-size: 0.85em;
  color: #555555;
  text-align: center;
  margin: 0 auto;
}

.page-what {
  padding: 5em 2em;
  background-color: #F6F6F6;
}
.page-what__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.page-what__single {
  display: flex;
  margin: 0 0 3em;
  flex-wrap: nowrap;
}
.page-what__single-bullet {
  font-size: 6em;
  font-weight: 600;
  color: #1E2460;
  margin: 0 1rem 0 0;
  line-height: 0.85;
}
.page-what__content-single {
  color: #0A0A0A;
}

.page-how {
  padding: 5em 2em;
}
.page-how__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.page-how__single {
  display: flex;
  margin: 0 0 3em;
  flex-wrap: nowrap;
}
.page-how__single-bullet {
  font-size: 6em;
  font-weight: 600;
  color: #1E2460;
  margin: 0 1rem 0 0;
  line-height: 0.85;
}
.page-how__content-single {
  color: #0A0A0A;
}

.page-profit {
  padding: 5em 2em;
}
.page-profit__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.page-profit__single {
  display: flex;
  margin: 0 0 3em;
  flex-wrap: nowrap;
}
.page-profit__single-bullet {
  font-size: 6em;
  font-weight: 600;
  color: #1E2460;
  margin: 0 1rem 0 0;
  line-height: 0.85;
}
.page-profit__content-single {
  color: #0A0A0A;
}

.page-schedule {
  padding: 5em 2em;
  background-color: #F6F6F6;
}
.page-schedule__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.page-schedule__content {
  text-align: center;
}
.page-schedule__table {
  display: grid;
  margin: 2em auto;
  font-size: 1.125em;
}
.page-schedule__table.col-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  width: 880px;
}
.page-schedule__table.col-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  width: 660px;
}
.page-schedule__table.col-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  width: 440px;
}
.page-schedule__table.col-1 {
  grid-template-columns: 1fr;
  grid-gap: 5px;
  width: 220px;
}
.page-schedule__table-head {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.page-schedule__table-cell {
  height: 42px;
  background-color: #FFFFFF;
}
.page-schedule__table-cell a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A0A0A;
  outline: 0;
  text-decoration: none;
  background-color: #FFFFFF;
  height: 100%;
}
.page-schedule__table-cell a:active,
.page-schedule__table-cell a:visited,
.page-schedule__table-cell a:focus {
  color: #0A0A0A;
  outline: 0;
  text-decoration: none;
}
.page-schedule__table-cell a:hover {
  color: #0A0A0A;
  outline: 0;
  text-decoration: none;
  background-color: #CACACA;
}
.page-schedule__price {
  font-size: 1.5em;
  font-weight: 600;
}
.page-schedule .cell-disabled a {
  color: #0A0A0A;
  outline: 0;
  text-decoration: none;
  background-color: #CACACA;
  cursor: text;
}

.page-steps {
  padding: 5em 2em;
}
.page-steps__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.page-steps__single {
  display: flex;
  margin: 0 0 3em;
  flex-wrap: nowrap;
}
.page-steps__single-bullet {
  font-size: 6em;
  font-weight: 600;
  color: #1E2460;
  margin: 0 1rem 0 0;
  line-height: 0.85;
}
.page-steps__content-single {
  color: #0A0A0A;
}

.repetitor-form {
  padding: 5em 2em;
  background-color: #F6F6F6;
}
.repetitor-form__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}

.page-plan {
  padding: 5em 2em;
}
.page-plan__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.page-plan__tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 25px 0;
}
.page-plan__tab {
  text-align: center;
  padding: 10px 0 5px;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #0A0A0A;
  text-decoration: none;
  outline: 0;
  color: #0A0A0A;
  font-size: 1.25em;
}
.page-plan__tab:active, .page-plan__tab:focus, .page-plan__tab:visited {
  text-decoration: none;
  outline: 0;
  color: #0A0A0A;
}
.page-plan__tab:hover {
  text-decoration: none;
  outline: 0;
  color: #007aff;
  border-bottom: 1px dashed #007aff;
}
.page-plan .active-tab {
  color: #007aff;
  border-bottom: 1px dashed #007aff;
}
.page-plan__schedule {
  width: 700px;
  border-bottom: 1px solid #0A0A0A;
  margin: 0 auto 25px;
}
.page-plan__schedule-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-plan__cell-date {
  padding: 5px 0;
  text-align: center;
  width: 150px;
  flex-grow: 0;
  flex-shrink: 0;
}
.page-plan__cell-title {
  padding: 5px 0;
  flex-shrink: 1;
}
.page-plan__schedule-title {
  padding: 5px 0;
  font-size: 1.15em;
}

.page-rating {
  padding: 5em 2em;
  background-color: #F6F6F6;
}
.page-rating__content {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}
.page-rating__single {
  padding: 2em;
}
.page-rating__value {
  color: #c00027;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
}
.page-rating__text {
  text-align: center;
  color: #7d8089;
}

.hidden {
  display: none;
}

.pricing-form {
  padding: 5em 2em;
  background-color: #F6F6F6;
}
.pricing-form__header {
  margin: 0 auto 1.5em;
  color: #0A0A0A;
}
.pricing-form__wrapper {
  display: flex;
  justify-content: space-between;
}

.pricing-box {
  width: 400px;
  padding: 1.5em;
  background-color: #ffffff;
  border: 1px solid #8F8F8F;
  border-radius: 5px;
}
.pricing-box__title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #1E2460;
  margin: 0 auto 1.25em;
}
.pricing-box__list {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
}
.pricing-box__list li {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
  background: url("/wp-content/themes/egefizmat_v2/img/icons/tick16x16.png") 0 5px no-repeat;
}
.pricing-box__list strong {
  font-size: 1.25em;
}
.pricing-box__price-title {
  font-size: 1.5em;
  text-align: center;
}
.pricing-box__price-value {
  font-size: 2.25em;
  text-align: center;
  margin: 0.75em 0;
  font-weight: bold;
}
.pricing-box__price-value span {
  font-size: 0.75em;
  color: #999999;
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 0.5em;
}
.pricing-box__buttons {
  padding: 1em 0;
  display: flex;
  justify-content: center;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.page-login .mo-openid-app-icons {
  display: flex !important;
  justify-content: center;
}
.page-login .login-form {
  max-width: 600px;
  margin: 4em auto;
}
.page-login .login-form p {
  display: flex;
  align-items: center;
}
.page-login .login-form p label {
  margin: 0 0.5em 0 0;
  flex-shrink: 0;
  flex-grow: 0;
  width: 200px;
}
.page-login .login-form p input[type=text],
.page-login .login-form p input[type=password] {
  width: 100%;
}
.page-login .login-form p input[type=submit] {
  margin: 0 auto;
  padding: 0.5em 2em;
  cursor: pointer;
}
.page-login .login-form .message {
  color: #ff0000;
  margin: 2em auto;
  text-align: center;
  font-size: 1.5em;
}
.page-login .login-form .input-row {
  display: flex;
}
.page-login .login-form .remember {
  width: 50%;
  padding: 0 0.5em 0 0;
  display: flex;
  align-items: center;
}
.page-login .login-form .remember label {
  margin: 0 0.5em 0 0;
}
.page-login .login-form .reset {
  width: 50%;
  text-align: right;
  padding: 0 0 0 0.5em;
}

.page-register .register-message {
  padding: 4em 0;
}
.page-register .register-message h3, .page-register .register-message p {
  text-align: center;
}
.page-register .register-form {
  margin: 4em auto;
  width: 100%;
  max-width: 600px;
}
.page-register .register-form h2 {
  text-align: center;
}
.page-register .form-message span {
  display: block;
  margin: 2em 0;
  color: #ff0000;
  text-align: center;
  font-size: 1.25em;
}

.message-popup {
  transition: all 2s ease;
  position: relative;
  background: #ffffff;
  padding: 4em;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}
.message-popup .mfp-close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 30px;
  height: 30px;
}
.message-popup .mfp-close:after {
  line-height: 1;
  top: -5px;
  left: 5px;
}

.faq-list li {
  margin: 0 0 1em 0;
}

.course-weeks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1vw;
}
.course-weeks :first-child {
  grid-column: 1/-1;
}

.efm.ld-home-link {
  margin: 10px auto;
  font-size: 1em;
  text-decoration: none;
  outline: 0;
  color: #00a2e8;
}

.efm.ld-home-link:active,
.efm.ld-home-link:focus,
.efm.ld-home-link:visited {
  text-decoration: none;
  outline: 0;
  color: #00a2e8;
}

.efm.ld-home-link:hover {
  text-decoration: underline;
  outline: 0;
  color: #00a2e8;
}

.learndash-wrapper .ld-button {
  text-transform: uppercase !important;
}

.wpProQuiz_question_text .aligncenter {
  vertical-align: middle;
  margin: 0 5px;
}

.efm-quiz__question-wrapper {
  margin-bottom: 2rem;
}
.efm-quiz__question-number {
  font-weight: 600;
  margin: 10px 0;
}
.efm-quiz__question-text {
  margin: 0 0 10px 0;
}
.efm-quiz__question-answer {
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.answer {
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.answer-incorrect {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.answer-correct {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1280px) {
  .size-full {
    width: 100%;
    height: auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 834px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 14px;
  }

  .hidden-834 {
    display: none;
  }

  .container,
.container-small {
    width: 100%;
  }

  .main-navigation {
    display: none;
  }

  .site-header {
    padding: 20px;
  }
  .site-header__logo img {
    width: 150px;
    height: auto;
  }
  .site-header__socials {
    display: none;
  }
  .site-header__hamburger {
    height: 50px;
    width: 50px;
    display: block;
    position: relative;
  }
  .site-header__hamburger-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px;
    position: relative;
    z-index: 1100;
  }

  .hamburger-menu {
    z-index: 1100;
    position: absolute;
    top: -2px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .bar,
.bar:after,
.bar:before {
    width: 35px;
    height: 5px;
  }

  .bar {
    position: relative;
    transform: translateY(25px);
    background: black;
    transition: all 0ms 300ms;
  }

  .bar.animate {
    background: rgba(0, 0, 0, 0);
  }

  .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: black;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: black;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .section-splash__wrapper {
    background: none;
    padding: 0 20px;
    flex-direction: column;
  }
  .section-splash__person {
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 30px auto;
    border: 1px solid #8F8F8F;
    background: url("/wp-content/themes/egefizmat_v2/img/square.jpg") center center no-repeat;
  }
  .section-splash__header {
    margin: 0;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    width: 100%;
  }
  .section-splash__header span {
    font-size: 30px;
    line-height: 1em;
  }
  .section-splash__subheader {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .section-splash__info {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-splash__info-block {
    margin: 0 30px 30px 0;
    font-size: 20px;
    text-align: center;
  }

  .section-results__wrapper {
    padding: 20px;
  }
  .section-results__header {
    font-size: 30px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section-results__subheader {
    font-size: 20px;
    text-align: center;
  }
  .section-results__blocks {
    margin: 20px 0;
  }

  .section-about {
    padding: 20px;
  }
  .section-about__header {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .section-about__text {
    width: 70%;
    margin: 0 auto;
  }
  .section-about__text li {
    margin: 0 0 30px 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.25em;
  }

  .section-audience__wrapper {
    padding: 20px;
  }
  .section-audience__header {
    font-size: 30px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section-audience__subheader {
    font-size: 20px;
    text-align: center;
  }
  .section-audience__block-header {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .section-audience ul li {
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  .section-services__wrapper {
    padding: 20px;
  }
  .section-services__header {
    font-size: 30px;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .section-contacts__wrapper {
    padding: 20px 40px;
  }
  .section-contacts__header {
    font-size: 30px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .section-contacts__blocks {
    margin: 20px auto;
    width: 100%;
    display: block;
  }
  .section-contacts__form {
    margin-bottom: 20px;
  }

  .site-footer {
    padding: 40px 20px;
  }

  .site-info {
    font-size: 18px;
  }

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

  .common-form__button {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 30px;
  }

  .page-splash__background {
    padding: 7em 0 0;
    background-size: contain;
  }
  .page-splash__bg-overlay {
    display: block;
    position: absolute;
    z-index: 1200;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page-splash__content {
    width: 100%;
    padding: 0 2em 7em;
  }

  .page-schedule__table.col-4 {
    width: 100%;
  }
  .page-schedule__table.col-3 {
    width: 100%;
  }
  .page-schedule__table.col-2 {
    width: 100%;
  }
  .page-schedule__table.col-1 {
    width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 480px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 12px;
  }

  .section-splash__info-block {
    margin: 0 0 30px 0;
  }
  .section-splash__person {
    width: 250px;
    height: 250px;
  }

  .section-audience__blocks {
    margin: 20px auto;
    width: 100%;
    display: block;
  }
  .section-audience__block-header {
    text-align: center;
  }
  .section-audience ul li {
    text-align: center;
  }

  .section-contacts__wrapper {
    padding: 20px;
  }
  .section-contacts__social span {
    font-size: 18px;
  }

  .modal-contacts__wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
  }

  .ef-video-list-grid {
    grid-template-columns: 1fr;
  }

  .btn-img {
    width: 100%;
  }

  .course-weeks {
    display: block;
  }
  .course-weeks .card {
    margin-bottom: 1em;
  }
}

/*# sourceMappingURL=style.css.map */
