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

Vstup 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/
*/
@font-face {
  font-family: "NoirPro";
  src: url("fonts/NoirPro-Regular.eot");
  src: url("fonts/NoirPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NoirPro-Regular.svg#NoirPro-Regular") format("svg"), url("fonts/NoirPro-Regular.ttf") format("truetype"), url("fonts/NoirPro-Regular.woff") format("woff"), url("fonts/NoirPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("fonts/NoirPro-Medium.eot");
  src: url("fonts/NoirPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/NoirPro-Medium.svg#NoirPro-Medium") format("svg"), url("fonts/NoirPro-Medium.ttf") format("truetype"), url("fonts/NoirPro-Medium.woff") format("woff"), url("fonts/NoirPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("fonts/NoirPro-SemiBold.eot");
  src: url("fonts/NoirPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/NoirPro-SemiBold.svg#NoirPro-SemiBold") format("svg"), url("fonts/NoirPro-SemiBold.ttf") format("truetype"), url("fonts/NoirPro-SemiBold.woff") format("woff"), url("fonts/NoirPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NoirPro";
  src: url("fonts/NoirPro-Bold.eot");
  src: url("fonts/NoirPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NoirPro-Bold.svg#NoirPro-Bold") format("svg"), url("fonts/NoirPro-Bold.ttf") format("truetype"), url("fonts/NoirPro-Bold.woff") format("woff"), url("fonts/NoirPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "NoirPro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

html {
  font-size: 10px;
  font-size: 3.1vw;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 2.1vw;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 24px;
    font-size: 1.25vw;
  }
}

div#page {
  overflow: hidden;
}

p {
  margin: 0 0 1rem 0;
}

.container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 87.5%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.5rem 0;
  transition: all 0.3s;
  z-index: 999;
}
@media (min-width: 768px) {
  .site-header {
    padding: 1.6rem 0;
  }
}
@media (min-width: 1025px) {
  .site-header {
    padding: 1.7rem 0;
  }
}
.site-header.white {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.site-header.white .hot {
  color: #000000;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .hot {
  color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  margin-left: auto;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .site-header .hot {
    font-size: 0.9rem;
  }
}
@media (min-width: 1025px) {
  .site-header .hot {
    font-size: 0.75rem;
  }
}
.site-header .hot a {
  font-size: 1.2rem;
  color: currentColor;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}
.site-header .hot a:hover {
  color: #E7541C;
}
.site-header .get-details {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1rem;
  background: #1EB5E9;
  border: none;
  margin-left: 1.3rem;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .site-header .get-details {
    font-size: 0.9rem;
    padding: 1rem 1.6rem;
    margin-left: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .site-header .get-details {
    font-size: 0.8rem;
    padding: 1rem 2.3rem;
    margin-left: 1.3rem;
  }
}
.site-header .get-details.orange {
  background-color: #E7541C;
}
a.back {
  margin-right: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #E7541C;
  display: flex;
  align-items: baseline;
}
a.back svg {
  width: 1.1rem;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .site-main a.back {
    display: none;
  }
}

@keyframes buttonBounce {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
section#home-top {
  position: relative;
  height: 86vw;
  display: flex;
  align-items: flex-end;
  background: url("images/tob_mob.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  section#home-top {
    height: 80vw;
    background: url("images/top_tablet.jpg") no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  section#home-top {
    height: 35.6vw;
    background: url("images/top.jpg") no-repeat center;
    background-size: cover;
  }
}
section#home-top:before {
  content: "";
  width: 100%;
  height: 7.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EBA828;
}
@media (min-width: 768px) {
  section#home-top:before {
    height: 6.25rem;
  }
}
@media (min-width: 1025px) {
  section#home-top:before {
    height: 5.4rem;
  }
}
section#home-top:after {
  content: "";
  width: 23rem;
  height: 23rem;
  position: absolute;
  bottom: -11.5rem;
  right: -11rem;
  border-radius: 50%;
  background: #E7541C;
}
@media (min-width: 768px) {
  section#home-top:after {
    width: 25rem;
    height: 25rem;
    bottom: -12.5rem;
    right: -12rem;
  }
}
@media (min-width: 1025px) {
  section#home-top:after {
    width: 28rem;
    height: 28rem;
    bottom: -14rem;
    right: -13rem;
  }
}
section#home-top .container {
  position: relative;
  z-index: 1;
}
section#home-top h1 {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  section#home-top h1 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  section#home-top h1 {
    font-size: 4.25rem;
    padding-left: 1.25rem;
    padding-bottom: 0.7rem;
  }
}
@media (min-width: 1025px) {
  section#home-top h1 {
    font-size: 6.6rem;
    padding-left: 0.9rem;
    padding-bottom: 0.5rem;
  }
}
section#home-top .site-description {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.14;
  color: #FFFFFF;
  margin: 0 0 1.9rem 0;
}
@media (min-width: 768px) {
  section#home-top .site-description {
    font-size: 1.5rem;
    margin: 0 0 1.75rem 0;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1025px) {
  section#home-top .site-description {
    font-size: 1.65rem;
    margin: 0 0 0.9rem 0;
    padding-left: 1.3rem;
  }
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.27;
  text-align: center;
  text-transform: uppercase;
  padding: 0 1rem;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.1rem;
    margin: 2.8rem 0;
  }
}
@media (min-width: 1025px) {
  h2 {
    font-size: 2.1rem;
    margin: 3.3rem 0 2.3rem 0;
  }
}

