@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #5D6976;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

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

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

/*Lato*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
/*Merriweather*/
@font-face {
  font-family: 'Merriweather';
  src: url("../fonts/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Merriweather';
  src: url("../fonts/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px; }

.container-fluid {
  width: 100%;
  /*max-width: 1800px;*/
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 991px) {
    .container-fluid {
      padding: 0 15px; } }

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

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

.m-row {
  margin: 0 -15px; }

.m-auto {
  display: block;
  margin: auto; }

.p-0 {
  padding: 0 !important; }
  @media (max-width: 991px) {
    .p-0 {
      padding: 0 15px !important; } }

.m-0 {
  margin: 0 !important; }

.column {
  padding: 0 15px;
  position: relative; }
  @media (max-width: 767px) {
    .column {
      padding: 0; } }

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.align-self-middle {
  -webkit-align-self: center;
  align-self: center; }

.align-self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

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

.align-spaced {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

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

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

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

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

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

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

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666666%;
  -ms-flex: 0 0 16.666666%;
  flex: 0 0 16.666666%;
  max-width: 16.666666%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.999999%;
  -ms-flex: 0 0 24.999999%;
  flex: 0 0 24.999999%;
  max-width: 24.999999%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333332%;
  -ms-flex: 0 0 33.333332%;
  flex: 0 0 33.333332%;
  max-width: 33.333332%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666665%;
  -ms-flex: 0 0 41.666665%;
  flex: 0 0 41.666665%;
  max-width: 41.666665%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.999998%;
  -ms-flex: 0 0 49.999998%;
  flex: 0 0 49.999998%;
  max-width: 49.999998%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333331%;
  -ms-flex: 0 0 58.333331%;
  flex: 0 0 58.333331%;
  max-width: 58.333331%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666664%;
  -ms-flex: 0 0 66.666664%;
  flex: 0 0 66.666664%;
  max-width: 66.666664%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 74.999997%;
  -ms-flex: 0 0 74.999997%;
  flex: 0 0 74.999997%;
  max-width: 74.999997%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666663%;
  -ms-flex: 0 0 91.666663%;
  flex: 0 0 91.666663%;
  max-width: 91.666663%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 99.999996%;
  -ms-flex: 0 0 99.999996%;
  flex: 0 0 99.999996%;
  max-width: 99.999996%; }

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; } }
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .medium-offset-1 {
    margin-left: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .medium-offset-2 {
    margin-left: 16.666666%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .medium-offset-3 {
    margin-left: 24.999999%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .medium-offset-4 {
    margin-left: 33.333332%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .medium-offset-5 {
    margin-left: 41.666665%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .medium-offset-6 {
    margin-left: 49.999998%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .medium-offset-7 {
    margin-left: 58.333331%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .medium-offset-8 {
    margin-left: 66.666664%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .medium-offset-9 {
    margin-left: 74.999997%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .medium-offset-11 {
    margin-left: 91.666663%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; }

  .medium-offset-12 {
    margin-left: 99.999996%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .large-offset-1 {
    margin-left: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .large-offset-2 {
    margin-left: 16.666666%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .large-offset-3 {
    margin-left: 24.999999%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .large-offset-4 {
    margin-left: 33.333332%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .large-offset-5 {
    margin-left: 41.666665%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .large-offset-6 {
    margin-left: 49.999998%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .large-offset-7 {
    margin-left: 58.333331%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .large-offset-8 {
    margin-left: 66.666664%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .large-offset-9 {
    margin-left: 74.999997%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .large-offset-11 {
    margin-left: 91.666663%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; }

  .large-offset-12 {
    margin-left: 99.999996%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .xl-offset-1 {
    margin-left: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .xl-offset-2 {
    margin-left: 16.666666%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .xl-offset-3 {
    margin-left: 24.999999%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .xl-offset-4 {
    margin-left: 33.333332%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .xl-offset-5 {
    margin-left: 41.666665%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .xl-offset-6 {
    margin-left: 49.999998%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .xl-offset-7 {
    margin-left: 58.333331%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .xl-offset-8 {
    margin-left: 66.666664%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .xl-offset-9 {
    margin-left: 74.999997%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .xl-offset-11 {
    margin-left: 91.666663%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; }

  .xl-offset-12 {
    margin-left: 99.999996%; } }
/* small phones grid*/
@media (max-width: 475px) {
  .col-exs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-exs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .col-exs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .col-exs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .col-exs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .col-exs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .col-exs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .col-exs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .col-exs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .col-exs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-exs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .col-exs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; } }
.default-icon {
  width: 100%; }
  .default-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: bold; }

a {
  text-decoration: none;
  color: #5ab8f3;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }

img {
  display: block;
  max-width: 100%;
  display: block; }

.overlap {
  position: relative;
  z-index: 2; }

body.active, html.active {
  overflow: hidden; }

.full-height, body, html {
  height: 100%; }

input:focus, button:focus {
  outline: none; }

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

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

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

.italic {
  font-style: italic;
  font-family: 'Lato', sans-serif; }

.app__block {
  padding: 15px 0;
  position: relative; }
  @media (max-width: 991px) {
    .app__block {
      margin: 0; } }
.app__title {
  font-size: 18px;
  font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / 1600));
  font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / 1600 ));
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / 1600)); }
.app__link {
  display: inline-block;
  font-size: 20px;
  font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 300px) / 1600));
  font-size: -moz-calc(16px + (20 - 16) * ((100vw - 300px) / 1600 ));
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / 1600));
  font-weight: 500;
  color: #30373F;
  position: relative;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .app__link:before {
    content: '';
    position: absolute;
    left: -10px;
    height: 1px;
    width: 0;
    right: 0;
    bottom: -5px;
    background-color: #DCAB8A;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1; }
  .app__link:hover {
    color: #DCAB8A;
    cursor: pointer; }
    .app__link:hover:before {
      width: 100%; }
.app__description {
  font-size: 14px;
  color: #5D6976;
  line-height: 1.7;
  font-weight: normal; }
.app-screen-title {
  font-size: 28px;
  font-size: -webkit-calc(22px + (28 - 22) * ((100vw - 300px) / 1600));
  font-size: -moz-calc(22px + (28 - 22) * ((100vw - 300px) / 1600 ));
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / 1600));
  padding: 25px 0 55px 0;
  line-height: 1.3;
  color: #30373F; }
  @media (max-width: 991px) {
    .app-screen-title {
      padding: 30px 0 25px 0; } }

.body-padding {
  height: 110px; }

.relative {
  position: relative; }

.hidden {
  visibility: hidden;
  display: none; }

/*scroll*/
html::-webkit-scrollbar-track, .select-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: rgba(180, 152, 102, 0.25); }

html::-webkit-scrollbar, .select-items::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; }

html::-webkit-scrollbar-thumb, .select-items::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.screen-tabs__list-item {
  display: inline-block;
  margin-bottom: 15px; }
  .screen-tabs__list-item + .screen-tabs__list-item {
    margin-left: 50px; }
    @media (max-width: 575px) {
      .screen-tabs__list-item + .screen-tabs__list-item {
        margin-left: 8px; } }
.screen-tabs__list-link {
  display: block;
  margin: 0 10px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / 1600));
  font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / 1600 ));
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / 1600));
  font-weight: normal;
  color: #5D6976;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .screen-tabs__list-link:after {
    content: '';
    position: absolute;
    left: -10px;
    height: 1px;
    width: 0;
    right: 0;
    bottom: -5px;
    background-color: #DCAB8A;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  @media (max-width: 575px) {
    .screen-tabs__list-link {
      padding: 10px 5px;
      margin: 0; } }
  .screen-tabs__list-link.active, .screen-tabs__list-link:hover {
    color: #DCAB8A; }
    .screen-tabs__list-link.active:after, .screen-tabs__list-link:hover:after {
      content: '';
      width: 100%;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.tabs-wrap {
  padding: 60px 0 0 0; }
  @media (max-width: 575px) {
    .tabs-wrap {
      padding: 20px 0 0 0; } }
  .tabs-wrap .tab-content {
    display: none;
    animation: fadeEffect .5s;
    -webkit-animation: fadeEffect .5s; }
    .tabs-wrap .tab-content.active {
      display: block; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: #fff;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .navbar__column {
    padding: 0; }
  .navbar__logo {
    display: block;
    width: 90px;
    max-height: 90px; }
    @media (max-width: 767px) {
      .navbar__logo {
        width: 75px; } }
    .navbar__logo img {
      object-fit: contain; }
  @media (max-width: 991px) {
    .navbar-main {
      display: none;
      position: absolute;
      left: -15px;
      right: -15px;
      top: 62px;
      padding: 0 0 15px 0;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 5px 10px -2px rgba(48, 55, 63, 0.3);
      -moz-box-shadow: 0px 5px 10px -2px rgba(48, 55, 63, 0.3);
      box-shadow: 0px 5px 10px -2px rgba(48, 55, 63, 0.3); } }
  .navbar-item {
    display: inline-block; }
    @media (max-width: 991px) {
      .navbar-item {
        display: block;
        text-align: center;
        padding-bottom: 20px; } }
    .navbar-item + .navbar-item {
      margin-left: 40px; }
      @media (max-width: 1200px) {
        .navbar-item + .navbar-item {
          margin-left: 20px; } }
      @media (max-width: 767px) {
        .navbar-item + .navbar-item {
          margin-left: 0; } }
    .navbar-item__link {
      position: relative;
      display: inline-block;
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #5D6976;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .navbar-item__link:before, .navbar-item__link.active:before {
        content: '';
        position: absolute;
        left: -10px;
        height: 1px;
        width: 0;
        right: 0;
        bottom: -5px;
        background-color: #DCAB8A;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .navbar-item__link:hover, .navbar-item__link.active {
        color: #DCAB8A; }
        .navbar-item__link:hover:before, .navbar-item__link.active:before {
          width: 100%; }

.hamburger {
  display: none; }

@media (max-width: 991px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    overflow: visible;
    margin: 0;
    padding: 0 15px;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent; }
    .hamburger, .hamburger .hamburger__box {
      cursor: pointer;
      display: inline-block; }
    .hamburger__box {
      position: relative;
      width: 35px;
      height: 24px; }
    .hamburger__inner {
      display: block;
      margin-top: -2px; }
      .hamburger__inner, .hamburger__inner:before, .hamburger__inner:after {
        position: absolute;
        width: 35px;
        height: 2px;
        border-radius: 0;
        top: auto;
        bottom: 0;
        -webkit-transition-delay: .13s;
        transition-delay: .13s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-duration: .13s;
        transition-duration: .13s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        background-color: #5D6976; }
      .hamburger__inner:before, .hamburger__inner:after {
        content: '';
        display: block; }
      .hamburger__inner:before {
        top: -10px;
        -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .hamburger__inner:after {
        bottom: -10px;
        top: -20px;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

  .js-fixed .hamburger {
    top: 10px; }
    .js-fixed .hamburger__inner, .js-fixed .hamburger__inner:before, .js-fixed .hamburger__inner:after {
      background-color: #162d4f; }

  .active .hamburger__inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .active .hamburger__inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .active .hamburger__inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0; } }
.header.js-fixed .header__list {
  top: 60px; }

#map {
  height: 530px; }

.contacts .row {
  position: relative; }
.contacts-content {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffffff;
  padding: 50px 45px 100px 45px;
  z-index: 2; }
  @media (max-width: 767px) {
    .contacts-content {
      position: relative;
      top: 0;
      right: 0;
      padding: 10px 0; } }
.contacts-list__title {
  color: #30373F;
  font-size: 24px;
  font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / 1600));
  font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / 1600 ));
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / 1600)); }
.contacts-list__item {
  margin-top: 25px;
  color: #5D6976;
  font-size: 16px; }

.copyright {
  padding: 25px 0;
  background-color: #fff; }
  .copyright__content {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #8F949A; }
    .copyright__content .link:hover {
      color: #DCAB8A; }
    @media (max-width: 767px) {
      .copyright__content {
        text-align: center;
        line-height: 2; } }

.flickity-enabled {
  position: relative;
  z-index: 1; }
  .flickity-enabled:focus {
    outline: none; }
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 50px;
  cursor: pointer;
  border: 0;
  font-size: 45px;
  color: #000000;
  outline: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease; }
  @media (max-width: 575px) {
    .flickity-prev-next-button {
      height: 30px; } }

.flickity-prev-next-button:focus {
  outline: none; }

.flickity-prev-next-button.previous {
  left: 0; }
  .flickity-prev-next-button.previous:after {
    content: "\e911";
    font-family: 'icomoon' !important; }

.flickity-prev-next-button.next {
  right: 0; }
  .flickity-prev-next-button.next:after {
    content: "\e912";
    font-family: 'icomoon' !important; }

.flickity-prev-next-button svg {
  display: none; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #77c97b; }

.flickity-page-dots {
  position: absolute;
  max-width: 1110px;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 19px;
  z-index: 10;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease; }
  .flickity-page-dots .dot {
    position: relative;
    width: 60px;
    height: 4px;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    background-color: #BDBDBD;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .flickity-page-dots .dot:hover {
      background-color: #DCAB8A; }
    @media (max-width: 767px) {
      .flickity-page-dots .dot {
        width: 40px; } }
    @media (max-width: 575px) {
      .flickity-page-dots .dot {
        width: 10px; } }
  .flickity-page-dots .dot + .dot {
    margin-left: 15px; }
  .flickity-page-dots .dot.is-selected {
    background-color: #30373F; }

.section-gray {
  background: #F3F4F6; }

main {
  overflow: hidden; }

.home-carousel__block {
  position: relative;
  z-index: 1;
  width: 70%;
  line-height: 1.6;
  padding-left: 60px; }
  @media (max-width: 767px) {
    .home-carousel__block {
      width: 100%;
      padding-left: 30px; } }
.home-carousel__item {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  @media (max-width: 767px) {
    .home-carousel__item {
      height: 100vh; } }
.home-carousel__icon {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  background: black; }
  .home-carousel__icon img {
    opacity: 0.8;
    object-fit: cover; }
.home-carousel .flickity-page-dots {
  padding-left: 30px !important;
  bottom: 90px !important;
  text-align: left !important; }
.home-carousel__nav {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 123px;
  left: 10%; }
.home-content {
  position: relative;
  z-index: 3; }
  .home-content__title {
    font-size: 48px;
    font-size: -webkit-calc(26px + (48 - 26) * ((100vw - 300px) / 1600));
    font-size: -moz-calc(26px + (48 - 26) * ((100vw - 300px) / 1600 ));
    font-size: calc(26px + (48 - 26) * ((100vw - 300px) / 1600));
    color: #ffffff; }
    @media (max-width: 767px) {
      .home-content__title {
        padding-left: 15px; } }
.home .full-height {
  height: 100vh; }
  @media (max-width: 767px) {
    .home .full-height {
      height: 60vh; } }
.home .row {
  position: relative; }
.home-button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0; }
  .home-button__item {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: rgba(48, 55, 63, 0.5);
    position: relative;
    cursor: pointer; }
    .home-button__item:before {
      content: '';
      height: 2px;
      width: 0;
      background: #30373F;
      position: absolute;
      top: 50%;
      right: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .home-button__item + .home-button__item {
      margin-top: 15px; }
    .home-button__item:hover, .home-button__item.is-selected {
      color: #30373F; }
      .home-button__item:hover:before, .home-button__item.is-selected:before {
        width: 29px; }
  @media (max-width: 767px) {
    .home-button {
      display: none; } }

.home-slider__top {
  height: 100vh; }

.about {
  padding: 80px 0 60px 0; }
  @media (max-width: 767px) {
    .about {
      padding: 20px 0 40px 0; } }
  .about__title {
    padding: 45px 0 35px 0;
    color: #30373F; }
    @media (max-width: 767px) {
      .about__title {
        padding: 30px 0 20px 0; } }
  .about__icon {
    height: 100%;
    position: relative; }
    .about__icon img {
      padding: 40px 0 44px 56px;
      z-index: 1;
      position: relative; }
      @media (max-width: 991px) {
        .about__icon img {
          padding: 20px; } }
    .about__icon:before {
      content: '';
      background: #30373F;
      height: 100%;
      width: 210px;
      position: absolute;
      left: 0; }
  .about-content {
    margin-bottom: 60px;
    padding: 0 8.33333%; }
    @media (max-width: 991px) {
      .about-content {
        padding: 0;
        margin: 0; } }
    .about-content__title {
      font-weight: normal;
      margin-bottom: 20px;
      color: #30373F;
      font-size: 18px;
      font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / 1600));
      font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / 1600 ));
      font-size: calc(14px + (18 - 14) * ((100vw - 300px) / 1600));
      line-height: 2; }
    .about-content__description {
      line-height: 2; }
      .about-content__description p {
        padding-bottom: 15px; }
    .about-content__row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .about-content__row {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
  .about .object-item {
    padding: 0 15px 25px 15px; }
    @media (max-width: 767px) {
      .about .object-item {
        padding-bottom: 35px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333332%;
        -ms-flex: 0 0 33.333332%;
        flex: 0 0 33.333332%;
        max-width: 33.333332%; } }
    .about .object-item:nth-child(1) .object-item__count {
      display: none; }
    .about .object-item__icon {
      margin-bottom: 15px; }
    .about .object-item__description {
      line-height: 2; }
  .about .location-item {
    padding-bottom: 35px; }
    .about .location-item__description {
      font-size: 16px;
      color: #5D6976; }
    .about .location-item__icon {
      width: 25px;
      height: 25px;
      margin-right: 5px; }

@media (max-width: 767px) {
  .rates {
    margin-bottom: 35px; } }
.rates-list__item {
  padding: 0 0 20px 0;
  background: #ffffff;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .rates-list__item {
      padding: 0 10px;
      background: transparent;
      border-bottom: 5px solid #fff; } }
@media (max-width: 767px) {
  .rates-list-head {
    display: none; } }
.rates-list__title {
  color: #30373F;
  font-size: 16px;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / 1600));
  font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / 1600 ));
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / 1600)); }
  @media (max-width: 767px) {
    .rates-list__title.large {
      font-weight: bold;
      font-size: 16px; } }
.rates-list__caption {
  font-size: 18px;
  font-size: -webkit-calc(16px + (18 - 16) * ((100vw - 300px) / 1600));
  font-size: -moz-calc(16px + (18 - 16) * ((100vw - 300px) / 1600 ));
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / 1600));
  color: #5D6976; }
  @media (max-width: 767px) {
    .rates-list__caption.hidden {
      visibility: visible;
      display: block; } }
.rates-list__subtitle {
  color: #8F949A;
  margin: 15px 0;
  font-size: 14px; }
.rates .section-gray {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .rates .section-gray {
      padding-bottom: 0; } }
.rates .column {
  padding-top: 10px;
  padding-bottom: 20px; }

.features {
  padding: 35px 0 80px 0; }
  .features__link {
    color: #7d7b7a;
    padding: 25px;
    display: block; }
  .features-item {
    margin-bottom: 30px; }
    @media (min-width: 575px) and (max-width: 991px) {
      .features-item {
        width: 50%; } }
    @media (max-width: 575px) {
      .features-item {
        padding: 2.5px; } }
  .features-content {
    height: 200px;
    background: #30373F;
    text-align: center;
    padding: 50px 5px; }
    .features-content__icon {
      margin-bottom: 32px; }
    .features-content__title {
      color: #ffffff; }

.reviews {
  position: relative; }
  .reviews-carousel {
    margin-bottom: 180px; }
    .reviews-carousel__item {
      width: 50%; }
      @media (max-width: 1200px) {
        .reviews-carousel__item {
          width: 100%; } }
      @media (max-width: 767px) {
        .reviews-carousel__item {
          width: 100%; } }
    .reviews-carousel__wrap {
      height: 370px;
      padding: 50px 35px 70px 20px;
      position: relative;
      background: #fff; }
      @media (max-width: 1200px) {
        .reviews-carousel__wrap {
          height: auto; } }
      .reviews-carousel__wrap::before {
        content: "”";
        font-family: Merriweather;
        font-style: normal;
        font-weight: 900;
        font-size: 100px;
        color: rgba(255, 211, 182, 0.3);
        position: absolute;
        right: 20px;
        top: 0; }
        @media (max-width: 767px) {
          .reviews-carousel__wrap::before {
            font-size: 70px;
            right: 0;
            top: 0; } }
    @media (max-width: 767px) {
      .reviews-carousel {
        margin-bottom: 50px; } }
  .reviews-content {
    width: calc(100% - 100px); }
    @media (max-width: 767px) {
      .reviews-content {
        width: 100%; } }
    .reviews-content__icon {
      width: 65px;
      height: 65px;
      display: block;
      margin: 0 auto; }
      .reviews-content__icon img {
        border-radius: 50%; }
    .reviews-content__title {
      font-family: 'Merriweather', serif;
      font-weight: bold;
      font-size: 14px;
      color: #30373F;
      margin-bottom: 14px; }
  .reviews .section-gray {
    padding: 90px 0 0 0; }
    @media (max-width: 767px) {
      .reviews .section-gray {
        padding: 50px 5px 0 5px; } }

.reviews-carousel__nav {
  bottom: 95px;
  position: absolute;
  z-index: 6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .reviews-carousel__nav {
      bottom: 10px; } }
  .reviews-carousel__nav-button {
    width: 46px;
    height: 46px;
    background: rgba(162, 168, 174, 0.2);
    border: none;
    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;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 767px) {
      .reviews-carousel__nav-button {
        width: 30px;
        height: 30px; } }
    .reviews-carousel__nav-button + .reviews-carousel__nav-button {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .reviews-carousel__nav-button + .reviews-carousel__nav-button {
          margin-left: 10px; } }
    .reviews-carousel__nav-button img {
      width: 70%;
      height: 70%; }
    .reviews-carousel__nav-button:hover {
      background: #FFD3B6; }

li.column.object-content__item:nth-child(1) .object-content__item-count {
  display: none; }

.gallery .section-gray {
  padding-bottom: 55px;
  position: relative; }
.gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; }
  @media (max-width: 767px) {
    .gallery-row {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 15px 0; } }
.gallery-block {
  height: 480px; }
  @media (max-width: 767px) {
    .gallery-block {
      height: auto; } }
  .gallery-block:nth-child(2), .gallery-block:nth-child(3) {
    height: 225px; }
    @media (max-width: 767px) {
      .gallery-block:nth-child(2), .gallery-block:nth-child(3) {
        height: auto; } }
  .gallery-block:nth-child(1) {
    grid-column: 1 / 1;
    /* grid-column: span 2; same as above */
    grid-row: 1/3; }
    @media (max-width: 767px) {
      .gallery-block:nth-child(1) {
        grid-column: auto;
        grid-row: auto; } }
  .gallery-block:nth-child(4) {
    grid-column: 4 /3;
    grid-row: 1/3; }
    @media (max-width: 767px) {
      .gallery-block:nth-child(4) {
        grid-column: auto;
        grid-row: auto; } }
  .gallery-block__icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .gallery-block iframe {
    width: 100%;
    height: 100%; }
  .gallery-block a {
    position: relative;
    display: block;
    height: 100%; }
  .gallery-block .video {
    background: black; }
    .gallery-block .video:before {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      height: 100%;
      width: 100%;
      position: absolute; }
    .gallery-block .video .btn-play {
      display: block; }
    .gallery-block .video img {
      opacity: 0.5; }
.gallery .app__link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

body.mfp-zoom-out-cur {
  overflow: hidden; }

.plans-slider {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .plans-slider {
      padding-bottom: 0; } }
  .plans-slider__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    width: 31.333332%;
    margin: 1.1%; }
    @media (max-width: 767px) {
      .plans-slider__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        width: 99.999996%; } }
.plans_column {
  position: relative; }
.plans .section-gray {
  background: #F3F4F6;
  padding: 0 0 50px 0;
  position: relative; }
.plans-content {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .plans-content {
      padding: 15px; } }
  .plans-content__icon {
    margin: 25px 0;
    height: 300px; }
    .plans-content__icon img {
      object-fit: contain; }
  .plans-content__description {
    color: #5D6976;
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / 1600));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / 1600 ));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / 1600));
    font-weight: 500; }

.room-details {
  padding: 60px 0 0 0; }
  .room-details .tab-content {
    padding: 40px; }
    @media (max-width: 767px) {
      .room-details .tab-content {
        padding: 0;
        background: transparent; } }

.room-item-content {
  padding: 40px 8%;
  background: #fff; }
  @media (max-width: 767px) {
    .room-item-content {
      margin-top: 10px;
      padding: 10px; } }
  .room-item-content__icon {
    height: 500px;
    width: 125%; }
    .room-item-content__icon img {
      object-position: center; }
    @media (max-width: 767px) {
      .room-item-content__icon {
        height: auto;
        width: 100%; } }
  .room-item-content__title {
    padding: 10px 0 20px 0;
    font-family: 'Merriweather', serif;
    font-weight: bold; }
  .room-item-content__list {
    list-style: disc; }
    .room-item-content__list li {
      font-size: 18px;
      font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / 1600));
      font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / 1600 ));
      font-size: calc(14px + (18 - 14) * ((100vw - 300px) / 1600));
      color: #5D6976;
      margin-bottom: 25px;
      margin-left: 25px; }

.error-page {
  position: relative;
  overflow: hidden; }
  .error-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black; }
    .error-page__icon img {
      opacity: 0.5; }
  .error-page__content {
    z-index: 2;
    position: relative;
    color: #fff; }
  .error-page__title {
    font-size: 24px;
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / 1600));
    font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / 1600 ));
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / 1600));
    font-weight: 300; }
  .error-page__number {
    font-size: 220px;
    font-size: -webkit-calc(120px + (220 - 120) * ((100vw - 300px) / 1600));
    font-size: -moz-calc(120px + (220 - 120) * ((100vw - 300px) / 1600 ));
    font-size: calc(120px + (220 - 120) * ((100vw - 300px) / 1600)); }
  .error-page .app__link {
    color: #fff;
    margin-top: 40px; }
    .error-page .app__link:hover {
      color: #DCAB8A; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  position: absolute; }

.btn {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  padding: 15px 35px;
  border: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer; }
  .btn:focus, .btn:active {
    outline: none; }
  .btn-play {
    display: none;
    background: rgba(255, 211, 182, 0.3);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 767px) {
      .btn-play {
        height: 40px;
        width: 40px; } }
    .btn-play::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 0 7.5px 12px;
      border-color: transparent transparent transparent #30373F;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .btn-play:hover {
      background: rgba(255, 255, 255, 0.8); }

