/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*@import url("//hello.myfonts.net/count/3bcc77");*/
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/*$responsive-ios             : 812px;*/
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Peter-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #000;
  padding-top: 100px; }

a {
  color: inherit;
  text-decoration: underline; }
a:hover {
  text-decoration: none; }
a[href^="tel"] {
  text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.44em / 2);
  font-weight: 400; }
.h1,
h1 {
  font-size: 64px; }
.h2,
h2 {
  font-size: 60px; }
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 44px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 30px; } }
.h3,
h3 {
  font-size: 44px;
  line-height: 1.27; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 30px; } }
.h5,
h5 {
  font-size: 26px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .h5,
  h5 {
    font-size: 13px; } }
.h6,
h6 {
  font-size: 20px; }
strong {
  font-family: "Peter-Bold", sans-serif; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.44em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Box alt
\* ------------------------------------------------------------ */
.box-alt .box__inner {
  font-size: 16px;
  line-height: 1.38; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .box-alt .box__inner {
    font-size: 10px; } }
.box-alt .box__image {
  margin-bottom: 23px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .box-alt .box__image {
    margin-bottom: 9px; } }
.box-alt .box__content strong {
  display: inline-block;
  margin-bottom: 23px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .box-alt .box__content strong {
    margin-bottom: 2px; } }
.box-alt .box__content p {
  margin-bottom: 22px; }
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  position: relative; }
.box .box__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }
@media (min-width: 1023.02px) {
  .box .box__link:hover {
    background: rgba(255, 255, 255, 0.4); } }
.box .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  height: 100%; }
.box .box__inner--alt {
  padding: 54px 20px 42px;
  font-size: 16px;
  line-height: 1.38;
  /*min-height: 340px;*/
  display: block; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .box .box__inner--alt {
    padding: 15px 20px 21px;
    font-size: 10px;
    min-height: auto; } }
.box .box__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
.box .box__image--alt {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 37px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .box .box__image--alt {
    max-width: 27%;
    margin-bottom: 6px; } }
.box .box__image--background {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
.box .box__content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }
.box .box__content strong {
  display: inline-block;
  margin-bottom: 23px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .box .box__content strong {
    margin-bottom: 16px; } }
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.boxes .boxes__sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: 60px;
  font-size: 16px;
  margin-top: -2px;
  line-height: 1.38; }
