/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Fonts
*/
/*
* Reset style
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*
* Settings
*/
/* ----- navigation section ----- */
/* ----- header section ----- */
/* ----- intro section ----- */
/* ----- team section ----- */
/* ----- articles_list section ----- */
/* ----- contacts section ----- */
/* ----- article page poster section ----- */
/* ----- article page content section ----- */
/* ----- partners page section ----- */
/* ----- team page section ----- */
/* ----- forms section ----- */
/* ----- footer section ----- */
/* ----- text section ----- */
/*
* Grid
*/
.row {
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row {
  position: relative;
  max-width: 1310px;
  padding: 0 15px;
}

.row::after {
  clear: both;
}

.row-large {
  max-width: 1800px;
}

.row-medium {
  max-width: 1480px;
}

.row-small {
  max-width: 1160px;
}

.row-max {
  max-width: 100%;
}

.columns {
  float: left;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.row .row {
  padding: 0;
}

.large-12,
.medium-12,
.small-12 {
  width: 100%;
}

.large-11,
.medium-11,
.small-11 {
  width: 91.66667%;
}

.large-10,
.medium-10,
.small-10 {
  width: 83.33333%;
}

.large-9,
.medium-9,
.small-9 {
  width: 75%;
}

.large-8,
.medium-8,
.small-8 {
  width: 66.66667%;
}

.large-7,
.medium-7,
.small-7 {
  width: 58.33333%;
}

.large-6,
.medium-6,
.small-6 {
  width: 50%;
}

.large-5,
.medium-5,
.small-5 {
  width: 41.66667%;
}

.large-4,
.medium-4,
.small-4 {
  width: 33.33333%;
}

.large-3,
.medium-3,
.small-3 {
  width: 25%;
}

.large-2,
.medium-2,
.small-2 {
  width: 16.66667%;
}

.large-1,
.medium-1,
.small-1 {
  width: 8.33333%;
}

@media screen and (max-width: 1024px) {
  .large-12,
  .large-11,
  .large-10,
  .large-9,
  .large-8,
  .large-7,
  .large-6,
  .large-5,
  .large-4,
  .large-3,
  .large-2,
  .large-1 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .medium-12,
  .medium-11,
  .medium-10,
  .medium-9,
  .medium-8,
  .medium-7,
  .medium-6,
  .medium-5,
  .medium-4,
  .medium-3,
  .medium-2,
  .medium-1 {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .small-12,
  .small-11,
  .small-10,
  .small-9,
  .small-8,
  .small-7,
  .small-6,
  .small-5,
  .small-4,
  .small-3,
  .small-2,
  .small-1 {
    width: 100%;
  }
}

/*
* General
*/
.design {
  position: absolute;
  top: -82px;
  opacity: 0.4;
  z-index: -10;
}

html {
  height: 100%;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  font-weight: normal;
  color: #000;
  font-size: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

#___gatsby,
#gatsby-focus-wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
label,
input {
  font-family: inherit;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  line-height: 1;
}

h1 {
  font-size: 2em;
  line-height: normal;
}

h2 {
  font-size: 1.8em;
  line-height: normal;
}

h3 {
  font-size: 1.5em;
  line-height: normal;
}

h4 {
  font-size: 1.3em;
  line-height: normal;
}

h5 {
  font-size: 1.2em;
  line-height: normal;
}

h6 {
  font-size: 1.1em;
  line-height: normal;
}

p,
span,
a {
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
}

.text-block p {
  line-height: normal;
}

.text-block a {
  position: relative;
  color: red;
}

.text-block a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f00;
}

.text-block p .color-red {
  position: relative;
  color: red;
  font-weight: 700;
}

.text-block p .color-red:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f00;
}

.text-block p.text-small {
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

ul,
ol,
dl {
  line-height: 1.6;
  list-style-position: outside;
}

li {
  font-size: inherit;
  list-style: none;
}

h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif;
}

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

input,
textarea {
  font-family: inherit;
}

input {
  background-color: transparent;
  border: none;
}

input::-webkit-input-placeholder {
  color: #000;
}

::-webkit-input-placeholder {
  color: #000;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline: none;
  -webkit-transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s;
  transition: border-color 0.4s ease-in-out, -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s, border-color 0.4s ease-in-out;
  transition: box-shadow 0.4s, border-color 0.4s ease-in-out;
  transition: box-shadow 0.4s, border-color 0.4s ease-in-out,
    -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s, border-color 0.4s ease-in-out,
    -webkit-box-shadow 0.4s;
}

button,
select {
  font-size: 1em;
  text-transform: none;
  background-color: transparent;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

strong,
b {
  font-weight: bold;
}

strong a,
b a {
  font-weight: bold;
}

section em,
section em h1,
section em h2,
section em h3,
section em p,
section em span,
section em a {
  font-style: italic;
}

section,
footer {
  overflow: hidden;
}

section {
  position: relative;
  background-color: transparent;
  z-index: 5;
}

a {
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.btn {
  -webkit-transition: border 0.4s, background-color 0.4s, color 0.4s,
    opacity 0.4s;
  -webkit-transition: border 0.4s, background-color 0.4s, color 0.4s,
    opacity 0.4s;
  -o-transition: border 0.4s, background-color 0.4s, color 0.4s, opacity 0.4s;
  transition: border 0.4s, background-color 0.4s, color 0.4s, opacity 0.4s;
}

.table-cell_align-middle {
  display: table-cell;
  vertical-align: middle;
}

.inline-block_align-middle {
  display: inline-block;
  vertical-align: middle;
}

.group {
  zoom: 1;
}

.group:after,
.group:before {
  content: "";
  display: table;
}

.base-row {
  zoom: 1;
}

.base-row:after,
.base-row:before {
  content: "";
  display: table;
}

.social-wrapper .tpl-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.table-block {
  display: table;
}

.table-cell {
  display: table-cell;
}

.vertical-align-m {
  vertical-align: middle;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.link-wrapper {
  display: inline-block;
}

.text-black {
  color: #1a2138;
}

.text-red {
  color: #72171e;
}

.link-elem {
  cursor: pointer;
}

sup {
  font-size: 0.7em;
  vertical-align: super;
}

.border-top {
  border-top: 5px solid #000;
}

.border-bottom {
  border-bottom: 5px solid #000;
}

.btn {
  cursor: pointer;
  opacity: 1;
}

.btn.active {
  background-color: #fff;
}

.btn-link-block {
  display: inline-block;
  width: 100%;
}

.btn-link-block img {
  height: 8px;
  margin-right: 8px;
}

.btn-link-block span {
  display: inline-block;
  position: relative;
}

.link-btn {
  color: #2c76f1;
  cursor: pointer;
}

.button-more-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.button-more-wrapper .button-more-block {
  position: relative;
  max-width: 177px;
  margin: 12px auto 0;
}

.button-more-wrapper button {
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 100%;
  max-width: 177px;
  padding: 9px 21px 7px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition-property: font-weight, letter-spacing;
  -o-transition-property: font-weight, letter-spacing;
  transition-property: font-weight, letter-spacing;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.button-more-wrapper button:hover {
  font-weight: 800;
}

.button-more-wrapper .button-more-block .icon-block {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-more-wrapper .button-more-block .icon-block svg {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.button-more-wrapper .button-more-block .icon-block path {
  -webkit-transition: stroke-width 0.4s;
  -o-transition: stroke-width 0.4s;
  transition: stroke-width 0.4s;
}

.button-more-wrapper .button-more-block:hover .icon-block svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.button-more-wrapper .button-more-block:hover .icon-block path {
  stroke-width: 3px;
}

.button-elem {
  display: inline-block;
  width: 100%;
  padding: 12px 15px 15px;
  color: #fff;
  font-size: 1.75em;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: normal;
  text-align: center;
  background-color: #f00;
  border: 6px solid #f00;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.button-elem:hover {
  color: #f00;
  background-color: transparent;
}

.button-elem .btn {
  font-weight: 600;
}

.button-red {
  background-color: #df2427;
}

.button-red:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(150, 48, 57, 0.37),
    inset 0px -8px 11px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 10px rgba(150, 48, 57, 0.37),
    inset 0px -8px 11px rgba(0, 0, 0, 0.11);
}

.button-brown {
  background-color: #b8923c;
}

.button-brown:hover {
  -webkit-box-shadow: inset 0px -8px 11px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -8px 11px rgba(0, 0, 0, 0.2);
}

.button-gray {
  background-color: #c4c4c4;
}

.button-gray:hover {
  -webkit-box-shadow: inset 0px -8px 11px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -8px 11px rgba(0, 0, 0, 0.2);
}

.text-center {
  text-align: center;
}

.text-uppercase {
  font-weight: inherit;
  text-transform: uppercase;
}

.pointer {
  opacity: 1;
  -webkit-animation-name: text-pointer;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  animation-name: text-pointer;
  animation-duration: 1s;
  -webkit-animation-timing-function: step-end;
  animation-timing-function: step-end;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes text-pointer {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  z-index: -10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-size-cover-wrapper {
  position: relative;
}

.image-size-cover-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.image-size-cover-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
}

.overWidthImg {
  height: auto;
  min-width: 100%;
}

.overHeightImg {
  height: 100% !important;
  max-width: inherit;
}

.out-row-width {
  float: none;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.out-row-width-4px {
  float: none;
  width: auto;
  margin-right: -4px;
  margin-left: -4px;
}

.mb-22px {
  margin-bottom: 22px;
}

.px-5px {
  padding: 0 5px;
}

.anchor {
  position: absolute;
  top: -70px;
}

.opacity-none {
  opacity: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.display-none {
  display: none !important;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sticky-sidebar {
  position: fixed;
  margin-top: 0;
  -webkit-transition: margin-top 0.4s;
  -o-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
}

/* ----- end search style ----- */
/* ------------------------- */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

section .button-more-wrapper .btn-link-block img {
  display: block;
  height: 12px;
  margin: 0 auto 3px;
}

section .button-more-wrapper .btn-link-block span {
  margin: 0;
}

@media only screen and (max-width: 1220px) {
  .button-elem {
    padding: 12px 15px 13px;
  }
}

/*
* Components
*/
.startPage-article-section {
  margin-top: 45px;
}

.page-wrapper {
  position: relative;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

h1,
.main-title {
  font-family: inherit;
}

.title-main h1 {
  font-weight: 800;
}

.page-title-block {
  text-align: center;
}

.page-title-block h1,
.page-title-block h2,
.page-title-block h3 {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 46px;
  text-transform: uppercase;
}

.style-title-wrapper {
  text-align: center;
}

.style-title-block {
  position: relative;
  padding-bottom: 80px;
}

.style-title-wrapper h1,
.style-title-wrapper h2,
.style-title-wrapper h3,
.style-title-wrapper p {
  position: relative;
  top: 20px;
  color: #72171e;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.25;
  z-index: 10;
}

.style-title-wrapper .bg-block svg {
  display: inline-block;
  position: relative;
  width: 100%;
}

.main-section-wrapper {
  padding-top: 106px;
  padding-bottom: 165px;
}

.section-bg {
  background-color: #141414;
  -webkit-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.section-bg-white {
  background-color: #fff;
}

.section-bg h1,
.section-bg h2,
.section-bg h3,
.section-bg h4,
.section-bg h5,
.section-bg h6,
.section-bg p,
.section-bg span,
.section-bg a {
  color: #fff;
  -webkit-transition: color 0.8s;
  -o-transition: color 0.8s;
  transition: color 0.8s;
}

.startPage-section {
  padding-top: 175px;
}

body .startPage-section .startPage-block {
  margin-top: 64px;
}

.section-padding {
  padding: 20px 0 90px 0;
}

.socials-wrapper {
  margin-top: 10px;
}

.socials-block .tpl-wrapper {
  float: left;
  display: inline-block;
  width: 100%;
  max-width: 50px;
  margin: 0 35px;
}

.socials-block .tpl-wrapper:first-child {
  margin-left: 0;
}

.socials-block .tpl-wrapper:last-child {
  margin-right: 0;
}

.socials-block .tpl-block {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
}

.socials-block .tpl-block img,
.socials-block .tpl-block svg {
  float: left;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-download {
  display: inline-block;
  max-width: 340px;
  margin-top: 25px;
  text-align: center;
}

.button-download a {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px 30px 15px;
  color: #000;
  font-size: 0.95em;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #141414;
  cursor: pointer;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  -o-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
}

.button-download a:hover {
  color: #fff;
  background-color: #662d91;
  border: 1px solid #662d91;
}

.popup-btn,
.popup-btn label {
  cursor: pointer;
}

body .popup-block,
body .popup-block .popup-innerBlock {
  width: 100%;
  height: 100%;
}

body .popup-block {
  display: none;
  top: 50% !important;
  left: 50% !important;
  min-width: 100%;
  min-height: 100%;
  padding: 10px 15px;
  background-color: transparent;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body .popup-block .popup-innerBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-close-wrapper {
  position: absolute;
  right: -25px;
  top: -25px;
}

.modal-close-block {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #cc392e;
  border-radius: 50%;
  cursor: pointer;
}

.modal-close-wrapper img,
.modal-close-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body .ha-icon,
body .ha-icon-active {
  width: 100%;
  height: 40px;
  margin: 0;
}

body .popup-block .popup-innerWrapper .ha-icon {
  float: left;
  position: relative;
  margin-bottom: 20px;
  background-position: 13px center;
  border-radius: 10px;
  text-indent: 0;
}

body .popup-block .popup-innerWrapper .ha-icon:last-child {
  margin-bottom: 0;
}

body .popup-block .popup-innerWrapper .ha-icon:hover {
  opacity: 1;
}

body .ha-icon.facebook {
  background-color: #2b12de;
  background-image: url("/assets/template/src/img/icons/login-fb.svg");
}

body .ha-icon.google {
  background-color: #ffc4de;
  background-image: url("/assets/template/src/img/icons/login-google.svg");
}

body .popup-block .popup-innerWrapper .ha-icon .title {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-block .b-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#bar-progress {
  position: fixed;
  top: 0;
  width: 0%;
  height: 4px;
  background-color: #662d91;
  z-index: 25;
}

#bar-progress.sub-nav-article-active {
  background-color: #8e82ca;
}

.buy-component {
  margin-top: 50px;
}

.buy-component .buy-price-block,
.buy-component .buy-button-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.buy-component .buy-price-block {
  padding-right: 15px;
}

.buy-component .buy-button-block {
  display: inline-block;
  padding: 11px 24px 13px;
  border: 1px solid #000;
}

.buy-component .buy-button-block:hover {
  color: #fff;
  background-color: #000;
}

.buy-component .buy-button-block:hover .icon-block svg path {
  stroke: #fff;
}

.buy-component .buy-button-wrapper .title-block,
.buy-component .buy-button-wrapper .icon-block {
  display: inline-block;
  vertical-align: middle;
}

.buy-component span {
  float: left;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.buy-component .buy-button-wrapper .title-block span {
  margin-top: 1px;
  font-size: 13px;
  letter-spacing: 0.33em;
}

.buy-component .buy-button-wrapper .icon-block {
  padding-left: 15px;
}

.buy-component .buy-button-wrapper .icon-block svg {
  float: left;
}

.buy-component .buy-button-wrapper .icon-block svg path {
  stroke: #000;
  -webkit-transition: stroke 0.4s;
  -o-transition: stroke 0.4s;
  transition: stroke 0.4s;
}

.buy-component .sroll-to-card-button {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .startPage-section {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 960px) {
  .startPage-section {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 860px) {
  .text-content-block .text-block {
    font-size: 13px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 820px) {
  .startPage-article-section {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 676px) {
  .text-content-block .text-block {
    line-height: 28px;
  }
}

@media only screen and (max-width: 580px) {
  .startPage-section {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 420px) {
  .text-content-block .text-block {
    font-size: 12px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 380px) {
  .startPage-section {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 360px) {
  .text-content-block .text-block {
    font-size: 11px;
    line-height: 24px;
  }
}

/*
* Component Article
*/
.article-content-component-wrapper .text-block .title-block {
  margin-bottom: 25px;
}

.article-content-component-wrapper .text-block .title-block h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 1em;
  line-height: inherit;
}

.article-content-component-wrapper .text-block h1,
.article-content-component-wrapper .text-block h2,
.article-content-component-wrapper .text-block h3 {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.3;
}

.article-content-component-wrapper .text-block h1 span,
.article-content-component-wrapper .text-block h2 span,
.article-content-component-wrapper .text-block h3 span {
  font-weight: bold;
}

.article-content-component-wrapper .text-block h1 {
  margin-top: 0;
  font-size: 1.8em;
}

.article-content-component-wrapper .text-block h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 1.2em;
}

.article-content-component-wrapper .text-block p,
.article-content-component-wrapper .text-block a,
.article-content-component-wrapper .text-block span {
  line-height: inherit;
}

.article-content-component-wrapper .text-block ul {
  margin-bottom: 30px;
}

.article-content-component-wrapper .text-block a {
  color: #000;
}

.article-content-component-wrapper .text-block p p,
.article-content-component-wrapper .text-block p ul {
  margin-bottom: 0;
}

.article-content-component-wrapper .text-block .main-text-block > p {
  margin-bottom: 38px;
}

.home-content-section .select-block .select-input {
  font-size: 0.8em;
}

.article-content-component-wrapper ol,
.article-content-component-wrapper ul {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 17px;
  list-style: decimal;
}

.article-content-component-wrapper ul {
  margin-top: -10px;
  margin-left: 23px;
  list-style: disc;
}

.article-content-component-wrapper ol li,
.article-content-component-wrapper ul li {
  margin-bottom: 20px;
  line-height: normal;
  list-style: decimal;
}

.article-content-component-wrapper ul li {
  list-style: disc;
}

@media only screen and (max-width: 660px) {
  .article-content-component-wrapper {
    font-size: 19px;
  }
}

@media only screen and (max-width: 580px) {
  .article-content-component-wrapper .text-block h1,
  .article-content-component-wrapper .text-block h2 {
    margin-bottom: 26px;
  }
  .article-content-component-wrapper .text-block p {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 520px) {
  .article-content-component-wrapper {
    font-size: 16px;
  }
  .article-content-component-wrapper .text-block .title-block {
    margin-bottom: 15px;
  }
  .article-content-component-wrapper .text-block .main-text-block > p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 440px) {
  .article-content-component-wrapper {
    font-size: 15px;
  }
  .article-content-component-wrapper .text-block h2 {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .article-content-component-wrapper .text-block h3 {
    margin-top: 0;
    font-size: 1.1em;
    margin-bottom: 8px;
  }
  .article-content-component-wrapper .text-block p {
    margin-bottom: 25px;
  }
  .article-content-component-wrapper ol {
    margin-bottom: 15px;
  }
}

/*
* Cookieconsent
*/
#cookieconsent {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 17px;
  background-color: #141414;
  z-index: 100;
}

#cookieconsent .cc-banner {
  padding: 10px 0;
}

.cc-custom-layout {
  display: table;
  width: 100%;
  height: 60px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

.cc-custom-layout .left-block {
  display: table-cell;
  width: 50%;
  padding-right: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

.cc-custom-layout .left-block .cc-header {
  display: block;
}

.cc-custom-layout .left-block .cc-link {
  padding-left: 1px;
  color: #fff;
  text-decoration: underline;
}

.cc-custom-layout .right-block {
  display: table-cell;
  width: 50%;
  padding-left: 15px;
  vertical-align: middle;
}

.cc-custom-layout .right-block .cc-btn {
  display: inline-block;
  width: 180px;
  padding: 16px 15px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 4px;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.cc-custom-layout .right-block .cc-btn:hover {
  color: #fff;
  background-color: #662d91;
}

.cc-custom-layout .cc-customClose {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.cc-custom-layout .cc-customClose img {
  float: left;
  width: 100%;
  height: 100%;
}

/*
* Navigation
*/
nav {
  font-family: "IBM Plex Mono", monospace;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 36px;
  z-index: 200;
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}

nav.open {
  position: fixed;
}

nav.nav-main-section {
  position: fixed;
  top: -65px;
  height: 65px;
  background-color: #f00;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}

nav.nav-main-section.active {
  top: 0;
}

nav .nav-wrapper {
  height: 100%;
}

body .row-nav {
  height: 100%;
}

nav .nav-block {
  height: 100%;
  text-align: right;
}

nav .nav-block {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

nav .nav-wrapper p,
nav .nav-wrapper a,
nav .nav-wrapper span {
  color: #fff;
}

nav .left-block {
  width: 1px;
  min-width: 240px;
}

nav .logo-wrapper {
  text-align: right;
}

nav .left-block .logo-wrapper {
  text-align: left;
}

nav .logo-block {
  display: inline-block;
}

nav .logo-wrapper .image-block {
  height: 42px;
}

nav .logo-wrapper .image-block img {
  height: 100%;
}

nav .language-outerWrapper {
  position: relative;
  height: 49px;
  margin-right: 10px;
}

nav.nav-main-section .language-outerWrapper {
  left: 10px;
}

nav .language-wrapper {
  height: 100%;
  overflow: hidden;
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}

nav.nav-main-section .language-wrapper {
  max-width: 300px;
  max-height: 95vh;
  padding-right: 10px;
  overflow: hidden;
  background-color: #f00;
}

nav.nav-main-section .language-wrapper.hover {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

nav .language-block {
  text-align: center;
}

nav.nav-main-section .language-block {
  min-width: 290px;
  text-align: right;
}

nav .language-wrapper .tpl-block {
  float: left;
  position: relative;
  top: 50px;
  padding: 0 10px;
}

nav.nav-main-section .language-wrapper .tpl-block {
  width: 100%;
  margin-bottom: 5px;
}

nav.nav-main-section .language-wrapper .tpl-block:last-child {
  margin-bottom: 0;
}

nav .language-wrapper .tpl-block.active {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  pointer-events: none;
}

nav.nav-main-section .language-wrapper .tpl-block.active {
  right: 10px;
  background-color: #f00;
  z-index: 10;
}

nav .language-wrapper .tpl-block a {
  font-size: 1em;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

nav .over-hover-block {
  position: absolute;
  top: 0;
  right: 65px;
  width: 100%;
  height: 50px;
}

nav .list-wrapper,
nav .list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

nav .list-wrapper {
  width: 100%;
}

nav .list-wrapper li {
  display: table;
  position: relative;
  height: 100%;
  padding-right: 58px;
}

nav .list-wrapper li:first-child {
  padding-left: 0;
}

nav .list-wrapper li:last-child {
  padding-right: 0;
}

nav .list-wrapper li a,
nav .list-wrapper li .list-elem {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.02em;
  -webkit-transition: text-shadow 0.4s;
  -o-transition: text-shadow 0.4s;
  transition: text-shadow 0.4s;
}

nav .list-wrapper li a:hover,
nav .list-wrapper li .list-elem:hover {
  text-shadow: 0 0 0 #fff;
}

nav .list-wrapper li .icon-block {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-bottom: 4px;
}

nav .list-wrapper li .icon-block svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

nav .list-wrapper li.list-tpl-parent.hover .icon-block svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

nav .list-wrapper li .icon-block path {
  -webkit-transition: stroke-width 0.4s;
  -o-transition: stroke-width 0.4s;
  transition: stroke-width 0.4s;
}

nav .list-wrapper li:hover .icon-block path {
  stroke-width: 2px;
}

nav .list-wrapper li .inner-tpls-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: -22px;
  width: calc(100% + 44px);
  height: auto;
  margin-top: -1px;
  padding: 0 22px;
  background-color: #639;
  z-index: 10;
}

nav .list-wrapper li .inner-tpls-block {
  padding: 5px 0;
  border-top: 1px solid #9578ab;
}

nav .list-wrapper li .inner-tpls-wrapper li {
  display: block;
  height: auto;
  padding: 10px 0;
}

nav .list-wrapper li .inner-tpls-wrapper li a {
  display: block;
  width: 100%;
}

nav .nav-wrapper .bottom-block .right-block .list-block {
  float: right;
}

@media only screen and (max-width: 1200px) {
  nav {
    top: 30px;
    font-size: 28px;
  }
  nav.nav-main-section {
    height: 60px;
  }
  nav .language-outerWrapper,
  nav .over-hover-block {
    height: 37px;
  }
  nav .logo-wrapper .image-block {
    height: 36px;
  }
  nav.nav-main-section .language-wrapper {
    max-width: 220px;
  }
  nav.nav-main-section .language-block {
    min-width: 210px;
  }
  nav.nav-header-section .language-wrapper .tpl-block:not(.active) {
    top: 37px;
  }
}

@media only screen and (max-width: 640px) {
  nav .left-block {
    min-width: 205px;
  }
}

@media only screen and (max-width: 580px) {
  nav {
    font-size: 22px;
  }
  nav .language-outerWrapper,
  nav .over-hover-block {
    height: 30px;
  }
  nav.nav-main-section .language-outerWrapper {
    left: 15px;
  }
  nav.nav-main-section .language-wrapper {
    max-width: 160px;
  }
  nav.nav-main-section .language-block {
    min-width: 150px;
  }
  nav.nav-header-section .language-wrapper .tpl-block:not(.active) {
    top: 30px;
  }
}

@media only screen and (max-width: 520px) {
  nav.nav-header-section {
    height: 38px;
  }
  nav.nav-header-section .language-wrapper .tpl-block,
  nav.nav-header-section .language-wrapper .tpl-block.active {
    padding: 0 7px;
  }
}

@media only screen and (max-width: 480px) {
  nav.nav-main-section .language-wrapper {
    max-width: 110px;
  }
  nav.nav-main-section .language-block {
    min-width: 100px;
  }
  nav .logo-wrapper .image-block {
    height: 26px;
  }
  nav .left-block .logo-wrapper .image-block {
    height: 36px;
  }
  nav .language-outerWrapper {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 460px) {
  nav.nav-header-section {
    top: 15px;
  }
  nav.nav-header-section .language-block {
    max-width: 220px;
  }
  nav.nav-header-section .language-wrapper .tpl-block {
    float: right;
  }
}

@media only screen and (max-width: 420px) {
  nav .left-block {
    min-width: 130px;
  }
  nav .logo-wrapper .image-block {
    height: 26px;
  }
  nav .left-block .logo-wrapper .image-block {
    height: 36px;
  }
}

@media only screen and (max-width: 360px) {
  nav.nav-main-section {
    height: 50px;
  }
  nav.nav-main-section .language-wrapper {
    max-width: 90px;
  }
  nav.nav-main-section .language-block {
    min-width: 80px;
  }
}

@media only screen and (max-width: 320px) {
  nav .left-block {
    min-width: 130px;
  }
  nav .logo-wrapper .image-block,
  nav .left-block .logo-wrapper .image-block {
    height: 24px;
  }
  nav .right-block .logo-wrapper {
    display: none;
  }
  nav.nav-main-section .language-outerWrapper {
    left: 25px;
  }
}

/*
* Header Default
*/
.default-header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 75vh;
  background-color: #000;
  overflow: hidden;
}

.video-header-section {
  cursor: pointer;
}

.default-header-section .video-block {
  position: relative;
  padding: 56.25% 0 0 0;
  opacity: 0;
}

.default-header-section .video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.default-header-section .header-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.video-cover-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

body .row-header {
  position: relative;
  height: 100%;
  max-width: 1270px;
  z-index: 5;
}

.default-header-section .header-block {
  width: 100%;
  height: 100%;
}

.default-header-section .logo-block {
  max-width: 1060px;
  margin: 0 auto;
}

.default-header-section .poster-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.default-header-section .poster-wrapper img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.default-header-section .play-video-button {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 100;
}

.default-header-section .play-video-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 5px;
  color: #fff;
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-show-nav-block {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 52em) {
  .default-header-section {
    min-height: 600px;
  }
}

@media screen and (min-width: 72em) {
  .default-header-section {
    min-height: 800px;
  }
}

@media only screen and (max-width: 1200px) {
  .default-header-section .logo-block {
    text-align: center;
  }
  .default-header-section .logo-wrapper svg,
  .default-header-section .logo-wrapper img {
    max-width: 800px;
  }
  .default-header-section .play-video-button {
    width: 80px;
    height: 80px;
  }
  .default-header-section .play-video-button span {
    font-size: 42px;
  }
}

@media only screen and (max-width: 940px) {
  .default-header-section .logo-wrapper img,
  .default-header-section .logo-wrapper svg {
    width: 100%;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 660px) {
  .default-header-section .play-video-button {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .default-header-section .play-video-button span {
    margin-left: 3px;
    font-size: 31px;
  }
}

@media only screen and (max-width: 460px) {
  .default-header-section .logo-wrapper img,
  .default-header-section .logo-wrapper svg {
    padding: 0 10px;
  }
}

/*
* People Section
*/
.people-section {
  min-height: 400px;
  margin-top: 90px;
  color: #fff;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1.3;
  overflow: hidden;
}

.people-section .people-image-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
}

.people-section .people-image-block {
  width: 50%;
}

.people-section .people-image-wrapper img {
  width: 100%;
}

.people-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

body .row-people {
  height: 100%;
}

.people-block {
  height: 100%;
}

.people-section .left-block {
  width: 50%;
  height: 10px;
}

.people-section .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-top: 90px;
  padding-left: 65px;
}

.people-section .title-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.people-section .title-block h3 {
  margin-bottom: 25px;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.1;
}

.people-section .content-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.people-section .content-block .text-block {
  margin-bottom: 30px;
}

.people-section .content-block .text-block p {
  font-weight: 700;
  line-height: 1.2;
}

.people-section .content-block .button-elem {
  max-width: 320px;
  padding: 8px 15px 11px;
  background-color: #000;
  border: 6px solid #000;
}

.people-section .content-block .button-elem:hover {
  color: #fff;
}

@media only screen and (max-width: 1660px) {
  .people-section .right-block {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1380px) {
  .people-section {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1220px) {
  .people-section {
    font-size: 24px;
  }
  .people-section .right-block {
    max-width: 580px;
  }
}

@media only screen and (max-width: 1080px) {
  .people-section {
    font-size: 20px;
  }
  .people-section .right-block {
    padding-top: 40px;
    padding-left: 40px;
  }
  .people-section .content-block .text-block p {
    font-size: 1.1em;
  }
  .people-section .content-block .button-elem {
    max-width: 250px;
  }
}

@media only screen and (max-width: 960px) {
  .people-section {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 840px) {
  .people-section {
    font-size: 18px;
  }
  .people-section .right-block {
    padding-top: 30px;
    padding-left: 30px;
  }
  .people-section .title-block h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 780px) {
  .people-section {
    padding-bottom: 40px;
    background-color: red;
  }
  .people-section .people-image-block {
    width: 100%;
  }
  .people-wrapper {
    position: relative;
  }
  .people-section .right-block {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    padding-left: 0;
  }
  .people-section .title-block {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 660px) {
  .people-section .title-block h3 {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 520px) {
  .people-section {
    font-size: 16px;
  }
}

@media only screen and (max-width: 340px) {
  .people-section .content-block .button-elem {
    max-width: unset;
  }
}

/*
* Partners Section
*/
.partners-section {
  padding: 74px 0 80px;
  font-size: 34px;
  background-color: #f2f2f2;
}

body .row-partners {
  max-width: 1200px;
}

.partners-section .main-title-block {
  text-align: center;
}

.partners-section .main-title-block h2 {
  font-size: 2.05em;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.partners-section .tpls-wrapper {
  margin-top: 46px;
}

.partners-section .tpl-wrapper {
  padding: 40px 0;
  border-bottom: 2px solid #000;
}

.partners-section .tpl-wrapper:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}

.partners-section .tpl-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-section .tpl-wrapper .left-block {
  width: 20%;
  padding-right: 40px;
  text-align: center;
}

.partners-section .tpl-wrapper .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-section .tpl-wrapper .image-block {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.partners-section .tpl-wrapper .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 240px;
  max-height: 100%;
  mix-blend-mode: darken;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.partners-section .tpl-wrapper .right-block {
  width: 80%;
  padding-left: 40px;
}

.partners-section .tpl-wrapper .title-block h3 {
  font-size: 1em;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partners-section .tpl-wrapper .description-block p {
  font-size: 1em;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.partners-section .tpl-wrapper .description-block a {
  font-family: "IBM PLEX MONO";
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  color: #f00;
  font-size: 0.8em;
}

@media only screen and (max-width: 1220px) {
  .partners-section {
    padding: 50px 0 70px;
    font-size: 24px;
  }
  .partners-section .tpls-wrapper {
    margin-top: 0;
  }
  .partners-section .tpl-wrapper .left-block {
    width: 30%;
  }
  .partners-section .tpl-wrapper .image-wrapper img {
    width: auto;
  }
  .partners-section .tpl-wrapper .right-block {
    width: 70%;
  }
  .partners-section .tpl-wrapper .title-block {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 960px) {
  .partners-section {
    padding: 42px 0 60px;
    font-size: 20px;
  }
  .partners-section .tpl-wrapper:first-child {
    padding-top: 30px;
  }
  .partners-section .tpl-wrapper .title-block h3 {
    font-size: 1.1em;
  }
  .partners-section .tpl-wrapper .description-block a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 840px) {
  .partners-section .tpl-wrapper .description-block p {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 720px) {
  .partners-section .tpl-wrapper {
    display: inline-block;
    width: 100%;
  }
  .partners-section .tpl-block {
    display: block;
    float: left;
    width: 100%;
  }
  .partners-section .tpl-wrapper .left-block {
    width: 25%;
  }
  .partners-section .tpl-wrapper .right-block {
    width: 75%;
  }
  .partners-section .tpl-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    text-align: left;
  }
  .partners-section .tpl-wrapper .image-wrapper img {
    position: static;
    max-width: 440px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .partners-section .tpl-wrapper .right-block {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 520px) {
  .partners-section .tpl-wrapper .image-wrapper img {
    max-width: 100%;
  }
}

/*
/ Home Page
*/
.home-content-section {
  padding-top: 90px;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.home-content-section .row-article-content {
  max-width: 1270px;
}

.home-content-section .left-block {
  padding-right: 28px;
}

.home-content-section .right-block {
  padding-left: 65px;
}

.form-wrapper .text-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.form-wrapper .text-block h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.form-wrapper .text-block h3 {
  font-weight: 700;
}

.form-wrapper .text-block p {
  margin-bottom: 30px;
}

.form-wrapper .controls {
  position: relative;
  margin-bottom: 24px;
}

.form-wrapper label {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.form-wrapper input {
  font-family: "IBM Plex Mono";
  width: 100%;
  font-size: 1em;
  letter-spacing: -0.01em;
  border-bottom: 2px solid #000;
}

.form-wrapper .select-block {
  position: relative;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
}

.form-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  font-size: 18px;
  opacity: 0;
}

.form-wrapper .select-block svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-wrapper .error_name {
  float: left;
  font-family: "IBM Plex Mono", monospace;
  display: inline-block;
  position: absolute;
  left: -100000px;
  bottom: -30px;
  width: 100%;
  color: #f00;
  font-size: 18px;
  letter-spacing: 0;
  opacity: 0;
}

.form-wrapper .controls.error {
  border: 2px solid #f00;
}

.form-wrapper .controls.error .error_name {
  left: 0;
  opacity: 1;
}

.form-wrapper .h-input {
  position: absolute;
  top: -100000px;
  z-index: -1000;
}

.form-wrapper .bottom-block {
  margin-top: 20px;
}

.form-wrapper .button-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 1220px) {
  .home-content-section {
    padding-top: 70px;
    font-size: 20px;
  }
  .form-wrapper .text-block p {
    margin-bottom: 20px;
  }
  .form-wrapper .controls {
    margin-bottom: 38px;
  }
  .form-wrapper .bottom-block {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .home-content-section .left-block {
    padding-right: 15px;
  }
  .home-content-section .right-block {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .home-content-section {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 840px) {
  .home-content-section {
    padding-top: 45px;
  }
  .home-content-section .left-block,
  .home-content-section .right-block {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 660px) {
  .home-content-section {
    font-size: 19px;
  }
}

@media only screen and (max-width: 520px) {
  .home-content-section {
    padding-top: 30px;
    font-size: 16px;
  }
  .form-wrapper .text-block p.text-small {
    margin-top: 10px;
    font-size: 16px;
  }
}

/*
/ Subscription Page
*/
.subscription-section {
  margin-bottom: 120px;
  font-size: 33px;
}

body .row-subscription {
  max-width: 1020px;
}

.subscription-section .main-title-block {
  padding-bottom: 65px;
  text-align: center;
  border-bottom: 2px solid #000;
}

.subscription-section .main-title-block h1 {
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.subscription-section .content-block {
  margin-top: 64px;
}

.subscription-section .text-block p {
  margin-bottom: 40px;
  font-size: 1em;
  letter-spacing: -0.04em;
}

.subscription-section .text-block p:last-child {
  margin-bottom: 0;
}

.subscription-section .text-block p p {
  margin-bottom: 0;
}

.subscription-section .text-block p strong {
  font-weight: 800;
}

.subscription-section .form-wrapper {
  margin-top: 82px;
}

.subscription-section .options-wrapper {
  margin-bottom: 70px;
}

.subscription-section .options-wrapper:last-child {
  margin-bottom: 30px;
}

.subscription-section .options-wrapper .title-block {
  margin-bottom: 45px;
}

.subscription-section .options-wrapper .title-block h3 {
  font-size: 1em;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.subscription-section .form-wrapper .amount-wrapper {
  margin-bottom: 30px;
}

.subscription-section .form-wrapper .amounts-block .left-block {
  width: 20%;
  padding-right: 15px;
}

.subscription-section.thanks-section .option-button-wrapper {
  float: left;
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.subscription-section .option-button-block {
  text-align: center;
  border: 6px solid #f00;
}

.subscription-section .option-button-elem {
  display: inline-block;
  width: 100%;
  padding: 17px 15px 19px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.3;
  background-color: #f00;
  cursor: pointer;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.subscription-section .option-button-elem:hover,
.subscription-section .option-button-block.active .option-button-elem {
  color: #f00;
  background-color: transparent;
}

.subscription-section .option-other-input-block {
  height: 0;
  overflow: hidden;
}

.subscription-section .form-wrapper .amounts-block .right-block {
  width: 80%;
  padding-left: 15px;
}

.subscription-section .form-wrapper .amounts-block .right-block .text-block {
  min-height: 108px;
}

.subscription-section .form-wrapper .description-block {
  margin-top: 15px;
  margin-bottom: 45px;
}

.subscription-section .form-wrapper .description-block p.text-small {
  font-size: 18px;
  letter-spacing: 0;
}

.subscription-section .skip-block {
  margin-top: 30px;
}

.subscription-section .skip-elem {
  display: inline-block;
  color: #6e6c72;
  letter-spacing: -0.01em;
  line-height: 1.3;
  border-bottom: 1px solid #6e6c72;
}

.subscription-section.thanks-section {
  margin-bottom: 30px;
}

.download-doc-section {
  padding: 74px 0 80px;
  background-color: #f2f2f2;
}

.download-doc-section.subscription-section {
  margin-bottom: 0;
}

body .row-download-doc {
  max-width: 1200px;
}

.download-doc-block {
  position: relative;
}

.download-doc-section .left-block {
  width: 33.33333%;
  padding-right: 30px;
}

.download-doc-section .image-wrapper img {
  width: 100%;
  -webkit-box-shadow: #c1c1c1 -5px 5px 5px 0;
  box-shadow: #c1c1c1 -5px 5px 5px 0;
}

.download-doc-section .right-block {
  width: 66.66667%;
  padding-left: 30px;
}

.download-doc-section.subscription-section .content-block {
  margin-top: 0;
}

.download-doc-section .button-wrapper {
  position: absolute;
  bottom: 0;
  width: 66.66667%;
}

.download-doc-section .button-block {
  max-width: 280px;
}

.download-doc-section.subscription-section .button-elem {
  font-size: 1.3em;
  font-weight: 800;
}

@media only screen and (max-width: 1440px) {
  .subscription-section {
    margin-bottom: 90px;
    font-size: 26px;
  }
  .subscription-section .main-title-block {
    padding-bottom: 40px;
  }
  .subscription-section .content-block {
    margin-top: 50px;
  }
  .subscription-section .text-block p {
    margin-bottom: 30px;
  }
  .subscription-section .form-wrapper {
    margin-top: 65px;
  }
  .subscription-section .options-wrapper {
    margin-bottom: 40px;
  }
  .subscription-section .option-button-elem {
    padding: 13px 15px 13px;
  }
}

@media only screen and (max-width: 1220px) {
  .download-doc-section {
    padding: 50px 0 70px;
  }
}

@media only screen and (max-width: 960px) {
  .subscription-section {
    margin-bottom: 70px;
    font-size: 22px;
  }
  .subscription-section .main-title-block {
    padding-bottom: 30px;
  }
  .subscription-section .content-block {
    margin-top: 40px;
  }
  .subscription-section .text-block p {
    margin-bottom: 20px;
  }
  .subscription-section .form-wrapper {
    margin-top: 45px;
  }
  .subscription-section .form-wrapper .amounts-block .right-block .text-block {
    min-height: 90px;
  }
  .subscription-section .options-wrapper {
    margin-bottom: 20px;
  }
  .download-doc-section {
    padding: 42px 0 60px;
  }
}

@media only screen and (max-width: 860px) {
  .subscription-section .option-button-elem {
    font-size: 1.1em;
  }
  .subscription-section .button-elem {
    padding: 12px 15px 12px;
    font-size: 1.55em;
  }
  .download-doc-section .left-block {
    padding-right: 15px;
  }
  .download-doc-section .right-block {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .subscription-section {
    font-size: 20px;
  }
  .subscription-section .form-wrapper .amounts-block .right-block .text-block {
    min-height: 80px;
  }
  .download-doc-section {
    font-size: 18px;
  }
  .download-doc-section .button-block {
    max-width: 220px;
  }
}

@media only screen and (max-width: 740px) {
  .subscription-section .main-title-block h1 {
    font-size: 1.8em;
  }
  .subscription-section.thanks-section .option-button-wrapper {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 680px) {
  .download-doc-section .button-block {
    max-width: 160px;
  }
  .download-doc-section .button-wrapper {
    position: static;
    margin-top: 30px;
  }
  .download-doc-section.subscription-section .button-elem {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 580px) {
  .subscription-section .main-title-block {
    padding-bottom: 20px;
  }
  .subscription-section .main-title-block h1 {
    font-size: 1.6em;
  }
  .subscription-section .content-block {
    margin-top: 30px;
  }
  .subscription-section .form-wrapper {
    margin-top: 35px;
  }
  .subscription-section .options-wrapper {
    margin-bottom: 15px;
  }
  .subscription-section.thanks-section .option-button-wrapper {
    width: 50%;
  }
  .subscription-section
    .form-wrapper
    .amounts-block
    .right-block
    .text-block
    p {
    font-size: 0.9em;
  }
  .subscription-section .skip-elem {
    font-size: 0.95em;
  }
  .download-doc-section {
    font-size: 16px;
  }
}

@media only screen and (max-width: 540px) {
  .download-doc-section {
    font-size: 18px;
  }
  .download-doc-section .left-block,
  .download-doc-section .right-block {
    width: 100%;
    padding: 0;
  }
  .download-doc-section .image-wrapper img {
    max-width: 200px;
  }
  .download-doc-section .right-block {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .download-doc-section.subscription-section .text-block p {
    margin-bottom: 12px;
  }
  .download-doc-section.subscription-section .text-block p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 520px) {
  .subscription-section .form-wrapper .amount-wrapper:last-child {
    margin-bottom: 0;
  }
  .subscription-section .form-wrapper .amounts-block .left-block,
  .subscription-section .form-wrapper .amounts-block .right-block {
    width: 100%;
    padding: 0;
  }
  .subscription-section .form-wrapper .amounts-block .right-block {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .subscription-section .form-wrapper .amounts-block .right-block .text-block {
    min-height: auto;
  }
  .subscription-section .form-wrapper .description-block p.text-small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 460px) {
  .subscription-section {
    font-size: 18px;
  }
  .subscription-section .form-wrapper .amounts-block .right-block {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .subscription-section .form-wrapper .description-block {
    margin-bottom: 30px;
  }
  .subscription-section .form-wrapper .description-block p.text-small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  .subscription-section.thanks-section .option-button-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
}

/*
/ Article Page
*/
.article-content-section {
  margin-bottom: 90px;
  font-size: 24px;
}

.article-content-section.startPage-section {
  padding-top: 110px;
}

.article-content-section .row-article-content {
  max-width: 920px;
}

.article-content-section .article-content-component-wrapper .text-block a {
  color: #f00;
  font-weight: bold;
}

.article-content-section .main-title-block {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 2px solid #000;
}

.article-content-section .main-title-block h1 {
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.article-content-section .text-block {
  margin-top: 50px;
}

.article-content-section .text-block p,
.article-content-section .text-block span,
.article-content-section .text-block a {
  line-height: 1.3;
}

.article-content-section .text-block p {
  margin-bottom: 30px;
  font-size: 1em;
  letter-spacing: -0.04em;
}

.article-content-section .text-block p:last-child {
  margin-bottom: 0;
}

.article-content-section .text-block p p {
  margin-bottom: 0;
}

.article-content-section .text-block a:after {
  bottom: 0;
}

@media only screen and (max-width: 960px) {
  .article-content-section {
    margin-bottom: 70px;
    font-size: 22px;
  }
  .article-content-section .main-title-block {
    padding-bottom: 30px;
  }
  .article-content-section .text-block {
    margin-top: 40px;
  }
  .article-content-section .text-block p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .article-content-section {
    font-size: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .article-content-section .main-title-block h1 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 580px) {
  .article-content-section.startPage-section {
    padding-top: 90px;
  }
  .article-content-section .main-title-block {
    padding-bottom: 20px;
  }
  .article-content-section .main-title-block h1 {
    font-size: 1.6em;
  }
  .article-content-section .text-block {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 520px) {
  .article-content-section .text-block p,
  .article-content-section .text-block span,
  .article-content-section .text-block a {
    line-height: normal;
  }
}

@media only screen and (max-width: 460px) {
  .article-content-section {
    font-size: 18px;
  }
}

@media only screen and (max-width: 380px) {
  .article-content-section.startPage-section {
    padding-top: 80px;
  }
}

/*
* People List Section
*/
.people-list-section {
  margin-top: 80px;
  line-height: 1.2;
}

.people-list-section .main-title-block {
  border-bottom: unset;
}

.people-list-section .tpls-wrapper .top-block .tpl-block p {
  font-family: "IBM Plex Mono", monospace;
  font-weight: normal;
}

.people-list-section .tpls-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people-list-section .tpl-block {
  float: left;
  width: 25%;
  padding: 26px 15px 28px;
  border-bottom: 2px solid #666;
}

.people-list-section .tpl-block.Name {
  width: 20%;
  padding-left: 0;
}

.people-list-section .tpl-block.Position {
  width: 30%;
}

.people-list-section .tpl-block.Country {
  width: 20%;
}

.people-list-section .tpl-block.Party,
.people-list-section .tpl-block.Political {
  width: 30%;
  padding-right: 0;
}

.people-list-section .tpl-block p {
  font-size: 22px;
}

.people-list-section .tpl-block.Name p {
  font-weight: bold;
}

@media only screen and (max-width: 880px) {
  .people-list-section .tpl-block p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .people-list-section .tpl-block p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  .people-list-section {
    overflow: scroll;
  }
  .people-list-section .tpls-wrapper {
    min-width: 530px;
  }
}

/*
/ Footer
*/
.footer-section {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  background-color: #f00;
}

.footer-section a {
  font-size: 1em;
  color: #fff;
}

body .row-footer {
  max-width: 1370px;
}

.footer-section .content-block {
  padding: 36px 15px 33px;
}

.footer-section .content-block a {
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 1220px) {
  .footer-section {
    font-size: 18px;
  }
  .footer-section .content-block {
    padding: 26px 15px 23px;
  }
}

@media only screen and (max-width: 960px) {
  .footer-section {
    font-size: 16px;
  }
}

/*
/ Global Media Queries
*/
/* ----- min-width end ----- */
/* ----- max-width start ----- */

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 702px;
  max-height: 720px;
  width: 90%;
  height: 90%;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.modal__content #header-video-container {
  width: 100%;
  height: 100%;
}

.modal__content iframe {
  width: 100%;
  height: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  z-index: 10000000;
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.materials-section {
  background-color: #ffffff;
}

.map-section {
  background-color: #f2f2f2;
  margin-top: 80px;
}

#map {
  height: 500px;
}

.map-section.subscription-section.thanks-section .option-button-wrapper {
  width: auto;
}

.map-section {
  padding-top: 80px;
}

.info-window {
  background-color: #ffffff;
  padding: 20px;
  max-width: 500px;
}

.info-window .title {
  font-weight: 700;
}

.info-window a {
  font-family: "IBM PLEX MONO";
  display: inline-block;
  width: 100%;
  color: #f00;
}

.info-window p {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  line-break: auto;
}

.gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important;
}

.event-container {
  background-color: #f2f2f2;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
}

.event-container .date-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 32px 32px 16px;
  font-weight: 700;
  font-family: "IBM PLEX MONO";
}

.event-container .date-container .month {
  color: #7c7c7c;
  font-size: 20px;
}

.event-container .date-container .day {
  color: #f00;
  font-size: 30px;
}

.event-container h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.event-container p {
  font-size: 16px;
  line-height: 24px;
  color: #484848;
}

.event-container a {
  font-family: "IBM PLEX MONO";
  display: inline-block;
  width: 100%;
  color: #f00;
  font-size: 16px;
}

@media only screen and (max-width: 880px) {
  .event-container h4 {
    font-size: 18px;
  }

  .event-container p {
    font-size: 14px;
    line-height: 20px;
  }
  .event-container a {
    font-size: 14px;
  }

  .event-container {
    padding: 16px;
  }
  .event-container .date-container {
    padding: 16px 16px 16px 8px;
    font-weight: 700;
    font-family: "IBM PLEX MONO";
  }

  .event-container .date-container .month {
    font-size: 16px;
  }

  .event-container .date-container .day {
    font-size: 20px;
  }
}

@media only screen and (max-width: 550px) {
  section.subscription-section div.subscription-wrapper .option-button-wrapper {
    flex-direction: column;
    width: 100% !important;
  }

  section.subscription-section
    div.subscription-wrapper
    .option-button-wrapper
    .spacer {
    width: 0;
    height: 10px;
  }
}

.frequency-wrapper .group {
    display: flex;
    width: 100%;
    margin: 0;
    margin-bottom: 2em;
    justify-content: space-between;
}

.frequency-wrapper .group .option-button-wrapper {
    width: 48%;
}

.frequency-wrapper .group::before,
.frequency-wrapper .group::after {
    display: none;
}

.frequency-wrapper .period-button-block.option-button-block {
    border: none;
    background-color: #f2f2f2;
}

.frequency-wrapper .period-button-block.option-button-block span {
    color: #919191;
    background-color: #f2f2f2;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.frequency-wrapper .period-button-block.option-button-block.active {
    background-color: #f00;
    color: #ffffff;
}

.frequency-wrapper .period-button-block.option-button-block.active span {
    background-color: #f00;
    color: #ffffff;
}

    