.animationTrggWrapper .animationBgSlide, .animationTrggWrapper .animationBgSlide-right {
  overflow: hidden; }

.animationTrggWrapper .animationBgSlide:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
  height: 100%;
  background: #fff;
  content: ''; }

.animationTrggWrapper.imgAnimated .animationBgSlide:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 4.1s cubic-bezier(0.23, 1, 0.38, 1);
  -o-transition: all 4.1s cubic-bezier(0.23, 1, 0.38, 1);
  transition: all 4.1s cubic-bezier(0.23, 1, 0.38, 1); }

.animationTrggWrapper .animationBgSlide-right:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background: #fff;
  content: '';
  z-index: 4353453465; }

.animationTrggWrapper.imgAnimated .animationBgSlide-right:after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 4.1s cubic-bezier(0.23, 1, 0.38, 1);
  -o-transition: all 4.1s cubic-bezier(0.23, 1, 0.38, 1);
  transition: all 4.1s cubic-bezier(0.23, 1, 0.38, 1); }

.animationTrggWrapper .as {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  opacity: 0; }

.animationTrggWrapper.imgAnimated .as {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0.4s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  -o-transition: transform 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0.4s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  transition: transform 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0.4s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  transition: transform 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0.4s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.38, 1) 0.4s; }

.animationTrggWrapper.imgAnimated .as__type2 {
  -webkit-transition: opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  -o-transition: transform 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  transition: transform 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  transition: transform 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s; }