section#advantages {
  background: #D5D1CE;
  padding: 1.8rem 0 1.4rem 0;
}
@media (min-width: 768px) {
  section#advantages {
    padding: 1.9rem 0 1.8rem 0;
  }
}
@media (min-width: 1025px) {
  section#advantages {
    padding: 3.3rem 0 5rem 0;
  }
}
section#advantages h2 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
  padding: 0 4rem;
}
@media (min-width: 768px) {
  section#advantages h2 {
    font-size: 1.12rem;
    padding: 0;
    margin: 0 0 1.7em 0;
  }
}
@media (min-width: 1025px) {
  section#advantages h2 {
    font-size: 2.1rem;
    margin: 0 0 2.2rem 0;
  }
}
section#advantages .inner {
  background-color: #ffffff;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  section#advantages .inner {
    padding: 2rem 1.6rem;
  }
}
@media (min-width: 1025px) {
  section#advantages .inner {
    padding: 3.6rem 1rem 2.4rem 1rem;
  }
}
section#advantages .advantages-list {
  margin: 0 -1rem -1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  section#advantages .advantages-list {
    margin: 0 -0.8rem -1rem 0;
  }
}
@media (min-width: 1025px) {
  section#advantages .advantages-list {
    margin: 0 -3rem -0.8rem 0;
  }
}
section#advantages .advantages-list div {
  margin: 0 1rem 1rem 0;
  border-radius: 0 2.8rem 2.8rem 2.8rem;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  width: calc(50% - 1rem);
  min-height: 5.6rem;
}
@media (min-width: 768px) {
  section#advantages .advantages-list div {
    width: auto;
    max-width: 14.5rem;
    font-size: 1.1rem;
    min-height: 3.9rem;
    border-radius: 0 2rem 2rem 2rem;
    padding: 0.8rem 1.2rem;
    margin: 0 0.8rem 1rem 0;
  }
}
@media (min-width: 1025px) {
  section#advantages .advantages-list div {
    width: auto;
    max-width: 18rem;
    font-size: 1.3rem;
    min-height: 4.5rem;
    border-radius: 0 2.3rem 2.3rem 2.3rem;
    padding: 1rem 1.6rem;
    margin: 0 3rem 0.8rem 0;
  }
}
section#advantages .advantages-list div:nth-child(1) {
  background: #F3AD2A;
}
section#advantages .advantages-list div:nth-child(2) {
  background: #1EB5E9;
  animation-delay: -3s;
}
section#advantages .advantages-list div:nth-child(3) {
  background: #D1809A;
}
section#advantages .advantages-list div:nth-child(4) {
  background: #EC0F65;
  animation-delay: -3s;
}
@media (min-width: 768px) {
  section#advantages .advantages-list div:nth-child(4) {
    order: 1;
  }
}
section#advantages .advantages-list div:nth-child(5) {
  background: #F1581E;
}

