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

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

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

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

html {
  font-size: 16px; }

body {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  position: relative;
  line-height: 1.4;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.0rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.3rem; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

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

*[class*=col-] {
  -ms-flex-preferred-size: calc( 100% - 30px);
  flex-basis: calc( 100% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 100% - 30px);
  margin: 0 15px; }

.wrapper {
  max-width: 1710px;
  margin: 0px auto;
  z-index: 1;
  padding: 0px 15px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

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

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

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

.site-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/*=============================
=            TITLE            =
=============================*/
.page-title {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 50px;
  line-height: 1.200;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #290005;
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .page-title {
      font-size: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .page-title {
      font-size: 30px; } }

.title {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 50px;
  line-height: 1.200;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #290005;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .title {
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .title {
      font-size: 35px; } }
  @media (max-width: 575.98px) {
    .title {
      font-size: 30px; } }

.title-big {
  font-family: 'CormorantSC';
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .title-big {
      font-size: 65px; } }
  @media (max-width: 767.98px) {
    .title-big {
      font-size: 50px; } }
  @media (max-width: 575.98px) {
    .title-big {
      font-size: 45px; } }

.title-mini {
  font-family: 'CormorantSC';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.320;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .title-mini {
      font-size: 23px; } }
  @media (max-width: 767.98px) {
    .title-mini {
      font-size: 19px; } }
  @media (max-width: 575.98px) {
    .title-mini {
      font-size: 18px; } }

.attention-text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px; }

.description-text {
  font-weight: 500;
  font-size: 25px; }
  @media (max-width: 991.98px) {
    .description-text {
      font-size: 23px; } }
  @media (max-width: 767.98px) {
    .description-text {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    .description-text {
      font-size: 20px; } }

.heading {
  margin: 0px -15px 48px -15px;
  padding-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .heading > * {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px; }
  .heading .arrows {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px; }

/*=====  End of TITLE  ======*/
/*==============================
=            BUTTON            =
==============================*/
.button-secondary {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border: 2px solid #C81D32;
  padding: 0.9375em 0.625em 0.9375em 0.625em;
  display: inline-block;
  color: #1E1E1E;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  text-align: center; }
  .button-secondary:hover {
    background-color: #C81D32;
    color: #fff; }
  .button-secondary.button-secondary--size--small {
    font-size: 14px;
    padding: 0.71429em 1.42857em 0.71429em 1.42857em; }
  .button-secondary.button-secondary--size--medium {
    min-width: 13.375em; }
  .button-secondary.button-secondary--size--wide {
    min-width: 18.875em; }
  .button-secondary.button-secondary--style--white {
    border: 2px solid #FFFFFF;
    color: #fff; }
    .button-secondary.button-secondary--style--white:hover {
      background-color: #fff;
      color: #C81D32; }

.button-primary {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: 2px solid #C81D32;
  padding: 0.9375em 0.625em 0.9375em 0.625em;
  display: inline-block;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  background-color: #C81D32; }
  .button-primary:hover {
    border-color: #830010;
    background-color: #830010; }
  .button-primary.button-primary--size--wide {
    width: 15em; }
  .button-primary.button-primary--size--full {
    width: 100%; }

.link-primary {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  cursor: pointer;
  display: inline-block; }
  .link-primary.link-primary--style--white {
    color: #fff; }
    .link-primary.link-primary--style--white:hover {
      color: #C81D32;
      border-bottom-color: #C81D32; }
  .link-primary:hover {
    border-bottom-color: transparent; }

.link-inline:hover {
  color: #C81D32; }

.link-inline.link-inline--style--icon {
  padding-left: 30px;
  position: relative; }
  .link-inline.link-inline--style--icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #C81D32; }
    .link-inline.link-inline--style--icon .svg-icon.svg-icon-pdf {
      width: 19px;
      height: 23px; }
    .link-inline.link-inline--style--icon .svg-icon.svg-icon-share {
      width: 23px;
      height: 25px; }

.simplefavorites-clear {
  display: inline-block;
  line-height: 1;
  border: 0px;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: rgba(30, 30, 30, 0.6);
  background: url("data:image/svg+xml,%3Csvg width='18' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.957 5.328a.422.422 0 01-.634.368L7.1 3.244a.426.426 0 010-.735L11.323.058a.422.422 0 01.634.367v1.987c4.612 1.611 7.116 6.643 5.601 11.334-1.534 4.75-6.61 7.352-11.336 5.81-4.726-1.542-7.314-6.643-5.78-11.394a9.007 9.007 0 012.73-4.1.547.547 0 01.773.064.554.554 0 01-.063.778 7.902 7.902 0 00-2.395 3.599c-1.347 4.17.925 8.65 5.074 10.003 4.15 1.354 8.606-.93 9.953-5.101 1.289-3.994-.74-8.27-4.557-9.814v1.737z' fill='%23737373'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1px) 50%;
  background-size: 18px auto;
  padding: 2px 30px 2px 0px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .simplefavorites-clear:hover {
    color: #1e1e1e; }
  .simplefavorites-clear.loading:after {
    background-size: 40px 40px; }

/*=====  End of BUTTON  ======*/
/*==============================
=            HEADER            =
==============================*/
.site-header {
  position: relative; }
  .site-header .site-header__inner {
    padding: 1.25em 0em 1.25em 0em;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); }

/******* HEADER TOP *******/
.header-top {
  padding: 0.625em 0em 0.3125em 0em;
  position: relative;
  color: #1E1E1E;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  width: 100vw !important;
  z-index: 10;
  /******* MENU CHILDREN *******/
  /*******  End of MENU CHILDREN *******/ }
  .header-top.header-stuck {
    background-color: #fff;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .header-top.is-stuck {
    z-index: 400;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); }
    .header-top.is-stuck .custom-logo-link {
      display: block; }
    .header-top.is-stuck .logo-2 {
      display: none; }
    .header-top.is-stuck .button-secondary {
      border-color: #C81D32;
      color: #1E1E1E; }
    .header-top.is-stuck .header-top__item.header-top__item--telephone .tel-link .svg-icon {
      fill: #1E1E1E; }
  .header-top .header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-right: 70px;
    margin: 0px -10px; }
    @media (max-width: 1199.98px) {
      .header-top .header-top__row {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media (max-width: 991.98px) {
      .header-top .header-top__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media (max-width: 767.98px) {
      .header-top .header-top__row {
        padding-right: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .header-top .icons-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .header-top .header-top__item {
    margin: 0px 10px 5px 10px; }
    .header-top .header-top__item.header-top__item--logo {
      font-size: 0px; }
    .header-top .header-top__item.header-top__item--hamburger {
      position: absolute;
      top: calc(50% - 5px);
      margin: 0px;
      right: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 991.98px) {
      .header-top .header-top__item.header-top__item--menu {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
        .header-top .header-top__item.header-top__item--menu .menu {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    @media (max-width: 767.98px) {
      .header-top .header-top__item.header-top__item--menu {
        display: none; } }
    @media (max-width: 991.98px) {
      .header-top .header-top__item.header-top__item--icons .icons-bar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 767.98px) {
      .header-top .header-top__item.header-top__item--icons {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-right: auto; }
        .header-top .header-top__item.header-top__item--icons .icons-bar > *:not(.search-link) {
          display: none; } }
    .header-top .header-top__item.header-top__item--telephone {
      margin: 0px -15px 0px -15px; }
      @media (max-width: 1199.98px) {
        .header-top .header-top__item.header-top__item--telephone {
          text-align: center; } }
      @media (max-width: 991.98px) {
        .header-top .header-top__item.header-top__item--telephone {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 767.98px) {
        .header-top .header-top__item.header-top__item--telephone {
          margin-left: auto;
          margin-right: 0px; } }
      .header-top .header-top__item.header-top__item--telephone > * {
        margin: 0px 15px 5px 15px; }
        @media (max-width: 575.98px) {
          .header-top .header-top__item.header-top__item--telephone > * {
            margin: 0px 5px 5px 5px; } }
      @media (max-width: 575.98px) {
        .header-top .header-top__item.header-top__item--telephone .button--type--tel {
          display: none; } }
      .header-top .header-top__item.header-top__item--telephone .tel-link {
        font-weight: 600;
        font-size: 17px;
        line-height: 1;
        outline: none; }
        @media (max-width: 991.98px) {
          .header-top .header-top__item.header-top__item--telephone .tel-link {
            font-size: 0px; } }
        .header-top .header-top__item.header-top__item--telephone .tel-link .svg-icon {
          fill: #1E1E1E;
          width: 20px;
          height: 20px; }
          @media (min-width: 992px) {
            .header-top .header-top__item.header-top__item--telephone .tel-link .svg-icon {
              display: none; } }
          @media (max-width: 767.98px) {
            .header-top .header-top__item.header-top__item--telephone .tel-link .svg-icon {
              width: 25px;
              height: 25px; } }
    @media (max-width: 767.98px) {
      .header-top .header-top__item.header-top__item--language {
        display: none; } }
  .header-top .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px -20px; }
    @media (max-width: 1199.98px) {
      .header-top .menu {
        margin: 0px -10px;
        font-size: 14px; } }
    .header-top .menu li a {
      display: inline-block;
      font-weight: 500; }
    .header-top .menu > li {
      padding: 10px 0px;
      margin: 0px 20px; }
      @media (max-width: 1199.98px) {
        .header-top .menu > li {
          margin: 0px 5px; } }
      .header-top .menu > li > a {
        padding: 0px 0px 2px 0px;
        border-bottom: 2px solid transparent;
        cursor: pointer;
        position: relative; }
        .header-top .menu > li > a:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0px;
          width: 0%;
          height: 2px;
          background-color: #C81D32;
          opacity: 0;
          -webkit-transition: width .5s;
          transition: width .5s; }
      .header-top .menu > li:hover > a:after {
        opacity: 1;
        width: 100%; }
  .header-top .menu li.menu-item-has-children {
    position: relative; }
    .header-top .menu li.menu-item-has-children:after {
      content: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
      -webkit-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
      right: 0%;
      font-size: 35px;
      text-align: center;
      line-height: 33px;
      width: 35px;
      height: 35px;
      -webkit-transition: all 0.4s ease 0;
      transition: all 0.4s ease 0;
      -webkit-transition: all .5s;
      transition: all .5s; }
    .header-top .menu li.menu-item-has-children:hover:after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    .header-top .menu li.menu-item-has-children:hover > .sub-menu {
      display: block; }
    .header-top .menu li.menu-item-has-children .sub-menu > .menu-item-has-children:after {
      left: auto;
      right: 0px; }
    .header-top .menu li.menu-item-has-children > .sub-menu {
      position: absolute;
      display: none;
      top: 100%;
      z-index: 300;
      left: 0px;
      border: 1px solid #DEDEDE;
      background: #fff;
      max-width: 300px;
      width: 255px; }
      .header-top .menu li.menu-item-has-children > .sub-menu a {
        color: #fff; }
      .header-top .menu li.menu-item-has-children > .sub-menu .sub-menu {
        top: 0px;
        width: 100%;
        left: 100%; }
      .header-top .menu li.menu-item-has-children > .sub-menu:hover:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
      .header-top .menu li.menu-item-has-children > .sub-menu .sub-menu li a {
        padding: .5em 0em; }
    .header-top .menu li.menu-item-has-children .sub-menu {
      display: none;
      font-size: 14px;
      color: #1E1E1E;
      padding: 10px 0px 10px 10px; }
      .header-top .menu li.menu-item-has-children .sub-menu a {
        color: #1E1E1E; }
        .header-top .menu li.menu-item-has-children .sub-menu a:hover {
          color: #C81D32; }
      .header-top .menu li.menu-item-has-children .sub-menu li {
        padding: 10px 10px 10px 10px; }

.header-content {
  padding: 12.5em 0em 21.875em 0em; }
  @media (max-width: 991.98px) {
    .header-content {
      padding: 6.25em 0em 12.5em 0em; } }
  @media (max-width: 767.98px) {
    .header-content {
      padding: 3.125em 0em 12.5em 0em; } }
  @media (max-width: 575.98px) {
    .header-content {
      padding: 2.5em 0em 12.5em 0em; } }

.custom-logo-link {
  max-width: 175px;
  display: inline-block;
  font-size: 0px;
  min-width: 120px; }
  @media (max-width: 479px) {
    .custom-logo-link {
      max-width: 130px; } }

.icons-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .icons-bar.icons-bar--style--white .svg-icon {
    fill: #fff; }
  .icons-bar.icons-bar--style--white .icons-bar__item:hover .svg-icon {
    fill: #C81D32; }
  .icons-bar.icons-bar--style--red .svg-icon {
    fill: #C81D32; }
  .icons-bar .svg-icon {
    fill: #1E1E1E;
    width: 23px;
    height: 23px; }
  .icons-bar .icons-bar__item {
    margin: 0px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .icons-bar .icons-bar__item:hover .svg-icon {
      fill: #C81D32; }

.favorites-link {
  position: relative; }
  .favorites-link .favorites-link__count {
    display: none;
    position: absolute;
    right: -10px;
    bottom: -3px; }
    .favorites-link .favorites-link__count.active {
      display: inline-block; }
    .favorites-link .favorites-link__count .favorites-link__number {
      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;
      width: 18px;
      height: 18px;
      background: #C81D32;
      font-weight: bold;
      font-size: 8px;
      line-height: 1;
      color: #FFFFFF;
      border-radius: 50%; }

.tel-link {
  white-space: nowrap;
  border-bottom: 2px solid transparent; }
  .tel-link:hover {
    border-color: #BE1E2D; }

.language-switcher {
  position: relative; }
  .language-switcher .language-switcher__name {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 20px;
    position: relative;
    cursor: pointer; }
    .language-switcher .language-switcher__name:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-style: solid;
      height: 0;
      width: 0;
      border-color: #000 transparent transparent;
      border-width: 6px 5px 0; }
  .language-switcher .list-language-switcher {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 101px;
    padding-left: 10px;
    background-color: #fff;
    color: #1E1E1E;
    display: none;
    font-size: 0.875em;
    text-align: left;
    padding: 1.25em 1.25em 1.25em 1.25em;
    border: 1px solid #DEDEDE; }
    .language-switcher .list-language-switcher li {
      margin-bottom: 10px; }
      .language-switcher .list-language-switcher li:last-child {
        margin-bottom: 0px; }
    .language-switcher .list-language-switcher a:hover {
      color: #C81D32; }

.page-template-page-home .site-header {
  color: #fff; }

.page-template-page-home .header-top .logo-2 {
  display: block; }

.page-template-page-home .header-top .custom-logo-link:not(.logo-2) {
  display: none; }

.page-template-page-home .header-top .header-top__item.header-top__item--telephone .tel-link .svg-icon {
  fill: #fff; }

.page-template-page-home .header-top.is-stuck .logo-2 {
  display: none; }

.page-template-page-home .header-top.is-stuck .custom-logo-link:not(.logo-2) {
  display: block; }

.page-template-page-home .header-top.is-stuck .header-top__item.header-top__item--telephone .tel-link .svg-icon {
  fill: #1E1E1E; }

.page-template-page-home .header-top:not(.is-stuck) {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff; }
  .page-template-page-home .header-top:not(.is-stuck) .language-switcher .language-switcher__name:before {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent;
    border-width: 6px 5px 0; }
  .page-template-page-home .header-top:not(.is-stuck) .icons-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .page-template-page-home .header-top:not(.is-stuck) .icons-bar .svg-icon {
      fill: #fff; }
  .page-template-page-home .header-top:not(.is-stuck) .search-popup {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .page-template-page-home .header-top:not(.is-stuck) .search-popup .search-field {
      border-color: transparent; }
    .page-template-page-home .header-top:not(.is-stuck) .search-popup .hamburger .hamburger-inner, .page-template-page-home .header-top:not(.is-stuck) .search-popup .hamburger .hamburger-inner::before, .page-template-page-home .header-top:not(.is-stuck) .search-popup .hamburger .hamburger-inner::after {
      background-color: #fff; }
    .page-template-page-home .header-top:not(.is-stuck) .search-popup .hamburger.is-active .hamburger-inner,
    .page-template-page-home .header-top:not(.is-stuck) .search-popup .hamburger.is-active .hamburger-inner::before,
    .page-template-page-home .header-top:not(.is-stuck) .search-popup .hamburger.is-active .hamburger-inner::after {
      background-color: #fff; }
  .page-template-page-home .header-top:not(.is-stuck) .hamburger .hamburger-inner, .page-template-page-home .header-top:not(.is-stuck) .hamburger .hamburger-inner::before, .page-template-page-home .header-top:not(.is-stuck) .hamburger .hamburger-inner::after {
    background-color: #fff; }
  .page-template-page-home .header-top:not(.is-stuck) .hamburger.is-active .hamburger-inner,
  .page-template-page-home .header-top:not(.is-stuck) .hamburger.is-active .hamburger-inner::before,
  .page-template-page-home .header-top:not(.is-stuck) .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

/*******  End of HEADER TOP *******/
.site-header .description-text {
  padding-top: 20px; }

/******* MENU *******/
header {
  position: relative; }

.body_pointer {
  overflow: hidden; }

.menu-popup {
  margin: auto;
  background: #fff;
  color: #000;
  position: fixed;
  left: 0px;
  width: 100vw;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  z-index: 999;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .5s;
  transition: all .5s; }
  .menu-popup.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .menu-popup .menu-popup__inner {
    position: relative; }
  .menu-popup .icons-bar {
    padding-top: 90px;
    margin: 0px -12px 20px -12px; }
    @media (max-width: 991.98px) {
      .menu-popup .icons-bar {
        padding-top: 0px; } }
    .menu-popup .icons-bar .svg-icon {
      fill: #808080; }
  .menu-popup .menu-popup__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 0px 0px; }
    .menu-popup .menu-popup__header-item .hamburger {
      margin-left: auto; }
  .menu-popup .menu-popup-wide {
    border-right: 1px solid rgba(30, 30, 30, 0.3);
    margin: 0px 10px 0px 10px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(68.155% - 20px);
    flex-basis: calc(68.155% - 20px);
    max-width: calc(68.155% - 20px); }
    @media (max-width: 991.98px) {
      .menu-popup .menu-popup-wide {
        border-right: 0px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px); } }
  .menu-popup .menu-popup__telephone {
    padding-top: 5em;
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px; }
    @media (max-width: 991.98px) {
      .menu-popup .menu-popup__telephone {
        padding-top: 0em; } }
    .menu-popup .menu-popup__telephone > * {
      margin: 0px 15px 10px 15px; }
    .menu-popup .menu-popup__telephone .tel-link {
      font-weight: 600;
      font-size: 1.25em;
      line-height: 1;
      color: #1E1E1E; }
  .menu-popup .menu-popup-narrow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(31.845% - 20px);
    flex-basis: calc(31.845% - 20px);
    max-width: calc(31.845% - 20px);
    margin: 0px 10px 0px 10px; }
    .menu-popup .menu-popup-narrow .menu-popup-narrow__inner {
      width: 440px;
      max-width: 100%;
      margin: 0px 0px 0px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 10px; }
      @media (max-width: 991.98px) {
        .menu-popup .menu-popup-narrow .menu-popup-narrow__inner {
          width: 100%; }
          .menu-popup .menu-popup-narrow .menu-popup-narrow__inner .icons-bar {
            width: 100%; } }
    @media (max-width: 991.98px) {
      .menu-popup .menu-popup-narrow {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px); } }
  @media (max-width: 991.98px) {
    .menu-popup .menu-popup__header .menu-popup-wide {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .menu-popup .hamburger .hamburger-inner,
  .menu-popup .hamburger .hamburger-inner::before,
  .menu-popup .hamburger .hamburger-inner::after {
    background-color: #000; }
  .menu-popup .hamburger.is-active .hamburger-inner,
  .menu-popup .hamburger.is-active .hamburger-inner::before,
  .menu-popup .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }
  .menu-popup .hamburger.is-active .hamburger-inner::before,
  .menu-popup .hamburger.is-active .hamburger-inner::after {
    width: 30px; }
  .menu-popup .menu-popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px; }
  .menu-popup .menu-popup__item {
    padding: 6.25em 0em 6.25em 0em; }
    @media (max-width: 991.98px) {
      .menu-popup .menu-popup__item {
        padding: 1.25em 0em 0.625em 0em; } }
  .menu-popup .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px; }
    .menu-popup .menu li {
      margin: 0px 15px 15px 15px;
      width: 100%; }
    .menu-popup .menu .menu-item-has-children {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
      max-width: calc(50% - 30px);
      margin: 0px 15px 80px 15px; }
      @media (max-width: 991.98px) {
        .menu-popup .menu .menu-item-has-children {
          margin: 0px 15px 40px 15px; } }
      @media (max-width: 767.98px) {
        .menu-popup .menu .menu-item-has-children {
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-preferred-size: calc(100% - 30px);
          flex-basis: calc(100% - 30px);
          max-width: calc(100% - 30px);
          margin: 0px 15px 20px 15px; } }
      .menu-popup .menu .menu-item-has-children > a {
        font-weight: 600;
        font-size: 1.875em;
        line-height: 1;
        color: #1E1E1E;
        margin-bottom: 20px;
        display: inline-block; }
    .menu-popup .menu .sub-menu {
      margin: 0px 0px; }
      .menu-popup .menu .sub-menu li {
        margin: 0px 0px 15px 0px; }
      .menu-popup .menu .sub-menu li:last-child {
        margin-bottom: 0px; }
    .menu-popup .menu a {
      -webkit-transition: all .5s;
      transition: all .5s;
      cursor: pointer; }
      .menu-popup .menu a:hover {
        color: #C81D32; }

.body_pointer * {
  cursor: pointer; }

/*******  End of MENU *******/
/*=====  End of HEADER  ======*/
/*============================
=            MAIN            =
============================*/
.main-holder {
  padding-top: 2.5em;
  padding-bottom: 7.5em; }
  @media (max-width: 991.98px) {
    .main-holder {
      padding-bottom: 5.625em; } }
  @media (max-width: 767.98px) {
    .main-holder {
      padding-bottom: 4.375em; } }
  @media (max-width: 575.98px) {
    .main-holder {
      padding-bottom: 2.5em; } }

.main-holder-secondary {
  padding-top: 2.5em; }

/******* REVIEW-ARTICLES *******/
.review-articles {
  padding-top: 4.375em;
  padding-bottom: 4.375em; }
  @media (max-width: 991.98px) {
    .review-articles {
      padding-top: 3.125em;
      padding-bottom: 3.125em; } }
  @media (max-width: 767.98px) {
    .review-articles {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (max-width: 575.98px) {
    .review-articles {
      padding-top: 1.875em;
      padding-bottom: 1.875em; } }
  .review-articles .review-articles__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px; }
    .review-articles .review-articles__row .review-article {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(33.3% - 3px);
      flex-basis: calc(33.3% - 3px);
      max-width: calc(33.3% - 3px);
      margin: 0px 1.5px; }
      @media (max-width: 575.98px) {
        .review-articles .review-articles__row .review-article {
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-preferred-size: calc(100% - 3px);
          flex-basis: calc(100% - 3px);
          max-width: calc(100% - 3px);
          margin-bottom: 3px; } }
  @media (max-width: 1199.98px) and (min-width: 992px) {
    .review-articles .title {
      font-size: 40px; } }
  .review-articles .description {
    padding-top: 20px; }
  .review-articles .review-articles__texts {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(28.857% - 30px);
    flex-basis: calc(28.857% - 30px);
    max-width: calc(28.857% - 30px);
    margin: 0px 15px; }
    @media (max-width: 991.98px) {
      .review-articles .review-articles__texts {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-bottom: 20px; } }
  .review-articles .review-articles__content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(71.143% - 30px);
    flex-basis: calc(71.143% - 30px);
    max-width: calc(71.143% - 30px);
    margin: 0px 15px; }
    @media (max-width: 991.98px) {
      .review-articles .review-articles__content {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
    .review-articles .review-articles__content .review-articles__row {
      margin: 0px -1.5px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }

.review-article {
  background-size: cover;
  background-position: center;
  color: #fff; }
  .review-article .review-article__inner {
    display: block;
    padding-top: 155.845%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 575.98px) {
      .review-article .review-article__inner {
        padding-top: 100%; } }
  .review-article .review-article__image-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .review-article .review-article__image-cover:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(54.98%, rgba(0, 0, 0, 0)), color-stop(85.63%, rgba(0, 0, 0, 0.45)));
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.98%, rgba(0, 0, 0, 0.45) 85.63%);
      z-index: 2; }
  .review-article .review-article__video-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .review-article .review-article__video-cover:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(54.98%, rgba(0, 0, 0, 0)), color-stop(85.63%, rgba(0, 0, 0, 0.45)));
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.98%, rgba(0, 0, 0, 0.45) 85.63%);
      z-index: 2; }
  .review-article .review-article__title {
    font-family: 'CormorantSC';
    font-size: 1.5625em;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  .review-article .review-article__content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .review-article .review-article__content {
        padding: 20px; } }
  .review-article .review-article__image {
    width: auto;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    max-width: none;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1; }
  .review-article .review-article__video {
    width: auto;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    max-width: none;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover; }
  .review-article:hover .review-article__image {
    -webkit-transform: scale(0.12);
    transform: scale(0.12); }

/*******  End of REVIEW-ARTICLES *******/
/******* SERVICES *******/
.services {
  padding-top: 4.6875em;
  padding-bottom: 4.375em; }
  @media (max-width: 991.98px) {
    .services {
      padding-top: 4.0625em;
      padding-bottom: 3.125em; } }
  @media (max-width: 767.98px) {
    .services {
      padding-top: 3.4375em;
      padding-bottom: 2.8125em; } }
  @media (max-width: 575.98px) {
    .services {
      padding-top: 2.5em;
      padding-bottom: 1.875em; } }
  .services .services__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .services .heading {
    padding-right: calc(50% + 15px); }
    @media (max-width: 767.98px) {
      .services .heading {
        padding-right: 0px; } }
  @media (min-width: 768px) {
    .services .service-item:nth-child(2) {
      margin-top: 0px; } }

.service-item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 0px 15px 30px 15px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 575.98px) {
    .service-item {
      min-height: 350px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
      max-width: calc(100% - 30px); } }
  .service-item .service-item__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    color: #fff; }
  .service-item .service-item__image-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .service-item .service-item__image-cover:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); }
  .service-item .service-item__content {
    z-index: 4;
    position: relative;
    max-width: 88%;
    padding: 2.5em 0em 2.5em 0em;
    margin: 0px auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .service-item:hover .service-item__image {
    -webkit-transform: scale(0.12);
    transform: scale(0.12); }
  .service-item:hover .service-item__link {
    border-color: transparent; }
  .service-item .service-item__image {
    width: auto;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    max-width: none;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .service-item .service-item__excerpt {
    line-height: 1.56;
    padding-bottom: 15px; }
  .service-item .service-item__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid;
    cursor: pointer;
    margin-top: auto; }

/*******  End of SERVICES *******/
/******* CONTACT FORM *******/
.contact-form {
  background: url("../img/contact-form-bg.jpg") 50%/cover no-repeat;
  color: #fff; }
  .contact-form .title {
    color: #fff; }
  .contact-form .wpcf7 {
    max-width: 100%;
    width: 860px; }
  @media (max-width: 1100px) {
    .contact-form.contact-form-main .contact-form__row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 1100px) {
    .contact-form.contact-form-main .contact-form__item--style--image {
      display: none; } }
  @media (max-width: 1100px) {
    .contact-form.contact-form-main .contact-form__item--style--image .contact-form__image {
      display: none; } }
  .contact-form .contact-form__item--wide {
    padding-top: 9.375em;
    padding-bottom: 9.375em;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(59.822% - 30px);
    flex-basis: calc(59.822% - 30px);
    max-width: calc(59.822% - 30px);
    margin: 0px 15px;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .contact-form .contact-form__item--wide {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px);
        padding-top: 6.25em;
        padding-bottom: 6.25em; } }
    @media (max-width: 767.98px) {
      .contact-form .contact-form__item--wide {
        padding-top: 4.375em;
        padding-bottom: 4.375em; } }
    @media (max-width: 575.98px) {
      .contact-form .contact-form__item--wide {
        padding-top: 3.125em;
        padding-bottom: 3.125em; } }
  .contact-form .contact-form__image {
    width: 524px; }
    @media (max-width: 991.98px) {
      .contact-form .contact-form__image {
        margin: 0px auto; } }
  .contact-form .contact-form__item--narrow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(40.178% - 30px);
    flex-basis: calc(40.178% - 30px);
    max-width: calc(40.178% - 30px);
    margin: 0px 15px; }
    @media (max-width: 991.98px) {
      .contact-form .contact-form__item--narrow {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
  .contact-form .contact-form__item--style--image {
    z-index: 2;
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 991.98px) {
      .contact-form .contact-form__item--style--image {
        display: none; } }
    @media (max-width: 991.98px) {
      .contact-form .contact-form__item--style--image .contact-form__image {
        display: none; } }
  .contact-form .contact-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px; }
  .contact-form.contact-form--style--second {
    position: relative; }
    .contact-form.contact-form--style--second .contact-form__item--style--image {
      position: absolute;
      right: -15px;
      bottom: 0px; }
      @media (min-width: 992px) {
        .contact-form.contact-form--style--second .contact-form__item--style--image {
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-preferred-size: calc(47% - 30px);
          flex-basis: calc(47% - 30px);
          max-width: calc(47% - 30px); } }
      .contact-form.contact-form--style--second .contact-form__item--style--image .contact-form__image {
        width: 770px; }
    @media (min-width: 992px) {
      .contact-form.contact-form--style--second .contact-form__item--wide {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(53% - 30px);
        flex-basis: calc(53% - 30px);
        max-width: calc(53% - 30px); } }
  .contact-form.contact-form--style--mini {
    padding: 2.5em 0em; }
    .contact-form.contact-form--style--mini .title-form {
      font-size: 1.5625em;
      line-height: 1; }
    .contact-form.contact-form--style--mini .form-groups .form-groups__item {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 20px);
      flex-basis: calc(100% - 20px);
      max-width: calc(100% - 20px); }
    .contact-form.contact-form--style--mini .wpcf7 {
      width: 478px;
      max-width: 95%;
      margin: 0px auto; }

.form .form__header {
  margin-bottom: 25px; }

.form .title-mini {
  margin-bottom: 10px; }

.form .form__description {
  margin-bottom: 10px; }
  .form .form__description.form__description--style--quotes {
    font-style: italic;
    padding: 15px 0px 0px 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.386 0l.934 1.396C24.502 16.882 20.83 28.75 17.303 37H0C2.822 23.588 4.855 11.254 6.1 0h21.286zm31.743 0L60 1.396C56.141 17.093 52.49 28.961 49.046 37H31.743c2.821-13.412 4.854-25.746 6.1-37h21.286z' fill='%23fff' fill-opacity='.15'/%3E%3C/svg%3E");
    background-position: 0px 5px;
    background-repeat: no-repeat; }
  .form .form__description.form__description--size--big {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.5; }
    @media (max-width: 767.98px) {
      .form .form__description.form__description--size--big {
        font-size: 1.125em; } }

.form .wpcf7-submit {
  min-width: 187px; }

.form .communication-type {
  display: block;
  padding-top: 15px;
  font-weight: 500; }
  .form .communication-type input {
    display: none; }
  .form .communication-type input[value="Звонок"] + .wpcf7-list-item-label,
  .form .communication-type input[value="Звонок"] + .wpcf7-list-item-label {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91.588a2.012 2.012 0 012.842 0l3.007 3.008a2.01 2.01 0 010 2.843l-.751.752c-.46.46-.46 1.209 0 1.669l.013.014 3 3.126c.462.456 1.33.454 1.789-.006l.751-.752c.38-.38.885-.589 1.422-.589.537 0 1.041.21 1.421.59l3.007 3.007c.38.38.589.885.589 1.422 0 .537-.21 1.042-.589 1.421l-.752.753c-1.349 1.349-4.109 1.295-5.99.937-1.642-.313-4.801-1.242-7.504-3.946C1.462 12.135.534 8.974.221 7.333c-.499-2.62-.14-4.915.937-5.992L1.91.588z' fill='%23C81D32'/%3E%3C/svg%3E"); }
  .form .communication-type input[value="Telegram"] + .wpcf7-list-item-label {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' fill='%23C81D32' %3E%3Cpath d='M18.707 1.887c-.233-.284-.58-.44-.98-.44-.216 0-.446.046-.682.136L.96 7.723c-.853.325-.968.814-.96 1.076.007.263.15.744 1.02 1.021l.015.005 2.256.645 10.985-5.612a.557.557 0 01.658.877l-6.107 6.49-.174.706 2.18 1.756 3.023 2.434.008.006c.333.258.696.395 1.05.395.694 0 1.246-.513 1.406-1.307l2.636-13.012c.105-.522.017-.99-.25-1.316z'/%3E%3Cpath d='M7.782 11.817a.555.555 0 01.135-.248l4.008-4.258-7.437 3.799 1.689 4.83c.096.274.24.509.416.692l1.19-4.815zM7.63 17.078c.401-.003.796-.172 1.141-.49l1.236-1.138-1.648-1.326-.73 2.954z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23C81D32' d='M0 0h19v19H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
  .form .communication-type input[value="Whatsapp"] + .wpcf7-list-item-label {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 0C4.282 0 0 4.282 0 9.5c0 1.722.464 3.399 1.345 4.865L0 19l4.635-1.345A9.436 9.436 0 009.5 19c5.218 0 9.5-4.282 9.5-9.5S14.718 0 9.5 0zm5.94 13.514l-.442.442c-.626.625-2.064.576-2.988.397-3.073-.593-6.655-4.065-7.346-7.072-.342-1.49-.153-2.785.34-3.28l.443-.441a.626.626 0 01.884 0l1.768 1.768a.62.62 0 01.183.442.618.618 0 01-.183.441l-.442.443a1.253 1.253 0 000 1.768l2.92 2.882a1.25 1.25 0 001.768 0l.442-.442a.653.653 0 01.885 0l1.768 1.768c.24.239.249.635 0 .884z' fill='%23C81D32' /%3E%3C/svg%3E"); }
  .form .communication-type .wpcf7-list-item {
    margin: 0px 15px 15px 15px; }
    .form .communication-type .wpcf7-list-item label {
      cursor: pointer; }
      .form .communication-type .wpcf7-list-item label .wpcf7-list-item-label {
        opacity: 0.3; }
      .form .communication-type .wpcf7-list-item label:hover .wpcf7-list-item-label {
        opacity: 1; }
      .form .communication-type .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
        opacity: 1; }
  .form .communication-type .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px -15px; }
  .form .communication-type .wpcf7-list-item-label {
    padding: 0em 0em 0em 1.875em;
    background-size: auto;
    background-position: 0% 50%;
    background-repeat: no-repeat; }

.form .form-groups__item--style--button {
  position: relative; }
  .form .form-groups__item--style--button .ajax-loader {
    margin: 0 0px;
    position: absolute;
    right: 5px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.form .form__footer {
  padding-top: 10px; }

.form .form__accepted {
  font-size: 0.8125em;
  cursor: pointer; }
  .form .form__accepted a {
    text-decoration: underline; }

.form [type='color'], .form [type='date'], .form [type='datetime'], .form [type='datetime-local'], .form [type='email'], .form [type='month'], .form [type='number'], .form [type='password'], .form [type='search'], .form [type='tel'], .form [type='text'], .form [type='time'], .form [type='url'], .form [type='week'], .form input:not([type]), .form textarea {
  width: 100%;
  display: inline-block;
  border: 1px solid #DADADA;
  font-size: 16px;
  line-height: 1;
  color: #545454;
  outline: none;
  padding: 0.9375em 1.25em 0.9375em 1.25em; }
  .form [type='color']::-webkit-input-placeholder, .form [type='date']::-webkit-input-placeholder, .form [type='datetime']::-webkit-input-placeholder, .form [type='datetime-local']::-webkit-input-placeholder, .form [type='email']::-webkit-input-placeholder, .form [type='month']::-webkit-input-placeholder, .form [type='number']::-webkit-input-placeholder, .form [type='password']::-webkit-input-placeholder, .form [type='search']::-webkit-input-placeholder, .form [type='tel']::-webkit-input-placeholder, .form [type='text']::-webkit-input-placeholder, .form [type='time']::-webkit-input-placeholder, .form [type='url']::-webkit-input-placeholder, .form [type='week']::-webkit-input-placeholder, .form input:not([type])::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    color: #545454; }
  .form [type='color']:-moz-placeholder, .form [type='date']:-moz-placeholder, .form [type='datetime']:-moz-placeholder, .form [type='datetime-local']:-moz-placeholder, .form [type='email']:-moz-placeholder, .form [type='month']:-moz-placeholder, .form [type='number']:-moz-placeholder, .form [type='password']:-moz-placeholder, .form [type='search']:-moz-placeholder, .form [type='tel']:-moz-placeholder, .form [type='text']:-moz-placeholder, .form [type='time']:-moz-placeholder, .form [type='url']:-moz-placeholder, .form [type='week']:-moz-placeholder, .form input:not([type]):-moz-placeholder, .form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #545454; }
  .form [type='color']::-moz-placeholder, .form [type='date']::-moz-placeholder, .form [type='datetime']::-moz-placeholder, .form [type='datetime-local']::-moz-placeholder, .form [type='email']::-moz-placeholder, .form [type='month']::-moz-placeholder, .form [type='number']::-moz-placeholder, .form [type='password']::-moz-placeholder, .form [type='search']::-moz-placeholder, .form [type='tel']::-moz-placeholder, .form [type='text']::-moz-placeholder, .form [type='time']::-moz-placeholder, .form [type='url']::-moz-placeholder, .form [type='week']::-moz-placeholder, .form input:not([type])::-moz-placeholder, .form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #545454; }
  .form [type='color']:-ms-input-placeholder, .form [type='date']:-ms-input-placeholder, .form [type='datetime']:-ms-input-placeholder, .form [type='datetime-local']:-ms-input-placeholder, .form [type='email']:-ms-input-placeholder, .form [type='month']:-ms-input-placeholder, .form [type='number']:-ms-input-placeholder, .form [type='password']:-ms-input-placeholder, .form [type='search']:-ms-input-placeholder, .form [type='tel']:-ms-input-placeholder, .form [type='text']:-ms-input-placeholder, .form [type='time']:-ms-input-placeholder, .form [type='url']:-ms-input-placeholder, .form [type='week']:-ms-input-placeholder, .form input:not([type]):-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    color: #545454; }

.form.form--style--white .form__description {
  color: #fff; }

.form.form--style--white .communication-type input[value="Звонок"] + .wpcf7-list-item-label,
.form.form--style--white .communication-type input[value="Llama"] + .wpcf7-list-item-label,
.form.form--style--white .communication-type input[value="Call"] + .wpcf7-list-item-label {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91.588a2.012 2.012 0 012.842 0l3.007 3.008a2.01 2.01 0 010 2.843l-.751.752c-.46.46-.46 1.209 0 1.669l.013.014 3 3.126c.462.456 1.33.454 1.789-.006l.751-.752c.38-.38.885-.589 1.422-.589.537 0 1.041.21 1.421.59l3.007 3.007c.38.38.589.885.589 1.422 0 .537-.21 1.042-.589 1.421l-.752.753c-1.349 1.349-4.109 1.295-5.99.937-1.642-.313-4.801-1.242-7.504-3.946C1.462 12.135.534 8.974.221 7.333c-.499-2.62-.14-4.915.937-5.992L1.91.588z' fill='%23fff'/%3E%3C/svg%3E"); }

.form.form--style--white .communication-type input[value="Telegram"] + .wpcf7-list-item-label {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' fill='%23fff' %3E%3Cpath d='M18.707 1.887c-.233-.284-.58-.44-.98-.44-.216 0-.446.046-.682.136L.96 7.723c-.853.325-.968.814-.96 1.076.007.263.15.744 1.02 1.021l.015.005 2.256.645 10.985-5.612a.557.557 0 01.658.877l-6.107 6.49-.174.706 2.18 1.756 3.023 2.434.008.006c.333.258.696.395 1.05.395.694 0 1.246-.513 1.406-1.307l2.636-13.012c.105-.522.017-.99-.25-1.316z'/%3E%3Cpath d='M7.782 11.817a.555.555 0 01.135-.248l4.008-4.258-7.437 3.799 1.689 4.83c.096.274.24.509.416.692l1.19-4.815zM7.63 17.078c.401-.003.796-.172 1.141-.49l1.236-1.138-1.648-1.326-.73 2.954z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h19v19H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }

.form.form--style--white .communication-type input[value="Whatsapp"] + .wpcf7-list-item-label {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 0C4.282 0 0 4.282 0 9.5c0 1.722.464 3.399 1.345 4.865L0 19l4.635-1.345A9.436 9.436 0 009.5 19c5.218 0 9.5-4.282 9.5-9.5S14.718 0 9.5 0zm5.94 13.514l-.442.442c-.626.625-2.064.576-2.988.397-3.073-.593-6.655-4.065-7.346-7.072-.342-1.49-.153-2.785.34-3.28l.443-.441a.626.626 0 01.884 0l1.768 1.768a.62.62 0 01.183.442.618.618 0 01-.183.441l-.442.443a1.253 1.253 0 000 1.768l2.92 2.882a1.25 1.25 0 001.768 0l.442-.442a.653.653 0 01.885 0l1.768 1.768c.24.239.249.635 0 .884z' fill='%23fff' /%3E%3C/svg%3E"); }

.form.form--style--white [type='color'], .form.form--style--white [type='date'], .form.form--style--white [type='datetime'], .form.form--style--white [type='datetime-local'], .form.form--style--white [type='email'], .form.form--style--white [type='month'], .form.form--style--white [type='number'], .form.form--style--white [type='password'], .form.form--style--white [type='search'], .form.form--style--white [type='tel'], .form.form--style--white [type='text'], .form.form--style--white [type='time'], .form.form--style--white [type='url'], .form.form--style--white [type='week'], .form.form--style--white input:not([type]), .form.form--style--white textarea {
  border-color: transparent; }

.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  border: 1px solid transparent;
  padding: 0px;
  outline: none;
  max-width: 100%; }

.form-group {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.form-groups {
  margin: 0px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-groups.form-groups--style--second {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 767.98px) {
      .form-groups.form-groups--style--second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .form-groups .form-groups__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.3% - 20px);
    flex-basis: calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin: 0px 10px 10px 10px; }
  .form-groups .form-groups__item--style--button-abreast {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 123.5px);
    flex-basis: calc(50% - 123.5px);
    max-width: calc(50% - 123.5px); }
    @media (max-width: 575.98px) {
      .form-groups .form-groups__item--style--button-abreast {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px); } }
  .form-groups .form-groups__item--style--button--usual {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.3% - 92.66666px);
    flex-basis: calc(33.3% - 92.66666px);
    max-width: calc(33.3% - 92.66666px); }
    @media (max-width: 767.98px) {
      .form-groups .form-groups__item--style--button--usual {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px); } }
    .form-groups .form-groups__item--style--button--usual ~ .form-groups__item--style--button {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -ms-flex-preferred-size: none;
      flex-basis: none;
      max-width: none; }
  .form-groups .form-groups__item--style--button {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(187px);
    flex-basis: calc(187px);
    max-width: calc(187px); }
    .form-groups .form-groups__item--style--button .button-primary {
      width: 100%; }
    @media (max-width: 575.98px) {
      .form-groups .form-groups__item--style--button {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px); } }

.caption-form {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right; }
  .caption-form .caption-form__title {
    width: 100%;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: 10px; }
  .caption-form .caption-form__label {
    width: 100%;
    font-size: 0.875em;
    line-height: 1; }

/*******  End of CONTACT FORM *******/
/******* ADVANTAGES *******/
.advantages {
  padding-top: 20.3125em;
  padding-bottom: 4.375em; }
  @media (max-width: 1199.98px) {
    .advantages {
      padding-top: 6.25em;
      padding-bottom: 3.125em; } }
  @media (max-width: 991.98px) {
    .advantages {
      padding-top: 5em;
      padding-bottom: 3.125em; } }
  @media (max-width: 767.98px) {
    .advantages {
      padding-top: 3.125em;
      padding-bottom: 2.5em; } }
  @media (max-width: 575.98px) {
    .advantages {
      padding-top: 2.5em;
      padding-bottom: 1.875em; } }
  .advantages.advantages--style--normal {
    padding-top: 13.125em;
    padding-bottom: 3.125em; }
    @media (max-width: 991.98px) {
      .advantages.advantages--style--normal {
        padding-top: 5em;
        padding-bottom: 3.125em; } }
    @media (max-width: 767.98px) {
      .advantages.advantages--style--normal {
        padding-top: 3.125em;
        padding-bottom: 2.5em; } }
    @media (max-width: 575.98px) {
      .advantages.advantages--style--normal {
        padding-top: 2.5em;
        padding-bottom: 1.875em; } }
  .advantages .advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0px -15px; }
  .advantages .advantages__content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(35.1199% - 30px);
    flex-basis: calc(35.1199% - 30px);
    max-width: calc(35.1199% - 30px);
    margin: 0px 15px 30px 15px; }
    @media (max-width: 991.98px) {
      .advantages .advantages__content {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
  .advantages .advantages__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(64.8801%);
    flex-basis: calc(64.8801%);
    max-width: calc(64.8801%); }
    @media (max-width: 991.98px) {
      .advantages .advantages__blocks {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
        max-width: calc(100%); } }
    .advantages .advantages__blocks .advantage-item {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
      max-width: calc(50% - 30px);
      margin: 0px 15px 30px 15px; }
      @media (min-width: 992px) {
        .advantages .advantages__blocks .advantage-item:nth-child(2), .advantages .advantages__blocks .advantage-item:nth-child(4) {
          margin-top: -60px; } }
      @media (max-width: 575.98px) {
        .advantages .advantages__blocks .advantage-item {
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-preferred-size: calc(100% - 30px);
          flex-basis: calc(100% - 30px);
          max-width: calc(100% - 30px); } }

.advantage-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  padding: 2.5em 2.5em 2.5em 2.5em; }
  @media (max-width: 991.98px) {
    .advantage-item {
      padding: 2.1875em 2.1875em 2.1875em 2.1875em; } }
  @media (max-width: 767.98px) {
    .advantage-item {
      padding: 1.875em 1.875em 1.875em 1.875em; } }
  @media (max-width: 575.98px) {
    .advantage-item {
      padding: 0.9375em 0.9375em 0.9375em 0.9375em; } }
  .advantage-item .advantage-item__title {
    font-family: 'CormorantSC';
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .advantage-item .advantage-item__text {
    line-height: 1.56; }

/*******  End of ADVANTAGES *******/
/******* NEWS *******/
.news {
  padding-bottom: 8.4375em; }
  @media (max-width: 991.98px) {
    .news {
      padding-bottom: 6.25em; } }
  @media (max-width: 767.98px) {
    .news {
      padding-bottom: 4.375em; } }
  @media (max-width: 575.98px) {
    .news {
      padding-bottom: 3.125em; } }

.post-item {
  min-height: 500px;
  color: #fff; }
  @media (max-width: 767.98px) {
    .post-item {
      min-height: 400px; } }
  @media (max-width: 575.98px) {
    .post-item {
      min-height: 350px; } }
  .post-item .post-item__inner {
    height: 100%;
    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;
    position: relative; }
  @media (max-width: 991.98px) {
    .post-item .post-item__title {
      font-size: 17px; } }
  .post-item .post-item__categories {
    color: rgba(255, 255, 255, 0.6); }
  .post-item .post-item__inner-box {
    padding: 1.875em 1.875em 0em 1.875em;
    height: 100%;
    width: 100%;
    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; }
    @media (max-width: 991.98px) {
      .post-item .post-item__inner-box {
        padding: 1.875em 0.625em 0em 0.625em; } }
    @media (max-width: 767.98px) {
      .post-item .post-item__inner-box {
        padding: 1.25em 1.25em 0em 1.25em; } }
  .post-item .post-item__content {
    margin-top: auto; }
  .post-item .post-item__front {
    height: 100%;
    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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0px;
    position: relative;
    top: 0px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    background-size: cover; }
  .post-item .post-item__back {
    height: 100%;
    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;
    color: #1E1E1E;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12); }
    .post-item .post-item__back .post-item__title {
      margin-bottom: 10px; }
    .post-item .post-item__back .post-item__content {
      margin-top: 40px; }
    .post-item .post-item__back .post-item__footer {
      margin-top: auto; }
    .post-item .post-item__back .post-item__categories {
      color: #1E1E1E; }
    .post-item .post-item__back .post-item__footer:after {
      background-color: rgba(30, 30, 30, 0.2); }
  .post-item:hover .post-item__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%; }
  .post-item:hover .post-item__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0px;
    position: relative;
    top: 0px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%; }
  .post-item .post-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.9375em 0em 0.3125em 0em;
    margin: 0px -10px 0px -10px;
    position: relative; }
    .post-item .post-item__footer:after {
      content: '';
      position: absolute;
      width: calc(100% - 20px);
      left: 10px;
      top: 0px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.4); }
    .post-item .post-item__footer > * {
      margin: 0px 10px 10px 10px; }
  .post-item time {
    font-size: 0.875em;
    line-height: 1;
    letter-spacing: 0.01em; }

.posts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px; }
  .posts-row .post-item {
    margin-bottom: 30px; }
    @media (max-width: 1500px) and (min-width: 992px) {
      .posts-row .post-item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(33.333% - 30px);
        flex-basis: calc(33.333% - 30px);
        max-width: calc(33.333% - 30px); } }
  .posts-row .realty-item {
    margin-bottom: 30px; }
  .posts-row.js-news-slider {
    display: block;
    margin: 0px 0px; }
    .posts-row.js-news-slider .post-item {
      width: auto;
      height: auto;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: none;
      flex-basis: none;
      max-width: none;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      display: none; }
    .posts-row.js-news-slider .post-item__inner {
      height: auto; }
    .posts-row.js-news-slider .slick-list {
      margin: 0px -15px; }
    .posts-row.js-news-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .posts-row.js-news-slider.slick-initialized .post-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

/*******  End of NEWS *******/
/******* BREADCRUMBS *******/
.breadcrumbs {
  padding-top: 4.0625em;
  padding-bottom: 0.9375em; }

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -5px; }
  .breadcrumbs-list li {
    font-size: 0.875em;
    line-height: 1;
    margin: 0px 5px 10px 5px; }
    .breadcrumbs-list li a {
      text-decoration: underline; }
      .breadcrumbs-list li a:hover {
        text-decoration: none; }
    .breadcrumbs-list li:after {
      content: '//';
      margin-left: 10px; }
    .breadcrumbs-list li.current-item {
      color: rgba(30, 30, 30, 0.5); }
      .breadcrumbs-list li.current-item:after {
        content: none; }

/*******  End of BREADCRUMBS *******/
/******* REALTY SINGLE *******/
.realty-object {
  position: relative; }
  .realty-object .realty-object__header {
    margin-bottom: 40px; }
    .realty-object .realty-object__header .realty-object__header-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0px -15px; }
      .realty-object .realty-object__header .realty-object__header-row > * {
        margin: 0px 15px 10px 15px; }
    .realty-object .realty-object__header .page-title {
      width: 1040px;
      max-width: 100%; }
    .realty-object .realty-object__header .realty-property {
      font-weight: 600;
      font-size: 20px;
      color: rgba(30, 30, 30, 0.5);
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .realty-object .realty-object__gallery {
    margin: 0px auto;
    position: relative; }
  .realty-object .realty-object__introductory-text.active .dotted {
    display: none; }
  .realty-object .realty-object__contents {
    padding-top: 3.4375em; }
  .realty-object .realty-object__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px; }
  .realty-object .realty-object__content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 455px);
    flex-basis: calc(100% - 455px);
    max-width: calc(100% - 455px);
    margin: 0px 15px;
    padding-bottom: 3.75em; }
    @media (max-width: 991.98px) {
      .realty-object .realty-object__content {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
  .realty-object .realty-object__content-inner {
    width: 1140px;
    max-width: 100%; }
  .realty-object .realty-object__sidebar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 395px;
    flex-basis: 395px;
    max-width: 395px;
    margin: 0px 15px;
    -webkit-transition: padding-top .5s;
    transition: padding-top .5s; }
    @media (max-width: 991.98px) {
      .realty-object .realty-object__sidebar {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
    .realty-object .realty-object__sidebar .realty-sidebar {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 395px;
      flex-basis: 395px;
      max-width: 395px;
      margin: 0px auto; }
    .realty-object .realty-object__sidebar.is-stuck {
      padding-top: 110px; }
  .realty-object .realty-object__text-buttons {
    padding-top: 15px; }
  .realty-object .realty-object__full-text {
    height: 170px;
    overflow: hidden; }
  .realty-object .realty-object__text {
    padding-top: 30px; }

.realty-object__section {
  padding-top: 3.75em; }
  @media (max-width: 767.98px) {
    .realty-object__section {
      padding-top: 2.5em; } }
  @media (max-width: 575.98px) {
    .realty-object__section {
      padding-top: 1.25em; } }

.features-columns .features-columns__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 575.98px) {
    .features-columns .features-columns__content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.features-columns .features-columns__label {
  min-width: 250px;
  font-size: 1em;
  line-height: 1;
  color: rgba(30, 30, 30, 0.6); }
  @media (max-width: 575.98px) {
    .features-columns .features-columns__label {
      width: 100%; } }

.features-columns .features-columns__value {
  font-weight: 500; }

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

.features-columns .features-columns__item {
  margin-bottom: 15px; }

.features-columns .features-columns__title {
  text-transform: uppercase; }

.location-map .map {
  height: 700px; }
  @media (max-width: 767.98px) {
    .location-map .map {
      height: 600px; } }
  @media (max-width: 575.98px) {
    .location-map .map {
      height: 400px; } }

.realty-sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08); }
  .realty-sidebar .realty-sidebar__inner {
    padding: 2.1875em 2.1875em 2.1875em 2.1875em; }
  .realty-sidebar .price-single {
    margin-bottom: 15px; }
  .realty-sidebar .currency-list {
    margin-bottom: 15px; }
  .realty-sidebar .realty-sidebar__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px; }
    .realty-sidebar .realty-sidebar__buttons > * {
      margin: 0px 10px; }
    .realty-sidebar .realty-sidebar__buttons .button-primary {
      width: calc(100% - 80px); }
  .realty-sidebar .realty-sidebar__item {
    margin-bottom: 20px; }
  .realty-sidebar .realty-sidebar__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 0px 0px;
    margin: 0px -10px; }
    .realty-sidebar .realty-sidebar__footer > * {
      margin: 0px 10px 10px 10px; }
    .realty-sidebar .realty-sidebar__footer .realty-property {
      font-weight: 600;
      color: rgba(30, 30, 30, 0.6); }

.share .share__block {
  display: none; }
  .share .share__block .share-list {
    padding-top: 20px; }

.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px; }
  .share-list .share-list__item {
    margin: 0px 10px 10px 10px; }
  .share-list .share-list__link {
    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;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #830010;
    background-color: #830010;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .share-list .share-list__link .svg-icon {
      fill: #fff;
      width: 20px;
      height: 20px;
      -webkit-transition: all .5s;
      transition: all .5s; }
    .share-list .share-list__link:hover {
      background-color: transparent; }
      .share-list .share-list__link:hover .svg-icon {
        fill: #830010; }

.realty-gallery {
  position: relative; }
  .realty-gallery img {
    width: 100%; }
  .realty-gallery .realty-gallery__inner {
    overflow: hidden;
    margin: 0px auto; }
    @media (min-width: 1651px) {
      .realty-gallery .realty-gallery__inner {
        width: calc(4245px); } }
    @media (max-width: 4245px) and (min-width: 1651px) {
      .realty-gallery .realty-gallery__inner {
        margin-left: calc((100vw - 4245px) / 2); } }
    @media (min-width: 4246px) {
      .realty-gallery .realty-gallery__inner {
        position: relative; } }
  .realty-gallery .slick-list {
    padding: 0 calc(2850px / 2) !important;
    margin: 0 -15px; }
    @media (max-width: 1650px) {
      .realty-gallery .slick-list {
        padding: 0 15% 0 15% !important; } }
    @media (max-width: 767.98px) {
      .realty-gallery .slick-list {
        padding: 0 10% 0 10% !important;
        margin: 0 -5px; } }
  .realty-gallery .realty-gallery__item {
    margin: 0px 15px; }
    @media (max-width: 767.98px) {
      .realty-gallery .realty-gallery__item {
        margin: 0 5px; } }
  .realty-gallery .realty-gallery__item-inner {
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    display: block; }
    @media (max-width: 575.98px) {
      .realty-gallery .realty-gallery__item-inner {
        padding-top: 80%; } }
  .realty-gallery .realty-gallery__image {
    width: auto;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    max-width: none;
    margin: auto;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }

.js-realty-gallery .realty-gallery__item {
  display: none; }

.js-realty-gallery .realty-gallery__item:first-child {
  display: none; }

.js-realty-gallery.slick-initialized .realty-gallery__item {
  display: block; }

.js-realty-gallery-popup .slick-slide:not(.slick-current) {
  visibility: hidden; }

.realty-gallery-popup {
  position: relative;
  max-width: 1680px;
  margin: 20px auto; }
  .realty-gallery-popup .realty-gallery-popup__inner {
    overflow: hidden;
    position: relative; }
  .realty-gallery-popup .realty-gallery__image {
    width: 100%; }

.mfp-gallery-modern {
  overflow: hidden; }
  .mfp-gallery-modern .mfp-container {
    overflow: hidden; }
  .mfp-gallery-modern .mfp-content {
    overflow: hidden; }
  .mfp-gallery-modern .mfp-arrow {
    position: absolute;
    top: calc(50%);
    font-size: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4;
    width: 220px;
    height: 220px;
    left: 0px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px;
    -webkit-transition: left .5s,right .5s;
    transition: left .5s,right .5s;
    z-index: 9999;
    margin: 0px;
    border: 1px solid rgba(255, 255, 255, 0.6); }
    @media (max-width: 575.98px) {
      .mfp-gallery-modern .mfp-arrow {
        width: 110px;
        height: 110px; } }
    .mfp-gallery-modern .mfp-arrow:before {
      position: static;
      width: 34px;
      height: 34px;
      margin: 0px;
      border: 0px;
      background-size: auto 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.293 21.707a1 1 0 001.414-1.414l-1.414 1.414zm-8.586-10L2.414 11l-.707.707zm10-10A1 1 0 0010.293.293l1.414 1.414zm0 18.586L2.414 11 1 12.414l9.293 9.293 1.414-1.414zM2.414 11l9.293-9.293L10.293.293 1 9.586 2.414 11zm0 0L1 9.586a2 2 0 000 2.828L2.414 11z' fill='%23000'/%3E%3C/svg%3E"); }
      @media (max-width: 575.98px) {
        .mfp-gallery-modern .mfp-arrow:before {
          width: 24px;
          height: 24px; } }
    .mfp-gallery-modern .mfp-arrow.mfp-arrow-left {
      left: 0px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      left: -193px; }
      @media (max-width: 575.98px) {
        .mfp-gallery-modern .mfp-arrow.mfp-arrow-left {
          left: -93px; } }
      .mfp-gallery-modern .mfp-arrow.mfp-arrow-left:after {
        content: none; }
      .mfp-gallery-modern .mfp-arrow.mfp-arrow-left:hover {
        left: -153px; }
        @media (max-width: 575.98px) {
          .mfp-gallery-modern .mfp-arrow.mfp-arrow-left:hover {
            left: -63px; } }
    .mfp-gallery-modern .mfp-arrow.mfp-arrow-right {
      left: auto;
      right: 0px;
      right: -193px; }
      @media (max-width: 575.98px) {
        .mfp-gallery-modern .mfp-arrow.mfp-arrow-right {
          right: -93px; } }
      .mfp-gallery-modern .mfp-arrow.mfp-arrow-right:after {
        content: none; }
      .mfp-gallery-modern .mfp-arrow.mfp-arrow-right:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .mfp-gallery-modern .mfp-arrow.mfp-arrow-right .svg-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .mfp-gallery-modern .mfp-arrow.mfp-arrow-right:hover {
        right: -153px; }
        @media (max-width: 575.98px) {
          .mfp-gallery-modern .mfp-arrow.mfp-arrow-right:hover {
            right: -63px; } }

.price-single .price-single__title {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 10px; }

.price {
  font-weight: bold;
  font-size: 1.875em;
  line-height: 1;
  letter-spacing: 0.01em; }
  .price .price__currency-symbol .svg-icon {
    width: 0.7em;
    height: 0.7em; }
  @media (max-width: 767.98px) {
    .price {
      font-size: 1.875em; } }
  @media (max-width: 575.98px) {
    .price {
      font-size: 1.5625em; } }

/*******  End of REALTY SINGLE *******/
/******* REALTY ITEM *******/
.preview-gallery {
  position: relative; }
  .preview-gallery .preview-gallery__inner {
    display: inline-block;
    font-size: 0px;
    padding-top: 70%;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .preview-gallery .preview-gallery__inner:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 3;
      background: -webkit-gradient(linear, right top, left top, color-stop(6.89%, rgba(0, 0, 0, 0.15)), color-stop(20.77%, rgba(0, 0, 0, 0)), color-stop(75.18%, rgba(0, 0, 0, 0)), color-stop(95.11%, rgba(0, 0, 0, 0.15)));
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 6.89%, rgba(0, 0, 0, 0) 20.77%, rgba(0, 0, 0, 0) 75.18%, rgba(0, 0, 0, 0.15) 95.11%); }
  .preview-gallery .preview-gallery__image {
    width: auto;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    max-width: none;
    margin: auto;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .preview-gallery .preview-gallery__image-box {
    font-size: 0px; }
  .preview-gallery .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 4; }
    .preview-gallery .slick-dots li {
      margin: 0px 7px; }
      .preview-gallery .slick-dots li.slick-active .dots {
        background: white; }
    .preview-gallery .slick-dots .dots {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%; }

.preview-gallery-arrows .preview-gallery-arrow {
  position: absolute;
  top: calc(50%);
  font-size: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 4; }
  .preview-gallery-arrows .preview-gallery-arrow .svg-icon {
    width: 20px;
    height: 20px;
    fill: #fff; }

.preview-gallery-arrows .preview-gallery-arrow--prev {
  left: 25px; }

.preview-gallery-arrows .preview-gallery-arrow--next {
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

button.simplefavorite-button {
  background: transparent;
  border: 0px;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  padding: 0px;
  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;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  text-align: center; }
  button.simplefavorite-button .svg-icon {
    width: 35px;
    height: 31.14px;
    fill: #C81D32; }
  button.simplefavorite-button.loading {
    opacity: .2; }

.realty-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s; }
  .realty-item:hover {
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.35); }
  .realty-item .realty-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .realty-item .realty-item__content .realty-item__content-box {
    display: block;
    padding: 2.5em 2.5em 0.625em 2.5em; }
    @media (max-width: 767.98px) {
      .realty-item .realty-item__content .realty-item__content-box {
        padding: 1.25em 1.25em 0.625em 1.25em; } }
    @media (max-width: 575.98px) {
      .realty-item .realty-item__content .realty-item__content-box {
        padding: 0.625em 0.625em 0.625em 0.625em; } }
    .realty-item .realty-item__content .realty-item__content-box:hover .realty-item__title {
      color: #C81D32; }
  .realty-item .realty-item__footer {
    margin: auto -15px 0px -15px; }
  .realty-item .realty-item__footer-box {
    padding: 0em 2.5em 1.875em 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .realty-item .realty-item__footer-box > * {
      margin: 0px 15px 10px 15px; }
    @media (max-width: 767.98px) {
      .realty-item .realty-item__footer-box {
        padding: 1.25em 1.25em 0.625em 1.25em; } }
    @media (max-width: 575.98px) {
      .realty-item .realty-item__footer-box {
        padding: 0.625em 0.625em 0.625em 0.625em; } }
  .realty-item .price {
    font-weight: bold;
    font-size: 2.1875em;
    line-height: 1;
    letter-spacing: 0.01em; }
    .realty-item .price .price__currency-symbol .svg-icon {
      width: 0.68571em;
      height: 0.68571em; }
    @media (max-width: 767.98px) {
      .realty-item .price {
        font-size: 1.875em; } }
    @media (max-width: 575.98px) {
      .realty-item .price {
        font-size: 1.5625em; } }
  .realty-item .realty-item__title {
    font-size: 1.25em;
    font-weight: 600;
    font-family: 'CormorantSC';
    margin-bottom: 30px; }
    .realty-item .realty-item__title a {
      cursor: pointer; }
      .realty-item .realty-item__title a:hover {
        color: #C81D32; }
  .realty-item .realty-item__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .realty-item .realty-item__additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -10px 15px -10px;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1;
    letter-spacing: 0.01em;
    color: rgba(30, 30, 30, 0.6); }
    .realty-item .realty-item__additional-info > * {
      margin: 0px 10px; }

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px; }
  .features-list .features-list__item {
    font-size: 15px;
    line-height: 1;
    padding-left: 50px;
    position: relative;
    margin: 0px 10px 20px 10px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(20% - 20px);
    flex-basis: calc(20% - 20px);
    max-width: calc(20% - 20px);
    min-width: 150px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .features-list .features-list__item .svg-icon {
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      fill: #830010;
      width: 40px;
      height: 40px; }
    .features-list .features-list__item.features-list__item--style--position {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 20px);
      flex-basis: calc(100% - 20px);
      max-width: calc(100% - 20px); }
    .features-list .features-list__item.features-list__item--style--square .features-list__value {
      white-space: nowrap; }
    .features-list .features-list__item.features-list__item--style--bedroom .features-list__value {
      white-space: nowrap; }
    .features-list .features-list__item.features-list__item--style--bathroom .features-list__value {
      white-space: nowrap; }
    .features-list .features-list__item.features-list__item--style--distance--sea .features-list__value {
      white-space: nowrap; }
  .features-list .features-list__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: rgba(30, 30, 30, 0.6);
    margin-bottom: 10px; }
  .features-list .features-list__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .features-list.features-list--style--mini .features-list__item {
    padding-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.3% - 20px);
    flex-basis: calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    min-width: 100px;
    min-height: auto; }
    .features-list.features-list--style--mini .features-list__item .svg-icon {
      width: 18px;
      height: 18px; }
    .features-list.features-list--style--mini .features-list__item.features-list__item--style--position {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 20px);
      flex-basis: calc(100% - 20px);
      max-width: calc(100% - 20px); }

.js-preview-slider .preview-gallery__image-box {
  display: none; }

.js-preview-slider .preview-gallery__image-box:first-child {
  display: block; }

.js-preview-slider.slick-initialized .preview-gallery__image-box {
  display: block; }

.exclusive-offers__row:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0px -15px; }

.loading {
  position: relative; }
  .loading.simplefavorite-button:after {
    background-size: 70px auto;
    background-position: center; }
  .loading:after {
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/spinner.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    -webkit-transition: all .5s;
    transition: all .5s; }

/*******  End of REALTY ITEM *******/
/******* REALTY ARCHIVE *******/
.posts-container {
  padding-bottom: 7.5em; }
  @media (max-width: 991.98px) {
    .posts-container {
      padding-bottom: 5em; } }
  @media (max-width: 767.98px) {
    .posts-container {
      padding-bottom: 3.75em; } }
  @media (max-width: 575.98px) {
    .posts-container {
      padding-bottom: 1.875em; } }

.archive-bar {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .archive-bar .archive-bar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -15px; }
  .archive-bar .archive-bar__item--found-posts {
    font-weight: 600;
    color: rgba(30, 30, 30, 0.6); }
  .archive-bar .found-posts {
    font-weight: 700;
    color: #1E1E1E; }
  .archive-bar .archive-bar__item {
    margin: 0px 15px 10px 15px; }

.sort {
  margin: 0px -5px; }
  .sort .sort__label {
    font-weight: 500;
    color: rgba(30, 30, 30, 0.6);
    margin: 0px 5px; }
  .sort .sort__select {
    cursor: pointer;
    border: 0px;
    font-weight: 500;
    padding: 0em 1.25em 0em 0.3125em;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.87 0c1.028 0 1.52 1.308.762 2.026l-3.87 3.667a1.101 1.101 0 01-1.524 0L.368 2.026C-.39 1.308.102 0 1.131 0h7.738z' fill='%23C81D32'/%3E%3C/svg%3E");
    background-position: 100% 50%;
    background-size: 10px 6px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: inherit;
    font-size: inherit; }

.pagination {
  padding-top: 0.9375em; }

.post-notice {
  padding-top: 7.5em;
  padding-bottom: 5.9375em; }
  @media (max-width: 991.98px) {
    .post-notice {
      padding-top: 5.625em;
      padding-bottom: 4.6875em; } }
  @media (max-width: 767.98px) {
    .post-notice {
      padding-top: 3.75em;
      padding-bottom: 2.8125em; } }
  @media (max-width: 575.98px) {
    .post-notice {
      padding-top: 2.8125em;
      padding-bottom: 2.1875em; } }
  .post-notice .post-notice__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .post-notice .post-notice__content {
    margin-bottom: 15px; }
  .post-notice .post-notice__image-box {
    margin-bottom: 15px; }
  .post-notice .post-notice__text {
    margin-bottom: 30px; }
  .post-notice .post-notice__content-inner {
    width: 770px;
    max-width: 100%;
    margin: 0px auto 0px 0px; }

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px 30px -10px; }
  .cat-list .cat-item-all, .cat-list .cat-item {
    margin: 0px 10px 10px 10px; }
    .cat-list .cat-item-all a, .cat-list .cat-item a {
      display: inline-block;
      line-height: 1;
      padding: 0.6em 1em;
      border: 1px solid #830010;
      font-size: 15px;
      color: #830010;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .cat-list .cat-item-all a:hover, .cat-list .cat-item a:hover {
        background: #830010;
        border-color: #830010;
        color: #fff; }
    .cat-list .cat-item-all.current-cat a, .cat-list .cat-item.current-cat a {
      background: #830010;
      border-color: #830010;
      color: #fff; }

/*******  End of REALTY ARCHIVE *******/
/******* POSTS SECTION *******/
.js-posts-slider > .slick-list > .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

@media (min-width: 1710px) {
  .js-posts-slider {
    width: calc(100% + 80px);
    margin-left: -40px; } }

@media (min-width: 1710px) {
  .js-posts-slider > .slick-list {
    padding: 0px 40px; } }

.js-posts-slider > .slick-list > .slick-track > .slick-slide {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .js-posts-slider > .slick-list > .slick-track > .slick-slide.slick-current {
    opacity: 1; }
    .js-posts-slider > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-active {
      opacity: 1; }

.js-posts-slider .post-item {
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: none;
  flex-basis: none;
  max-width: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0px 15px 45px 15px; }

.js-posts-slider .realty-item {
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: none;
  flex-basis: none;
  max-width: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0px 15px 45px 15px; }

.posts-section {
  padding-top: 1.875em;
  padding-bottom: 0.3125em; }
  .posts-section .posts-section__row > .slick-list {
    margin: 0 -15px; }
  .posts-section .posts-section__row:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px -15px; }

.related {
  padding-top: 5em;
  padding-bottom: 5em; }
  @media (max-width: 767.98px) {
    .related {
      padding-top: 3.125em;
      padding-bottom: 2.5em; } }
  @media (max-width: 575.98px) {
    .related {
      padding-top: 1.875em;
      padding-bottom: 1.25em; } }

.single .related {
  padding-bottom: 0em; }

.singular-page .singular-page__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 1199.98px) {
    .singular-page .singular-page__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

.singular-page .post-singular {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(1040px);
  flex-basis: calc(1040px);
  max-width: calc(1040px);
  margin: 0px 15px 15px 15px; }
  @media (max-width: 1199.98px) {
    .singular-page .post-singular {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
      max-width: calc(100% - 30px); } }

.singular-page aside {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(490px);
  flex-basis: calc(490px);
  max-width: calc(490px);
  margin: 0px 15px 15px 15px; }
  @media (max-width: 1199.98px) {
    .singular-page aside {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -ms-flex-preferred-size: calc(490px);
      flex-basis: calc(490px);
      max-width: calc(490px); } }

/*******  End of POSTS SECTION *******/
/******* POST SINGULAR *******/
.post-singular .post-singular__additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -15px 15px -15px; }
  .post-singular .post-singular__additional-info > * {
    margin: 0px 15px 15px 15px; }

.post-singular .post-singular__cat {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #830010; }

.post-singular .post-singular__date {
  color: rgba(30, 30, 30, 0.6); }

.category-panel .category-panel__title {
  margin-bottom: 20px; }

.cat-items .cat-item:first-child a {
  border-top: 1px solid rgba(30, 30, 30, 0.2); }

.cat-items .cat-item a {
  display: block;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 1.27778em 1.94444em 1.27778em 0em;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .cat-items .cat-item a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.25a.75.75 0 000 1.5v-1.5zm17.53 1.28a.75.75 0 000-1.06L13.757.697a.75.75 0 00-1.06 1.06L16.939 6l-4.242 4.243a.75.75 0 001.06 1.06L18.53 6.53zM1 6.75h17v-1.5H1v1.5z' fill='%23C81D32'/%3E%3C/svg%3E");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 10px; }
  .cat-items .cat-item a:hover {
    color: #C81D32; }

aside .latest-posts {
  margin-bottom: 80px; }

.latest-posts .latest-posts__title {
  margin-bottom: 20px; }

.post-panel {
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding-top: 20px;
  padding-bottom: 20px; }
  .post-panel:first-child {
    border-top: 1px solid rgba(30, 30, 30, 0.2); }
  .post-panel .post-panel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -10px; }
    .post-panel .post-panel__head > * {
      margin: 0px 10px 10px 10px;
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.01em;
      color: rgba(30, 30, 30, 0.6); }
  .post-panel .post-panel__link {
    display: inline-block;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: 0.03em;
    margin: 10px 0px 0px 0px;
    font-family: "Cormorant SC";
    font-weight: 600;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .post-panel .post-panel__link:hover {
      color: #C81D32; }

/*******  End of POST SINGULAR *******/
/******* SLIDERS  *******/
.slick-slide {
  outline: none; }

.arrows {
  margin: 0px -10px;
  min-width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .arrows .arrow {
    margin: 0px 10px 10px 10px;
    cursor: pointer;
    font-size: 0px; }
    .arrows .arrow .svg-icon {
      width: 35px;
      height: 35px;
      fill: #C81D32; }
    .arrows .arrow:hover .svg-icon {
      fill: #830010; }
    .arrows .arrow.arrow--next .svg-icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .arrows.arrows--style--circle {
    margin: 0px 0px;
    min-width: auto;
    display: block; }
    .arrows.arrows--style--circle .arrow {
      position: absolute;
      top: calc(50%);
      font-size: 0px;
      margin: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 4;
      width: 220px;
      height: 220px;
      left: 0px;
      background: rgba(30, 30, 30, 0.8);
      border-radius: 500px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 20px;
      -webkit-transition: left .5s,right .5s;
      transition: left .5s,right .5s; }
      @media (max-width: 575.98px) {
        .arrows.arrows--style--circle .arrow {
          width: 110px;
          height: 110px; } }
      .arrows.arrows--style--circle .arrow .svg-icon {
        width: 34px;
        height: 34px;
        fill: #fff; }
        @media (max-width: 575.98px) {
          .arrows.arrows--style--circle .arrow .svg-icon {
            width: 24px;
            height: 24px; } }
      .arrows.arrows--style--circle .arrow.arrow--prev {
        left: 0px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        left: -193px; }
        @media (max-width: 575.98px) {
          .arrows.arrows--style--circle .arrow.arrow--prev {
            left: -93px; } }
        .arrows.arrows--style--circle .arrow.arrow--prev:hover {
          left: -153px; }
          @media (max-width: 575.98px) {
            .arrows.arrows--style--circle .arrow.arrow--prev:hover {
              left: -63px; } }
      .arrows.arrows--style--circle .arrow.arrow--next {
        left: auto;
        right: 0px;
        right: -193px; }
        @media (max-width: 575.98px) {
          .arrows.arrows--style--circle .arrow.arrow--next {
            right: -93px; } }
        .arrows.arrows--style--circle .arrow.arrow--next .svg-icon {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .arrows.arrows--style--circle .arrow.arrow--next:hover {
          right: -153px; }
          @media (max-width: 575.98px) {
            .arrows.arrows--style--circle .arrow.arrow--next:hover {
              right: -63px; } }

/*******  End of SLIDERS  *******/
/******* EXCLUSIVE-OFFERS  *******/
.exclusive-offers {
  padding-top: 3.125em;
  padding-bottom: 8.4375em; }
  @media (max-width: 991.98px) {
    .exclusive-offers {
      padding-top: 2.5em;
      padding-bottom: 5em; } }
  @media (max-width: 767.98px) {
    .exclusive-offers {
      padding-top: 2.1875em;
      padding-bottom: 4.375em; } }
  @media (max-width: 575.98px) {
    .exclusive-offers {
      padding-top: 1.875em;
      padding-bottom: 3.125em; } }
  @media (max-width: 991.98px) and (min-width: 567.98px) {
    .exclusive-offers .heading .title {
      font-size: 35px; } }

/*******  End of EXCLUSIVE-OFFERS  *******/
/******* FILTER *******/
.page-template-page-home .filter-container {
  margin-top: -150px; }
  .page-template-page-home .filter-container .filter {
    margin-bottom: 0px; }
    .page-template-page-home .filter-container .filter .filter__tab:nth-child(odd) {
      -webkit-box-shadow: inset -5px -5px 10px -3px rgba(0, 0, 0, 0.08);
      box-shadow: inset -5px -5px 10px -3px rgba(0, 0, 0, 0.08); }
    .page-template-page-home .filter-container .filter .filter__tab:nth-child(even) {
      -webkit-box-shadow: inset 5px -5px 10px -3px rgba(0, 0, 0, 0.08);
      box-shadow: inset 5px -5px 10px -3px rgba(0, 0, 0, 0.08); }
    .page-template-page-home .filter-container .filter .filter__tab.active {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-template-page-home .filter-container .filter .filter__tab.active + .filter__tab:nth-child(even) {
      -webkit-box-shadow: inset 5px -5px 10px -3px rgba(0, 0, 0, 0.08);
      box-shadow: inset 5px -5px 10px -3px rgba(0, 0, 0, 0.08); }

.filter {
  position: relative;
  z-index: 20;
  margin-bottom: 30px; }
  .filter .filter__elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    @media (max-width: 1199.98px) {
      .filter .filter__elems {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .filter .js-filter-item-dropdown {
    cursor: pointer; }
  .filter .filter__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filter .filter__content {
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06);
    padding: 30px 25px 25px 25px;
    background-color: #fff;
    z-index: 10;
    position: relative; }
    @media (max-width: 767.98px) {
      .filter .filter__content {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 575.98px) {
      .filter .filter__content {
        padding-left: 0px;
        padding-right: 0px; } }
  .filter .filter__tab {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1;
    background-color: #fff;
    padding: 20px 40px;
    cursor: pointer;
    z-index: 2; }
    .filter .filter__tab.active {
      z-index: 3;
      -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
    @media (max-width: 575.98px) {
      .filter .filter__tab {
        padding: 20px 5px;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
  .filter .filter__extended {
    display: none; }
  .filter .filter__extended-inner {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px 0px 0px 0px; }
  .filter .filter__elem {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 200px;
    max-width: 270px;
    padding: 0px 13px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 15px; }
    @media (max-width: 1199.98px) {
      .filter .filter__elem {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%);
        max-width: calc(50%); } }
    @media (max-width: 575.98px) {
      .filter .filter__elem {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
        max-width: calc(100%);
        border-right: 0px; } }
  .filter .filter__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px;
    padding: 0px 13px; }
    .filter .filter__footer > * {
      margin: 0px 15px 15px 15px; }
  .filter .filter__button {
    font-weight: 600;
    font-size: 1em;
    line-height: 1;
    padding-right: 30px;
    position: relative;
    opacity: .6; }
    .filter .filter__button .svg-icon {
      position: absolute;
      top: 50%;
      right: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .filter .filter__button.filter__button--extended .svg-icon {
      width: 20px;
      height: 17px;
      fill: #C81D32; }
    .filter .filter__button.filter__button--reset .svg-icon {
      width: 20px;
      height: 20px;
      fill: #737373; }
    .filter .filter__button:hover {
      opacity: 1; }

.filter-item.active .dropdown {
  display: block; }

.filter-item .dropdown {
  z-index: 100;
  display: none; }

.filter-item .filter-item__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 5px;
  padding-top: 5px; }

.filter-item .filter-item__value-title {
  padding: 8px 20px 8px 0px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .filter-item .filter-item__value-title:after {
    content: "";
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #C81D32 transparent transparent;
    border-width: 6px 5px 0;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.filter-item .filter-item__content {
  position: relative; }

.filter-item .filter-item__values {
  padding: 14px 0px 14px 0px; }
  .filter-item .filter-item__values.dropdown {
    padding: 14px 14px;
    position: absolute;
    top: 100%;
    width: calc(100% + 28px);
    min-width: 200px;
    left: -14px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767.98px) {
      .filter-item .filter-item__values.dropdown {
        width: calc(100%);
        left: 0px; } }

.filter-item .filter-item__chooice {
  display: none; }
  .filter-item .filter-item__chooice + .filter-item__value-label {
    position: relative;
    display: inline-block;
    padding-left: 1.875em;
    cursor: pointer; }
    .filter-item .filter-item__chooice + .filter-item__value-label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      border: 2px solid rgba(30, 30, 30, 0.6);
      border-radius: 3px; }
    .filter-item .filter-item__chooice + .filter-item__value-label:after {
      content: none;
      position: absolute;
      top: 50%;
      left: 8px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 6px;
      height: 6px;
      border-radius: 1px;
      background: #C81D32; }
  .filter-item .filter-item__chooice:checked + .filter-item__value-label {
    color: #1e1e1e; }
    .filter-item .filter-item__chooice:checked + .filter-item__value-label:after {
      content: ''; }

.filter-item .filter-item__value {
  font-size: 0.875em;
  margin-bottom: 10px;
  color: rgba(30, 30, 30, 0.6); }
  .filter-item .filter-item__value:last-child {
    margin-bottom: 0px; }
  .filter-item .filter-item__value.filter-item__value--style--prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0px 0px 15px 0px; }
    .filter-item .filter-item__value.filter-item__value--style--prices input {
      font-size: 14px;
      line-height: 1;
      padding: 5px 5px; }
      .filter-item .filter-item__value.filter-item__value--style--prices input::-webkit-input-placeholder {
        color: rgba(30, 30, 30, 0.6); }
      .filter-item .filter-item__value.filter-item__value--style--prices input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(30, 30, 30, 0.6); }
      .filter-item .filter-item__value.filter-item__value--style--prices input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(30, 30, 30, 0.6); }
      .filter-item .filter-item__value.filter-item__value--style--prices input:-ms-input-placeholder {
        color: rgba(30, 30, 30, 0.6); }
    .filter-item .filter-item__value.filter-item__value--style--prices .filter-item__field-box {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
      max-width: calc(50% - 5px);
      position: relative; }
    .filter-item .filter-item__value.filter-item__value--style--prices .filter-item__field-box:nth-child(1) {
      margin-right: 10px; }
      .filter-item .filter-item__value.filter-item__value--style--prices .filter-item__field-box:nth-child(1):after {
        content: '−';
        position: absolute;
        top: calc(50%);
        left: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

.filter-item.filter-item--type--price .filter-item__values {
  width: 300px; }

.filter-item.filter-item--type--button {
  -ms-flex-item-align: center;
  align-self: center;
  border: 0px;
  width: 15em; }
  @media (min-width: 992px) {
    .filter-item.filter-item--type--button {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(240px);
      flex-basis: calc(240px);
      max-width: calc(240px); } }
  .filter-item.filter-item--type--button .filter__submit {
    width: 100%; }

.filter-item.filter-item--style--list {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  border: 0px; }
  .filter-item.filter-item--style--list .filter-item__value-title:after {
    content: none; }
  .filter-item.filter-item--style--list .filter-item__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px; }
    .filter-item.filter-item--style--list .filter-item__values .filter-item__value {
      min-width: 95px;
      margin: 0px 15px 10px 15px; }

.filter-item .filter-item__text-field {
  border: 1px solid;
  width: 100%;
  padding: 10px 5px; }

.filter-item .keyword-list-field + .filter-item__values-item {
  padding-top: 20px; }

.currency-box .currency-box__title {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(30, 30, 30, 0.6);
  margin-bottom: 10px; }

.currency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .currency-list.loading:after {
    left: -1px;
    background-position: 0% 50%; }
  .currency-list .currency-list__chooice {
    display: none; }
  .currency-list .currency-list__item {
    margin-left: -1px; }
    .currency-list .currency-list__item .svg-icon {
      fill: #1E1E1E; }
    .currency-list .currency-list__item.active {
      background-color: #830010; }
      .currency-list .currency-list__item.active .svg-icon {
        fill: #fff; }
    .currency-list .currency-list__item input:checked + .currency-list__value {
      background-color: #830010; }
      .currency-list .currency-list__item input:checked + .currency-list__value .svg-icon {
        fill: #fff; }
    .currency-list .currency-list__item .svg-icon-rub {
      width: 19px;
      height: 20px; }
    .currency-list .currency-list__item .svg-icon-usd {
      width: 16px;
      height: 26px; }
    .currency-list .currency-list__item .svg-icon-eur {
      width: 20px;
      height: 20px; }
    .currency-list .currency-list__item .svg-icon-gbp {
      width: 17px;
      height: 20px; }
  .currency-list .currency-list__value {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #830010;
    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;
    cursor: pointer; }
  .currency-list .currency-list__value {
    font-size: 0px; }
  .currency-list.currency-list--style--little .currency-list__item .svg-icon-rub {
    width: 11px;
    height: 13px; }
  .currency-list.currency-list--style--little .currency-list__item .svg-icon-usd {
    width: 10px;
    height: 17px; }
  .currency-list.currency-list--style--little .currency-list__item .svg-icon-eur {
    width: 11px;
    height: 11px; }
  .currency-list.currency-list--style--little .currency-list__item .svg-icon-gbp {
    width: 11px;
    height: 13px; }
  .currency-list.currency-list--style--little .currency-list__value {
    width: 25px;
    height: 25px;
    border-width: 1px; }

/*******  End of FILTER *******/
/******* SEARCH FORM *******/
.search-popup {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  z-index: 200;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); }
  .search-popup .search-field {
    border-color: #1E1E1E; }
  .search-popup .hamburger .hamburger-inner, .search-popup .hamburger .hamburger-inner::before, .search-popup .hamburger .hamburger-inner::after {
    background-color: #1E1E1E; }
  .search-popup .hamburger.is-active .hamburger-inner,
  .search-popup .hamburger.is-active .hamburger-inner::before,
  .search-popup .hamburger.is-active .hamburger-inner::after {
    background-color: #1E1E1E; }
  .search-popup .search-popup__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .search-popup .search-field {
    width: 100%; }
    .search-popup .search-field::-webkit-input-placeholder {
      color: #545454; }
    .search-popup .search-field:-moz-placeholder {
      /* Firefox 18- */
      color: #545454; }
    .search-popup .search-field::-moz-placeholder {
      /* Firefox 19+ */
      color: #545454; }
    .search-popup .search-field:-ms-input-placeholder {
      color: #545454; }
  .search-popup .search-submit {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    display: inline-block;
    padding: 0px;
    border: 0px;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg width='23' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.646 0C5.036 0 .488 4.673.488 10.435c0 5.763 4.547 10.436 10.158 10.436 2.542 0 4.866-.96 6.648-2.545l4.358 4.478a.717.717 0 001.033 0 .765.765 0 000-1.061l-4.358-4.478a10.562 10.562 0 002.477-6.83C20.804 4.673 16.257 0 10.646 0zM1.95 10.435C1.95 5.5 5.844 1.5 10.646 1.5s8.696 4 8.696 8.935c0 4.936-3.894 8.936-8.696 8.936s-8.696-4-8.696-8.936z' fill='%231E1E1E'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    z-index: 5;
    font-size: 0px; }

.search-form {
  width: calc(100% - 42px); }
  .search-form .search-field {
    font-size: 16px;
    line-height: 1;
    padding: 0.9375em 1.25em 0.9375em 3.125em; }
  .search-form .search-form__inner {
    width: calc(100%);
    display: block;
    position: relative; }

/*******  End of SEARCH FORM *******/
/*=====  End of MAIN  ======*/
/******* PAGE ABOUT US *******/
@media (min-width: 992px) {
  .content-block .content-image {
    max-width: 50%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }

@media (max-width: 991.98px) {
  .main-holder .content-box {
    margin-bottom: 20px; } }

.page-template-page-about-us .main-holder {
  padding-bottom: 0px; }

.content-buttons {
  padding-top: 30px; }

.team {
  padding-top: 3.125em;
  padding-bottom: 6.25em; }
  @media (max-width: 991.98px) {
    .team {
      padding-bottom: 3.125em; } }
  @media (max-width: 767.98px) {
    .team {
      padding-bottom: 1.25em; } }
  .team .team__row {
    width: 2335px;
    margin: 0px auto; }
    @media (max-width: 2335px) and (min-width: 1601px) {
      .team .team__row {
        margin-left: calc((100vw - 2335px) / 2); } }
    @media (max-width: 1600px) {
      .team .team__row {
        width: 100%; } }
  .team .heading {
    margin-bottom: 0px; }
  .team .team-item__title {
    font-family: 'CormorantSC';
    font-weight: 500;
    font-size: 1.5625em;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  .team .team-item__image-box {
    position: relative;
    padding-top: 100%;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
    display: block; }
    .team .team-item__image-box .team-item__image {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .team .slick-current .team-item__image-box {
    -webkit-transform: scale(1.17097);
    transform: scale(1.17097);
    -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
    z-index: 5;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .team .slick-current .team-item__content {
    opacity: 1; }
  .team .team-item__caption {
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: rgba(30, 30, 30, 0.6);
    margin-bottom: 20px; }
  .team .team-item__content {
    padding-top: 60px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .team .slick-list {
    padding: 7.8125em 40.86% 2.8125em 40.86%; }
    @media (max-width: 1600px) {
      .team .slick-list {
        padding: 7.8125em 38% 2.8125em 38% !important; } }
    @media (max-width: 991.98px) {
      .team .slick-list {
        padding: 7.8125em 25% 2.8125em 25% !important; } }
    @media (max-width: 575.98px) {
      .team .slick-list {
        padding: 7.8125em 15% 2.8125em 15% !important; } }
  .team .js-team-slider:not(.slick-initialized) {
    padding: 7.8125em 40.86% 2.8125em 40.86%; }
    @media (max-width: 1600px) {
      .team .js-team-slider:not(.slick-initialized) {
        padding: 7.8125em 38% 2.8125em 38% !important; } }
    @media (max-width: 991.98px) {
      .team .js-team-slider:not(.slick-initialized) {
        padding: 7.8125em 25% 2.8125em 25% !important; } }
    @media (max-width: 575.98px) {
      .team .js-team-slider:not(.slick-initialized) {
        padding: 7.8125em 15% 2.8125em 15% !important; } }

.js-team-slider .team-item {
  display: none; }

.js-team-slider .team-item:first-child {
  display: block; }

.js-team-slider.slick-initialized .team-item {
  display: block; }

/*******  End of PAGE ABOUT US *******/
/******* SERVICE SINGLE *******/
.single-service .main-holder {
  padding-bottom: 0px; }

.step-item {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
  .step-item .step-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 575.98px) {
      .step-item .step-item__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .step-item .step-item__image-box {
    margin-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(285px);
    flex-basis: calc(285px);
    max-width: calc(285px); }
    @media (max-width: 767.98px) {
      .step-item .step-item__image-box {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(230px);
        flex-basis: calc(230px);
        max-width: calc(230px);
        margin-right: 10px; } }
    @media (max-width: 575.98px) {
      .step-item .step-item__image-box {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .step-item .step-item__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }
    @media (max-width: 575.98px) {
      .step-item .step-item__image {
        max-height: 300px; } }
  .step-item .step-item__count {
    font-weight: 800;
    font-size: 100px;
    line-height: 1;
    color: rgba(200, 29, 50, 0.1);
    position: absolute;
    top: 0px;
    left: 0px; }
  .step-item .step-item__title {
    font-family: 'CormorantSC';
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #290005; }
  .step-item .step-item__content {
    padding: 2.5em 1.25em 0em 2.5em;
    position: relative; }
    @media (max-width: 767.98px) {
      .step-item .step-item__content {
        padding: 2.5em 1.25em 0em 2.5em; } }
    @media (max-width: 575.98px) {
      .step-item .step-item__content {
        padding: 1.25em 0.625em 1.25em 2.5em; } }

.js-steps-slider {
  width: calc(2169px); }
  @media (max-width: 991.98px) {
    .js-steps-slider {
      width: calc(100% + 60px); } }
  .js-steps-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .js-steps-slider .slick-list {
    margin: 0px -15px;
    padding-right: 67.13%;
    padding-left: 30px;
    padding-top: 25px; }
    @media (max-width: 991.98px) {
      .js-steps-slider .slick-list {
        padding-right: 30px; } }
  .js-steps-slider .slick-slide {
    margin: 45px 15px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .js-steps-slider .slick-current {
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
    @media (min-width: 992px) {
      .js-steps-slider .slick-current ~ .slick-slide {
        opacity: 1; } }

.steps {
  padding-top: 9.0625em;
  padding-bottom: 9.0625em; }
  @media (max-width: 991.98px) {
    .steps {
      padding-top: 4.375em;
      padding-bottom: 4.375em; } }
  @media (max-width: 767.98px) {
    .steps {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (max-width: 575.98px) {
    .steps {
      padding-top: 1.875em;
      padding-bottom: 1.875em; } }
  .steps .heading {
    margin-bottom: 0px; }
  .steps .steps__row {
    margin-left: -30px; }

.js-steps-slider .step-item {
  display: none; }

.js-steps-slider .step-item:first-child {
  display: none; }

.js-steps-slider.slick-initialized .step-item {
  display: block; }

.step-number-item {
  position: relative;
  cursor: pointer;
  text-align: center; }
  .step-number-item .step-number-item__count {
    position: relative; }
    .step-number-item .step-number-item__count:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 4px;
      width: 100%;
      background-color: #C81D32; }
  .step-number-item .step-number-item__count-inner {
    width: 46px;
    height: 46px;
    border: 4px solid #C81D32;
    border-radius: 50%;
    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;
    font-weight: 800;
    line-height: 1;
    color: #C81D32;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0px auto;
    z-index: 3;
    position: relative;
    background-color: #fff; }
  .step-number-item.slick-current .step-number-item__count-inner {
    background-color: #C81D32;
    color: #fff; }
  .step-number-item.slick-current .step-number-item__title {
    color: #1E1E1E; }
  .step-number-item .step-number-item__title {
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1;
    text-align: center;
    color: rgba(30, 30, 30, 0.6);
    margin-top: 15px;
    -webkit-transition: all .5s;
    transition: all .5s; }

.js-steps-number-slider .step-number-item {
  display: none; }

.js-steps-number-slider .step-number-item:first-child {
  display: none; }

.js-steps-number-slider.slick-initialized .step-number-item {
  display: block; }

/*******  End of SERVICE SINGLE *******/
/******* CONTACTS PAGE *******/
.contacts-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2); }
  .contacts-tab .contacts-tab__item.active .contacts-tab__link {
    color: #1e1e1e; }
    .contacts-tab .contacts-tab__item.active .contacts-tab__link:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 3px;
      width: 100%;
      background-color: #C81D32; }
  .contacts-tab .contacts-tab__link {
    font-family: 'CormorantSC';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(30, 30, 30, 0.5);
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .contacts-tab .contacts-tab__link:hover {
      color: #1e1e1e; }
    @media (max-width: 767.98px) {
      .contacts-tab .contacts-tab__link {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .contacts-tab .contacts-tab__link {
        font-size: 18px; } }

.contacts-section {
  padding-bottom: 9.375em; }
  @media (max-width: 991.98px) {
    .contacts-section {
      padding-bottom: 6.25em; } }
  @media (max-width: 767.98px) {
    .contacts-section {
      padding-bottom: 4.375em; } }
  @media (max-width: 575.98px) {
    .contacts-section {
      padding-bottom: 2.5em; } }
  .contacts-section .contacts-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    margin-top: -160px;
    z-index: 10;
    position: relative;
    background-color: #fff; }
    @media (max-width: 575.98px) {
      .contacts-section .contacts-section__row {
        margin-top: -40px; } }
  .contacts-section .contacts-section__form {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(35.595%);
    flex-basis: calc(35.595%);
    max-width: calc(35.595%); }
    @media (max-width: 991.98px) {
      .contacts-section .contacts-section__form {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
        max-width: calc(100%); } }
    .contacts-section .contacts-section__form .contact-form {
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
  .contacts-section .map {
    height: 500px;
    max-width: 100%; }
    @media (max-width: 575.98px) {
      .contacts-section .map {
        min-height: 250px;
        max-width: 100%;
        max-height: 40vh; } }

.contacts-content {
  padding: 0em 0.625em 6.25em 0.625em;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(64.405%);
  flex-basis: calc(64.405%);
  max-width: calc(64.405%); }
  @media (max-width: 991.98px) {
    .contacts-content {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(100%);
      flex-basis: calc(100%);
      max-width: calc(100%);
      padding-bottom: 4.375em; } }
  @media (max-width: 767.98px) {
    .contacts-content {
      padding-bottom: 2.5em; } }
  @media (max-width: 575.98px) {
    .contacts-content {
      padding-bottom: 1.875em; } }
  .contacts-content .contacts-content__inner {
    max-width: 940px;
    margin: 0px auto; }
  .contacts-content .breadcrumbs {
    margin-bottom: 20px; }

.contacts-block {
  display: none; }
  .contacts-block.active {
    display: block; }
  .contacts-block .contacts-block__inner {
    padding: 3.6875em 0em 0em 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -15px; }

.contacts-item {
  margin: 0px 15px 30px 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px); }
  @media (max-width: 1199.98px) {
    .contacts-item {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
      max-width: calc(50% - 30px); } }
  @media (max-width: 767.98px) {
    .contacts-item {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
      max-width: calc(100% - 30px); } }
  .contacts-item.contacts-item--style--wide {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px); }
    @media (max-width: 767.98px) {
      .contacts-item.contacts-item--style--wide {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
  .contacts-item.contacts-item--style--auto {
    min-width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
    margin-left: auto; }
    @media (max-width: 1199.98px) {
      .contacts-item.contacts-item--style--auto {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px); } }
    @media (max-width: 767.98px) {
      .contacts-item.contacts-item--style--auto {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
  .contacts-item .contacts-item__title {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1;
    color: rgba(30, 30, 30, 0.6);
    margin-bottom: 15px; }
  .contacts-item .contacts-item__value {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1; }

/*******  End of CONTACTS PAGE *******/
/******* PAGE GUIDE *******/
.guide .guide__tabs {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08); }

.guide .guide__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .guide .guide__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.guide .guide__tabs {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(285px);
  flex-basis: calc(285px);
  max-width: calc(285px);
  margin-right: 15px; }
  @media (max-width: 991.98px) {
    .guide .guide__tabs {
      margin: 0px 0px 20px 0px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.guide .guide__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(1315px);
  flex-basis: calc(1315px);
  max-width: calc(1315px);
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .guide .guide__content {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.guide .guide__block {
  margin-bottom: 40px; }

.tabs .tabs__link {
  display: inline-block;
  line-height: 1;
  color: rgba(30, 30, 30, 0.6);
  padding: 1.0625em 0.3125em 1.0625em 1.25em;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative; }
  .tabs .tabs__link:hover {
    background-color: #F8F8F8; }

.tabs .tabs__item.active .tabs__link {
  font-weight: 600;
  color: #1e1e1e;
  background-color: #F8F8F8; }
  .tabs .tabs__item.active .tabs__link:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background: #C81D32; }

.gallery-block .gallery-block__images {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }

.gallery-block .gallery-block__image {
  width: auto;
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  max-width: none;
  margin: auto;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.gallery-block .gallery-block__image-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 60.837%;
  cursor: pointer; }

.gallery-block .gallery-block__images-thumb .gallery-block__image-box {
  padding-top: 100%; }
  @media (max-width: 575.98px) {
    .gallery-block .gallery-block__images-thumb .gallery-block__image-box {
      padding-top: 70%; } }

.js-gallery-block-slider-thumb .slick-list {
  margin: 0px -10px; }

.js-gallery-block-slider-thumb .slick-slide {
  margin: 0px 10px; }

.js-gallery-block-slider-thumb .gallery-block__item {
  display: none; }

.js-gallery-block-slider-thumb.slick-initialized .gallery-block__item {
  display: block; }

.js-gallery-block-slider .gallery-block__item {
  display: none; }

.js-gallery-block-slider .gallery-block__item:first-child {
  display: block; }

.js-gallery-block-slider.slick-initialized .gallery-block__item {
  display: block; }

/*******  End of PAGE GUIDE *******/
/*******  START PAGE GUIDE *******/
.news-section {
  padding-top: 3.125em; }
  @media (max-width: 991.98px) {
    .news-section {
      padding-top: 1.875em; } }
  @media (max-width: 767.98px) {
    .news-section {
      padding-top: 1.25em; } }
  @media (max-width: 575.98px) {
    .news-section {
      padding-top: 0.625em; } }

.investors-section {
  margin-bottom: 4.375em; }
  @media (max-width: 991.98px) {
    .investors-section {
      margin-bottom: 3.125em; } }
  @media (max-width: 767.98px) {
    .investors-section {
      margin-bottom: 1.875em; } }
  @media (max-width: 575.98px) {
    .investors-section {
      margin-bottom: 1.25em; } }

/*******  End of PAGE GUIDE *******/
/******* PAGE SEARCH *******/
.search-container {
  padding-bottom: 7.5em; }
  @media (max-width: 991.98px) {
    .search-container {
      padding-bottom: 5.625em; } }
  @media (max-width: 767.98px) {
    .search-container {
      padding-bottom: 3.75em; } }
  @media (max-width: 575.98px) {
    .search-container {
      padding-bottom: 1.875em; } }
  .search-container .page-header {
    margin-bottom: 40px; }

/*******  End of PAGE SEARCH *******/
/*==============================
=            FOOTER            =
==============================*/
.site-footer {
  background: #111111;
  color: #EBEBEB; }

.footer-content {
  padding: 4.375em 0em 3.4375em 0em; }
  @media (max-width: 991.98px) {
    .footer-content {
      padding: 3.75em 0em 2.8125em 0em; } }
  @media (max-width: 767.98px) {
    .footer-content {
      padding: 3.125em 0em 2.1875em 0em; } }
  @media (max-width: 575.98px) {
    .footer-content {
      padding: 2.5em 0em 1.5625em 0em; } }
  .footer-content .footer-content__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin: 0px -15px; }
  .footer-content .footer-content__item {
    margin: 0px 15px 15px 15px; }
    @media (max-width: 991.98px) {
      .footer-content .footer-content__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(33.333% - 30px);
        flex-basis: calc(33.333% - 30px);
        max-width: calc(33.333% - 30px); } }
    @media (max-width: 767.98px) {
      .footer-content .footer-content__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
        min-width: 290px; } }
    @media (max-width: 575.98px) {
      .footer-content .footer-content__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px); } }
    .footer-content .footer-content__item.footer-content__item--contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      min-width: 18%; }
      @media (max-width: 767.98px) {
        .footer-content .footer-content__item.footer-content__item--contacts {
          min-width: 290px; } }
      .footer-content .footer-content__item.footer-content__item--contacts .icons-bar {
        margin: 0px -12px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .footer-content .footer-content__item .tel-link {
      font-weight: 600;
      line-height: 1;
      color: #FFFFFF;
      margin: 0px 15px; }
  .footer-content .title-menu {
    font-weight: 600;
    margin-bottom: 20px; }
  .footer-content .menu li {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.875em; }
    .footer-content .menu li:last-child {
      margin-bottom: 0px; }
    .footer-content .menu li a:hover {
      text-decoration: underline; }

.site-info {
  background: #1E1E1E;
  padding: 0.9375em 0em 0em 0em; }
  .site-info .site-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -15px; }
  .site-info .site-info__item {
    font-size: 13px;
    margin: 0px 15px 15px 15px; }
    .site-info .site-info__item a {
      text-decoration: underline;
      cursor: pointer; }
      .site-info .site-info__item a:hover {
        text-decoration: none; }
  .site-info .site-info__item--info-links {
    font-weight: 300;
    font-size: 0.625em; }

/*=====  End of FOOTER  ======*/
/******* POP-UP EFFECT *******/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 80px 20px;
  width: auto;
  max-width: 950px;
  margin: 20px auto; }
  .white-popup .white-popup__inner {
    max-width: 720px;
    margin: 0px auto; }
  .white-popup .mfp-close {
    font-size: 35px;
    top: -5px;
    left: calc(100% + 30px); }

.popup-swanky {
  position: relative;
  background: #FFF;
  padding: 0px 0px;
  width: auto;
  max-width: 1100px;
  margin: 50px auto 20px auto; }
  .popup-swanky .popup-swanky__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .popup-swanky .popup-swanky__placeholder {
    background: url("../img/popup-bg.jpg") center/cover no-repeat;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50%);
    flex-basis: calc(50%);
    max-width: calc(50%); }
    @media (max-width: 767.98px) {
      .popup-swanky .popup-swanky__placeholder {
        display: none; } }
  .popup-swanky .popup-swanky__form-cover {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50%);
    flex-basis: calc(50%);
    max-width: calc(50%);
    padding: 50px 10px; }
    @media (max-width: 767.98px) {
      .popup-swanky .popup-swanky__form-cover {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
        max-width: calc(100%); } }
  .popup-swanky .mfp-close {
    font-size: 35px;
    top: -40px;
    font-weight: 100;
    left: calc(100% + 10px);
    color: #FFFFFF; }
    @media (max-width: 1199.98px) {
      .popup-swanky .mfp-close {
        left: auto;
        right: 0px;
        top: 0px;
        color: #000; } }
  .popup-swanky .wpcf7 {
    max-width: 470px;
    margin: 0px auto; }

.popup-individual-consultation .popup-swanky__placeholder {
  background: url("../img/popup-individual-consultation-bg.jpg") center/cover no-repeat; }

/* Отдаление */
.mfp-zoom-out .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

/*******  End of POP-UP EFFECT *******/
/******* ANIMATE *******/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__hidden {
  opacity: 0; }

.animate__visible {
  opacity: 1; }

.animate__animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

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

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

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*******  End of ANIMATE *******/
/******* HUMBURGER *******/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  font-size: 0px;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #1E1E1E; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #1E1E1E;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 5px; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    width: 21px;
    right: 0px; }
  .hamburger-inner::before {
    top: -11px; }
  .hamburger-inner::after {
    bottom: -11px; }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    width: 30px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/*******  End of HUMBURGER *******/
/******* CONTENT USER *******/
.content-inner a {
  text-decoration: underline; }
  .content-inner a:hover {
    text-decoration: none; }
  .content-inner a:active {
    text-decoration: none; }
  .content-inner a:focus {
    text-decoration: none; }

.content-inner .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px; }

.content-inner p {
  margin-bottom: 10px; }

.content-inner strong, .content-inner b {
  font-weight: bold; }

.content-inner p:empty:after {
  content: "\00a0\00a0"; }

.content-inner em {
  font-style: italic; }

.content-inner i {
  font-style: italic; }

.content-inner del {
  text-decoration: line-through; }

.content-inner table {
  padding: 10px;
  border: 1px solid;
  border-collapse: collapse; }
  .content-inner table thead th {
    border: 1px solid;
    padding: 10px; }
  .content-inner table tbody tr td {
    border: 1px solid;
    padding: 10px; }
  .content-inner table tbody tr th {
    border: 1px solid;
    padding: 10px; }

.content-inner .alignright {
  margin: 0px 0px 25px 25px; }

.content-inner .alignleft {
  margin: 0px 25px 25px 0px; }

.content-inner h1 {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .content-inner h1 {
      font-size: 35px; } }
  @media (max-width: 575.98px) {
    .content-inner h1 {
      font-size: 30px; } }

.content-inner h2 {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .content-inner h2 {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    .content-inner h2 {
      font-size: 25px; } }

.content-inner h3 {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .content-inner h3 {
      font-size: 25px; } }
  @media (max-width: 575.98px) {
    .content-inner h3 {
      font-size: 22px; } }

.content-inner h4 {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .content-inner h4 {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    .content-inner h4 {
      font-size: 20px; } }

.content-inner h5 {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .content-inner h5 {
      font-size: 20px; } }
  @media (max-width: 575.98px) {
    .content-inner h5 {
      font-size: 18px; } }

.content-inner h6 {
  font-family: 'CormorantSC';
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .content-inner h6 {
      font-size: 18px; } }
  @media (max-width: 767.98px) {
    .content-inner h6 {
      font-size: 16px; } }

.content-inner ul {
  padding-left: 0px;
  list-style: none; }
  .content-inner ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative; }
    .content-inner ul li:after {
      content: '';
      position: absolute;
      top: .35em;
      left: 0px;
      width: 8px;
      height: 8px;
      background: #C81D32; }

.content-inner ol {
  list-style: decimal inside; }
  .content-inner ol li {
    margin-bottom: 10px; }

.content-inner blockquote {
  border-left: 4px solid #78C0A8;
  background: #EDEDED;
  padding-left: 8px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 10px;
  quotes: "“" "”" "‘" "’"; }
  .content-inner blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 70px;
    line-height: 50px;
    position: absolute;
    top: 2px;
    left: 4px; }
  .content-inner blockquote p {
    display: inline; }
  .content-inner blockquote cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em; }

div.post-thumbnail {
  text-align: center; }

/*******  End of CONTENT USER *******/
/******* MEDIA *******/
/******* NORMAL GRID *******/
.col-1 {
  -ms-flex-preferred-size: calc( 8.33333% - 30px);
  flex-basis: calc( 8.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 8.33333% - 30px);
  margin: 0 15px; }

.col-2 {
  -ms-flex-preferred-size: calc( 16.66667% - 30px);
  flex-basis: calc( 16.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 16.66667% - 30px);
  margin: 0 15px; }

.col-3 {
  -ms-flex-preferred-size: calc( 25% - 30px);
  flex-basis: calc( 25% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 25% - 30px);
  margin: 0 15px; }

.col-4 {
  -ms-flex-preferred-size: calc( 33.33333% - 30px);
  flex-basis: calc( 33.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 33.33333% - 30px);
  margin: 0 15px; }

.col-5 {
  -ms-flex-preferred-size: calc( 41.66667% - 30px);
  flex-basis: calc( 41.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 41.66667% - 30px);
  margin: 0 15px; }

.col-6 {
  -ms-flex-preferred-size: calc( 50% - 30px);
  flex-basis: calc( 50% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 50% - 30px);
  margin: 0 15px; }

.col-7 {
  -ms-flex-preferred-size: calc( 58.33333% - 30px);
  flex-basis: calc( 58.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 58.33333% - 30px);
  margin: 0 15px; }

.col-8 {
  -ms-flex-preferred-size: calc( 66.66667% - 30px);
  flex-basis: calc( 66.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 66.66667% - 30px);
  margin: 0 15px; }

.col-9 {
  -ms-flex-preferred-size: calc( 75% - 30px);
  flex-basis: calc( 75% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 75% - 30px);
  margin: 0 15px; }

.col-10 {
  -ms-flex-preferred-size: calc( 83.33333% - 30px);
  flex-basis: calc( 83.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 83.33333% - 30px);
  margin: 0 15px; }

.col-11 {
  -ms-flex-preferred-size: calc( 91.66667% - 30px);
  flex-basis: calc( 91.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 91.66667% - 30px);
  margin: 0 15px; }

.col-12 {
  -ms-flex-preferred-size: calc( 100% - 30px);
  flex-basis: calc( 100% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 100% - 30px);
  margin: 0 15px; }

/*******  End of NORMAL GRID *******/
/******* GRID SM  *******/
@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex-preferred-size: calc( 8.33333% - 30px);
    flex-basis: calc( 8.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 8.33333% - 30px);
    margin: 0 15px; }
  .col-sm-2 {
    -ms-flex-preferred-size: calc( 16.66667% - 30px);
    flex-basis: calc( 16.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 16.66667% - 30px);
    margin: 0 15px; }
  .col-sm-3 {
    -ms-flex-preferred-size: calc( 25% - 30px);
    flex-basis: calc( 25% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 25% - 30px);
    margin: 0 15px; }
  .col-sm-4 {
    -ms-flex-preferred-size: calc( 33.33333% - 30px);
    flex-basis: calc( 33.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 33.33333% - 30px);
    margin: 0 15px; }
  .col-sm-5 {
    -ms-flex-preferred-size: calc( 41.66667% - 30px);
    flex-basis: calc( 41.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 41.66667% - 30px);
    margin: 0 15px; }
  .col-sm-6 {
    -ms-flex-preferred-size: calc( 50% - 30px);
    flex-basis: calc( 50% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 50% - 30px);
    margin: 0 15px; }
  .col-sm-7 {
    -ms-flex-preferred-size: calc( 58.33333% - 30px);
    flex-basis: calc( 58.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 58.33333% - 30px);
    margin: 0 15px; }
  .col-sm-8 {
    -ms-flex-preferred-size: calc( 66.66667% - 30px);
    flex-basis: calc( 66.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 66.66667% - 30px);
    margin: 0 15px; }
  .col-sm-9 {
    -ms-flex-preferred-size: calc( 75% - 30px);
    flex-basis: calc( 75% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 75% - 30px);
    margin: 0 15px; }
  .col-sm-10 {
    -ms-flex-preferred-size: calc( 83.33333% - 30px);
    flex-basis: calc( 83.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 83.33333% - 30px);
    margin: 0 15px; }
  .col-sm-11 {
    -ms-flex-preferred-size: calc( 91.66667% - 30px);
    flex-basis: calc( 91.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 91.66667% - 30px);
    margin: 0 15px; }
  .col-sm-12 {
    -ms-flex-preferred-size: calc( 100% - 30px);
    flex-basis: calc( 100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 100% - 30px);
    margin: 0 15px; } }

/*******  End of GRID SM  *******/
/******* GRID MD *******/
@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex-preferred-size: calc( 8.33333% - 30px);
    flex-basis: calc( 8.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 8.33333% - 30px);
    margin: 0 15px; }
  .col-md-2 {
    -ms-flex-preferred-size: calc( 16.66667% - 30px);
    flex-basis: calc( 16.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 16.66667% - 30px);
    margin: 0 15px; }
  .col-md-3 {
    -ms-flex-preferred-size: calc( 25% - 30px);
    flex-basis: calc( 25% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 25% - 30px);
    margin: 0 15px; }
  .col-md-4 {
    -ms-flex-preferred-size: calc( 33.33333% - 30px);
    flex-basis: calc( 33.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 33.33333% - 30px);
    margin: 0 15px; }
  .col-md-5 {
    -ms-flex-preferred-size: calc( 41.66667% - 30px);
    flex-basis: calc( 41.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 41.66667% - 30px);
    margin: 0 15px; }
  .col-md-6 {
    -ms-flex-preferred-size: calc( 50% - 30px);
    flex-basis: calc( 50% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 50% - 30px);
    margin: 0 15px; }
  .col-md-7 {
    -ms-flex-preferred-size: calc( 58.33333% - 30px);
    flex-basis: calc( 58.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 58.33333% - 30px);
    margin: 0 15px; }
  .col-md-8 {
    -ms-flex-preferred-size: calc( 66.66667% - 30px);
    flex-basis: calc( 66.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 66.66667% - 30px);
    margin: 0 15px; }
  .col-md-9 {
    -ms-flex-preferred-size: calc( 75% - 30px);
    flex-basis: calc( 75% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 75% - 30px);
    margin: 0 15px; }
  .col-md-10 {
    -ms-flex-preferred-size: calc( 83.33333% - 30px);
    flex-basis: calc( 83.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 83.33333% - 30px);
    margin: 0 15px; }
  .col-md-11 {
    -ms-flex-preferred-size: calc( 91.66667% - 30px);
    flex-basis: calc( 91.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 91.66667% - 30px);
    margin: 0 15px; }
  .col-md-12 {
    -ms-flex-preferred-size: calc( 100% - 30px);
    flex-basis: calc( 100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 100% - 30px);
    margin: 0 15px; } }

/*******  End of GRID MD *******/
/******* GRID LG *******/
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex-preferred-size: calc( 8.33333% - 30px);
    flex-basis: calc( 8.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 8.33333% - 30px);
    margin: 0 15px; }
  .col-lg-2 {
    -ms-flex-preferred-size: calc( 16.66667% - 30px);
    flex-basis: calc( 16.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 16.66667% - 30px);
    margin: 0 15px; }
  .col-lg-3 {
    -ms-flex-preferred-size: calc( 25% - 30px);
    flex-basis: calc( 25% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 25% - 30px);
    margin: 0 15px; }
  .col-lg-4 {
    -ms-flex-preferred-size: calc( 33.33333% - 30px);
    flex-basis: calc( 33.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 33.33333% - 30px);
    margin: 0 15px; }
  .col-lg-5 {
    -ms-flex-preferred-size: calc( 41.66667% - 30px);
    flex-basis: calc( 41.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 41.66667% - 30px);
    margin: 0 15px; }
  .col-lg-6 {
    -ms-flex-preferred-size: calc( 50% - 30px);
    flex-basis: calc( 50% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 50% - 30px);
    margin: 0 15px; }
  .col-lg-7 {
    -ms-flex-preferred-size: calc( 58.33333% - 30px);
    flex-basis: calc( 58.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 58.33333% - 30px);
    margin: 0 15px; }
  .col-lg-8 {
    -ms-flex-preferred-size: calc( 66.66667% - 30px);
    flex-basis: calc( 66.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 66.66667% - 30px);
    margin: 0 15px; }
  .col-lg-9 {
    -ms-flex-preferred-size: calc( 75% - 30px);
    flex-basis: calc( 75% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 75% - 30px);
    margin: 0 15px; }
  .col-lg-10 {
    -ms-flex-preferred-size: calc( 83.33333% - 30px);
    flex-basis: calc( 83.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 83.33333% - 30px);
    margin: 0 15px; }
  .col-lg-11 {
    -ms-flex-preferred-size: calc( 91.66667% - 30px);
    flex-basis: calc( 91.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 91.66667% - 30px);
    margin: 0 15px; }
  .col-lg-12 {
    -ms-flex-preferred-size: calc( 100% - 30px);
    flex-basis: calc( 100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 100% - 30px);
    margin: 0 15px; } }

/*******  End of GRID LG *******/
/*******  End of MEDIA *******/

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