@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-bold.woff") format("woff"), url("../fonts/inter-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "racama";
  src: url("../fonts/racama.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2f2f2f;
  position: relative;
  min-height: 100vh;
  margin: 0;
  line-height: 1.2;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f1f1f1;
  padding-top: 70px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 51px;
  }
}
body.loading {
  opacity: 1;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(109, 180, 224, 0.4);
}
body::-webkit-scrollbar-thumb {
  background-color: #6db4e0;
}

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: "racama", sans-serif;
  display: block;
  font-size: 80px;
  color: #2f2f2f;
  line-height: 97%;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  .header_1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .header_1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .header_1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .header_1 {
    font-size: 26px;
  }
}

.header_2 {
  font-family: "racama", sans-serif;
  display: block;
  font-size: 60px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #2f2f2f;
}
@media only screen and (max-width: 1280px) {
  .header_2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .header_2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header_2 {
    font-size: 27px;
  }
}

.header_3 {
  font-family: "racama", sans-serif;
  display: block;
  font-size: 40px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #2f2f2f;
}
@media only screen and (max-width: 1280px) {
  .header_3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .header_3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .header_3 {
    font-size: 26px;
  }
}

.suptitle {
  font-size: 12px;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  color: #6db4e0;
  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: none;
  border-radius: 10px;
  background: transparent;
  width: auto;
  max-width: 100%;
  height: 50px;
  padding: 0 26px;
  font-family: "inter", sans-serif;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #2f2f2f;
  white-space: nowrap;
}
.button::before, .button::after {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
  border-radius: 10px;
}
.button::before {
  border: 1px solid rgba(47, 47, 47, 0.5);
  clip-path: polygon(-10% -10%, 0.5rem -10%, 0.5rem 110%, calc(100% - 0.5rem) 110%, calc(100% - 0.5rem) -10%, 110% -10%, 110% 110%, -10% 110%);
  -webkit-transform: scaleY(0.8);
      -ms-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
.button::after {
  background: #6db4e0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.button span {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  color: #fff;
}
.button:hover::before, .button:hover::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.button svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 4px;
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) {
  .button {
    font-size: 14px;
  }
}

.button-i {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  border-radius: 20px;
  width: auto;
  max-width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 46px;
  font-family: "inter", sans-serif;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  background: #6db4e0;
  border: 1px solid #6db4e0;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-i:hover {
  background: #fff;
  color: #6db4e0;
}
@media only screen and (max-width: 991px) {
  .button-i {
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    font-size: 14px;
  }
}

