/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS and IE text size adjust after device orientation change,

 *    without disabling user zoom.

 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**

 * Remove default margin.

 */
body {
  margin: 0; }

/* HTML5 display definitions

   ========================================================================== */
/**

 * Correct `block` display not defined for any HTML5 element in IE 8/9.

 * Correct `block` display not defined for `details` or `summary` in IE 10/11

 * and Firefox.

 * Correct `block` display not defined for `main` in IE 11.

 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**

 * 1. Correct `inline-block` display not defined in IE 8/9.

 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**

 * Address `[hidden]` styling not present in IE 8/9/10.

 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.

 */
[hidden],
template {
  display: none; }

/* Links

   ========================================================================== */
/**

 * Remove the gray background color from active links in IE 10.

 */
a {
  background-color: transparent; }

/**

 * Improve readability of focused elements when they are also in an

 * active/hover state.

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

/* Text-level semantics

   ========================================================================== */
/**

 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

 */
abbr[title] {
  border-bottom: 1px dotted; }

/**

 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

 */
b,
strong {
  font-weight: bold; }

/**

 * Address styling not present in Safari and Chrome.

 */
dfn {
  font-style: italic; }

/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari, and Chrome.

 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**

 * Address styling not present in IE 8/9.

 */
mark {
  background: #ff0;
  color: #000; }

/**

 * Address inconsistent and variable font size in all browsers.

 */
small {
  font-size: 80%; }

/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content

   ========================================================================== */
/**

 * Remove border when inside `a` element in IE 8/9/10.

 */
img {
  border: 0; }

/**

 * Correct overflow not hidden in IE 9/10/11.

 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content

   ========================================================================== */
/**

 * Address margin not present in IE 8/9 and Safari.

 */
figure {
  margin: 1em 40px; }

/**

 * Address differences between Firefox and other browsers.

 */
hr {
  box-sizing: content-box;
  height: 0; }

/**

 * Contain overflow in all browsers.

 */
pre {
  overflow: auto; }

/**

 * Address odd `em`-unit font size rendering in all browsers.

 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms

   ========================================================================== */
/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited

 * styling of `select`, unless a `border` property is set.

 */
/**

 * 1. Correct color not being inherited.

 *    Known issue: affects color of disabled elements.

 * 2. Correct font properties not being inherited.

 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**

 * Address `overflow` set to `hidden` in IE 8/9/10/11.

 */
button {
  overflow: visible; }

/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.

 * Correct `select` style inheritance in Firefox.

 */
button,
select {
  text-transform: none; }

/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**

 * Re-set default cursor for disabled elements.

 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**

 * Remove inner padding and border in Firefox 4+.

 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */
input {
  line-height: normal; }

/**

 * It's recommended that you don't attempt to style these elements.

 * Firefox's implementation doesn't respect box-sizing, padding, or width.

 *

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**

 * Fix the cursor style for Chrome's increment/decrement buttons. For certain

 * `font-size` values of the `input`, it causes the cursor style of the

 * decrement button to change from `default` to `text`.

 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**

 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.

 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**

 * Remove inner padding and search cancel button in Safari and Chrome on OS X.

 * Safari (but not Chrome) clips the cancel button when the search input has

 * padding (and `textfield` appearance).

 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**

 * Define consistent border, margin, and padding.

 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**

 * 1. Correct `color` not being inherited in IE 8/9/10/11.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**

 * Remove default vertical scrollbar in IE 8/9/10/11.

 */
textarea {
  overflow: auto; }

/**

 * Don't inherit the `font-weight` (applied by a rule above).

 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

 */
optgroup {
  font-weight: bold; }

/* Tables

   ========================================================================== */
/**

 * Remove most spacing between table cells.

 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.head-reating .reating-list, #nav ul, .stick-block .nav-bar, #footer .language-block .language-list, #footer .social-networks, .buy-section .buy-product-block .get-audiobook, .about .more-about ul, .media .visual-container .list-visual {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .row-form:after, .container:after, .media .visual-container .list-visual li:after {
  content: '';
  display: block;
  clear: both; }

.btn, .list-upcoming-events .block .info .date, .list-upcoming-events .block .info .city {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #505050;
  background: #fff;
  font: 16px/1.625 "Merriweather", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1023px) {
    body {
      font-size: 14px;
      line-height: 1.714;
      font-weight: 300; } }
  @media (max-width: 374px) {
    body {
      font-size: 12px;
      line-height: 1.5; } }

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

.gm-style img {
  max-width: none; }

.small-h2 {
  font-size: 16px; }

.large-text-subtitle {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #272727;
  line-height: 1.25;
  font-size: 40px;
  margin-bottom: 24px;
  letter-spacing: 1.11px;
  text-transform: uppercase;
  margin: 0 0 18px; }
  @media (max-width: 1023px) {
    .large-text-subtitle {
      font-size: 24px; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #272727;
  line-height: 1.25; }

h1, .h1 {
  font-size: 62px;
  margin-bottom: 46px; }
  @media (max-width: 1280px) {
    h1, .h1 {
      font-size: 48px;
      letter-spacing: 3.2px; } }
  @media (max-width: 1023px) {
    h1, .h1 {
      font-size: 36px;
      letter-spacing: 2.4px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 25px;
      letter-spacing: 1.6; } }
  @media (max-width: 374px) {
    h1, .h1 {
      font-size: 18px;
      line-height: 26px; } }

h2, .h2 {
  font-size: 40px;
  margin-bottom: 24px;
  letter-spacing: 1.11px; }
  @media (max-width: 1023px) {
    h2, .h2 {
      font-size: 24px;
      letter-spacing: 0.87px; } }
  @media (max-width: 374px) {
    h2, .h2 {
      font-size: 16px;
      line-height: 22px; } }

h3, .h3 {
  font-size: 32px;
  margin-bottom: 8px; }
  @media (max-width: 1023px) {
    h3, .h3 {
      font-size: 26px;
      letter-spacing: 0.49px; } }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 22px;
      letter-spacing: 0.55px; } }
  @media (max-width: 374px) {
    h3, .h3 {
      font-size: 18px; } }

h4, .h4 {
  font-size: 24px;
  margin-bottom: 16px; }
  @media (max-width: 1023px) {
    h4, .h4 {
      font-size: 20px;
      letter-spacing: 0.73px; } }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 18px;
      letter-spacing: 0.6px; } }
  @media (max-width: 374px) {
    h4, .h4 {
      font-size: 14px; } }

h5, .h5 {
  font-size: 18px;
  margin-bottom: 16px; }
  @media (max-width: 1023px) {
    h5, .h5 {
      font-size: 18px; } }
  @media (max-width: 374px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 26px; }

a {
  color: #08a4d3; }
  a:hover, a:focus {
    text-decoration: none; }

/* =WordPress Core

-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.25); }
  .video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (max-width: 1024px) {
    .video-container {
      box-shadow: none; } }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

.row-form {
  margin-bottom: 14px; }
  .row-form .error {
    color: red; }
  .row-form.text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 19px;
    opacity: .5;
    color: #272727; }
  .row-form:last-child {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .row-form.text {
      text-align: center; } }
  @media (max-width: 767px) {
    .row-form {
      margin: 0 0 10px; } }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #505050;
  padding: 15px 16px 14px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    outline: none; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #959595; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #959595; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #959595; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #959595; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #959595; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(270deg, white 0%, #fbfbfb 100%);
  background-image: linear-gradient(180deg, white 0%, #fbfbfb 100%);
  border: 1px solid #d8d8d8;
  width: 100%;
  color: #959595;
  border-radius: 4px; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.custom-form .fake-select {
  position: relative;
  display: block; }
  .custom-form .fake-select:before, .custom-form .fake-select:after {
    content: "";
    position: absolute;
    right: 16px;
    z-index: 1;
    width: 0;
    height: 0; }
  .custom-form .fake-select:before {
    top: 18px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid black; }
  .custom-form .fake-select:after {
    top: 27px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black; }

.custom-form select::-ms-expand {
  display: none; }

.custom-form select {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 15px 16px 14px;
  margin: 0;
  outline: none;
  background-image: -webkit-linear-gradient(270deg, white 0%, #fbfbfb 100%);
  background-image: linear-gradient(180deg, white 0%, #fbfbfb 100%);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 4px;
  width: 100%;
  position: relative;
  color: #959595; }

#wrapper {
  overflow: hidden; }

.morecontent span {
  display: none; }

.read-more {
  /* display: block; */
  display: inline; }