@keyframes wiggle {
  0%, to {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
section#program {
  padding: 3rem 0;
  background: #E3F8FF;
}
@media (min-width: 768px) {
  section#program {
    padding: 3rem 0;
  }
}
@media (min-width: 1025px) {
  section#program {
    padding: 4.2rem 0;
  }
}
section#program .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section#program .container {
    flex-wrap: wrap;
  }
}
section#program .container .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 767px) {
  section#program .container .text {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  section#program .container .text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  section#program .container .text {
    font-size: 1.9rem;
  }
}
section#program .container .arrow {
  flex: none;
  margin: 0 1.9rem 0 2rem;
}
@media (min-width: 768px) {
  section#program .container .arrow {
    margin: 0 2.3rem;
  }
}
@media (min-width: 1025px) {
  section#program .container .arrow {
    margin: 0 1.7rem;
  }
}
section#program .container .arrow svg {
  width: 4.5rem;
}
@media (min-width: 768px) {
  section#program .container .arrow svg {
    width: 4.5rem;
  }
}
@media (min-width: 1025px) {
  section#program .container .arrow svg {
    width: 4.5rem;
  }
}
section#program .container a {
  flex: none;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.3rem 1.8rem;
  background: #EC0F65;
  border-radius: 0 2.8rem 2.8rem 2.8rem;
}
@media (min-width: 768px) {
  section#program .container a {
    font-size: 1rem;
    padding: 1rem 1.6rem;
    border-radius: 0 2.1rem 2.1rem 2.1rem;
  }
}
@media (min-width: 1025px) {
  section#program .container a {
    font-size: 1.3rem;
    padding: 1.5rem 2.4rem;
    border-radius: 0 3.2rem 3.2rem 3.2rem;
  }
}

section#how-pages {
  position: relative;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  section#how-pages {
    padding: 5rem 0 3.8rem;
  }
}
@media (min-width: 1025px) {
  section#how-pages {
    padding: 4.5rem 0;
  }
}
section#how-pages .container {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (min-width: 768px) {
  section#how-pages .container {
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }
}
@media (min-width: 1025px) {
  section#how-pages .container {
    padding-left: 0;
    padding-right: 0;
  }
}
section#how-pages:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #F7F7F7;
  z-index: -1;
}
section#how-pages .how-list {
  padding-left: 1.5rem;
  margin-bottom: -6.2rem;
}
@media (min-width: 768px) {
  section#how-pages .how-list {
    padding-left: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -2.1rem -4.4rem -2.1rem;
  }
}
@media (min-width: 1025px) {
  section#how-pages .how-list {
    padding-left: 1.6rem;
    margin: 0 -1.8rem -6.6rem -1.8rem;
  }
}
section#how-pages .how-list > div {
  position: relative;
  font-size: 1.2rem;
  background: #FEF0D5;
  padding: 3.2rem 1.9rem 2.4rem 1.9rem;
  margin-bottom: 6.2rem;
}
@media (min-width: 768px) {
  section#how-pages .how-list > div {
    width: calc(50% - 4.2rem);
    font-size: 1.1rem;
    padding: 2.3rem 2.3rem 2.5rem 2.3rem;
    margin: 0 2.1rem 4.4rem 2.1rem;
  }
}
@media (min-width: 1025px) {
  section#how-pages .how-list > div {
    width: calc(33.33% - 3.6rem);
    padding: 4.7rem 1.6rem 3rem 2.6rem;
    margin: 0 1.8rem 6.6rem 1.8rem;
  }
}
section#how-pages .how-list > div:after {
  content: "";
  width: 5.3rem;
  height: 100%;
  position: absolute;
  left: -1.5rem;
  bottom: -1.5rem;
  background: #F56A47;
  z-index: -1;
}
@media (min-width: 768px) {
  section#how-pages .how-list > div:after {
    width: 4.4rem;
    left: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 1025px) {
  section#how-pages .how-list > div:after {
    width: 7.4rem;
    left: -1.5rem;
    bottom: -1.5rem;
  }
}
section#how-pages .how-list > div h3 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 1.4rem 0;
}
@media (min-width: 768px) {
  section#how-pages .how-list > div h3 {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1025px) {
  section#how-pages .how-list > div h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
section#how-pages .how-list > div a {
  display: inline-block;
  color: #ffffff;
  background: #F56A47;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.7rem 2.8rem;
  border-radius: 0 2.8rem 2.8rem 2.8rem;
}
@media (min-width: 768px) {
  section#how-pages .how-list > div a {
    font-size: 1.1rem;
    padding: 1.25rem 2.5rem 1.5rem 2.5rem;
    border-radius: 0 2rem 2rem 2rem;
  }
}
@media (min-width: 1025px) {
  section#how-pages .how-list > div a {
    font-size: 1.3rem;
    padding: 1.4rem 2.8rem;
    border-radius: 0 2.3rem 2.3rem 2.3rem;
  }
}
section#how-pages .how-list > div .num {
  position: absolute;
  left: 1.5rem;
  top: -2rem;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  color: #F56A47;
}
@media (min-width: 1025px) {
  section#how-pages .how-list > div .num {
    font-size: 6.6rem;
    top: -3.3rem;
  }
}
section#how-pages .how-list > div:nth-child(2):after, section#how-pages .how-list > div:nth-child(2) a {
  background: #1EB5E9;
}
section#how-pages .how-list > div:nth-child(2) .num {
  color: #1EB5E9;
}
section#how-pages .how-list > div:nth-child(3):after, section#how-pages .how-list > div:nth-child(3) a {
  background: #EC0F65;
}
section#how-pages .how-list > div:nth-child(3) .num {
  color: #EC0F65;
}

