@font-face {
  font-family: "inter";
  src: url("../fonts/inter-regular.woff") format("woff"), url("../fonts/inter-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter-semibold.woff") format("woff"), url("../fonts/inter-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto-condensed-regular.woff") format("woff"), url("../fonts/roboto-condensed-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto-condensed-bold.woff") format("woff"), url("../fonts/roboto-condensed-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #172742;
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
}
body.loading {
  opacity: 1;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(6, 183, 164, 0.4);
}
body::-webkit-scrollbar-thumb {
  background-color: #06b7a4;
}

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

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

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

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

ul {
  list-style: none;
}

body, html {
  width: 100%;
}

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

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

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

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "inter", 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: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1480px) {
  .container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.header_1 {
  font-family: "roboto-condensed", sans-serif;
  display: block;
  color: #172742;
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .header_1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .header_1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header_1 {
    font-size: 30px;
  }
}

.header_2 {
  font-family: "roboto-condensed", sans-serif;
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #172742;
}
@media only screen and (max-width: 1280px) {
  .header_2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .header_2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .header_2 {
    font-size: 24px;
  }
}

.header_3 {
  font-family: "roboto-condensed", sans-serif;
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #172742;
}
@media only screen and (max-width: 1280px) {
  .header_3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .header_3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header_3 {
    font-size: 22px;
  }
}

.suptitle {
  font-size: 12px;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  color: #06b7a4;
  margin-bottom: 20px;
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .mb_100 {
    margin-bottom: 80px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .mb_40 {
    margin-bottom: 28px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .mb_60 {
    margin-bottom: 48px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .mb_20 {
    margin-bottom: 16px;
  }
}

.button {
  position: relative;
  outline: none;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  max-width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 60px;
  font-family: "roboto-condensed", sans-serif;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #06b7a4;
  background: #06b7a4;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1480px) {
  .button {
    padding: 0 40px;
  }
}
.button:hover {
  background: #fff;
  color: #06b7a4;
}

.button-i {
  position: relative;
  outline: none;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  max-width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 60px;
  font-family: "roboto-condensed", sans-serif;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: #06b7a4;
  border: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1480px) {
  .button-i {
    padding: 0 40px;
  }
}
.button-i:hover {
  background: #06b7a4;
  color: #fff;
}

.button-c {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  border-radius: 7px;
  background: #06b7a4;
  width: auto;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-family: "roboto-condensed", sans-serif;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border: 1px solid #06b7a4;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-c:hover {
  color: #06b7a4;
  background: transparent;
}
@media only screen and (max-width: 1280px) {
  .button-c {
    font-size: 14px;
  }
}

.button.center,
.button-invert.center {
  margin-left: auto;
  margin-right: auto;
}

.text-default {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #172742;
}
@media only screen and (max-width: 1280px) {
  .text-default {
    font-size: 15px;
  }
}
.text-default p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.text-default p:first-child {
  margin-top: 0;
}
.text-default p:last-child {
  margin-bottom: 0;
}
.text-default a {
  color: #06b7a4;
  text-decoration: underline;
}
.text-default a:hover {
  text-decoration: none;
}
.text-default blockquote {
  margin: 0;
  padding: 20px 10px 20px 20px;
  background: rgba(23, 39, 66, 0.1);
  border-left: 5px solid #06b7a4;
}
.text-default blockquote p {
  margin: 0 !important;
}
.text-default ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}
.text-default ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #172742;
}
.text-default ol li {
  margin-left: 16px;
}
.text-default h1 {
  font-family: "roboto-condensed", sans-serif;
  display: block;
  color: #172742;
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .text-default h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h1 {
    font-size: 30px;
  }
}
.text-default h2 {
  font-family: "roboto-condensed", sans-serif;
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #172742;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .text-default h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h2 {
    font-size: 24px;
  }
}
.text-default h3 {
  font-family: "roboto-condensed", sans-serif;
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #172742;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .text-default h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h3 {
    font-size: 22px;
  }
}
.text-default h4 {
  display: block;
  font-family: "roboto-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #172742;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
}
.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(6, 183, 164, 0.2);
}
.text-default tr:nth-child(1) td {
  font-weight: 700;
}
.text-default td {
  border: 1px solid #172742;
  padding: 10px;
}

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