@media (max-width: 767px) {
  .block-collapsed {
	  height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-transition: 3s linear;
            transition: 3s linear; }
    .block-collapsed .corner {
      background-color: transparent;
      z-index: 1; }
    .block-collapsed.open {
      max-height: 9999px; }
      .block-collapsed.open .corner {
        background-color: none;
        z-index: 0; }
      .block-collapsed.open .overlay {
        display: none; }
    .block-collapsed.block-shadow-bottom:after {
      box-shadow: 0 -3px 2px 0px rgba(0, 0, 0, 0.3) inset;
      z-index: 1500; }
    .block-collapsed.block-shadow:after {
      content: '';
      position: absolute;
      z-index: 150;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 185px; }
    .block-collapsed.block-shadow.block-shadow-blue .btn-read-more-collapsed {
      background-color: rgba(0, 0, 0, 0.2); }
    .block-collapsed.block-shadow.block-shadow-blue:after {
      background: -webkit-linear-gradient(transparent 0%, rgba(0, 128, 128, 0) 2%, rgba(0, 0, 128, 0) 3%, rgba(0, 128, 128, 0) 4%, rgba(0, 85, 85, 0) 5%, rgba(0, 128, 128, 0) 6%, rgba(0, 85, 170, 0) 7%, rgba(0, 170, 170, 0.01) 8%, rgba(0, 170, 170, 0.01) 9%, rgba(0, 102, 153, 0.01) 10%, rgba(0, 128, 170, 0.02) 11%, rgba(0, 109, 146, 0.02) 12%, rgba(0, 128, 159, 0.03) 13%, rgba(0, 128, 179, 0.03) 14%, rgba(0, 116, 162, 0.04) 15%, rgba(20, 137, 177, 0.04) 16%, rgba(0, 128, 164, 0.05) 17%, rgba(0, 119, 170, 0.06) 18%, rgba(0, 128, 156, 0.07) 19%, rgba(0, 128, 166, 0.08) 20%, rgba(0, 139, 174, 0.09) 21%, rgba(0, 128, 170, 0.1) 22%, rgba(9, 132, 170, 0.11) 23%, rgba(0, 132, 176, 0.12) 24%, rgba(8, 143, 183, 0.13) 25%, rgba(7, 131, 175, 0.14) 26%, rgba(7, 138, 179, 0.14) 27%, rgba(6, 134, 172, 0.16) 28%, rgba(6, 136, 178, 0.17) 29%, rgba(5, 138, 175, 0.19) 30%, rgba(10, 140, 178, 0.2) 31%, rgba(4, 139, 179, 0.22) 32%, rgba(4, 138, 177, 0.23) 33%, rgba(8, 140, 177, 0.25) 34%, rgba(4, 141, 179, 0.26) 35%, rgba(7, 138, 178, 0.28) 36%, rgba(6, 141, 181, 0.32) 38%, rgba(6, 143, 185, 0.34) 39%, rgba(8, 141, 182, 0.38) 41%, rgba(8, 144, 187, 0.4) 42%, rgba(7, 144, 186, 0.46) 45%, rgba(9, 147, 189, 0.48) 46%, rgba(6, 146, 188, 0.5) 47%, rgba(8, 148, 189, 0.52) 48%, rgba(5, 148, 189, 0.55) 50%, rgba(7, 149, 191, 0.57) 51%, rgba(9, 150, 193, 0.59) 52%, rgba(6, 150, 195, 0.63) 54%, rgba(8, 153, 198, 0.74) 60%, rgba(8, 154, 199, 0.77) 62%, rgba(8, 157, 202, 0.8) 64%, rgba(8, 158, 203, 0.81) 65%, rgba(8, 160, 206, 0.9) 73%, rgba(8, 163, 210, 0.98) 85%, rgba(8, 164, 211, 0.98) 87%, #08a4d3 100%);
      background: linear-gradient(transparent 0%, rgba(0, 128, 128, 0) 2%, rgba(0, 0, 128, 0) 3%, rgba(0, 128, 128, 0) 4%, rgba(0, 85, 85, 0) 5%, rgba(0, 128, 128, 0) 6%, rgba(0, 85, 170, 0) 7%, rgba(0, 170, 170, 0.01) 8%, rgba(0, 170, 170, 0.01) 9%, rgba(0, 102, 153, 0.01) 10%, rgba(0, 128, 170, 0.02) 11%, rgba(0, 109, 146, 0.02) 12%, rgba(0, 128, 159, 0.03) 13%, rgba(0, 128, 179, 0.03) 14%, rgba(0, 116, 162, 0.04) 15%, rgba(20, 137, 177, 0.04) 16%, rgba(0, 128, 164, 0.05) 17%, rgba(0, 119, 170, 0.06) 18%, rgba(0, 128, 156, 0.07) 19%, rgba(0, 128, 166, 0.08) 20%, rgba(0, 139, 174, 0.09) 21%, rgba(0, 128, 170, 0.1) 22%, rgba(9, 132, 170, 0.11) 23%, rgba(0, 132, 176, 0.12) 24%, rgba(8, 143, 183, 0.13) 25%, rgba(7, 131, 175, 0.14) 26%, rgba(7, 138, 179, 0.14) 27%, rgba(6, 134, 172, 0.16) 28%, rgba(6, 136, 178, 0.17) 29%, rgba(5, 138, 175, 0.19) 30%, rgba(10, 140, 178, 0.2) 31%, rgba(4, 139, 179, 0.22) 32%, rgba(4, 138, 177, 0.23) 33%, rgba(8, 140, 177, 0.25) 34%, rgba(4, 141, 179, 0.26) 35%, rgba(7, 138, 178, 0.28) 36%, rgba(6, 141, 181, 0.32) 38%, rgba(6, 143, 185, 0.34) 39%, rgba(8, 141, 182, 0.38) 41%, rgba(8, 144, 187, 0.4) 42%, rgba(7, 144, 186, 0.46) 45%, rgba(9, 147, 189, 0.48) 46%, rgba(6, 146, 188, 0.5) 47%, rgba(8, 148, 189, 0.52) 48%, rgba(5, 148, 189, 0.55) 50%, rgba(7, 149, 191, 0.57) 51%, rgba(9, 150, 193, 0.59) 52%, rgba(6, 150, 195, 0.63) 54%, rgba(8, 153, 198, 0.74) 60%, rgba(8, 154, 199, 0.77) 62%, rgba(8, 157, 202, 0.8) 64%, rgba(8, 158, 203, 0.81) 65%, rgba(8, 160, 206, 0.9) 73%, rgba(8, 163, 210, 0.98) 85%, rgba(8, 164, 211, 0.98) 87%, #08a4d3 100%); }
    .block-collapsed.block-shadow.block-shadow-blue:before {
      background: -webkit-linear-gradient(bottom, #067da1 0%, #08a4d3 5px, #08a4d3 100%);
      background: linear-gradient(to top, #067da1 0%, #08a4d3 5px, #08a4d3 100%);
      content: '';
      position: absolute;
      z-index: 155;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px; }
    .block-collapsed.block-shadow.block-shadow-gray .btn-read-more-collapsed {
      background-color: rgba(0, 0, 0, 0.33); }
    .block-collapsed.block-shadow.block-shadow-gray:after {
      background: -webkit-linear-gradient(transparent 0%, rgba(128, 128, 128, 0) 2%, rgba(128, 128, 128, 0) 3%, rgba(128, 128, 128, 0) 4%, rgba(170, 170, 170, 0) 5%, rgba(128, 128, 128, 0) 6%, rgba(170, 170, 170, 0) 7%, rgba(170, 170, 170, 0.01) 8%, rgba(170, 170, 170, 0.01) 9%, rgba(153, 153, 153, 0.01) 10%, rgba(170, 170, 170, 0.02) 11%, rgba(182, 182, 182, 0.02) 12%, rgba(191, 191, 191, 0.03) 13%, rgba(204, 204, 204, 0.03) 14%, rgba(185, 185, 185, 0.04) 15%, rgba(209, 209, 209, 0.04) 16%, rgba(182, 182, 182, 0.05) 17%, rgba(182, 182, 182, 0.06) 18%, rgba(184, 184, 184, 0.07) 19%, rgba(191, 191, 191, 0.08) 20%, rgba(209, 197, 197, 0.09) 21%, rgba(202, 202, 202, 0.1) 22%, rgba(196, 196, 196, 0.11) 23%, rgba(202, 202, 202, 0.12) 24%, rgba(207, 207, 207, 0.13) 25%, rgba(204, 204, 197, 0.14) 26%, rgba(207, 207, 207, 0.14) 27%, rgba(208, 208, 208, 0.17) 29%, rgba(207, 207, 207, 0.19) 30%, rgba(205, 205, 205, 0.2) 31%, rgba(206, 206, 206, 0.22) 32%, rgba(211, 207, 207, 0.25) 34%, rgba(209, 209, 209, 0.26) 35%, rgba(210, 206, 206, 0.28) 36%, rgba(210, 210, 210, 0.3) 37%, rgba(212, 209, 209, 0.32) 38%, rgba(216, 216, 212, 0.34) 39%, rgba(214, 212, 212, 0.36) 40%, rgba(214, 212, 212, 0.38) 41%, rgba(221, 219, 219, 0.49) 47%, rgba(222, 220, 220, 0.51) 48%, rgba(220, 220, 219, 0.55) 50%, rgba(222, 220, 220, 0.57) 51%, rgba(224, 224, 222, 0.59) 52%, rgba(227, 225, 225, 0.65) 55%, rgba(229, 228, 228, 0.67) 56%, rgba(228, 227, 225, 0.69) 57%, rgba(232, 230, 230, 0.74) 60%, rgba(231, 231, 230, 0.77) 62%, rgba(234, 234, 233, 0.8) 64%, rgba(236, 235, 234, 0.81) 65%, rgba(239, 238, 237, 0.9) 73%, rgba(241, 240, 239, 0.94) 79%, rgba(245, 244, 243, 0.96) 82%, rgba(245, 244, 243, 0.98) 85%, #f6f5f4 100%);
      background: linear-gradient(transparent 0%, rgba(128, 128, 128, 0) 2%, rgba(128, 128, 128, 0) 3%, rgba(128, 128, 128, 0) 4%, rgba(170, 170, 170, 0) 5%, rgba(128, 128, 128, 0) 6%, rgba(170, 170, 170, 0) 7%, rgba(170, 170, 170, 0.01) 8%, rgba(170, 170, 170, 0.01) 9%, rgba(153, 153, 153, 0.01) 10%, rgba(170, 170, 170, 0.02) 11%, rgba(182, 182, 182, 0.02) 12%, rgba(191, 191, 191, 0.03) 13%, rgba(204, 204, 204, 0.03) 14%, rgba(185, 185, 185, 0.04) 15%, rgba(209, 209, 209, 0.04) 16%, rgba(182, 182, 182, 0.05) 17%, rgba(182, 182, 182, 0.06) 18%, rgba(184, 184, 184, 0.07) 19%, rgba(191, 191, 191, 0.08) 20%, rgba(209, 197, 197, 0.09) 21%, rgba(202, 202, 202, 0.1) 22%, rgba(196, 196, 196, 0.11) 23%, rgba(202, 202, 202, 0.12) 24%, rgba(207, 207, 207, 0.13) 25%, rgba(204, 204, 197, 0.14) 26%, rgba(207, 207, 207, 0.14) 27%, rgba(208, 208, 208, 0.17) 29%, rgba(207, 207, 207, 0.19) 30%, rgba(205, 205, 205, 0.2) 31%, rgba(206, 206, 206, 0.22) 32%, rgba(211, 207, 207, 0.25) 34%, rgba(209, 209, 209, 0.26) 35%, rgba(210, 206, 206, 0.28) 36%, rgba(210, 210, 210, 0.3) 37%, rgba(212, 209, 209, 0.32) 38%, rgba(216, 216, 212, 0.34) 39%, rgba(214, 212, 212, 0.36) 40%, rgba(214, 212, 212, 0.38) 41%, rgba(221, 219, 219, 0.49) 47%, rgba(222, 220, 220, 0.51) 48%, rgba(220, 220, 219, 0.55) 50%, rgba(222, 220, 220, 0.57) 51%, rgba(224, 224, 222, 0.59) 52%, rgba(227, 225, 225, 0.65) 55%, rgba(229, 228, 228, 0.67) 56%, rgba(228, 227, 225, 0.69) 57%, rgba(232, 230, 230, 0.74) 60%, rgba(231, 231, 230, 0.77) 62%, rgba(234, 234, 233, 0.8) 64%, rgba(236, 235, 234, 0.81) 65%, rgba(239, 238, 237, 0.9) 73%, rgba(241, 240, 239, 0.94) 79%, rgba(245, 244, 243, 0.96) 82%, rgba(245, 244, 243, 0.98) 85%, #f6f5f4 100%); }
    .block-collapsed.block-shadow.block-shadow-gray:before {
      background: -webkit-linear-gradient(bottom, #999 0%, #ffffff 5px, #ffffff 100%);
      background: linear-gradient(to top, #999 0%, #ffffff 5px, #ffffff 100%);
      content: '';
      position: absolute;
      z-index: 155;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px; }
    .block-collapsed.block-shadow.open:before {
      background: none;
      display: none; }
    .block-collapsed.block-shadow.open:after {
      background-image: none;
      display: none; } }

@media (max-width: 374px) {
  .block-collapsed {
    max-height: 280px; } }

.btn-read-more-collapsed {
  display: none; }
  @media (max-width: 767px) {
    .btn-read-more-collapsed {
      display: block;
      position: absolute;
      bottom: 16px;
      left: 50%;
      z-index: 15;
      color: #fff;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 13px;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      padding: 2px 16px;
      z-index: 160;
      font-weight: 600; } }

.parallax-window {
  min-height: 530px;
  background: transparent; }
  @media (max-width: 1023px) {
    .parallax-window {
      min-height: 530px !important; } }

/* ## Small Tablet - Hero / Parallax Image
--------------------------------------------- */
@media (max-width: 959px) {
.parallax-window {
	min-height: 550px !important;
	background-position: 25% !important;
}}



/* ## Small Tablet - Hero / Parallax Image
--------------------------------------------- */
@media (max-width: 767px) {
.parallax-window {
	min-height: 530px !important;
	background-position: 25% !important;
}}

/* ## Mobile Phone  - Hero / Parallax Image
--------------------------------------------- */
@media (max-width: 675px) {
.parallax-window {
	min-height: 500px !important;
	background-position: 25% !important;
}}

/* ## Mobile Phone  - Hero / Parallax Image
--------------------------------------------- */
@media (max-width: 568px) {
.parallax-window {
	min-height: 425px !important;
	background-position: 25% !important;
}}


.hidden {
  display: none; 
}

@media (max-width: 1023px) {
  .hidden-desktop {
    display: none; } }

@media (max-width: 767px) {
  .hidden-tablet {
    display: none; } }

.gray {
  background-color: #f6f5f4; }

.blue {
  background-color: #08a4d3; }

.container {
  max-width: 1460px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 20px; } }

.bg-stretch {
  background: #fff;
  background: #fff;
  background-size: cover; }

.heading-block {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0 0 41px;
  position: relative; }
  .heading-block.left {
    text-align: left; }
  .heading-block .sub-title {
    color: #e4ab4d;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1.07px;
    font-weight: 400; }
  .heading-block h2 {
    text-transform: uppercase;
    margin: 0 0 18px; }
  .heading-block .text {
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 300;
    max-width: 640px;
    margin: 0 auto; }
  .heading-block.white {
    color: #fff; }
    .heading-block.white .sub-title,
    .heading-block.white h2 {
      color: #fff; }
    .heading-block.white .sub-title {
      opacity: .75; }
  .heading-block.border {
    padding: 0 0 25px; }
    .heading-block.border:after {
      content: '';
      height: 1px;
      max-width: 335px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: rgba(255, 255, 255, 0.2); }
  @media (max-width: 1023px) {
    .heading-block {
      margin: 0 0 18px; }
      .heading-block .sub-title {
        font-size: 16px;
        letter-spacing: .8;
        margin-bottom: 11px; }
      .heading-block .text {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.4px; }
      .heading-block h2 {
        margin: 0 0 16px; } }
  @media (max-width: 767px) {
    .heading-block {
      margin-bottom: 21px;
      text-align: left; }
      .heading-block .sub-title {
        margin-bottom: 9px; } }
  @media (max-width: 374px) {
    .heading-block .text {
      font-size: 14px; } }

.head-reating {
  color: #fff;
  margin-bottom: 11px; }
  .head-reating .reating-list {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.444;
    margin: 0 11px 0 0; }
    .head-reating .reating-list li {
      display: inline-block;
      vertical-align: top; }
      .head-reating .reating-list li i {
        color: #ffcd7b; }
  .head-reating span {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.6px;
    opacity: 0.75; }
  .head-reating a {
    color: #fff;
    text-decoration: none;
    font-weight: 700; }
  @media (max-width: 1023px) {
    .head-reating {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .head-reating {
      margin-bottom: 11px; }
      .head-reating .reating-list {
        display: block; }
      .head-reating span {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.6px;
        opacity: .75; } }

.btn-container {
  text-align: center; }
  .btn-container .logo-amazon {
    margin-top: 24px; }
    .btn-container .logo-amazon a {
      display: inline-block;
      vertical-align: top; }

.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border: 1px solid #08a4d3;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 11px 31px;
  background-color: transparent;
  color: #08a4d3;
  -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
  .btn:hover {
    background-color: #08a4d3;
    color: #fff; }
  .btn.white {
    background-color: #fff;
    color: #08a4d3; }
    .btn.white:hover {
      background-color: #e4ab4d;
      color: #fff; }
  .btn.blue {
    background-color: #08a4d3;
    color: #fff;
    font-weight: 600; }
    .btn.blue strong {
      font-weight: 700; }
    .btn.blue:hover {
      background-color: #fff;
      color: #08a4d3; }
  @media (max-width: 1280px) {
    .btn {
      padding: 10px 42px;
      letter-spacing: 0.53px; } }
  @media (max-width: 767px) {
    .btn {
      padding: 11px 5px;
      display: block; } }
  @media (max-width: 374px) {
    .btn {
      font-size: 14px; } }

.btn-form {
  font-family: "Open Sans", sans-serif;
  background-color: #08a4d3;
  border: 1px solid #08a4d3;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 19px 10px;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.53px;
  -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
  .btn-form:hover {
    background-color: #e4ab4d;
    border: 1px solid #e4ab4d; }
  @media (max-width: 767px) {
    .btn-form {
      letter-spacing: .1px;
      padding: 19px 3px; } }

#header {
  position: relative;
  z-index: 15; }
  #header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #header .header-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%; }
  #header .index-header {
    color: #fff;
    width: 100%;
    max-width: 870px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -61%);
        -ms-transform: translate(-50%, -61%);
            transform: translate(-50%, -61%); }
    #header .index-header .sub-tile {
      font-size: 24px;
      font-style: italic;
      margin: 0 0 25px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
    #header .index-header h1 {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4.13px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1280px) {
    #header .index-header {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media (max-width: 1023px) {
    #header .index-header {
      width: 100%; }
      #header .index-header .sub-tile {
        font-size: 20px;
        margin: 0 0 14px; }
      #header .index-header h1 {
        color: #fff;
        text-transform: uppercase; } }
  @media (max-width: 767px) {
    #header .bg-stretch-index {
      height: 403px; }
    #header .index-header {
      width: 100%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      padding: 48px 0 0; }
      #header .index-header h1 {
        line-height: 34px;
        letter-spacing: 1.6px; }
      #header .index-header .sub-tile {
        font-size: 16px;
        margin: 0 0 16px; } }

#nav {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
  font-weight: 600;
  padding: 16px 0; }
  #nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #nav li {
    display: inline-block;
    vertical-align: top; }

#nav li a, .header-container .language-list a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: color 0.3s linear;
              transition: color 0.3s linear;
      letter-spacing: .47px; }
    #nav li:hover a {
      color: #08a4d3; }
  @media (max-width: 1023px) {
    #nav {
      padding: 16px 35px; } }

.stick-block {
  position: fixed;
  top: -58px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  padding: 8px 0;
  height: 58px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: top 0.3s linear;
          transition: top 0.3s linear; }
  .stick-block.open {
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .stick-block .stick-block-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .stick-block .nav-bar {
    font-weight: 600;
    letter-spacing: 0.53px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 42px; }
    .stick-block .nav-bar li {
      display: inline-block;
      vertical-align: top;
      padding: 0 16px 0 0; }
      .stick-block .nav-bar li:last-child {
        padding-right: 0; }
      .stick-block .nav-bar li a {
        color: #272727;
        text-decoration: none;
        -webkit-transition: color 0.3s linear;
                transition: color 0.3s linear; }
      .stick-block .nav-bar li.active a, .stick-block .nav-bar li:hover a {
        color: #08a4d3; }
  .stick-block .stick-btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .stick-block .stick-btn-block a {
      font-size: 14px;
      line-height: 19px;
      font-weight: 700;
      text-align: center;
      border: 1px solid #08a4d3;
      text-decoration: none;
      border-radius: 4px;
      letter-spacing: 0.47px;
      padding: 11px 20px 10px;
      text-transform: uppercase;
      -webkit-transition: 0.3s linear;
              transition: 0.3s linear;
      margin: 0 4px; }
      .stick-block .stick-btn-block a:hover {
        background-color: #08a4d3;
        color: #fff; }
  @media (max-width: 1199px) {
    .stick-block {
      height: 46px; }
      .stick-block .nav-bar {
        display: none; }
      .stick-block .stick-block-holder {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .stick-block .stick-btn-block a {
        font-size: 12px;
        line-height: 17px;
        padding: 7px 5px 6px;
        width: 234px;
        letter-spacing: 0.2px; } }
  @media (max-width: 767px) {
    .stick-block .stick-btn-block {
      width: 100%; }
      .stick-block .stick-btn-block a {
        display: block;
        margin: 0;
        font-size: 10px; }
        .stick-block .stick-btn-block a:first-child {
          margin-right: 4px; }
        .stick-block .stick-btn-block a:last-child {
          margin-left: 4px; } }
  @media (max-width: 374px) {
    .stick-block .stick-btn-block a {
      padding: 7px 1px 6px;
      width: 100%;
      min-width: 136px; } }

#footer {
  padding: 37px 0 32px;
  background-color: #08a4d3;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center; }
  #footer .footer-top-block .footer-head {
    margin-bottom: 19px;
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic; }
    #footer .footer-top-block .footer-head strong {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      letter-spacing: 0.5px;
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      letter-spacing: 0.9px;
      margin: 0 0 -3px; }
  #footer .language-block {
    margin: 0 0 12px; }
    #footer .language-block .title {
      display: block;
      text-transform: uppercase; }
    #footer .language-block .language-list {
      font-size: 16px; }
      #footer .language-block .language-list li {
        display: inline-block;
        vertical-align: top; }
        #footer .language-block .language-list li a {
          color: #fff;
          text-decoration: none;
          padding: 0 7px;
          font-weight: 300;
          letter-spacing: 0.6px; }
          #footer .language-block .language-list li a:hover {
            text-decoration: underline; }
  #footer .social-block {
    margin: 0 0 20px; }
    #footer .social-block .title {
      display: block;
      text-transform: uppercase;
      margin: 0 0 6px; }
  #footer .social-networks {
    font-size: 18px;
    line-height: 1.555;
    letter-spacing: 0.5px; }
    #footer .social-networks li {
      display: inline-block;
      margin: 0 0 0 33px; }
      #footer .social-networks li a {
        color: #fff;
        text-decoration: none;
        position: relative;
        padding: 0 0 0 37px; }
        #footer .social-networks li a:after {
          width: 25px;
          height: 25px;
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      #footer .social-networks li:first-child {
        margin-left: 0; }
      #footer .social-networks li.facebook a:after {
        background: url(../images/icon-social-networks-facebook.svg) no-repeat; }
      #footer .social-networks li.twitter a:after {
        background: url(../images/icon-social-networks-twitter.svg) no-repeat;
        height: 21px; }
      #footer .social-networks li.youtube a:after {
        background: url(../images/icon-social-networks-youtube.svg) no-repeat;
        height: 18px; }
      #footer .social-networks li.google-plus a:after {
        background: url(../images/icon-social-networks-google-plus.svg) no-repeat;
        height: 21px; }
      #footer .social-networks li.instagram a:after {
        background: url(../images/instagram.svg) no-repeat; }
      #footer .social-networks li.pinterest a:after {
        background: url(../images/icon-social-networks-pinterest.svg) no-repeat; }
  #footer p {
    margin: 0;
    letter-spacing: .44px; }
  @media (max-width: 1023px) {
    #footer {
      padding: 38px 0 36px; }
      #footer .footer-top-block .footer-head {
        margin-bottom: 11px; }
        #footer .footer-top-block .footer-head strong {
          font-size: 18px;
          margin: 0 0 1px; }
      #footer .language-block .title {
        margin: 0 0 4px; }
      #footer .language-block .language-list {
        font-size: 14px; }
      #footer .social-block {
        margin: 0 0 24px; }
      #footer .social-networks {
        font-size: 15px; }
        #footer .social-networks li {
          margin: 0 0 0 31px; } }
  @media (max-width: 767px) {
    #footer {
      padding: 42px 0 37px; }
      #footer .footer-top-block .footer-head {
        margin-bottom: 19px; }
        #footer .footer-top-block .footer-head strong {
          font-size: 14px;
          margin: 0 0 5px; }
      #footer .language-block .title {
        margin: 0 0 13px; }
      #footer .language-block .language-list li {
        width: 27%;
        padding: 0 0 10px; }
      #footer .social-block {
        margin: 0 0 24px; }
      #footer .social-networks li {
        margin: 0 5%;
        width: 25px;
        height: 25px; }
        #footer .social-networks li a {
          text-indent: -9999px;
          display: block;
          padding: 0; }
        #footer .social-networks li:last-child {
          margin-right: 0; }
      #footer .left-block {
        margin: 0 0 24px; }
        #footer .left-block strong {
          font-size: 16px;
          letter-spacing: 0.44px; }
      #footer p {
        font-weight: 400; } }