.animationTrggWrapper .animationScale {
  display: block;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.animationTrggWrapper.imgAnimated .animationScale {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.8s ease-out .8s;
  -o-transition: transform 4s ease-out 3.9s;
  transition: transform 4s ease-out 3.9s;
  transition: transform 4s ease-out 32.9s, -webkit-transform 1.8s ease-out .8s; }

.animationTrggWrapper.imgAnimated .services-list__item:nth-child(2).as {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 2.2s cubic-bezier(0.23, 1, 0.38, 1) 0.4s, -webkit-transform 2.4s cubic-bezier(0.23, 1, 0.38, 1) 1s;
  -o-transition: transform 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0.4s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  transition: transform 1.8s cubic-bezier(0.23, 1, 0.38, 1) 0.4s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 0.6s;
  transition: transform 2.2s cubic-bezier(0.23, 1, 0.38, 1) 0.8s, opacity 2.4s cubic-bezier(0.23, 1, 0.38, 1) 1s, -webkit-transform 2.2s cubic-bezier(0.23, 1, 0.38, 1) 0.8s; }

.animationTrggWrapper .animationNav-right {
  right: -100%;
  -webkit-transition: all 3.1s cubic-bezier(0.23, 1, 0.38, 1);
  -o-transition: all 3.1s cubic-bezier(0.23, 1, 0.38, 1);
  transition: all 3.1s cubic-bezier(0.23, 1, 0.38, 1); }
.animationTrggWrapper .animationFadeIn {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  opacity: 0;
  /*-webkit-transition: opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,-webkit-transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
  -o-transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
  transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;*/
  transition: transform 2s cubic-bezier(0.23, 1, 0.38, 1) 1s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 1s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.38, 1) 1s; }
  .animationTrggWrapper .animationFadeIn.title {
    /*-webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s,-webkit-transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;
    -o-transition: transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s,opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s,opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;*/
    transition: transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s, opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s; }
  .animationTrggWrapper .animationFadeIn.bottom {
    /*-webkit-transition: opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,-webkit-transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
    -o-transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
    transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;*/
    transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s, opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s, -webkit-transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s; }
