@charset "UTF-8";
/*!**************************************
******* Author: Kostadin Dinkov *******
*************************************/
* {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
figure {
  margin: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
}
button,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  appearance: initial;
  -moz-appearance: initial;
  -webkit-appearance: none;
}
@-webkit-keyframes img-flip {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  5% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  55% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes img-flip {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  5% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  55% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes img-flip2 {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  55% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
}
@keyframes img-flip2 {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
  55% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }
}
@font-face {
  font-family: "FontAwesome";
  src:
    url("../fonts/FontAwesome/fa-brands-400.woff2") format("woff"),
    url("../fonts/FontAwesome/fa-brands-400.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src:
    url("../fonts/FontAwesome/fa-solid-900.woff2") format("woff"),
    url("../fonts/FontAwesome/fa-solid-900.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Light/HelveticaNeue-Light.woff2");
  src:
    url("../fonts/HelveticaNeue/HelveticaNeue-Light/HelveticaNeue-Light.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Light/HelveticaNeue-Light.ttf")
      format("truetype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Light/HelveticaNeue-Light.woff2")
      format("woff"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Light/HelveticaNeue-Light.svg")
      format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Roman/HelveticaNeue-Roman.woff2");
  src:
    url("../fonts/HelveticaNeue/HelveticaNeue-Roman/HelveticaNeue-Roman.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Roman/HelveticaNeue-Roman.ttf")
      format("truetype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Roman/HelveticaNeue-Roman.woff2")
      format("woff"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Roman/HelveticaNeue-Roman.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Medium/HelveticaNeue-Medium.woff2");
  src:
    url("../fonts/HelveticaNeue/HelveticaNeue-Medium/HelveticaNeue-Medium.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Medium/HelveticaNeue-Medium.ttf")
      format("truetype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Medium/HelveticaNeue-Medium.woff2")
      format("woff"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Medium/HelveticaNeue-Medium.svg")
      format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.woff2");
  src:
    url("../fonts/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf")
      format("truetype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.woff2")
      format("woff"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.svg")
      format("svg");
  font-weight: 700;
  font-style: normal;
}
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 480px) {
  .row {
    max-width: 460px;
  }
}
@media (min-width: 640px) {
  .row {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .row {
    max-width: 748px;
  }
}
@media (min-width: 992px) {
  .row {
    max-width: 972px;
  }
}
@media (min-width: 1200px) {
  .row {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .row {
    max-width: 1300px;
  }
}
.row.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.row.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.forward {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row.full {
  max-width: none;
}
.row .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.col {
  float: left;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.col.unset {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.col.first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.col.last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.col.self_center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.col.no_gut {
  padding: 0;
}
.row.default_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row.default_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.default_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row.default_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row.default_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row.default_middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.default_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.row.default_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.default_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row.default_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.default_forward {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.col.default_prefix_0 {
  margin-left: 0;
}
.col.default_suffix_0 {
  margin-right: 0;
}
.col.default_unset {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.col.default_first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.col.default_last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.col.default_1 {
  max-width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
}
.col.default_prefix_1 {
  margin-left: 8.3333333333%;
}
.col.default_suffix_1 {
  margin-right: 8.3333333333%;
}
.col.default_2 {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.col.default_prefix_2 {
  margin-left: 16.6666666667%;
}
.col.default_suffix_2 {
  margin-right: 16.6666666667%;
}
.col.default_3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.col.default_prefix_3 {
  margin-left: 25%;
}
.col.default_suffix_3 {
  margin-right: 25%;
}
.col.default_4 {
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.col.default_prefix_4 {
  margin-left: 33.3333333333%;
}
.col.default_suffix_4 {
  margin-right: 33.3333333333%;
}
.col.default_5 {
  max-width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
}
.col.default_prefix_5 {
  margin-left: 41.6666666667%;
}
.col.default_suffix_5 {
  margin-right: 41.6666666667%;
}
.col.default_6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.col.default_prefix_6 {
  margin-left: 50%;
}
.col.default_suffix_6 {
  margin-right: 50%;
}
.col.default_7 {
  max-width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
}
.col.default_prefix_7 {
  margin-left: 58.3333333333%;
}
.col.default_suffix_7 {
  margin-right: 58.3333333333%;
}
.col.default_8 {
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
.col.default_prefix_8 {
  margin-left: 66.6666666667%;
}
.col.default_suffix_8 {
  margin-right: 66.6666666667%;
}
.col.default_9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.col.default_prefix_9 {
  margin-left: 75%;
}
.col.default_suffix_9 {
  margin-right: 75%;
}
.col.default_10 {
  max-width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
.col.default_prefix_10 {
  margin-left: 83.3333333333%;
}
.col.default_suffix_10 {
  margin-right: 83.3333333333%;
}
.col.default_11 {
  max-width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
}
.col.default_prefix_11 {
  margin-left: 91.6666666667%;
}
.col.default_suffix_11 {
  margin-right: 91.6666666667%;
}
.col.default_12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.col.default_prefix_12 {
  margin-left: 100%;
}
.col.default_suffix_12 {
  margin-right: 100%;
}
@media (min-width: 480px) {
  .row.tiny_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.tiny_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.tiny_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.tiny_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .row.tiny_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.tiny_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.tiny_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.tiny_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.tiny_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row.tiny_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row.tiny_forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col.tiny_prefix_0 {
    margin-left: 0;
  }
  .col.tiny_suffix_0 {
    margin-right: 0;
  }
  .col.tiny_unset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .col.tiny_first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.tiny_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col.tiny_1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.tiny_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.tiny_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.tiny_2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.tiny_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.tiny_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.tiny_3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.tiny_prefix_3 {
    margin-left: 25%;
  }
  .col.tiny_suffix_3 {
    margin-right: 25%;
  }
  .col.tiny_4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.tiny_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.tiny_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.tiny_5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.tiny_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.tiny_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.tiny_6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.tiny_prefix_6 {
    margin-left: 50%;
  }
  .col.tiny_suffix_6 {
    margin-right: 50%;
  }
  .col.tiny_7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.tiny_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.tiny_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.tiny_8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.tiny_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.tiny_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.tiny_9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.tiny_prefix_9 {
    margin-left: 75%;
  }
  .col.tiny_suffix_9 {
    margin-right: 75%;
  }
  .col.tiny_10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.tiny_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.tiny_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.tiny_11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.tiny_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.tiny_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.tiny_12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.tiny_prefix_12 {
    margin-left: 100%;
  }
  .col.tiny_suffix_12 {
    margin-right: 100%;
  }
}
@media (min-width: 640px) {
  .row.small_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.small_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.small_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.small_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .row.small_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.small_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.small_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.small_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.small_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row.small_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row.small_forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col.small_prefix_0 {
    margin-left: 0;
  }
  .col.small_suffix_0 {
    margin-right: 0;
  }
  .col.small_unset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .col.small_first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.small_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col.small_1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.small_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.small_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.small_2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.small_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.small_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.small_3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.small_prefix_3 {
    margin-left: 25%;
  }
  .col.small_suffix_3 {
    margin-right: 25%;
  }
  .col.small_4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.small_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.small_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.small_5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.small_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.small_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.small_6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.small_prefix_6 {
    margin-left: 50%;
  }
  .col.small_suffix_6 {
    margin-right: 50%;
  }
  .col.small_7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.small_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.small_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.small_8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.small_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.small_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.small_9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.small_prefix_9 {
    margin-left: 75%;
  }
  .col.small_suffix_9 {
    margin-right: 75%;
  }
  .col.small_10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.small_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.small_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.small_11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.small_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.small_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.small_12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.small_prefix_12 {
    margin-left: 100%;
  }
  .col.small_suffix_12 {
    margin-right: 100%;
  }
}
@media (min-width: 768px) {
  .row.medium_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.medium_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.medium_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.medium_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .row.medium_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.medium_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.medium_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.medium_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.medium_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row.medium_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row.medium_forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col.medium_prefix_0 {
    margin-left: 0;
  }
  .col.medium_suffix_0 {
    margin-right: 0;
  }
  .col.medium_unset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .col.medium_first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.medium_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col.medium_1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.medium_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.medium_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.medium_2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.medium_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.medium_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.medium_3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.medium_prefix_3 {
    margin-left: 25%;
  }
  .col.medium_suffix_3 {
    margin-right: 25%;
  }
  .col.medium_4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.medium_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.medium_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.medium_5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.medium_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.medium_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.medium_6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.medium_prefix_6 {
    margin-left: 50%;
  }
  .col.medium_suffix_6 {
    margin-right: 50%;
  }
  .col.medium_7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.medium_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.medium_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.medium_8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.medium_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.medium_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.medium_9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.medium_prefix_9 {
    margin-left: 75%;
  }
  .col.medium_suffix_9 {
    margin-right: 75%;
  }
  .col.medium_10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.medium_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.medium_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.medium_11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.medium_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.medium_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.medium_12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.medium_prefix_12 {
    margin-left: 100%;
  }
  .col.medium_suffix_12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .row.large_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.large_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.large_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.large_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .row.large_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.large_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.large_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.large_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.large_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row.large_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row.large_forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col.large_prefix_0 {
    margin-left: 0;
  }
  .col.large_suffix_0 {
    margin-right: 0;
  }
  .col.large_unset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .col.large_first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.large_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col.large_1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.large_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.large_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.large_2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.large_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.large_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.large_3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.large_prefix_3 {
    margin-left: 25%;
  }
  .col.large_suffix_3 {
    margin-right: 25%;
  }
  .col.large_4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.large_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.large_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.large_5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.large_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.large_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.large_6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.large_prefix_6 {
    margin-left: 50%;
  }
  .col.large_suffix_6 {
    margin-right: 50%;
  }
  .col.large_7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.large_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.large_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.large_8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.large_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.large_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.large_9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.large_prefix_9 {
    margin-left: 75%;
  }
  .col.large_suffix_9 {
    margin-right: 75%;
  }
  .col.large_10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.large_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.large_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.large_11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.large_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.large_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.large_12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.large_prefix_12 {
    margin-left: 100%;
  }
  .col.large_suffix_12 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .row.giant_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.giant_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.giant_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.giant_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .row.giant_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.giant_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.giant_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.giant_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.giant_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row.giant_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row.giant_forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col.giant_prefix_0 {
    margin-left: 0;
  }
  .col.giant_suffix_0 {
    margin-right: 0;
  }
  .col.giant_unset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .col.giant_first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.giant_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col.giant_1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.giant_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.giant_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.giant_2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.giant_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.giant_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.giant_3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.giant_prefix_3 {
    margin-left: 25%;
  }
  .col.giant_suffix_3 {
    margin-right: 25%;
  }
  .col.giant_4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.giant_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.giant_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.giant_5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.giant_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.giant_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.giant_6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.giant_prefix_6 {
    margin-left: 50%;
  }
  .col.giant_suffix_6 {
    margin-right: 50%;
  }
  .col.giant_7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.giant_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.giant_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.giant_8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.giant_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.giant_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.giant_9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.giant_prefix_9 {
    margin-left: 75%;
  }
  .col.giant_suffix_9 {
    margin-right: 75%;
  }
  .col.giant_10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.giant_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.giant_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.giant_11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.giant_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.giant_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.giant_12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.giant_prefix_12 {
    margin-left: 100%;
  }
  .col.giant_suffix_12 {
    margin-right: 100%;
  }
}
@media (min-width: 1300px) {
  .row.layout_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.layout_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.layout_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.layout_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .row.layout_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.layout_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.layout_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.layout_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.layout_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row.layout_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row.layout_forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col.layout_prefix_0 {
    margin-left: 0;
  }
  .col.layout_suffix_0 {
    margin-right: 0;
  }
  .col.layout_unset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .col.layout_first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.layout_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col.layout_1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.layout_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.layout_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.layout_2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.layout_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.layout_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.layout_3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.layout_prefix_3 {
    margin-left: 25%;
  }
  .col.layout_suffix_3 {
    margin-right: 25%;
  }
  .col.layout_4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.layout_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.layout_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.layout_5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.layout_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.layout_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.layout_6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.layout_prefix_6 {
    margin-left: 50%;
  }
  .col.layout_suffix_6 {
    margin-right: 50%;
  }
  .col.layout_7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.layout_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.layout_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.layout_8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.layout_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.layout_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.layout_9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.layout_prefix_9 {
    margin-left: 75%;
  }
  .col.layout_suffix_9 {
    margin-right: 75%;
  }
  .col.layout_10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.layout_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.layout_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.layout_11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.layout_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.layout_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.layout_12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.layout_prefix_12 {
    margin-left: 100%;
  }
  .col.layout_suffix_12 {
    margin-right: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "locl" 0;
  -ms-font-feature-settings: "locl" 0;
  font-feature-settings: "locl" 0;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::-moz-selection {
  color: #fff;
  background-color: #000;
}
::selection {
  color: #fff;
  background-color: #000;
}
::-moz-selection {
  color: #fff;
  background-color: #000;
}
html {
  color: #0e0945;
  -ms-hyphens: manual;
  hyphens: manual;
  background: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: geometricprecision;
  -webkit-font-smoothing: antialiased;
  font-family: "HelveticaNeue", sans-serif;
}
body {
  color: #0e0945;
  background: #fff;
  font-size: 16px;
  text-rendering: geometricprecision;
  -webkit-font-smoothing: antialiased;
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
  font-family: "HelveticaNeue", sans-serif;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.crossed {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
figure {
  display: inline-block;
}
figure img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
a img {
  max-width: 100%;
}
.ta-center,
.text_center {
  text-align: center;
}
.btn,
button,
input[type="submit"] {
  cursor: pointer;
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  padding: 16px 48px 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: "HelveticaNeue", sans-serif;
  border-radius: 26px;
  background-color: #ff4545;
  -webkit-transition:
    color 0.3s,
    background 0.3s ease-in-out;
  transition:
    color 0.3s,
    background 0.3s ease-in-out;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #fff;
  color: #ff4545;
}
@media (min-width: 480px) {
  .btn,
  button,
  input[type="submit"] {
    width: auto;
    display: inline-block;
  }
  .btn.wide,
  button.wide,
  input[type="submit"].wide {
    width: 100%;
    display: block;
  }
}
input[type="submit"]:hover {
  color: #fff;
  background: #0e0945;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  color: #8c8c8c;
  font-weight: 400;
  resize: none;
  display: block;
  font-size: 16px;
  padding: 12px;
  background: #fff;
  line-height: 1.4em;
  position: relative;
  outline: none;
  border-radius: 10px;
  margin-bottom: 5px;
  border: 1px solid #e8e8e8;
  -webkit-transition:
    background 0.3s,
    border 0.3s ease-in-out;
  transition:
    background 0.3s,
    border 0.3s ease-in-out;
  font-family: "HelveticaNeue", sans-serif;
}
@media (min-width: 480px) {
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  select,
  textarea {
    padding: 15px 24px;
  }
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(14, 9, 69, 0.4);
}
textarea {
  height: 100%;
  max-height: 150px;
}
textarea:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/pen.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.wpcf7-form-control-wrap {
  margin-bottom: 32px;
}
label.checklist {
  display: block;
}
label.checklist input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
label.checklist span {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4em;
  color: #8c8c8c;
}
label.checklist span a {
  text-decoration: underline;
  color: #0042be;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
label.checklist span a:hover {
  color: #0e0945;
}
label.checklist span:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #cacccc;
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  position: relative;
  top: -2px;
}
label.checklist input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #5ec94c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 6px),
    calc(100% - 15px) calc(1em + 6px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    0px 1.5em;
  background-repeat: no-repeat;
}
input[type="file"] {
  display: none;
}
.file {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 24px;
  cursor: pointer;
  border-radius: 10px;
  background: #e8e8e8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.file:hover {
  background: rgba(193, 193, 193, 0.8235294118);
}
.file span {
  margin-bottom: 0;
}
div[data-lastpass-icon-root] {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  line-height: 1.33em;
  padding: 15px 10px;
}
#wpcf7-f11-o1 {
  display: none;
}
#wpcf7-f11-o1.active {
  display: block;
}
@media screen and (max-width: 479px) {
  .nav_wrapper {
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: left 0.6s ease-in-out;
    transition: left 0.6s ease-in-out;
    position: fixed;
    bottom: 0;
    left: -100%;
  }
  .main_navi {
    margin: 45px 0;
  }
  .main_navi li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f9f9f9;
  }
  .main_navi li a {
    color: #0e0945;
    display: block;
    padding: 15px 10px;
    font-weight: 700;
    border-left: 4px solid #ff4545;
    -webkit-transition:
      color 0.3s,
      border 0.3s ease-in-out;
    transition:
      color 0.3s,
      border 0.3s ease-in-out;
  }
  .main_navi li.active > a,
  .main_navi li:focus > a,
  .main_navi li:hover > a {
    border-left-width: 7px;
  }
}
@media screen and (max-width: 479px) and (min-width: 480px) {
  .nav_wrapper {
    max-width: 300px;
  }
}
.menu-social-links a {
  padding: 10px;
}
@media (min-width: 480px) {
  .main_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}
@media (min-width: 480px) and (min-width: 640px) {
  .main_navi {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 480px) {
  .main_navi li {
    display: block;
    margin: 0 10px;
    position: relative;
  }
}
@media (min-width: 480px) and (min-width: 1200px) {
  .main_navi li {
    margin: 0 20px;
  }
}
@media (min-width: 480px) {
  .main_navi li:first-child {
    margin-left: 0;
  }
  .main_navi li:last-child {
    margin-right: 0;
  }
  .main_navi li a {
    color: #0e0945;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}
@media (min-width: 480px) and (min-width: 640px) {
  .main_navi li a {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .main_navi li a {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .main_navi li.current-menu-item a,
  .main_navi li:hover a {
    color: #ff4545;
  }
}
label[for="toggle_nav"] {
  cursor: pointer;
}
label[for="toggle_nav"]:before {
  display: block;
  font-size: 22px;
  font-family: "FontAwesome";
}
@media (min-width: 480px) {
  label[for="toggle_nav"] {
    display: none;
  }
}
label[for="toggle_nav"].open {
  display: block;
  padding-left: 16px;
  cursor: pointer;
}
@media (min-width: 480px) {
  label[for="toggle_nav"].open {
    display: none;
  }
}
label[for="toggle_nav"].open:before {
  content: "\f0c9";
  position: relative;
  top: 14px;
}
label[for="toggle_nav"].open:after {
  top: 0;
  z-index: 2;
  content: "";
  opacity: 0;
  width: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
}
label[for="toggle_nav"].close {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
label[for="toggle_nav"].close:before {
  font-size: 24px;
  content: "\f00d";
  background-color: #ff4545;
  padding: 8px 10px 13px 12px;
  border-radius: 0 0 0 15px;
  line-height: 0.8em;
  color: #fff;
}
#toggle_nav {
  display: none;
}
#toggle_nav:checked ~ * label[for="toggle_nav"]:after {
  opacity: 1;
  pointer-events: auto;
}
#toggle_nav:checked ~ * .nav_wrapper,
#toggle_nav:checked ~ .nav_wrapper {
  left: 0;
}
.navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .navigation_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.navigation_list li {
  margin: 0 4px 10px;
  border-radius: 20px;
  border: 2px solid #f9dde3;
  background: #f5f7f7;
  -webkit-transition:
    background 0.3s,
    -webkit-filter 0.3s ease-in-out;
  transition:
    background 0.3s,
    -webkit-filter 0.3s ease-in-out;
  transition:
    background 0.3s,
    filter 0.3s ease-in-out;
  transition:
    background 0.3s,
    filter 0.3s ease-in-out,
    -webkit-filter 0.3s ease-in-out;
}
.navigation_list li:first-child {
  margin-left: 0;
}
.navigation_list li.between {
  position: relative;
  background: transparent;
}
.navigation_list li.between:hover {
  background: none;
  -webkit-filter: none;
  filter: none;
}
.navigation_list li.between:before {
  content: "";
  width: 27px;
  height: 7px;
  background: url("../images/dots.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(50%, -6px);
  transform: translate(50%, -6px);
  position: absolute;
  right: 50%;
  bottom: 0;
}
.navigation_list li.next,
.navigation_list li.previous {
  position: relative;
}
.navigation_list li.next:before,
.navigation_list li.previous:before {
  content: "";
  width: 9px;
  height: 15px;
  background: url("../images/arrow.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
.navigation_list li.next:before {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}
.navigation_list li a,
.navigation_list li span {
  width: 100%;
  height: auto;
  padding: 8px;
  color: #0e0945;
  font-size: 11px;
  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;
}
@media (min-width: 640px) {
  .navigation_list li a,
  .navigation_list li span {
    padding: 9px;
  }
}
@media (min-width: 768px) {
  .navigation_list li a,
  .navigation_list li span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .navigation_list li a,
  .navigation_list li span {
    padding: 12px 11px;
    font-size: 16px;
  }
}
.navigation_list li.active,
.navigation_list li:hover {
  background: #ff9797;
  -webkit-filter: drop-shadow(0px 3px 6px #ffc1c1);
  filter: drop-shadow(0px 3px 6px #ffc1c1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-rendering: optimizeLegibility;
  line-height: 1.2em;
}
h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (min-width: 380px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 480px) {
  h1 {
    font-size: 50px;
  }
}
@media (min-width: 640px) {
  h1 {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 100px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 130px;
  }
}
@media (min-width: 1300px) {
  h1 {
    font-size: 150px;
  }
}
h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
h2.section_title {
  text-align: center;
}
@media (min-width: 1200px) {
  h2.section_title {
    font-size: 40px;
    margin-bottom: 42px;
  }
}
h3 {
  font-size: 32px;
}
.ta-center,
.text_center {
  text-align: center;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 16px;
  line-height: 1em;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-size: 18px;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
p {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 1em;
}
p + ul {
  margin-top: 1em;
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #0e0945;
  text-decoration: none;
}
a:hover {
  color: #ff4545;
}
li {
  line-height: 1.33em;
}
.list a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-weight: 600;
}
.content_full {
  display: none;
}
.toggle-content {
  display: inline-block;
  margin-top: 10px;
  color: #0073e6;
  text-decoration: none;
}
.toggle-content.active:after {
  content: " (Скрий)";
}
.toggle-content:after {
  content: " (Виж повече)";
}
.at,
.fa {
  position: relative;
}
.at:before,
.fa:before {
  position: absolute;
  font-family: "FontAwesome";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}
.at-close:before {
  content: "\e900";
}
.at-open:before {
  content: "\e901";
}
.at-mail:before {
  content: "\e902";
}
.at-mobile:before {
  content: "\e903";
}
.at-money:before {
  content: "\e904";
}
.at-mouse:before {
  content: "\e905";
}
.at-office:before {
  content: "\e906";
}
.at-park:before {
  content: "\e907";
}
.at-parking:before {
  content: "\e908";
}
.at-pin:before {
  content: "\e909";
}
.at-remain:before {
  content: "\e90a";
}
.at-smart-home:before {
  content: "\e90b";
}
.at-solar-energy:before {
  content: "\e90c";
}
.at-video:before {
  content: "\e90d";
}
.at-windows:before {
  content: "\e90e";
}
.at-x-icon:before {
  content: "\e90f";
}
.at-facebook:before {
  content: "\e910";
}
.at-instagram:before {
  content: "\e911";
}
.at-arrow-diagonal:before {
  content: "\e912";
}
.at-arrow-right:before {
  content: "\e913";
}
.at-snowflake:before {
  content: "\e914";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
body.poppup_open {
  position: relative;
}
body.poppup_open:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #000;
  opacity: 0.6;
}
#poppup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background-color: #f5f7f7;
  padding: 30px 15px;
  text-align: center;
}
@media (min-width: 480px) {
  #poppup {
    max-width: 450px;
    padding: 32px;
  }
}
@media (min-width: 640px) {
  #poppup {
    max-width: 550px;
  }
}
#poppup .close {
  position: absolute;
  top: 24px;
  right: 24px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#poppup .close:before {
  position: relative;
  content: "\f00d";
  font-family: "FontAwesome";
  border-radius: 100%;
  border: 2px solid #0e0945;
  padding: 2px 4px;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
#poppup .close:hover {
  color: #20a0d8;
}
#poppup .close:hover:before {
  border-color: #20a0d8;
}
#poppup figure {
  display: block;
  max-width: 90px;
  width: 100%;
  margin: 0 auto 6px;
}
#poppup .subtitle,
#poppup h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8em;
}
#poppup .subtitle {
  color: #8c8c8c;
  margin-bottom: 24px;
  font-size: 18px;
}
@media (min-width: 640px) {
  #poppup .subtitle {
    font-size: 21px;
  }
}
#poppup span {
  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;
}
#poppup span img {
  max-width: 90px;
  width: 100%;
}
@media (min-width: 640px) {
  #poppup span img {
    max-width: 120px;
  }
}
#poppup span small {
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7em;
  color: #8c8c8c;
  display: inline-block;
  margin-right: 5px;
}
.category_title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category_title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .category_title {
    font-size: 40px;
    margin-bottom: 65px;
  }
}
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.categories .category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (min-width: 480px) {
  .categories .category_wrap {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media (min-width: 640px) {
  .categories .category_wrap {
    margin-bottom: 40px;
    margin-bottom: 60px;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (min-width: 768px) {
  .categories .category_wrap {
    margin-bottom: 60px;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 992px) {
  .categories .category_wrap {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .categories .category_wrap {
    margin-bottom: 95px;
  }
}
.categories .category_wrap .icon_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.categories .category_wrap .icon_wrap figure {
  padding: 20px;
  border-radius: 100%;
  background: #ededf1;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .categories .category_wrap .icon_wrap figure {
    padding: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .categories .category_wrap .icon_wrap figure {
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .categories .category_wrap .icon_wrap figure {
    margin-bottom: 33px;
    padding: 34px;
  }
}
@media (min-width: 1200px) {
  .categories .category_wrap .icon_wrap figure {
    margin-bottom: 43px;
  }
}
.categories .category_wrap .icon_wrap figure img {
  width: 30px;
  height: 30px;
}
@media (min-width: 640px) {
  .categories .category_wrap .icon_wrap figure img {
    height: 42px;
    width: 42px;
  }
}
@media (min-width: 992px) {
  .categories .category_wrap .icon_wrap figure img {
    width: 56px;
    height: 56px;
  }
}
.categories .category_wrap .category_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.categories .category_wrap .category_content span:not(.btn) {
  line-height: 1.2em;
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .categories .category_wrap .category_content span:not(.btn) {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .categories .category_wrap .category_content span:not(.btn) {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .categories .category_wrap .category_content span:not(.btn) {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .categories .category_wrap .category_content span:not(.btn) {
    font-size: 20px;
  }
}
.categories .category_wrap .category_content .btn {
  color: #fff;
  margin: 0 auto;
  max-width: 160px;
  background: #0e0945;
  border: 1px solid #0e0945;
  padding: 8px 10px 5px;
  -webkit-transition:
    background 0.3s,
    color 0.3s ease-in-out;
  transition:
    background 0.3s,
    color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .categories .category_wrap .category_content .btn {
    padding: 10px 12px;
  }
}
@media (min-width: 992px) {
  .categories .category_wrap .category_content .btn {
    padding: 12px 15px;
  }
}
@media (min-width: 1200px) {
  .categories .category_wrap .category_content .btn {
    padding: 12px 32px;
  }
}
.categories .category_wrap .category_content .btn:hover {
  color: #0e0945;
  background: #fff;
}
.jury {
  padding: 30px 0;
  position: relative;
  background: #f6f6f8;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .jury {
    padding: 83px 0;
  }
}
.jury:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/big-logo.webp?") center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  position: absolute;
  top: 0;
  right: 0;
}
.jury .jury_wrap {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: left;
}
.jury .jury_wrap figure {
  height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .jury .jury_wrap figure {
    margin-bottom: 0;
  }
}
.jury .jury_wrap figure img {
  height: auto;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 480px) {
  .jury .jury_wrap figure img {
    width: 154px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .jury .jury_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jury .jury_wrap figure {
    width: 100%;
  }
  .jury .jury_wrap figure img {
    width: 100%;
  }
}
.jury .jury_wrap .description {
  padding: 5px 10px;
}
@media (min-width: 480px) {
  .jury .jury_wrap .description {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .jury .jury_wrap .description {
    padding: 10px 24px;
  }
}
.jury .jury_wrap .description span {
  display: block;
  color: #0e0945;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .jury .jury_wrap .description span {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .jury .jury_wrap .description span {
    font-size: 20px;
  }
}
.jury .jury_wrap .description p {
  color: #646087;
  font-size: 14px;
}
.media_section {
  margin-bottom: 50px;
}
.media_section .row .col {
  padding: 15px;
  -webkit-transition:
    padding 0.3s,
    opacity 0.3s ease-in-out;
  transition:
    padding 0.3s,
    opacity 0.3s ease-in-out;
}
.media_section .row .col:hover {
  opacity: 0.9;
  border-radius: 20px;
}
.media_section .media_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.media_section .media_wrapper figure:first-child {
  width: 90%;
}
.media_section .media_wrapper figure:first-child img {
  height: 100%;
  border-radius: 20px;
}
.media_section .media_wrapper figure.small_image {
  margin-top: -70px;
  margin-bottom: 15px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.media_section .media_wrapper figure.small_image img {
  width: 174px;
  height: 107px;
  border-radius: 10px;
  border: 3px solid #fff;
}
.media_section .text_content:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .media_section .text_content:not(:last-child) {
    margin-bottom: 32px;
  }
}
.media_section .text_content h2 {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.media_section .text_content p {
  font-size: 16px;
  color: #646087;
}
.media_section .text_content p span {
  cursor: pointer;
}
.passed_seasons {
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .passed_seasons {
    margin-bottom: 100px;
  }
}
.passed_seasons .season_number {
  display: block;
  margin-bottom: 12px;
  text-decoration: underline;
}
.passed_seasons .episode_wrap {
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .passed_seasons .episode_wrap {
    margin-bottom: 24px;
  }
}
.passed_seasons .episode_wrap figure {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .passed_seasons .episode_wrap figure {
    margin-bottom: 25px;
  }
}
.passed_seasons .episode_wrap figure:before {
  content: "";
  width: 22px;
  height: 17px;
  padding: 21px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: url("../images/sound.svg") center no-repeat;
  background-color: #e3e6e6;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.passed_seasons .episode_wrap figure img {
  height: 100%;
  border-radius: 20px;
}
.passed_seasons .episode_wrap h5 {
  line-height: 1.2em;
  color: #082040;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .passed_seasons .episode_wrap h5 {
    margin-bottom: 15px;
  }
}
.passed_seasons .episode_wrap span {
  display: block;
  line-height: 1.33em;
  color: #4b5c65;
  font-size: 14px;
}
@media (min-width: 768px) {
  .passed_seasons .episode_wrap span {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .passed_seasons .episode_wrap span {
    font-size: 18px;
  }
}
.passed_seasons .seasons {
  color: #a8a7bc;
}
.trim_excerpt {
  z-index: 0;
  overflow: hidden;
  min-height: 100px;
  max-height: 100px;
  position: relative;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.trim_excerpt:before {
  z-index: 1;
  content: "";
  width: 100%;
  height: 60%;
  opacity: 1;
  visibility: visible;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s ease-in-out;
  transition:
    opacity 0.3s,
    visibility 0.3s ease-in-out;
}
.trim_excerpt.active {
  -webkit-line-clamp: none !important;
  max-height: 999px !important;
  -webkit-transition: max-height 0.3s cubic-bezier(0.9, 0, 0.8, 0.2);
  transition: max-height 0.3s cubic-bezier(0.9, 0, 0.8, 0.2);
}
.trim_excerpt.active:before {
  opacity: 0;
  visibility: hidden;
}
.trim_excerpt.cutted {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.trim_excerpt.three_lines {
  min-height: 50px;
  max-height: 50px;
}
@media (min-width: 640px) {
  .trim_excerpt.three_lines {
    min-height: 54px;
    max-height: 54px;
  }
}
@media (min-width: 992px) {
  .trim_excerpt.three_lines {
    min-height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 1200px) {
  .trim_excerpt.three_lines {
    min-height: 62px;
    max-height: 62px;
  }
}
.trim_excerpt.three_lines.cutted {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.trim_excerpt.gray:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgb(247, 247, 247))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(247, 247, 247) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#f7f7f7",GradientType=0);
}
.view-desc {
  display: none;
  font-size: 13px;
  color: #0e0945;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.view-desc:focus {
  color: #6f6f6f;
}
.view-desc:hover {
  color: #ff4545;
}
.view-desc.clicked:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.view-desc:after {
  content: "\f107";
  font-size: 15px;
  font-weight: normal;
  font-family: "FontAwesome";
  margin-left: 5px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.banners a {
  width: 100%;
}
.banners a figure {
  width: 100%;
  margin-bottom: 20px;
}
.banners a figure img {
  max-width: 340px;
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mb_30 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .mb_30 {
    margin-bottom: 30px;
  }
}
header {
  width: 100%;
  z-index: 10;
  position: fixed;
  background-color: #fff;
}
header .toggle_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .main_navi .mobile_contact {
  display: block;
}
@media (min-width: 480px) {
  header .main_navi .mobile_contact {
    display: none;
  }
}
header.sticky {
  -webkit-box-shadow: 0 3px 6px rgba(126, 126, 126, 0.1);
  box-shadow: 0 3px 6px rgba(126, 126, 126, 0.1);
}
@media (min-width: 768px) {
  header.sticky {
    padding: 5px 0;
  }
}
header.sticky .main_navi {
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
header.sticky .header_logo {
  margin-top: -5px;
}
@media (min-width: 480px) {
  header.sticky .header_logo img {
    height: 65px;
  }
}
@media (min-width: 640px) {
  header.sticky .header_logo img {
    height: 75px;
  }
}
.header_logo {
  width: 100%;
  display: block;
  max-width: 175px;
}
.header_logo img {
  height: 60px;
  padding: 10px 15px;
  margin-bottom: -15px;
  background: #f6f6f8;
  border-radius: 0 0 10px 10px;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
@media (min-width: 480px) {
  .header_logo img {
    height: 65px;
  }
}
@media (min-width: 640px) {
  .header_logo img {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .header_logo img {
    height: 110px;
  }
}
.social_menus {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding-right: 35px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 2px solid #4b4776;
}
@media (min-width: 480px) {
  .social_menus {
    padding-right: unset;
    border-right: 0;
    border-left: 2px solid #4b4776;
  }
}
.social_menus li {
  cursor: pointer;
  padding-left: 10px;
}
.social_menus li:before {
  font-size: 17px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .social_menus li:before {
    font-size: 20px;
  }
}
.social_menus li.fa-facebook-f:before {
  left: 14px;
}
.social_menus li:hover:before {
  color: #ff4545;
}
.social_menus li a {
  position: relative;
  font-size: 20px;
  padding: 10px;
}
footer {
  background-color: #dcdbe4;
  position: relative;
  z-index: 1;
}
footer .toggle_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .secondary {
  height: 32px;
  background-color: #0e0945;
}
@media (min-width: 992px) {
  footer .secondary {
    height: 48px;
  }
}
footer .social_menus {
  border-right: 0;
}
footer .nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  footer .nav_wrapper a {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  footer .nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
  }
  footer .nav_wrapper .main_navi {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 639px) {
  footer .nav_wrapper .main_navi {
    margin-right: 10px;
  }
  footer .nav_wrapper .main_navi a {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #menu-footer-menu {
    margin-right: 10px;
  }
}
.opening {
  background-color: #0e0945;
	background: url("../images/40_to_40_responsive_banner_1920x720px.webp") center center no-repeat;
  color: #fff;
  position: relative;
  padding: 100px 0 100px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .opening {
    padding: 140px 0;
  }
}
@media (min-width: 992px) {
  .opening {
    padding: 160px 0;
  }
}
@media (min-width: 1200px) {
  .opening {
    padding: 180px 0;
  }
}
@media (min-width: 480px) {
  .opening > .row:before {
    content: "";
    width: 45%;
    height: 100%;
    -webkit-transform: translate(22px, 60px);
    transform: translate(22px, 60px);
    position: absolute;
    top: 0;
    right: 0;
    
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .opening > .row:before {
    -webkit-transform: translate(22px, 40px);
    transform: translate(22px, 40px);
    width: 625px;
    height: 355px;
  }
}
@media (min-width: 480px) and (min-width: 1200px) {
  .opening > .row:before {
    -webkit-transform: translate(22px, 23px);
    transform: translate(22px, 23px);
    width: 725px;
    height: 455px;
  }
}
@media (min-width: 480px) and (min-width: 1300px) {
  .opening > .row:before {
    -webkit-transform: translate(22px, -5px);
    transform: translate(22px, -5px);
    width: 825px;
    height: 555px;
  }
}
.opening h4 {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (min-width: 380px) {
  .opening h4 {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .opening h4 {
    font-size: 20px;
  }
}
.opening .subtitle {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  margin-bottom: 35px;
}
@media screen and (min-width: 380px) {
  .opening .subtitle {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .opening .subtitle {
    margin-bottom: 65px;
  }
}
.opening .subtitle strong {
  display: block;
}
.introduction {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .introduction {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .introduction {
    margin-bottom: 94px;
  }
}
.introduction .wrapper {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  text-align: center;
  border-radius: 15px;
  background: #ededf1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .introduction .wrapper {
    padding: 19px 25px;
  }
}
@media (min-width: 992px) {
  .introduction .wrapper {
    font-size: 20px;
    padding: 24px 30px;
  }
}
@media (min-width: 1200px) {
  .introduction .wrapper {
    padding: 32px 38px;
  }
}
.introduction ul {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .introduction ul {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .introduction ul {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .introduction ul {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .introduction ul {
    margin-bottom: 105px;
  }
}
.introduction ul li {
  position: relative;
  padding-left: 20px;
}
.introduction ul li:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #0e0945;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  position: absolute;
  top: 0;
  left: 1px;
}
.dots {
  height: 64px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  background: url("../images/grid.svg?ver=1.0") center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .dots {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .dots {
    margin-bottom: 35px;
  }
}
.form_section {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .form_section {
    padding-bottom: 60px;
  }
}
.form_section span {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .form_section span {
    font-size: 21px;
  }
}
.form_section ul {
  margin-bottom: 20px;
}
.form_section li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form_section li {
    padding-left: 20px;
  }
}
.form_section li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #0e0945;
  position: absolute;
  top: 6px;
  left: 4px;
}
@media (min-width: 768px) {
  .form_section li:before {
    left: 8px;
  }
}
.form_section figure {
  display: block;
  max-width: 125px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .form_section figure {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .form_section figure {
    max-width: 200px;
  }
}
.form_section h2 {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 32px 0;
}
@media (min-width: 640px) {
  .form_section h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .form_section h2 {
    font-size: 28px;
    margin: 32px 0 64px;
  }
}
.form_section h4 {
  margin-bottom: 24px;
  text-align: center;
}
.form_section form div {
  border-radius: 10px;
  background-color: #f5f7f7;
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .form_section form div {
    padding: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 640px) {
  .form_section form div {
    padding: 48px 32px 32px;
  }
}
.form_section form div.personal_information {
  margin-bottom: 52px;
}
.form_section form div h6 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .form_section form div h6 {
    font-size: 21px;
  }
}
.form_section form div label {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  color: #595959;
}
@media (min-width: 480px) {
  .form_section form div label {
    font-size: 16px;
  }
}
.form_section form div .input_wrap {
  position: relative;
  display: block;
}
.form_section form div .input_wrap:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  z-index: 1;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/pen.svg?ver=1.0") center center no-repeat;
  background-size: contain;
}
.partner {
  padding: 25px 0;
}
.partner p {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .partner {
    padding: 40px 0;
  }
}
.partner figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partner figure img {
  max-width: 130px;
}
@media (min-width: 640px) {
  .partner figure img {
    max-width: 160px;
  }
}
.partners {
  text-align: center;
  background-color: #f5f7f7;
  padding: 53px 0 10px 10px;
}
@media (min-width: 480px) {
  .partners {
    padding: 50px 0 10px;
  }
}
@media (min-width: 768px) {
  .partners {
    padding: 50px 0 10px;
  }
}
.partners h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.partners.white {
  background: #fff;
}
.partners .subtitle {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .partners .subtitle {
    font-size: 16px;
  }
}
.partners .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .partners .logo_wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.partners .logo_wrap figure {
  max-width: 155px;
}
.partners .logo_wrap figure:first-child {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media (min-width: 480px) {
  .partners .logo_wrap figure:first-child {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .partners .logo_wrap figure {
    max-width: 190px;
  }
  .partners .logo_wrap figure:first-child {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .partners .logo_wrap figure:nth-child(3) {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .partners .logo_wrap figure:nth-child(4) {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.partners .logo_wrap figure img {
  padding: 0 15px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .partners .logo_wrap figure {
    padding: 0 30px;
  }
}
.partners figure {
  display: block;
  margin: 20px 0 35px;
}
@media (min-width: 768px) {
  .partners figure {
    margin: 40px 0 50px;
  }
}
.fig_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .fig_wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.fig_wrapper figure {
  margin: 0;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 360px) {
  .fig_wrapper figure {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 640px) {
  .fig_wrapper figure {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media (min-width: 992px) {
  .fig_wrapper figure {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