.label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1480px) {
  .label {
    width: 320px;
  }
}
@media only screen and (max-width: 1280px) {
  .label {
    width: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .label {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.slick-dots {
  display: -webkit-inline-box;
  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: 16px;
}
.form-item.last {
  margin-bottom: 0;
}
.form-item.novalid input {
  border: 1px solid red;
}
.form-item input {
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #172742;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(23, 39, 66, 0.5);
  padding: 0px 30px;
}
.form-item input::-webkit-input-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
.form-item input::-moz-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
.form-item input:-ms-input-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
.form-item input:-moz-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
.form-item input.error {
  border: 1px solid red;
}
@media only screen and (max-width: 1280px) {
  .form-item input {
    height: 50px;
    padding: 0px 16px;
  }
}
.form-item textarea {
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  height: 130px;
  font-size: 16px;
  border: 1px solid rgba(23, 39, 66, 0.5);
  color: #172742;
  font-family: "inter", sans-serif;
  padding: 18px 30px;
  border-radius: 10px;
  background: #fff;
}
.form-item textarea::-webkit-input-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
.form-item textarea::-moz-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
.form-item textarea:-ms-input-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
.form-item textarea:-moz-placeholder {
  color: rgba(23, 39, 66, 0.4);
}
@media only screen and (max-width: 1280px) {
  .form-item textarea {
    height: 50px;
    padding: 12px 16px;
  }
}
.form-item label {
  position: absolute;
  left: 20px;
  top: 17px;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  font-family: "inter", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-note {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-note input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form-note input:checked + .custom-checkbox::after {
  display: block;
}
.form-note .custom-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(6, 183, 164, 0.5);
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .form-note .custom-checkbox {
    width: 16px;
    height: 16px;
  }
}
.form-note .custom-checkbox::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #06b7a4;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .form-note .custom-checkbox::after {
    width: 12px;
    height: 12px;
  }
}
.form-note .form-note-text {
  display: inline-block;
  font-size: 14px;
  color: #172742;
}
.form-note .form-note-text a {
  color: #06b7a4;
  text-decoration: underline;
}

.scroll-top {
  position: fixed;
  z-index: 20;
  bottom: 10px;
  right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 40px;
  height: 40px;
  background: #282828;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scroll-top svg {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 16px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.scroll-top:hover {
  background: #06b7a4;
}

.scroll-socials {
  position: fixed;
  z-index: 32;
  bottom: 64px;
  right: 12px;
  bottom: 90px;
  z-index: 36;
}
.scroll-socials .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
}
.scroll-socials .social:last-child {
  margin-bottom: 0;
}

.ui-menu.ui-widget.ui-widget-content {
  min-width: 350px;
  border-radius: 12px;
  padding: 12px 10px;
  border: 1px solid #06b7a4 !important;
}

.pagination {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.pagination .page-item {
  margin-right: 4px;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item.active .page-link {
  background: #06b7a4;
  color: #fff;
}
.pagination .page-item.next {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pagination .page-item.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .page-link {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #06b7a4;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-link svg {
  width: 12px;
  height: 12px;
  fill: #06b7a4;
}
.pagination .page-link:hover {
  background: rgba(6, 183, 164, 0.2);
}

.disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-asd] {
  will-change: transform;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.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: 0.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 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.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 0.2s linear;
  transition: color 0.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;
  -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;
  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;
  -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;
  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;
  transition: -webkit-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;
  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 0.25s ease;
    transition: border-color 0.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 0.25s ease;
  transition: bottom 0.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: 0.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;
  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;
  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;
  transition: -webkit-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;
  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;
  -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;
  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: 0.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 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.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 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.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 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-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 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.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 0.15s ease 0s;
  transition: opacity 0.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;
  transition-duration: inherit !important;
  -webkit-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;
  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 0.15s ease 0s;
  transition: opacity 0.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 0.15s ease 0s;
  transition: opacity 0.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;
  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 0.1s ease 0s;
  transition: opacity 0.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;
  -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;
  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;
  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;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.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[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;
  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;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
  background: #282828;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .rate-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
}
.header-top .rate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.header-top .rate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .rate-item__icon {
  width: 26px;
  height: 26px;
  background: #06b7a4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.header-top .rate-item__text {
  color: #06b7a4;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.header-top .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 40px;
}
.header-top .link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top .link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .header-top .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-top .links {
    display: none;
  }
  .header-top .rate-title {
    font-size: 12px;
    margin-right: 20px;
  }
  .header-top .rate-item__text {
    font-size: 13px;
  }
}

.header-center {
  background: #172742;
  padding: 28px 0;
}
.header-center .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-center .address {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .address:hover {
  color: #06b7a4;
}
.header-center .work-time {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.header-center .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-center .social {
  text-align: center;
}
.header-center .social:hover .social-text {
  color: #06b7a4;
}
.header-center .social-text {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .link {
  color: #fff;
  text-align: right;
  margin-bottom: 8px;
}
.header-center .link:last-child {
  margin-bottom: 0;
}
.header-center .link a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .link a:hover {
  color: #06b7a4;
}
.header-center .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.header-center .button {
  height: 40px;
  line-height: 40px;
}
.header-center .button-i {
  height: 40px;
  line-height: 40px;
}
.header-center .menu__toggle {
  display: none;
}
@media only screen and (max-width: 1480px) {
  .header-center .logo img {
    width: 240px;
  }
  .header-center .address-wrap {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-center {
    padding: 10px 0;
  }
  .header-center .address-wrap,
  .header-center .links,
  .header-center .buttons,
  .header-center .social-text {
    display: none;
  }
  .header-center .socials {
    margin-left: auto;
  }
  .header-center .social {
    width: 30px;
  }
  .header-center .social img {
    width: 100%;
  }
  .header-center .menu__toggle {
    position: relative;
    z-index: 30;
    display: block;
    width: 26px;
    height: 16px;
    margin-left: 20px;
    cursor: pointer;
  }
  .header-center .menu__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #06b7a4;
    position: absolute;
    -webkit-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-center .menu__toggle span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .header-center .menu__toggle span:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
  .header-center .menu__toggle span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .header-center .menu__toggle.active span {
    background: #06b7a4;
  }
  .header-center .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-center .menu__toggle.active span:nth-child(2) {
    left: 150%;
    -webkit-transform: translateY(0) rotate(-360deg);
        -ms-transform: translateY(0) rotate(-360deg);
            transform: translateY(0) rotate(-360deg);
    opacity: 0;
  }
  .header-center .menu__toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-50%, 50%);
        -ms-transform: rotate(-45deg) translate(-50%, 50%);
            transform: rotate(-45deg) translate(-50%, 50%);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    left: 50%;
    bottom: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .header-center .logo img {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .header-center .menu__toggle {
    position: fixed;
    right: 10px;
  }
  .header-center .socials {
    margin-right: 44px;
  }
}

.header-bottom {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(23, 39, 66, 0.2);
}
.header-bottom .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-bottom .menu-item {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  margin-right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bottom .menu-item:last-child {
  margin-right: 0;
}
.header-bottom .menu-item.active {
  color: #06b7a4;
}
.header-bottom .menu-item:hover {
  color: #06b7a4;
}
.header-bottom .menu-item:hover > .menu-list__inner {
  display: block;
}
.header-bottom .menu-item:hover .arrow {
  stroke: #06b7a4;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header-bottom .menu-item .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 6px;
  margin-left: 8px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  stroke: #172742;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom .menu-item > a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom .menu-list__inner {
  position: absolute;
  z-index: 8;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 24px 34px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(23, 39, 66, 0.3);
  width: 400px;
  max-height: 265px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom .menu-list__inner::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(6, 183, 164, 0.4);
}
.header-bottom .menu-list__inner::-webkit-scrollbar-thumb {
  background-color: #06b7a4;
}
.header-bottom .menu-list__inner > .menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #e0e0e0;
}
.header-bottom .menu-list__inner > .menu-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.header-bottom .menu-list__inner > .menu-item.active > a {
  color: #06b7a4;
}
.header-bottom .menu-list__inner > .menu-item > a {
  display: block;
  text-align: center;
  color: #172742;
  font-size: 16px;
  text-transform: unset;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom .menu-list__inner > .menu-item > a:hover {
  color: #06b7a4;
}
.header-bottom .menu-list__inner > .menu-item > ul {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 100%;
  padding: 8px 0;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  width: 140px;
}
@media only screen and (max-width: 1280px) {
  .header-bottom {
    display: none;
  }
}

.menu-mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .menu-mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 28;
    padding: 60px 10px 20px;
    background: #172742;
    -webkit-transform: translate3d(-10%, 0%, 0);
            transform: translate3d(-10%, 0%, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.4s;
    will-change: transform;
    opacity: 0;
  }
  .menu-mobile.display {
    display: block;
  }
  .menu-mobile.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .menu-mobile .menu-list {
    margin-bottom: 40px;
  }
  .menu-mobile .menu-list > .menu-item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-mobile .menu-list > .menu-item:last-child {
    margin-bottom: 0;
  }
  .menu-mobile .menu-list > .menu-item.active > a {
    color: #06b7a4;
  }
  .menu-mobile .menu-list > .menu-item.active .arrow svg {
    stroke: #06b7a4;
  }
  .menu-mobile .menu-list > .menu-item.open .arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-mobile .menu-list > .menu-item.open > .menu-link .arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu-mobile .menu-list > .menu-item a {
    font-size: 16px;
    color: #fff;
  }
  .menu-mobile .menu-list > .menu-item ul {
    display: none;
    padding: 15px 0 15px;
    width: 100%;
  }
  .menu-mobile .menu-list > .menu-item ul > li {
    margin-bottom: 6px;
  }
  .menu-mobile .menu-list > .menu-item ul > li:last-child {
    margin-bottom: 0;
  }
  .menu-mobile .menu-list > .menu-item ul > li > a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-mobile .menu-list > .menu-item ul > li > a:hover {
    color: #06b7a4;
  }
  .menu-mobile .menu-list > .menu-item ul > li.active > a {
    color: #06b7a4;
  }
  .menu-mobile .arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 14px;
    height: 8px;
    background: transparent;
    margin-left: 14px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-mobile .arrow svg {
    stroke: #fff;
  }
  .menu-mobile .arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.menu-mobile .address-wrap {
  margin-bottom: 40px;
}
.menu-mobile .address {
  color: #fff;
  margin-bottom: 10px;
}
.menu-mobile .work-time {
  color: #fff;
}
.menu-mobile .links {
  margin-bottom: 40px;
}
.menu-mobile .link {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.menu-mobile .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.breadcrumbs {
  margin: 20px 0 80px;
}
.breadcrumbs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs .item {
  font-size: 14px;
}
.breadcrumbs .item a {
  color: #172742;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs .item a:hover {
  color: #06b7a4;
}
@media only screen and (max-width: 1280px) {
  .breadcrumbs .item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    margin: 20px 0 50px;
  }
}

.heroimage {
  position: relative;
  margin-bottom: 160px;
}
.heroimage .slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80vh;
}
.heroimage .slide::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.heroimage .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroimage .slide-title {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 110px 0 0;
  max-width: 1050px;
}
.heroimage .slider-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.heroimage .slider-arrow svg {
  fill: #fff;
}
.heroimage .slider-arrow.left {
  left: calc((100% - 1440px) / 2);
}
.heroimage .slider-arrow.left svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.heroimage .slider-arrow.right {
  right: calc((100% - 1440px) / 2);
}
.heroimage .slider-arrow:hover {
  background: #172742;
}
@media only screen and (max-width: 1480px) {
  .heroimage .slider-arrow.left {
    left: calc((100% - 1200px) / 2);
  }
  .heroimage .slider-arrow.right {
    right: calc((100% - 1200px) / 2);
  }
}
@media only screen and (max-width: 1280px) {
  .heroimage {
    margin-bottom: 80px;
  }
  .heroimage .slide {
    height: 100%;
    width: 100%;
  }
  .heroimage .slide-title {
    padding: 110px 0 160px;
  }
  .heroimage .slider-arrow {
    top: unset;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: 60px;
    width: 50px;
    height: 50px;
  }
  .heroimage .slider-arrow.left {
    left: calc((100% - 960px) / 2);
  }
  .heroimage .slider-arrow.right {
    right: calc((100% - 960px) / 2);
  }
  .heroimage .slider-arrow svg {
    width: 20px;
    height: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .heroimage .slide-title {
    padding-top: 80px;
  }
  .heroimage .slider-arrow.left {
    left: calc((100% - 750px) / 2);
  }
  .heroimage .slider-arrow.right {
    right: calc((100% - 750px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .heroimage .slider-arrow.left {
    left: 10px;
  }
  .heroimage .slider-arrow.right {
    right: 10px;
  }
}

.services {
  margin-bottom: 160px;
}
.services .header_2 {
  text-align: center;
  margin-bottom: 64px;
}
.services .header_1 {
  margin-bottom: 30px;
}
.services .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -10px;
}
.services .item {
  display: block;
  width: 33.33%;
  padding: 30px 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services .item:hover {
  -webkit-box-shadow: 0px 0px 18px 4px rgba(23, 39, 66, 0.2);
          box-shadow: 0px 0px 18px 4px rgba(23, 39, 66, 0.2);
}
.services .item-image {
  margin-bottom: 10px;
}
.services .item-text {
  margin: 0 auto;
  max-width: 380px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .services {
    margin-bottom: 80px;
  }
  .services .header_2 {
    margin-bottom: 40px;
  }
  .services .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services .item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .services .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -10px -5px;
  }
  .services .item {
    padding: 10px 5px;
    text-align: left;
  }
  .services .item:nth-child(7) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .services .item-image {
    margin-bottom: 5px;
  }
  .services .item-image img {
    width: 40px;
  }
  .services .item-text {
    font-size: 12px;
  }
}

.about {
  margin-bottom: 160px;
  padding: 64px 0;
  background: #172742;
}
.about .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
.about .col-right img {
  width: 680px;
}
.about .header_2 {
  color: #fff;
  margin-bottom: 20px;
}
.about .subtitle {
  color: #fff;
  margin-bottom: 48px;
}
.about .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.about .item-icon {
  margin-bottom: 4px;
}
.about .item-title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.about .item-text {
  color: #fff;
}
.about .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
.about .slide {
  width: 33.33%;
  padding: 10px;
}
.about .slide img {
  width: 100%;
  border-radius: 4px;
}
.about .button-wrap {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1480px) {
  .about .col-right img {
    width: 600px;
  }
  .about .item {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 1280px) {
  .about {
    margin-bottom: 80px;
  }
  .about .rows {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .about .col-left {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about .rows {
    margin-bottom: 20px;
  }
  .about .subtitle {
    margin-bottom: 30px;
  }
  .about .col-right img {
    width: 100%;
  }
  .about .item {
    width: 100%;
  }
  .about .slider {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .about .slide {
    width: 50%;
    padding: 5px;
  }
}

.advantages {
  margin-bottom: 160px;
}
.advantages .header_2 {
  text-align: center;
  margin-bottom: 64px;
}
.advantages .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -10px;
}
.advantages .item {
  width: calc(25% - 20px);
  margin: 30px 10px;
  text-align: center;
}
.advantages .item-image {
  height: 55px;
  margin-bottom: 10px;
}
.advantages .item-image img {
  max-width: 70px;
}
.advantages .item-text {
  margin: 0 auto;
  max-width: 380px;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 1280px) {
  .advantages {
    margin-bottom: 80px;
  }
  .advantages .header_2 {
    margin-bottom: 40px;
  }
  .advantages .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages .item {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .advantages .list {
    margin: -10px -5px;
  }
  .advantages .item {
    width: calc(50% - 10px);
    margin: 10px 5px;
    text-align: left;
  }
  .advantages .item-image {
    margin-bottom: 5px;
  }
  .advantages .item-image img {
    width: 40px;
  }
  .advantages .item-text {
    font-size: 12px;
  }
}

.delivery {
  position: relative;
  background: #172742;
}
.delivery .content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 0;
  min-height: 515px;
}
.delivery .header_2 {
  color: #fff;
}
.delivery .buttons {
  width: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.delivery .image {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1480px) {
  .delivery .image {
    width: 830px;
  }
}
@media only screen and (max-width: 1280px) {
  .delivery .content {
    min-height: 480px;
  }
  .delivery .image {
    width: 660px;
  }
}
@media only screen and (max-width: 991px) {
  .delivery .content {
    min-height: auto;
  }
  .delivery .header_2 {
    margin-bottom: 30px;
  }
  .delivery .image {
    max-width: 100%;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 767px) {
  .delivery .header_2 br {
    display: none;
  }
  .delivery .buttons {
    width: 100%;
  }
}

.delivery-number {
  padding: 30px 0;
  background: #06b7a4;
  margin-bottom: 160px;
}
.delivery-number .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.delivery-number .item-number {
  font-family: "roboto-condensed", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}
.delivery-number .item-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .delivery-number {
    margin-bottom: 80px;
  }
  .delivery-number .header_2 {
    margin-bottom: 40px;
  }
  .delivery-number .item-number {
    font-size: 45px;
    margin-bottom: 8px;
  }
  .delivery-number .item-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .delivery-number .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -10px;
  }
  .delivery-number .item {
    width: 33.33%;
    padding: 10px;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .delivery-number .list {
    margin: -5px;
  }
  .delivery-number .item {
    width: 50%;
    padding: 5px;
  }
}

.collaboration {
  margin-bottom: 160px;
}
.collaboration .header_2 {
  text-align: center;
  margin-bottom: 64px;
}
.collaboration .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collaboration .block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  width: 500px;
}
.collaboration .block-list {
  border: 2px solid #06b7a4;
  border-radius: 4px;
  padding: 86px 60px;
  background-image: url(/app/images/pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.collaboration .block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.collaboration .block-item:last-child {
  margin-bottom: 0;
}
.collaboration .block-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -2px;
}
.collaboration .block-item__text {
  font-family: "roboto-condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 16px;
}
@media only screen and (max-width: 1280px) {
  .collaboration {
    margin-bottom: 80px;
  }
  .collaboration .header_2 {
    margin-bottom: 40px;
  }
  .collaboration .block {
    width: 480px;
  }
  .collaboration .block-list {
    padding: 76px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .collaboration .rows {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collaboration .block {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .collaboration .block {
    width: 100%;
  }
  .collaboration .block-list {
    padding: 40px 20px;
  }
  .collaboration .block-item {
    margin-bottom: 24px;
  }
  .collaboration .block-item__icon {
    margin-top: -4px;
  }
  .collaboration .block-item__text {
    font-size: 18px;
    margin-left: 12px;
  }
}

.partners {
  margin-bottom: 160px;
}
.partners .header_2 {
  text-align: center;
  margin-bottom: 64px;
}
.partners .slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 132px;
  background: #f6f6f6;
  border-radius: 4px;
}
.partners .slide img {
  max-width: 100%;
  width: auto;
}
.partners .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.partners .slider-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #06b7a4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partners .slider-arrow.left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.partners .slider-arrow svg {
  stroke: #06b7a4;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partners .slider-arrow:hover {
  background: #06b7a4;
}
.partners .slider-arrow:hover svg {
  stroke: #fff;
}
@media only screen and (max-width: 1280px) {
  .partners {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .partners .header_2 {
    margin-bottom: 40px;
  }
  .partners .owl-nav {
    margin-top: 20px;
  }
}

.informations {
  margin-bottom: 160px;
}
.informations .header_2 {
  text-align: center;
  margin-bottom: 20px;
}
.informations .subtitle {
  text-align: center;
  margin: 0 auto 64px;
  text-transform: uppercase;
  max-width: 780px;
}
.informations .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.informations .block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  width: 500px;
}
.informations .block img {
  width: 100%;
}
.informations h4 {
  margin-bottom: 16px;
  margin-top: 36px;
}
.informations h4:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1280px) {
  .informations {
    margin-bottom: 80px;
  }
  .informations .subtitle {
    margin-bottom: 40px;
  }
  .informations .block {
    width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .informations .rows {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .informations .block {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .informations .subtitle {
    font-size: 14px;
  }
  .informations .block {
    width: 100%;
  }
}

.standards {
  margin-bottom: 160px;
}
.standards .header_2 {
  text-align: center;
  margin-bottom: 20px;
}
.standards .subtitle {
  text-align: center;
  margin: 0 auto 64px;
  text-transform: uppercase;
  max-width: 780px;
}
.standards .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
.standards .images img {
  max-width: 100%;
}
@media only screen and (max-width: 1280px) {
  .standards {
    margin-bottom: 80px;
  }
  .standards .subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .standards .subtitle {
    font-size: 14px;
  }
  .standards .images {
    gap: 30px;
  }
}

.form-desc {
  padding: 64px 0;
  margin-bottom: 100px;
  background: #172742;
}
.form-desc .header_2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.form-desc .subtitle {
  text-align: center;
  margin: 0 auto 64px;
  text-transform: uppercase;
  color: #fff;
}
.form-desc .block {
  max-width: 950px;
  border-radius: 6px;
  background: #fff;
  margin: 0 auto;
  padding: 40px 100px;
}
.form-desc .block-text {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.form-desc .block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.form-desc .button {
  width: 50%;
}
.form-desc .button:hover {
  background: #172742;
  color: #fff;
}
.form-desc .button-i {
  width: 50%;
  background: #172742;
  color: #fff;
}
.form-desc .button-i:hover {
  background: #06b7a4;
}
@media only screen and (max-width: 1280px) {
  .form-desc {
    margin-bottom: 80px;
  }
  .form-desc .subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .form-desc .block {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .form-desc {
    margin-bottom: 58px;
  }
  .form-desc .subtitle {
    font-size: 14px;
  }
  .form-desc .block {
    padding: 30px 10px;
  }
  .form-desc .block-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .form-desc .block-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .form-desc .button {
    width: 100%;
  }
  .form-desc .button-i {
    width: 100%;
  }
}

.main {
  margin-bottom: 120px;
  min-height: 58vh;
}
.main .content {
  width: 86%;
}
.main .header_1 {
  margin-bottom: 30px;
}
.main .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.main .gallery-item {
  width: 25%;
  padding: 10px;
}
.main .gallery-link {
  position: relative;
  display: block;
}
.main .gallery-link:hover .gallery-link-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.main .gallery-link-image {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.main .gallery-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.main .gallery-link-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1480px) {
  .main .gallery-item {
    padding: 5px;
  }
  .main .gallery-link-image {
    height: 260px;
  }
}
@media only screen and (max-width: 1280px) {
  .main {
    margin-bottom: 80px;
  }
  .main .content {
    width: 94%;
  }
  .main .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .main .content {
    width: 100%;
  }
  .main video {
    max-width: 100%;
    height: auto;
  }
  .main .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main .text-default img {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
  }
  .main .gallery-item {
    width: 100%;
  }
  .main .gallery-link-image {
    height: 82vw;
  }
}

.blogs {
  margin-bottom: 120px;
}
.blogs .header_1 {
  margin-bottom: 30px;
}
.blogs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -10px;
}
.blogs .item {
  width: 33.33%;
  padding: 20px 10px;
}
.blogs .link {
  display: block;
}
.blogs .link-image {
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
.blogs .link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .link-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blogs .link-text {
  font-size: 14px;
}
.blogs .link-text a {
  color: #06b7a4;
}
.blogs .link-text a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1480px) {
  .blogs .list {
    margin: -12px -6px;
  }
  .blogs .item {
    padding: 12px 6px;
  }
  .blogs .link-image {
    height: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  .blogs .item {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .blogs .link-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blogs .item {
    width: 100%;
  }
  .blogs .link-image {
    height: 54vw;
  }
}

.galleries {
  margin-bottom: 120px;
}
.galleries .header_1 {
  margin-bottom: 30px;
}
.galleries .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.galleries .item {
  width: 25%;
  padding: 10px;
}
.galleries .link {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.galleries .link:hover .link-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.galleries .link:hover .link-title {
  background: transparent;
}
.galleries .link-image {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.galleries .link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.galleries .link-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.galleries .link-title {
  display: block;
  text-transform: uppercase;
  background: #06b7a4;
  padding: 10px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1480px) {
  .galleries .item {
    padding: 5px;
  }
  .galleries .link-image {
    height: 260px;
  }
}
@media only screen and (max-width: 1280px) {
  .galleries {
    margin-bottom: 80px;
  }
  .galleries .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .galleries .item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .galleries .item {
    width: 100%;
  }
  .galleries .link-image {
    height: 82vw;
  }
}

.reviews {
  margin-bottom: 120px;
}
.reviews .header_1 {
  margin-bottom: 30px;
}
.reviews .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.reviews .gallery-item {
  width: 25%;
  padding: 10px;
}
.reviews .gallery-link {
  position: relative;
  display: block;
}
.reviews .gallery-link:hover .gallery-link-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.reviews .gallery-link-image {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #172742;
  overflow: hidden;
}
.reviews .gallery-link-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 1480px) {
  .reviews .gallery-item {
    padding: 5px;
  }
}
@media only screen and (max-width: 1280px) {
  .reviews {
    margin-bottom: 80px;
  }
  .reviews .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .reviews video {
    max-width: 100%;
    height: auto;
  }
  .reviews .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .reviews .text-default img {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
  }
  .reviews .gallery-item {
    width: 100%;
  }
}

.footer {
  padding-bottom: 32px;
}
.footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .block-left {
  width: 354px;
  margin-right: 36px;
}
.footer .header_2 {
  margin-bottom: 20px;
}
.footer .links {
  margin-bottom: 40px;
}
.footer .link {
  display: block;
  margin-bottom: 12px;
}
.footer .link.work-time {
  margin-bottom: 24px;
}
.footer .link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .link a:hover {
  color: #06b7a4;
}
.footer .socials {
  margin-bottom: 40px;
}
.footer .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .social:hover {
  opacity: 0.8;
}
.footer .footer-menu__item {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer .footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer .footer-menu__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-menu__item a:hover {
  color: #06b7a4;
}
.footer .map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 640px;
}
.footer .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
}
@media only screen and (max-width: 1480px) {
  .footer .map {
    height: 600px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer .block-left {
    width: 270px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .header_2 {
    margin-bottom: 12px;
  }
  .footer .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .block-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer .links {
    margin-bottom: 20px;
  }
  .footer .link {
    margin-bottom: 8px;
  }
  .footer .socials {
    margin-bottom: 20px;
  }
  .footer .footer-menu {
    display: none;
  }
}

.copyright {
  padding: 20px 0;
  background: #282828;
}
.copyright .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copyright .link {
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright a.link:hover {
  color: #06b7a4;
}
.copyright .create {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright .create:hover .create-icon svg {
  fill: #06b7a4;
}
.copyright .create:hover .create-text {
  color: #06b7a4;
}
.copyright .create-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.copyright .create-icon svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright .create-text {
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) {
  .copyright .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .copyright .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright .link {
    width: 100%;
    text-align: center;
  }
}

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

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

.form-callback {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 40px;
  background: #fff;
  border-radius: 6px;
  display: none;
}
.form-callback.active {
  display: block;
}
.form-callback .header_3 {
  margin-bottom: 25px;
}
.form-callback .button {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form-callback {
    width: 100%;
    padding: 30px 14px;
  }
  .form-callback .header_3 {
    margin-bottom: 20px;
  }
}

.form-application {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 40px;
  background: #fff;
  border-radius: 6px;
  display: none;
}
.form-application.active {
  display: block;
}
.form-application .header_3 {
  margin-bottom: 25px;
}
.form-application .button {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form-application {
    width: 100%;
    padding: 30px 14px;
  }
  .form-application .header_3 {
    margin-bottom: 20px;
  }
}

.form-video {
  width: 100%;
  max-width: 900px;
  display: none;
}
.form-video.active {
  display: block;
}
.form-video video {
  width: 100%;
  max-height: 90vh;
}

.form-success {
  width: 520px;
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  display: none;
}
.form-success.active {
  display: block;
}
.form-success .header_3 {
  margin-bottom: 20px;
}
.form-success .text {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .form-success {
    width: 100%;
  }
  .form-success .header_3 {
    margin-bottom: 20px;
    margin-bottom: 10px;
  }
  .form-success .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form-success .text {
    font-size: 18px;
  }
}

.form-cookie {
  position: fixed;
  z-index: 35;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.form-cookie .content {
  margin: 0;
}
.form-cookie .block {
  border-radius: 6px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-cookie .text {
  color: #172742;
  font-size: 15px;
}
.form-cookie .button-wrap {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .form-cookie .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-cookie .button-wrap {
    margin-left: 0px;
    width: 100%;
    margin-top: 16px;
  }
}