section#how {
  position: relative;
  padding: 4rem 0 3rem 0;
}
@media (min-width: 768px) {
  section#how {
    padding: 3.75rem 0;
  }
}
@media (min-width: 1025px) {
  section#how {
    padding: 5.4rem 0;
  }
}
section#how .outer {
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  section#how .outer {
    padding-left: 1rem;
  }
}
@media (min-width: 1025px) {
  section#how .outer {
    padding-left: 1.6rem;
  }
}
section#how:before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  left: -2.8rem;
  top: 3.5rem;
  border-radius: 50%;
  background: #EC0F65;
}
@media (min-width: 768px) {
  section#how:before {
    top: 3.5rem;
  }
}
@media (min-width: 1025px) {
  section#how:before {
    width: 9.1rem;
    height: 9.1rem;
    left: -4.6rem;
    top: 4.4rem;
  }
}
section#how.double-title {
  padding: 3.5rem 0 6rem 0;
}
@media (min-width: 768px) {
  section#how.double-title {
    padding: 3.5rem 0 6rem 0;
  }
}
@media (min-width: 1025px) {
  section#how.double-title {
    padding: 4rem 0 6rem 0;
  }
}
section#how.double-title:before {
  top: 14.9rem;
}
@media (min-width: 768px) {
  section#how.double-title:before {
    top: 10.8rem;
  }
}
@media (min-width: 1025px) {
  section#how.double-title:before {
    top: 6.75rem;
  }
}
section#how h1, section#how h2 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding-left: 1rem;
  margin: 0 0 4.5rem 0;
}
@media (min-width: 768px) {
  section#how h1, section#how h2 {
    font-size: 2.1rem;
    padding-left: 1.3rem;
    margin: 0 0 4.2rem 0;
  }
}
@media (min-width: 1025px) {
  section#how h1, section#how h2 {
    font-size: 2.1rem;
    padding-left: 0;
    margin: 0 0 5.3rem 0;
  }
}
section#how h2 {
  color: #EBA828;
  margin-bottom: 3.9rem;
}
@media (min-width: 768px) {
  section#how h2 {
    margin-bottom: 2.6rem;
  }
}
@media (min-width: 1025px) {
  section#how h2 {
    margin-bottom: 1.25rem;
  }
}
section#how .how-list {
  margin-bottom: -5.5rem;
}
@media (min-width: 768px) {
  section#how .how-list {
    margin: 0 -2.3rem -4.4rem -2.3rem;
  }
}
@media (min-width: 1025px) {
  section#how .how-list {
    margin: 0 -3.7rem -6.6rem -3.7rem;
  }
}
section#how .how-list .how-item {
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  section#how .how-list .how-item {
    width: calc(50% - 4.6rem);
    font-size: 1.1rem;
    margin: 0 2.3rem 4.4rem 2.3rem;
  }
}
@media (min-width: 1025px) {
  section#how .how-list .how-item {
    width: calc(50% - 7.4rem);
    margin: 0 3.7rem 6.6rem 3.7rem;
  }
}
section#how .how-list .how-item .inner {
  background: #FEF0D5;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  section#how .how-list .how-item .inner {
    padding: 1.7rem 1.5rem;
  }
}
@media (min-width: 1025px) {
  section#how .how-list .how-item .inner {
    padding: 2.9rem 1.8rem 1.8rem 1.8rem;
  }
}
section#how .how-list .how-item .inner:after {
  content: "";
  width: 5.3rem;
  height: 100%;
  position: absolute;
  left: -1.5rem;
  bottom: -1.5rem;
  background: #F56A47;
  z-index: -1;
}
@media (min-width: 768px) {
  section#how .how-list .how-item .inner:after {
    width: 4.4rem;
    left: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 1025px) {
  section#how .how-list .how-item .inner:after {
    width: 7.4rem;
    left: -1.5rem;
    bottom: -1.5rem;
  }
}
section#how .how-list .how-item h3 {
  text-align: left;
}
section#how .how-list .how-item .num {
  position: absolute;
  left: 1.5rem;
  top: -2rem;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  color: #F56A47;
}
@media (min-width: 1025px) {
  section#how .how-list .how-item .num {
    font-size: 6.6rem;
    top: -3.3rem;
  }
}
section#how .how-list .how-item a, section#how .how-list .how-item strong {
  font-weight: 500;
  color: currentColor;
}
section#how .how-list .how-item p:last-child {
  margin-bottom: 0;
}
section#how .how-list .how-item:nth-child(2) .inner:after {
  background: #D1809A;
}
section#how .how-list .how-item:nth-child(2) .num {
  color: #D1809A;
}
section#how .how-list .how-item:nth-child(3) .inner:after {
  background: #F3AD2A;
}
section#how .how-list .how-item:nth-child(3) .num {
  color: #F3AD2A;
}
section#how .how-list .how-item:nth-child(4) .inner:after {
  background: #EC0F65;
}
section#how .how-list .how-item:nth-child(4) .num {
  color: #EC0F65;
}
section#how .how-list .how-item:nth-child(5) .inner:after {
  background: #1EB5E9;
}
section#how .how-list .how-item:nth-child(5) .num {
  color: #1EB5E9;
}
section#how .how-list .how-item:nth-child(6) .inner:after {
  background: #E7541C;
}
section#how .how-list .how-item:nth-child(6) .num {
  color: #E7541C;
}
section#how .how-list .how-item .bordered {
  border: 1px solid #EC0F65;
  padding: 1rem 1.3rem;
  margin-bottom: 1rem;
}
section#how .how-list .how-item .bordered span.round {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  background-color: #EC0F65;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
section#how h3 {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  color: #E7541C;
  margin: 0 0 1rem 0;
}
@media (min-width: 1025px) {
  section#how h3 {
    font-size: 1.3rem;
  }
}