.buy-section {
  font-family: "Open Sans", sans-serif;
  color: #272727;
  position: relative;
  padding: 59px 0 0; }
  .buy-section .buy-section-holder {
    position: relative; }
    .buy-section .buy-section-holder .buy-product-block {
      float: left;
      width: 326px; }
    .buy-section .buy-section-holder .listen-product-block {
      width: 329px;
      float: right;
      font-size: 14px; }
      .buy-section .buy-section-holder .listen-product-block h5 {
        margin-bottom: 8px; }
      .buy-section .buy-section-holder .listen-product-block p {
        opacity: .75; }
    .buy-section .buy-section-holder .visual-product-block {
      margin-left: 326px;
      margin-right: 339px;
      text-align: center;
      position: relative;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      z-index: 100; }
      .buy-section .buy-section-holder .visual-product-block img {
        margin-top: -220px;
        width: 100%; }
    .buy-section .buy-section-holder h5 {
      text-transform: uppercase;
      margin: 0 0 17px; }
  .buy-section .buy-product-block .audiobook span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    opacity: .75;
    margin: 0 0 7px; }
  .buy-section .buy-product-block .get-audiobook li {
    display: inline-block;
    vertical-align: top;
    margin: 0 21px 0 0;
    position: relative; }
    .buy-section .buy-product-block .get-audiobook li a {
      text-decoration: none;
      font-weight: 600; }
    .buy-section .buy-product-block .get-audiobook li:after {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #272727;
      opacity: .25;
      position: absolute;
      top: 50%;
      right: -13px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 50%; }
    .buy-section .buy-product-block .get-audiobook li:last-child {
      margin: 0; }
      .buy-section .buy-product-block .get-audiobook li:last-child:after {
        content: none; }
  .buy-section .btn-audio {
    display: block;
    font-size: 18px;
    padding: 18px 16px; }
    .buy-section .btn-audio .play {
      position: relative;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 2px solid #fff;
      text-indent: -9999px;
      display: inline-block;
      vertical-align: top;
      margin: 4px 11px 0 0;
      -webkit-transition: 0.3s linear;
              transition: 0.3s linear; }
      .buy-section .btn-audio .play:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -4px 0 0 -3px;
        -webkit-transition: 0.3s linear;
                transition: 0.3s linear; }
    .buy-section .btn-audio:hover .play {
      border: 2px solid #08a4d3; }
      .buy-section .btn-audio:hover .play:after {
        border-left: 7px solid #08a4d3; }
  .buy-section .btn-shop-container {
    letter-spacing: -5px;
    margin: 0 -2%; }
    .buy-section .btn-shop-container .btn-shop {
      border: 1px solid #08a4d3;
      border-radius: 4px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 46px;
      letter-spacing: 0;
      text-decoration: none;
      width: 46%;
      margin: 0 2% 20px;
      text-align: center;
      position: relative;
      vertical-align: top; }
      .buy-section .btn-shop-container .btn-shop img {
        vertical-align: middle;
        margin: 0 auto; }
  @media (max-width: 1281px) {
    .buy-section {
      padding: 72px 0 0; }
      .buy-section .buy-section-holder .visual-product-block img {
        margin-top: -152px; } }
  @media (max-width: 1024px) {
    .buy-section {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 59px 0 46px; }
      .buy-section .buy-section-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .buy-section .buy-section-holder .buy-product-block,
        .buy-section .buy-section-holder .listen-product-block {
          float: none; }
        .buy-section .buy-section-holder .bg-paralax {
          -webkit-transform: translateY(0) !important;
              -ms-transform: translateY(0) !important;
                  transform: translateY(0) !important; }
          .buy-section .buy-section-holder .bg-paralax img {
            margin: 0 auto !important; }
        .buy-section .buy-section-holder .buy-product-block {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        .buy-section .buy-section-holder .listen-product-block {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; }
        .buy-section .buy-section-holder .visual-product-block {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          -webkit-box-flex: 1;
          -webkit-flex: 1 100%;
              -ms-flex: 1 100%;
                  flex: 1 100%;
          margin: -190px auto 30px;
          z-index: 20; }
          .buy-section .buy-section-holder .visual-product-block img {
            max-width: 400px;
            width: 100%;
            margin: 0 auto; }
        .buy-section .buy-section-holder .buy-product-block,
        .buy-section .buy-section-holder .listen-product-block {
          width: 50%; }
        .buy-section .buy-section-holder .buy-product-block {
          border-right: 1px solid rgba(0, 0, 0, 0.1);
          margin: 0;
          padding: 0 22px 0 14px; }
        .buy-section .buy-section-holder .listen-product-block {
          text-align: center;
          padding: 0 12px 0 24px; }
        .buy-section .buy-section-holder h5 {
          text-align: center;
          margin: 0 0 18px; }
        .buy-section .buy-section-holder .audiobook {
          text-align: center; }
      .buy-section .btn-shop-container {
        text-align: center; }
      .buy-section .buy-section .btn-audio {
        display: block; } }
  @media (max-width: 767px) {
    .buy-section {
      border-bottom: none;
      padding: 59px 0 0; }
      .buy-section .buy-section-holder h5 {
        margin: 0 0 15px; }
      .buy-section .buy-section-holder .visual-product-block {
        margin: -293px auto 40px;
        max-width: 284px; }
      .buy-section .buy-section-holder .buy-product-block,
      .buy-section .buy-section-holder .listen-product-block {
        width: 100%;
        padding: 0 0 23px;
        margin: 0 0 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .buy-section .buy-section-holder .listen-product-block {
        padding: 0 0 39px;
        margin: 0; }
        .buy-section .buy-section-holder .listen-product-block h5 {
          margin: 0 0 10px; }
        .buy-section .buy-section-holder .listen-product-block p {
          margin: 0 0 14px; }
      .buy-section .buy-section-holder .buy-product-block {
        border-right: none; }
      .buy-section .buy-product-block .audiobook ul {
        font-size: 16px; }
      .buy-section .buy-product-block .audiobook span {
        margin: 0 0 14px; } }
  @media (max-width: 374px) {
    .buy-section .btn-audio {
      font-size: 15px; }
    .buy-section .btn-audio .play {
      margin-top: 0; } }

.about {
  padding: 70px 0 0; }
  .about .heading-block {
    margin: 0 0 24px; }
    .about .heading-block .sub-title {
      margin: 0 0 11px; }
  .about .about-holder {
    position: relative; }
  .about .my-photo {
    width: 49%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0; }
    .about .my-photo .img-tablet {
      display: none; }
  .about .about-me {
    white-space: normal;
    float: right;
    color: #505050;
    font-weight: 300;
    padding: 0 0 63px 0;
    width: 49%; }
  .about .more-about {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600; }
    .about .more-about .title {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
      color: #272727; }
    .about .more-about ul li a {
      text-decoration: none; }
  @media (max-width: 1023px) {
    .about {
      padding: 38px 0 0; }
      .about .about-me {
        width: 49%;
        padding: 0 5% 38px 0; }
      .about .heading-block {
        margin-bottom: 16px; }
        .about .heading-block h2 {
          margin: 0 0 16px; }
      .about .my-photo .img-desktop {
        display: none; }
      .about .my-photo .img-tablet {
        display: block; } }
  @media (max-width: 767px) {
    .about .about-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .about .about-me {
      padding: 0 0 28px;
      width: 100%;
      float: none;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .about .my-photo {
      position: static;
      width: 100%;
      float: none;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .about .my-photo .img-tablet {
        display: none; }
      .about .my-photo .img-desktop {
        display: block;
        margin: 0 auto; } }
  @media (max-width: 374px) {
    .about .more-about {
      font-size: 14px; } }

.reviews {
  padding: 70px 0 62px; }
  .reviews .reviews-list {
    text-align: center;
    color: #fff; }
    .reviews .reviews-list .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      padding-bottom: 35px; }
    .reviews .reviews-list .block {
      width: 27.681%;
      position: relative;
      font-family: "Merriweather", serif;
      font-weight: 300; }
      .reviews .reviews-list .block:after {
        content: '';
        background: url(../images/quotes.png) no-repeat;
        width: 34px;
        height: 32px;
        position: absolute;
        top: -10px;
        left: -15px; }
      .reviews .reviews-list .block .head-reating {
        margin-bottom: 22px; }
        .reviews .reviews-list .block .head-reating .reating-list {
          margin: 0; }
      .reviews .reviews-list .block h4 {
        color: #fff;
        font-family: "Merriweather", serif;
        letter-spacing: 0.87px;
        margin-bottom: 17px; }
      .reviews .reviews-list .block .read-more {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap; }
  .reviews .heading-block {
    padding: 0 0 30px;
    margin: 0 0 50px; }
    .reviews .heading-block .reating-list li i {
      font-size: 24px; }
    .reviews .heading-block .sub-title {
      margin-bottom: 11px; }
    .reviews .heading-block h2 {
      margin-bottom: 19px; }
    .reviews .heading-block .text {
      font-family: "Merriweather", serif;
      font-weight: normal; }
  @media (max-width: 1023px) {
    .reviews {
      padding: 38px 0 32px; }
      .reviews .reviews-list .row {
        padding: 0 0 45px; }
      .reviews .reviews-list .block {
        font-size: 16px; }
        .reviews .reviews-list .block:after {
          width: 22px;
          height: 22px;
          background-size: cover;
          top: -3px;
          left: -13px; }
        .reviews .reviews-list .block .reating-list {
          display: block; }
        .reviews .reviews-list .block .head-reating {
          margin-bottom: 6px; }
          .reviews .reviews-list .block .head-reating .dashes {
            display: none; }
        .reviews .reviews-list .block h4 {
          line-height: 1.4;
          letter-spacing: 0.73px; }
      .reviews .heading-block {
        padding: 0 0 24px;
        margin: 0 0 36px; }
        .reviews .heading-block .sub-title {
          margin-bottom: 18px; }
        .reviews .heading-block .reating-list li {
          margin: 0 1px; }
          .reviews .heading-block .reating-list li i {
            font-size: 21px; } }
  @media (max-width: 767px) {
    .reviews .heading-block.border:after {
      max-width: 100%; }
    .reviews .reviews-list {
      font-size: 16px;
      text-align: left; }
      .reviews .reviews-list .row {
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding: 0; }
        .reviews .reviews-list .row .block {
          -webkit-box-flex: 1;
          -webkit-flex: 1 100%;
              -ms-flex: 1 100%;
                  flex: 1 100%;
          margin: 0 0 15px; }
          .reviews .reviews-list .row .block h4 {
            font-size: 20px; }
          .reviews .reviews-list .row .block .head-reating {
            letter-spacing: 0.53px; }
      .reviews .reviews-list .block {
        font-size: 14px;
        line-height: 24px; }
        .reviews .reviews-list .block:after {
          top: -10px;
          left: -10px; }
        .reviews .reviews-list .block .head-reating {
          margin-bottom: 11px; }
          .reviews .reviews-list .block .head-reating .dashes {
            display: inline-block; }
        .reviews .reviews-list .block .reating-list {
          display: inline-block;
          vertical-align: top; }
          .reviews .reviews-list .block .reating-list li {
            margin: 0 3px 0 0; }
    .reviews .heading-block {
      padding: 0 0 21px;
      margin: 0 0 33px; }
      .reviews .heading-block.border:after {
        background-color: rgba(0, 0, 0, 0.1); }
      .reviews .heading-block .sub-title {
        margin-bottom: 14px; }
      .reviews .heading-block h2 {
        margin-bottom: 20px;
        line-height: 1.583; }
      .reviews .heading-block .reating-list {
        display: inline-block;
        vertical-align: top; }
        .reviews .heading-block .reating-list li {
          margin: 0 0 0 1px; }
          .reviews .heading-block .reating-list li i {
            font-size: 20px; } }
  @media (max-width: 374px) {
    .reviews .reviews-list .row .block h4 {
      font-size: 16px; } }

.about-books {
  padding: 50px 0 69px; }
  .about-books .heading-block {
    text-align: left;
    margin: 0 0 20px;
    width: 46%; }
    .about-books .heading-block h2 {
      letter-spacing: 1.11px; }
  .about-books .about-books-content .block-video {
    width: 49.275%;
    float: right;
    margin: -36px 0 0;
    position: relative; }
  .about-books .about-books-content .text {
    width: 46%; }
  .about-books .link-read-more {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600; }
  @media (max-width: 1024px) {
    .about-books {
      padding: 38px 0 37px; }
      .about-books .heading-block {
        text-align: center;
        margin-bottom: 18px;
        width: 100%; }
      .about-books .about-books-content .block-video {
        width: 100%;
        float: none;
        margin: 0 0 25px;
        display: block; }
      .about-books .about-books-content .text {
        width: 100%; }
      .about-books .link-read-more {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .about-books .heading-block {
      text-align: left;
      margin-bottom: 21px; }
    .about-books .link-read-more {
      font-size: 16px; } }

.media {
  padding: 70px 0; }
  .media .visual-container {
    font-family: "Open Sans", sans-serif;
    padding-bottom: 40px; }
    .media .visual-container .block-large {
      overflow: hidden;
      border-radius: 4px;
      position: relative;
      width: 49.275%;
      float: left; }
      .media .visual-container .block-large .bg-stretch {
        height: 448px; }
      .media .visual-container .block-large img {
        width: 100%; }
      .media .visual-container .block-large.video {
        position: relative;
        display: block; }
        .media .visual-container .block-large.video .play {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 50px;
          height: 50px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 5;
          border: 2px solid #fff;
          border-radius: 50%;
          text-indent: -9999px; }
          .media .visual-container .block-large.video .play:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 16px solid #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-40%, -50%);
                -ms-transform: translate(-40%, -50%);
                    transform: translate(-40%, -50%); }
      .media .visual-container .block-large .description {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 24px;
        text-transform: uppercase;
        letter-spacing: 0.53px; }
        .media .visual-container .block-large .description h4 {
          color: #fff;
          letter-spacing: 0.8px;
          margin: 0;
          line-height: 1.375; }
      .media .visual-container .block-large .title-post span {
        font-weight: 600; }
    .media .visual-container .list-visual {
      width: 49.275%;
      float: right; }
      .media .visual-container .list-visual li {
        padding-bottom: 20px; }
        .media .visual-container .list-visual li:last-child {
          padding-bottom: 0; }
        .media .visual-container .list-visual li .img {
          overflow: hidden;
          border-radius: 4px;
          float: left;
          width: 25.588%;
          position: relative; }
          .media .visual-container .list-visual li .img .bg-stretch {
            height: 97px; }
          .media .visual-container .list-visual li .img:after {
            background-color: rgba(39, 39, 39, 0.5);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
          .media .visual-container .list-visual li .img img {
            width: 100%; }
        .media .visual-container .list-visual li .description {
          float: right;
          width: 71.47%; }
          .media .visual-container .list-visual li .description .title-post {
            text-transform: uppercase;
            color: rgba(39, 39, 39, 0.5);
            letter-spacing: 0.53px;
            line-height: 1.8; }
            .media .visual-container .list-visual li .description .title-post a {
              text-decoration: none; }
            .media .visual-container .list-visual li .description .title-post .mark {
              color: #08a4d3;
              font-weight: 600; }
          .media .visual-container .list-visual li .description h4 {
            text-transform: none;
            margin: 0; }
        .media .visual-container .list-visual li:hover .img:after {
          background-color: transparent; }
        .media .visual-container .list-visual li.video .play {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 36px;
          height: 36px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 5;
          border: 2px solid #fff;
          border-radius: 18px;
          text-indent: -9999px; }
          .media .visual-container .list-visual li.video .play:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 11px solid #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
  @media (max-width: 1281px) {
    .media .visual-container .list-visual li .img {
      width: 30%; }
    .media .visual-container .list-visual li .description {
      width: 67%; } }
  @media (max-width: 1024px) {
    .media {
      padding: 39px 0 38px; }
      .media .visual-container {
        padding-bottom: 35px; }
        .media .visual-container .block-large,
        .media .visual-container .list-visual {
          float: none;
          width: 100%; }
        .media .visual-container .block-large {
          margin-bottom: 35px; }
          .media .visual-container .block-large .bg-stretch {
            height: 289px; }
          .media .visual-container .block-large .description {
            padding: 15px 16px 15px; }
            .media .visual-container .block-large .description .title-post {
              margin: 0 0 10px; }
        .media .visual-container .list-visual li .img {
          width: 17%; }
          .media .visual-container .list-visual li .img .bg-stretch {
            height: 88px; }
        .media .visual-container .list-visual li .description {
          width: 80.47%; } }
  @media (max-width: 767px) {
    .media .visual-container .block-large {
      position: relative; }
      .media .visual-container .block-large .overlay {
        background: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100; }
      .media .visual-container .block-large .bg-stretch {
        height: 280px; }
      .media .visual-container .block-large .title-post span {
        font-size: 15px; }
      .media .visual-container .block-large.video .play {
        top: 40%; }
    .media .visual-container .list-visual li .img {
      width: 22%; }
      .media .visual-container .list-visual li .img .bg-stretch {
        height: 72px; }
    .media .visual-container .list-visual li .description {
      width: 73%; }
    .media .btn-container .btn {
      margin-bottom: 10px; }
      .media .btn-container .btn:last-child {
        margin-bottom: 0; } }
  @media (max-width: 374px) {
    .media .visual-container .block-large .title-post span {
      font-size: 12px; }
    .media .visual-container .list-visual li .description .title-post {
      font-size: 11px; } }

.events {
  padding: 70px 0 60px; }
  .events .title-holder {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px; }
  @media (max-width: 1280px) {
    .events {
      padding: 70px 0 73px; } }
  @media (max-width: 1023px) {
    .events {
      padding: 37px 0 50px; }
      .events .heading-block {
        margin: 0 0 19px; }
      .events .title-holder {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .events {
      padding: 37px 0 36px; }
      .events .heading-block {
        margin-bottom: 23px; }
      .events .title-holder {
        text-align: left; }
      .events .hidden-desktop {
        display: block; } }

.list-upcoming-events {
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -25px -10px 37px; }
  .list-upcoming-events .block-holder {
    width: 33.333%;
    text-align: center;
    margin-top: 25px;
    padding: 0 10px; }
  .list-upcoming-events .block {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    display: block;
    margin-bottom: 13px;
    text-decoration: none;
    height: 447px;
    background-size: cover !important; }
    .list-upcoming-events .block img {
      width: 100%; }
    .list-upcoming-events .block:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(33, 71, 82, 0.67); }
    .list-upcoming-events .block:hover:after {
      background-color: rgba(101, 83, 52, 0.67); }
    .list-upcoming-events .block:hover .info .date {
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    .list-upcoming-events .block:hover .info .city {
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    .list-upcoming-events .block .visual-upcoming-events {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      padding: 30px 10px 48px; }
      .list-upcoming-events .block .visual-upcoming-events h5, .list-upcoming-events .block .visual-upcoming-events h3, .list-upcoming-events .block .visual-upcoming-events .author {
        color: #fff;
        text-transform: uppercase; }
      .list-upcoming-events .block .visual-upcoming-events h5 {
        font-family: "Merriweather", serif;
        font-weight: 400;
        opacity: .8;
        margin-bottom: 17px;
        font-size: 19px;
        letter-spacing: 2px; }
      .list-upcoming-events .block .visual-upcoming-events h3 {
        margin-bottom: 4px;
        letter-spacing: .6px; }
      .list-upcoming-events .block .visual-upcoming-events .author {
        font-size: 14px;
        font-weight: 600; }
    .list-upcoming-events .block .info {
      position: absolute;
      left: 50%;
      bottom: 58px;
      width: 100%;
      max-width: 272px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .list-upcoming-events .block .info .date {
        font-size: 24px;
        line-height: 33px;
        font-weight: 700;
        padding: 6px 5px 14px 5px;
        width: 100%;
        background-color: #e4ab4d;
        position: relative;
        display: inline-block;
        vertical-align: top;
        -webkit-transform: skew(0, -1deg);
            -ms-transform: skew(0, -1deg);
                transform: skew(0, -1deg);
        text-transform: uppercase;
        z-index: 5; }
        .list-upcoming-events .block .info .date:after {
          content: '';
          height: 20px;
          background-color: #e4ab4d;
          width: 100%;
          position: absolute;
          top: -7px;
          left: 0;
          -webkit-transform: skew(0, 3deg);
              -ms-transform: skew(0, 3deg);
                  transform: skew(0, 3deg);
          z-index: -1; }
      .list-upcoming-events .block .info .city {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        background-color: #d3942b;
        display: inline-block;
        vertical-align: top;
        padding: 10px 5px 5px;
        position: relative;
        margin-top: -5px;
        max-width: 214px;
        width: 100%; }
        .list-upcoming-events .block .info .city:after {
          content: '';
          height: 15px;
          background-color: #d3942b;
          width: 100%;
          position: absolute;
          bottom: -8px;
          left: 0;
          -webkit-transform: skew(0, 3deg);
              -ms-transform: skew(0, 3deg);
                  transform: skew(0, 3deg);
          z-index: -1; }
      .list-upcoming-events .block .info.revert .date:after {
        -webkit-transform: skew(0, -3deg);
            -ms-transform: skew(0, -3deg);
                transform: skew(0, -3deg); }
      .list-upcoming-events .block .info.revert .city:after {
        -webkit-transform: skew(0, -3deg);
            -ms-transform: skew(0, -3deg);
                transform: skew(0, -3deg); }
    .list-upcoming-events .block .live-stream {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      padding: 5px 0 2px;
      letter-spacing: -0.8px; }
      .list-upcoming-events .block .live-stream i {
        position: relative;
        font-style: normal;
        padding: 0 14px; }
        .list-upcoming-events .block .live-stream i:after {
          content: '';
          width: 6px;
          height: 6px;
          background-color: #de3333;
          position: absolute;
          top: 50%;
          left: 0;
          border-radius: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .list-upcoming-events .block.block-full-event {
      border: 1px solid #08a4d3;
      color: #08a4d3;
      text-align: center;
      font-size: 18px; }
      .list-upcoming-events .block.block-full-event:after {
        content: none; }
      .list-upcoming-events .block.block-full-event .text {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .list-upcoming-events .block.block-full-event .text span {
          display: block; }
  .list-upcoming-events .events-spot {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    vertical-align: top; }
  @media (max-width: 1280px) {
    .list-upcoming-events {
      margin: -25px -10px 47px; }
      .list-upcoming-events .block {
        height: 354px; }
        .list-upcoming-events .block .visual-upcoming-events h3 {
          margin-bottom: 15px; }
        .list-upcoming-events .block .visual-upcoming-events .author {
          font-size: 16px; } }
  @media (max-width: 1023px) {
    .list-upcoming-events {
      margin: -25px -10px 0; }
      .list-upcoming-events .block-holder {
        width: 50%; }
        .list-upcoming-events .block-holder.hidden {
          display: block; }
      .list-upcoming-events .block {
        margin-bottom: 15px; }
        .list-upcoming-events .block.block-full-event {
          margin: 0; }
        .list-upcoming-events .block .visual-upcoming-events {
          padding: 19px 10px 30px; }
      .list-upcoming-events .events-spot {
        font-size: 16px; }
      .list-upcoming-events .icon {
        width: 44px;
        height: 44px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAACFklEQVRYR+2ZvUsjURTFz1E0M2plt6DlFqsGLa1EsNpSBFnZFFbaWomN/4DaWAnWidpYWwmWlrv4tWCn7tpZLOgkTa68yMQwJOR9ZTQwqc9995cz581L3iU0PkHxQhpl5UKeGmVtJTbrajW2WbgtLQCbdTNgHWdjjbXD4fHtCKLKFoBZgXwxadppLcFHAGcIc+vRwtcH1mDLld8iMtzp5i7rk3xCkJtkWLw8EMiSy2Jp1RI8VMD/PlsMWhmg4sFk8NNyy7ZPBmzrnG5d5rCuU7a6zGFb53TrutdhX79xdZ0y1cXnRd3hDNjUwjb6zGFdQweLN/ne/urf/4vjT7o1SvchDg+WrqaqkFMAd319nDOBTh04ho3/KJD8ZQKdKnASNo4CibXoZ35XJxqpAbeEBbejwsS6DqyXDIsIh0p/Jp4L3y5aNfUF6wysYMPS5R7I5R7h/Eth/CQJ7RPWCbgOC6zWIMlKEto3rBNwULqeAapnEHm/NWqA7gSsE7AqHji4Wq2K7CWhSWxAsJm846DhBmu2J5zfEk2hm3TyAevscMzVDtoXrDfglvFQe9FDDBofmHMkGhdLOu0b1qvDyXhQsGNygqV20jVrFB5dT0c/xs51IUx0XiNh0thWmwHbOqdb170OxxfaDINRNUPQ/cZp6tRYQ6Lyfe1Cuz4yIE8Y5FY+G3QNtlzZh8j3t5FBtw1l1KPtprHXKyOv3XIWEoGWAAAAAElFTkSuQmCC);
        display: block;
        margin: 0 auto 15px; }
      .list-upcoming-events .text {
        font-size: 16px;
        letter-spacing: 0.53px;
        font-weight: 600; } }
  @media (max-width: 767px) {
    .list-upcoming-events {
      margin: -30px 0 36px; }
      .list-upcoming-events .block .info {
        bottom: 60px; }
      .list-upcoming-events .block .visual-upcoming-events {
        padding: 23px 10px 30px; }
        .list-upcoming-events .block .visual-upcoming-events h3 {
          margin-bottom: 10px; }
      .list-upcoming-events .block-holder {
        width: 100%;
        margin-top: 30px;
        padding: 0; }
        .list-upcoming-events .block-holder.hidden {
          display: none; } }
  @media (max-width: 374px) {
    .list-upcoming-events .block {
      height: 280px; }
      .list-upcoming-events .block .info .date {
        font-size: 15px;
        line-height: 18px;
        width: 80%;
        padding: 2px 5px 8px 5px; }
      .list-upcoming-events .block .info .city {
        font-size: 14px;
        line-height: 16px;
        padding: 7px 5px 3px; }
      .list-upcoming-events .block .visual-upcoming-events h5 {
        margin-bottom: 6px; }
    .list-upcoming-events .block-holder {
      padding: 0; } }

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0;
  visibility: hidden; }

.modal-backdrop.fade.in {
  opacity: 0.8;
  visibility: visible;
  filter: alpha(opacity=80); }

.hide {
  opacity: 0;
  visibility: hidden; }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 100%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
  font-size: 16px;
  font-weight: 300;
  background-color: #f6f5f4;
  padding: 59px 64px 55px 97px;
  border-radius: 8px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans", sans-serif;
  max-width: 997px; }
  .modal .mark {
    font-weight: 400; }
  .modal.fade {
    top: 100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out; }
    .modal.fade.in {
      top: 50%; }
  .modal.free-audio-modal h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: .8px; }
  .modal.free-audio-modal .sub-title-form {
    margin-bottom: 24px; }
  .modal.free-audio-modal .img {
    float: left;
    width: 29%;
    position: relative; }
    .modal.free-audio-modal .img .mobile {
      display: none; }
    .modal.free-audio-modal .img .icons {
      background: url(../images/icon-headphones.svg) no-repeat 50% 50%;
      width: 56px;
      height: 56px;
      background-color: #e4ab4d;
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 50%;
      display: none; }
  .modal.free-audio-modal .form-audio-chapter {
    float: right;
    width: 58.7%;
    padding: 14px 0 0; }
  .modal.free-audio-modal .btn-form {
    font-weight: 600;
    -webkit-transition: 0s linear;
            transition: 0s linear; }
  .modal.thank-you-modal {
    padding: 73px 64px 71px 97px; }
    .modal.thank-you-modal .icon-chek {
      background: url(../images/check.svg) no-repeat;
      width: 88px;
      height: 88px;
      display: block;
      margin: 0 auto 64px; }
    .modal.thank-you-modal .text-info {
      text-align: center;
      font-size: 22px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: .55px;
      color: #272727;
      max-width: 554px;
      margin: 0 auto 120px; }
      .modal.thank-you-modal .text-info .title-popup {
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 46px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 20px; }
      .modal.thank-you-modal .text-info .mark-text {
        font-weight: 600;
        font-style: normal; }
      .modal.thank-you-modal .text-info a {
        text-decoration: none; }
    .modal.thank-you-modal .btn {
      text-transform: uppercase;
      padding: 11px 65px; }
  .modal .close {
    position: absolute;
    top: 24px;
    right: 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1px;
    color: #000;
    text-decoration: none;
    padding: 0 35px 0 0;
    z-index: 1; }
    .modal .close span {
      text-indent: -9999px;
      display: inline-block; }
    .modal .close .icons {
      position: absolute;
      top: 0;
      right: 0;
      width: 28px;
      height: 28px; }
      .modal .close .icons:after, .modal .close .icons:before {
        content: '';
        height: 4px;
        width: 30px;
        position: absolute;
        background-color: #505050; }
      .modal .close .icons:after {
        top: 12px;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
      .modal .close .icons:before {
        top: 12px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .modal .close .icons:hover:after, .modal .close .icons:hover:before {
        background: #6c6c6c; }
  @media (max-width: 1023px) {
    .modal {
      max-width: 728px; }
      .modal.free-audio-modal {
        padding: 58px 50px 58px; }
        .modal.free-audio-modal .img {
          width: 37%; }
        .modal.free-audio-modal .form-audio-chapter {
          width: 56%; }
        .modal.free-audio-modal h3 {
          font-size: 22px;
          letter-spacing: 0.55px; }
      .modal.thank-you-modal .icon-chek {
        margin-bottom: 51px; }
      .modal.thank-you-modal .text-info {
        margin-bottom: 118px; } }
  @media (max-width: 767px) {
    .modal {
      padding: 7px 20px;
      border-radius: 0;
      font-size: 14px; }
      .modal.free-audio-modal {
        padding: 7px 20px 7px; }
      .modal .modal-body {
        height: calc(100vh - 150px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      .modal .close {
        top: -45px;
        right: 50%;
        padding: 0 35px;
        -webkit-transform: translateX(40%);
            -ms-transform: translateX(40%);
                transform: translateX(40%);
        color: #fff;
        letter-spacing: 0.1px;
        opacity: 0;
        -webkit-transition-duration: 4s;
                transition-duration: 4s; }
        .modal .close span {
          text-indent: 0; }
        .modal .close .icons {
          width: 22px;
          height: 22px;
          top: 2px;
          right: 7px; }
          .modal .close .icons:after, .modal .close .icons:before {
            background-color: #fff;
            width: 22px;
            height: 3px; }
          .modal .close .icons:hover:after, .modal .close .icons:hover:before {
            background: #fff; }
      .modal.fade {
        top: 200%; }
        .modal.fade.in {
          -webkit-transform: translate(-50%, -100%);
              -ms-transform: translate(-50%, -100%);
                  transform: translate(-50%, -100%);
          top: 100%; }
          .modal.fade.in .close {
            opacity: 1; }
      .modal.free-audio-modal h3 {
        margin: 0 0 13px; }
      .modal.free-audio-modal .img {
        display: block;
        clear: both;
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 177px; }
        .modal.free-audio-modal .img .desktop {
          display: none; }
        .modal.free-audio-modal .img .mobile {
          display: block; }
        .modal.free-audio-modal .img .icons {
          display: block;
          top: 24px;
          right: -2px; }
      .modal.free-audio-modal .form-audio-chapter {
        width: 100%;
        float: none;
        padding: 21px 0 0; }
      .modal.thank-you-modal {
        padding: 40px 20px; }
        .modal.thank-you-modal .text-info {
          margin-bottom: 111px;
          font-size: 18px;
          letter-spacing: .45px;
          line-height: 32px; }
          .modal.thank-you-modal .text-info .title-popup {
            font-size: 25px;
            line-height: 34px;
            letter-spacing: 1.6px;
            margin: 0 0 28px; }
        .modal.thank-you-modal .icon-chek {
          width: 66px;
          height: 66px;
          margin-bottom: 40px;
          background-size: cover; }
        .modal.thank-you-modal .btn {
          display: inline-block;
          vertical-align: top; }
      .modal .btn-form {
        padding: 21px 0; } }
  @media (max-width: 374px) {
    .modal .modal-body {
      height: calc(100vh - 150px);
      overflow-y: auto; }
    .modal.thank-you-modal {
      padding: 20px 10px; }
      .modal.thank-you-modal .modal-body {
        height: calc(100vh - 180px);
        overflow-y: auto; }
      .modal.thank-you-modal .text-info {
        margin-bottom: 40px; }
      .modal.thank-you-modal .icon-chek {
        margin-bottom: 20px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) {
    .modal.thank-you-modal {
      padding: 10px; }
      .modal.thank-you-modal .text-info {
        margin-bottom: 40px; }
      .modal.thank-you-modal .icon-chek {
        margin-bottom: 10px; }
      .modal.thank-you-modal .modal-body {
        height: calc(100vh - 160px);
        overflow-y: auto; }
    .modal .modal-body {
      height: calc(100vh - 150px);
      overflow-y: auto; } }
/*# sourceMappingURL=main.css.map */