@media (max-width: 1023px) {
  .boxes .boxes__sidebar {
    padding-left: 30px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__sidebar {
    padding-left: 0;
    font-size: 10px;
    margin-top: 39px; } }
.boxes .boxes__sidebar strong {
  display: block;
  margin-bottom: 21px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__sidebar strong {
    margin-bottom: 17px; } }
.boxes .boxes__sidebar p {
  margin-bottom: 45px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__sidebar p {
    margin-bottom: 32px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__sidebar p:last-child {
    margin: 0; } }
.boxes .boxes__sidebar span {
  display: block; }
.boxes .boxes__sidebar small {
  font-size: 14px;
  display: block;
  margin-top: 64px; }
.boxes .boxes__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__content {
    margin: 0 -3px; } }
.boxes .boxes__content .box {
  padding: 0 5px;
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 10px; }
@media (max-width: 1023px) {
  .boxes .boxes__content .box {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__content .box {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 3px;
    margin-bottom: 7px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__content .box--alt {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.boxes .boxes__content .box-alt {
  padding: 0 5px;
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 10px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__content .box-alt {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 3px;
    margin-bottom: 12px; } }
.boxes .boxes__content--small {
  max-width: 630px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 630px;
  flex: 0 0 630px; }
@media (max-width: 1023px) {
  .boxes .boxes__content--small {
    max-width: 460px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .boxes .boxes__content--small {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  line-height: 1.40;
  text-align: center;
  background: #000;
  color: #fff;
  min-width: 260px;
  padding: 15px 10px;
  border-radius: 3px;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  border: 1px solid #000; }
@media (min-width: 1023.02px) {
  .btn:hover {
    background: #fff;
    color: #000; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .btn {
    font-size: 13px;
    line-height: 1.08;
    min-width: 160px;
    padding: 10px 5px 9px; } }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none; }
.checkbox input:checked ~ label:after {
  opacity: 1;
  visibility: visible; }
.checkbox label {
  position: relative;
  padding-left: 40px;
  display: block;
  font-size: 14px; }
.checkbox label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #f2f2f2; }
.checkbox label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
/* ------------------------------------------------------------ *\
	Checkboxes
\* ------------------------------------------------------------ */
.checkboxes {
  margin-top: 70px; }
.checkboxes ul {
  list-style-type: none; }
.checkboxes li {
  margin-bottom: 20px; }
.checkboxes li:last-child {
  margin: 0; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  border: 0;
  background: #f2f2f2;
  padding: 24px 10px;
  line-height: 1;
  border-radius: 0; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .field {
    padding: 10px 10px 9px; } }
/*  Field textarea  */
.field--textarea {
  resize: none;
  min-height: 210px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .field--textarea {
    min-height: 105px; } }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #000000;
  color: white;
  padding: 63px 0 29px;
  font-size: 16px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .footer {
    padding: 40px 0;
    font-size: 10px; } }
.footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
@media (max-width: 1023px) {
  .footer .footer__inner {
    margin-bottom: 62px; } }
.footer .footer__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: -1px; }
.footer .footer__info strong {
  display: inline-block;
  margin-bottom: 27px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .footer .footer__info strong {
    margin-bottom: 17px; } }
.footer .footer__info address {
  margin-bottom: 27px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .footer .footer__info address {
    margin-bottom: 18px; } }
.footer .footer__info address:last-child {
  margin: 0; }
.footer .footer__info a {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer; }
@media (min-width: 1023.02px) {
  .footer .footer__info a:hover {
    color: #21d433; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  position: relative;
  /*  Form Success  */ }
.form .form__head {
  margin-bottom: 82px; }
@media (max-width: 1023px) {
  .form .form__head {
    margin-bottom: 38px; } }
.form .form__body {
  margin-bottom: 64px; }
@media (max-width: 1023px) {
  .form .form__body {
    margin-bottom: 30px; } }
.form .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px; }
.form .form__cols.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.form .form__col {
  padding: 0 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .form .form__col {
    margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .form .form__col:last-child {
    margin: 0; } }
.form .form__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .form .form__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.form .form__label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .form .form__label {
    font-size: 10px;
    margin-bottom: 3px; } }
.form .form__row {
  margin-bottom: 16px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .form .form__row {
    margin-bottom: 19px; } }
.form .form__btn {
  width: 100%;
  min-width: auto;
  font-size: 26px;
  padding: 21px 10px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .form .form__btn {
    width: auto;
    font-size: 13px;
    line-height: 1.08;
    min-width: 215px;
    padding: 13px 10px; } }
.form .form__message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s; }
.form .form__message h5 {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 12px 20px; }
.form .error .form__message,
.form .success .form__message {
  opacity: 1;
  visibility: visible; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.grid .grid__col--1of3 {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.mainheader {
  position: fixed;
  top: 0;
  padding: 10px 0 ;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgb(240, 240, 240);

  .mainheader-title {
    font-size: 32px;
    color: rgb(106, 211, 87)
  }

  .bold-font {
    font-weight: 600;
  }
}

.header {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  border-bottom: 1px solid rgb(240, 240, 240);
  top: 59px;
  left: 0;
  height: 170px;
  width: 100%;
  z-index: 100;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

@media (max-width: 1000px), screen and (max-width: 1000px) and (orientation: landscape) {
  .header {
    height: 50px; } }
.header .header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.header .header__navigations {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
@media (max-width: 1000px), screen and (max-width: 1000px) and (orientation: landscape) {
  .header .header__navigations {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
/*.header .header__navigations .nav {
  margin-right: 40px; }
@media (max-width: 1023px) {
  .header .header__navigations .nav {
    margin-right: 20px; } }*/
.is-active {
  background: #fff; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  max-width: 46px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 100%; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .logo {
    max-width: 29px; } }
@media (min-width: 1023.02px) {
  .logo:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible; } }
.logo img {
  width: 100%;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
.logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav lang
\* ------------------------------------------------------------ */
.nav-lang {
  color: #21d433;
  font-size: 16px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .nav-lang {
    font-size: 24px;
    color: #000;
    margin-right: 28px; } }
.nav-lang a {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
@media (min-width: 1023.02px) {
  .nav-lang a:hover {
    color: #000; } }
.nav-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.nav-lang li {
  padding-right: 6px;
  margin-right: 4px;
  position: relative; }
.nav-lang li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70%;
  width: 2px;
  background: currentColor; }
.nav-lang li:last-child {
  margin-right: 0;
  padding-right: 0; }
.nav-lang li:last-child:after {
  display: none; }
/* ------------------------------------------------------------ *\
Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: none;
  width: 25px;
  height: 25px;

  margin-right: -10px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s; }
@media (max-width: 1000px), screen and (max-width: 1000px) and (orientation: landscape) {
  .nav-trigger {
    display: inline-block; } }
@media (max-width: 374px) {
  .nav-trigger {
    margin-right: 0; } }
.nav-trigger span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
  transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
  -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
  transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
  transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger span:nth-child(1) {
  top: 2px; }
.nav-trigger span:nth-child(2) {
  top: 7px; }
.nav-trigger span:nth-child(3) {
  top: 12px; }
.nav-trigger span:nth-child(4) {
  top: 17px; }
.nav-trigger.is-active {
  border-color: #000; }
.nav-trigger.is-active span {
  -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.nav-trigger.is-active span:nth-child(3), .nav-trigger.is-active span:nth-child(1) {
  top: 10px; }
.nav-trigger.is-active span:nth-child(2) {
  opacity: 0; }
.nav-trigger.is-active span:nth-child(4) {
  opacity: 0; }
.nav-trigger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.nav-trigger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 16px; }
@media (min-width: 1000.02px) {
  .nav {
    display: block !important; } }
@media (max-width: 1000px), screen and (max-width: 1000px) and (orientation: landscape) {
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid  #e8e8e8;
    border-bottom: 1px solid  #e8e8e8;
    font-size: 20px;
    height: calc(100vh - 180px) !important;
    display: none;
    overflow: auto; } }
.nav a {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
@media (min-width: 1023.02px) {
  .nav a:hover {
    color: #21d433; } }
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .nav ul {
    display: block; } }

.nav li.is-current {
  font-family: "Peter-Bold", sans-serif; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 140px 0;
  position: relative;
  overflow: hidden; }
@media (max-width: 1000px), screen and (max-width: 1000px) and (orientation: landscape) {
  .section {
    padding: 27px 0; } }
.section .section__head {
  margin-bottom: 94px;
  font-size: 26px;
  line-height: 1.38; }
@media (max-width: 1023px) {
  .section .section__head {
    margin-bottom: 50px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__head {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px; } }
.section .section__head h2 {
  line-height: 1.2; }
.section .section__head h3 {
  margin-bottom: 65px; }
@media (max-width: 1023px) {
  .section .section__head h3 {
    margin-bottom: 32px; } }
.section .section__head--bigger {
  margin-bottom: 121px; }
@media (max-width: 1023px) {
  .section .section__head--bigger {
    margin-bottom: 33px; } }
.section .section__head--alt {
  margin-bottom: 128px; }
@media (max-width: 1023px) {
  .section .section__head--alt {
    margin-bottom: 54px; } }
.section .section__head--alt h2 {
  margin-bottom: 150px; }
@media (max-width: 1023px) {
  .section .section__head--alt h2 {
    margin-bottom: 40px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__head--alt h2 {
    margin-bottom: 33px; } }
@media (max-width: 374px) {
  .section .section__head--alt h2 }
.section .section__head--size1 {
  margin-bottom: 130px; }
@media (max-width: 1023px) {
  .section .section__head--size1 {
    margin-bottom: 60px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__head--size1 {
    margin-bottom: 44px; } }
.section .section__head--size1 h2 {
  margin-bottom: 110px; }
@media (max-width: 1023px) {
  .section .section__head--size1 h2 {
    margin-bottom: 35px; } }
.section .section__head--size2 {
  margin-bottom: 137px; }
@media (max-width: 1023px) {
  .section .section__head--size2 {
    margin-bottom: 60px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__head--size2 {
    margin-bottom: 51px; } }
.section .section__head--size2 h2 {
  margin-bottom: 148px; }
@media (max-width: 1023px) {
  .section .section__head--size2 h2 {
    margin-bottom: 40px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__head--size2 h2 {
    margin-bottom: 33px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__head--size2 h2 br {
    display: none; } }
.section .section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 38px;
  margin-bottom: 314px; }
@media (max-width: 1023px) {
  .section .section__row {
    display: block;
    margin-bottom: 100px;
    padding: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row {
    margin-bottom: 87px; } }
.section .section__row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.section .section__row:nth-child(odd) .section__image {
  text-align: left; }
@media (max-width: 1199px) {
  .section .section__row:nth-child(odd) .section__image {
    padding-right: 30px;
    padding-left: 0; } }
@media (max-width: 1023px) {
  .section .section__row:nth-child(odd) .section__image {
    padding: 0;
    text-align: center; } }
.section .section__row:last-child {
  margin-bottom: 130px; }
@media (max-width: 1023px) {
  .section .section__row:last-child {
    margin-bottom: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row:last-child {
    margin-bottom: 106px; } }
.section .section__row .section__content {
  max-width: 392px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 392px;
  flex: 0 0 392px; }
@media (max-width: 1023px) {
  .section .section__row .section__content {
    max-width: none;
    margin-bottom: 40px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row .section__content {
    margin-bottom: 23px; } }
.section .section__row .section__image {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: right; }
@media (max-width: 1199px) {
  .section .section__row .section__image {
    padding-left: 30px; } }
@media (max-width: 1023px) {
  .section .section__row .section__image {
    padding: 0;
    text-align: center; } }
.section .section__row--size1 {
  margin-bottom: 200px; }
@media (max-width: 1023px) {
  .section .section__row--size1 {
    margin-bottom: 100px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row--size1 {
    margin-bottom: 88px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row--size1 .section__content {
    margin-bottom: 9px; } }
.section .section__row--size2 {
  margin-bottom: 148px; }
@media (max-width: 1023px) {
  .section .section__row--size2 {
    margin-bottom: 100px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row--size2 {
    margin-bottom: 82px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row--size2 .section__content {
    margin-bottom: 13px; } }
.section .section__row--size3 {
  margin-bottom: 227px; }
@media (max-width: 1023px) {
  .section .section__row--size3 {
    margin-bottom: 100px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row--size3 {
    margin-bottom: 62px; } }
.section .section__row-alt {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 115px 0 193px;
  font-size: 20px;
  line-height: 1.40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media (max-width: 1023px) {
  .section .section__row-alt {
    display: block;
    padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt {
    font-size: 13px;
    padding: 48px 0; } }
.section .section__row-alt:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.section .section__row-alt:nth-child(odd):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f7f7f7;
  z-index: -1; }
.section .section__row-alt:nth-child(odd) .section__image {
  margin-right: -54px;
  text-align: right;
  padding-top: 0; }
@media (max-width: 1023px) {
  .section .section__row-alt:nth-child(odd) .section__image {
    margin: 0;
    padding: 0;
    text-align: center; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt:nth-child(odd) .section__image {
    padding: 0 8px; } }
.section .section__row-alt:nth-child(odd) .section__image--size3 {
  margin-right: -62px; }
@media (max-width: 1023px) {
  .section .section__row-alt:nth-child(odd) .section__image--size3 {
    margin: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt:nth-child(odd) .section__image--size3 {
    padding: 0;
    margin-bottom: -68px;
    margin-left: auto; } }
.section .section__row-alt:last-child {
  padding-bottom: 62px; }
.section .section__row-alt .section__content {
  max-width: 390px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
  padding-top: 44px;
  position: relative; }
@media (max-width: 1023px) {
  .section .section__row-alt .section__content {
    max-width: none;
    padding: 0;
    margin-bottom: 40px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt .section__content {
    margin-bottom: 32px; } }
.section .section__row-alt .section__content p {
  line-height: 1.4;
  word-break: normal; }
.section .section__row-alt .section__content p:last-child {
  margin-bottom: 0; }
.section .section__row-alt .section__actions {
  margin-top: 124px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt .section__actions {
    margin-top: 19px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt .section__actions--alt {
    margin: 0;
    position: relative; } }
.section .section__row-alt .section__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: left;
  margin-right: 0;
  margin-left: -53px;
  padding-top: 106px; }
@media (max-width: 1023px) {
  .section .section__row-alt .section__image {
    margin: 0;
    padding: 0;
    text-align: center; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt .section__image {
    padding: 0 8px; } }
.section .section__row-alt .section__image--size2 {
  padding-top: 10px;
  margin-left: -43px; }
@media (max-width: 1023px) {
  .section .section__row-alt .section__image--size2 {
    padding: 0;
    margin: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt .section__image--size2 {
    max-width: 280px;
    margin: -13px 0 10px 13px; } }
.section .section__row-alt .section__image--size3 {
  position: relative;
  bottom: -59px;
  left: -57px; }
@media (max-width: 1023px) {
  .section .section__row-alt .section__image--size3 {
    bottom: -69px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt .section__image--size3 {
    max-width: none;
    width: 341px;
    bottom: -13px;
    left: auto;
    right: 0; } }
.section .section__row-alt--size1 {
  padding: 115px 0 160px; }
@media (max-width: 1023px) {
  .section .section__row-alt--size1 {
    padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt--size1 {
    padding: 44px 0; } }
.section .section__row-alt--size2 {
  padding: 115px 0 59px; }
@media (max-width: 1023px) {
  .section .section__row-alt--size2 {
    padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__row-alt--size2 {
    padding: 48px 0 46px; } }
.section .section__content strong {
  display: block;
  margin-bottom: 27px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content strong {
    margin-bottom: 17px; } }
.section .section__content p {
  line-height: 1.46; }
.section .section__content--size1 {
  padding-left: 40px; }
@media (max-width: 1023px) {
  .section .section__content--size1 {
    padding-left: 20px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--size1 {
    font-size: 10px;
    padding-left: 0;
    margin-bottom: 28px; } }
.section .section__content--size1 address {
  margin-bottom: 28px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--size1 address {
    margin-bottom: 14px; } }
.section .section__content--size1 strong {
  margin-bottom: 30px;
  display: inline-block; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--size1 strong {
    margin-bottom: 14px; } }
.section .section__content--size1 p {
  margin-bottom: 56px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--size1 p {
    margin-bottom: 28px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--size1 p:last-child {
    margin: 0; } }
.section .section__content--size1 p span {
  display: block; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--size2 {
    font-size: 10px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--alt {
    font-size: 10px; } }
.section .section__content--alt p strong {
  margin-bottom: 0; }
.section .section__content--alt > strong {
  margin-bottom: 50px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__content--alt > strong {
    margin-bottom: 27px; } }
.section .section__image--size1 {
  margin-left: -114px; }
@media (max-width: 1199px) {
  .section .section__image--size1 {
    margin: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__image--size1 {
    max-width: 167px;
    margin-left: auto;
    margin-right: 10px; } }
.section .section__image--size2 {
  margin-right: -47px;
  padding-top: 89px; }
@media (max-width: 1199px) {
  .section .section__image--size2 {
    margin: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__image--size2 {
    max-width: 200px;
    margin-left: auto;
    margin-right: 5px; } }
.section .section__image--size3 {
  padding-top: 230px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__image--size3 {
    max-width: 150px;
    margin-left: auto;
    margin-right: 2px;
    padding: 0; } }
.section .section__image--size4 {
  margin-right: -84px; }
@media (max-width: 1199px) {
  .section .section__image--size4 {
    margin: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__image--size4 {
    max-width: 190px;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 33px; } }
.section .section__image--size5 {
  margin-left: -37px; }
@media (max-width: 1199px) {
  .section .section__image--size5 {
    margin: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__image--size5 {
    max-width: 161px;
    margin-left: auto; } }
.section .section__image--size6 {
  margin-right: -107px; }
@media (max-width: 1199px) {
  .section .section__image--size6 {
    margin: 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section .section__image--size6 {
    max-width: 190px;
    margin: 30px -12px 0 auto; } }
.section--gray {
  background: #f5f5f5; }
.section--form {
  padding: 90px 0 180px; }
@media (max-width: 1023px) {
  .section--form {
    padding: 60px 0 103px; } }
.section--size1 {
  padding: 107px 0 63px; }
@media (max-width: 1023px) {
  .section--size1 {
    padding: 60px 0 40px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size1 {
    padding: 36px 0 56px; } }
.section--size2 {
  padding: 133px 0 131px; }
@media (max-width: 1023px) {
  .section--size2 {
    padding: 60px 0 40px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size2 {
    padding: 38px 0 52px; } }
.section--size3 {
  padding: 77px 0 193px; }
@media (max-width: 1023px) {
  .section--size3 {
    padding: 60px 0 80px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size3 {
    padding: 13px 0 60px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size3 .section__head {
    margin-bottom: 33px; } }
.section--size4 {
  padding: 155px 0 222px; }
@media (max-width: 1023px) {
  .section--size4 {
    padding: 60px 0 90px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size4 {
    padding: 54px 0 28px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size4 .grid__col--1of3 {
    margin-bottom: 20px; } }
.section--size5 {
  padding: 154px 0 197px; }
@media (max-width: 1023px) {
  .section--size5 {
    padding: 60px 0 90px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size5 {
    padding: 54px 0 30px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size5 .grid__col--1of3 {
    margin-bottom: 30px; } }
.section--size6 {
  padding: 160px 0 144px; }
@media (max-width: 1023px) {
  .section--size6 {
    padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size6 {
    padding: 45px 0 26px; } }
.section--size7 {
  padding: 160px 0 99px; }
@media (max-width: 1023px) {
  .section--size7 {
    padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size7 {
    padding: 45px 0 26px; } }
.section--size8 {
  padding: 147px 0; }
@media (max-width: 1023px) {
  .section--size8 {
    padding: 60px 0; } }
.section--size9 {
  padding: 154px 0 27px; }
@media (max-width: 1023px) {
  .section--size9 {
    padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size9 {
    padding: 73px 0 26px; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .section--size9 .section__row:last-child {
    margin-bottom: 45px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 950px + 30px * 2);
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider big
\* ------------------------------------------------------------ */
.slider-big {
  margin-bottom: 34px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .slider-big {
    margin-bottom: 18px; } }
.slider-big .slider__slide {
  position: relative;
  padding-top: 68.75%; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .slider-big .slider__slide {
    padding-top: 126.65%; } }
.slider-big .slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
.slider-big .slider__arrow {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
@media (min-width: 1023.02px) {
  .slider-big .slider__arrow:hover {
    opacity: .7; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .slider-big .slider__arrow {
    display: none !important; } }
.slider-big .slider__arrow--prev {
  left: 40px; }
.slider-big .slider__arrow--next {
  right: 40px; }
/* ------------------------------------------------------------ *\
	Slider small
\* ------------------------------------------------------------ */
.slider-small {
  max-width: 271px;
  margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .slider-small {
    max-width: 140px; } }
.slider-small .slider__slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 66.66%;
  cursor: pointer; }
.slider-small .slick-slide {
  margin-right: 8px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .slider-small .slick-slide {
    margin-right: 4px; } }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slider__head {
  margin-bottom: 35px; }
.slider .slider__head strong {
  display: inline-block;
  margin-bottom: 18px; }
.slider .slider__head--big {
  margin-bottom: 60px; }
.slider .slider__body--alt {
  margin: 0 -30px; }
.slider .slider__body--alt .slide__image {
  max-width: 92%;
  text-align: center;
  margin: 0 auto 10px; }
.slider .slider__body--alt .slide__image--size1 {
  margin: 0 auto 10px 0; }
.slider .slider__body--size1 {
  padding: 0 3px; }
.slider .slider__slide {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
.slider .slider__slide img {
  margin-bottom: 9px; }
.slider .slide__image {
  min-height: 238px;
  margin: 0 auto 8px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }
.slider .slide__image img {
  margin: 0; }
.slider .slide__image p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }
.slider .slide__image--alt {
  max-width: 530px; }
@media (max-width: 575px) {
  .slider .slide__image--alt {
    max-width: 234px; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials strong {
  font-size: 16px;
  display: block;
  margin-bottom: 24px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .socials strong {
    font-size: 10px;
    margin-bottom: 19px; } }
.socials ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.socials li {
  margin-right: 20px; }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .socials li {
    margin-right: 10px; } }
.socials li:last-child {
  margin: 0; }
.socials a {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  background: #000;
  height: 60px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
@media (min-width: 1023.02px) {
  .socials a:hover {
    opacity: .7; } }
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .socials a {
    max-width: 45px;
    height: 45px; } }
@media (max-width: 374px) {
  .socials a {
    max-width: 35px;
    height: 35px; } }
.socials svg {
  width: 100%; }
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.tabs .tabs__inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.tabs .tabs__inner--reverse .tabs__head {
  margin-right: 0;
  padding-left: 18px; }
.tabs .tabs__inner--reverse .tab__image {
  margin: 0 -227px 0 -57%;
  text-align: right;
  position: relative;
  left: -50%; }
@media (max-width: 1023px) {
  .tabs .tabs__inner--reverse .tab__image {
    margin: 0; } }
.tabs .tabs__inner--reverse .tabs__body {
  margin-right: -13px;
  padding-top: 26px; }
@media (max-width: 1023px) {
  .tabs .tabs__inner--reverse .tabs__body {
    margin: 0;
    padding: 0; } }
.tabs .tabs__head {
  max-width: 43%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  font-size: 20px;
  line-height: 1.40;
  margin-right: 20px; }
.tabs .tabs__head strong {
  display: block;
  margin-bottom: 27px; }
.tabs .tabs__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  position: relative; }
.tabs .tabs__nav {
  font-size: 18px;
  margin-top: 99px; }
.tabs .tabs__nav li {
  margin-bottom: 15px; }
.tabs .tabs__nav li.is-current a {
  text-decoration: none; }
.tabs .tabs__nav li.is-current a:after {
  opacity: 1;
  visibility: visible; }
.tabs .tabs__nav a {
  display: inline-block;
  position: relative;
  z-index: 1; }
.tabs .tabs__nav a:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -9px;
  width: calc(100% + 17px);
  height: calc(100% + 8px);
  background: #e0e0e0;

  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s; }

.tabs .tab {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: center 150%;
  -ms-transform-origin: center 150%;
  transform-origin: center 150%;
  display: block;
  -webkit-transition: opacity .4s .2s, visibility .4s .2s , -webkit-transform .6s;
  transition: opacity .4s .2s, visibility .4s .2s , -webkit-transform .6s;
  -o-transition: transform .6s , opacity .4s .2s, visibility .4s .2s;
  transition: transform .6s , opacity .4s .2s, visibility .4s .2s;
  transition: transform .6s , opacity .4s .2s, visibility .4s .2s , -webkit-transform .6s;
  max-width: none;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden; }
@media (max-width: 1023px) {
  .tabs .tab {
    top: 50%; } }
.tabs .tab.is-current {
  pointer-events: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
@media (max-width: 1023px) {
  .tabs .tab.is-current {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%); } }
.tabs .tab__image {
  margin: 0 -44% 0 0; }
@media (max-width: 1023px) {
  .tabs .tab__image {
    margin: 0 auto;
    max-width: 90%; } }
.tabs .tab__image--alt {
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  margin: 0 -44% 0 60px; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slick overwrite
\* ------------------------------------------------------------ */
.slick-dots {
  margin-top: 9px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*padding-right: 10px;*/ }
.slick-dots li {
  margin: 0 2px 0 3px; }
.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c4c4c4;
  border: 0;
  outline: 0;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }
.slick-dots .slick-active button {
  background: #000; }
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.slick-slide {
  float: none;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }
.slick-slide > div {
  height: 100%; }

body {
  hyphens: auto;
}
