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

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

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

body {
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  position: relative;
  min-width: 375px;
  min-height: 100vh;
  margin: 0;
  line-height: 1.4;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 110px;
  opacity: 0;
  background: #ffffff; }
  @media only screen and (max-width: 1280px) {
    body {
      padding-top: 92px; } }
  @media only screen and (max-width: 991px) {
    body {
      padding-top: 70px; } }
  body.loading {
    opacity: 1; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(12, 12, 12, 0.4); }
  body::-webkit-scrollbar-thumb {
    background-color: #0c0c0c; }

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

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

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

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

.header_1 {
  display: block;
  font-family: "montserrat", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  color: #24a0de; }
  @media only screen and (max-width: 1280px) {
    .header_1 {
      font-size: 66px; } }
  @media only screen and (max-width: 991px) {
    .header_1 {
      font-size: 58px; } }
  @media only screen and (max-width: 767px) {
    .header_1 {
      font-size: 50px; } }

.header_2 {
  display: block;
  font-family: "montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #24a0de;
  text-transform: uppercase;
  line-height: 1.2; }
  @media only screen and (max-width: 1280px) {
    .header_2 {
      font-size: 36px; } }
  @media only screen and (max-width: 991px) {
    .header_2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .header_2 {
      font-size: 26px; } }

.header_3 {
  display: block;
  font-family: "montserrat", sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #24a0de;
  line-height: 1.2; }
  @media only screen and (max-width: 1280px) {
    .header_3 {
      font-size: 30px; } }
  @media only screen and (max-width: 991px) {
    .header_3 {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .header_3 {
      font-size: 22px; } }

.button {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  border-radius: 16px;
  background: #24a0de;
  width: auto;
  max-width: 100%;
  height: 52px;
  line-height: 48px;
  padding: 0 16px;
  font-family: "inter", sans-serif;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 2px solid #24a0de;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button:hover {
    color: #24a0de;
    background: #fff; }

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

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

.text-default {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #0c0c0c; }
  @media only screen and (max-width: 991px) {
    .text-default {
      font-size: 15px; } }
  .text-default p {
    margin-top: 20px;
    margin-bottom: 20px; }
    .text-default p:first-child {
      margin-top: 0; }
    .text-default p:last-child {
      margin-bottom: 0; }
  .text-default a {
    color: #24a0de;
    text-decoration: underline;
    display: inline-block; }
    .text-default a:hover {
      text-decoration: none; }
  .text-default blockquote {
    margin: 0;
    padding: 20px 10px 20px 20px;
    background: rgba(12, 12, 12, 0.1);
    border-left: 5px solid #24a0de;
    border-radius: 12px; }
    .text-default blockquote p {
      margin: 0 !important; }
  .text-default ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px; }
    .text-default ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #24a0de; }
  .text-default ul > ul {
    padding-left: 16px; }
    .text-default ul > ul > li:before {
      width: 4px;
      height: 4px;
      background: transparent;
      border: 1px solid #24a0de; }
  .text-default ol li {
    margin-left: 16px;
    margin-bottom: 6px; }
    .text-default ol li::marker {
      color: #24a0de;
      font-weight: 700; }
  .text-default h1 {
    display: block;
    font-family: "montserrat", sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2;
    color: #24a0de; }
    @media only screen and (max-width: 1280px) {
      .text-default h1 {
        font-size: 66px; } }
    @media only screen and (max-width: 991px) {
      .text-default h1 {
        font-size: 58px; } }
    @media only screen and (max-width: 767px) {
      .text-default h1 {
        font-size: 50px; } }
  .text-default h2 {
    display: block;
    font-family: "montserrat", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #24a0de;
    text-transform: uppercase;
    line-height: 1.2; }
    @media only screen and (max-width: 1280px) {
      .text-default h2 {
        font-size: 56px; } }
    @media only screen and (max-width: 991px) {
      .text-default h2 {
        font-size: 46px; } }
    @media only screen and (max-width: 767px) {
      .text-default h2 {
        font-size: 32px; } }
  .text-default h3 {
    display: block;
    font-family: "montserrat", sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: #24a0de;
    line-height: 1.2;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1280px) {
      .text-default h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 991px) {
      .text-default h3 {
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .text-default h3 {
        font-size: 22px; } }
  .text-default table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    display: block;
    overflow-x: auto; }
    .text-default table p {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
  .text-default tbody {
    width: 100%; }
  .text-default tr {
    width: 100%; }
    .text-default tr:nth-child(2n) {
      background: rgba(36, 160, 222, 0.1); }
    .text-default tr:first-child td:first-child {
      border-top-left-radius: 14px; }
    .text-default tr:first-child td:last-child {
      border-top-right-radius: 14px; }
  .text-default td {
    border: 1px solid rgba(12, 12, 12, 0.2);
    padding: 10px;
    font-size: 16px; }

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

.arrow-slider {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  background: #24a0de;
  border-radius: 14px;
  border: 1px solid #24a0de;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .arrow-slider.left {
    margin-right: 8px; }
    .arrow-slider.left svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .arrow-slider.right svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .arrow-slider svg {
    width: 14px;
    height: 8px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .arrow-slider:hover {
    background: #ffffff; }
    .arrow-slider:hover svg {
      fill: #24a0de; }

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

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .form-item.last {
    margin-bottom: 0; }
  .form-item.novalid input {
    border: 1px solid red; }
  .form-item input {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 16px;
    color: #0c0c0c;
    font-family: "inter", sans-serif;
    padding: 0px 20px;
    background: #fff;
    border: 1px solid #0c0c0c; }
    .form-item input::-webkit-input-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    .form-item input::-moz-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    .form-item input:-ms-input-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    .form-item input:-moz-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    .form-item input.error {
      border: 1px solid red; }
  .form-item textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 140px;
    border-radius: 30px;
    font-size: 16px;
    color: #0c0c0c;
    font-family: "inter", sans-serif;
    padding: 20px;
    background: #fff;
    border: 1px solid #0c0c0c; }
    .form-item textarea::-webkit-input-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    .form-item textarea::-moz-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    .form-item textarea:-ms-input-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    .form-item textarea:-moz-placeholder {
      color: rgba(12, 12, 12, 0.5); }
    @media only screen and (max-width: 991px) {
      .form-item textarea {
        border-radius: 24px; } }
  .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;
    -o-transition: 0.3s;
    transition: 0.3s; }

.form-note {
  position: relative;
  display: block;
  margin-top: 14px; }
  .form-note input {
    display: none; }
    .form-note input:checked + .custom-checkbox::after {
      display: block; }
  .form-note .custom-checkbox {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #0c0c0c;
    border-radius: 50%;
    cursor: pointer; }
    .form-note .custom-checkbox::after {
      content: "";
      display: none;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #0c0c0c;
      border-radius: 50%; }
  .form-note .form-note-text {
    display: inline-block;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 300;
    color: #0c0c0c; }
    .form-note .form-note-text a {
      color: #24a0de;
      text-decoration: underline; }

.scroll-top {
  position: fixed;
  z-index: 30;
  bottom: 12px;
  right: 8px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 2px solid #24a0de;
  background: #fff;
  padding: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scroll-top.active {
    display: block; }
  .scroll-top:hover {
    background: #24a0de; }
    .scroll-top:hover svg {
      fill: #fff; }
  .scroll-top svg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    fill: #24a0de;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .scroll-top {
      width: 46px;
      height: 46px;
      padding: 12px;
      border-radius: 14px; } }

.scroll-socials {
  position: fixed;
  z-index: 32;
  bottom: 180px;
  right: 10px; }
  @media only screen and (max-width: 767px) {
    .scroll-socials {
      bottom: 80px; } }
  .scroll-socials .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    border: 1px solid #24a0de;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .scroll-socials .social:last-child {
      margin-bottom: 0; }
    .scroll-socials .social svg {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      fill: #24a0de;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .scroll-socials .social:hover {
      background: #24a0de; }
      .scroll-socials .social:hover svg {
        fill: #fff; }
    @media only screen and (max-width: 767px) {
      .scroll-socials .social {
        width: 46px;
        height: 46px;
        padding: 12px;
        margin-bottom: 10px;
        border-radius: 14px; } }

.owl-dots {
  margin-top: 20px; }

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

.simplesearch-result {
  margin-bottom: 14px; }
  .simplesearch-result h3 {
    font-size: 18px; }
  .simplesearch-result a {
    color: #24a0de;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .simplesearch-result a:hover {
      text-decoration: underline; }

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

.disabled {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  position: fixed;
  top: 0px;
  z-index: 30;
  background: #fff; }
  .header .header-top {
    width: 100%;
    padding: 14px 0; }
    .header .header-top .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header .header-top .logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 294px;
      margin-right: 10px; }
      .header .header-top .logo img {
        width: 100%; }
    .header .header-top .contact_blocks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto; }
    .header .header-top .contact_block {
      position: relative;
      max-width: 144px;
      margin-right: 10px;
      padding-left: 20px; }
      .header .header-top .contact_block:hover .phone-link {
        color: #24a0de; }
    .header .header-top .contact_block-icon {
      position: absolute;
      top: 2px;
      left: 2px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 12px;
      height: 12px; }
      .header .header-top .contact_block-icon svg {
        fill: #24a0de; }
    .header .header-top .contact_block-link {
      display: block;
      font-size: 12px;
      line-height: 1.6;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .header .header-top .whatsapp-link {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #24a0de;
      border: 1px solid transparent;
      border-radius: 16px;
      padding: 14px;
      width: 52px;
      height: 52px;
      margin-right: 8px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .header .header-top .whatsapp-link svg {
        fill: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .header .header-top .whatsapp-link:hover {
        background: #e1e7f6; }
        .header .header-top .whatsapp-link:hover svg {
          fill: #24a0de; }
    .header .header-top .search {
      display: none; }
    .header .header-top .blink-link {
      display: none; }
    .header .header-top .menu__toggle {
      display: none; }
  @media only screen and (max-width: 1280px) {
    .header .header-top .logo {
      width: 230px; }
    .header .header-top .contact-block__wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .header .header-top .contact-block {
      margin-right: 10px; } }
  @media only screen and (max-width: 991px) {
    .header .header-top {
      padding: 8px 0; }
      .header .header-top .contact_blocks,
      .header .header-top .button {
        display: none; }
      .header .header-top .logo {
        width: 170px; }
      .header .header-top .whatsapp-link {
        margin-left: auto;
        margin-right: 6px;
        width: 34px;
        height: 34px;
        padding: 8px;
        border-radius: 10px; }
      .header .header-top .search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #24a0de;
        border-radius: 10px;
        width: 34px;
        height: 34px;
        padding: 8px;
        margin-right: 6px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header .header-top .search svg {
          fill: #ffffff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header .header-top .search.active {
          background: #0c0c0c; }
      .header .header-top .blink-link {
        margin-right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        background: #24a0de; }
      .header .header-top .blink-link__icon {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 24px;
        height: 14px; }
      .header .header-top .blink-link__text {
        text-align: right;
        color: #fff; }
      .header .header-top .menu__toggle {
        position: relative;
        z-index: 30;
        display: block;
        width: 26px;
        height: 16px;
        cursor: pointer; }
        .header .header-top .menu__toggle span {
          display: block;
          width: 100%;
          height: 2px;
          border-radius: 1px;
          border: 1px solid transparent;
          background: #0c0c0c;
          position: absolute;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
          -webkit-transform: rotate(0) translate(0, 0);
              -ms-transform: rotate(0) translate(0, 0);
                  transform: rotate(0) translate(0, 0); }
          .header .header-top .menu__toggle span:nth-child(1) {
            top: 0;
            left: 0; }
          .header .header-top .menu__toggle span:nth-child(2) {
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            opacity: 1; }
          .header .header-top .menu__toggle span:nth-child(3) {
            bottom: 0;
            left: 0; }
        .header .header-top .menu__toggle.active span {
          background: #24a0de; }
          .header .header-top .menu__toggle.active span:nth-child(1) {
            -webkit-transform: rotate(45deg) translate(-50%, -50%);
                -ms-transform: rotate(45deg) translate(-50%, -50%);
                    transform: rotate(45deg) translate(-50%, -50%);
            -webkit-transform-origin: top left;
                -ms-transform-origin: top left;
                    transform-origin: top left;
            left: 50%;
            top: 50%; }
          .header .header-top .menu__toggle.active span:nth-child(2) {
            left: 150%;
            -webkit-transform: translateY(0) rotate(-360deg);
                -ms-transform: translateY(0) rotate(-360deg);
                    transform: translateY(0) rotate(-360deg);
            opacity: 0; }
          .header .header-top .menu__toggle.active span:nth-child(3) {
            -webkit-transform: rotate(-45deg) translate(-50%, 50%);
                -ms-transform: rotate(-45deg) translate(-50%, 50%);
                    transform: rotate(-45deg) translate(-50%, 50%);
            -webkit-transform-origin: bottom left;
                -ms-transform-origin: bottom left;
                    transform-origin: bottom left;
            left: 50%;
            bottom: 50%; } }

.menu {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .menu .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu .menu-list-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
    padding: 7px;
    margin-right: 12px;
    background: rgba(64, 89, 9, 0.05); }
  .menu .menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu .menu-list > .menu-item {
    position: relative; }
    .menu .menu-list > .menu-item:hover > a {
      background: #24a0de;
      color: #ffffff; }
      .menu .menu-list > .menu-item:hover > a .arrow {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
        .menu .menu-list > .menu-item:hover > a .arrow svg {
          fill: #ffffff; }
    .menu .menu-list > .menu-item:hover > ul {
      display: block; }
    .menu .menu-list > .menu-item.active > a {
      background: #24a0de;
      color: #fff; }
      .menu .menu-list > .menu-item.active > a .arrow svg {
        fill: #fff; }
    .menu .menu-list > .menu-item > a {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-family: "inter", sans-serif;
      font-size: 15px;
      color: #0c0c0c;
      background: transparent;
      border-radius: 16px;
      padding: 10px 16px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .menu .menu-list > .menu-item > a .arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 12px;
        height: 6px;
        background: transparent;
        margin-left: 6px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu .menu-list > .menu-item > a .arrow svg {
          fill: #0c0c0c;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .menu .menu-list > .menu-item > a::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        background: transparent; }
  .menu .menu-list__inner {
    display: none;
    position: absolute;
    z-index: 12;
    top: calc(100% + 10px);
    left: 0;
    width: 300px;
    padding: 14px 10px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 16px; }
    .menu .menu-list__inner > .menu-item {
      position: relative; }
      .menu .menu-list__inner > .menu-item > a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 4px 6px;
        background: transparent;
        color: #0c0c0c;
        font-weight: 400;
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu .menu-list__inner > .menu-item > a .arrow {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 12px;
          height: 6px;
          background: transparent;
          margin-left: 6px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .menu .menu-list__inner > .menu-item > a .arrow svg {
            fill: #0c0c0c;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
        .menu .menu-list__inner > .menu-item > a::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 100%;
          width: 2px;
          height: 100%; }
      .menu .menu-list__inner > .menu-item.active > a {
        color: #24a0de; }
        .menu .menu-list__inner > .menu-item.active > a .arrow svg {
          fill: #24a0de; }
      .menu .menu-list__inner > .menu-item:hover > a {
        color: #24a0de; }
        .menu .menu-list__inner > .menu-item:hover > a .arrow {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
          .menu .menu-list__inner > .menu-item:hover > a .arrow svg {
            fill: #24a0de; }
      .menu .menu-list__inner > .menu-item:hover > ul {
        display: block;
        top: 0;
        left: 100%; }
  .menu .simplesearch-search-form {
    position: relative;
    margin-left: auto; }
  .menu .form-item {
    opacity: 1;
    overflow: hidden;
    width: 184px;
    margin-bottom: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .menu .form-item input {
      border-radius: 16px;
      background: #ffffff;
      height: 46px;
      border: 0;
      padding-left: 44px;
      padding-right: 10px; }
    .menu .form-item button {
      position: absolute;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 12px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: #24a0de; }
  .menu .search {
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .menu .search svg {
      fill: #24a0de;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .menu .blink-link {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 186px;
    padding: 6px 20px 6px 50px;
    border-radius: 16px;
    background: #0c0c0c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .menu .blink-link:hover {
      background: #24a0de; }
  .menu .blink-link__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    left: 15px; }
    .menu .blink-link__icon svg {
      fill: #fff; }
  .menu .blink-link__text {
    text-align: center;
    color: #fff; }
  @media only screen and (max-width: 1280px) {
    .menu .menu-list > .menu-item > a {
      padding: 10px 12px;
      font-size: 15px; }
    .menu .blink-link {
      width: auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 16px; }
    .menu .blink-link__icon {
      position: relative;
      top: unset;
      left: unset; }
    .menu .blink-link__text {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .menu {
      position: fixed;
      top: -62px;
      z-index: 10;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .menu.active {
        top: 62px; }
      .menu .menu-list-wrap {
        margin-right: 0; }
      .menu .menu-list,
      .menu .blink-link {
        display: none; }
      .menu .simplesearch-search-form {
        width: 100%; }
        .menu .simplesearch-search-form.focus .form-item {
          width: 100%; }
      .menu .search {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 16px 16px 0;
        background: #24a0de; }
        .menu .search svg {
          fill: #ffffff; }
      .menu .form-item {
        position: relative;
        z-index: 1;
        opacity: 1;
        width: 100%; } }

.menu-mobile {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .menu-mobile {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 20;
      padding: 14px 10px 0;
      background: #ffffff;
      -webkit-transform: translate3d(10%, 0%, 0);
              transform: translate3d(10%, 0%, 0);
      -webkit-transition: opacity .3s,-webkit-transform .4s;
      transition: opacity .3s,-webkit-transform .4s;
      -o-transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s,-webkit-transform .4s;
      will-change: transform;
      opacity: 0; }
      .menu-mobile.display {
        display: block; }
      .menu-mobile.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1; }
      .menu-mobile .cities {
        position: relative;
        display: inline-block;
        margin-top: 6px;
        margin-bottom: 40px; }
      .menu-mobile .cities-link {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .menu-mobile .cities-link::after {
          content: "";
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 10px; }
      .menu-mobile .cities-link__icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 12px;
        height: 16px;
        margin-right: 6px; }
        .menu-mobile .cities-link__icon svg {
          fill: #24a0de; }
      .menu-mobile .cities-link__text {
        font-weight: 500;
        margin-right: 6px; }
      .menu-mobile .cities-link__arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 12px;
        height: 6px; }
        .menu-mobile .cities-link__arrow svg {
          fill: #24a0de; }
      .menu-mobile .cities-spoller {
        position: absolute;
        top: calc(100% + 10px);
        width: 200px;
        background: #fff;
        border-radius: 4px;
        display: none; }
      .menu-mobile .cities-list {
        padding: 2px;
        border-radius: 4px; }
        .menu-mobile .cities-list a {
          display: block;
          padding: 4px 6px;
          background: transparent;
          color: #0c0c0c;
          border-radius: 4px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .menu-mobile .cities-list a:hover {
            background: #24a0de;
            color: #fff; }
      .menu-mobile .menu-list {
        margin-bottom: 40px; }
      .menu-mobile .menu-item {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .menu-mobile .menu-item:last-child {
          margin-bottom: 0; }
        .menu-mobile .menu-item.active > a {
          color: #24a0de; }
        .menu-mobile .menu-item.open > .arrow {
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
        .menu-mobile .menu-item.open > .menu-list__inner {
          display: block; }
        .menu-mobile .menu-item a {
          font-weight: 700;
          font-size: 18px; }
        .menu-mobile .menu-item ul {
          display: none;
          padding: 15px 0 15px;
          width: 100%; }
          .menu-mobile .menu-item ul > li {
            margin-bottom: 10px; }
            .menu-mobile .menu-item ul > li:last-child {
              margin-bottom: 0; }
            .menu-mobile .menu-item ul > li > a {
              display: block;
              padding: 0 10px;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
              .menu-mobile .menu-item ul > li > a:hover {
                color: #24a0de; }
            .menu-mobile .menu-item ul > li.active > a {
              color: #24a0de; }
      .menu-mobile .arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 10px;
        height: 10px;
        background: transparent;
        margin-left: 14px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu-mobile .arrow svg {
          fill: #0c0c0c; }
      .menu-mobile .contact-blocks {
        margin-left: auto; }
      .menu-mobile .contact-block {
        border-radius: 15px;
        margin-right: 20px; }
      .menu-mobile .contact-block__title {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .menu-mobile .contact-block__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px; }
      .menu-mobile .phone {
        margin-right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .menu-mobile .phone:hover .phone-link {
          color: #24a0de; }
      .menu-mobile .phone-icon {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 14px;
        height: 14px;
        margin-right: 4px; }
        .menu-mobile .phone-icon svg {
          fill: #24a0de; }
      .menu-mobile .phone-link {
        font-weight: 600;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .menu-mobile .worktime {
        margin-right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .menu-mobile .worktime-icon {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 14px;
        height: 14px;
        margin-right: 4px; }
        .menu-mobile .worktime-icon svg {
          fill: #24a0de; }
      .menu-mobile .worktime-link {
        font-weight: 600; } }

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

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

.breadcrumbs .item {
  font-size: 14px; }
  .breadcrumbs .item a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .breadcrumbs .item a:hover {
      color: #24a0de; }

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

.heroimage {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  overflow: hidden; }
  .heroimage .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .heroimage .col-left {
    width: 49.5%; }
  .heroimage .block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #24a0de;
    padding: 40px 24px; }
  .heroimage .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px; }
  .heroimage .title-text {
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    text-align: right; }
  .heroimage .subtitle {
    font-size: 20px;
    color: #fff; }
    .heroimage .subtitle p {
      margin: 24px 0; }
      .heroimage .subtitle p:first-child {
        margin-top: 0; }
      .heroimage .subtitle p:last-child {
        margin-bottom: 0; }
  .heroimage .block-image {
    position: absolute;
    bottom: 0;
    right: 0; }
  .heroimage .item {
    border-radius: 16px;
    padding: 4px;
    background: #f5f6f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px; }
    .heroimage .item:last-child {
      margin-bottom: 0; }
  .heroimage .item-number {
    border-radius: 14px;
    padding: 16px 17px;
    width: 44px;
    height: 44px;
    background: #24a0de;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 140%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px; }
  .heroimage .item-title {
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  .heroimage .col-right {
    position: relative;
    width: 49.5%; }
  .heroimage .slider {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px; }
  .heroimage .slide {
    width: 100%; }
    .heroimage .slide img {
      width: 100%; }
  .heroimage .arrow {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .heroimage .arrow.left {
      left: 35px;
      bottom: 35px; }
    .heroimage .arrow.right {
      left: 80px;
      bottom: 35px; }
    .heroimage .arrow svg {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .heroimage .arrow:hover {
      background: #24a0de; }
      .heroimage .arrow:hover svg {
        fill: #fff; }
  @media only screen and (max-width: 1280px) {
    .heroimage .subtitle {
      font-size: 16px; }
      .heroimage .subtitle p {
        margin: 18px 0; }
    .heroimage .title {
      font-size: 21px; }
    .heroimage .title-text {
      font-size: 34px; }
    .heroimage .block-image {
      width: 280px; }
    .heroimage .item-number {
      width: 50px;
      height: 50px;
      font-size: 15px;
      margin-right: 14px; }
    .heroimage .item-title {
      font-size: 15px; } }
  @media only screen and (max-width: 991px) {
    .heroimage {
      margin-bottom: 80px; }
      .heroimage .content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .heroimage .col-left {
        width: 100%;
        margin-bottom: 16px; }
      .heroimage .block {
        border-radius: 16px;
        padding: 36px 24px 46px; }
      .heroimage .title {
        margin-bottom: 20px; }
      .heroimage .subtitle p:last-child {
        padding-right: 176px; }
      .heroimage .title-text {
        text-align: left; }
      .heroimage .block-image {
        width: 210px;
        right: 10px; }
      .heroimage .col-right {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .heroimage .block {
      padding: 24px 18px; }
    .heroimage .block-image {
      width: 150px;
      right: 10px; }
    .heroimage .subtitle p {
      margin: 10px 0; }
      .heroimage .subtitle p:last-child {
        padding-right: 114px; } }

body.home-page .services {
  margin-top: 0; }

.services {
  margin-bottom: 110px; }
  .services .header_2 {
    margin-bottom: 40px; }
  .services .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -4px; }
  .services .item {
    width: 25%;
    padding: 4px; }
  .services .link {
    display: block; }
  .services .link-image {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 10px; }
    .services .link-image img {
      width: 100%;
      height: 100%;
      border-radius: 16px;
      -o-object-fit: cover;
         object-fit: cover; }
  .services .link-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center; }
  .services .block {
    border-top: 1px solid #24a0de;
    padding-top: 10px;
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .services .block-wrap {
    max-width: 790px;
    margin-right: 8px; }
  .services .block-title {
    font-weight: 500;
    font-size: 20px;
    color: #24a0de;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .services .block-text {
    color: #24a0de; }
  .services .button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 294px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media only screen and (max-width: 1280px) {
    .services .link-image {
      height: 156px; }
    .services .link-title {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .services .item {
      width: 50%; }
    .services .link-image {
      height: 250px; }
    .services .link-title {
      font-size: 18px; }
    .services .block {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 20px;
      margin-top: 20px; }
    .services .block-wrap {
      margin-right: 0;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 767px) {
    .services .header_2 {
      margin-bottom: 30px; }
    .services .item {
      width: 100%;
      margin-bottom: 20px; }
    .services .link-image {
      height: auto; }
    .services .link-title {
      text-align: left; } }

.about {
  margin-bottom: 32px; }
  .about .header_2 {
    margin-bottom: 40px; }
  .about .row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 16px 24px;
    border-radius: 20px;
    background: #24a0de; }
  .about .col-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0;
    margin-right: 58px; }
  .about .image-content {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 430px;
    height: 460px; }
    .about .image-content img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 16px; }
  .about .desc {
    margin-bottom: auto;
    color: #fff; }
  .about .block {
    width: 100%;
    border-radius: 18px;
    padding: 12px 30px 12px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff; }
  .about .block-logo {
    width: 260px; }
    .about .block-logo img {
      width: 100%; }
  .about .button {
    padding: 0 74px; }
  @media only screen and (max-width: 1280px) {
    .about .button {
      padding: 0 16px; }
    .about .col-left {
      margin-right: 30px; }
    .about .block {
      padding: 12px 18px; }
    .about .block-logo {
      width: 234px; }
    .about .image-contact {
      width: 410px;
      height: 430px; } }
  @media only screen and (max-width: 991px) {
    .about {
      margin-bottom: 80px; }
      .about .header_2 {
        margin-bottom: 30px; }
      .about .row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 16px; }
      .about .col-left {
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px; }
      .about .desc {
        margin-bottom: 20px; }
      .about .block {
        width: 100%; }
      .about .image-content {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .about .block {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px; }
    .about .image-content {
      height: 70vw; }
    .about .button {
      width: 100%;
      margin-top: 10px; } }

.advantages {
  margin-bottom: 100px; }
  .advantages .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .advantages .header_2 {
    color: #fff; }
  .advantages .block {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 596px;
    border-radius: 20px;
    background: #24a0de;
    margin-right: 12px;
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
  .advantages .block-label {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px; }
  .advantages .text-default {
    font-size: 18px;
    line-height: 1.6;
    color: #fff; }
  .advantages .list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .advantages .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #f5f6f2;
    margin-bottom: 4px;
    padding: 4px 4px 4px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent; }
    .advantages .item:last-child {
      margin-bottom: 0; }
  .advantages .item-number {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 14px;
    margin-right: 8px;
    background: #24a0de;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  .advantages .item-text {
    color: #0c0c0c;
    line-height: 1.5; }
  @media only screen and (max-width: 1280px) {
    .advantages .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .advantages .header_2 {
      margin-bottom: 30px; }
    .advantages .block {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      margin-right: 0;
      border-radius: 24px;
      padding: 20px 132px 20px 20px; } }
  @media only screen and (max-width: 991px) {
    .advantages {
      margin-bottom: 80px; }
      .advantages .block {
        padding: 20px 150px 20px 20px; } }
  @media only screen and (max-width: 767px) {
    .advantages .block-label {
      opacity: 0.2; }
    .advantages .header_2 {
      margin-bottom: 20px; }
    .advantages .block {
      padding: 20px 16px;
      border-radius: 14px; }
    .advantages .text-default {
      font-size: 15px; }
    .advantages .item {
      border-radius: 14px;
      padding: 4px 16px 4px 4px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .advantages .item-number {
      width: 50px;
      height: 50px;
      margin-right: 10px;
      border-radius: 12px;
      font-size: 14px; }
    .advantages .item-text {
      font-size: 14px; } }

.gallery {
  margin-bottom: 100px; }
  .gallery .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .gallery .slide {
    position: relative;
    margin: 0 4px; }
  .gallery .slide-image {
    display: block;
    width: 100%;
    height: 222px;
    outline: none; }
    .gallery .slide-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 16px; }
  .gallery .name {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    border-radius: 50px;
    background: #fff;
    padding: 15px;
    font-weight: 500; }
  @media only screen and (max-width: 1441px) {
    .gallery .slide-image {
      height: 198px; } }
  @media only screen and (max-width: 991px) {
    .gallery {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .gallery .content {
      margin-bottom: 30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .gallery .arrows {
      display: none;
      width: 100%;
      margin-top: 10px; }
    .gallery .arrow {
      width: 34px;
      height: 34px; }
      .gallery .arrow svg {
        width: 14px;
        height: 14px; }
      .gallery .arrow.left {
        margin-right: 6px; } }
  @media only screen and (max-width: 450px) {
    .gallery .slide {
      margin: 0; }
    .gallery .slide-image {
      height: 64vw; } }

.specialists {
  margin-bottom: 100px; }
  .specialists .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .specialists .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 446px;
    border-radius: 16px;
    background: #fff;
    margin: 4px;
    padding: 32px 24px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14); }
  .specialists .block {
    position: relative;
    z-index: 2;
    max-width: 200px;
    overflow: hidden; }
  .specialists .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #0c0c0c;
    margin-bottom: 8px; }
  .specialists .work {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  .specialists .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto !important;
    max-width: 100%;
    max-height: 100%; }
  @media only screen and (max-width: 1441px) {
    .specialists .slide {
      height: 394px; } }
  @media only screen and (max-width: 991px) {
    .specialists {
      margin-bottom: 80px; }
      .specialists .slide {
        height: 424px; } }
  @media only screen and (max-width: 767px) {
    .specialists .header-wrap {
      margin-bottom: 30px; }
    .specialists .name {
      font-size: 18px; }
    .specialists .work {
      font-size: 14px; }
    .specialists .image {
      max-width: 80%;
      max-height: 80%; }
    .specialists .owl-theme .owl-dots .owl-dot span {
      background: rgba(36, 160, 222, 0.2); }
    .specialists .owl-theme .owl-dots .owl-dot.active span,
    .specialists .owl-theme .owl-dots .owl-dot:hover span {
      background: #24a0de; }
    .specialists .arrows {
      display: none;
      width: 100%;
      margin-top: 10px; }
    .specialists .arrow {
      width: 34px;
      height: 34px; }
      .specialists .arrow svg {
        width: 14px;
        height: 14px; }
      .specialists .arrow.left {
        margin-right: 6px; } }

.footer {
  position: relative; }
  .footer .content {
    position: relative;
    background: #f5f6f2;
    border-radius: 24px;
    padding: 50px 40px 40px;
    overflow: hidden; }
  .footer .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .footer .logo {
    margin-right: auto; }
    .footer .logo img {
      width: 280px; }
  .footer .block {
    width: 180px;
    margin-right: 8px; }
    .footer .block-five {
      margin-right: 0; }
  .footer .block-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #24a0de;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .footer .block-list {
    height: 294px;
    overflow: hidden; }
  .footer .block-item {
    margin-bottom: 8px; }
    .footer .block-item:last-child {
      margin-bottom: 0; }
    .footer .block-item a {
      font-size: 14px;
      letter-spacing: 0.03em;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .footer .block-item a:hover {
        color: #24a0de; }
  .footer .block-link-more {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #24a0de;
    margin-top: 12px; }
  .footer .block-contact__title {
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase; }
  .footer .block-contact__link {
    display: block;
    margin-bottom: 12px; }
  .footer .block-contact__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    height: 16px; }
    .footer .block-contact__icon svg {
      fill: #24a0de; }
  .footer .block-contact__text {
    font-size: 14px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer .block-contact__text:hover {
      color: #24a0de; }
  @media only screen and (max-width: 1280px) {
    .footer .logo img {
      width: 200px; }
    .footer .block {
      width: 160px; } }
  @media only screen and (max-width: 991px) {
    .footer .content {
      border-radius: 24px; }
    .footer .footer-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer .block:not(.block-five) {
      display: none; }
    .footer .block-title {
      margin-bottom: 10px; }
    .footer .logo {
      margin-right: 0;
      margin-bottom: 20px; }
    .footer .block-five {
      text-align: center;
      margin-right: 0;
      margin-left: 0; }
    .footer .block-contact__link {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .footer .content {
      padding: 24px; }
    .footer .logo img {
      width: 250px; } }

.copyright {
  padding: 16px 0; }
  .copyright .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .copyright .copyright-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #24a0de;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .copyright .copyright-link:hover {
      opacity: 0.6; }
  .copyright .copyright-link__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 46px;
    height: 20px;
    margin-right: 6px; }
    .copyright .copyright-link__icon svg {
      fill: #24a0de; }
  @media only screen and (max-width: 991px) {
    .copyright .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .copyright .copyright-link:nth-child(2) {
      margin: 6px 0; }
    .copyright .copyright-link {
      font-size: 12px; } }

.contact {
  position: relative;
  margin-bottom: 12px;
  border-radius: 30px;
  overflow: hidden; }
  .contact .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden; }
  .contact .block {
    position: relative;
    z-index: 2;
    width: 45%;
    margin-left: auto;
    padding: 58px 70px;
    background: #fff;
    overflow: hidden; }
  .contact .block-content {
    position: relative;
    z-index: 2; }
  .contact .header_3 {
    margin-bottom: 30px; }
  .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .contact .item:last-child {
      margin-bottom: 0; }
  .contact .item-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px; }
  .contact .item-item {
    font-size: 16px;
    margin-bottom: 6px; }
    .contact .item-item:last-child {
      margin-bottom: 0; }
    .contact .item-item a {
      text-decoration: underline; }
      .contact .item-item a:hover {
        text-decoration: none; }
  @media only screen and (max-width: 1280px) {
    .contact .map {
      width: 50%; }
    .contact .block {
      width: 50%;
      padding: 50px 40px; }
    .contact .item-title {
      font-size: 18px; }
    .contact .item-item {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .contact {
      margin-bottom: 40px;
      overflow: hidden; }
      .contact .map {
        position: relative;
        width: 100%;
        height: 400px; }
      .contact .block {
        width: 100%;
        padding: 30px 20px; }
      .contact .item {
        margin-bottom: 26px; } }

.main {
  margin-bottom: 120px; }
  .main .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .main .content {
    width: 70%; }
  .main.gallery .content {
    width: 100%; }
  .main .header_1,
  .main .header_2 {
    margin-bottom: 40px; }
  .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 .main-gallery {
    margin-top: 40px; }
  .main .gallery-item {
    position: relative;
    z-index: 10;
    float: none;
    padding: 0px;
    border: 0px;
    padding: 6px 4px;
    opacity: 1;
    width: calc(33% - 0px);
    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;
      border-radius: 15px;
      overflow: hidden; }
    .main .gallery-item img {
      width: 100%;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    .main .gallery-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .main .partners {
    margin-bottom: 60px; }
    .main .partners-title {
      margin-bottom: 20px; }
    .main .partners-labels {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: -10px; }
    .main .partners-label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc( 25% - 20px);
      padding: 2px 8px;
      border-radius: 14px;
      background: #ffffff;
      margin: 10px; }
      .main .partners-label img {
        max-width: 100%; }
  @media only screen and (max-width: 1280px) {
    .main .content {
      width: 94%; } }
  @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 {
          height: 300px; }
      .main .partners-labels {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .main .partners-label {
        width: calc( 50% - 20px); } }
  @media only screen and (max-width: 767px) {
    .main .text-default img {
      width: 100% !important;
      margin: 20px 0 !important; }
    .main .gallery-item img {
      height: 36vw;
      margin: 0 !important; }
    .main .partners-labels {
      margin: -5px; }
    .main .partners-label {
      width: calc( 50% - 10px);
      margin: 5px; } }

.questions {
  margin-top: 40px; }
  .questions .item {
    margin-bottom: 14px;
    overflow: hidden; }
    .questions .item:last-child {
      margin-bottom: 0; }
  .questions .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #24a0de;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid transparent; }
    .questions .tab.active {
      border-radius: 16px 16px 0 0; }
      .questions .tab.active .tab-icon {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
  .questions .tab-text {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    padding-right: 20px; }
  .questions .tab-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .questions .tab-icon::after {
      content: "";
      display: block;
      width: 4px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #fff;
      border-radius: 10px; }
    .questions .tab-icon::before {
      content: "";
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fff;
      border-radius: 10px; }
  .questions .spoller {
    display: none; }
  .questions .description {
    padding: 20px;
    border-radius: 0 0 16px 16px;
    border-left: 1px solid #24a0de;
    border-right: 1px solid #24a0de;
    border-bottom: 1px solid #24a0de; }
  .questions .link-more {
    margin-top: 40px; }
    .questions .link-more a {
      display: inline-block;
      text-decoration: underline; }
      .questions .link-more a:hover {
        text-decoration: none; }
  @media only screen and (max-width: 1280px) {
    .questions .header_2 {
      margin-bottom: 30px; }
    .questions .link-more {
      margin-top: 30px;
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .questions .item {
      margin-bottom: 10px; }
    .questions .tab {
      padding: 16px 10px; }
    .questions .tab-text {
      font-size: 16px; }
    .questions .description {
      font-size: 15px;
      padding: 16px 10px; }
    .questions .link-more {
      font-size: 16px; } }

.specialists-inner {
  margin-bottom: 120px; }
  .specialists-inner .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .specialists-inner .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -4px; }
  .specialists-inner .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: calc(33.33% - 8px);
    height: 446px;
    border-radius: 16px;
    background: #fff;
    margin: 4px;
    padding: 32px 24px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14); }
  .specialists-inner .block {
    position: relative;
    z-index: 2;
    max-width: 200px;
    overflow: hidden; }
  .specialists-inner .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #0c0c0c;
    margin-bottom: 8px; }
  .specialists-inner .work {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  .specialists-inner .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto !important;
    max-width: 100%;
    max-height: 100%; }
  @media only screen and (max-width: 1441px) {
    .specialists-inner .slide {
      height: 394px; } }
  @media only screen and (max-width: 1280px) {
    .specialists-inner .slide {
      width: calc(50% - 8px); } }
  @media only screen and (max-width: 991px) {
    .specialists-inner {
      margin-bottom: 80px; }
      .specialists-inner .slide {
        height: 424px; } }
  @media only screen and (max-width: 767px) {
    .specialists-inner .header-wrap {
      margin-bottom: 30px; }
    .specialists-inner .name {
      font-size: 18px; }
    .specialists-inner .work {
      font-size: 14px; }
    .specialists-inner .image {
      max-width: 80%;
      max-height: 80%; }
    .specialists-inner .slide {
      width: calc(100% - 8px); }
    .specialists-inner .arrows {
      display: none;
      width: 100%;
      margin-top: 10px; }
    .specialists-inner .arrow {
      width: 34px;
      height: 34px; }
      .specialists-inner .arrow svg {
        width: 14px;
        height: 14px; }
      .specialists-inner .arrow.left {
        margin-right: 6px; } }

.service {
  margin-bottom: 140px;
  min-height: 32vh; }
  .service .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .service .content {
    width: 70%; }
  .service .header_1,
  .service .header_2 {
    margin-bottom: 40px; }
  .service .custom-gallery img {
    width: 100%;
    height: auto !important; }
  .service .custom-gallery:hover img {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  .service .text-default p {
    margin-top: 16px;
    margin-bottom: 16px; }
  .service .main-gallery {
    margin-top: 40px; }
  .service .gallery-item {
    position: relative;
    z-index: 10;
    float: none;
    padding: 0px;
    border: 0px;
    padding: 6px 4px;
    opacity: 1;
    width: calc(33% - 8px);
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0; }
    .service .gallery-item a {
      text-decoration: none;
      display: inline-block;
      width: 100%;
      font-size: 0;
      line-height: 0;
      border-radius: 15px;
      overflow: hidden; }
    .service .gallery-item img {
      width: 100%;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    .service .gallery-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .service .service_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -8px; }
  .service .service_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc( 50% - 16px);
    margin: 8px;
    padding: 20px;
    border-radius: 20px;
    background: #24a0de; }
  .service .service_item-title {
    color: #fff;
    margin-bottom: 26px; }
  .service .service_item-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 20px; }
  .service .service_item-time {
    color: #fff;
    font-weight: 700; }
  .service .service_item-price {
    color: #fff;
    font-weight: 700; }
  .service .service_item-list {
    margin-top: auto;
    border-top: 1px solid #fff;
    padding-top: 20px; }
  .service .service_item-item {
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px; }
    .service .service_item-item:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 1280px) {
    .service .service_list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -4px; }
    .service .service_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc( 50% - 8px);
      margin: 4px;
      padding: 18px 14px; }
    .service .service_item-title {
      font-size: 14px;
      margin-bottom: 22px; }
    .service .service_item-bottom {
      padding-top: 18px; }
    .service .service_item-time {
      font-size: 14px; }
    .service .service_item-price {
      font-size: 14px; } }
  @media only screen and (max-width: 991px) {
    .service {
      margin-bottom: 80px; }
      .service .content {
        width: 100%; }
      .service .header_1,
      .service .header_2 {
        margin-bottom: 30px; }
      .service .gallery-item {
        width: calc(50% - 8px); }
        .service .gallery-item img {
          height: 300px; } }
  @media only screen and (max-width: 767px) {
    .service .text-default img {
      width: 100% !important;
      margin: 20px 0 !important; }
    .service .gallery-item img {
      height: 36vw;
      margin: 0 !important; }
    .service .service_item {
      width: calc( 100% - 8px);
      padding: 20px 14px; } }

.aside {
  width: 30%;
  margin-right: 2vw; }
  .aside-title {
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700; }
  .aside-list {
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 12px; }
  .aside-item {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 36px 12px 15px;
    color: #0c0c0c;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5; }
    .aside-item:first-child {
      border-top: 1px solid #d5d5d5;
      border-radius: 12px 12px 0 0; }
    .aside-item:last-child {
      border-radius: 0 0 12px 12px; }
    .aside-item.open .aside-arrow {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .aside-item.open .aside-list__inner {
      display: block; }
    .aside-item.active > a {
      color: #24a0de; }
    .aside-item a {
      display: inline-block;
      font-weight: 600;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .aside-item a:hover {
        color: #24a0de; }
  .aside-arrow {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    padding: 6px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .aside-arrow svg {
      fill: #0c0c0c;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .aside-arrow:hover svg {
      fill: #24a0de; }
  .aside-list__inner {
    display: none;
    padding-top: 12px; }
    .aside-list__inner > li {
      border: none;
      padding: 0 0 10px 6px; }
      .aside-list__inner > li:first-child {
        border: none; }
  @media only screen and (max-width: 991px) {
    .aside {
      display: none; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-right: 0 !important;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all .4s !important;
  -o-transition: all .4s !important;
  transition: all .4s !important; }
  .overlay.active {
    display: block; }
  .overlay .overlay__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%; }
  .overlay .overlay__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(12, 12, 12, 0.6); }
  .overlay .overlay__content {
    position: relative;
    z-index: 21;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .overlay .overlay__close {
    position: absolute;
    z-index: 3;
    display: block;
    top: 0x;
    right: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .overlay .overlay__close:before, .overlay .overlay__close:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background: #24a0de;
      top: 25px;
      left: 16px;
      -webkit-transition: all 0.4s;
      -o-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:before, .overlay .overlay__close:hover:after {
      background: #0c0c0c; }

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: 30px;
  display: none; }
  .form-callback.active {
    display: block; }
  .form-callback .header_3 {
    margin-bottom: 25px; }
  @media only screen and (max-width: 991px) {
    .form-callback {
      border-radius: 24px; } }
  @media only screen and (max-width: 767px) {
    .form-callback {
      width: 100%;
      padding: 30px 10px;
      border-radius: 14px; } }

.form-cities {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 420px;
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;
  display: none; }
  .form-cities.active {
    display: block; }
  .form-cities .title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #24a0de; }
  .form-cities .item {
    margin-bottom: 8px; }
    .form-cities .item:last-child {
      margin-bottom: 0; }
  .form-cities .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-cities .link-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    .form-cities .link-icon svg {
      fill: #24a0de; }
  .form-cities .link-text {
    font-size: 18px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .form-cities .link-text:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .form-cities {
      width: 96vw;
      padding: 30px 20px; } }

.form-specialists {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 800px;
  padding: 40px 30px;
  background: #fff;
  border-radius: 30px;
  display: none; }
  .form-specialists.active {
    display: block; }
  .form-specialists .header_3 {
    margin-bottom: 20px; }
  .form-specialists .form-specialist__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .form-specialists .form-specialist__button {
    width: 100%;
    margin-top: 20px; }
  .form-specialists .image-wrap {
    width: 35%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 30px; }
    .form-specialists .image-wrap img {
      width: 100%; }
  @media only screen and (max-width: 991px) {
    .form-specialists {
      border-radius: 14px; }
      .form-specialists .image-wrapper {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .form-specialists {
      width: 100%;
      padding: 30px 10px; }
      .form-specialists .form-specialist__wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .form-specialists .image-wrap {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px; }
        .form-specialists .image-wrap img {
          display: block;
          width: 70%;
          margin: 0 auto; }
      .form-specialists .form-specialist__button {
        margin-top: 0; } }

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