.animationTrggWrapper.imgAnimated .animationNav-right {
  right: 0; }
.animationTrggWrapper.imgAnimated .animationFadeIn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  /*-webkit-transition: opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,-webkit-transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
  -o-transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
  transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;*/
  transition: transform 2s cubic-bezier(0.23, 1, 0.38, 1) 1s, opacity 2s cubic-bezier(0.23, 1, 0.38, 1) 1s, -webkit-transform 2s cubic-bezier(0.23, 1, 0.38, 1) 1s; }
  .animationTrggWrapper.imgAnimated .animationFadeIn.title {
    /*-webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s,-webkit-transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;
    -o-transition: transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s,opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s,opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s;*/
    transition: transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s, opacity 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.38, 1) 0.5s; }
  .animationTrggWrapper.imgAnimated .animationFadeIn.bottom {
    /*-webkit-transition: opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,-webkit-transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
    -o-transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;
    transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s,opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s;*/
    transition: transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s, opacity 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s, -webkit-transform 3s cubic-bezier(0.23, 1, 0.38, 1) 1.5s; }

.home .navbar {
  top: -100%;
  -webkit-transition: all 3.1s cubic-bezier(0.23, 1, 0.38, 1);
  -o-transition: all 3.1s cubic-bezier(0.23, 1, 0.38, 1);
  transition: all 3.1s cubic-bezier(0.23, 1, 0.38, 1); }
.home.imgAnimated .navbar {
  top: 0; }

/*# sourceMappingURL=build.css.map */