section#attention {
  padding: 2rem 0;
  background: #F7F7F7;
}
@media (min-width: 768px) {
  section#attention {
    padding: 2rem 0;
  }
}
@media (min-width: 1025px) {
  section#attention {
    padding: 2rem 0;
  }
}
section#attention h3 {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  color: #E7541C;
  margin: 0 0 1rem 0;
}
@media (min-width: 1025px) {
  section#attention h3 {
    font-size: 1.3rem;
  }
}
section#attention .alert {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  section#attention .alert {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  section#attention .alert {
    font-size: 1.3rem;
    text-align: left;
  }
}

section#filter {
  display: none;
  background: #F3AD2A;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  section#filter {
    padding: 3rem 1rem;
  }
}
@media (min-width: 1025px) {
  section#filter {
    padding: 4.7rem 0;
  }
}
section#filter .inner {
  background-color: #ffffff;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 768px) {
  section#filter .inner {
    padding: 2rem 1.9rem;
  }
}
@media (min-width: 1025px) {
  section#filter .inner {
    padding: 3.3rem 3.9rem;
  }
}
section#filter .text {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  section#filter .text {
    width: 90%;
    margin: 0 auto 3.9rem auto;
  }
}
@media (min-width: 1025px) {
  section#filter .text {
    font-size: 1.3rem;
    width: 60%;
    margin: 0 auto 2.5rem auto;
  }
}
section#filter form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  section#filter form {
    flex-direction: row;
    align-items: flex-end;
  }
}
section#filter form label {
  width: 100%;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 768px) {
  section#filter form label {
    margin-bottom: 0;
    margin-right: 2.5rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1025px) {
  section#filter form label {
    margin-right: 7.9rem;
    font-size: 0.8rem;
  }
}
section#filter form label select {
  font-family: "NoirPro", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 1rem 0;
  outline: none;
}
@media (min-width: 768px) {
  section#filter form label select {
    padding: 0.5rem 0 1rem 0;
    font-size: 1.1rem;
  }
}
@media (min-width: 1025px) {
  section#filter form label select {
    padding: 0.5rem 0 1rem 0;
    font-size: 1.3rem;
    border-width: 2px;
  }
}
section#filter form input[type=submit] {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1rem;
  background: #E7541C;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  section#filter form input[type=submit] {
    padding: 1rem 1.4rem;
  }
}
@media (min-width: 1025px) {
  section#filter form input[type=submit] {
    padding: 1rem 2.2rem;
  }
}
section#filter #results .name {
  display: none;
  position: relative;
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  section#filter #results .name {
    font-size: 1.2rem;
    margin-top: 1.8rem;
  }
}
@media (min-width: 1025px) {
  section#filter #results .name {
    font-size: 1.3rem;
    margin-top: 1.7rem;
  }
}
section#filter #results .name:first-child {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  section#filter #results .name:first-child {
    margin-top: 2.7rem;
  }
}
@media (min-width: 1025px) {
  section#filter #results .name:first-child {
    margin-top: 2.3rem;
  }
}
section#filter #results .name .info {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("images/info.svg") no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  margin-left: 1rem;
  cursor: pointer;
  vertical-align: middle;
}
@media (min-width: 768px) {
  section#filter #results .name .info {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (min-width: 1025px) {
  section#filter #results .name .info {
    width: 1.5rem;
    height: 1.5rem;
  }
}
section#filter #results .name .info-popup {
  display: none;
  position: absolute;
  right: 0;
  top: -1rem;
  max-width: 100%;
  background: #FEF0D5;
  font-size: 1.2rem;
  border-radius: 1.9rem;
  padding: 4rem 4rem 3rem 4rem;
  z-index: 1;
}
@media (min-width: 768px) {
  section#filter #results .name .info-popup {
    max-width: 17rem;
    font-size: 0.9rem;
    border-radius: 1.2rem;
    padding: 2.6rem 2rem 2rem 2rem;
    right: 5rem;
  }
}
section#filter #results .name .info-popup .close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 2rem;
  top: 1.8rem;
  background: url("images/close.svg") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  section#filter #results .name .info-popup .close {
    right: 1.2rem;
    top: 1.2rem;
  }
}
section#filter .other {
  text-align: center;
  padding-top: 2rem;
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  section#filter .other {
    font-size: 1.3rem;
  }
}
section#filter .other a {
  color: currentColor;
}

