@charset "UTF-8";
/* Normalize */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a:active, a:hover {
  outline-width: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSans/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSans/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSans/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

p {
  font-size: 1em;
  margin-bottom: 0.7em; }

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* Placeholder */
::-webkit-input-placeholder {
  border: none;
  font-family: "MuseoSans";
  font-weight: 500;
  color: #333333; }

::-moz-placeholder {
  background: rgba(0, 172, 94, 0.1);
  border: none;
  font-family: "MuseoSans";
  padding: 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-weight: 500;
  color: #333333; }

:-moz-placeholder {
  background: rgba(0, 172, 94, 0.1);
  border: none;
  font-family: "MuseoSans";
  padding: 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-weight: 500;
  color: #333333; }

:-ms-input-placeholder {
  background: rgba(0, 172, 94, 0.1);
  border: none;
  font-family: "MuseoSans";
  padding: 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-weight: 500;
  color: #333333; }

/* Selection */
*::-moz-selection {
  color: #000;
  background: #fff; }
*::selection {
  color: #000;
  background: #fff; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }

.container {
  width: 1140px;
  margin: 0 auto; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.fsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.fsa {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.fc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

/* TinyMCE DEFAULT */
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

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

.banner {
  height: 800px;
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 80px; }
  .header img {
    width: 83px;
    height: auto; }

.admin-bar .header {
  top: 32px; }

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  width: 220px;
  height: 54px;
  z-index: 17;
  border-radius: 27px;
  font-size: 18px;
  font-family: "MuseoSans";
  color: #229558;
  text-decoration: none;
  margin-right: 16px; }
  .header-tel:before {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #229558 url(../imgs/phone.svg) no-repeat center;
    background-size: 19px;
    margin: 0 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .header-tel:hover {
    color: #f4693f; }
    .header-tel:hover:before {
      background: #f4693f url(../imgs/phone.svg) no-repeat center;
      background-size: 19px; }

.btn {
  font-size: 18px;
  font-family: "MuseoSans";
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  padding: 17px 50px;
  background: #229558;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .btn:hover {
    background: #f4693f; }

.btn-orange {
  background: #f4693f; }
  .btn-orange:hover {
    background: #229558; }

.banner-content h1 {
  font-size: 80px;
  line-height: 60px;
  font-family: "MuseoSans";
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 45px; }

.banner-content .subtitle {
  font-size: 42px;
  font-family: "Roboto";
  color: #fff;
  font-weight: 800;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.banner-content .subtitle-green {
  font-size: 30px;
  font-family: "MuseoSans";
  color: #229558;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300; }

.banner-content .btn {
  margin: 0 auto; }

.format h2, .events h2, .partners h2, .brif h2 {
  font-size: 42px;
  font-family: "Roboto";
  font-weight: 800;
  text-align: center;
  display: block;
  color: #333333;
  margin-bottom: 55px; }
  .format h2 strong, .events h2 strong, .partners h2 strong, .brif h2 strong {
    font-weight: 800;
    color: #229558; }

.format {
  padding: 100px 0;
  position: relative; }
  .format:after {
    display: block;
    content: '';
    width: 340px;
    height: 793px;
    background: url(../imgs/af1.jpg);
    position: absolute;
    left: 0;
    bottom: -170px;
    z-index: -1; }
  .format:before {
    display: block;
    content: '';
    width: 340px;
    height: 793px;
    background: url(../imgs/af2.jpg);
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: -1; }

.format-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .format-grid .format-item {
    width: 360px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .format-grid .format-item:before {
      display: block;
      content: '';
      width: calc(100% - 40px);
      height: calc(100% - 65px);
      border: 1px solid #229558;
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 3; }
    .format-grid .format-item .format-thumb {
      width: 360px;
      height: 333px;
      overflow: hidden;
      margin-bottom: 30px;
      position: relative;
      z-index: 1; }
      .format-grid .format-item .format-thumb img {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
    .format-grid .format-item .format-item-title {
      font-size: 24px;
      font-family: "MuseoSans";
      color: #333333;
      font-weight: 500;
      margin-bottom: 15px;
      position: relative;
      z-index: 5; }
    .format-grid .format-item span {
      text-align: center;
      display: block;
      font-size: 15px;
      font-family: "MuseoSans";
      color: #6e6e6e;
      line-height: 1.5;
      padding: 0 30px;
      min-height: 72px;
      margin-bottom: -5px;
      position: relative;
      z-index: 5; }
    .format-grid .format-item .btn {
      margin-bottom: 5px;
      position: relative;
      z-index: 5;
      border: 15px solid #fff;
      border-radius: 50px;
      opacity: 0;
      pointer-events: none; }
    .format-grid .format-item:hover {
      -webkit-box-shadow: -2.724px 5.346px 9px 0px rgba(46, 45, 52, 0.2);
              box-shadow: -2.724px 5.346px 9px 0px rgba(46, 45, 52, 0.2);
      z-index: 10; }
      .format-grid .format-item:hover .btn {
        opacity: 1;
        pointer-events: all; }
      .format-grid .format-item:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.about .container {
  position: relative; }

.about img {
  top: 0;
  right: -120px;
  position: absolute;
  z-index: -1; }

.about .about-text {
  padding-left: 30px;
  max-width: 670px; }
  .about .about-text h2 {
    font-size: 42px;
    font-family: "Roboto";
    font-weight: 800;
    border-bottom: 1px solid #f4693f;
    color: #229558;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px; }
  .about .about-text h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: "MuseoSans";
    margin-bottom: 20px;
    color: #333333; }
  .about .about-text p {
    font-size: 16px;
    font-weight: 300;
    font-family: "MuseoSans";
    margin-bottom: 20px;
    color: #333333; }
    .about .about-text p strong {
      font-weight: 700;
      color: #229558; }

.events {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fafafa; }

.events-grid-mob {
  display: none; }

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

.lb-close {
  position: fixed;
  top: 20px;
  right: 20px; }

.events-grid-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .events-grid-desc img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .events-grid-desc a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .events-grid-desc .events-grid-first-col {
    margin-right: 16px; }
  .events-grid-desc .item-1 {
    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;
    overflow: hidden;
    width: 261px;
    height: 540px; }
  .events-grid-desc .events-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 863px;
    margin-bottom: 16px; }
    .events-grid-desc .events-row:last-child {
      margin-bottom: 0; }
  .events-grid-desc .item-2, .events-grid-desc .item-5 {
    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;
    overflow: hidden;
    width: 277px;
    height: 262px; }
  .events-grid-desc .item-3, .events-grid-desc .item-4 {
    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;
    overflow: hidden;
    width: 569px;
    height: 262px; }
    .events-grid-desc .item-3 img, .events-grid-desc .item-4 img {
      width: 100%;
      height: auto; }

.callback {
  background: url(../imgs/Design.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px; }
  .callback h2 {
    font-size: 38px;
    font-family: "MuseoSans";
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700; }
  .callback p {
    font-size: 18px;
    font-family: "MuseoSans";
    color: rgba(255, 255, 255, 0.58);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.467;
    margin-bottom: 30px; }

.form-cta .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px; }

.form-cta input[type=text], .form-cta input[type=email], .form-cta input[type=tel] {
  border-width: 1px;
  border-color: #e8e8e8;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  height: 48px;
  font-family: "MuseoSans";
  padding: 0 20px;
  width: 270px; }

.form-cta input[type=submit] {
  font-size: 18px;
  font-family: "MuseoSans";
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  padding: 17px 50px;
  background: #229558;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 263px;
  text-transform: none; }
  .form-cta input[type=submit]:hover {
    background: #f4693f; }

.wpcf7-list-item {
  margin-left: 0 !important;
  width: 100% !important;
  display: block; }

.check-row label, .check-row .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.check-row label span {
  position: relative;
  font-size: 14px;
  font-family: "MuseoSans";
  color: rgba(255, 255, 255, 0.341); }
  .check-row label span .ppf {
    padding-left: 6px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .check-row label span .ppf:hover {
      color: white; }
  .check-row label span:before {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.4);
    border-style: solid;
    width: 20px;
    height: 19px;
    display: block;
    content: '';
    margin-right: 10px; }
  .check-row label span:after {
    width: 21px;
    height: 15px;
    display: block;
    content: '';
    background: url(../imgs/check.png);
    left: 1;
    position: absolute;
    top: 3px;
    opacity: 0; }

.check-row input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.check-row input:checked + span:after {
  opacity: 1; }

.wpcf7-not-valid {
  border: 2px solid red !important; }

.wpcf7-not-valid-tip {
  display: none !important; }

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

.wpcf7-response-output {
  position: absolute;
  width: 100%;
  left: 0;
  border: none !important;
  font-family: "MuseoSans";
  margin: 20px 0 !important;
  color: #fff;
  text-align: center; }

.partners {
  padding: 100px 0; }

.brif {
  padding-bottom: 100px; }

.brif-title h2 {
  margin-bottom: 20px; }

.brif-title p {
  font-size: 18px;
  font-family: "MuseoSans";
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.667;
  text-align: center;
  max-width: 668px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 25px; }

.brif-form {
  width: 810px;
  margin: 0 auto; }

.form-brif input[type=tel], .form-brif input[type=text], .form-brif input[type=email], .form-brif select, .form-brif input[type=date], .form-brif textarea {
  width: 100%;
  height: 51px;
  background: rgba(0, 172, 94, 0.1);
  border: none;
  font-family: "MuseoSans";
  padding: 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-weight: 500;
  color: #333333; }

.form-brif .brif-name, .form-brif .brif-phone, .form-brif .brif-format, .form-brif .brif-region {
  margin-bottom: 18px; }

.form-brif .brif-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px; }
  .form-brif .brif-row .brif-guest, .form-brif .brif-row .brif-date {
    width: 49%; }

.form-brif textarea {
  resize: none;
  padding: 20px;
  height: 110px; }

.form-brif .check-row {
  padding: 25px 0; }
  .form-brif .check-row label span {
    color: #229558; }
    .form-brif .check-row label span .ppf {
      color: #229558; }
      .form-brif .check-row label span .ppf:hover {
        opacity: .7; }
  .form-brif .check-row label span:before {
    border-color: #229558; }

.form-brif input[type=submit] {
  font-size: 18px;
  font-family: "MuseoSans";
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  padding: 17px 50px;
  background: #229558;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 263px;
  text-transform: none;
  margin: 0 auto; }
  .form-brif input[type=submit]:hover {
    background: #f4693f; }

.brif-date {
  position: relative; }
  .brif-date input {
    -moz-appearance: none !important;
    -webkit-appearance: none !important; }
  .brif-date:after {
    display: block;
    content: '';
    width: 12px;
    height: 7px;
    background: url(../imgs/down.svg);
    position: absolute;
    top: 23px;
    left: 130px; }

::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  display: block;
  content: '';
  background: url(../imgs/date.svg) no-repeat;
  background-size: contain; }

@-moz-document url-prefix() {
  .brif-date {
    position: relative; }
    .brif-date input {
      -moz-appearance: none !important;
      -webkit-appearance: none !important; }
    .brif-date:before {
      display: block;
      content: '';
      width: 27px;
      height: 27px;
      background: url(../imgs/date.svg);
      position: absolute;
      top: 12px;
      right: 35px; } }

.brif-guest {
  position: relative; }
  .brif-guest:before {
    display: block;
    content: '';
    width: 27px;
    height: 27px;
    background: url(../imgs/user.svg);
    position: absolute;
    top: 12px;
    right: 15px; }
  .brif-guest:after {
    display: block;
    content: '';
    width: 12px;
    height: 7px;
    background: url(../imgs/down.svg);
    position: absolute;
    top: 23px;
    left: 180px; }

.brif-select {
  position: relative; }
  .brif-select:after {
    display: block;
    content: '';
    width: 12px;
    height: 7px;
    background: url(../imgs/down.svg);
    position: absolute;
    top: 23px;
    right: 21px; }

.ndg-footer {
  margin-top: auto; }
  .ndg-footer .first-row {
    background: #3a3b36;
    padding: 60px 0; }
    .ndg-footer .first-row .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .ndg-footer .first-row .widgettitle {
      font-size: 18px;
      font-family: "MuseoSans";
      color: #00ab5e;
      line-height: 2.444;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .ndg-footer .first-row .ndg-bottom-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 140px;
      width: 500px;
      margin-right: 100px; }
      .ndg-footer .first-row .ndg-bottom-menu li {
        list-style: none;
        display: block;
        width: 250px; }
        .ndg-footer .first-row .ndg-bottom-menu li a {
          font-size: 16px;
          color: #fff;
          font-family: "MuseoSans";
          line-height: 1.8;
          text-decoration: none;
          opacity: 1;
          font-weight: 500; }
          .ndg-footer .first-row .ndg-bottom-menu li a:hover {
            opacity: .7; }
  .ndg-footer .footer-tel {
    font-size: 24px;
    font-family: "MuseoSans";
    color: white;
    line-height: 1.833;
    display: block;
    text-decoration: none;
    font-weight: 300; }

.copy-row {
  padding: 20px 0;
  background: #292929;
  font-size: 14px;
  font-family: "MuseoSans";
  color: #fff; }
  .copy-row button {
    font-size: 14px;
    font-family: "MuseoSans";
    color: #fff;
    margin-right: 10px;
    background: transparent;
    border: none;
    text-decoration: underline;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .copy-row button:hover {
      opacity: .5; }

.ndg-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }
  .ndg-social a {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 13px;
    border: 1px solid #fff; }
    .ndg-social a:hover {
      opacity: .7; }

#fb {
  background: url(../imgs/fb.png) no-repeat center; }

#vk {
  background: url(../imgs/vk.png) no-repeat center; }

#insta {
  background: url(../imgs/insta.png) no-repeat center; }

.callback, .brif {
  position: relative; }

.slider-partners {
  z-index: 1; }

.form-cta input[type=submit] {
  z-index: 31; }

.parallax-1 {
  width: 500px;
  height: 410px;
  background: url(../imgs/parallax1.png);
  position: absolute;
  right: -80px;
  top: -1200px;
  z-index: 30; }

.parallax-2 {
  width: 340px;
  height: 313px;
  background: url(../imgs/parallax2.png);
  position: absolute;
  left: 50px;
  top: 1000px; }

.parallax-3 {
  width: 304px;
  height: 308px;
  background: url(../imgs/parallax3.png);
  position: absolute;
  right: 200px;
  top: -2300px; }

.form-brif .wpcf7-response-output {
  max-width: 100%;
  color: #333333;
  margin: 0 auto;
  padding: 0 25vw !important;
  left: 0;
  right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../imgs/loading.gif) no-repeat; }

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

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../imgs/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../imgs/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../imgs/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  border: none;
  outline: none;
  height: 18px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent; }

.slick-prev {
  background: url(../imgs/blue-left.svg) no-repeat;
  background-size: contain; }

.slick-next {
  background: url(../imgs/blue-right.svg) no-repeat;
  background-size: contain; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 50px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #e8e8e8;
      display: block;
      height: 14px;
      width: 14px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: #229558; }
    .slick-dots li.slick-active button {
      background: #229558; }

.ndg-popup-frame {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0; }

.distable-scroll {
  overflow: hidden; }

.ndg-popup {
  position: fixed;
  top: 10vh;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  background: #fff;
  padding: 20px;
  z-index: 200;
  display: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 11px 15.84px 0.16px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 11px 15.84px 0.16px rgba(0, 0, 0, 0.33); }

.ndg-close {
  display: block;
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  width: 17px;
  height: 17px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background: url(../imgs/close-w.png); }
  .ndg-close:hover {
    opacity: .7; }

#ndg-popup-2 {
  width: 1000px;
  height: 530px;
  overflow: hidden;
  margin-left: -500px;
  padding: 0; }
  #ndg-popup-2 .ndg-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #ndg-popup-2 .pop-cover {
    height: 530px;
    width: 530px;
    min-width: 530px;
    background-size: cover !important; }
  #ndg-popup-2 .form-side {
    padding: 60px; }
  #ndg-popup-2 .popup-title {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 800;
    color: #444444;
    text-align: center;
    margin-bottom: 20px; }
  #ndg-popup-2 .popup-subtitle {
    display: block;
    text-align: center;
    font-family: "MuseoSans";
    color: rgba(48, 48, 48, 0.78);
    font-size: 20px;
    margin-bottom: 20px; }
  #ndg-popup-2 .wpcf7-response-output {
    color: #333333;
    width: 400px;
    left: 56%;
    bottom: 20px;
    font-size: 12.5px; }

.fast-form {
  width: 100%; }
  .fast-form input[type=text], .fast-form input[type=tel] {
    width: 100%;
    border-width: 0.45px;
    border-color: white;
    border-style: solid;
    background-color: #ebebeb;
    font-size: 18px;
    font-family: "Roboto";
    color: rgba(68, 68, 68, 0.659);
    height: 51px;
    padding: 0 20px;
    font-family: "MuseoSans";
    margin-bottom: 10px; }
  .fast-form label {
    font-size: 18px;
    font-family: "Roboto";
    color: rgba(68, 68, 68, 0.659);
    margin-bottom: 5px;
    display: block; }
  .fast-form input[type=submit] {
    font-size: 18px;
    font-family: "Roboto";
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 50px;
    background: #229558;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    text-transform: none;
    margin: 0 auto; }
    .fast-form input[type=submit]:hover {
      background: #f4693f; }
  .fast-form .check-row {
    padding: 15px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .fast-form .check-row label span {
      color: #333333;
      font-size: 13px; }
      .fast-form .check-row label span .ppf {
        color: #333333;
        font-size: 13px; }
        .fast-form .check-row label span .ppf:hover {
          opacity: .7; }
    .fast-form .check-row label span:before {
      border-color: #229558; }
  .fast-form .text-service {
    display: none; }

.ndg-overall {
  display: none;
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 105;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.brif-form input[type=tel], .brif-form input[type=text], .brif-form input[type=email], .brif-form select, .brif-form input[type=date], .brif-form textarea {
  width: 100%;
  height: 51px;
  background: rgba(0, 172, 94, 0.1);
  border: none;
  font-family: "MuseoSans";
  padding: 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-weight: 500;
  color: #333333; }

.brif-form .brif-name, .brif-form .brif-phone, .brif-form .brif-format, .brif-form .brif-region {
  margin-bottom: 18px; }

.brif-form .brif-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px; }
  .brif-form .brif-row .brif-guest, .brif-form .brif-row .brif-date {
    width: 49%; }

.brif-form textarea {
  resize: none;
  padding: 20px;
  height: 110px; }

.brif-form .check-row {
  padding: 25px 0; }
  .brif-form .check-row label span {
    color: #229558; }
    .brif-form .check-row label span .ppf {
      color: #229558; }
      .brif-form .check-row label span .ppf:hover {
        opacity: .7; }
  .brif-form .check-row label span:before {
    border-color: #229558; }

.brif-form input[type=submit] {
  font-size: 18px;
  font-family: "MuseoSans";
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 27px;
  padding: 17px 50px;
  background: #229558;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 263px;
  text-transform: none;
  margin: 0 auto; }
  .brif-form input[type=submit]:hover {
    background: #f4693f; }

.brif-date {
  position: relative; }
  .brif-date input {
    -moz-appearance: none !important;
    -webkit-appearance: none !important; }
  .brif-date:after {
    display: block;
    content: '';
    width: 12px;
    height: 7px;
    background: url(../imgs/down.svg);
    position: absolute;
    top: 23px;
    left: 130px; }

::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  display: block;
  content: '';
  background: url(../imgs/date.svg) no-repeat;
  background-size: contain; }

@-moz-document url-prefix() {
  .brif-date {
    position: relative; }
    .brif-date input {
      -moz-appearance: none !important;
      -webkit-appearance: none !important; }
    .brif-date:before {
      display: block;
      content: '';
      width: 27px;
      height: 27px;
      background: url(../imgs/date.svg);
      position: absolute;
      top: 12px;
      right: 35px; } }

.brif-guest {
  position: relative; }
  .brif-guest:before {
    display: block;
    content: '';
    width: 27px;
    height: 27px;
    background: url(../imgs/user.svg);
    position: absolute;
    top: 12px;
    right: 15px; }
  .brif-guest:after {
    display: block;
    content: '';
    width: 12px;
    height: 7px;
    background: url(../imgs/down.svg);
    position: absolute;
    top: 23px;
    left: 180px; }

.brif-select {
  position: relative; }
  .brif-select:after {
    display: block;
    content: '';
    width: 12px;
    height: 7px;
    background: url(../imgs/down.svg);
    position: absolute;
    top: 23px;
    right: 21px; }

.brif-popup {
  width: 1120px;
  margin-left: -560px;
  background: #fff;
  background-position-y: -50px;
  padding: 80px;
  top: 5vh;
  overflow: hidden; }
  .brif-popup:before {
    display: block;
    content: '';
    width: 296px;
    height: 342px;
    top: -50px;
    left: 0;
    position: absolute;
    background: url(../imgs/pop-brif.png) no-repeat top left; }
  .brif-popup:after {
    display: block;
    content: '';
    background: url(../imgs/pop-brif-2.png);
    width: 344px;
    height: 354px;
    position: absolute;
    bottom: 10px;
    right: 50px; }
  .brif-popup .popup-title {
    font-size: 30px;
    font-family: "Roboto";
    color: #333333;
    font-weight: 800;
    line-height: 0.667;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center; }
    .brif-popup .popup-title strong {
      color: #229558; }
  .brif-popup .popup-subtitle {
    font-size: 18px;
    font-family: "MuseoSans";
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.556;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 30px; }

.Наши_специалисты_ответят_на_любые_Ваши_вопросы_ {
  font-size: 18px;
  font-family: "Museo Sans Cyrl";
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.556;
  text-align: center;
  position: absolute;
  left: 517.406px;
  top: 204.783px;
  width: 668px;
  height: 46px;
  z-index: 60; }

@media only screen and (max-height: 870px) {
  .brif-popup {
    top: 0;
    height: 100vh;
    overflow: auto;
    background-attachment: scroll; }
  .brif-popup:after {
    bottom: unset;
    top: 500px; } }

@media only screen and (max-height: 600px) {
  #ndg-popup-2 {
    top: 0; } }

@media only screen and (max-height: 530px) {
  #ndg-popup-2 {
    top: 0;
    height: 100vh;
    overflow: auto;
    background-attachment: scroll; } }

@media only screen and (max-width: 1850px) {
  .parallax-3 {
    right: 100px; }
  .callback {
    background: url(../imgs/Design.jpg) center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px; } }

@media only screen and (max-width: 1650px) {
  .parallax-3 {
    right: 50px;
    top: -2238px; }
  .parallax-1 {
    right: -123px; }
  .parallax-2 {
    left: 25px;
    top: 1152px; }
  .callback p {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px; } }

@media only screen and (max-width: 1500px) {
  .parallax-1 {
    right: -50px;
    width: 300px;
    height: 300px;
    background: url(../imgs/parallax1.png) no-repeat;
    background-size: contain; }
  .parallax-2 {
    width: 200px;
    height: 200px;
    background: url(../imgs/parallax2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50px;
    top: 1093px; }
  .parallax-3 {
    right: 10px;
    top: -2455px;
    width: 204px;
    height: 208px;
    background: url(../imgs/parallax3.png) no-repeat center;
    background-size: contain; } }

@media only screen and (max-width: 1350px) {
  .parallax-1 {
    right: -101px; } }

@media only screen and (max-width: 1280px) {
  .container {
    width: 1024px; }
  .parallax-1 {
    top: -1209px; }
  .parallax-2 {
    left: 3px;
    top: 1500px; }
  .parallax-3 {
    right: 10px;
    top: -2340px; }
  .banner-content h1 {
    font-size: 70px; }
  .banner-content .subtitle {
    font-size: 35px; }
  .banner-content .subtitle-green {
    font-size: 25px; }
  .banner {
    height: 680px; }
  .format-grid .format-item {
    width: 330px; }
  .format-grid .format-item .format-thumb {
    width: 330px;
    height: 305px; }
    .format-grid .format-item .format-thumb img {
      width: 100%;
      height: auto; }
  .about .about-text {
    max-width: 587px; }
  .brif-form {
    width: 640px; }
  .form-cta input[type=text], .form-cta input[type=email], .form-cta input[type=tel] {
    width: 233px; } }

@media only screen and (max-width: 1070px) {
  .parallax-1, .parallax-2, .parallax-3 {
    display: none !important; }
  .brif-popup:before, .brif-popup:after {
    display: none; }
  #ndg-popup-1 {
    top: 0;
    left: 0;
    width: 100vw;
    margin-left: 0;
    height: 100vh;
    overflow-y: scroll; }
  .container {
    width: 680px; }
  .brif-form {
    width: 100%; }
  .partners {
    padding: 50px 0; }
  .header-tel {
    height: 40px; }
  .header-tel:before {
    width: 30px;
    height: 30px;
    background-size: 16px; }
  .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 36px; }
  .banner {
    height: 550px; }
  .banner-content h1 {
    font-size: 50px;
    margin-bottom: 20px; }
  .banner-content .subtitle {
    font-size: 29px; }
  .banner-content .subtitle-green {
    font-size: 20px; }
  .about .about-text {
    max-width: 100%; }
  .about img {
    top: -120px;
    right: 0;
    position: relative;
    z-index: -1;
    margin-bottom: -180px; }
  .events-grid-desc {
    display: none; }
  .events-grid-mob {
    display: block; }
    .events-grid-mob img {
      min-width: auto;
      height: 100%; }
    .events-grid-mob .events-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      width: 400px;
      margin: 0 auto;
      margin-bottom: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .events-grid-mob .item-1 {
      width: 49%;
      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;
      overflow: hidden;
      height: 410px; }
    .events-grid-mob .mobile-col {
      width: 49%; }
    .events-grid-mob .item-2, .events-grid-mob .item-5 {
      width: 100%;
      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;
      overflow: hidden;
      height: 200px; }
    .events-grid-mob .item-2 {
      margin-bottom: 10px; }
      .events-grid-mob .item-2 img {
        width: 100%;
        height: auto; }
    .events-grid-mob .item-3, .events-grid-mob .item-4 {
      width: 400px;
      height: 240px;
      margin-bottom: 10px;
      overflow: hidden; }
      .events-grid-mob .item-3 img, .events-grid-mob .item-4 img {
        width: 100%;
        height: auto; }
  .form-cta .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-cta input[type=text], .form-cta input[type=email], .form-cta input[type=tel] {
    width: 100%;
    margin-bottom: 30px; }
  .form-cta input[type=submit], .check-row label, .check-row .wpcf7-list-item-label {
    margin: 0 auto; }
  .format {
    padding: 50px 0;
    position: relative; }
  .format h2, .events h2, .partners h2, .brif h2 {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 800;
    text-align: center;
    display: block;
    color: #333333;
    margin-bottom: 40px; }
  .format-grid .format-item .format-item-title {
    font-size: 21px; }
  .events {
    padding-top: 50px;
    padding-bottom: 50px; }
  .callback {
    padding-top: 50px; }
  .callback h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .callback p {
    font-size: 15px; }
  .ndg-footer .first-row .ndg-bottom-menu {
    margin-right: 0; }
  .ndg-footer .footer-tel {
    font-size: 20px;
    font-family: "MuseoSans";
    color: white;
    line-height: 2; }
  #ndg-popup-2 {
    top: 0;
    left: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto; }
  #ndg-popup-2 .popup-subtitle {
    display: block;
    text-align: center;
    font-family: "MuseoSans";
    color: rgba(48, 48, 48, 0.78);
    font-size: 16px; }
  #ndg-popup-2 .form-side {
    padding: 30px; }
  #ndg-popup-2 .ndg-window {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #ndg-popup-2 .pop-cover {
    width: 100%; }
  .fast-form .check-row label span {
    color: #333333;
    font-size: 11px; }
  .fast-form .check-row label span .ppf {
    color: #333333;
    font-size: 11px; }
  #ndg-popup-2 .pop-cover {
    height: 330px; } }

@media only screen and (max-width: 768px) {
  .container {
    width: 480px; }
  .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 25px; }
  .contact-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header-tel {
    width: 196px;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 10px; }
  .banner-content .subtitle {
    font-size: 25px; }
  .banner-content {
    margin-top: 80px; }
  .format-grid .format-item {
    width: 100%; }
  .format-grid .format-item .format-thumb {
    width: 100%;
    height: 305px; }
  .about img {
    display: none; }
  .ndg-footer .first-row .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ndg-footer .first-row .ndg-bottom-menu {
    height: auto;
    margin-bottom: 30px;
    width: 100%; }
    .ndg-footer .first-row .ndg-bottom-menu li {
      text-align: center;
      width: 100%; }
  .copy-row, .ndg-footer .first-row .widgettitle, .ndg-footer .footer-tel {
    text-align: center; }
  .copy-row button {
    margin: 10px auto;
    display: block; }
  .ndg-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .brif {
    padding-bottom: 50px; }
  #ndg-popup-1 .brif-form .brif-row .brif-guest, #ndg-popup-1 .brif-form .brif-row .brif-date {
    width: 100%; }
  #ndg-popup-1 .brif-form .brif-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #ndg-popup-1 .brif-guest {
    margin-bottom: 20px; }
  #ndg-popup-1 .brif-guest:before {
    right: 20px; }
  .brif-popup .popup-subtitle {
    font-size: 15px;
    font-family: "MuseoSans"; }
  .brif-popup {
    padding: 50px 20px; } }

@media only screen and (max-width: 500px) {
  .container {
    width: 400px; }
  .banner-content .subtitle {
    font-size: 21px; }
  .slick-slide img {
    margin: 0 auto; }
  .brif-form .brif-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .brif-form .brif-row .brif-guest, .brif-form .brif-row .brif-date {
    width: 100%; }
  .brif-date {
    margin-bottom: 20px; }
  .brif-guest:before {
    right: 23px; }
  .header {
    padding: 20px 10px; }
  #ndg-popup-2 .form-side {
    padding: 30px 10px; }
  #ndg-popup-2 label {
    font-size: 13px; } }

.fast-form label {
  color: #333333; }

@media only screen and (max-width: 410px) {
  .container {
    width: 300px; }
  .banner-content h1 {
    font-size: 42px;
    margin-bottom: 13px; }
  .banner-content .subtitle {
    font-size: 17px; }
  .banner-content .subtitle-green {
    font-size: 16px; }
  .about .about-text h2 {
    font-size: 39px; }
  .events-grid-mob .events-row {
    width: 300px; }
  .events-grid-mob .item-1 {
    height: 310px; }
  .events-grid-mob .item-2, .events-grid-mob .item-5 {
    height: 150px; }
  .events-grid-mob .item-3, .events-grid-mob .item-4 {
    width: 300px;
    height: 174px; }
  .slick-dots {
    margin-top: 20px; }
  .check-row label span {
    position: relative;
    font-size: 11px; }
  .header-tel {
    width: 175px;
    font-size: 14px; }
  .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 14px; }
  .format-grid .format-item .format-thumb {
    width: 92%;
    height: 249px; }
  .format-grid .format-item:before {
    display: block;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    border: 1px solid #229558;
    position: absolute;
    left: 20px;
    top: 9px;
    z-index: 3; } }
