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

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

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

body {
  font-family: "ibmplexserif", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1b3b7d;
  position: relative;
  margin: 0;
  line-height: 1.3;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url(/app/images/bg.png);
  background-repeat: repeat-y;
  background-position-x: 100%;
  opacity: 0; }
  body.loading {
    opacity: 1; }
  body.animations {
    overflow-y: hidden; }
  body.animations-resolve {
    overflow-y: auto; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(27, 59, 125, 0.4); }
  body::-webkit-scrollbar-thumb {
    background-color: #1b3b7d; }

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

.preloader {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/app/images/bg.png);
  background-color: #fbfbfb;
  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-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;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .preloader.hide {
    z-index: -2;
    opacity: 0; }

.preloader-image {
  width: 300px; }
  @media only screen and (max-width: 991px) {
    .preloader-image {
      width: 260px; } }

.preloader-progress {
  position: relative;
  display: block;
  width: 500px;
  height: 2px;
  background: rgba(27, 59, 125, 0.2);
  margin-top: 60px; }
  @media only screen and (max-width: 991px) {
    .preloader-progress {
      width: 230px; } }
  .preloader-progress > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1b3b7d;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s; }
  .preloader-progress.full > div {
    width: 100%; }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  25% { }
  50% { }
  75% { }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  25% { }
  50% { }
  75% { }
  100% {
    opacity: 0; } }

a {
  font-family: "ibmplexserif", 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%; }

svg {
  width: 100%;
  height: 100%; }

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

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "ibmplexserif", 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: 1180px;
  margin: 0 auto; }
  @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: "delagothicone", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1b3b7d; }
  @media only screen and (max-width: 1280px) {
    .header_1 {
      font-size: 42px; } }
  @media only screen and (max-width: 991px) {
    .header_1 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .header_1 {
      font-size: 32px; } }

.header_2 {
  display: block;
  font-family: "delagothicone", sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1b3b7d; }
  @media only screen and (max-width: 1280px) {
    .header_2 {
      font-size: 38px; } }
  @media only screen and (max-width: 991px) {
    .header_2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .header_2 {
      font-size: 26px; } }

.header_3 {
  display: block;
  font-family: "delagothicone", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1b3b7d; }
  @media only screen and (max-width: 1280px) {
    .header_3 {
      font-size: 28px; } }
  @media only screen and (max-width: 991px) {
    .header_3 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .header_3 {
      font-size: 20px; } }