section#video {
  position: relative;
  padding: 3rem 0 2rem 0;
  background: #F7F7F7;
}
@media (min-width: 768px) {
  section#video {
    padding: 2.6rem 0 4rem 0;
  }
}
@media (min-width: 1025px) {
  section#video {
    padding: 3.5rem 0 4rem 0;
  }
}
section#video h2 {
  font-weight: bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  color: #E7541C;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  section#video h2 {
    font-size: 2.1rem;
  }
}
section#video:before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  left: -3.5rem;
  top: 2.4rem;
  border-radius: 50%;
  background: #1EB5E9;
}
@media (min-width: 768px) {
  section#video:before {
    width: 6.7rem;
    height: 6.7rem;
    left: -3.3rem;
    top: initial;
    bottom: 5rem;
  }
}
@media (min-width: 1025px) {
  section#video:before {
    width: 10.7rem;
    height: 10.7rem;
    left: -5.7rem;
    top: 16.7rem;
  }
}
section#video:after {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  right: -3.5rem;
  top: 2.4rem;
  border-radius: 50%;
  background: #EBA828;
}
@media (min-width: 768px) {
  section#video:after {
    width: 10rem;
    height: 10rem;
    right: -5.8rem;
    top: 2.9rem;
  }
}
@media (min-width: 1025px) {
  section#video:after {
    width: 13rem;
    height: 13rem;
    right: -6.5rem;
    top: 3.5rem;
  }
}
@media (min-width: 768px) {
  section#video .video-outer {
    max-width: 27rem;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  section#video .video-outer {
    max-width: 38rem;
  }
}
section#video .youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
section#video .youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

