@font-face {
  font-family: 'bender';
  src: url("../fonts/bender.woff") format("woff"), url("../fonts/bender.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'bender';
  src: url("../fonts/bender-bold.woff") format("woff"), url("../fonts/bender-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'furore';
  src: url("../fonts/furore.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

body {
  font-family: "bender", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #111;
  position: relative;
  min-height: 100vh;
  margin: 0;
  line-height: 1.2;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0; }
  body.loading {
    opacity: 1; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(17, 17, 17, 0.4); }
  body::-webkit-scrollbar-thumb {
    background-color: #111; }

html.menu-open,
body.menu-open {
  overflow: hidden; }

a {
  font-family: "bender", sans-serif;
  text-decoration: none;
  color: inherit; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

body, html {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

header, section, footer {
  width: 100%; }

address {
  font-style: normal;
  font-family: "bender", sans-serif; }

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "bender", sans-serif;
  font-weight: 400;
  font-size: 16px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.slick-slide:focus {
  cursor: default !important; }

.map {
  display: block; }
  .map img {
    width: 100%;
    height: auto; }

.container {
  width: 1360px;
  margin: 0 auto; }
  @media only screen and (max-width: 1441px) {
    .container {
      width: 1200px; } }
  @media only screen and (max-width: 1280px) {
    .container {
      width: 960px; } }
  @media only screen and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 10px; } }

.header_1 {
  display: block;
  font-family: "furore", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #111; }
  @media only screen and (max-width: 1280px) {
    .header_1 {
      font-size: 34px; } }
  @media only screen and (max-width: 991px) {
    .header_1 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .header_1 {
      font-size: 28px; } }

.header_2 {
  display: block;
  font-family: "furore", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #111; }
  @media only screen and (max-width: 1280px) {
    .header_2 {
      font-size: 30px; } }
  @media only screen and (max-width: 991px) {
    .header_2 {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .header_2 {
      font-size: 24px; } }

.header_3 {
  display: block;
  font-family: "furore", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #111; }
  @media only screen and (max-width: 1280px) {
    .header_3 {
      font-size: 24px; } }
  @media only screen and (max-width: 991px) {
    .header_3 {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .header_3 {
      font-size: 18px; } }

.button {
  outline: none;
  border: 1px solid #671110;
  position: relative;
  width: auto;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 28px;
  font-family: "bender", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #671110;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .button:hover {
    background: #fff;
    color: #671110; }

.button-i {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  background: transparent;
  width: auto;
  max-width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 42px;
  font-family: "bender", sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #111;
  border: 1px solid #111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button-i:hover {
    color: #fff;
    background: #671110;
    border: 1px solid #671110; }

.text-default {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #111; }
  .text-default p {
    margin-top: 16px;
    margin-bottom: 16px; }
    .text-default p:first-child {
      margin-top: 0; }
    .text-default p:last-child {
      margin-bottom: 0; }
  .text-default a {
    color: #671110;
    text-decoration: underline; }
    .text-default a:hover {
      text-decoration: none; }
  .text-default blockquote {
    margin: 0;
    padding: 20px 10px 20px 20px;
    background: rgba(17, 17, 17, 0.2);
    border-left: 4px solid #671110; }
    .text-default blockquote p {
      margin: 0 !important; }
  .text-default ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px; }
    .text-default ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #111; }
  .text-default ol li {
    margin-left: 16px;
    margin-bottom: 6px; }
  .text-default h1 {
    display: block;
    font-family: "furore", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #111; }
    @media only screen and (max-width: 1280px) {
      .text-default h1 {
        font-size: 34px; } }
    @media only screen and (max-width: 991px) {
      .text-default h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .text-default h1 {
        font-size: 28px; } }
  .text-default h2 {
    display: block;
    font-family: "furore", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #111; }
    @media only screen and (max-width: 1280px) {
      .text-default h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 991px) {
      .text-default h2 {
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .text-default h2 {
        font-size: 24px; } }
  .text-default h3 {
    display: block;
    font-family: "furore", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #111; }
    @media only screen and (max-width: 1280px) {
      .text-default h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 991px) {
      .text-default h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .text-default h3 {
        font-size: 18px; } }
  .text-default table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; }
    .text-default table p {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
  .text-default tr:nth-child(2n) {
    background: rgba(103, 17, 16, 0.2); }
  .text-default tr:nth-child(1) td {
    font-weight: 700; }
  .text-default td {
    border: 1px solid #111;
    padding: 10px; }

.image-wrapper {
  font-size: 0;
  line-height: 0; }

.slick-dots {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px; }
  .slick-dots li {
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        margin-right: 12px; } }
    .slick-dots li.slick-active button {
      opacity: 1; }
  .slick-dots button {
    display: block;
    padding: 0;
    font-size: 15px;
    opacity: 0.4; }

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 24px; }
  .form-item.last {
    margin-bottom: 0; }
  .form-item.novalid input {
    border: 1px solid red; }
  .form-item input {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #111;
    font-family: "bender", sans-serif;
    padding: 0px 20px;
    border-radius: 2px;
    background: #fff; }
    .form-item input::-webkit-input-placeholder {
      color: rgba(17, 17, 17, 0.8); }
    .form-item input::-moz-placeholder {
      color: rgba(17, 17, 17, 0.8); }
    .form-item input:-ms-input-placeholder {
      color: rgba(17, 17, 17, 0.8); }
    .form-item input:-moz-placeholder {
      color: rgba(17, 17, 17, 0.8); }
    .form-item input.error {
      border-bottom: 1px solid red; }
  .form-item textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    font-family: "bender", sans-serif;
    padding: 18px 32px;
    background: #edebde;
    border-bottom: 1px solid #111; }
    .form-item textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .form-item textarea::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .form-item textarea:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .form-item textarea:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .form-item label {
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 2;
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-family: "bender", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.form-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px; }

.form-note-text a {
  text-decoration: underline; }

@media only screen and (max-width: 991px) {
  .form-note-text {
    font-size: 14px; } }

.checkbox {
  position: relative; }
  .checkbox .checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .checkbox .checkbox-input:checked + .checkbox-custom svg {
      display: block; }
  .checkbox .checkbox-custom {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    fill: #fff;
    border: 1px solid #671110;
    margin-right: 12px;
    cursor: pointer; }
    .checkbox .checkbox-custom svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: none; }

.select {
  position: relative;
  margin-bottom: 24px; }
  .select.last {
    margin-bottom: 0; }
  .select.active {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); }
    .select.active .select-custom__icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .select .select-custom {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border-radius: 2px;
    background: #fff;
    cursor: pointer; }
  .select .select-custom__text {
    font-size: 16px;
    color: #111;
    font-family: "bender", sans-serif;
    padding-right: 20; }
  .select .select-custom__icon {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .select .select-list {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    padding: 10px 20px 20px;
    border-radius: 2px;
    background: #fff;
    display: none; }
  .select .select-item {
    margin-bottom: 4px;
    cursor: pointer; }

.scroll-top {
  position: fixed;
  z-index: 20;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #111;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scroll-top.active {
    display: block; }
  .scroll-top:hover {
    background: #671110; }
  .scroll-top svg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    stroke: #fff;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.scroll-socials {
  position: fixed;
  z-index: 32;
  bottom: 130px;
  right: 10px; }
  .scroll-socials .scroll-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .scroll-socials .scroll-social:last-child {
      margin-bottom: 0; }
    .scroll-socials .scroll-social:hover {
      background: #edebde; }
      .scroll-socials .scroll-social:hover span {
        background: #671110; }
  .scroll-socials span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #111;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 991px) {
    .scroll-socials {
      bottom: 80px; }
      .scroll-socials .scroll-social {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        margin-bottom: 10px;
        background: #111; }
        .scroll-socials .scroll-social span {
          width: 100%;
          height: 100%; } }

.link-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .link-back:hover {
    opacity: 0.6; }
    .link-back:hover .link-back__arrow {
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px); }

.link-back__text {
  font-size: 18px;
  font-weight: 700;
  color: #671110;
  text-transform: uppercase; }

.link-back__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .link-back__arrow svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    stroke: #671110; }

.paginations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .paginations {
      font-size: 14px; } }
  .paginations .page-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #111;
    border-radius: 50%; }
    .paginations .page-arrow.right {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-left: 14px; }
    .paginations .page-arrow.left {
      margin-left: 38px; }
      @media only screen and (max-width: 767px) {
        .paginations .page-arrow.left {
          margin-left: 28px; } }
    .paginations .page-arrow svg {
      width: 10px;
      height: 20px;
      stroke: #111; }
  .paginations .pagination-block {
    display: block;
    position: relative;
    margin: 0 8px;
    width: 40px;
    background: #fff; }
    .paginations .pagination-block.active .page-current {
      border-bottom: 1px solid transparent; }
    .paginations .pagination-block.active .page-wrap {
      display: block;
      border-top: 1px solid transparent; }
  .paginations .page-current {
    display: block;
    width: 100%;
    position: relative;
    padding: 6px 20px 6px 10px;
    border: 1px solid #111;
    cursor: pointer; }
    .paginations .page-current:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #111;
      position: absolute;
      top: 50%;
      right: 4px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .paginations .page-wrap {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #111; }
  .paginations .pagination-number {
    display: block;
    text-align: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 4px; }
    .paginations .pagination-number.active {
      opacity: 0.4; }

[data-scroll] {
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }
  [data-scroll].scrolled {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  @media only screen and (max-width: 767px) {
    [data-scroll] {
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.disabled {
  display: none !important; }

.lg-backdrop {
  background-color: #edebde !important; }

.animation-top {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.animation-left {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.animation-resolve {
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.delay-100 {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.delay-200 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.delay-300 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.delay-400 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.delay-500 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.delay-600 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.delay-700 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.delay-800 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.delay-900 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.delay-1000 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.delay-1100 {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.delay-1200 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.delay-1300 {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.delay-1400 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.delay-1500 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.delay-1600 {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.delay-1700 {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.delay-1800 {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.delay-1900 {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s; }

.delay-2000 {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45); }

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0; }

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

@keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s; }

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0; }

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-arrow {
  padding: 0; }
  .slick-arrow:focus {
    outline: none; }

.slick__arrow.slick-hidden {
  display: none; }

.slick-slide {
  float: left;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide:focus {
    outline: none;
    cursor: move; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide > img {
    display: block; }
  .slick-slide.dragging > img {
    pointer-events: none; }

.slick-dots button:focus {
  outline: none; }

.header-wrap {
  overflow: hidden; }
  .header-wrap[data-animations] {
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 1.4s 0.4s;
    -o-transition: all 1.4s 0.4s;
    transition: all 1.4s 0.4s; }
  .header-wrap.animations {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.header .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 24px; }

.header .logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 320px; }
  .header .logo img {
    width: 100%; }

.header .wrap {
  margin-left: auto; }

.header .header_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px; }

.header .phone {
  margin-right: 36px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .header .phone:hover {
    color: #671110; }

.header .email {
  margin-right: 36px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .header .email:hover {
    color: #671110; }

.header .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header .menu-item {
  margin-right: 40px; }
  .header .menu-item:last-child {
    margin-right: 0; }

.header .menu-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent; }
  .header .menu-link:hover {
    color: #671110;
    border-bottom: 1px solid #671110; }

@media only screen and (max-width: 1280px) {
  .header .logo {
    width: 250px; }
  .header .menu-item {
    margin-right: 24px; } }

@media only screen and (max-width: 991px) {
  .header .content {
    padding: 20px 0; }
  .header .wrap {
    display: none; }
  .header .menu__toggle {
    position: relative;
    z-index: 30;
    display: block;
    width: 26px;
    height: 16px;
    margin-left: auto;
    cursor: pointer; }
    .header .menu__toggle span {
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 1px;
      background: #671110;
      position: absolute;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      -webkit-transform: rotate(0) translate(0, 0);
          -ms-transform: rotate(0) translate(0, 0);
              transform: rotate(0) translate(0, 0); }
      .header .menu__toggle span:nth-child(1) {
        top: 0;
        left: 0; }
      .header .menu__toggle span:nth-child(2) {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 1; }
      .header .menu__toggle span:nth-child(3) {
        bottom: 0;
        left: 0; }
    .header .menu__toggle.active span {
      background: #671110; }
      .header .menu__toggle.active span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(-50%, -50%);
            -ms-transform: rotate(45deg) translate(-50%, -50%);
                transform: rotate(45deg) translate(-50%, -50%);
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        left: 50%;
        top: 50%; }
      .header .menu__toggle.active span:nth-child(2) {
        left: 150%;
        -webkit-transform: translateY(0) rotate(-360deg);
            -ms-transform: translateY(0) rotate(-360deg);
                transform: translateY(0) rotate(-360deg);
        opacity: 0; }
      .header .menu__toggle.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(-50%, 50%);
            -ms-transform: rotate(-45deg) translate(-50%, 50%);
                transform: rotate(-45deg) translate(-50%, 50%);
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        left: 50%;
        bottom: 50%; } }

@media only screen and (max-width: 767px) {
  .header .content {
    padding: 14px 0; }
  .header .logo {
    width: 200px; } }

.header_top {
  background: #111;
  padding: 10px 0; }
  .header_top .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header_top .text {
    color: #fff; }
  .header_top .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header_top .link {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header_top .link:hover {
      border-bottom: 1px solid transparent; }
  .header_top .langs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header_top .lang {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header_top .lang:first-child {
      margin-right: 7px;
      padding-right: 7px; }
      .header_top .lang:first-child::before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        width: 1px;
        height: 15px;
        background: #fff; }
    .header_top .lang:hover {
      border-bottom: 1px solid #fff; }
  @media only screen and (max-width: 991px) {
    .header_top .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .header_top .text {
      margin-bottom: 4px; }
    .header_top .text,
    .header_top .link,
    .header_top .lang {
      font-size: 12px; } }

body.home-page .menu {
  width: 100%;
  position: absolute;
  z-index: 4; }

.menu {
  margin-top: 17px; }
  .menu[data-animations] {
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
    -webkit-transition: all 1s 1.2s;
    -o-transition: all 1s 1.2s;
    transition: all 1s 1.2s; }
  .menu.animations {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .menu .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu .menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto; }
  .menu .menu-list > .menu-item {
    position: relative;
    margin-right: 76px; }
    .menu .menu-list > .menu-item:last-child {
      margin-right: 0; }
    .menu .menu-list > .menu-item:hover > a {
      color: #671110; }
      .menu .menu-list > .menu-item:hover > a .arrow svg {
        fill: #671110; }
    .menu .menu-list > .menu-item:hover ul {
      display: block; }
    .menu .menu-list > .menu-item.active > a {
      color: #671110; }
    .menu .menu-list > .menu-item > a {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-family: "bender", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #edebde;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .menu .menu-list > .menu-item > a .arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        background: transparent;
        margin-left: 6px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu .menu-list > .menu-item > a .arrow svg {
          fill: #edebde;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
  .menu .menu-list__inner {
    display: none;
    position: absolute;
    z-index: 12;
    top: calc(100% + 20px);
    left: -1px;
    width: 320px;
    padding: 20px 15px;
    border: 1px solid #edebde;
    background: #192648; }
    .menu .menu-list__inner::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: transparent;
      width: 100%;
      height: 20px; }
    .menu .menu-list__inner > .menu-item {
      margin-bottom: 10px; }
      .menu .menu-list__inner > .menu-item:last-child {
        margin-bottom: 0; }
      .menu .menu-list__inner > .menu-item > a {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        color: #edebde;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu .menu-list__inner > .menu-item > a:hover {
          color: #671110; }
      .menu .menu-list__inner > .menu-item.active a {
        color: #671110; }
  @media only screen and (max-width: 1280px) {
    .menu .menu-list > .menu-item {
      margin-right: 46px; } }
  @media only screen and (max-width: 991px) {
    .menu {
      display: none; } }

.menu-mobile {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .menu-mobile {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 28;
      padding: 96px 10px 0;
      background: #fff;
      -webkit-transform: translate3d(10%, 0%, 0);
              transform: translate3d(10%, 0%, 0);
      -webkit-transition: opacity .3s,-webkit-transform .4s;
      transition: opacity .3s,-webkit-transform .4s;
      -o-transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s,-webkit-transform .4s;
      will-change: transform;
      opacity: 0; }
      .menu-mobile.display {
        display: block; }
      .menu-mobile.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1; }
      .menu-mobile .menu-list {
        margin-bottom: 40px; }
      .menu-mobile .menu-item {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .menu-mobile .menu-item:last-child {
          margin-bottom: 0; }
        .menu-mobile .menu-item.active > a {
          color: #671110; }
        .menu-mobile .menu-item.open .arrow {
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0); }
        .menu-mobile .menu-item a {
          font-weight: 700;
          font-size: 16px; }
        .menu-mobile .menu-item ul {
          display: none;
          padding: 15px 0 15px;
          width: 100%; }
          .menu-mobile .menu-item ul > li {
            margin-bottom: 10px; }
            .menu-mobile .menu-item ul > li:last-child {
              margin-bottom: 0; }
            .menu-mobile .menu-item ul > li > a {
              display: block;
              padding: 0 10px;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
              .menu-mobile .menu-item ul > li > a:hover {
                color: #671110; }
            .menu-mobile .menu-item ul > li.active > a {
              color: #671110; }
      .menu-mobile .arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 10px;
        height: 10px;
        background: transparent;
        margin-left: 14px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu-mobile .arrow svg {
          fill: #fff; }
      .menu-mobile .phone {
        display: block;
        margin-bottom: 10px; }
      .menu-mobile .email {
        display: block;
        margin-bottom: 20px; } }

.breadcrumbs .content {
  padding: 20px 0 60px; }

.breadcrumbs .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.breadcrumbs .item {
  font-size: 14px;
  color: #111; }
  .breadcrumbs .item a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .breadcrumbs .item a:hover {
      text-decoration: none; }

@media only screen and (max-width: 1280px) {
  .breadcrumbs .item {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs .content {
    padding: 20px 0 40px; } }

.heroimage {
  position: relative;
  z-index: 2;
  min-height: 732px;
  padding: 80px 0;
  overflow: hidden; }
  .heroimage[data-animations] .header_1 {
    opacity: 0;
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-transition: all 0.6s 0.2s;
    -o-transition: all 0.6s 0.2s;
    transition: all 0.6s 0.2s; }
  .heroimage[data-animations] .subtitle {
    opacity: 0;
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-transition: all 0.6s 0.4s;
    -o-transition: all 0.6s 0.4s;
    transition: all 0.6s 0.4s; }
  .heroimage[data-animations] .note {
    opacity: 0;
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-transition: all 0.6s 0.6s;
    -o-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s; }
  .heroimage[data-animations] .buttons {
    opacity: 0;
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-transition: all 0.6s 0.8s;
    -o-transition: all 0.6s 0.8s;
    transition: all 0.6s 0.8s; }
  .heroimage.animations .header_1 {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
  .heroimage.animations .subtitle {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
  .heroimage.animations .note {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
  .heroimage.animations .buttons {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
  .heroimage .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left; }
  .heroimage .header_1 {
    color: #fff;
    margin-bottom: 24px; }
  .heroimage .subtitle {
    color: #fff;
    font-size: 20px;
    margin-bottom: 54px; }
  .heroimage .note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 64px; }
    .heroimage .note svg {
      margin-right: 12px; }
  .heroimage .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 24px; }
  .heroimage .button {
    height: 50px;
    line-height: 48px;
    padding: 0 28px;
    font-family: "furore", sans-serif;
    font-weight: 400;
    color: #671110;
    background: #fff; }
    .heroimage .button:hover {
      background: #671110;
      color: #fff; }
  @media only screen and (max-width: 991px) {
    .heroimage {
      min-height: unset; }
      .heroimage .subtitle {
        font-size: 18px;
        margin-bottom: 24px; }
      .heroimage .note {
        font-size: 18px;
        margin-bottom: 48px; } }
  @media only screen and (max-width: 767px) {
    .heroimage .buttons {
      gap: 16px; }
    .heroimage .button {
      width: 100%; }
      .heroimage .button > span {
        display: none; } }

.about {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  margin-bottom: 140px;
  overflow: hidden; }
  .about .decore-left {
    position: absolute;
    z-index: -1;
    left: -300px;
    top: 0;
    height: 100%; }
  .about .decore-right {
    position: absolute;
    right: -300px;
    top: 0;
    height: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .about .header_1 {
    margin-bottom: 40px;
    text-align: center; }
  .about .text-wrap {
    text-align: center;
    margin-bottom: 100px; }
  .about .desc {
    max-width: 890px;
    font-size: 20px;
    margin: 0 auto 30px; }
  .about .list {
    margin: 0 auto 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .about .item {
    position: relative;
    margin: 10px 28px;
    font-weight: 700;
    font-size: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .about .item::before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #671110;
      margin-right: 18px; }
  .about .video-title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px; }
  .about .video {
    max-width: 1180px;
    height: 450px;
    margin: 0 auto; }
    .about .video iframe {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 1280px) {
    .about .decore-left {
      left: -370px; }
    .about .decore-right {
      right: -370px; }
    .about .text-wrap {
      margin-bottom: 80px; }
    .about .item {
      margin: 10px 16px; } }
  @media only screen and (max-width: 991px) {
    .about {
      padding-top: 80px;
      margin-bottom: 80px; }
      .about .header_1 {
        margin-bottom: 30px; }
      .about .desc {
        font-size: 18px; }
      .about .item {
        font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .about .decore-left,
    .about .decore-right {
      display: none; }
    .about .desc {
      font-size: 16px; }
    .about .item {
      font-size: 16px;
      margin: 6px 10px; }
    .about .text-wrap {
      margin-bottom: 60px; } }

.location {
  margin-bottom: 110px; }
  .location .header_1 {
    margin-bottom: 24px;
    text-align: center; }
  .location .subtitle {
    max-width: 890px;
    margin: 0 auto 30px;
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center; }
  .location .note {
    font-weight: 700;
    font-size: 20px;
    color: #671110;
    margin-bottom: 64px;
    text-align: center; }
  .location .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
    margin-bottom: 16px; }
  .location .item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #f3f3f3;
    padding: 28px; }
  .location .item-title {
    font-weight: 700;
    font-size: 20px; }
  .location .item-text {
    font-size: 18px; }
  .location .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .location .block-image {
    -o-object-fit: cover;
       object-fit: cover; }
  .location .block-image-mobile {
    display: none; }
  .location .block-list {
    background: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 38px;
    gap: 20px; }
  .location .block-item__title {
    font-family: "furore", sans-serif;
    font-size: 32px;
    color: #671110;
    margin-bottom: 4px; }
  .location .block-item__text {
    font-size: 18px;
    color: rgba(17, 17, 17, 0.8); }
  .location .link-more {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    color: #671110; }
    .location .link-more:hover {
      text-decoration: none; }
  .location .button-wrap {
    text-align: center;
    margin-top: 40px; }
  @media only screen and (max-width: 1441px) {
    .location .block-image {
      width: 866px; } }
  @media only screen and (max-width: 1280px) {
    .location .subtitle {
      font-size: 18px; }
    .location .note {
      font-size: 18px;
      margin-bottom: 46px; }
    .location .list {
      gap: 26px; }
    .location .item {
      padding: 20px; }
    .location .item-title {
      font-size: 18px; }
    .location .item-text {
      font-size: 16px; }
    .location .block-image {
      width: 700px; }
    .location .block-list {
      padding: 0 26px;
      gap: 10px; }
    .location .block-item__title {
      font-size: 26px;
      margin-bottom: 0px; }
    .location .block-item__text {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .location {
      margin-bottom: 80px; }
      .location .block {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .location .block-image {
        width: 100%; }
      .location .block-list {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 26px; } }
  @media only screen and (max-width: 767px) {
    .location .list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 16px; }
    .location .block-list {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left; }
    .location .block-image {
      height: 160px; }
    .location .block-image {
      display: none; }
    .location .block-image-mobile {
      display: block;
      width: 100%; } }

.advantages {
  margin-bottom: 140px; }
  .advantages .header_1 {
    text-align: center; }
  .advantages .block-black {
    background: #111; }
    .advantages .block-black .block-title {
      color: #fff; }
      .advantages .block-black .block-title::before {
        background: #fff; }
    .advantages .block-black .block-item {
      border-bottom: 1px solid #fff; }
    .advantages .block-black .block-item__title {
      color: #fff; }
    .advantages .block-black .block-item__text {
      color: #fff; }
  .advantages .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 64px 0;
    margin: 0 auto;
    max-width: 1124px; }
  .advantages .block-title {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    color: #989898;
    margin-right: 140px; }
    .advantages .block-title::before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      background: #989898;
      margin-right: 20px; }
  .advantages .block-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .advantages .block-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0; }
  .advantages .block-item__title {
    font-family: "furore", sans-serif;
    font-size: 32px;
    margin-bottom: 8px; }
  .advantages .block-item__text {
    font-size: 20px; }
  @media only screen and (max-width: 991px) {
    .advantages {
      margin-bottom: 80px; }
      .advantages .block {
        padding: 40px 20px; }
      .advantages .block-title {
        font-size: 22px; }
      .advantages .block-item {
        margin-bottom: 18px;
        padding-bottom: 18px; }
      .advantages .block-item__title {
        font-size: 26px; }
      .advantages .block-item__text {
        font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .advantages .block {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .advantages .block-title {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
      font-size: 18px; }
    .advantages .block-item {
      margin-bottom: 14px;
      padding-bottom: 14px; }
    .advantages .block-item__title {
      font-size: 22px; }
    .advantages .block-item__text {
      font-size: 16px; } }

.investment {
  position: relative;
  z-index: 1;
  background: #edebde;
  padding: 64px 0 80px;
  margin-bottom: 140px; }
  .investment .decore {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0; }
  .investment .header_1 {
    margin-bottom: 36px; }
  .investment .subtitle {
    font-size: 20px;
    margin-bottom: 48px; }
  .investment .blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .investment .block_left {
    max-width: 555px; }
  .investment .block_left-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 36px; }
    .investment .block_left-item:last-child {
      margin-bottom: 0; }
    .investment .block_left-item::before {
      content: "";
      display: block;
      background-image: url(/app/images/check.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 2px;
      left: 0; }
  .investment .block_left-item__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px; }
  .investment .block_left-item__text {
    font-size: 18px; }
  .investment .block_right {
    border-radius: 2px;
    padding: 24px 40px;
    max-width: 716px;
    background: #fff; }
  .investment .block_right-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px -32px; }
  .investment .block_right-item {
    width: 50%;
    padding: 10px 32px; }
  .investment .block_right-item__title {
    font-family: "furore", sans-serif;
    font-size: 36px;
    margin-bottom: 4px; }
  .investment .block_right-item__text {
    font-size: 18px; }
    .investment .block_right-item__text a {
      display: inline-block;
      text-decoration: underline; }
  .investment .button {
    width: 100%;
    margin-top: 40px; }
  @media only screen and (max-width: 1280px) {
    .investment .blocks {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .investment .block_left {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 991px) {
    .investment {
      margin-bottom: 80px; }
      .investment .header_1 {
        margin-bottom: 20px; }
      .investment .subtitle {
        font-size: 18px;
        margin-bottom: 34px; }
      .investment .block_left-item {
        margin-bottom: 20px; }
      .investment .block_left-item__title {
        font-size: 18px; }
      .investment .block_left-item__text {
        font-size: 16px; }
      .investment .block_right {
        padding: 24px 20px; }
      .investment .block_right-item__title {
        font-size: 30px; }
      .investment .block_right-item__text {
        font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .investment .block_right-list {
      margin: 0; }
    .investment .block_right-item {
      width: 100%;
      padding: 0;
      margin-bottom: 14px; }
      .investment .block_right-item:last-child {
        margin-bottom: 0; }
    .investment .button span {
      display: none; } }

.functional {
  margin-bottom: 140px; }
  .functional .header_1 {
    margin-bottom: 64px;
    text-align: center; }
  .functional .blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
  .functional .block-item {
    position: relative;
    padding-left: 36px;
    margin-bottom: 46px; }
    .functional .block-item:last-child {
      margin-bottom: 0; }
  .functional .block-item__icon {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0; }
  .functional .block-item__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px; }
  .functional .block-item__text {
    font-size: 18px;
    opacity: 0.8; }
  .functional .slider {
    width: 760px; }
  .functional .slide {
    position: relative; }
    .functional .slide img {
      width: 100%; }
  .functional .slide-label {
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 2px;
    padding: 6px 20px;
    min-width: 226px;
    text-align: center;
    font-weight: 700;
    background: #fff; }
  .functional .slider-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .functional .slider-arrow.left {
      left: 26px; }
      .functional .slider-arrow.left svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media only screen and (max-width: 991px) {
        .functional .slider-arrow.left {
          width: 30px;
          height: 30px;
          left: 10px; } }
    .functional .slider-arrow.right {
      right: 26px; }
      @media only screen and (max-width: 991px) {
        .functional .slider-arrow.right {
          width: 30px;
          height: 30px;
          right: 10px; } }
    .functional .slider-arrow svg {
      width: 10px;
      height: 16px;
      stroke: #111;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .functional .slider-arrow:hover {
      background: #671110; }
      .functional .slider-arrow:hover svg {
        stroke: #fff; }
  @media only screen and (max-width: 1280px) {
    .functional .block-item {
      margin-bottom: 20px; }
    .functional .slider {
      width: 560px; } }
  @media only screen and (max-width: 991px) {
    .functional {
      margin-bottom: 80px; }
      .functional .header_1 {
        margin-bottom: 24px; }
      .functional .blocks {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        gap: 40px; }
      .functional .block {
        width: 100%; }
      .functional .block-item__title {
        font-size: 18px;
        margin-bottom: 6px; }
      .functional .block-item__text {
        font-size: 16px; }
      .functional .slider {
        width: 100%; }
      .functional .slide-label {
        min-width: unset;
        top: 8px;
        left: 8px; } }

.services {
  position: relative;
  z-index: 1;
  margin-bottom: 140px;
  padding: 64px 0;
  background: #111; }
  .services .decore1 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0; }
  .services .decore2 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 264px; }
  .services .header_1 {
    color: #fff;
    margin-bottom: 20px; }
  .services .subtitle {
    color: #fff;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px; }
  .services .text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 64px; }
  .services .list-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px; }
  .services .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 12px 40px; }
  .services .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 288px;
    height: 56px;
    background: #fff;
    padding: 0 25px; }
  .services .item-text {
    font-weight: 700;
    margin-left: 12px; }
  @media only screen and (max-width: 991px) {
    .services {
      padding: 70px 0 80px;
      margin-bottom: 80px; }
      .services .subtitle {
        font-size: 18px;
        margin-bottom: 30px; }
      .services .text {
        font-size: 16px;
        margin-bottom: 46px; }
      .services .list-title {
        margin-bottom: 30px; }
      .services .item {
        min-width: 100%; } }

.rooms {
  padding-bottom: 140px;
  overflow: hidden; }
  .rooms .content {
    position: relative; }
  .rooms .decore-1 {
    position: absolute;
    top: 135px;
    left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25%; }
  .rooms .decore-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
    width: 50%; }
  .rooms .header_1 {
    text-align: center;
    margin-bottom: 20px; }
  .rooms .subtitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 48px; }
  .rooms .image {
    position: relative;
    line-height: 0;
    font-size: 0; }
  .rooms .image-img {
    width: 100%; }
  .rooms .image-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .rooms .litter {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .rooms .litter + text {
      opacity: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
  .rooms a.litter:hover {
    opacity: 1; }
    .rooms a.litter:hover + text {
      opacity: 1; }
  @media only screen and (max-width: 991px) {
    .rooms {
      padding-bottom: 80px; }
      .rooms .header_1 {
        margin-bottom: 6px; }
      .rooms .subtitle {
        font-size: 18px;
        margin-bottom: 30px; }
      .rooms a.litter {
        opacity: 1; }
        .rooms a.litter + text {
          opacity: 1; } }

.gallery {
  margin-bottom: 140px; }
  .gallery .header_1 {
    text-align: center;
    margin-bottom: 30px; }
  .gallery .subtitle {
    text-align: center;
    margin-bottom: 64px; }
  .gallery .button-wrap {
    text-align: center;
    margin-bottom: 76px; }
  .gallery .slider {
    padding: 0 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .gallery .slide {
    width: 33.33%;
    padding: 10px; }
  .gallery .image-wrapper {
    width: 100%;
    height: 350px;
    margin-bottom: 20px; }
    .gallery .image-wrapper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery .slide-title {
    font-size: 18px; }
  .gallery .slider-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 1px solid #111;
    background: #111;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .gallery .slider-arrow.left {
      left: 0; }
      .gallery .slider-arrow.left svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media only screen and (max-width: 991px) {
        .gallery .slider-arrow.left {
          width: 30px;
          height: 30px;
          left: 10px; } }
    .gallery .slider-arrow.right {
      right: 0; }
      @media only screen and (max-width: 991px) {
        .gallery .slider-arrow.right {
          width: 30px;
          height: 30px;
          right: 10px; } }
    .gallery .slider-arrow svg {
      width: 10px;
      height: 16px;
      stroke: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .gallery .slider-arrow:hover {
      background: #fff; }
      .gallery .slider-arrow:hover svg {
        stroke: #111; }
  @media only screen and (max-width: 1441px) {
    .gallery .slider {
      padding: 0 70px; }
    .gallery .image-wrapper {
      height: 330px; } }
  @media only screen and (max-width: 1280px) {
    .gallery .image-wrapper {
      height: 250px; } }
  @media only screen and (max-width: 991px) {
    .gallery {
      margin-bottom: 80px; }
      .gallery .subtitle {
        margin-bottom: 40px; }
      .gallery .button-wrap {
        margin-bottom: 60px; }
      .gallery .slide {
        width: 50%; }
      .gallery .slide-title {
        font-size: 16px; }
      .gallery .image-wrapper {
        margin-bottom: 10px;
        height: 88vw; }
      .gallery .slider-arrow.left {
        width: 30px;
        height: 30px;
        left: 10px; }
      .gallery .slider-arrow.right {
        width: 30px;
        height: 30px;
        right: 10px; } }
  @media only screen and (max-width: 767px) {
    .gallery .subtitle {
      margin-bottom: 30px; }
    .gallery .button-wrap {
      margin-bottom: 40px; }
    .gallery .slider {
      padding: 0 10px; }
    .gallery .slide {
      width: 100%; } }

.documents {
  margin-bottom: 140px; }
  .documents .header_1 {
    text-align: center;
    margin-bottom: 30px; }
  .documents .subtitle {
    max-width: 900px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 64px; }
  .documents .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 30px; }
  .documents .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #edebde;
    border-radius: 2px;
    padding: 10px 18px;
    min-height: 70px;
    background: #fbfbf8;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none; }
  @media only screen and (max-width: 991px) {
    .documents {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .documents .subtitle {
      font-size: 18px;
      margin: 0 auto 50px; }
    .documents .list {
      gap: 14px; }
    .documents .item {
      width: 100%; } }

.partners {
  margin-bottom: 140px; }
  .partners .header_1 {
    text-align: center;
    margin-bottom: 46px; }
  .partners .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 24px; }
  .partners .item {
    max-width: 576px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 4px 30px;
    min-height: 70px; }
  .partners .item-text {
    margin-left: 16px; }
  @media only screen and (max-width: 991px) {
    .partners {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .partners .header_1 {
      margin-bottom: 30px; }
    .partners .list {
      gap: 14px; }
    .partners .item {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px 20px; }
    .partners .item-text {
      text-align: center;
      margin-left: 0px;
      margin-top: 10px; } }

.form-desc {
  margin-bottom: 140px; }
  .form-desc .title-wrap {
    position: relative;
    z-index: 1;
    background: #671110;
    padding: 64px;
    margin-bottom: 40px; }
  .form-desc .header_1 {
    color: #fff;
    margin-bottom: 30px; }
  .form-desc .subtitle {
    font-size: 20px;
    color: #fff; }
  .form-desc .title-decore1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  .form-desc .title-decore2 {
    position: absolute;
    z-index: -1;
    right: 20px;
    bottom: 0; }
  .form-desc .form {
    position: relative;
    background: #edebde;
    padding: 40px 64px; }
  .form-desc .form-decore {
    position: absolute;
    top: 0;
    right: 50px; }
  .form-desc .form-item-wrap {
    max-width: 504px; }
  .form-desc .button {
    position: absolute;
    right: 64px;
    bottom: 40px;
    padding: 0 50px; }
  .form-desc .form-note {
    max-width: 822px; }
  @media only screen and (max-width: 1441px) {
    .form-desc .form-note {
      max-width: 722px; } }
  @media only screen and (max-width: 1280px) {
    .form-desc .form-decore {
      right: 30px;
      width: 300px; }
    .form-desc .button {
      position: relative;
      right: unset;
      bottom: unset;
      margin-top: 30px; } }
  @media only screen and (max-width: 991px) {
    .form-desc {
      margin-bottom: 80px; }
      .form-desc .header_1 {
        margin-bottom: 20px; }
      .form-desc .subtitle {
        font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .form-desc .title-wrap {
      padding: 30px 20px;
      margin-bottom: 30px; }
    .form-desc .form {
      padding: 30px 20px; } }

.products {
  margin-bottom: 140px; }
  .products .header_1 {
    margin-bottom: 44px; }
  .products .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px; }
  .products .item {
    width: 25%;
    padding: 10px; }
  .products .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 24px; }
  .products .image {
    display: block;
    width: 100%;
    height: 310px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edebde; }
    .products .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .products .title-wrap {
    margin-bottom: 22px; }
  .products .title {
    font-size: 20px;
    margin-right: 8px; }
  .products .area {
    font-size: 16px;
    color: #671110; }
  .products .price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    margin-bottom: 24px; }
  .products .price {
    font-size: 32px;
    font-weight: 700; }
  @media only screen and (max-width: 1441px) {
    .products .image {
      height: 280px; } }
  @media only screen and (max-width: 1280px) {
    .products .item {
      width: 33.33%; }
    .products .image {
      margin-bottom: 14px;
      padding-bottom: 14px;
      height: 254px; }
    .products .title-wrap {
      margin-bottom: 18px; }
    .products .price {
      font-size: 28px; } }
  @media only screen and (max-width: 991px) {
    .products {
      margin-bottom: 80px; }
      .products .header_1 {
        margin-bottom: 24px; }
      .products .item {
        width: 50%; }
      .products .image {
        height: 300px; } }
  @media only screen and (max-width: 767px) {
    .products .item {
      width: 100%; }
    .products .link {
      padding: 20px 14px; }
    .products .image {
      height: 70vw; } }

.card {
  margin-bottom: 140px; }
  .card .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .card .col-left {
    width: 50%; }
  .card .image {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card .image img {
      max-width: 100%; }
    .card .image.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .card .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 30px; }
  .card .tab.active {
    background: #430b0a;
    border: 1px solid #430b0a; }
    .card .tab.active:hover {
      background: transparent; }
  .card .col-right {
    width: 50%; }
  .card .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 22px; }
  .card .title {
    margin-right: 8px; }
  .card .area {
    font-size: 18px;
    color: #671110;
    line-height: 1.5; }
  .card .price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    margin-bottom: 24px; }
  .card .price {
    font-size: 32px;
    font-weight: 700; }
  .card .options {
    margin-top: 40px; }
  .card .option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #671110;
    padding: 10px 0; }
  .card .option-title {
    font-size: 18px; }
  .card .option-val {
    font-size: 18px;
    font-weight: 700; }
  @media only screen and (max-width: 991px) {
    .card {
      margin-bottom: 80px; }
      .card .price {
        font-size: 26px; }
      .card .area {
        font-size: 16px; }
      .card .option {
        padding: 8px 0; }
      .card .option-title {
        font-size: 16px; }
      .card .option-val {
        font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .card .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .card .col-left {
      width: 100%; }
    .card .col-right {
      width: 100%; } }

.contact {
  background: #111;
  padding: 64px 0; }
  .contact .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact .header_1 {
    color: #fff;
    margin-bottom: 40px; }
  .contact .list {
    margin-bottom: 40px; }
  .contact .item {
    margin-bottom: 10px;
    color: #fff; }
    .contact .item:last-child {
      margin-bottom: 0; }
    .contact .item a {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .contact .item a:hover {
        color: #671110; }
  .contact .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
  .contact .address-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px; }
  .contact .address-text {
    color: #fff; }
  .contact .company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact .company-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px; }
  .contact .company-text {
    color: #fff; }
  .contact .inn {
    color: #fff;
    margin-top: 64px; }
  .contact .map {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 690px;
    margin-left: auto; }
    .contact .map iframe {
      width: 100%;
      height: 100%;
      border: 0px;
      border-radius: 4px; }
  @media only screen and (max-width: 1280px) {
    .contact .list {
      margin-bottom: 30px; }
    .contact .map {
      width: 560px; }
    .contact .inn {
      margin-top: 40px; } }
  @media only screen and (max-width: 991px) {
    .contact .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .contact .header_1 {
      margin-bottom: 30px; }
    .contact .block {
      width: 100%;
      margin-bottom: 40px; }
    .contact .map {
      width: 100%;
      height: 400px; } }

.footer {
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #edebde; }
  .footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #111;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer .text:hover {
      color: #671110; }
  @media only screen and (max-width: 1280px) {
    .footer .text {
      font-size: 13px; } }
  @media only screen and (max-width: 991px) {
    .footer .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer .text {
      margin-bottom: 6px;
      text-align: center; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-right: 0 !important;
  display: none;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all .4s !important;
  -o-transition: all .4s !important;
  transition: all .4s !important; }
  .overlay.active {
    display: block; }
  .overlay .overlay__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%; }
  .overlay .overlay__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(17, 17, 17, 0.6); }
  .overlay .overlay__content {
    position: relative;
    z-index: 21;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .overlay .overlay__close {
    position: absolute;
    z-index: 3;
    display: block;
    top: 0px;
    right: 0px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .overlay .overlay__close:before, .overlay .overlay__close:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background: #111;
      top: 25px;
      left: 16px; }
    .overlay .overlay__close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .overlay .overlay__close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .overlay .overlay__close:hover:before, .overlay .overlay__close:hover:after {
      background: #671110; }

html.overlay-active {
  overflow-y: hidden !important; }

.form-callback {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 40px;
  background: #edebde;
  display: none; }
  .form-callback.active {
    display: block; }
  .form-callback .header_2 {
    margin-bottom: 25px; }
  .form-callback .form-note {
    margin-top: 20px; }
  .form-callback .button {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .form-callback {
      width: 100%;
      padding: 30px 10px; } }

.form-litter {
  position: relative;
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  display: none; }
  .form-litter.active {
    display: block; }
  .form-litter .form-litter-tittle {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    color: #111;
    width: 100%;
    text-align: center;
    padding: 0 46px; }
  .form-litter .image {
    position: relative; }
  .form-litter .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .form-litter .form-litter-link {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .form-litter .form-litter-link + text {
      opacity: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .form-litter .form-litter-link:hover {
      opacity: 1; }
      .form-litter .form-litter-link:hover + text {
        opacity: 1; }
  @media only screen and (max-width: 991px) {
    .form-litter .form-litter-link {
      opacity: 1; }
      .form-litter .form-litter-link + text {
        opacity: 1; }
    .form-litter .image {
      width: 100%; }
      .form-litter .image img {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .form-litter .form-litter-tittle {
      top: calc(100% - 50px);
      font-size: 14px;
      color: #fff; } }

.form-offer {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 40px;
  background: #edebde;
  display: none; }
  .form-offer.active {
    display: block; }
  .form-offer .header_2 {
    margin-bottom: 25px; }
  .form-offer .form-note {
    margin-top: 20px; }
  .form-offer .button {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .form-offer {
      width: 100%;
      padding: 30px 10px; } }

.form-empty {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 34px;
  background: #edebde;
  text-align: center;
  display: none; }
  .form-empty.active {
    display: block; }
  .form-empty .header_2 {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .form-empty {
      width: 100%;
      padding: 30px 10px; } }

.form-product {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 40px;
  background: #edebde;
  display: none; }
  .form-product.active {
    display: block; }
  .form-product .header_2 {
    margin-bottom: 25px; }
  .form-product .form-note {
    margin-top: 20px; }
  .form-product .button {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .form-product {
      width: 100%;
      padding: 30px 10px; } }

.form-success {
  background: 192648;
  padding: 50px 40px;
  width: 534px;
  text-align: center;
  background: #edebde;
  display: none; }
  .form-success.active {
    display: block; }
  .form-success .text {
    font-size: 24px;
    margin-top: 14px; }
  @media only screen and (max-width: 991px) {
    .form-success {
      padding: 40px 20px;
      width: 100%; }
      .form-success .text {
        font-size: 18px;
        margin-top: 6px; } }