.button {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  border-radius: 3px;
  background: #1b3b7d;
  border: 1px solid #1b3b7d;
  width: auto;
  max-width: 100%;
  height: 45px;
  line-height: 43px;
  padding: 0 28px;
  font-family: "ibmplexserif", sans-serif;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .button:hover {
    background: transparent;
    color: #1b3b7d; }
  @media only screen and (max-width: 1280px) {
    .button {
      font-size: 15px; } }

.button-i {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #b17c56;
  width: auto;
  max-width: 100%;
  height: 45px;
  line-height: 43px;
  padding: 0 28px;
  font-family: "ibmplexserif", sans-serif;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #b17c56;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .button-i:hover {
    background: #b17c56;
    color: #fff; }
  @media only screen and (max-width: 1280px) {
    .button-i {
      font-size: 15px; } }

.text-default {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #1b3b7d; }
  @media only screen and (max-width: 991px) {
    .text-default {
      font-size: 14px; } }
  .text-default p {
    margin-top: 20px;
    margin-bottom: 20px; }
    .text-default p:first-child {
      margin-top: 0; }
    .text-default p:last-child {
      margin-bottom: 0; }
  .text-default a {
    color: #b17c56; }
    .text-default a:hover {
      text-decoration: none; }
  .text-default blockquote {
    margin: 0;
    padding: 20px 10px 20px 20px;
    background: rgba(27, 59, 125, 0.1);
    border-left: 5px solid #b17c56; }
    .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: #1b3b7d; }
  .text-default ol li {
    margin-left: 16px; }
  .text-default h1 {
    display: block;
    font-family: "ibmplexserif", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1b3b7d;
    line-height: 1.1; }
    @media only screen and (max-width: 1280px) {
      .text-default h1 {
        font-size: 32px; } }
    @media only screen and (max-width: 991px) {
      .text-default h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .text-default h1 {
        font-size: 26px; } }
  .text-default h2 {
    display: block;
    font-family: "ibmplexserif", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1b3b7d;
    line-height: 1.1; }
    @media only screen and (max-width: 1280px) {
      .text-default h2 {
        font-size: 26px; } }
    @media only screen and (max-width: 991px) {
      .text-default h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .text-default h2 {
        font-size: 22px; } }
  .text-default h3 {
    display: block;
    font-family: "ibmplexserif", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1b3b7d;
    line-height: 1.1; }
    @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(177, 124, 86, 0.2); }
  .text-default tr:nth-child(1) td {
    font-weight: 700; }
  .text-default td {
    border: 1px solid #1b3b7d;
    padding: 10px; }

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

.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;
  width: 54px;
  height: 54px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #b17c56;
  z-index: 4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .slider-arrow.left svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slider-arrow svg {
    width: 26px;
    height: 10px;
    fill: #b17c56;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .slider-arrow:hover {
    background: #b17c56; }
    .slider-arrow:hover svg {
      fill: #fff; }

.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: 20px; }
  .form-item.last {
    margin-bottom: 0; }
  .form-item.novalid input {
    border: 1px solid red; }
  .form-item input {
    border: none;
    outline: none;
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #1b3b7d;
    font-family: "ibmplexserif", sans-serif;
    padding: 0px;
    text-transform: uppercase;
    background: transparent;
    border-bottom: 1px solid #1b3b7d; }
    .form-item input::-webkit-input-placeholder {
      color: rgba(27, 59, 125, 0.5); }
    .form-item input::-moz-placeholder {
      color: rgba(27, 59, 125, 0.5); }
    .form-item input:-ms-input-placeholder {
      color: rgba(27, 59, 125, 0.5); }
    .form-item input:-moz-placeholder {
      color: rgba(27, 59, 125, 0.5); }
    .form-item input.error {
      border-bottom: 1px solid red; }
  .form-item textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 64px;
    font-size: 16px;
    color: #1b3b7d;
    font-family: "ibmplexserif", sans-serif;
    padding: 0px;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #1b3b7d; }
    .form-item textarea::-webkit-input-placeholder {
      color: rgba(27, 59, 125, 0.5); }
    .form-item textarea::-moz-placeholder {
      color: rgba(27, 59, 125, 0.5); }
    .form-item textarea:-ms-input-placeholder {
      color: rgba(27, 59, 125, 0.5); }
    .form-item textarea:-moz-placeholder {
      color: rgba(27, 59, 125, 0.5); }
  .form-item label {
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 2;
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-family: "ibmplexserif", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.form-note {
  position: relative;
  display: block;
  margin-top: 14px; }
  .form-note input {
    display: none; }
    .form-note input:checked + .custom-checkbox::after {
      display: block; }
  .form-note .custom-checkbox {
    -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;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #b17c56;
    margin-right: 6px;
    cursor: pointer; }
    .form-note .custom-checkbox::after {
      content: "";
      display: none;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #b17c56; }
  .form-note .form-note-text {
    display: inline-block;
    padding-left: 24px;
    font-size: 14px;
    color: #1b3b7d; }
    .form-note .form-note-text a {
      color: #b17c56;
      text-decoration: underline; }
      .form-note .form-note-text a:hover {
        text-decoration: none; }

.scroll-top {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26px;
  height: 42px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scroll-top:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  @media only screen and (max-width: 1280px) {
    .scroll-top {
      right: 10px;
      bottom: 10px; } }

.scroll-socials {
  position: fixed;
  z-index: 32;
  bottom: 180px;
  right: 00px;
  width: 70px;
  background: #b17c56;
  padding: 24px 20px; }
  @media only screen and (max-width: 767px) {
    .scroll-socials {
      width: 40px;
      bottom: 70px;
      right: 0px;
      padding: 14px 9px; } }
  .scroll-socials .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-bottom: 20px; }
    .scroll-socials .social:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .scroll-socials .social {
        width: 22px;
        height: 22px; } }

.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 #1b3b7d;
    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: #1b3b7d; }
  .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 #1b3b7d;
    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 #1b3b7d;
      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 #1b3b7d; }
  .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; }

@-webkit-keyframes star {
  0 {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(25);
            transform: scale(25);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes star {
  0 {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(25);
            transform: scale(25);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.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); }

.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; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body.animations .header {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 2s 2s;
  -o-transition: all 2s 2s;
  transition: all 2s 2s; }

body.animations.animations-resolve .header {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px); }

body.menu-open .header .header-top .link-callback {
  opacity: 0; }

body.menu-open .header .header-top .link-user {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

body.menu-open .header .header-top .link-user__button {
  opacity: 0; }

body.menu-open .header .header-top .link-user__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 32px; }
  body.menu-open .header .header-top .link-user__icon svg {
    fill: #fff; }
  @media only screen and (max-width: 991px) {
    body.menu-open .header .header-top .link-user__icon {
      position: relative;
      top: unset;
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); } }

body.menu-open .header .logo-main {
  display: none; }

body.menu-open .header .logo-menu {
  display: block; }

.header {
  position: relative;
  z-index: 22;
  width: 100%; }
  .header .header-top {
    position: relative;
    z-index: 30;
    width: 100%;
    padding-top: 18px; }
    .header .header-top .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; }
    .header .header-top .menu__toggle {
      position: relative;
      display: block;
      width: 54px;
      height: 24px;
      cursor: pointer; }
      .header .header-top .menu__toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #1b3b7d;
        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 .header-top .menu__toggle span:nth-child(1) {
          top: 0;
          left: 0; }
        .header .header-top .menu__toggle span:nth-child(2) {
          width: 60%;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          opacity: 1; }
        .header .header-top .menu__toggle span:nth-child(3) {
          bottom: 0;
          left: 0; }
      .header .header-top .menu__toggle.active span {
        background: #b17c56; }
        .header .header-top .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 .header-top .menu__toggle.active span:nth-child(2) {
          width: 100%;
          left: -150%;
          -webkit-transform: translateY(0) rotate(-360deg);
              -ms-transform: translateY(0) rotate(-360deg);
                  transform: translateY(0) rotate(-360deg);
          opacity: 0; }
        .header .header-top .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%; }
    .header .header-top .logo {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: block;
      margin-left: auto;
      margin-right: 180px; }
    .header .header-top .logo-main {
      display: block; }
    .header .header-top .logo-menu {
      display: none; }
    .header .header-top .link-user {
      display: inline-block;
      margin-right: 14px; }
    .header .header-top .link-user__icon {
      display: none; }
    .header .header-top .link-callback {
      display: inline-block; }
    .header .header-top .link-callback__icon {
      display: none; }
  @media only screen and (max-width: 1280px) {
    .header .header-top .logo {
      margin-right: 75px; }
      .header .header-top .logo img {
        width: 140px; } }
  @media only screen and (max-width: 991px) {
    .header .header-top .logo {
      margin-right: auto;
      padding-left: 36px; }
      .header .header-top .logo img {
        width: 120px; }
    .header .header-top .link-user__button {
      display: none; }
    .header .header-top .link-user__icon {
      position: relative;
      top: unset;
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 30px;
      height: 32px; }
      .header .header-top .link-user__icon svg {
        fill: #1b3b7d; }
    .header .header-top .link-callback__button {
      display: none; }
    .header .header-top .link-callback__icon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 30px;
      height: 30px; }
      .header .header-top .link-callback__icon svg {
        stroke: #1b3b7d; } }
  @media only screen and (max-width: 767px) {
    .header .header-top {
      padding-top: 10px; }
      .header .header-top .logo {
        padding-left: 26px; }
        .header .header-top .logo img {
          width: 120px; } }

.menu-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 28;
  padding: 40vh 0px 40px;
  background: #1b3b7d;
  -webkit-transform: translate3d(0%, -20%, 0);
          transform: translate3d(0%, -20%, 0);
  -webkit-transition: opacity .2s,-webkit-transform .4s;
  transition: opacity .2s,-webkit-transform .4s;
  -o-transition: transform .4s,opacity .2s;
  transition: transform .4s,opacity .2s;
  transition: transform .4s,opacity .2s,-webkit-transform .4s;
  will-change: transform;
  opacity: 0;
  display: none; }
  .menu-mobile.display {
    display: block; }
  .menu-mobile.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  .menu-mobile .content {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .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, .menu-mobile .menu-item:hover > a {
      color: #b17c56; }
    .menu-mobile .menu-item a {
      font-family: "delagothicone", sans-serif;
      color: #fff;
      font-size: 38px;
      line-height: 1.5;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .menu-mobile .link-callback {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 380px;
    height: 195px;
    border: 1px solid #b17c56;
    padding: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .menu-mobile .link-callback:hover {
      background: #b17c56; }
      .menu-mobile .link-callback:hover .link-callback__image {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
      .menu-mobile .link-callback:hover .link-callback__text {
        color: #fff; }
  .menu-mobile .link-callback__image {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 36px;
    height: 12px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .menu-mobile .link-callback__text {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #b17c56;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 1441px) {
    .menu-mobile {
      padding: 32vh 0px 40px; } }
  @media only screen and (max-width: 1280px) {
    .menu-mobile .menu-item a {
      font-size: 32px; }
    .menu-mobile .link-callback {
      width: 370px;
      height: 184px; } }
  @media only screen and (max-width: 991px) {
    .menu-mobile {
      -webkit-transform: translate3d(0%, -10%, 0);
              transform: translate3d(0%, -10%, 0);
      padding: 130px 0px 40px; }
      .menu-mobile .content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .menu-mobile .menu-list {
        width: 100%;
        margin-bottom: 60px; }
      .menu-mobile .menu-item {
        margin-bottom: 20px; }
        .menu-mobile .menu-item a {
          font-size: 20px; }
      .menu-mobile .link-callback {
        width: 100%;
        height: 110px;
        padding: 18px; }
      .menu-mobile .link-callback__image {
        margin-top: -6px;
        margin-right: -6px; } }

.breadcrumbs .content {
  padding: 35px 0 40px; }

.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;
  letter-spacing: 0.06em;
  color: #1b3b7d; }
  .breadcrumbs .item a {
    color: #1b3b7d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .breadcrumbs .item a:hover {
      color: #b17c56; }

@media only screen and (max-width: 991px) {
  .breadcrumbs .content {
    padding: 35px 0; }
  .breadcrumbs .item {
    font-size: 12px; } }

body.animations .heroimage .header_1 {
  opacity: 0;
  -webkit-transition: all 2s 1s;
  -o-transition: all 2s 1s;
  transition: all 2s 1s; }

body.animations .heroimage .subtitle {
  opacity: 0;
  -webkit-transition: all 2s 1s;
  -o-transition: all 2s 1s;
  transition: all 2s 1s; }

body.animations .heroimage .item {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0; }
  body.animations .heroimage .item:nth-child(4) {
    -webkit-transition: all 0.6s 3.3s;
    -o-transition: all 0.6s 3.3s;
    transition: all 0.6s 3.3s; }
  body.animations .heroimage .item:nth-child(3) {
    -webkit-transition: all 0.6s 3.1s;
    -o-transition: all 0.6s 3.1s;
    transition: all 0.6s 3.1s; }
  body.animations .heroimage .item:nth-child(2) {
    -webkit-transition: all 0.6s 2.9s;
    -o-transition: all 0.6s 2.9s;
    transition: all 0.6s 2.9s; }
  body.animations .heroimage .item:nth-child(1) {
    -webkit-transition: all 0.6s 2.7s;
    -o-transition: all 0.6s 2.7s;
    transition: all 0.6s 2.7s; }

body.animations.animations-resolve .heroimage .header_1 {
  opacity: 1; }

body.animations.animations-resolve .heroimage .subtitle {
  opacity: 1; }

body.animations.animations-resolve .heroimage .item {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important; }

.heroimage {
  position: relative;
  padding-top: 84px; }
  .heroimage .star {
    position: absolute;
    z-index: -1; }
    .heroimage .star.star1 {
      width: 26px;
      height: 26px;
      top: -80px;
      left: 13%; }
    .heroimage .star.star2 {
      width: 12px;
      height: 12px;
      top: -4%;
      left: 32%; }
    .heroimage .star.star3 {
      width: 22px;
      height: 22px;
      top: -84px;
      left: 65%; }
    .heroimage .star.star4 {
      width: 40px;
      height: 40px;
      top: -30px;
      left: 78%; }
    .heroimage .star.star5 {
      width: 226px;
      height: 226px;
      top: 50px;
      right: 50px;
      -webkit-filter: blur(20px);
              filter: blur(20px); }
    .heroimage .star.star6 {
      width: 362px;
      height: 362px;
      bottom: 130px;
      left: -160px;
      -webkit-filter: blur(20px);
              filter: blur(20px); }
    .heroimage .star.star7 {
      width: 70px;
      height: 70px;
      top: 8px;
      left: 7%;
      -webkit-filter: blur(5px);
              filter: blur(5px); }
    .heroimage .star.star8 {
      width: 22px;
      height: 22px;
      right: 22%;
      top: 90px; }
    .heroimage .star.star9 {
      width: 22px;
      height: 22px;
      top: 224px;
      left: 18%; }
    .heroimage .star.star10 {
      width: 12px;
      height: 12px;
      top: 240px;
      right: 12%; }
  .heroimage .content {
    position: relative;
    z-index: 2; }
  .heroimage .header_1 {
    margin-bottom: 35px;
    text-align: center; }
    .heroimage .header_1 span {
      display: block;
      font-size: 22px; }
  .heroimage .subtitle {
    font-size: 32px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 75px; }
  .heroimage .list {
    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; }
  .heroimage .item {
    width: calc( 25% - 10px);
    min-height: 194px;
    background: #fff;
    padding: 34px 24px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(27, 59, 125, 0.1);
            box-shadow: 0 4px 15px 0 rgba(27, 59, 125, 0.1);
    border-radius: 3px; }
  .heroimage .item-title {
    font-family: "delagothicone", sans-serif;
    font-size: 32px;
    margin-bottom: 6px; }
  .heroimage .item-text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.01em; }
  @media only screen and (max-width: 1280px) {
    .heroimage .header_1 {
      margin-bottom: 25px; }
      .heroimage .header_1 span {
        font-size: 18px; }
    .heroimage .subtitle {
      font-size: 26px;
      margin-bottom: 60px; }
    .heroimage .item {
      padding: 25px 20px;
      min-height: 174px; }
    .heroimage .item-title {
      font-size: 26px; }
    .heroimage .item-text {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .heroimage .star.star5 {
      width: 126px;
      height: 126px;
      top: 240px;
      right: 0;
      -webkit-filter: blur(5px);
              filter: blur(5px); }
    .heroimage .star.star6 {
      width: 162px;
      height: 162px;
      bottom: 130px;
      left: 0;
      -webkit-filter: blur(11px);
              filter: blur(11px); }
    .heroimage .star.star7 {
      width: 56px;
      height: 56px; }
    .heroimage .header_1 span {
      font-size: 14px; }
    .heroimage .subtitle {
      font-size: 22px; }
    .heroimage .list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .heroimage .item {
      width: calc(50% - 10px);
      padding: 20px 28px;
      margin-bottom: 20px;
      min-height: 117px; }
    .heroimage .item-title {
      font-size: 20px;
      margin-bottom: 4px; } }
  @media only screen and (max-width: 767px) {
    .heroimage .header_1 span {
      font-size: 12px; }
    .heroimage .subtitle {
      font-size: 20px; }
    .heroimage .item {
      width: 100%;
      margin-bottom: 16px; }
      .heroimage .item:last-child {
        margin-bottom: 0; } }

body.animations .about {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 2s 2s;
  -o-transition: all 2s 2s;
  transition: all 2s 2s; }

body.animations.animations-resolve .about {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px); }

.about {
  position: relative;
  background: #1b3b7d;
  margin-top: -90px;
  margin-bottom: 120px;
  overflow: hidden; }
  .about .decore {
    position: absolute;
    top: 0;
    right: 0;
    width: 86px;
    height: 100%;
    background-image: url(/app/images/about-decore.svg);
    background-repeat: repeat-y;
    background-position-x: 100%; }
  .about .content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 225px 0 126px; }
  .about .image {
    width: 464px;
    position: absolute;
    bottom: 90px;
    right: -340px; }
  .about .header_2 {
    width: 25%;
    color: #fff; }
  .about .desc-wrap {
    max-width: 710px; }
  .about .desc {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 36px; }
    .about .desc p {
      margin-top: 24px;
      margin-bottom: 24px; }
      .about .desc p:first-child {
        margin-top: 0; }
      .about .desc p:last-child {
        margin-bottom: 0; }
  .about .link-more {
    display: block;
    font-family: "delagothicone", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #b17c56;
    margin-top: 36px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    .about .link-more:hover {
      opacity: 0.8;
      text-decoration: none; }
  @media only screen and (max-width: 1441px) {
    .about .desc-wrap {
      width: 690px; }
    .about .desc {
      font-size: 22px; }
    .about .image {
      right: -200px; } }
  @media only screen and (max-width: 1280px) {
    .about {
      margin-top: -70px; }
      .about .image {
        right: -110px;
        width: 418px;
        bottom: 54px; }
      .about .content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 154px 0 90px; }
      .about .header_2 {
        width: 100%;
        margin-bottom: 30px; }
      .about .desc {
        font-size: 20px; } }
  @media only screen and (max-width: 991px) {
    .about {
      margin-top: -60px;
      margin-bottom: 80px; }
      .about .desc-wrap {
        width: 600px; }
      .about .image {
        width: 260px;
        right: -90px; }
      .about .link-more {
        font-size: 12px;
        margin-top: 26px; } }
  @media only screen and (max-width: 767px) {
    .about .content {
      padding: 136px 0 72px; }
    .about .desc-wrap {
      width: 100%; }
    .about .image {
      width: 160px;
      position: relative;
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      display: block;
      margin: 30px auto 0; } }

.rules {
  margin-bottom: 34px; }
  .rules .star {
    position: absolute;
    z-index: -1; }
    .rules .star.star1 {
      width: 22px;
      height: 22px;
      top: 0px;
      left: 50%; }
    .rules .star.star2 {
      width: 78px;
      height: 78px;
      top: -40px;
      right: 0px; }
    .rules .star.star3 {
      width: 40px;
      height: 40px;
      top: 100px;
      left: 100px; }
    .rules .star.star4 {
      width: 22px;
      height: 22px;
      bottom: 30%;
      right: 8%; }
    .rules .star.star5 {
      width: 22px;
      height: 22px;
      left: -22px;
      bottom: 30px; }
  .rules .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .rules .header_2 {
    margin-bottom: 30px; }
  .rules .text-wrapper {
    max-width: 500px;
    margin-right: 98px; }
  .rules .image-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 96px; }
  .rules .link-more {
    display: block;
    font-family: "delagothicone", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #b17c56;
    margin-top: 36px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    .rules .link-more:hover {
      opacity: 0.8;
      text-decoration: none; }
  @media only screen and (max-width: 1280px) {
    .rules .text-wrapper {
      margin-right: 78px; }
    .rules .image {
      width: 400px; } }
  @media only screen and (max-width: 991px) {
    .rules {
      margin-bottom: 0; }
      .rules .content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .rules .header_2 {
        margin-bottom: 20px; }
      .rules .text-wrapper {
        max-width: 100%;
        margin-right: 0px; }
      .rules .link-more {
        font-size: 12px;
        margin-top: 26px; }
      .rules .image-wrapper {
        padding-top: 46px; }
      .rules .star.star2 {
        width: 50px;
        height: 50px;
        top: 10px;
        right: 0px; }
      .rules .star.star3 {
        width: 30px;
        height: 30px;
        top: 84px;
        left: 90px; }
      .rules .image {
        max-width: 100%;
        display: block;
        margin: 0 auto; } }

.rules_slider {
  margin-bottom: 120px;
  overflow: hidden; }
  .rules_slider .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .rules_slider .slider-wrap {
    position: relative;
    width: 100%; }
  .rules_slider .touch {
    display: none; }
  .rules_slider .decore {
    width: 560px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .rules_slider .slider {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto; }
    .rules_slider .slider::-webkit-scrollbar {
      display: none; }
  .rules_slider .slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    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;
    border-radius: 3px;
    width: 780px;
    height: 544px;
    background: #1b3b7d;
    margin-right: 30px; }
  .rules_slider .slide-empty {
    width: 560px;
    background: transparent;
    margin-right: 0; }
  .rules_slider .slide-content {
    padding: 40px 60px 10px;
    margin-bottom: auto; }
  .rules_slider .slide-logo {
    text-align: center; }
  .rules_slider .slide-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .rules_slider .slide-number {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-right: 16px; }
    .rules_slider .slide-number span {
      font-size: 40px; }
  .rules_slider .slide-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 20px; }
  .rules_slider .slide-title {
    color: #fff;
    padding-top: 20px;
    padding-right: 35px; }
    .rules_slider .slide-title strong {
      font-size: 24px;
      font-weight: 700; }
  @media only screen and (max-width: 1280px) {
    .rules_slider .slide-empty {
      width: 400px; } }
  @media only screen and (max-width: 991px) {
    .rules_slider {
      margin-bottom: 80px; }
      .rules_slider .touch {
        position: absolute;
        z-index: 3;
        top: 12px;
        right: 12px;
        display: block;
        margin-left: auto;
        margin-bottom: 10px;
        -webkit-animation: move 1s linear infinite;
                animation: move 1s linear infinite; }
    @-webkit-keyframes move {
      0 {
        -webkit-transform: translate(4px);
                transform: translate(4px); }
      50% {
        -webkit-transform: translate(-4px);
                transform: translate(-4px); } }
    @keyframes move {
      0 {
        -webkit-transform: translate(4px);
                transform: translate(4px); }
      50% {
        -webkit-transform: translate(-4px);
                transform: translate(-4px); } }
      .rules_slider .slide {
        max-width: 560px;
        width: calc(100% + 70px);
        height: 430px; }
      .rules_slider .slide-empty {
        width: 70px; }
      .rules_slider .slide-content {
        padding: 30px 26px; }
      .rules_slider .slide-logo img {
        width: 70px; }
      .rules_slider .slide-wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .rules_slider .slide-number {
        width: 100%; }
      .rules_slider .slide-title {
        padding-top: 12px;
        padding-right: 0;
        font-size: 14px; }
        .rules_slider .slide-title strong {
          font-size: 20px; }
      .rules_slider .slide-arrow {
        bottom: unset;
        right: unset;
        top: 20px;
        left: 78px; }
      .rules_slider .slide-image {
        height: 184px;
        -o-object-fit: cover;
           object-fit: cover; } }

.gallery {
  margin-bottom: 120px; }
  .gallery .header_2 {
    margin-bottom: 40px; }
  .gallery .slide {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 254px; }
    .gallery .slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 200px; }
  .gallery .owl-dot {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    margin: 0 10px; }
    .gallery .owl-dot span {
      display: block;
      width: 100%;
      height: 2px;
      background: #1b3b7d;
      opacity: 0.2;
      margin-top: 60px;
      margin-bottom: 5px; }
    .gallery .owl-dot.active span {
      opacity: 1; }
  @media only screen and (max-width: 991px) {
    .gallery {
      margin-bottom: 80px; }
      .gallery .header_2 {
        margin-bottom: 20px; }
      .gallery .owl-dots {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-left: 0px; }
      .gallery .owl-dot {
        margin: 0 3px; }
        .gallery .owl-dot span {
          margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .gallery .slide {
      height: 55vw; } }

.advantages {
  padding: 120px 0;
  background: #1b3b7d;
  margin-bottom: 120px; }
  .advantages .header_2 {
    color: #fff;
    margin-bottom: 34px; }
  .advantages .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #fff; }
  .advantages .list-top,
  .advantages .list-bottom {
    border-bottom: 1px solid #fff;
    padding: 40px 0; }
  .advantages .item {
    width: 25%;
    padding-right: 74px; }
  .advantages .item-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 2px; }
  .advantages .item-text {
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.01em; }
  @media only screen and (max-width: 1280px) {
    .advantages .item {
      padding-right: 38px; }
    .advantages .item-title {
      font-size: 30px; }
    .advantages .item-text {
      font-size: 15px; } }
  @media only screen and (max-width: 991px) {
    .advantages {
      padding: 80px 0;
      margin-bottom: 80px; }
      .advantages .list-top,
      .advantages .list-bottom {
        padding: 34px 0; }
      .advantages .item {
        width: 50%;
        padding-right: 38px; } }
  @media only screen and (max-width: 767px) {
    .advantages .header_2 {
      word-wrap: break-word; }
    .advantages .list-top .item-text {
      width: 55%; }
    .advantages .item {
      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;
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px;
      border-bottom: 1px solid transparent; }
      .advantages .item:last-child {
        margin-bottom: 0; }
    .advantages .item-icon {
      width: 100%; }
    .advantages .item-title {
      width: 45%;
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 0; }
    .advantages .item-text {
      font-size: 14px;
      line-height: 1.2; } }

.prices {
  margin-bottom: 240px; }
  .prices .header_2 {
    max-width: 810px;
    margin-bottom: 46px; }
  .prices .touch {
    display: none; }
  .prices .tabs-wrap {
    width: 100%;
    overflow-y: auto; }
  .prices .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    min-width: 660px; }
  .prices .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(27, 59, 125, 0.5);
    border-bottom: 1px solid #1b3b7d;
    border-top: 1px solid #1b3b7d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .prices .tab.active {
      background: #1b3b7d;
      color: #fff; }
    .prices .tab:not(.active):hover {
      color: #1b3b7d; }
  .prices .table {
    display: none;
    width: 100%;
    overflow-y: auto; }
    .prices .table.active {
      display: block; }
  .prices .table-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .prices table {
    border-collapse: collapse;
    min-width: 626px; }
  .prices tr:nth-child(2n+1) {
    background: rgba(27, 59, 125, 0.05); }
  .prices td {
    padding: 6px 4px;
    font-size: 14px;
    border: 1px solid rgba(27, 59, 125, 0.1); }
  @media only screen and (max-width: 991px) {
    .prices {
      margin-bottom: 160px; }
      .prices .header_2 {
        margin-bottom: 26px; }
      .prices .tabs {
        margin-bottom: 14px; }
      .prices .table-title {
        font-size: 18px; }
      .prices .touch {
        display: block;
        margin-left: auto;
        margin-bottom: 10px;
        -webkit-animation: move 1s linear infinite;
                animation: move 1s linear infinite; }
    @-webkit-keyframes move {
      0 {
        -webkit-transform: translate(4px);
                transform: translate(4px); }
      50% {
        -webkit-transform: translate(-4px);
                transform: translate(-4px); } }
    @keyframes move {
      0 {
        -webkit-transform: translate(4px);
                transform: translate(4px); }
      50% {
        -webkit-transform: translate(-4px);
                transform: translate(-4px); } } }

.faq {
  margin-bottom: 60px; }
  .faq .header_2 {
    text-align: center;
    margin-bottom: 60px; }
  .faq .list {
    max-width: 980px;
    margin: 0 auto;
    border-top: 1px solid #1b3b7d; }
  .faq .item {
    width: 100%;
    border-bottom: 1px solid #1b3b7d; }
  .faq .item-button {
    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;
    cursor: pointer;
    padding: 26px 0;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .faq .item-button:hover .item-button__text {
      opacity: 0.7; }
    .faq .item-button:hover .item-button__icon {
      opacity: 0.7; }
    .faq .item-button.open .item-button__icon svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .faq .item-button__text {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1;
    padding-right: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .faq .item-button__icon {
    -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: 30px;
    height: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .faq .item-button__icon svg {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      fill: #1b3b7d;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .faq .item-button__icon svg .svg-stroke {
        stroke: #1b3b7d;
        fill: transparent; }
  .faq .item-spoller {
    display: none; }
  .faq .item-desc {
    padding-bottom: 26px; }
  @media only screen and (max-width: 991px) {
    .faq .header_2 {
      margin-bottom: 30px; }
    .faq .item-button {
      padding: 16px 0; }
    .faq .item-button__text {
      font-size: 14px;
      padding-right: 16px; }
    .faq .item-desc {
      padding-bottom: 16px; }
    .faq .item-button__icon {
      width: 24px;
      height: 14px; } }

.steps {
  position: relative;
  z-index: 2;
  padding-bottom: 234px; }
  .steps .star {
    position: absolute;
    z-index: -1;
    will-change: transform; }
    .steps .star.star1 {
      width: 362px;
      height: 362px;
      top: -160px;
      right: 90%;
      -webkit-filter: blur(20px);
              filter: blur(20px); }
    .steps .star.star2 {
      width: 70px;
      height: 70px;
      bottom: -40px;
      left: 0;
      -webkit-filter: blur(5px);
              filter: blur(5px); }
    .steps .star.star3 {
      width: 12px;
      height: 12px;
      bottom: 40px;
      left: 28%; }
    .steps .star.star4 {
      width: 21px;
      height: 21px;
      bottom: 75px;
      left: 62%; }
    .steps .star.star5 {
      width: 40px;
      height: 40px;
      bottom: 10px;
      right: 20%; }
    .steps .star.star6 {
      width: 226px;
      height: 226px;
      bottom: 20px;
      right: 5%;
      -webkit-filter: blur(20px);
              filter: blur(20px); }
  .steps .content {
    position: relative; }
  .steps .header_2 {
    text-align: center;
    margin-bottom: 50px; }
    .steps .header_2 .color {
      color: #b17c56; }
  .steps .touch {
    display: none; }
  .steps .image-wrapper {
    width: 100%;
    margin-bottom: 65px; }
  .steps .image {
    width: 100%; }
  .steps .button-wrap {
    text-align: center; }
  .steps .button {
    background: #b17c56;
    border: 1px solid #b17c56; }
    .steps .button:hover {
      background: transparent;
      color: #b17c56; }
  @media only screen and (max-width: 991px) {
    .steps {
      padding-bottom: 120px; }
      .steps .header_2 {
        margin-bottom: 26px; }
      .steps .stars {
        display: none; }
      .steps .touch {
        display: block;
        margin-left: auto;
        margin-bottom: 10px;
        -webkit-animation: move 1s linear infinite;
                animation: move 1s linear infinite; }
    @-webkit-keyframes move {
      0 {
        -webkit-transform: translate(4px);
                transform: translate(4px); }
      50% {
        -webkit-transform: translate(-4px);
                transform: translate(-4px); } }
    @keyframes move {
      0 {
        -webkit-transform: translate(4px);
                transform: translate(4px); }
      50% {
        -webkit-transform: translate(-4px);
                transform: translate(-4px); } }
      .steps .image-wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 30px; }
      .steps .image {
        width: 1140px; } }
  @media only screen and (max-width: 767px) {
    .steps {
      padding-bottom: 80px; }
      .steps .dispaly-xs {
        display: none; } }

.mission .content {
  width: 100%;
  padding-left: calc((100% - 1180px) / 2); }

.mission .header_2 {
  margin-bottom: 44px; }

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

.mission .list {
  max-width: 630px;
  padding-left: 78px;
  margin-right: 150px; }

.mission .item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 50px; }

.mission .item-icon {
  position: absolute;
  top: 8px;
  left: 0; }

.mission .item-text {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em; }

.mission .decore {
  width: 100%;
  background-image: url(/app/images/mission-decore.svg);
  background-repeat: no-repeat;
  background-size: cover; }

.mission .image {
  width: 100%;
  height: 100vh;
  background-image: url(/app/images/mission.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

@media only screen and (max-width: 1280px) {
  .mission .content {
    padding-left: calc((100% - 960px) / 2); }
  .mission .list {
    padding-left: 0;
    margin-right: 70px; }
  .mission .item {
    margin-bottom: 40px; } }

@media only screen and (max-width: 991px) {
  .mission .header_2 {
    margin-bottom: 22px; }
  .mission .content {
    padding-left: calc((100% - 750px) / 2);
    padding-right: calc((100% - 750px) / 2); }
  .mission .decore {
    display: none; }
  .mission .list {
    margin-bottom: 20px; }
  .mission .item {
    padding-left: 0;
    margin-bottom: 18px; }
  .mission .item-icon {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 4px; }
  .mission .item-text {
    font-size: 14px; }
  .mission .image {
    height: 60vh; } }

@media only screen and (max-width: 767px) {
  .mission .content {
    padding-left: 10px; }
  .mission .list {
    margin-right: 0; } }

.principles {
  background: #1b3b7d;
  padding: 120px 0 70px; }
  .principles .header_2 {
    color: #fff;
    margin-bottom: 40px; }
  .principles .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .principles .item {
    position: relative;
    width: 33.33%;
    padding-top: 50px;
    padding-right: 44px;
    margin-bottom: 50px; }
  .principles .item-number {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "delagothicone", sans-serif;
    font-weight: 400;
    font-size: 96px;
    letter-spacing: 0.01em;
    line-height: 0.65;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.1; }
  .principles .item-title {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 16px; }
    .principles .item-title::before {
      content: url("/app/images/star.svg");
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .principles .item-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    padding-left: 16px; }
  @media only screen and (max-width: 1280px) {
    .principles .item {
      padding-right: 20px; } }
  @media only screen and (max-width: 991px) {
    .principles {
      padding: 80px 0 30px; }
      .principles .item {
        width: 50%;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .principles .item {
      width: 100%;
      padding-right: 0; } }

.present {
  position: relative;
  z-index: 1;
  padding-bottom: 170px;
  background: #1b3b7d;
  text-align: center; }
  .present .content {
    position: relative; }
  .present .star {
    position: absolute;
    z-index: -1; }
    .present .star.star1 {
      width: 22px;
      height: 22px;
      top: -40px;
      right: 190px; }
    .present .star.star2 {
      width: 70px;
      height: 70px;
      bottom: -170px;
      left: 0;
      -webkit-filter: blur(6px);
              filter: blur(6px); }
    .present .star.star3 {
      width: 12px;
      height: 12px;
      bottom: -80px;
      left: 30%; }
    .present .star.star4 {
      width: 40px;
      height: 40px;
      bottom: -150px;
      right: 30%; }
    .present .star.star5 {
      width: 362px;
      height: 362px;
      bottom: -80px;
      right: 40px;
      -webkit-filter: blur(22px);
              filter: blur(22px); }
  .present .image {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px;
    height: 18px;
    margin-bottom: 54px; }
  .present .title {
    max-width: 910px;
    margin: 0 auto;
    font-family: "delagothicone", sans-serif;
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff; }
  @media only screen and (max-width: 991px) {
    .present {
      padding-bottom: 40px; }
      .present .star.star1 {
        top: 0;
        right: 0; }
      .present .star.star2 {
        bottom: -90px; }
      .present .star.star3 {
        bottom: -28px;
        left: 45%; }
      .present .star.star4 {
        display: none; }
      .present .star.star5 {
        width: 162px;
        height: 162px;
        bottom: 16px;
        right: 0; }
      .present .image {
        margin-bottom: 36px; }
      .present .title {
        font-size: 20px; }
      .present .title {
        font-size: 18px; } }

.gamerule {
  margin-bottom: 120px; }
  .gamerule .header_2 {
    margin-bottom: 30px; }
  .gamerule .block {
    border-bottom: 1px solid #1b3b7d;
    padding: 0 90px 50px;
    margin-bottom: 50px; }
    .gamerule .block:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 1px solid transparent; }
  .gamerule .desc {
    max-width: 780px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em; }
    .gamerule .desc li {
      position: relative;
      margin-bottom: 12px; }
      .gamerule .desc li:last-child {
        margin-bottom: 0; }
      .gamerule .desc li::before {
        content: url("/app/images/star.svg");
        display: block;
        position: absolute;
        top: 1px;
        left: -20px; }
    .gamerule .desc p {
      margin-top: 24px;
      margin-bottom: 24px; }
      .gamerule .desc p:first-child {
        margin-top: 0; }
      .gamerule .desc p:last-child {
        margin-bottom: 0; }
  .gamerule .header_4 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .gamerule .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
  .gamerule .images-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 150px; }
  .gamerule .images-item {
    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-bottom: 70px; }
    .gamerule .images-item:last-child {
      margin-bottom: 0; }
    .gamerule .images-item__first {
      display: none; }
  .gamerule .images-item__img {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 145px;
    margin-right: 20px; }
  .gamerule .images-text {
    letter-spacing: 0.01em; }
    .gamerule .images-text strong {
      display: block;
      margin-bottom: 4px; }
  @media only screen and (max-width: 1280px) {
    .gamerule .images-list {
      margin-left: 70px; } }
  @media only screen and (max-width: 991px) {
    .gamerule {
      margin-bottom: 80px; }
      .gamerule .header_4 {
        margin-bottom: 30px; }
      .gamerule .block {
        padding: 0 0 30px;
        margin-bottom: 30px; }
      .gamerule .images {
        margin-bottom: 30px; }
      .gamerule .images-item {
        margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .gamerule .images {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .gamerule .images-left {
      display: none; }
    .gamerule .images-list {
      margin-left: 0;
      width: 100%;
      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-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .gamerule .images-item {
      display: block;
      width: calc(50% - 13px);
      margin-bottom: 25px; }
      .gamerule .images-item__first {
        display: block; }
        .gamerule .images-item__first img {
          width: 100%; }
    .gamerule .images-item__img {
      width: 100%;
      text-align: center;
      margin-right: 0;
      margin-bottom: 10px; } }

.mission-page .footer {
  background: #1b3b7d; }

.footer {
  overflow: hidden;
  padding-top: 60px; }
  .footer .content {
    position: relative;
    background: #1b3b7d;
    padding: 116px 0 88px; }
  .footer .decore-top {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .footer .decore-bottom {
    position: absolute;
    bottom: 0;
    left: 0; }
  .footer .content-top {
    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;
    margin-bottom: 30px; }
  .footer .header_3 {
    max-width: 460px;
    color: #fff;
    margin-bottom: 36px; }
  .footer .button-i {
    color: #fff; }
  .footer .content-top__right {
    width: 412px; }
  .footer .item {
    margin-bottom: 50px; }
    .footer .item:last-child {
      margin-bottom: 0; }
  .footer .item-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 10px; }
  .footer .item-link {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer .item-link:last-child {
      margin-bottom: 0; }
    .footer .item-link:hover {
      color: #b17c56; }
  .footer .content-bottom {
    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; }
  .footer .logo img {
    width: 120px; }
  .footer .copy {
    width: 412px; }
  .footer .copy-link {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer .copy-link:last-child {
      margin-bottom: 0; }
    .footer .copy-link:hover {
      color: #fff; }
  @media only screen and (max-width: 991px) {
    .footer .decore-top {
      height: 90px; }
    .footer .content {
      padding: 80px 0 86px;
      text-align: center; }
    .footer .content-top {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .footer .content-top__left {
      width: 100%;
      margin-bottom: 40px; }
    .footer .header_3 {
      max-width: 100%;
      margin-bottom: 28px; }
    .footer .content-top__right {
      width: 100%; }
    .footer .item {
      margin-bottom: 40px; }
    .footer .content-bottom {
      width: 100%;
      -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; }
    .footer .copy {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      width: 100%;
      margin-bottom: 30px; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-right: 0 !important;
  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(27, 59, 125, 0.6); }
  .overlay .overlay__content {
    position: relative;
    z-index: 21;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    padding: 60px 0; }
  .overlay .overlay__close {
    position: absolute;
    z-index: 3;
    display: block;
    top: 8px;
    right: -52px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: #b17c56;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media only screen and (max-width: 991px) {
      .overlay .overlay__close {
        top: unset;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); } }
    .overlay .overlay__close:before, .overlay .overlay__close:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background: #ffffff;
      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); }

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

.form-success {
  width: 912px;
  background: #fff;
  padding: 50px 40px;
  width: 534px;
  font-weight: 600;
  text-align: center;
  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; } }