section#faq {
  background: #E3F8FF;
  padding: 3rem 0 4rem 0;
}
@media (min-width: 768px) {
  section#faq {
    padding: 2.5rem 0 3rem 0;
  }
}
@media (min-width: 1025px) {
  section#faq {
    padding: 3.5rem 0;
  }
}
section#faq h2 {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2.3rem 0;
}
@media (min-width: 768px) {
  section#faq h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1025px) {
  section#faq h2 {
    margin: 0 0 5rem 0;
  }
}
@media (min-width: 768px) {
  section#faq .faq-list {
    padding: 0 3.5rem;
  }
}
section#faq .faq-list .faq-item {
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  section#faq .faq-list .faq-item {
    border-width: 2px;
  }
}
@media (min-width: 1025px) {
  section#faq .faq-list .faq-item {
    border-width: 3px;
  }
}
section#faq .faq-list .faq-item:first-child {
  border-top: 1px solid #000000;
}
@media (min-width: 768px) {
  section#faq .faq-list .faq-item:first-child {
    border-width: 2px;
  }
}
@media (min-width: 1025px) {
  section#faq .faq-list .faq-item:first-child {
    border-width: 3px;
  }
}
section#faq .faq-list .faq-item header {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #EC0F65;
  padding: 2rem 3rem 2rem 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  section#faq .faq-list .faq-item header {
    font-size: 1.1rem;
    padding: 1.3rem 3.5rem 1.3rem 0;
  }
}
@media (min-width: 1025px) {
  section#faq .faq-list .faq-item header {
    font-size: 1.3rem;
  }
}
section#faq .faq-list .faq-item header .plus {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  section#faq .faq-list .faq-item header .plus {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media (min-width: 1025px) {
  section#faq .faq-list .faq-item header .plus {
    width: 1rem;
    height: 1rem;
  }
}
section#faq .faq-list .faq-item header .plus span {
  display: block;
  width: 1rem;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #EC0F65;
}
@media (min-width: 1025px) {
  section#faq .faq-list .faq-item header .plus span {
    height: 3px;
  }
}
section#faq .faq-list .faq-item header .plus span:last-child {
  transform: rotate(90deg);
  transition: all 0.3s;
}
section#faq .faq-list .faq-item header.opened .plus span:last-child {
  transform: rotate(0deg);
}
section#faq .faq-list .faq-item .text {
  display: none;
  padding: 0 5rem 2.2rem 0;
}
section#contacts {
  padding: 3rem 0 4rem 0;
}
@media (min-width: 768px) {
  section#contacts {
    padding: 2.5rem 0 3.7rem 0;
  }
}
section#contacts h2 {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2.3rem 0;
  color: #E7541C;
}
@media (min-width: 768px) {
  section#contacts h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1025px) {
  section#contacts h2 {
    margin: 0 0 1.7rem 0;
  }
}
@media (min-width: 768px) {
  section#contacts .contacts-list {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section#contacts .contacts-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section#contacts .contacts-list div {
  max-width: 21rem;
  padding: 1rem 2rem;
  margin: auto;
  background: #F3AD2A;
  font-size: 1.2rem;
  border-radius: 0 2.8rem 2.8rem 2.8rem;
}
@media (min-width: 768px) {
  section#contacts .contacts-list div {
    max-width: 19rem;
    padding: 0.9rem 1.5rem;
    margin: 0 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section#contacts .contacts-list div {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  section#contacts .contacts-list div {
    max-width: 25rem;
    padding: 1.25rem 2.9rem;
    font-size: 1.3rem;
    margin: 0 1.9rem;
  }
}
section#contacts .contacts-list div:nth-child(2) {
  background: #D1809A;
}
@media (max-width: 767px) {
  section#contacts .contacts-list div:nth-child(2) {
    margin-top: 1rem;
  }
}
section#contacts .contacts-list div:nth-child(3) {
  background: #EC0F65;
}
@media (max-width: 767px) {
  section#contacts .contacts-list div:nth-child(3) {
    margin-top: 1rem;
  }
}
section#contacts .contacts-list div a {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
section#contacts .contacts-list div a:hover {
  text-decoration: underline;
}

