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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  position: relative;
  margin: 0;
  font-family: "montserratalternates", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  opacity: 0;
  overflow-x: hidden;
  line-height: 1.3; }
  body.loading {
    opacity: 1; }
  body::-webkit-scrollbar {
    width: 13px;
    background-color: rgba(0, 0, 0, 0.4); }
  body::-webkit-scrollbar-thumb {
    background-color: #000; }

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

a {
  font-family: "montserratalternates", sans-serif;
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #f97c22; }

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

ul, ol {
  margin: 0;
  /* margin-bottom: 20px; */
  padding: 0; }

ul {
  list-style: none; }

body, html {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0; }

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

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

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

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "montserratalternates", 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; }
  
blockquote {
    margin: 0;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 20px 18px;
    background-color: rgb(249, 124, 34, 0.3);
    border-left: 4px solid #f97c22;
}

@media only screen and (max-width: 991px) {
    blockquote {
       margin: 0;
    }
}

.main .text-default blockquote p {
    margin: 0;
    padding: 0;
}

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

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

.container {
  width: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) {
    .container {
      width: 1180px; } }
  @media only screen and (max-width: 1199px) {
    .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: "montserratalternates", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #000; }
  @media only screen and (max-width: 1440px) {
    .header_1 {
      font-size: 44px; } }
  @media only screen and (max-width: 1199px) {
    .header_1 {
      font-size: 40px; } }
  @media only screen and (max-width: 991px) {
    .header_1 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .header_1 {
      font-size: 28px; } }

.header_2 {
  display: block;
  font-family: "montserratalternates", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #000; }
  @media only screen and (max-width: 1199px) {
    .header_2 {
      font-size: 34px; } }
  @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: "montserratalternates", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3;
  color: #000; }
  
  @media only screen and (max-width: 1199px) {
    .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;
  background: transparent;
  width: auto;
  height: 60px;
  line-height: 56px;
  padding: 0px 30px;
  font-family: "montserratalternates", sans-serif;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #f97c22;
  text-align: center;
  color: #f97c22;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button:hover {
    color: #fff;
    background: #f97c22; }

.button-invert {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  background: #f97c22;
  width: auto;
  height: 60px;
  line-height: 56px;
  padding: 0px 30px;
  font-family: "montserratalternates", sans-serif;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #f97c22;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button-invert:hover {
    color: #f97c22;
    background: transparent; }

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

.text-default {
  font-size: 20px;
  color: #000; }
  @media only screen and (max-width: 1199px) {
    .text-default {
      font-size: 18px; } }
  @media only screen and (max-width: 991px) {
    .text-default {
      font-size: 16px; } }
  .text-default p {
    margin-top: 0;
    margin-bottom: 20px; }
    .text-default p:first-child {
      margin-top: 0; }
    .text-default p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 1199px) {
      .text-default p {
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .text-default p {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .text-default a {
    color: #f97c22;
    text-decoration: underline; }
    .text-default a:hover {
      text-decoration: none; }
  .text-default ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px; }
    .text-default ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #f97c22; }
  .text-default ol {
    padding-left: 20px; }
    .text-default ol li {
      margin-left: 16px; }
      
    .text-default h1 {
      display: block;
      font-family: "montserratalternates", sans-serif;
      font-weight: 400;
      font-size: 48px;
      color: #000; }
      @media only screen and (max-width: 1440px) {
        .text-default h1 {
          font-size: 44px; } }
      @media only screen and (max-width: 1199px) {
        .text-default h1 {
          font-size: 40px; } }
      @media only screen and (max-width: 991px) {
        .text-default h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .text-default h1 {
          font-size: 28px; } }
    
    .text-default h2 {
      display: block;
      font-family: "montserratalternates", sans-serif;
      font-weight: 400;
      font-size: 40px;
      margin-bottom: 30px;
      margin-top: 50px;
      color: #000; }
      @media only screen and (max-width: 1199px) {
        .text-default h2 {
          font-size: 34px; } }
      @media only screen and (max-width: 991px) {
        .text-default h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .text-default h2 {
          margin-bottom: 20px;
          margin-top: 30px;
          font-size: 26px; } }
    
    .text-default h3 {
      display: block;
      font-family: "montserratalternates", sans-serif;
      font-size: 34px;
      font-weight: 400;
      margin-bottom: 30px;
      margin-top: 50px;
      color: #000; }
      
      @media only screen and (max-width: 1199px) {
        .text-default h3 {
          font-size: 30px; } }
      @media only screen and (max-width: 991px) {
        .text-default h3 {
        margin-bottom: 20px;
          margin-top: 30px;
          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-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .text-default table {
        overflow-y: auto;
        margin: auto;
        border-collapse: collapse;
        overflow-x: auto;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        line-height: 1.3; } }
    .text-default table p {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    /* .text-default table tr:nth-child(2n) {
      background: rgba(0, 176, 202, 0.2); 
        
    } */
    .text-default table tr:nth-child(1) {
      background: #F97C22;
      color: #fff; }
      .text-default table tr:nth-child(1) td {
          border: 1px solid #fff;
        font-weight: 700; }
    .text-default table tr:nth-child(2n){
        background-color: rgb(249, 124, 34, 0.15);
    }
    .text-default table th {
      font-size: 16px;
      font-weight: 500;
      padding: 10px;
      border: 1px solid #fff; }
    .text-default table td {
      font-size: 16px;
      border: 1px solid #f97c22;
      padding: 10px; }
.text-default ol {
    margin-bottom: 20px;
}
.text-default ul {
    margin-bottom: 20px;
}

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

.arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 42px;
  cursor: pointer;
  fill: #f97c22;
  -webkit-transition: fill .2s ease-in-out;
  -o-transition: fill .2s ease-in-out;
  transition: fill .2s ease-in-out; }
  .arrow:hover {
    fill: #000; }
  .arrow.left {
    left: -70px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .arrow.right {
    right: -70px;
    -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%); }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      align-items: center;
    justify-content: center;
  flex-wrap: wrap;
  margin-top: 42px; }
  .slick-dots li {
    margin: 5px;
  }
  
    .slick-dots li:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        margin-right: 4px; } }
    .slick-dots li.slick-active button {
      width: 20px;
    height: 20px; }
  .slick-dots button {
    display: block;
    padding: 0;
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f97c22; }

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 14px; }
  /* @media only screen and (max-width: 991px) {
    .form-item {
      margin-bottom: 10px; } } */
  .form-item.last {
    margin-bottom: 0; }
  .form-item.novalid input {
    border: 1px solid red; }
  .form-item input {
    padding: 0px 30px;
    width: 100%;
    height: 74px;
    border: none;
    outline: none;
    background: transparent;
    border: 2px solid #f97c22;
    font-size: 18px;
    color: #000;
    font-family: "montserratalternates", sans-serif; }
    .form-item input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .form-item input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .form-item input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .form-item input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  .form-item textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 120px;
    font-size: 18px;
    font-family: "montserratalternates", sans-serif;
    padding: 30px 30px;
    background: transparent;
    border: 2px solid #f97c22; 
      color: #000;
  }
    .form-item textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .form-item textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .form-item textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .form-item textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  .form-item label {
    z-index: 2;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    font-family: "montserratalternates", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.form-note {
  position: relative;
  display: block;
  margin-top: 14px;
  cursor: pointer; }
  .form-note input {
    display: none; }
    .form-note input:checked + .custom-checkbox::after {
      display: block; }
  .form-note .custom-checkbox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #f97c22;
    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: #f97c22; }
  .form-note .form-note-text {
    display: inline-block;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 300;
    color: #000; }
    .form-note .form-note-text a {
      color: #000;
      text-decoration: underline; }
      
.scroll-top {
  position: fixed;
  z-index: 30;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #f97c22;
  border: 1px solid #f97c22;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, opacity .2s ease-in-out, transform .3s ease-in-out;
  /* opacity: 0; */
    /* display: none; */
    transform: translateY(76px);
}
.scroll-top:hover svg {
  fill: #f97c22; }
  .scroll-top svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 13px;
    fill: #fff;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; }
  .scroll-top:hover {
      background: #fff;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px); }
  .scroll-top.active {
    /* opacity: 1; */
    transform: translateY(0px);
      /* display: block; */
      
  }
  @media only screen and (max-width: 991px) {
    .scroll-top {
      width: 50px;
      height: 50px; } }


/* .scroll-top {
  position: fixed;
  z-index: 30;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #351266;
  border-radius: 50%;
  border: 1px solid #FFF;
  -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .scroll-top.active {
    display: block; }
    .scroll-top:hover svg {
      fill: #351266; }
  .scroll-top svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 13px;
    fill: #FFF;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; } */

.paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: 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: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #351266;
    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: #351266; }
  .paginations .pagination-block {
    display: block;
    position: relative;
    margin: 0 8px;
    width: 40px;
    background: #000; }
    .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 #351266;
    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 #351266;
      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 #351266; }
  .paginations .pagination-number {
    display: block;
    text-align: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 4px; }
    .paginations .pagination-number.active {
      opacity: 0.4; }

.noclick {
  color: #000;
  text-decoration: none;
  pointer-events: none;
  text-transform: uppercase; }

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



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


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

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

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

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

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

.header-top {
   background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }
  @media only screen and (max-width: 991px) {
    .header-top {
      margin-bottom: 35px;
      padding: 12px 0; } }
  .header-top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    lex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-top__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .header-top__logo-img {
    margin-right: 100px;
    width: 256px; }
    @media only screen and (max-width: 1440px) {
      .header-top__logo-img {
        margin-right: 40px; } }
    @media only screen and (max-width: 1199px) {
      .header-top__logo-img {
        margin-right: 20px;
        width: 158px; } }
    @media only screen and (max-width: 767px) {
      .header-top__logo-img {
        margin: 0; } }
  .header-top__list-link {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .header-top__link-mail {
    color: #000;
    margin-right: 40px; }
  .header-top__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-top__svg {
    fill: #F97C22;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; }
    .header-top__svg-tg:hover {
      fill: #000; }
    .header-top__svg-vk:hover {
      fill: #000; }
    .header-top__svg-whts:hover {
      fill: #000; }
   .header-top__list-item a{
       display: inline-flex;
   }
  .header-top__list-item svg {
    width: 30px;
    height: 30px; }
  .header-top__list-item:not(:last-child) {
    margin-right: 13px; }
  .header-top__list-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
  .header-top__list-feedback-number {
    margin-right: 150px; }
    @media only screen and (max-width: 1440px) {
      .header-top__list-feedback-number {
        margin-right: 60px; } }
    @media only screen and (max-width: 1199px) {
      .header-top__list-feedback-number {
        margin-right: 20px; }
        .header-top__list-item:not(:last-child) {
        margin-right: 7px;
        }
     .header-top__link-mail {
        margin-right: 15px; } }
    @media only screen and (max-width: 991px) {
      .header-top__list-feedback-number {
        margin-right: 32px; } }
  .header-top .menu__toggle {
    display: none; }
  @media only screen and (max-width: 991px) {
    .header-top__list-link {
      display: none; }
    .header-top__list-feedback {
      display: none; }
    .header-top .menu__toggle {
      margin-left: auto;
      position: relative;
      z-index: 30;
      display: block;
      width: 22px;
      height: 14px;
      cursor: pointer; }
      .header-top .menu__toggle span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background: #000;
        position: absolute;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0) translate(0, 0);
            -ms-transform: rotate(0) translate(0, 0);
                transform: rotate(0) translate(0, 0); }
        .header-top .menu__toggle span:nth-child(1) {
          top: 0;
          left: 0; }
        .header-top .menu__toggle span:nth-child(2) {
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          opacity: 1; }
        .header-top .menu__toggle span:nth-child(3) {
          bottom: 0;
          left: 0; }
      .header-top .menu__toggle.active span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(-50%, -50%);
            -ms-transform: rotate(45deg) translate(-50%, -50%);
                transform: rotate(45deg) translate(-50%, -50%);
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
        left: 50%;
        top: 50%; }
      .header-top .menu__toggle.active span:nth-child(2) {
        left: 100%;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 0; }
      .header-top .menu__toggle.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(-50%, 50%);
            -ms-transform: rotate(-45deg) translate(-50%, 50%);
                transform: rotate(-45deg) translate(-50%, 50%);
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        left: 50%;
        bottom: 50%; } }

.header-bottom {
  margin-bottom: 40px;
  padding: 40px 0 0;
  width: 100%; }
  .header-bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-bottom .menu {
    margin: 0 auto; }
  .header-bottom .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-bottom .menu-list > .menu-item {
    position: relative;
    margin-right: 60px; }
    .header-bottom .menu-list > .menu-item.parent > .menu-link {
      padding-right: 20px; }
    @media only screen and (max-width: 1199px) {
      .header-bottom {
          margin-bottom: 100px;
          padding: 20px 0 0; }
      .header-bottom .menu-list > .menu-item {
        margin-right: 36px; } }
    .header-bottom .menu-list > .menu-item:last-child {
      margin-right: 0; }
    .header-bottom .menu-list > .menu-item:hover > a {
      color: #f97c22; }
    .header-bottom .menu-list > .menu-item:hover ul {
      display: block; }
    .header-bottom .menu-list > .menu-item:hover .arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .header-bottom .menu-list > .menu-item:hover .arrow svg {
      /* fill: #f97c22; */ }
    .header-bottom .menu-list > .menu-item.active > .menu-link {
      color: #f97c22; }
    .header-bottom .menu-list > .menu-item > a {
      position: relative;
      z-index: 1;
      display: block;
      font-size: 16px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .header-bottom .menu-list > .menu-item > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 2px;
        background: #f97c22;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .header-bottom .menu-list > .menu-item > a .arrow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 11px;
        height: 11px;
        top: 29%;
        right: 0px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header-bottom .menu-list > .menu-item > a .arrow svg {
          fill: #000; }
  .header-bottom .menu-list__inner {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 12;
    display: none;
    padding: 15px 20px 25px;
    width: 300px;
    background: #fff;
    border: 2px solid #f97c22;
    font-size: 18px; }
    .header-bottom .menu-list__inner > .menu-item {
      margin-bottom: 8px; }
      .header-bottom .menu-list__inner > .menu-item:last-child {
        margin-bottom: 0; }
      .header-bottom .menu-list__inner > .menu-item > a {
        font-size: 15px;
        font-weight: 400;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header-bottom .menu-list__inner > .menu-item > a:hover {
          color: #000;
          border-bottom: 1px solid #000; }
      .header-bottom .menu-list__inner > .menu-item.active a {
        color: #000;
        border-bottom: 1px solid #000; }
  @media only screen and (max-width: 991px) {
    .header-bottom {
      display: none; } }

.menu-mobile {
  height: 100%; }
  .menu-mobile .menu-list > .menu-item {
    position: relative;
    margin-right: 63px; }
    @media only screen and (max-width: 1199px) {
      .menu-mobile .menu-list > .menu-item {
        margin-right: 36px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;} }
    .menu-mobile .menu-list > .menu-item:last-child {
      margin-right: 0; }
    .menu-mobile .menu-list > .menu-item:hover > a {
      color: #f97c22; }
    .menu-mobile .menu-list > .menu-item:hover .arrow svg {
      fill: #f97c22; }
    .menu-mobile .menu-list > .menu-item.active > a {
      color: #f97c22; }
    .menu-mobile .menu-list > .menu-item > a {
      position: relative;
      z-index: 1;
      display: block;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      padding: 0 4px;
      color: #000;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .menu-mobile .menu-list > .menu-item > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 2px;
        background: #f97c22;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .menu-mobile .menu-list > .menu-item > a .arrow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 11px;
        height: 11px;
        top: 29%;
        left: 69px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu-mobile .menu-list > .menu-item > a .arrow svg {
          fill: #000; }

.menu-mobile {
  display: none; }
  @media only screen and (max-width: 1199px) {
    .menu-mobile {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      /* height: 100vh; */
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 20;
      padding: 72px 10px 0;
      background: #fff;
      -webkit-transform: translate3d(10%, 10%, 0);
              transform: translate3d(10%, 10%, 0);
      -webkit-transition: opacity .3s,-webkit-transform .4s;
      transition: opacity .3s,-webkit-transform .4s;
      -o-transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s,-webkit-transform .4s;
      will-change: transform;
      opacity: 0; }
      .menu-mobile.display {
        display: block; }
      .menu-mobile.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1; }
      .menu-mobile .menu-list {
        margin-bottom: 40px; }
      .menu-mobile .menu-item {
        margin-bottom: 10px; }
        .menu-mobile .menu-item:last-child {
          margin-bottom: 0; }
        .menu-mobile .menu-item.active > a {
          color: #000; }
        .menu-mobile .menu-item.active ul {
          display: block; }
        .menu-mobile .menu-item.active .arrow {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); 
                margin-left: 6px;
        }
        .menu-mobile .menu-item.open .arrow {
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0); }
        .menu-mobile .menu-item a {
          font-weight: 700;
          font-size: 18px;
          color: #000; }
        .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 {
              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: #000; }
            .menu-mobile .menu-item ul > li.active > a {
              color: #f97c22; }
      .menu-mobile .arrow {
          margin-left: 8px;
          position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 8px;
        height: 8px;
        -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; }
        .menu-mobile .arrow svg {
          fill: #000; }
      .menu-mobile .address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        margin-right: auto; }
      .menu-mobile .address-icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 4px;
        width: 20px;
        height: 24px; }
        .menu-mobile .address-icon svg {
          fill: #f97c22; }
      .menu-mobile .address-text {
          font-weight: 500;
        color: #000; }
      .menu-mobile .phone {
        color: #000;
        margin-bottom: 30px; }
      .menu-mobile .phone-link {
        display: block;
        font-size: 16px;
        font-weight: 500;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .menu-mobile .phone-link:hover {
          color: #000; }
      .menu-mobile .phone-text {
        display: block;
        font-weight: 300;
        font-size: 12px; }
      .menu-mobile .list-svg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .menu-mobile .list-svg__item-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 20px;
          width: 50px;
          height: 50px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .menu-mobile .list-svg__item-svg {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 30px;
          height: 30px;
          fill: #000;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; } }
          
.menu-mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.menu-mobile__list-item:not(:last-child) {
    margin-right: 23px;
}

.menu-mobile__svg {
    fill: #f97c22;
    width: 30px;
    height: 30px;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
}

.menu-mobile__svg-tg:hover {
    fill: #00A0EC;
}

.menu-mobile__svg-vk:hover {
    fill: #0172BB;
}

.menu-mobile__svg-whts:hover {
    fill: #28D045;
}

.footer {
  padding: 66px 0px 34px 0;
  /* padding-bottom: 146px; */
  background-color: #f97c22; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
            
    .footer__log{
        width: 256px;
        filter: brightness(0) invert(1);
    }
    @media only screen and (max-width: 991px) {
      .footer__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .footer__log-link{
        margin-right: auto;
    }
    @media only screen and (max-width: 1199px) {
      .footer__log-link {
        margin-right: 68px; } }
    @media only screen and (max-width: 991px) {
      .footer__log-link {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .footer__log-link {
        margin: 0 auto;
        margin-bottom: 40px; } }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 991px) {
      .footer__content {
        width: 100%; } }
  .footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .footer__lists {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; } }
  .footer__title {
      margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px; }
  .footer .last-list {
    margin-bottom: 20px; 
  max-width: 420px; }
    @media only screen and (max-width: 767px) {
      .footer .last-list {
        margin-bottom: 16px; } }
  .footer__list-item {
    color: #fff; }
    .footer__list-item:not(:last-child) {
      margin-bottom: 10px; }
    .footer__list-item a:hover {
        text-decoration: underline;
      color: white; }
  .footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .footer__social-link {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .footer__social-svg:not(:last-child) {
    margin-right: 20px; }
  .footer__svg {
    width: 30px;
    height: 30px;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; }
    .footer__svg:hover {
      fill: #000; }
    .footer__svg-tg {
      fill: #fff; }
    .footer__svg-vk {
      fill: #fff; }
    .footer__svg-whts {
      fill: #fff; }
  @media only screen and (max-width: 767px) {
    .footer .list-reset {
      width: 100%;
      text-align: center; } }
  .footer .list-reset:not(:last-child) {
    margin-right: 138px; }
      .footer .list-reset:first-child {
    margin-right: 138px; }
    @media only screen and (max-width: 1440px) {
      .footer .list-reset:not(:last-child){
          margin-right: 100px;
      }
      .footer .list-reset:first-child{
          margin-right: 100px;
      }
      .footer .last-list{
          max-width: 340px;
      }
    }
    @media only screen and (max-width: 1199px) {
        .footer .last-list{
            max-width: 290px;
        }
      .footer .list-reset:not(:last-child) {
        margin-right: 49px; } }
    @media only screen and (max-width: 991px) {
      .footer .list-reset:not(:last-child) {
        margin-right: 68px; } }
    @media only screen and (max-width: 767px) {
      .footer .list-reset:not(:last-child) {
        margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .footer .list-reset {
      margin-bottom: 19px; } }
  @media only screen and (max-width: 991px) {
    .footer .list-reset:last-child {
      margin-left: auto; } 
  .footer .last-list {
    min-width: 100%;
}
  }
  .footer__copyright-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer__copyright-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer__copyright-list:last-child {
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .footer__copyright-list:last-child {
          margin-left: 0; } }
    .footer__copyright-list a {
      text-decoration: underline;
      color: rgba(255, 255, 255, 0.7); }
      .footer__copyright-list a:hover {
        text-decoration: none;
        color: white; }
        @media only screen and (max-width: 1199px) {
        .footer__copyright-list a {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .footer__copyright-list a {
          font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .footer__copyright-item {
      width: 100%; }
      .footer__copyright-item:not(:last-child) {
        margin-bottom: 9px; } }

.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 .form {
    width: 100%; }
  .overlay.active {
    display: block; }
  .overlay .overlay__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%; }
  .overlay .overlay__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.7); }
  .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: 0px;
    right: 0px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .overlay .overlay__close:before, .overlay .overlay__close:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #f97c22;
      top: 25px;
      left: 16px; }
    .overlay .overlay__close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .overlay .overlay__close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

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

.form-callback {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  background: #fff;
  padding: 50px 40px;
  display: none; }
  .form-callback .form {
    width: 100%; }
  .form-callback.active {
    display: block; }
  .form-callback .header_2 {
    margin-bottom: 25px; }
  .form-callback .form-item:not(last-child) {
    margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .form-callback {
      width: 100%;
      padding: 40px 16px; } }

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

.form-success {
  background: #fff;
  padding: 50px 40px;
  width: 534px;
  display: none;
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-align: center; }
  .form-success.active {
    display: block; }
  @media only screen and (max-width: 991px) {
    .form-success {
      padding: 40px 16px;
      width: 100%;
      font-size: 18px; } }

.copyright {
  position: relative;
  z-index: 12;
  background: #2A2D32; }
  .copyright .content {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .copyright .text {
    margin-bottom: 6px; }
    .copyright .text:last-child {
      margin-bottom: 0; }
  .copyright a {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-decoration: underline; }
    .copyright a:hover {
      text-decoration: none; }
  .copyright span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #000; }
  @media only screen and (max-width: 991px) {
    .copyright .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }

.hero {
  position: relative;
  margin: 120px 0; }
  @media only screen and (max-width: 991px) {
    .hero {
      margin: 80px 0; } }
  .hero__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hero-decore1{
        position: absolute;
        top: 0;
        right: 100%;
        width: 176px;
        height: 176px;
        border-radius: 50%;
        background: rgba(249, 124, 34, 0.5);
        filter: blur(90px);
    }
    .hero-decore2{
        position: absolute;
        top: 100%;
        right: 0;
        width: 176px;
        height: 176px;
        border-radius: 50%;
        background: rgba(249, 124, 34, 0.5);
        filter: blur(90px);
    }
    @media only screen and (max-width: 767px) {
      .hero__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .hero__content-left {
    margin-right: 30px;
    max-width: 50%; }
    @media only screen and (max-width: 767px) {
      .hero__content-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 50px;
        margin-right: 0;
        max-width: 100%; } }
  .hero__title {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .hero__title {
        margin-bottom: 20px; } }
  .hero__subtitle {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 24px; }
    @media only screen and (max-width: 1440px) {
      .hero__subtitle {
        font-size: 22px; } }
    @media only screen and (max-width: 1199px) {
      .hero__subtitle {
        font-size: 18px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .hero__subtitle {
        font-size: 16px; } }
  .hero__img {
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 50%; }
    @media only screen and (max-width: 1199px) {
      .hero__img {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        max-width: 100%; } }
  .hero__img-item {
    width: 100%; }
    
    @media only screen and (max-width: 991px) {
        .hero__img{
            margin-left: 0;
        }
    }

.services {
  position: relative;
  margin-bottom: 120px; }
 .services-decore{
    position: absolute;
    bottom: 400px;
    left: 0;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: rgba(249, 124, 34, 0.5);
    filter: blur(90px);
 }
  @media only screen and (max-width: 991px) {
    .services {
      margin-bottom: 80px; } }
  .services__title {
    margin-bottom: 30px; }
  .services__descr {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    font-size: 20px; }
  .services__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px; }
  .services__item {
    width: 33.33%;
    padding: 10px; }
    @media only screen and (max-width: 991px) {
      .services__item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .services__item {
        width: 100%; } }
  .services__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 74px;
    border: 2px solid #f97c22;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out; }
    .services__link:hover {
      background-color: rgba(249, 124, 34, 0.2); }
      
  .services__link:hover > .services__img {
      filter: grayscale(0); }
    @media only screen and (max-width: 767px) {
      .services__link {
        margin: 0 auto; } }
  .services__title-card {
      text-align: center;
    min-height: 88px;
    font-size: 24px; }
  .services__text {
    margin-top: auto;
    text-decoration: underline;
    font-family: "montserratalternates", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 138.5%; }
  .services__img {
      display: block;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: filter .3s ease-in-out;
    -o-transition:  filter .3s ease-in-out;
    transition: filter .3s ease-in-out; }
    @media only screen and (max-width: 1440px) {
      .services__link {
        padding: 30px 40px; } }
    @media only screen and (max-width: 1199px) {
        .services__descr{
            font-size: 18px;
        }
        .services__list{
            margin: -6px;
        }
        .services__item{
            padding: 6px;
        }
        .services__link {
            padding: 24px 30px;
        }
        .services__title-card {
            min-height: 78px;
            font-size: 20px;
        }
    }
    @media only screen and (max-width: 991px) {
      .services__item{
          width: 50%; } }
    @media only screen and (max-width: 767px) {
      .services__item{
          width: 100%; } 
        .services__title-card{
            min-height: auto;
            margin-bottom: 20px;
        }
    }

.work {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px; }
.work-decore{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: rgba(249, 124, 34, 0.5);
    filter: blur(90px);
}
  .work__title {
    margin-bottom: 30px; }
  .work__list-wrap{
      position: relative;
  }
  .work__list-line{
      position: absolute;
      top: 24px;
      left: 50%;
      width: 3px;
      transform: translateX(-50%);
      height: calc(100% - 108px);
      background: #f97c22;
  }
  .work__list-line:before{
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-4px,-4px);
      width: 10px;
      height: 10px;
      background: #f97c22;
      border-radius: 50%;
  }
  .work__list-line:after{
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translate(-4px,4px);
      width: 10px;
      height: 10px;
      background: #f97c22;
      border-radius: 50%;
  }
  .work__list {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 980px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .work__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: calc(50% - 40px); }
    .work__item:last-child{
        margin-bottom: 0;
    }
    .work__item:nth-child(2n+1){
        margin-left: auto;
    }
    .work__item:nth-child(2n) .work__item-number {
       order: 2
   }
   .work__item:nth-child(2n) .work__line {
       order: 3
   }
  .work__item-number {
    flex-shrink: 0;
    margin: 0 40px;
    font-weight: 400;
    color: #f97c22;
    font-size: 40px; }
  .work__line {
    position: relative;
    display: block;
    margin-top: 22px;
    flex-shrink: 0;
    background-color: #f97c22;
    width: 60px;
    height: 3px; }
   .work__line:before{
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-4px,-4px);
      width: 10px;
      height: 10px;
      background: #f97c22;
      border-radius: 50%;
  }
  .work__line:after{
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(4px,-4px);
      width: 10px;
      height: 10px;
      background: #f97c22;
      border-radius: 50%;
  }
  .work__item-title {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 24px; }
  .work__item-descr {
    margin: 0;
    padding: 0;
    line-height: 1.4; }
   .work__item-descr a{
       display: block;
       margin-top: 10px;
   }
        
    @media only screen and (max-width: 1199px) {
        .work__item{
            width: calc(50% - 30px);
        }
        .work__item-number{
            margin: 0 30px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .work {
            margin-bottom: 80px; 
        }
        .work__list-line{
            display: none;
        }
        .work__line{
            display: none;
        }
        .work__item{
            width: 100%;
            margin-bottom: 30px;
        }
        .work__item:nth-child(2n+1){
            margin-left: 0;
        }
        .work__item:nth-child(2n) .work__item-number {
           order: unset
       }
       .work__item:nth-child(2n) .work__line {
           order: unset
       }
       .work__item-number{
           font-size: 34px;
           margin: 0 20px 0 0;
       }
       .work__item-title{
           font-size: 20px;
       }
    }
    @media only screen and (max-width: 767px) {
        .work__title {
            margin-bottom: 22px; 
        }
        .work__item-number {
            font-size: 30px;
            margin: 0 14px 0 0;
        }
    }
      
      

.slider-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 120px; }
.slider-decore{
    position: absolute;
    top: 150px;
    left: 0;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: rgba(249, 124, 34, 0.5);
    filter: blur(90px);
}
  @media only screen and (max-width: 991px) {
    .slider-wrapper {
      margin-bottom: 80px; }
      .slider-wrapper .arrow {
        display: none; } }
  .slider-wrapper__container {
    border-radius: 5px 80px 5px 5px; }

.slider {
    position: relative;
  max-width: 1050px;
  margin: 0 auto; }
  .slider__slide {
    width: 100%; }
  .slider__slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    background-color: #fff; }

.about {
  position: relative;
  margin-bottom: 96px; }
.about-decore{
    position: absolute;
    top: 150px;
    right: 0;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: rgba(249, 124, 34, 0.5);
    filter: blur(90px);
}
  @media only screen and (max-width: 991px) {
    .about {
      margin-bottom: 80px; } }
  .about__title {
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1199px) {
      .about__title {
        margin-bottom: 26px; } }
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about__text {
    margin-right: 107px; }
    .about__text .button-invert{
        margin-top: 40px;
    }
    .about__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100%;
    width: 612px; }
    @media only screen and (max-width: 1440px) {
      .about__img {
          width: 530px;
      }
      .about__text {
        margin-right: 50px; } }
    @media only screen and (max-width: 1199px) {
       .about__img {
       width: 410px; }
      .about__text {
        margin-right: 38px; } }
    @media only screen and (max-width: 991px) {
      .about__content {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; } 
        .about__img {
        margin-bottom: 25px; }
      .about__text {
        margin-right: 0;
        max-width: 100%; }
        .about__text .button-invert {
        margin-top: 30px;
        }
    }
  
  .about__img-item {
    width: 100%; }

.certificates {
  position: relative;
  margin-bottom: 120px; }
.certificates-decore{
    position: absolute;
    top: 150px;
    right: 0px;
    width: 176px;
    height: 176px;
    filter: blur(90px);
    border-radius: 50%;
    background: rgba(249, 124, 34, 0.5);
}
  @media only screen and (max-width: 991px) {
    .certificates {
      margin-bottom: 80px; } }
  .certificates__content {
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .certificates__content {
        margin-bottom: 30px; } }
  .certificates__title {
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
  .certificates__text {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 146%; }
  .certificates .slider-certific {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 120px;
    margin: 0 -32px; }
    @media only screen and (max-width: 1199px) {
      .certificates .slider-certific {
        overflow: inherit; } }
    @media only screen and (max-width: 767px) {
      .certificates .slider-certific {
        margin: 0px -15px; } }
    .certificates .slider-certific__arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto; }
    .certificates .slider-certific .arrow {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 50%; }
      @media only screen and (max-width: 1199px) {
        .certificates .slider-certific .arrow {
          top: 108%;
          left: 50%; } }
      @media only screen and (max-width: 991px) {
        .certificates .slider-certific__arrow{
            display: none;
        }
      }
      @media only screen and (max-width: 645px) {
        .certificates .slider-certific .arrow {
          top: 103%; } }
    .certificates .slider-certific .right {
      right: -55px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
      @media only screen and (max-width: 1199px) {
        .certificates .slider-certific .right {
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 54%;
          right: 50%; } }
      .certificates .slider-certific .right svg {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .certificates .slider-certific .left {
      left: -55px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 1199px) {
        .certificates .slider-certific .left {
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 46%;
          right: 45%; } }
    .certificates .slider-certific .slider {
      overflow: hidden;
      margin: 0 auto;
      border-radius: 0;
      max-width: 100%; }
      .certificates .slider-certific .slick-track{
          display: flex;
          align-items: center;
      }
      .certificates .slider-certific .slick-list{
          display: flex;
          align-items: center;
      }
      .certificates .slider-certific .slider__link {
        padding: 0px 10px; }
      .certificates .slider-certific .slider__svg {
        position: absolute;
        top: 47%;
        left: 43%;
        width: 41px;
        height: 41px; }
      .certificates .slider-certific .slider__slide {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #f97c22;
        height: auto;
        -webkit-transition: all.5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
        
        /* .certificates .slider-certific .slider__link.slick-center .slider__slide{
            height: 540px;
        } */
        
        .certificates .slider-certific .slider__slide::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
          background-color: rgba(249, 124, 34, 0.3);
          background-image: url(/app/images/magnifier.svg);
          background-repeat: no-repeat;
          background-size: 41px;
          background-position: center;
          background-clip: content-box;
          opacity: 0;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-transition: opacity .5s ease;
          -o-transition: opacity .5s ease;
          transition: opacity .5s ease; }
        .certificates .slider-certific .slider__slide:hover {
          border-color: #f97c22; }
          .certificates .slider-certific .slider__slide:hover::after {
            opacity: 1; }
          .certificates .slider-certific .slider__slide:hover::before {
            border-color: #f97c22; }
      .certificates .slider-certific .slider__slide-img {
          opacity: 0;
        border-radius: 0; }
    @media only screen and (max-width: 991px) {
        .certificates .slider-certific .arrow {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

.advantages {
  margin-bottom: 115px; }
  @media only screen and (max-width: 991px) {
    .advantages {
      margin-bottom: 80px; } }
  .advantages__title {
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .advantages__title {
        margin-bottom: 29px; } }
  .advantages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px; }
  .advantages__list-item {
    text-align: center;
    border: 2px solid #f97c22;
    padding: 40px;
    margin: 10px;
    width: calc(33.33% - 20px); }
    @media only screen and (max-width: 1440px) {
        .advantages__list-item{
            padding: 40px 22px;
        }
    }
    @media only screen and (max-width: 1199px) {
        .advantages__list-item{
            width: calc(50% - 20px);
            padding: 40px;
        }
    }
    @media only screen and (max-width: 991px) {
      .advantages__list-item {
        padding: 30px 20px; } }
    @media only screen and (max-width: 767px) {
      .advantages__list-item {
        width: 100%; } }
  .advantages__item-img {
    margin-bottom: 20px;  }
  .advantages__item-title {
    margin-bottom: 20px;
    font-size: 24px; }
  .advantages__item-descr {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .advantages__item-descr {
        max-width: 100%;
        font-size: 16px; } }

.running-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 115px;
  padding: 40px 0px;
  width: 100%;
  background-color: #f97c22; }
  @media only screen and (max-width: 991px) {
    .running-line {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .running-line {
      padding: 25px 55px; } }
  .running-line__marquee {
    width: 100%;
    background-color: #f97c22; }

.running-line__text {
      font-weight: 500;
    font-size: 24px;
    margin-right: 40px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .running-line__text {
      font-size: 22px; } }

.ratings {
  margin-bottom: 115px; }
  @media only screen and (max-width: 991px) {
    .ratings {
      margin-bottom: 80px; } }
  .ratings__title {
    margin: 0;
    padding: 0;
    margin-bottom: 60px; }
    @media only screen and (max-width: 991px) {
      .ratings__title {
        margin-bottom: 30px; } }
  .ratings__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991px) {
      .ratings__content-bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .ratings__descr {
    margin-right: 100px;
    max-width: 40%; }
    @media only screen and (max-width: 991px) {
      .ratings__descr {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 100%; } }
  .ratings__text {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 146%; }
    @media only screen and (max-width: 767px) {
      .ratings__text {
        font-size: 16px; } }
  .ratings__text:not(:last-child) {
    margin-bottom: 25px; }
  .ratings__reviews {
    padding: 75px 63px 61px 60px;
    max-width: 60%;
    background-color: #000;
    border-radius: 3px 45px 3px 3px; }
    @media only screen and (max-width: 991px) {
      .ratings__reviews {
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .ratings__reviews {
        padding: 36px 38px 36px 32px; } }
  .ratings__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -43px; }
    @media only screen and (max-width: 1199px) {
      .ratings__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: -23px; } }
  .ratings__list-item {
    padding: 35px; }
    @media only screen and (max-width: 1199px) {
      .ratings__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
/*         -webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center; */
        padding: 22px; } 
        
      .ratings__list-item > a{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } 
    }
  .ratings__item-img {
    margin-bottom: 7px; }
  .ratings__item-desr {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 138.5%;
    color: #351266; }
    @media only screen and (max-width: 767px) {
      .ratings__item-desr {
        font-size: 16px; } }
        
.ratings__wrap-stars {
    position: relative;
    margin-bottom: 10px;
    width: 105px;
    height: 21px;
    overflow: hidden;
}
.ratings__star-complete {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(/app/images/stars.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;}
.ratings__star-incomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    overflow: hidden;
    background-image: url(/app/images/stars-active.png);
    background-repeat: no-repeat;
    width: 0;
    height: 100%;}
.ratings__stars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media only screen and (max-width: 991px) {
    .stars {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .stars__list-item:not(:last-child) {
    margin-right: 6px; }
  .stars__item-img {
    width: 21px;
    height: 20px;
    fill: rgba(0, 176, 202, 0.4); }

.active .stars__item-img {
  fill: #f97c22; }

.examples-works {
  margin-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .examples-works {
      margin-bottom: 80px; } }
  .examples-works__content {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    max-width: 747px; }
    @media only screen and (max-width: 991px) {
      .examples-works__content {
        margin-bottom: 30px; } }
  .examples-works__title {
    margin: 0;
    padding: 0;
    margin-bottom: 23px; }
  .examples-works__text {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 18px;
    line-height: 146%; }

.slider-work {
  position: relative;
  margin: 0 auto;
  margin-bottom: 120px;
  padding: 0 10px;
  max-width: 980px; }
  @media only screen and (max-width: 1199px) {
    .slider-work {
      max-width: 913px; }
      .slider-work .arrow {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .slider-work {
      margin-bottom: 80px; } }
  .slider-work__container {
    border-radius: 5px 80px 5px 5px; }
  .slider-work__slide {
    width: 100%;
    background-color: #000;
    border-radius: 5px 80px 5px 5px; }
  .slider-work .arrow {
    fill: #000; }
    .slider-work .arrow:hover {
      fill: #f97c22; }

.slide-content {
  padding: 61px 89px 60px 64px; 
  color: #351266; }
  @media only screen and (max-width: 767px) {
    .slide-content {
      padding: 43px 33px 43px 33px; } }
  @media only screen and (max-width: 399px) {
    .slide-content {
      padding: 50px 19px 28px 19px; } }
  .slide-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .slide-content__wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .slide-content__img {
    margin-right: 62px;
    max-width: 265px;
    max-height: 366px; }
    @media only screen and (max-width: 767px) {
      .slide-content__img {
        margin-right: 0;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .slide-content__text:not(:last-child) {
        margin-bottom: 20px; } }
  .slide-content ul {
    padding-left: 23px;
    list-style-type: disc; }
  .slide-content h1,
  .slide-content h2,
  .slide-content h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 24px;
    line-height: 124.5%;
    color: #351266; }
    @media only screen and (max-width: 767px) {
        .slide-content h1,
        .slide-content h2,
        .slide-content h3 {
        margin-bottom: 14px;
        font-size: 20px; } }
  .slide-content p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 138.5%;
    color: #351266; }
    .slide-content__btn {
      margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      .slide-content p {
        font-size: 15px; } }
    .slide-content p:not(:last-child) {
      margin-bottom: 5px; }
  .slide-content__btn:hover {
    background-color: rgba(0, 176, 202, 0.5); }
  @media only screen and (max-width: 767px) {
    .slide-content__btn {
      margin: 0 auto;
      margin-top: 35px;
      width: 237px;
      font-size: 16px; } }
      
      
.work-internal{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: -30px;
}


  @media only screen and (max-width: 991px) {
    .work-internal{
        flex-wrap: wrap;
    }
 }
.work-internal__item {
    margin-bottom: 30px;
    padding: 61px 89px 60px 64px;
    width: 100%;
    color: #351266;
    background-color: #000;
    border-radius: 5px 80px 5px 5px;
} 

@media only screen and (max-width: 991px) {
    .work-internal__item {
        margin: 0;
        flex-wrap: wrap;
        padding: 43px 33px 43px 22px;
    }
    
    .work-internal__item:not(last-child) {
        margin-bottom: 20px;
    }
}

.work-internal__wrapper {
    display: flex;
}
  @media only screen and (max-width: 991px) {
    .work-internal__wrapper {
        flex-wrap: wrap;
    }
}

.work-internal__img {
    margin-right: 62px;
    max-width: 265px;
    max-height: 366px;
}

@media only screen and (max-width: 991px) {
    .work-internal__img {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.work-internal p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 138.5%;
    color: #351266; }

.work-internal__btn:hover {
    background-color: rgba(0, 176, 202, 0.5); }

.work-internal__container {
    padding-bottom: 30px;
}

.work-internal__container > .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-internal__container > .pagination > .page-item:not(:last-child) {
    margin-right: 15px;
}

.work-internal__container > .pagination > .page-item {
    font-size: 20px;
}

.work-internal__container > .pagination > .page-item.active {
    color: #f97c22;
}

.work-internal__btn {
    margin-top: 35px; }
  
@media only screen and (max-width: 767px) {
.work-internal__btn {
    margin: 0 auto;
    margin-top: 35px;
    width: 237px;
    font-size: 16px;
}}

.questions {
  margin-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .questions {
      margin-bottom: 80px; } }
  .questions__title {
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
  .questions__descr {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .questions__descr {
        font-size: 16px; } }


.faq {
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .faq {
      width: 100%; } }
  .faq__item {
    width: 100%;
    border: 2px solid #f97c22;
    margin-bottom: 10px;
    background: transparent; }
    .faq__item:last-child {
      margin-bottom: 0; }
  .faq__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 30px 60px;
    width: 100%; }
    .faq__tab.active .faq__tab-icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .faq__tab-text {
    font-weight: 400;
    font-size: 20px;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .faq__tab-text {
        font-size: 18px; } }
  .faq__tab-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 26px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .faq__tab-icon svg {
      fill: #f97c22; }
  .faq__spoller-description {
    font-size: 18px;
    padding: 0px 60px 26px 60px; }
  .faq__spoller {
    display: none; }
    @media only screen and (max-width: 1199px) {
        .faq__tab{
            padding: 30px 50px;
        }
        .faq__spoller-description {
            padding: 0px 50px 26px 50px;
        }
    }
  @media only screen and (max-width: 991px) {
    .faq__list {
      width: 100%; }
    .faq__tab {
      padding: 20px 22px; }
    .faq__spoller-description {
      padding: 0px 36px 10px 22px;
      font-weight: 400;
      font-size: 16px; } }

.spoller-content ul, 
.spoller-content ol {
    padding-left: 24px;}
    
.spoller-content ul {
    list-style-type: disc;}

.form-main {
  margin-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .form-main {
      margin-bottom: 80px; } }
  .form-main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991px) {
      .form-main__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (max-width: 399px) {
      .form-main__content {
        padding: 30px 10px; } }
  .form-main__text {
    margin-right: 100px;
    width: 40%; }
  .form-main__title {
    margin-bottom: 30px; }
  .form-main__descr {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px; }
    
    
    @media only screen and (max-width: 1199px) {
        .form-main__descr{
            font-size: 16px;
        }
      .form-main__text {
        margin-right: 20px; } }
    @media only screen and (max-width: 991px) {
      .form-main__text {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%; } }

.form {
/*   display: -webkit-box;
display: -ms-flexbox; */
  /* display: flex; */
   /* display: block; */
/*   -webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column; */
          /* flex-direction: column; */
  width: 60%; }
  @media only screen and (max-width: 991px) {
    .form {
      width: 100%; } }
  .form__item-title {
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 161.5%; }
  .form__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form__item-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .form__item-inputs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 10px; } }
  .form__item-input {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .form__item-input {
        width: 100%; } }
    .form__item-input:not(:last-child) {
      margin-right: 20px; }
      @media only screen and (max-width: 991px) {
        .form__item-input:not(:last-child) {
          margin-bottom: 10px;
          margin-right: 0; } }
    .form__item-input input {
      width: 100%; }
  .form__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1199px) {
      .form__content-bottom {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; } }
  .form__descr {
    margin: 0;
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #979797;
    margin-right: auto;
    width: 60%; }
    @media only screen and (max-width: 1199px) {
      .form__descr {
        margin-top: 14px;
        width: 100%; } }
    .form__descr a {
      text-decoration: underline; }
      .form__descr a:hover {
        text-decoration: none;
        color: #000; }

.services-internal {
  margin-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .services-internal {
      margin-bottom: 80px; } }
  .services-internal__title {
    margin-bottom: 40px; }
  .services-internal__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px; }
    @media only screen and (max-width: 991px) {
      .services-internal__content-bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .services-internal__content-left {
/*     margin-right: 70px;
width: 50%;  */
      display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
    @media only screen and (max-width: 991px) {
      .services-internal__content-left {
        margin-right: 0;
        width: 100%; } }
  .services-internal__content-right {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .services-internal__content-right {
        width: 100%; } }
  .services-internal__main-item:not(:last-child) {
    margin-bottom: 55px; }
  .services-internal__main-link {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #f97c22; }
  .services-internal__list {
    padding-top: 35px;
    list-style-image: url(/app/images/list-pointer-1.svg); }
  .services-internal__list-item:not(:last-child) {
    margin-bottom: 10px; }
  .services-internal__list-item {
    font-weight: 400;
    font-size: 20px; }
  .services-internal__list-item:last-child {
    margin-bottom: 56px; }
    
.services-internal__main-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: -30px;
}

.services-internal__li {
    width: 45%;
    margin-right: 30px;
}
@media only screen and (max-width: 991px) {
.services-internal__li {
    width: 100%;
    margin-right: 0;
}
    
}

@media only screen and (max-width: 767px) {
  .service-main {
    width: 100%; } }

.service-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  
.service-main__spoller   .active {
    
}

.service-main__item.active .service-main__spoller > .active {
   color: #f97c22;
}

/* .service-main__item.active .service-main__tab-text {
   color: #f97c22;
} */

.service-main__item .service-main__spoller .service-main__item{
    padding: 0 0 16px 0;
    border: none;
}

.service-main__item .service-main__tab-text {
    padding-right: 0px;
    font-size: 16px;
}

.service-main__list {
  width: 33.3%;
  /* margin-right: 30px; */
  margin-right: 50px;}
  @media only screen and (max-width: 991px) {
    .service-main__list {
      display: none; } }

.service-main__content-right {
  width: 77%; }
  @media only screen and (max-width: 991px) {
    .service-main__content-right {
      width: 100%; } }

.service-main__item {
  margin-top: -1px;
  margin-bottom: -1px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent; }
  .service-main__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .service-main__item:last-child {
    margin-bottom: 0; }
  .service-main__item.active .service-main__tab-icon {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .service-main__item.active .service-main__spoller {
    display: block; }
  .service-main__item.active > .service-main__link {
    color: #f97c22; }

.service-main__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 22px 22px 22px 0;
  width: 100%; }
/*   .service-main__tab.active .service-main__tab-icon {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); } */

.service-main__tab-text {
  font-family: "montserratalternates", sans-serif;
  padding-right: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  color: #000; 
    display: inline-block;
}
  @media only screen and (max-width: 767px) {
    .service-main__tab-text {
      font-size: 16px; } }

.service-main__tab-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 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; }
  .service-main__tab-icon svg {
    fill: #000; }

.service-main__spoller-description {
  padding: 0px 36px 22px 0; }

.service-main__spoller {
  display: none; }

@media only screen and (max-width: 991px) {
  .service-main__list {
    width: 100%; }
  .service-main__tab {
    padding: 16px 22px 16px 22px; }
  .service-main__spoller-description {
    padding: 0px 36px 25px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .service-main__spoller-description {
      font-size: 14px; } }

.service-main__list {
  padding-left: 24px; }

.service-main__list-item {
  margin-bottom: 15px; }
  .service-main__list-item:last-child {
    margin-bottom: 0; }
  .service-main__list-item.active .service-main__link {
    color: #f97c22; }
    
.service-main-new {
  margin-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .service-main-new {
      margin-bottom: 80px; } }

.content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .content-top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .content-top__title {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
  .content-top__price, .content-top__decr {
    margin: 0;
    padding: 0; }
  .content-top__price {
    margin-bottom: 15px;
    color: #f97c22;
    font-size: 22px; }
  .content-top__decr {
    margin-bottom: 20px;
    font-size: 22px; }
  .content-top__img {
    margin-right: 50px;
    min-height: 350px;
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .content-top__img {
        margin-right: 0;
        margin-bottom: 25px;
        min-height: 100%;
        width: 100%; } }
  .content-top__right {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .content-top__right {
        width: 100%; } }

.list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px; }
  .list-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
        width: 25%;
    align-items: center;
    /* width: 33.33%; */
      
  }
    @media only screen and (max-width: 991px) {
      .list-top__item {
        width: 50%; 
      padding: 10px;
      } 
        
    .list-top {
      margin: -10px; }}
    @media only screen and (max-width: 767px) {
      .list-top__item {
        width: 100%; } }
  .list-top__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f97c22; }
  .list-top__svg {
    width: 35px;
    height: 100%;
    fill: #000;
    stroke: #000; }
  .list-top__descr {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 120px;
 /*  margin-bottom: 80px;  */}
      @media only screen and (max-width: 991px) {
    .list-bottom {
          padding-top: 80px; }}

  .list-bottom__title {
    margin: 0 auto;
    margin-bottom: 25px; }
  .list-bottom__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px; }
  .list-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    width: 25%; }
    @media only screen and (max-width: 991px) {
      .list-bottom__item {
        width: 50%; 
          padding: 10px;
      } 
      .list-bottom__main {
        margin: -10px; }
        }
    @media only screen and (max-width: 767px) {
      .list-bottom__item {
        width: 100%; } }
  .list-bottom__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f97c22; }
  .list-bottom__svg {
    width: 35px;
    height: 100%;
    fill: #000; }
  .list-bottom__descr {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
    padding-top: 80px;
}
  
@media only screen and (max-width: 1199px) {
.content-bottom {
    flex-wrap: wrap;} 
    
}

.left-block {
  width: 40%;
  margin-right: 40px; }
  
@media only screen and (max-width: 1199px) {
.left-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
    
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f97c22;
  padding: 20px;
  border-radius: 20px; }
  .feedback__title {
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
  .feedback__descr {
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
  .feedback__link {
    margin-bottom: 15px;
    text-decoration: underline; }
    .feedback__link:hover {
      color: #000;
      text-decoration: none; }
  .feedback .feedback__btn {
    max-width: 280px;
    padding: 20px 40px;
    background-color: #000;
    color: #f97c22;
    border: 1px solid transparent; }
    @media only screen and (max-width: 1199px) {
      .feedback .feedback__btn {
          max-width: 100%;
        width: 100%;
        margin-bottom: 14px; 
          padding: 20px 31px;
      }}
    @media only screen and (max-width: 767px) {
      .feedback .feedback__btn {
        margin: 0 auto;
        margin-bottom: 14px; } }
    .feedback .feedback__btn:hover {
      background-color: transparent;
      border-color: #000;
      color: #000; }

.home-page__compass {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 108px; }
  @media only screen and (max-width: 991px) {
    .home-page__compass {
      margin-bottom: 80px; } }

/* .home-page__compass-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; } */
  
.home-page__compass-wrapper {
    position: relative;
    width: 214px;
    height: 214px;
}
  
.home-page__compass-img {
    position: absolute;
    top: 39px;
    left: 39px;
}

.main {
  margin-bottom: 120px;
  min-height: 32vh; }
  .main .header_1,
  .main .header_2{
  margin-bottom: 40px; }
  .main.gallery .content {
    width: 100%; }
  .main .content {
    width: 100%; }
  .main .header_1 {
    margin-bottom: 20px;
    font-size: 60px; }
  .main .custom-gallery img {
    width: 100%;
    height: auto !important; }
  .main .custom-gallery:hover img {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  .main .text-default p {
    margin-top: 16px;
    margin-bottom: 16px; }
  .main .gallery-item {
    position: relative;
    z-index: 10;
    float: none;
    padding: 0px;
    border: 0px;
    padding: 6px 4px;
    opacity: 1;
    width: calc(33% - 8px);
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0; }
    .main .gallery-item a {
      text-decoration: none;
      display: inline-block;
      width: 100%;
      font-size: 0;
      line-height: 0;
      overflow: hidden; }
    .main .gallery-item img {
      width: 100%;
      height: 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); }
  @media only screen and (max-width: 1199px) {
    .main .content {
      width: 90%; }
    .main .header_1 {
      font-size: 50px; } }
  @media only screen and (max-width: 991px) {
    .main {
      margin-bottom: 80px; }
      .main .content {
        width: 100%; }
      .main .header_1,
      .main .header_2{
      margin-bottom: 26px; }
      .main .gallery-item {
        width: calc(50% - 8px); }
        .main .gallery-item img {
          height: 300px; } }
  @media only screen and (max-width: 767px) {
    .main .gallery-item img {
      height: 36vw; }
    .main .header_1 {
      font-size: 36px; } }

.contact {
  margin-top: 40px;
  margin-bottom: 120px; }
  .contact .header_1 {
    margin-bottom: 40px; }
  .contact .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contact .col-left {
    width: 40%;
    padding-right: 40px; }
  .contact .item {
    margin-bottom: 16px; }
    .contact .item a:hover {
      text-decoration: underline; }
    .contact .item br {
      display: none; }
  .contact .col-right {
    width: 60%; }
  @media only screen and (max-width: 991px) {
    .contact {
      margin-bottom: 80px; }
      .contact .row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .contact .col-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px; }
      .contact .col-right {
        width: 100%; } }
        
.breadcrumb {
    list-style: none;
    margin: 0px 0 40px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li.active {
    color: #f97c22;
}

.breadcrumb li a[noclick] {
    cursor: text;
    cursor: none;
}
.vk-news{
    position: relative;
    z-index: 1;
    margin-bottom: 132px;
    overflow: hidden;
}
.vk-news-decore{
    position: absolute;
    top: 150px;
    left: 0;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: rgba(249, 124, 34, 0.5);
    filter: blur(90px);
}
.vk-news .content{
    display: flex;
    justify-content: space-between;
}
.vk-news .iframe-wrap{
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    border: 1px solid #f97c22;
    overflow: hidden;
}
.vk-news .text-wrap{
    position: relative;
    margin-left: 100px;
}
.vk-news .header_2{
    margin-bottom: 30px;
}
.vk-news .subtitle{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
.vk-news .text-default{
    margin-bottom: 20px;
}
.vk-news .text-default strong{
    font-weight: 500;
}
.vk-news .button{
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
}
.vk-news .button:hover svg{
    fill: #fff;
}
.vk-news .button svg{
    display: inline-flex;
    width: 25px;
    height: 25px;
    fill: #f97c22;
    margin-left: 12px;
    transition: all 0.3s;
}
.vk-news .line{
    position: absolute;
    z-index: -1;
    left: -135px;
    bottom: -40px;
    width: 57vw;
}

@media only screen and (max-width: 1440px) {
    .vk-news .text-wrap{
        margin-left: 60px;
    }
    .vk-news .line{
        width: 63vw;
        left: -90px;
        bottom: -50px;
    }
}

@media only screen and (max-width: 1199px) {
    .vk-news .text-wrap {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .vk-news{
        margin-bottom: 80px;
    }
    .vk-news .content{
        flex-wrap: wrap;
    }
    .vk-news .iframe-wrap{
        margin-right: 0;
        margin-top: 30px;
    }
    .vk-news .text-wrap{
        max-width: 100%;
        margin-left: 0;
        order: -1;
    }
    .vk-news .line{
        display: none;
    }
    .vk-news .button{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .vk-news .iframe-wrap{
        width: 100%;
    }
}

.form-item input.err{
    border: 1px solid red;
}
button[disabled]{
    opacity: 0.8;
}



.reviews {
    margin-bottom: 210px;
}
.reviews__content-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.reviews-decore{
    position: absolute;
    top: 100%;
    right: 0px;
    width: 176px;
    height: 176px;
    filter: blur(90px);
    border-radius: 50%;
    background: rgba(249, 124, 34, 0.5);
}
.reviews__iframe-wrapper {
    position: relative;
    margin-left: auto;
    border: 1px solid #f97c22;
    width: 613px;
    height: 721px;
    overflow: hidden;
}

.reviews .reviews__iframe-wrapper iframe {
    width: 100%;
    height: 100%;

}

.reviews .reviews__iframe-wrapper a {
    position: absolute;
    bottom: 8px;
    left: 0;
    display: block;
    padding: 0 16px;
    font-family: YS Text,sans-serif;
    width: 100%;
    max-height: 14px;
    color: #b3b3b3;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.reviews__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 694px;
}

.reviews__title {
    margin-bottom: 30px;
}

.reviews__subtitle{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.reviews__links-list {
    display: flex;
    margin-top: 40px;
}

.reviews__links-list-item {
    margin-right: 10px;
}

.reviews__line{
    position: absolute;
    bottom: -80px;
    right: -126px;
    width: 58vw;
}

@media only screen and (max-width: 1440px) {
    .reviews__content{
        width: 618px;
    }
    .reviews__iframe-wrapper{
        width: 512px;
    }
    .reviews__line{
        right: -80px;
    }
}

@media only screen and (max-width: 1199px) {
    .reviews__subtitle{
        font-size: 18px;
    }
    .reviews__iframe-wrapper{
        width: 434px;
        height: 630px;
    }
    .reviews__content {
        width: 506px;
    }
}

@media only screen and (max-width: 991px) {
    .reviews {
        margin-bottom: 80px;
    }
    .reviews__content-wrapper{
       flex-direction: column;
    }
    .reviews__content{
        width: 100%;
        margin-bottom: 50px;
    }
    .reviews__line{
        display: none;
    }
    .reviews__iframe-wrapper{
        margin-left: 0;
        max-width: 100%;
        width: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .reviews__links-list{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .reviews__links-list-item{
        margin: 4px;
    }
}


.articles__title{
    margin-bottom: 40px;
}
.articles__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(300px, 370px);
    gap: 20px;
}

.articles-item {
    display: flex;
    background-color: #2A0A57;
    box-shadow: 0 6px 12px 0 rgba(42, 10, 87, .05), 0 23px 23px 0 rgba(42, 10, 87, .04), 0 51px 31px 0 rgba(42, 10, 87, .03), 0 90px 36px 0 rgba(42, 10, 87, .01), 0 141px 40px 0 rgba(42, 10, 87, 0);
    overflow: hidden;
}

.articles-item__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.articles-item__img {
    width: 100%;
    height: 100%;
    font-size: 0;
    object-fit: cover;
    transition: transform .2s linear;
}

.articles-item__title-wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    padding: 10px;
    max-width: 95%;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #F97C22;
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
    transition: transform .2s linear;
}

.article__content-img {
    float: right;
    margin: 0 0 30px 30px;
    width: 550px;
    height: 100%;
}

.article__title{
    margin-bottom: 40px;
}

@media (hover: hover) {
    .articles-item__link:hover .articles-item__img {
        transform: scale(1.1);
    }
    
    .articles-item__link:hover .articles-item__title-wrap {
        transform: translate(-50%, 10px);
    }
}

@media only screen and (max-width: 991px) {
    .articles__list {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 767px) {
    .article__content-img  {
        margin: 0 !important;
        margin-bottom: 15px !important;
        width: 100%;
    }
    
    .articles__list {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(150px, 200px);
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .articles-item__title-wrap {
        bottom: 10px;
    }
    
    .articles-item__title {
        font-size: 18px;   
    }
}