.button-c {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  border-radius: 7px;
  background: #6db4e0;
  width: auto;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-family: "racama", sans-serif;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border: 1px solid #6db4e0;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-c:hover {
  color: #6db4e0;
  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.3;
  font-weight: 400;
  color: #2f2f2f;
}
@media only screen and (max-width: 1280px) {
  .text-default {
    font-size: 15px;
  }
}
.text-default p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.text-default p:first-child {
  margin-top: 0;
}
.text-default p:last-child {
  margin-bottom: 0;
}
.text-default a {
  color: #6db4e0;
  text-decoration: underline;
}
.text-default a:hover {
  text-decoration: none;
}
.text-default blockquote {
  margin: 0;
  padding: 20px 10px 20px 20px;
  background: rgba(47, 47, 47, 0.1);
  border-left: 5px solid #6db4e0;
}
.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: 10px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2f2f2f;
}
.text-default ol li {
  margin-left: 16px;
}
.text-default h1 {
  font-family: "racama", sans-serif;
  display: block;
  font-size: 38px;
  font-weight: 700;
  color: #2f2f2f;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1280px) {
  .text-default h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h1 {
    font-size: 26px;
  }
}
.text-default h2 {
  font-family: "racama", sans-serif;
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1280px) {
  .text-default h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h2 {
    font-size: 24px;
  }
}
.text-default h3 {
  display: block;
  font-family: "racama", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #2f2f2f;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1280px) {
  .text-default h3 {
    font-size: 28px;
  }
}
@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: 18px;
  }
}
.text-default table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.text-default table p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.text-default tr:nth-child(2n) {
  background: rgba(109, 180, 224, 0.2);
}
.text-default tr:nth-child(1) td {
  font-weight: 700;
}
.text-default td {
  border: 1px solid #2f2f2f;
  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: #2f2f2f;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(47, 47, 47, 0.5);
  padding: 0px 30px;
}
.form-item input::-webkit-input-placeholder {
  color: rgba(47, 47, 47, 0.4);
}
.form-item input::-moz-placeholder {
  color: rgba(47, 47, 47, 0.4);
}
.form-item input:-ms-input-placeholder {
  color: rgba(47, 47, 47, 0.4);
}
.form-item input:-moz-placeholder {
  color: rgba(47, 47, 47, 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: 60px;
  font-size: 16px;
  border: 1px solid rgba(47, 47, 47, 0.5);
  color: #2f2f2f;
  font-family: "inter", sans-serif;
  padding: 18px 30px;
  border-radius: 10px;
  background: #fff;
}
.form-item textarea::-webkit-input-placeholder {
  color: rgba(47, 47, 47, 0.4);
}
.form-item textarea::-moz-placeholder {
  color: rgba(47, 47, 47, 0.4);
}
.form-item textarea:-ms-input-placeholder {
  color: rgba(47, 47, 47, 0.4);
}
.form-item textarea:-moz-placeholder {
  color: rgba(47, 47, 47, 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 {
  display: none;
}
.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: 30px;
  height: 30px;
  border: 1px solid rgba(109, 180, 224, 0.5);
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .form-note .custom-checkbox {
    width: 20px;
    height: 20px;
  }
}
.form-note .custom-checkbox::after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #6db4e0;
  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: #2f2f2f;
}
.form-note .form-note-text a {
  color: #6db4e0;
  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;
  border-radius: 10px;
  background: transparent;
  width: 62px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  color: #2f2f2f;
  white-space: nowrap;
}
.scroll-top::before, .scroll-top::after {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
  border-radius: 10px;
}
.scroll-top::before {
  border: 1px solid rgba(47, 47, 47, 0.5);
  clip-path: polygon(-10% -10%, 0.5rem -10%, 0.5rem 110%, calc(100% - 0.5rem) 110%, calc(100% - 0.5rem) -10%, 110% -10%, 110% 110%, -10% 110%);
  -webkit-transform: scaleY(0.8);
      -ms-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
.scroll-top::after {
  background: #6db4e0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.scroll-top svg {
  position: relative;
  z-index: 2;
  fill: #2f2f2f;
}
.scroll-top:hover::before, .scroll-top:hover::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.scroll-socials {
  position: fixed;
  z-index: 32;
  bottom: 180px;
  right: 0px;
  width: 70px;
  background: #6db4e0;
  padding: 24px 20px;
}
@media only screen and (max-width: 767px) {
  .scroll-socials {
    width: 40px;
    bottom: 70px;
    right: 0px;
    padding: 14px 9px;
  }
}
.scroll-socials .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
.scroll-socials .social:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .scroll-socials .social {
    width: 22px;
    height: 22px;
  }
}

.ui-menu.ui-widget.ui-widget-content {
  min-width: 350px;
  border-radius: 12px;
  padding: 12px 10px;
  border: 1px solid #6db4e0 !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: #6db4e0;
  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 #6db4e0;
  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: #6db4e0;
}
.pagination .page-link:hover {
  background: rgba(109, 180, 224, 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 {
  position: fixed;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  background-image: url(/app/images/pattern.png);
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
  -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 .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-top .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.header-top .menu-item {
  position: relative;
  margin-right: 20px;
  font-size: 13px;
  height: 15px;
  overflow: hidden;
}
.header-top .menu-item:last-child {
  margin-right: 0;
}
.header-top .menu-item > a {
  display: block;
  color: #2f2f2f;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top .menu-item:hover > a {
  color: #6db4e0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.header-top .menu-item span {
  display: block;
}
.header-top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.header-top .social:hover svg {
  fill: #6db4e0;
}
.header-top .social svg {
  fill: #2f2f2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top .social-phone {
  display: none;
}
.header-top .phone {
  font-weight: 700;
  font-size: 13px;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top .phone:hover {
  color: #6db4e0;
}
.header-top .menu__toggle {
  display: none;
}
@media only screen and (max-width: 1480px) {
  .header-top .logo img {
    width: 300px;
  }
  .header-top .menu-item {
    font-size: 12px;
    margin-right: 12px;
  }
  .header-top .phone {
    margin-right: 14px;
  }
  .header-top .social {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-top .menu-list {
    display: none;
  }
  .header-top .socials {
    margin-left: auto;
  }
  .header-top .menu__toggle {
    position: relative;
    z-index: 30;
    display: block;
    width: 26px;
    height: 16px;
    margin-left: 20px;
    cursor: pointer;
  }
  .header-top .menu__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #6db4e0;
    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-top .menu__toggle span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .header-top .menu__toggle span:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
  .header-top .menu__toggle span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .header-top .menu__toggle.active span {
    background: #6db4e0;
  }
  .header-top .menu__toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
        -ms-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    left: 50%;
    top: 50%;
  }
  .header-top .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-top .menu__toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-50%, 50%);
        -ms-transform: rotate(-45deg) translate(-50%, 50%);
            transform: rotate(-45deg) translate(-50%, 50%);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    left: 50%;
    bottom: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .header-top {
    padding: 16px 0;
  }
  .header-top .logo img {
    width: 218px;
  }
  .header-top .button,
  .header-top .phone {
    display: none;
  }
  .header-top .social-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header-top .menu__toggle {
    margin-left: 0;
  }
}

.menu {
  padding: 10px 0;
  background: #6db4e0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
.menu .menu-list > .menu-item {
  position: relative;
  margin-right: 24px;
}
.menu .menu-list > .menu-item:last-child {
  margin-right: 0;
}
.menu .menu-list > .menu-item:hover > a {
  color: #6db4e0;
}
.menu .menu-list > .menu-item:hover > a .arrow svg {
  fill: #6db4e0;
}
.menu .menu-list > .menu-item:hover > ul {
  display: block;
}
.menu .menu-list > .menu-item:hover > .menu-list__inner {
  display: block;
}
.menu .menu-list > .menu-item.active > a {
  color: #6db4e0;
}
.menu .menu-list > .menu-item.active > a .arrow svg {
  fill: #6db4e0;
}
.menu .menu-list > .menu-item > a {
  position: relative;
  z-index: 1;
  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;
  text-align: center;
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu-list > .menu-item > a .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 6px;
  background: transparent;
  margin-left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu-list > .menu-item > a .arrow svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu-list__inner {
  display: none;
  position: absolute;
  z-index: 12;
  top: calc(100% + 20px);
  left: -1px;
  width: 320px;
  background: #fff;
  padding: 20px 0px;
  border: 1px solid #6db4e0;
  border-radius: 10px;
}
.menu .menu-list__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: transparent;
  width: 100%;
  height: 20px;
}
.menu .menu-list__inner > .menu-item {
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
}
.menu .menu-list__inner > .menu-item:last-child {
  margin-bottom: 0;
}
.menu .menu-list__inner > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu-list__inner > .menu-item > a:hover {
  color: #6db4e0;
}
.menu .menu-list__inner > .menu-item > a .arrow {
  padding-left: 14px;
}
.menu .menu-list__inner > .menu-item > a .arrow svg {
  fill: #2f2f2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu-list__inner > .menu-item > .menu-list__inner {
  top: -20px;
  left: 100%;
}
.menu .menu-list__inner > .menu-item.active > a {
  font-weight: 700;
  color: #6db4e0;
}
.menu .menu-list__inner > .menu-item:hover > a .arrow svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu .menu-list__inner > .menu-item:hover > .menu-list__inner {
  display: block;
}
.menu .header-cart .header-cart__wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 14px;
}
.menu .header-cart .icon {
  width: 22px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 6px;
}
.menu .header-cart .icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.menu .header-cart .text {
  color: #fff;
  font-size: 16px;
}
.menu .header-cart .ms2_total_count {
  color: #fff;
  line-height: 100%;
  margin-left: 6px;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 13px;
}
.menu .header-cart .not_empty {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .header-cart .not_empty:hover {
  opacity: 0.7;
}
.menu .header-cart .absolute {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.menu .msearch2 {
  margin-right: 20px;
}
.menu .msearch2 .row {
  position: relative;
}
.menu .msearch2 .form-item input {
  padding-left: 38px;
  height: 38px;
  border-radius: 30px;
}
.menu .msearch2 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu .msearch2 .btn svg {
  fill: #2f2f2f;
}
@media only screen and (max-width: 1280px) {
  .menu .menu-list > .menu-item > a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .menu {
    position: absolute;
    padding: 0;
    top: 16px;
    right: 80px;
    border-radius: 7px;
    background: transparent;
  }
  .menu .container {
    width: 100%;
    padding: 0;
  }
  .menu .header-cart .text {
    display: none;
  }
  .menu .header-cart .icon svg {
    fill: #6db4e0;
  }
  .menu .header-cart .ms2_total_count {
    color: #6db4e0;
    top: 0;
  }
  .menu .menu-list {
    display: none;
  }
  .menu .msearch2 {
    display: none;
    position: fixed;
    z-index: 30;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 20px 10px;
    margin-right: 0px;
    -webkit-transform: translate3d(0%, 10%, 0);
            transform: translate3d(0%, 10%, 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 .msearch2.display {
    display: block;
  }
  .menu .msearch2.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .menu .msearch2 .btn {
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
  }
  .menu .msearch2 .btn svg {
    stroke: #717171;
  }
  .menu .msearch2 .msearch2-close {
    position: relative;
    z-index: 3;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu .msearch2 .msearch2-close:before, .menu .msearch2 .msearch2-close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #2f2f2f;
    top: 16px;
    left: 6px;
  }
  .menu .msearch2 .msearch2-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu .msearch2 .msearch2-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.menu-mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .menu-mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 28;
    padding: 60px 10px 0;
    background: #fff;
    -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;
    margin-right: 34px;
  }
  .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: #6db4e0;
  }
  .menu-mobile .menu-list > .menu-item.active .arrow svg {
    fill: #6db4e0;
  }
  .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;
  }
  .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: 10px;
  }
  .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;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-mobile .menu-list > .menu-item ul > li > a:hover {
    color: #6db4e0;
  }
  .menu-mobile .menu-list > .menu-item ul > li.active > a {
    color: #6db4e0;
  }
  .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 {
    fill: #2f2f2f;
  }
  .menu-mobile .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .menu-mobile .phone-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 26px;
    height: 26px;
    margin-right: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .menu-mobile .phone-icon svg {
    fill: #fff;
  }
  .menu-mobile .phone-link {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menu-mobile .phone-link:hover {
    color: #6db4e0;
  }
  .menu-mobile .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .menu-mobile .email-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 26px;
    height: 26px;
    margin-right: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .menu-mobile .email-icon svg {
    fill: #fff;
  }
  .menu-mobile .email-link {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menu-mobile .email-link:hover {
    color: #6db4e0;
  }
}

.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: #2f2f2f;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs .item a:hover {
  color: #6db4e0;
}
@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;
  z-index: 1;
  margin-bottom: 10px;
  background-image: url(/app/images/pattern.png);
}
.heroimage .content {
  position: relative;
  overflow: hidden;
}
.heroimage .bg {
  width: 100%;
}
.heroimage .content-wrap {
  position: absolute;
  top: 56px;
  left: 44px;
}
.heroimage .header_1 {
  max-width: 990px;
  color: #fff;
  margin-bottom: 30px;
  -webkit-animation: dramaticBlurFadeIn 2s cubic-bezier(0.25, 0.1, 0.15, 1) forwards;
          animation: dramaticBlurFadeIn 2s cubic-bezier(0.25, 0.1, 0.15, 1) forwards;
}
.heroimage .subtitle {
  max-width: 580px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
  -webkit-animation: blurFadeIn 1.5s ease 0.3s forwards;
          animation: blurFadeIn 1.5s ease 0.3s forwards;
  opacity: 0;
}
.heroimage .button-i {
  -webkit-animation: blurFadeIn 1.5s ease 0.6s forwards;
          animation: blurFadeIn 1.5s ease 0.6s forwards;
  opacity: 0;
}
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  60% {
    opacity: 0.8;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  60% {
    opacity: 0.8;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes dramaticBlurFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    opacity: 0.5;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  80% {
    opacity: 0.9;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dramaticBlurFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    opacity: 0.5;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  80% {
    opacity: 0.9;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 1480px) {
  .heroimage .header_1 {
    max-width: 860px;
  }
  .heroimage .subtitle {
    max-width: 520px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .heroimage .content-wrap {
    top: 46px;
    left: 34px;
  }
  .heroimage .header_1 {
    max-width: 614px;
  }
  .heroimage .subtitle {
    max-width: 436px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .heroimage {
    margin-bottom: 60px;
  }
  .heroimage .content {
    position: relative;
    border-radius: 20px;
  }
  .heroimage .content-wrap {
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 20px 100px 20px;
  }
  .heroimage .header_1 {
    max-width: 62%;
    margin-bottom: 20px;
  }
  .heroimage .subtitle {
    max-width: 48%;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .heroimage .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .heroimage .content-wrap {
    padding: 40px 16px 100px 16px;
  }
  .heroimage .subtitle {
    font-size: 14px;
  }
}

.about {
  margin-bottom: 130px;
  background-image: url(/app/images/pattern.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.about.scrolled .about-video__icon {
  opacity: 1;
}
.about.scrolled .about-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 284px;
}
.about .desc {
  font-family: "racama", sans-serif;
  max-width: 720px;
  font-size: 22px;
  line-height: 133%;
  letter-spacing: -0.02em;
}
.about .desc p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about .desc p:first-child {
  margin-top: 0;
}
.about .desc p:last-child {
  margin-bottom: 0;
}
.about .about-video {
  position: relative;
  margin-top: 284px;
  width: 100vw;
  height: 100vh;
}
.about .about-video video {
  width: 360px;
  height: 202px;
  position: absolute;
  top: -250px;
  left: calc((100% - 1440px) / 2 + 360px);
  will-change: top, left, width, height;
  -webkit-transition: top 1s 0s linear, left 1s 0.6s linear, width 1s 0.6s linear, height 1s 0.6s linear;
  transition: top 1s 0s linear, left 1s 0.6s linear, width 1s 0.6s linear, height 1s 0.6s linear;
  border-radius: 30px;
}
.about .about-video__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.4s 1.6s;
  transition: all 0.4s 1.6s;
}
.about .about-video__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #6db4e0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about .about-video__icon img {
  width: 100%;
  height: 100%;
}
.about .about-video__icon.active::before {
  display: none;
}
@media only screen and (max-width: 1480px) {
  .about .about-video video {
    left: calc((100% - 1200px) / 2 + 320px);
  }
  .about .desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .about .about-video video {
    left: calc((100% - 960px) / 2 + 290px);
  }
  .about .desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about {
    margin-bottom: 80px;
  }
  .about .about-video video {
    left: calc((100% - 750px) / 2 + 250px);
  }
  .about .desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .about .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .about .desc {
    font-size: 16px;
  }
  .about .about-video {
    height: 60vh;
    margin-top: 0;
  }
  .about .about-video video {
    top: 0;
    left: 0;
  }
  .about .about-video__video {
    border-radius: 20px;
  }
  .about .about-video__icon {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    opacity: 1;
  }
}

.application {
  margin-bottom: 120px;
  overflow: hidden;
}
.application .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.application .slider {
  margin-left: calc((100% - 1440px) / 2 + 360px);
}
.application .slide {
  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;
  width: 344px;
  min-height: 360px;
  border-radius: 30px;
  padding: 25px 28px;
  border: 1px solid #2f2f2f;
}
.application .slide-empty {
  opacity: 0;
  margin-left: calc((100vw - 1440px) / 2);
}
.application .slide-title {
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.02em;
}
.application .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  border-radius: 10px;
  background: transparent;
  width: auto;
  max-width: 100%;
  height: 50px;
  font-family: "inter", sans-serif;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #2f2f2f;
  white-space: nowrap;
}
.application .owl-nav::before, .application .owl-nav::after {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
  border-radius: 10px;
}
.application .owl-nav::before {
  border: 1px solid rgba(47, 47, 47, 0.5);
  clip-path: polygon(-10% -10%, 0.5rem -10%, 0.5rem 110%, calc(100% - 0.5rem) 110%, calc(100% - 0.5rem) -10%, 110% -10%, 110% 110%, -10% 110%);
  -webkit-transform: scaleY(0.8);
      -ms-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
.application .owl-nav::after {
  background: #6db4e0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.application .owl-nav:hover::before, .application .owl-nav:hover::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.application .slider-arrow {
  position: relative;
  z-index: 3;
  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: 90px;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.application .slider-arrow.left svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.application .slider-arrow.left::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 35px;
  background: #2f2f2f;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.application .slider-arrow svg {
  width: 26px;
  height: 10px;
  fill: #2f2f2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.application .slider-arrow:hover svg {
  fill: #fff;
}
@media only screen and (max-width: 1480px) {
  .application .slider {
    margin-left: calc((100% - 1200px) / 2 + 320px);
  }
  .application .slide {
    width: 296px;
  }
  .application .slide-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .application .slider {
    margin-left: calc((100% - 960px) / 2 + 290px);
  }
  .application .slide {
    width: 274px;
    min-height: 300px;
  }
  .application .slide-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .application {
    margin-bottom: 80px;
  }
  .application .slider {
    margin-left: calc((100% - 750px) / 2 + 250px);
  }
  .application .slide {
    width: 274px;
  }
  .application .slider-arrow {
    width: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .application .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .application .header_2 {
    width: 100%;
  }
  .application .slider {
    margin-left: 10px;
  }
  .application .slide {
    padding: 20px 18px;
    border-radius: 20px;
  }
  .application .owl-nav {
    position: relative;
    top: 10px;
    right: 0;
  }
}

.characteristics {
  background: #fff;
  border-radius: 30px;
  margin: 0 20px 120px;
  padding: 80px 0 10px;
  width: calc(100% - 40px);
}
.characteristics .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
}
.characteristics .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(47, 47, 47, 0.3);
}
.characteristics .item-number {
  font-size: 26px;
  line-height: 133%;
  text-transform: uppercase;
  color: #6db4e0;
}
.characteristics .item-content {
  padding-right: 50px;
}
.characteristics .item-title {
  font-size: 26px;
  line-height: 114%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.characteristics .item-text {
  font-size: 18px;
}
.characteristics .item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 672px;
  max-width: 100%;
}
.characteristics .item-image img {
  width: 50%;
  border-radius: 20px;
}
@media only screen and (max-width: 1480px) {
  .characteristics .item-image {
    width: 530px;
  }
}
@media only screen and (max-width: 1280px) {
  .characteristics .item-content {
    padding-right: 40px;
  }
  .characteristics .item-number {
    font-size: 24px;
  }
  .characteristics .item-title {
    font-size: 24px;
  }
  .characteristics .item-text {
    font-size: 16px;
  }
  .characteristics .item-image {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .characteristics {
    width: 100%;
    border-radius: 20px;
    margin: 0 0px 80px;
    padding: 40px 0 10px;
  }
  .characteristics .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .characteristics .item-number {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .characteristics .item-title {
    margin-bottom: 26px;
  }
  .characteristics .item-text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .characteristics .title-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.advantages {
  margin-bottom: 120px;
  background-image: url(/app/images/pattern.png);
}
.advantages .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
}
.advantages .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -9px;
}
.advantages .item {
  position: relative;
  border-radius: 30px;
  margin: 9px;
  width: calc(25% - 18px);
  height: 290px;
  border: 1px solid rgba(47, 47, 47, 0.3);
}
.advantages .item:nth-child(1) {
  width: calc(50% - 18px);
  background: #6db4e0;
}
.advantages .item:nth-child(1) .item-title {
  max-width: 290px;
}
.advantages .item:nth-child(6) {
  border: 1px solid rgba(47, 47, 47, 0);
}
.advantages .item:nth-child(6) .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
.advantages .item:nth-child(6) .button {
  width: 100%;
}
.advantages .item:nth-child(7) {
  border: 1px solid rgba(47, 47, 47, 0);
}
.advantages .item:nth-child(7) .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.advantages .item-title {
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.02em;
  padding: 40px;
}
.advantages .item-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.advantages .item-text {
  position: absolute;
  right: 40px;
  bottom: 0;
  font-family: "racama", sans-serif;
  font-size: 120px;
  line-height: 0.45;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  .advantages .item {
    height: 262px;
  }
  .advantages .item-title {
    font-size: 22px;
    padding: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .advantages .item {
    width: calc(33.33% - 18px);
  }
  .advantages .item:nth-child(1) {
    width: calc(100% - 18px);
  }
  .advantages .item:nth-child(1) .item-title {
    max-width: 380px;
  }
  .advantages .item-text {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .advantages {
    margin-bottom: 80px;
  }
  .advantages .item {
    width: calc(50% - 18px);
  }
}
@media only screen and (max-width: 767px) {
  .advantages .item {
    width: calc(100% - 18px);
    border-radius: 20px;
    overflow: hidden;
  }
  .advantages .item:nth-child(1) .item-title {
    max-width: 212px;
  }
  .advantages .item:nth-child(1) .item-image {
    right: -166px;
  }
  .advantages .item:nth-child(6) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    padding: 0 10px;
  }
  .advantages .item-title {
    font-size: 20px;
    padding: 20px 18px;
  }
  .advantages .title-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.portfolio {
  margin-bottom: 120px;
  overflow: hidden;
}
.portfolio .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.portfolio .slider {
  margin-left: calc((100% - 1440px) / 2 + 360px);
}
.portfolio .slide {
  display: block;
  width: 314px;
}
.portfolio .slide-image {
  position: relative;
  width: 100%;
  height: 546px;
  border-radius: 30px;
  overflow: hidden;
}
.portfolio .slide-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .slide-image__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(109, 180, 224, 0.5);
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio .slide-image__icon:hover {
  background: #6db4e0;
}
.portfolio .slide-title {
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.02em;
  margin-top: 20px;
}
.portfolio .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  border-radius: 10px;
  background: transparent;
  width: auto;
  max-width: 100%;
  height: 50px;
  font-family: "inter", sans-serif;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #2f2f2f;
  white-space: nowrap;
}
.portfolio .owl-nav::before, .portfolio .owl-nav::after {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.35, 1);
  border-radius: 10px;
}
.portfolio .owl-nav::before {
  border: 1px solid rgba(47, 47, 47, 0.5);
  clip-path: polygon(-10% -10%, 0.5rem -10%, 0.5rem 110%, calc(100% - 0.5rem) 110%, calc(100% - 0.5rem) -10%, 110% -10%, 110% 110%, -10% 110%);
  -webkit-transform: scaleY(0.8);
      -ms-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
.portfolio .owl-nav::after {
  background: #6db4e0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.portfolio .owl-nav:hover::before, .portfolio .owl-nav:hover::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.portfolio .slider-arrow {
  position: relative;
  z-index: 3;
  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: 90px;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.portfolio .slider-arrow.left svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.portfolio .slider-arrow.left::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 35px;
  background: #2f2f2f;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.portfolio .slider-arrow svg {
  width: 26px;
  height: 10px;
  fill: #2f2f2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio .slider-arrow:hover svg {
  fill: #fff;
}
@media only screen and (max-width: 1480px) {
  .portfolio .slider {
    margin-left: calc((100% - 1200px) / 2 + 320px);
  }
  .portfolio .slide {
    width: 304px;
  }
  .portfolio .slide-image {
    height: 504px;
  }
}
@media only screen and (max-width: 1280px) {
  .portfolio .slider {
    margin-left: calc((100% - 960px) / 2 + 290px);
  }
  .portfolio .slide {
    width: 274px;
  }
  .portfolio .slide-title {
    font-size: 20px;
  }
  .portfolio .slide-image {
    height: 456px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio {
    margin-bottom: 80px;
  }
  .portfolio .slider {
    margin-left: calc((100% - 750px) / 2 + 250px);
  }
  .portfolio .slide {
    width: 274px;
  }
  .portfolio .slider-arrow {
    width: 64px;
  }
  .portfolio .owl-nav {
    right: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .portfolio .header_2 {
    width: 100%;
  }
  .portfolio .slider {
    margin-left: 10px;
  }
  .portfolio .owl-nav {
    position: relative;
    top: 10px;
    right: 0;
  }
}

.form-desc {
  margin-bottom: 70px;
}
.form-desc .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
}
.form-desc .content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 230px 36px 44px 360px;
}
.form-desc .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-desc .header_2 {
  color: #fff;
  padding-left: 56px;
  margin-bottom: 24px;
}
.form-desc .form {
  background: #fff;
  border-radius: 30px;
  padding: 46px 56px;
}
.form-desc .form-title {
  font-size: 18px;
  margin-bottom: 22px;
}
.form-desc .form-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.form-desc .buttom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.form-desc .button-i {
  width: 50%;
}
.form-desc .form-note {
  width: 50%;
}
@media only screen and (max-width: 1480px) {
  .form-desc .content-wrap {
    padding: 200px 36px 44px 320px;
  }
}
@media only screen and (max-width: 1280px) {
  .form-desc .content-wrap {
    padding: 160px 26px 34px 290px;
  }
  .form-desc .header_2 {
    padding-left: 40px;
  }
  .form-desc .form {
    padding: 36px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .form-desc .content-wrap {
    padding: 100px 26px 26px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .form-desc .content {
    border-radius: 20px;
  }
  .form-desc .header_2 {
    margin-bottom: 14px;
    padding-left: 16px;
  }
  .form-desc .content-wrap {
    padding: 100px 16px 16px 16px;
  }
  .form-desc .form {
    padding: 36px 16px;
    border-radius: 20px;
  }
  .form-desc .form-title {
    font-size: 16px;
  }
  .form-desc .form-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .form-desc .buttom-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-desc .button-i {
    width: 100%;
  }
  .form-desc .form-note {
    width: 100%;
  }
}

.main {
  min-height: 58vh;
}
.main.gallery .content {
  width: 100%;
}
.main .content {
  width: 86%;
}
.main .custom-gallery img {
  width: 100%;
  height: auto !important;
}
.main .custom-gallery:hover img {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}
.main .text-default p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.main .gallery-item {
  position: relative;
  z-index: 10;
  float: none;
  padding: 0px;
  border: 0px;
  padding: 6px 4px;
  opacity: 1;
  width: calc(33.33% - 3px);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.main .gallery-item a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.main .gallery-item img {
  width: 100%;
  height: 284px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s;
  transition: 2s;
}
.main .gallery-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 1280px) {
  .main .content {
    width: 94%;
  }
  .main .gallery-item img {
    height: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .main {
    margin-bottom: 80px;
  }
  .main .content {
    width: 100%;
  }
  .main .gallery-item {
    width: calc(50% - 8px);
  }
  .main .gallery-item img {
    border-radius: 22px;
    height: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .main .text-default img {
    width: 100% !important;
    margin: 20px 0 !important;
  }
  .main .gallery-item img {
    height: 32vw;
    margin: 0 !important;
  }
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
.footer .col-50 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  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;
}
.footer .logo img {
  max-width: 100%;
}
.footer .block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer .block-title {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer .block-contact {
  font-size: 32px;
  line-height: 115%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer a.block-contact:hover {
  color: #6db4e0;
}
.footer .link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .link:last-child {
  margin-bottom: 0;
}
.footer .link:hover {
  color: #6db4e0;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
}
.footer .sosials-wrap,
.footer .note {
  margin-top: 86px;
}
.footer .sosials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .button {
  width: 316px;
  margin-right: 42px;
}
.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.footer .social svg {
  fill: #2f2f2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .social:hover svg {
  fill: #6db4e0;
}
.footer .note {
  max-width: 590px;
  font-size: 12px;
}
@media only screen and (max-width: 1280px) {
  .footer .block-title {
    font-size: 16px;
  }
  .footer .block-contact {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .footer .col-50 {
    width: 100%;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .footer .note {
    margin-top: 20px;
  }
  .footer .sosials-wrap {
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer .block {
    width: 100%;
  }
}

.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(47, 47, 47, 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: #6db4e0;
  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: #6db4e0;
}

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: 20px;
  display: none;
}
.form-callback.active {
  display: block;
}
.form-callback .header_3 {
  margin-bottom: 25px;
}
.form-callback .button-i {
  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-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;
  }
}