#subscribe {
  display: none;
  position: absolute;
  width: 84%;
  left: 9%;
  top: 7rem;
  background: #FEF0D5;
  border-radius: 1.9rem;
  padding: 4rem 3rem 2.5rem 3rem;
}
@media (min-width: 768px) {
  #subscribe {
    padding: 3.3rem 2rem 2rem 2rem;
  }
}
@media (min-width: 1025px) {
  #subscribe {
    width: 60%;
    left: 20%;
    padding: 3.5rem 3rem 3rem 3rem;
  }
}
#subscribe .close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 1.8rem;
  top: 2rem;
  background: url("images/close.svg") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  #subscribe .close {
    right: 1.2rem;
    top: 1.2rem;
  }
}
#subscribe .text {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin-bottom: 1.2rem;
}
@media (min-width: 1025px) {
  #subscribe .text {
    font-size: 1.3rem;
  }
}
#subscribe form {
  text-align: center;
}
#subscribe form p {
  margin: 0;
}
#subscribe form input[type=email] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
@media (min-width: 768px) {
  #subscribe form input[type=email] {
    width: 85%;
  }
}
#subscribe form input[type=submit] {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1rem;
  background: #E7541C;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin-top: 2.8rem;
}
@media (min-width: 768px) {
  #subscribe form input[type=submit] {
    padding: 1rem 1.4rem;
  }
}
@media (min-width: 1025px) {
  #subscribe form input[type=submit] {
    padding: 1rem 2.2rem;
  }
}
#subscribe .wpcf7 form.sent p {
  display: none;
}
#subscribe div.wpcf7-mail-sent-ok {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #000000;
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  #subscribe div.wpcf7-mail-sent-ok {
    font-size: 1.3rem;
  }
}

footer#footer {
  background: #F7F7F7;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  footer#footer {
    padding: 2.5rem;
  }
  footer#footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  footer#footer {
    padding: 3rem 0;
  }
}
footer#footer .logo-item {
  flex: 1;
  margin: 0 auto 4rem auto;
  text-align: center;
}
footer#footer .logo-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer#footer .logo-item {
    margin: 0 2rem;
  }
}
footer#footer .logo-item img {
  max-height: 9rem;
}
@media (max-width: 767px) {
  footer#footer .logo-item img {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  footer#footer .logo-item img {
    max-height: 6rem;
  }
}
@media (min-width: 1025px) {
  footer#footer .logo-item img {
    max-height: 9rem;
  }
}

body:not(.page-template-home) {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  body:not(.page-template-home) {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1025px) {
  body:not(.page-template-home) {
    padding-top: 6.3rem;
  }
}
body:not(.page-template-home) .site-header {
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
body:not(.page-template-home) .site-header .hot {
  color: #000000;
}

.page-template-page-program #how {
  padding-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .page-template-page-program #how {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1025px) {
  .page-template-page-program #how {
    padding-bottom: 7.6rem;
  }
}
.page-template-page-program #how:after {
  width: 9.3rem;
  height: 9.3rem;
  position: absolute;
  right: -7.3rem;
  bottom: -4rem;
  border-radius: 50%;
  background: #1EB5E9;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-template-page-program #how:after {
    width: 6.7rem;
    height: 6.7rem;
    right: -3.5rem;
    bottom: -3.5rem;
  }
}
@media (min-width: 1025px) {
  .page-template-page-program #how:after {
    width: 11rem;
    height: 11rem;
    right: -6rem;
    bottom: -5.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-page-program #how .how-list > div:nth-child(7) {
    margin-bottom: 5rem;
  }
}
.page-template-page-program footer#footer {
  display: none;
}

section#more-info {
  position: relative;
  background: #F7F7F7;
  padding: 3rem 0;
  font-size: 1.2rem;
  font-style: italic;
}
@media (min-width: 768px) {
  section#more-info {
    font-size: 1.1rem;
    padding: 3rem 0;
  }
}
@media (min-width: 1025px) {
  section#more-info {
    font-size: 1.3rem;
    padding: 4.2rem 0;
  }
}
section#more-info .text {
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  section#more-info .text {
    padding: 0;
    width: 81%;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  section#more-info .text {
    max-width: 79%;
    padding-left: 0;
    padding-right: 0;
  }
}
section#more-info:before {
  content: "";
  width: 9.3rem;
  height: 9.3rem;
  position: absolute;
  left: -7rem;
  top: 3.8rem;
  border-radius: 50%;
  background: #EC0F65;
}
@media (min-width: 768px) {
  section#more-info:before {
    width: 5.4rem;
    height: 5.4rem;
    left: -3rem;
    top: 4rem;
  }
}
@media (min-width: 1025px) {
  section#more-info:before {
    width: 9.1rem;
    height: 9.1rem;
    left: -4.6rem;
    top: 3.2rem;
  }
}

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