/*primary font*/
/*secondary font*/
/*link*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #2B2D42;
  font-weight: 500;
  line-height: 1.42;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }
  html.overlayed, body.overlayed {
    overflow: hidden !important; }

[hidden] {
  display: none; }

input::-ms-clear {
  display: none !important; }

input,
select,
textarea,
button {
  font-family: "Ubuntu", sans-serif; }

span.inner a {
	color: #4a4a4a;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #6bc170;
  transition: .2s;
  position: relative;
  }
  
  a:hover, a:focus, span.inner a:hover, span.inner a:focus {
    text-decoration: none;
    color: #6bc170;
    }

.relative {
  position: relative; }

.clear {
  padding: 0;
  margin: 0;
  list-style: none; }

.clear-col {
  padding-left: 0;
  padding-right: 0; }

.none {
  display: none; }

.owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.row.collapsed-row {
  margin-left: 0;
  margin-right: 0; }
  .row.collapsed-row > * {
    padding-left: 0;
    padding-right: 0; }

.row.paddless-row {
  margin-right: -5px;
  margin-left: -5px; }
  .row.paddless-row > * {
    padding-left: 5px;
    padding-right: 5px; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.bold {
  font-weight: bold; }

.in-bl {
  display: inline-block; }

/*cover image*/
.image-cover {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .image-cover img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .image-cover img.vertical {
      top: 50%;
      left: 0;
      height: auto;
      width: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/*contain image*/
.image-contain {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .image-contain img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*vertical align*/
.verticaly-top,
.verticaly-middle,
.verticaly-bottom {
  width: 100%;
  height: 100%;
  white-space: nowrap; }
  .verticaly-top:after,
  .verticaly-middle:after,
  .verticaly-bottom:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%; }
  .verticaly-top .inner,
  .verticaly-middle .inner,
  .verticaly-bottom .inner {
    display: inline-block;
    width: 100%;
    white-space: normal; }

.verticaly-top:after,
.verticaly-top .inner {
  vertical-align: top;
  }

.verticaly-middle:after,
.verticaly-middle .inner {
  vertical-align: middle; }

.verticaly-bottom:after,
.verticaly-bottom .inner {
  vertical-align: bottom; }

.about-us-section {
    padding: 30px 0 0px;
    position: relative;
    color: #fff!important;
}
  .about-us-section .caption-figures {
    position: absolute;
    pointer-events: none; }
    .about-us-section .caption-figures.left {
      top: -198px;
      left: 55px; }
    .about-us-section .caption-figures.right {
      right: -120px;
      top: -91px; }
    .about-us-section .caption-figures.bottom {
      bottom: 79px;
      right: 267px; }
      .about-us-section .caption-figures.bottom .shape-top {
        position: absolute;
        top: 0;
        left: 0; }
        .about-us-section .caption-figures.bottom .shape-top.animated {
          -webkit-transform: translate(54px, -28px);
          transform: translate(54px, -28px); }
  .about-us-section .section-title {
    margin: 0 0 13px; }
  .about-us-section .text,
  .about-us-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 21px; }
    .about-us-section .text.large,
    .about-us-section p.large {
      color: #ff7a29;
      font-weight: 700;
      text-transform: uppercase; }
  .about-us-section .video-outer {
    padding-left: 61px;
    padding-top: 5px;
    position: relative;
    z-index: 1; }

@media (max-width: 1368px) {
  .about-us-section .caption-figures.right {
    right: -157px; }
  .about-us-section .caption-figures.bottom {
    right: 52px; }
  .about-us-section .caption-figures.left {
    top: -70px;
    left: -71px;
    height: 283px; } }

@media (max-width: 1199px) {
  .about-us-section .caption-figures.bottom {
    right: -30px; }
  .about-us-section .caption-figures.left {
    display: none; } }

@media (max-width: 1199px) {
  .about-us-section {
    padding: 30px 0; }
    .about-us-section .caption-figures {
      display: none; }
    .about-us-section .video-outer {
      padding: 0; } }

@media (max-width: 640px) {
    .about-us-section {
    padding: 0px 0; }
  .about-us-section .section-title {
    margin: 0 0 8px;
    text-align: center; }
  .about-us-section .text,
  .about-us-section p {
    margin: 0 0 23px; }
  .about-us-section .video-outer {
    margin-top: 7px;
    text-align: center;
    margin-bottom: 10px; } }

.accordeon {
  margin: 0 0 7px; }
  .accordeon .anchor {
    background-color: #e0e3e8;
    height: 36px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color .3s, color .3s; }
    .accordeon .anchor .anchor-text {
      display: inline-block;
      width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1; }
    .accordeon .anchor .anchor-icon {
      font-size: 10px;
      position: absolute;
      top: 13px;
      right: 15px;
      display: inline-block;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  .accordeon .button-clear {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 2;
    opacity: 0;
    visibility: hidden; }
    .accordeon .button-clear .btn {
      height: 36px;
      width: 36px;
      padding: 13px 12px;
      font-size: 10px; }
    .accordeon .button-clear.active {
      opacity: 1;
      visibility: visible; }
  .accordeon .inner {
    border: 2px solid #f2f3f5;
    padding: 0 20px;
    display: none; }
    .accordeon .inner .form-group {
      padding-bottom: 0; }
    .accordeon .inner .list-cover {
      margin: 20px -20px 0;
      padding: 0 20px 20px; }
      .accordeon .inner .list-cover.scrolled {
        max-height: 200px;
        overflow: auto;
        }
    .accordeon .inner .inputs {
      font-size: 0;
      margin: 0 0 22px; }
      .accordeon .inner .inputs:last-child {
        margin: 0; }
      .accordeon .inner .inputs .form-group {
        display: inline-block;
        vertical-align: middle;
        width: calc(50% - 40px);
        padding: 0; }
        .accordeon .inner .inputs .form-group.with-text {
          padding: 0 5px;
          width: 50%; }
          .accordeon .inner .inputs .form-group.with-text:first-child {
            padding-left: 0; }
          .accordeon .inner .inputs .form-group.with-text:last-child {
            padding-right: 0; }
          .accordeon .inner .inputs .form-group.with-text .text {
            font-size: 16px;
            margin-bottom: 5px; }
        .accordeon .inner .inputs .form-group .input {
          padding-left: 2px;
          padding-right: 2px; }
      .accordeon .inner .inputs .line {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        font-size: 16px;
        text-align: center; }
  .accordeon .clear-btn {
    opacity: 0;
    visibility: hidden; }
  .accordeon:hover .anchor, .accordeon.active .anchor {
    background-color: #6bc170;
    color: #fff;
    }
  .accordeon:hover .button-clear .btn, .accordeon.active .button-clear .btn {
    color: #fff; }
  .accordeon.active .anchor .anchor-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordeon.active .inner {
    display: block; }


 .accordeon1 {
  margin: 0 0 7px; }
  .accordeon1 .anchor1 {
    background-color: #e0e3e8;
    height: 36px;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #6bc170;
    position: relative;
    }
    .accordeon1 .anchor1 .anchor-text {
      display: block;
      /* width: calc(100% - 70px); */
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1;
      }
    .accordeon1 .anchor1 .anchor-icon {
      font-size: 10px;
      position: absolute;
      top: 13px;
      right: 15px;
      display: inline-block;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      }
  .accordeon1 .button-clear {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 2;
    opacity: 0;
    visibility: hidden; }
    .accordeon1 .button-clear .btn {
      height: 36px;
      width: 36px;
      padding: 13px 12px;
      font-size: 10px; }
    .accordeon1 .button-clear.active {
      opacity: 1;
      visibility: visible; }
  .accordeon1 .inner1 {
    border: 2px solid #f2f3f5;
    padding: 0 20px;
    display: none; }
    .accordeon1 .inner1 .form-group {
      padding-bottom: 0; }
    .accordeon1 .inner1 .list-cover {
      margin: 20px -20px 0;
      padding: 0 4px 20px; }
      .accordeon1 .inner1 .list-cover.scrolled1 {
        /*height: 200px;*/
        overflow: auto; }
    .accordeon1 .inner1 .inputs {
      font-size: 0;
      margin: 0 0 4px; }
      .accordeon1 .inner1 .inputs:last-child {
        margin: 0; }
      .accordeon1 .inner1 .inputs .form-group {
        display: inline-block;
        vertical-align: middle;
        width: calc(50% - 40px);
        padding: 0; }
        .accordeon1 .inner1 .inputs .form-group.with-text {
          padding: 0 5px;
          width: 50%; }
          .accordeon1 .inner1 .inputs .form-group.with-text:first-child {
            padding-left: 0; }
          .accordeon1 .inner1 .inputs .form-group.with-text:last-child {
            padding-right: 0; }
          .accordeon1 .inner1 .inputs .form-group.with-text .text {
            font-size: 16px;
            margin-bottom: 5px; }
        .accordeon1 .inner1 .inputs .form-group .input {
          padding-left: 2px;
          padding-right: 2px; }
      .accordeon1 .inner1 .inputs .line {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        font-size: 16px;
        text-align: center; }
  .accordeon1 .clear-btn {
    opacity: 0;
    visibility: hidden; }
  .accordeon1:hover .anchor1, .accordeon1.active .anchor1 {
    background-color: #59874e;
    color: #fff;
    }
  .accordeon1:hover .button-clear .btn, .accordeon1.active .button-clear .btn {
    color: #fff; }
  .accordeon1.active .anchor1 .anchor-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordeon1.active .inner1 {
    display: block; }
	
	
	
.article:after {
  content: "";
  clear: both;
  display: table; }

.article .date {
  color: #6bc170;
  font-size: 16px;
  margin: 0 0 27px;
  }

.article h2,
.article .article-subtitle {
  color: #ff7a29;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 32px; }

.article p,
.article .text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 29px; }

.article .right-image {
  float: right;
  margin: 0 0 0 20px;
  max-width: 50%; }
  .article .right-image img {
    max-width: 100%; }

.article .left-image {
  float: left;
  margin: 0 20px 0 0;
  max-width: 50%; }
  .article .left-image img {
    max-width: 100%; }

.article a,
.article .link {
  border-bottom: 1px solid; }
  .article a:hover,
  .article .link:hover {
    border-color: transparent; }

.article blockquote,
.article .blockquote {
  padding-left: 40px;
  position: relative;
  margin: 0 0 29px;
  max-width: 50%;
  font-style: italic;
  color: #ff7a29; }
  .article blockquote:before,
  .article .blockquote:before {
    content: "\201C";
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 50px;
    text-align: center; }
  .article blockquote p,
  .article blockquote .text,
  .article .blockquote p,
  .article .blockquote .text {
    margin: 0;
    color: #ff7a29; }

.article .article-footer {
  border-bottom: 3px solid #dee1e4;
  padding-bottom: 55px;
  padding-top: 15px; }

@media (max-width: 640px) {
  .article blockquote,
  .article .blockquote {
    max-width: none; }
	
	

.article.article2 .left-image, .article.article2 .right-image {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 0;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    margin: 0 0 0px;
    float: left;
}
	
	
  .article .left-image,
  .article .right-image {
    max-width: none;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 56.3%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 0 29px;
    float: none; }
	

.article.article2 .left-image img, .article.article2 .right-image img {
    position: relative;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
}
	
    .article .left-image img,
    .article .right-image img {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: auto;
      -webkit-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%);
      max-width: none; }
      .article .left-image img.vertical,
      .article .right-image img.vertical {
        top: 50%;
        left: 0;
        height: auto;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .article .article-footer {
    padding-bottom: 15px; }
    .article .article-footer .align-right {
      margin-top: 15px;
      text-align: left; } }

@media (max-width: 480px) {
  .article .article-footer {
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center; }
    .article .article-footer .align-right {
      text-align: center; } }

.banner-section {
  position: relative; }
  .banner-section .main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  .banner-section .main-banner {
    font-size: 0; }
    .banner-section .main-banner.image-cover {
      padding-top: 944px; }
  .banner-section .banner-caption {
    position: absolute;
    top: 156px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 650px;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
    z-index: 1; }
    .banner-section .banner-caption .caption-figures {
      position: absolute;
      pointer-events: none;
      z-index: 1;
      top: 102px;
      left: -57px; }
      .banner-section .banner-caption .caption-figures .shape-top {
        position: absolute;
        top: 0;
        left: 0;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
        .banner-section .banner-caption .caption-figures .shape-top.animated {
          -webkit-transform: translate(26px, -63px);
          transform: translate(26px, -63px); }
    .banner-section .banner-caption .main-title {
      color: #fff;
      font-size: 59px;
      font-weight: 400;
      line-height: 79.2px;
      text-transform: uppercase;
      background-color: rgb(103 143 103 / 68%);
      background-color: rgb(54 94 44 / 57%);
      padding: 46px 56px;
      margin-bottom: 51px;
      margin-top: 41px;
      }
    .banner-section .banner-caption .city-options {
      background-color: rgba(4, 15, 36, 0.66);
      font-size: 0; }
      .banner-section .banner-caption .city-options .city-item {
        display: inline-block;
        padding: 34px 26px;
        width: 50%; }
        .banner-section .banner-caption .city-options .city-item:first-child {
          padding-right: 13px; }
        .banner-section .banner-caption .city-options .city-item:last-child {
          padding-left: 13px; }
        .banner-section .banner-caption .city-options .city-item:hover .image-cover .caption, .banner-section .banner-caption .city-options .city-item.active .image-cover .caption {
          background-color: #ff7a29; }
      .banner-section .banner-caption .city-options .image-cover {
        padding-top: 72%; }
        .banner-section .banner-caption .city-options .image-cover .caption {
          width: 159px;
          height: 50px;
          background-color: rgba(4, 15, 36, 0.75);
          color: #fff;
          font-size: 18px;
          font-weight: 400;
          line-height: 46.96px;
          text-align: center;
          position: absolute;
          z-index: 3;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: background-color .3s; }

@media (max-width: 1199px) {
  .banner-section .main-banner.image-cover {
    padding-top: 790px; }
  .banner-section .banner-caption {
    width: 552px; }
    .banner-section .banner-caption .main-title {
      font-size: 50px;
      line-height: 66.2px;
      padding: 41px 94px;
      margin-bottom: 45px;
      margin-top: 0; }
    .banner-section .banner-caption .caption-figures {
      top: 49px;
      height: 293px; }
    .banner-section .banner-caption .city-options .city-item {
      padding: 26px 26px; } }

@media (max-width: 993px) {
  .banner-section .banner-caption {
    top: 120px; }
  .banner-section .main-banner.image-cover {
    padding-top: 710px; } }

@media (max-width: 640px) {
  .banner-section .banner-caption {
    width: 455px; }
    .banner-section .banner-caption .main-title {
      font-size: 37px;
      font-weight: 400;
      line-height: 48.11px;
      padding: 33px 35px 21px;
      max-width: 89%;
      margin: 0 auto 64px; }
    .banner-section .banner-caption .caption-figures {
      top: 68px;
      height: 210px;
      left: 7px; }
  .banner-section .main-banner.image-cover {
    padding-top: 635px; } }

@media (max-width: 425px) {
  .banner-section .main-banner.image-cover {
    padding-top: 649px; }
  .banner-section .banner-caption {
    top: 0;
    width: 100%;
    padding: 0 24px; }
    .banner-section .banner-caption .main-title {
      font-size: 24px;
      line-height: 30.77px; }
    .banner-section .banner-caption .caption-figures {
      top: 138px;
      left: 26px;
      height: 134px; }
      .banner-section .banner-caption .caption-figures .shape-top.animated {
        -webkit-transform: translate(10px, -23px);
        transform: translate(10px, -23px); }
    .banner-section .banner-caption .main-title {
      margin-bottom: 39px;
      margin-top: 105px;
      padding: 20px 35px 18px; }
    .banner-section .banner-caption .city-options {
      max-width: 78%;
      margin: auto; }
      .banner-section .banner-caption .city-options .city-item {
        width: 100%;
        padding: 15px; }
        .banner-section .banner-caption .city-options .city-item:first-child {
          padding-right: 15px;
          padding-bottom: 10px; }
        .banner-section .banner-caption .city-options .city-item:last-child {
          padding-left: 15px;
          padding-top: 10px; }
      .banner-section .banner-caption .city-options .image-cover .caption {
        width: 129px;
        height: 40px;
        line-height: 2; } }

.breadcrumbs {
  padding: 15px 0px; }
  .breadcrumbs .breadcrumbs-list {
    font-size: 0;
    margin: 0 -10px; }
    .breadcrumbs .breadcrumbs-list .list-item {
      display: inline-block;
      vertical-align: middle; }
      .breadcrumbs .breadcrumbs-list .list-item:last-child .link {
        color: #6bc170;
        font-weight: 500;
        }
        .breadcrumbs .breadcrumbs-list .list-item:last-child .link:after {
          display: none; }
    .breadcrumbs .breadcrumbs-list .link {
      color: #4a4a4a;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      padding: 0 10px;
      display: inline-block;
      position: relative; }
      .breadcrumbs .breadcrumbs-list .link:hover {
        color: #6bc170;
        }
      .breadcrumbs .breadcrumbs-list .link:after {
        position: absolute;
        content: '\e90c';
        font-family: 'icomoon';
        font-size: 80%;
        right: -5px;
        top: 0; }

@media (max-width: 993px) {
  .breadcrumbs {
    border-top: 3px solid #47515b; } }

.btn {
  cursor: pointer;
  border-radius: 4px;
  height: 42px;
  border: 0;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 12px 20px;
  transition: background-color .2s, color .2s;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }
  .btn .fader {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #646464;
    opacity: 0; }
    .btn .fader.active {
      -webkit-animation: fade 1.2s forwards;
      animation: fade 1.2s forwards; }
  .btn .text {
    position: relative;
    z-index: 1; }

@-webkit-keyframes fade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0; } }

@keyframes fade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0; } }

.btn.btn-primary {
  background-color: #9ca4ad;
  color: #fff; }
  .btn.btn-primary .fader {
    background-color: #ff9a5c; }
  .btn.btn-primary.active, .btn.btn-primary:hover {
    background-color: #6bc170;
    color: #fff;
    }

.btn.btn-link {
  color: #6bc170;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  height: auto;
  border-bottom: none;
  }
  .btn.btn-link .text {
    color: #6bc170;
    }
  .btn.btn-link .icon {
    font-size: 12px; }
  .btn.btn-link:hover {
    color: #6bc170;
    }
    .btn.btn-link:hover .text {
      color: #6bc170;
      }
    .btn.btn-link:hover .text {
      border-bottom: 1px solid; }
  .btn.btn-link.link-with-arrow .icon {
    font-size: 12px;
    display: inline-block; }

.btn.btn-primary-inverse {
  background-color: #6bc170!important;
  color: #fff;
  }
  .btn.btn-primary-inverse .fader {
    background-color: #b8bec4; }
  .btn.btn-primary-inverse.active, .btn.btn-primary-inverse:hover {
    background-color: #9ca4ad;
    color: #fff; }

.btn.btn-icon {
  font-size: 30px;
  padding: 0;
  color: #4a4a4a;
  height: 42px;
  width: 42px; }
  .btn.btn-icon .smaller-icon {
    font-size: 83.5%; }
    .btn.btn-icon .smaller-icon:before {
      position: relative;
      top: -2px; }
  .btn.btn-icon .fader {
    background-color: rgba(255, 122, 41, 0.2); }
  .btn.btn-icon:hover, .btn.btn-icon.active {
    color: #6bc170;
    }

.btn.btn-block {
  width: 100%;
  display: block; }

.caption-figures {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: opacity .3s, transition .3s, -webkit-filter .7s;
  transition: opacity .3s, transition .3s, filter .7s;
  transition: opacity .3s, transition .3s, filter .7s, -webkit-filter .7s; }
  .caption-figures.active {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: 3px solid #6bc170;
    border-bottom: 3px solid #6bc170;
    }
  .caption-figures img {
    max-height: 100%; }
  .caption-figures .shape-top {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.counters-section {
  position: relative;
  background-image: url(../images/counters-back.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  color: #fff; }
  .counters-section:before {
    position: absolute;
    background-color: rgba(19, 20, 24, 0.55);
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .counters-section .caption-figures {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    right: -73px;
    top: -82px; }
    .counters-section .caption-figures .shape-top {
      position: absolute;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      top: 0;
      left: 0; }
      .counters-section .caption-figures .shape-top.animated {
        -webkit-transform: translate(30px, 40px);
        transform: translate(30px, 40px); }
  .counters-section .content {
    position: relative;
    z-index: 2; }
  .counters-section .count-overlay {
    padding: 30px; }
  .counters-section .count-to {
    position: relative;
    padding-top: 100%; }
    .counters-section .count-to canvas {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .counters-section .count-to .caption {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .counters-section .count-to .caption .counter {
        color: #fff;
        font-size: 45px;
        font-weight: 700; }
      .counters-section .count-to .caption .title {
        color: #fff;
        font-size: 16px;
        font-weight: 400; }

@media (max-width: 1368px) {
  .counters-section .caption-figures {
    right: -16px;
    height: 155px; } }

@media (max-width: 993px) {
  .counters-section {
    padding: 15px 0; }
    .counters-section .caption-figures {
      display: none; }
    .counters-section .count-overlay {
      padding: 15px 30px; } }

@media (max-width: 767px) {
  .counters-section .caption-figures {
    display: none; }
  .counters-section .count-overlay {
    padding: 15px 0; } }

@media (max-width: 640px) {
  .counters-section {
    padding: 15px 0 22px; }
    .counters-section .container .row [class*=col-xs-]:nth-child(odd) {
      padding-right: 6px; }
    .counters-section .container .row [class*=col-xs-]:nth-child(even) {
      padding-left: 6px; }
    .counters-section .count-overlay {
      padding: 15px 0; } }

@media (max-width: 425px) {
  .counters-section {
    padding: 28px 0 22px;
    background-image: url(../images/counters-back-mobile.jpg); }
    .counters-section .container .row [class*=col-xs-]:nth-child(odd) {
      padding-right: 30px; }
    .counters-section .container .row [class*=col-xs-]:nth-child(even) {
      padding-left: 30px; }
    .counters-section .count-overlay {
      padding: 7px 27px; } }

[data-accordeon]:not([data-accordeon-mobile]) {
  position: relative; }
  [data-accordeon]:not([data-accordeon-mobile]) .accordeon-anchor {
    cursor: pointer; }
  [data-accordeon]:not([data-accordeon-mobile]) .item-inner {
    display: none; }
    [data-accordeon]:not([data-accordeon-mobile]) .item-inner .faded-inner {
      opacity: 0;
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  [data-accordeon]:not([data-accordeon-mobile]).active > .item-inner {
    display: block; }
  [data-accordeon]:not([data-accordeon-mobile]).active.animated > .item-inner .faded-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

@media (max-width: 993px) {
  [data-accordeon][data-accordeon-mobile] {
    position: relative; }
    [data-accordeon][data-accordeon-mobile] .accordeon-anchor {
      cursor: pointer; }
    [data-accordeon][data-accordeon-mobile] .item-inner {
      display: none; }
      [data-accordeon][data-accordeon-mobile] .item-inner .faded-inner {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        transition: opacity .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s; }
    [data-accordeon][data-accordeon-mobile].active > .item-inner {
      display: block; }
    [data-accordeon][data-accordeon-mobile].active.animated > .item-inner .faded-inner {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.full > [class*=col-xs-] {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

.details-main {
  font-size: 0;
  margin: 0 -14px 70px; }
  .details-main .images-side {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    width: 53%;
    font-size: 14px; }
    .details-main .images-side .main-image {
      padding-top: 86.5%;
      margin: 0 0 11px;
      background-color: #f9f9f9; }
  .details-main .form-side {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    width: 47%;
    font-size: 14px; }
  .details-main .form-cover {
    margin: 34px 0 0; }
    .details-main .form-cover .form-title {
      color: #4a4a4a;
      font-size: 16px;
      font-weight: 400;
      line-height: 23.98px;
      text-transform: uppercase;
      margin: 0 0 8px 25px; }
    .details-main .form-cover .form-buttons {
      font-size: 0;
      margin: 11px -15px 0; }
      .details-main .form-cover .form-buttons .captcha {
        display: inline-block;
        vertical-align: bottom;
        padding: 0 15px;
        width: 330px;
        max-width: 100%; }
        .details-main .form-cover .form-buttons .captcha img {
          max-width: 100%; }
      .details-main .form-cover .form-buttons .btn-cover {
        display: inline-block;
        vertical-align: bottom;
        padding: 0 15px;
        width: calc(100% - 330px);
        text-align: right; }
        .details-main .form-cover .form-buttons .btn-cover .btn {
          margin-bottom: 16px; }
  .details-main .item-price {
    color: #6bc170;
    font-size: 35px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin: 77px 0 0 30px;
    }
    .details-main .item-price .icon {
      font-size: 80%; }
  .details-main .price-mobile {
    display: none; }

@media (max-width: 1368px) {
  .details-main .images-side .slider-cover {
    padding: 0; } }

@media (max-width: 1210px) {
  .details-main .item-price {
    margin-top: 72px; } }

@media (max-width: 1199px) {
  .details-main .images-side .main-image {
    padding-top: 100%; }
  .details-main .form-cover {
    margin: 22px 0 0; }
    .details-main .form-cover .form-buttons .captcha {
      display: block; }
    .details-main .form-cover .form-buttons .btn-cover {
      display: block;
      margin-top: 20px;
      width: auto;
      text-align: left; }
  .details-main .item-price {
    margin-top: 20px; } }

@media (max-width: 994px) {
  .details-main .images-side {
    display: block;
    width: auto;
    margin-bottom: 20px; }
    .details-main .images-side .main-image {
      padding-top: 75.3%; }
    .details-main .images-side .slider-cover {
      padding: 0 48px; }
  .details-main .form-side {
    display: block;
    width: auto;
    font-size: 0;
    position: relative; }
    .details-main .form-side .employees-item {
      display: inline-block;
      vertical-align: top;
      width: 250px;
      margin-right: 20px; }
  .details-main .form-cover {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 270px); }
  .details-main .item-price {
    position: absolute;
    margin-top: 0;
    left: 284px;
    bottom: 0; } }

@media (max-width: 768px) {
  .details-main .price-mobile {
    display: block; }
  .details-main .price-desktop {
    display: none; }
  .details-main .item-price {
    position: static;
    padding: 0 15px;
    margin-bottom: 30px; } }

@media (max-width: 640px) {
  .details-main {
    margin-bottom: 30px; }
    .details-main .form-side .employees-item {
      margin-right: 0;
      display: block;
      width: auto; }
    .details-main .form-cover {
      margin-top: 20px;
      display: block;
      width: auto; }
    .details-main .item-price {
      position: static;
      margin-top: 30px; } }

@media (max-width: 480px) {
  .details-main .images-side .main-image {
    padding-top: 100%; }
  .details-main .images-side .slider-cover {
    padding: 0; }
  .details-main .form-cover .form-buttons .captcha {
    margin-left: auto;
    margin-right: auto; }
  .details-main .form-cover .form-buttons .btn-cover {
    text-align: center; } }

.employees-item .image-cover {
  padding-top: 109%; }
  .employees-item .image-cover:hover .name {
    background-color: #6bc170;
    }

.employees-item .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(76 100 50 / 76%);
  z-index: 1;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  transition: background-color .3s;
  }

.employees-item .details {
  padding: 12px 17px;
  text-align: center;
  max-height: 250px;
  overflow: hidden;
  }
  .employees-item .details .title {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 4px;
    height: 48px;
    overflow: hidden;
    white-space: nowrap; }
  .employees-item .details .contact-list .list-item {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400; }
    .employees-item .details .contact-list .list-item .link {
      color: #4a4a4a; }
      .employees-item .details .contact-list .list-item .link:hover {
        color: #6bc170;
        }
    .employees-item .details .contact-list .list-item .mail-link {
      margin: 0 0 9px; }
  .employees-item .details .social-list {
    margin: 20px -8px 2px; }
    .employees-item .details .social-list .list-item {
      display: inline-block;
      vertical-align: middle;
      padding: 0 8px; }

.employees-item.spaced-bottom {
  margin-bottom: 50px; }
  .employees-item.spaced-bottom .details {
    max-height: 250px; }

.employees-item.horizontal {
  border: 2px solid #eceef2;
  font-size: 0; }
  .employees-item.horizontal .image-cover {
    display: inline-block;
    vertical-align: top;
    width: calc(45.5% + 2px);
    padding-top: calc(49.2% + 2px);
    margin: -2px 0 -2px -2px; }
  .employees-item.horizontal .details {
    display: inline-block;
    vertical-align: top;
    width: 54.5%;
    text-align: left;
    padding: 16px 32px;
    max-height: 261px; }
    .employees-item.horizontal .details .title-name {
      color: #4a4a4a;
      font-size: 17px;
      font-weight: 400;
      line-height: 25.15px;
      text-transform: uppercase;
      margin: 0 0 11px; }

@media (max-width: 1199px) {
  .employees-item.horizontal .details {
    padding: 10px 21px; }
  .employees-item.horizontal .image-cover {
    padding-top: calc(59.2% + 2px); } }

@media (max-width: 994px) {
  .employees-item.horizontal .details {
    padding: 20px 21px 10px;
    display: block;
    width: auto;
    text-align: center; }
  .employees-item.horizontal .image-cover {
    display: block;
    width: calc(100% + 4px);
    padding-top: 109%; } }

@media (max-width: 640px) {
  .employees-item {
    padding: 0 29px; }
    .employees-item.spaced-bottom {
      padding: 0; }
    .employees-item.horizontal {
      padding: 0;
		margin-bottom: 15px;
	  }
      .employees-item.horizontal .image-cover {
        display: inline-block;
        vertical-align: top;
        width: calc(45.5% + 2px);
        padding-top: 265px; }
      .employees-item.horizontal .details {
        display: inline-block;
        vertical-align: top;
        width: 54.5%;
        text-align: left;
        padding: 16px 20px; } }

@media (max-width: 425px) {
  .employees-item.horizontal .details {
    padding: 20px 21px 10px;
    display: block;
    width: auto;
    text-align: center; }
  .employees-item.horizontal .image-cover {
    display: block;
    width: calc(100% + 4px);
    padding-top: 109%; } }

.employees-section {
  padding: 72px 0 14px;
  background-image: url(../images/employees-back.jpg);
  background-size: cover;
  position: relative; }
  .employees-section .caption-figures {
    position: absolute;
    pointer-events: none; }
    .employees-section .caption-figures.left {
      top: 203px;
      left: -140px; }
    .employees-section .caption-figures.right {
      right: -187px;
      bottom: -93px; }
      .employees-section .caption-figures.right .shape-top {
        position: absolute;
        top: 0;
        left: 0;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
        .employees-section .caption-figures.right .shape-top.animated {
          -webkit-transform: translate(44px, -161px);
          transform: translate(44px, -161px); }
  .employees-section .employees-slider {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 -10px; }
    .employees-section .employees-slider .item {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      padding: 0 10px;
      width: 25%; }
    .employees-section .employees-slider.owl-loaded {
      margin: 0; }
      .employees-section .employees-slider.owl-loaded .item {
        width: 100%;
        padding: 0; }
  .employees-section .slider-cover {
    margin: 48px 0; }
    .employees-section .slider-cover .slider-buttons .nav-button {
      top: 30%; }

@media (max-width: 1368px) {
  .employees-section .caption-figures.left {
    top: 119px;
    left: -169px; }
  .employees-section .caption-figures.right {
    right: -32px;
    bottom: -117px;
    height: 257px; }
    .employees-section .caption-figures.right .shape-top.animated {
      -webkit-transform: translate(23px, -43px);
      transform: translate(23px, -43px); } }

@media (max-width: 993px) {
  .employees-section {
    padding-top: 34px; }
    .employees-section .caption-figures.left {
      top: 135px;
      left: -183px; }
    .employees-section .slider-cover {
      margin: 15px 0 20px; } }

@media (max-width: 767px) {
  .employees-section .caption-figures {
    display: none; } }

@media (max-width: 640px) {
  .employees-section {
    padding-bottom: 8px; }
    .employees-section .caption-figures {
      display: none; }
    .employees-section .slider-cover .slider-buttons .nav-button {
      top: 44%; } }

@media (max-width: 425px) {
  .employees-section .slider-cover .slider-buttons .nav-button {
    top: 0; } }

.form-section {
  padding: 57px 0; }
  .form-section .section-inner {
    background-image: url(../images/form-back.jpg);
    background-size: cover;
    font-size: 0;
    position: relative; }
    .form-section .section-inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(42, 115, 214, 0.2); }
    .form-section .section-inner .caption-figures {
      position: absolute;
      right: -107px;
      top: -126px;
      pointer-events: none; }
    .form-section .section-inner .image-side {
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      width: 49%; }
      .form-section .section-inner .image-side .support-image {
        position: absolute;
        bottom: 0;
        left: 32px;
        max-width: 100%; }
    .form-section .section-inner .caption-side {
      display: inline-block;
      vertical-align: top;
      width: 51%;
      padding: 73px 0 56px;
      position: relative;
      z-index: 2; }
      .form-section .section-inner .caption-side .section-title {
        color: #fff;
        margin: 0 0 16px; }
      .form-section .section-inner .caption-side .subtitle {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 23.98px; }
      .form-section .section-inner .caption-side .support-form {
        max-width: 80.5%;
        text-align: center; }
        .form-section .section-inner .caption-side .support-form .form-group {
          padding-left: 33px;
          padding-right: 34px;
          margin: 0 0 6px; }
        .form-section .section-inner .caption-side .support-form .btn {
          padding-left: 32px;
          padding-right: 32px; }

@media (max-width: 1368px) {
  .form-section .section-inner .caption-figures {
    height: 188px; } }

@media (max-width: 993px) {
  .form-section {
    padding: 0; }
    .form-section .container {
      padding: 0; }
    .form-section .section-inner {
      padding: 0 30px; }
      .form-section .section-inner .caption-figures {
        display: none; }
      .form-section .section-inner .image-side {
        display: none; }
      .form-section .section-inner .caption-side {
        width: 100%;
        text-align: center; }
        .form-section .section-inner .caption-side .support-form {
          display: inline-block;
          width: 80%;
          max-width: 100%; } }

@media (max-width: 640px) {
  .form-section .section-inner .caption-side {
    padding: 36px 0 45px; }
    .form-section .section-inner .caption-side .section-title {
      font-size: 30px;
      margin-bottom: 33px; }
    .form-section .section-inner .caption-side .support-form {
      display: inline-block;
      width: auto; }
      .form-section .section-inner .caption-side .support-form .form-group {
        padding-left: 0;
        padding-right: 0; } }

@media (max-width: 425px) {
  .form-section .section-inner {
    padding: 0 25px; }
    .form-section .section-inner .caption-side .section-title {
      margin-bottom: 20px; } }

.main-overlay {
  overflow: hidden;
  min-height: 100%; }

.image-responsive {
  max-width: 100%; }

.section-title {
  color: #4a4a4a;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  margin: 0 0 15px; }

.inner-section {
  padding: 0 0 58px; }

.paragraph {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.select-title {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.spaced-bottom {
  margin-bottom: 7px; }

.gray-section {
  background-color: #f1f2f4;
  padding: 70px 0 135px; }

@media (max-width: 994px) {
  .items-hidden-sm .row > [class*=col-xs-]:nth-child(n+3) {
    display: none; }
  .hidden-sm {
    display: none !important; } }

@media (max-width: 768px) {
  .gray-section {
    background-color: #f1f2f4;
    padding: 35px 0; }
    .gray-section .first-xs {
      margin-bottom: 25px; } }

@media (max-width: 640px) {
  .section-title {
    margin: 0 0 10px; }
  .container .col-mob-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .items-hidden .row > [class*=col-xs-] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
    .items-hidden .row > [class*=col-xs-]:nth-child(n+3) {
      display: none; }
  .hidden-mobile {
    display: none !important; } }

@media (max-width: 480px) {
  .inner-section {
    padding: 0 0 30px; } }

@media (max-width: 425px) {
  .section-title {
    line-height: 30px;
    /*margin: -10px 0;*/
    font-size: 24px; } }

.row,
.row.reverse {
  box-orient: horizontal; }

.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1200px; }

.row {
  box-sizing: border-box;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row:after {
    content: '';
    display: table;
    clear: both; }

.row.collapsed-row {
  margin-right: 0;
  margin-left: 0; }
  .row.collapsed-row > * {
    padding-left: 0;
    padding-right: 0; }

.row.paddless-row {
  margin-right: -10px;
  margin-left: -10px; }
  .row.paddless-row > * {
    padding-left: 10px;
    padding-right: 10px; }

[class*="col-xs-"],
[class*="col-ms-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"] {
  float: left;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.hidden,
.none,
.ms-show,
.sm-show,
.md-show,
.lg-show,
.ms-inline,
.sm-inline,
.md-inline,
.lg-inline,
.ms-block,
.sm-block,
.md-block,
.lg-block {
  display: none; }

/*xs*/
.col-xs-1 {
  -webkit-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  width: 8.33333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  width: 41.66667%; }

.col-xs-6 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  width: 58.33333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  width: 66.66667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
  width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  width: 83.33333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  width: 91.66667%; }

.col-xs-12 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.xs-hide {
  display: none; }

.xs-inline {
  display: inline; }

.xs-show {
  display: inline-block; }

.xs-block {
  display: block; }

.start-xs {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -webkit-order: -1;
  order: -1; }

.last-xs {
  -webkit-order: 1;
  order: 1; }

/*ms*/
@media (min-width: 479px) {
  .col-ms-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-ms-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-ms-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%; }
  .col-ms-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-ms-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-ms-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
  .col-ms-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-ms-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-ms-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%; }
  .col-ms-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-ms-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-ms-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-ms-offset-0 {
    margin-left: 0%; }
  .col-ms-offset-1 {
    margin-left: 8.33333%; }
  .col-ms-offset-2 {
    margin-left: 16.66667%; }
  .col-ms-offset-3 {
    margin-left: 25%; }
  .col-ms-offset-4 {
    margin-left: 33.33333%; }
  .col-ms-offset-5 {
    margin-left: 41.66667%; }
  .col-ms-offset-6 {
    margin-left: 50%; }
  .col-ms-offset-7 {
    margin-left: 58.33333%; }
  .col-ms-offset-8 {
    margin-left: 66.66667%; }
  .col-ms-offset-9 {
    margin-left: 75%; }
  .col-ms-offset-10 {
    margin-left: 83.33333%; }
  .col-ms-offset-11 {
    margin-left: 91.66667%; }
  .col-ms-offset-12 {
    margin-left: 100%; }
  .ms-hide {
    display: none; }
  .ms-inline {
    display: inline; }
  .ms-show {
    display: inline-block; }
  .ms-block {
    display: block; }
  .start-ms {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-ms {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-ms {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-ms {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-ms {
    -webkit-align-items: center;
    align-items: center; }
  .bottom-ms {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-ms {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-ms {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-ms {
    -webkit-order: -1;
    order: -1; }
  .last-ms {
    -webkit-order: 1;
    order: 1; } }

/*sm*/
@media (min-width: 769px) {
  .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .sm-hide {
    display: none; }
  .sm-inline {
    display: inline; }
  .sm-show {
    display: inline-block; }
  .sm-block {
    display: block; }
  .start-sm {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -webkit-order: -1;
    order: -1; }
  .last-sm {
    -webkit-order: 1;
    order: 1; } }

/*md*/
@media (min-width: 993px) {
  .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .md-hide {
    display: none; }
  .md-inline {
    display: inline; }
  .md-show {
    display: inline-block; }
  .md-block {
    display: block; }
  .start-md {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -webkit-order: -1;
    order: -1; }
  .last-md {
    -webkit-order: 1;
    order: 1; } }

/*lg*/
@media (min-width: 1201px) {
  .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .lg-hide {
    display: none; }
  .lg-inline {
    display: inline; }
  .lg-show {
    display: inline-block; }
  .lg-block {
    display: block; }
  .start-lg {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -webkit-order: -1;
    order: -1; }
  .last-lg {
    -webkit-order: 1;
    order: 1; } }

@media (max-width: 1199px) {
  [class*="col-xs-"],
  [class*="col-ms-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"] {
    padding-right: 20px;
    padding-left: 20px; }
  .container {
    padding-right: 20px;
    padding-left: 20px; }
  .row {
    margin-right: -20px;
    margin-left: -20px; } }

@media (max-width: 993px) {
  [class*="col-xs-"],
  [class*="col-ms-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"] {
    padding-right: 15px;
    padding-left: 15px; }
  .container {
    padding-right: 15px;
    padding-left: 15px; }
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (max-width: 768px) {
  [class*="col-xs-"],
  [class*="col-ms-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"] {
    padding-right: 15px;
    padding-left: 15px; }
  .container {
    padding-right: 15px;
    padding-left: 15px; }
  .row {
    margin-right: -15px;
    margin-left: -15px; } 
.xs-hidde {
    display: none;
}
}

@media (max-width: 640px) {
  [class*="col-xs-"],
  [class*="col-ms-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"] {
    padding-right: 25px;
    padding-left: 25px; }
  .container {
    padding-right: 25px;
    padding-left: 25px; }
  .row {
    margin-right: -25px;
    margin-left: -25px; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?9fvzkz");
  src: url("../fonts/icons/icomoon.eot?9fvzkz#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?9fvzkz") format("truetype"), url("../fonts/icons/icomoon.woff?9fvzkz") format("woff"), url("../fonts/icons/icomoon.svg?9fvzkz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "\e900"; }

.icon-phone:before {
  content: "\e901"; }

.icon-mail:before {
  content: "\e902"; }

.icon-location:before {
  content: "\e903"; }

.icon-youtube:before {
  content: "\e90f"; }

.icon-google-plus:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-down-right:before {
  content: "\e906"; }

.icon-down-top:before {
  content: "\e907"; }

.icon-down-left:before {
  content: "\e908"; }

.icon-down-arrow:before {
  content: "\e909"; }

.icon-dollar:before {
  content: "\e90a"; }

.icon-arrow-top:before {
  content: "\e90b"; }

.icon-arrow-right:before {
  content: "\e90c"; }

.icon-arrow-left:before {
  content: "\e90d"; }

.icon-arrow-down:before {
  content: "\e90e"; }

.icon-grid:before {
  content: "\e910"; }

.icon-list:before {
  content: "\e911"; }

.icon-minus:before {
  content: "\e912"; }

.icon-cross:before {
  content: "\e913"; }

.icon-check:before {
  content: "\e914"; }
  
.icon-instagram:before {
  content: "\e915";
}
.icon-telegram:before {
  content: "\e916";
}

.image-shapes {
  position: relative; }
  .image-shapes .image-cover {
    padding-top: 69%;
    z-index: 2; }
  .image-shapes .caption-figures {
    position: absolute;
    right: -75px;
    bottom: -91px; }
    .image-shapes .caption-figures .shape-top {
      position: absolute;
      bottom: 0;
      left: 0; }
      .image-shapes .caption-figures .shape-top.animated {
        -webkit-transform: translate(44px, -49px);
        transform: translate(44px, -49px); }

@media (max-width: 1200px) {
  .image-shapes .caption-figures {
    right: 30px; } }

@media (max-width: 768px) {
  .image-shapes .caption-figures {
    display: none; } }

.inline-list {
  font-size: 0;
  margin: 0 -10px; }
  .inline-list .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 14px; }

@media (max-width: 994px) {
  .inline-list {
    margin-bottom: 30px; } }

.form-group {
  padding: 22px 0; }
  .form-group.collapsed {
    padding: 6px 0; }
  .form-group .input {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: #fff;
    height: 46px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .form-group .input::-webkit-input-placeholder {
      color: #fff; }
    .form-group .input:-moz-placeholder {
      color: #fff; }
    .form-group .input::-moz-placeholder {
      color: #fff; }
    .form-group .input:-ms-input-placeholder {
      color: #fff; }
    .form-group .input.gray-input {
      border: 1px solid #dee1e4;
      height: 42px;
      color: #4a4a4a; }
      .form-group .input.gray-input::-webkit-input-placeholder {
        color: #4a4a4a; }
      .form-group .input.gray-input:-moz-placeholder {
        color: #4a4a4a; }
      .form-group .input.gray-input::-moz-placeholder {
        color: #4a4a4a; }
      .form-group .input.gray-input:-ms-input-placeholder {
        color: #4a4a4a; }
  .form-group.error .input {
    border-color: #ee451b; }
  .form-group.success .input {
    border-color: #3ebb93; }

.form-group.with-clear {
  position: relative; }
  .form-group.with-clear .input {
    padding-right: 70px; }
  .form-group.with-clear .input-clear {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px; }

.checkbox-group {
  position: relative; }
  .checkbox-group .checkbox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0; }
    .checkbox-group .checkbox:checked ~ .checkbox-label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .checkbox-group .checkbox-label {
    color: #848484;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    line-height: 24px;
    padding: 0 0 0 25px; }
    .checkbox-group .checkbox-label:hover {
      color: #4a4a4a; }
      .checkbox-group .checkbox-label:hover:before {
        border-color: #4a4a4a; }
    .checkbox-group .checkbox-label:before {
      width: 15px;
      height: 15px;
      border: 1px solid #a1a1a1;
      border-radius: 2px;
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      transition: border-color .3s; }
    .checkbox-group .checkbox-label:after {
      content: '\e914';
      font-family: 'icomoon';
      font-size: 10px;
      top: 0px;
      left: 4px;
      position: absolute;
      color: #4a4a4a;
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s; }

.radio-group {
  position: relative; }
  .radio-group .radio {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0; }
    .radio-group .radio:checked ~ .radio-label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .radio-group .radio-label {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    line-height: 24px;
    padding: 0 0 0 25px; }
    .radio-group .radio-label:hover {
      color: #4a4a4a; }
      .radio-group .radio-label:hover:before {
        border-color: #4a4a4a; }
    .radio-group .radio-label:before {
      width: 16px;
      height: 16px;
      border: 1px solid #a1a1a1;
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      transition: border-color .3s;
      border-radius: 50%; }
    .radio-group .radio-label:after {
      position: absolute;
      background-color: #4a4a4a;
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      position: absolute;
      top: 7px;
      left: 4px;
      transition: opacity .3s, transform .3s;
      transition: opacity .3s, transform .3s, -webkit-transform .3s;
      border-radius: 50%; }

.items-section {
  padding: 96px 0 108px;
  position: relative; }
  .items-section .caption-figures {
    position: absolute;
    top: 295px;
    left: -68px;
    pointer-events: none;
    z-index: 2; }
  .items-section .detail-item {
    display: block;
    position: relative; }
    .items-section .detail-item .image-cover {
      padding-top: 107%; }
      .items-section .detail-item .image-cover .caption {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 46.96px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        background-color: rgb(89 135 78 / 88%);
        width: 159px;
        height: 50px;
        text-align: center;
        }
      .items-section .detail-item .image-cover:before {
        position: absolute;
        background-color: rgb(83 126 35 / 68%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: 0;
        content: '';
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        }
    .items-section .detail-item .icon-cover {
      position: absolute;
      width: 41px;
      height: 41px;
      background-color: #6bc170;
      right: 23px;
      bottom: 21px;
      border-radius: 50%;
      line-height: 41px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      transition: background-color .3s, color .3s;
      }
    .items-section .detail-item:hover .image-cover:before {
      transition: opacity .3s, -webkit-transform 1s;
      transition: opacity .3s, transform 1s;
      transition: opacity .3s, transform 1s, -webkit-transform 1s;
      -webkit-transform: scale(20);
      transform: scale(20);
      opacity: 1; }
    .items-section .detail-item:hover .image-cover .caption {
      background-color: transparent; }
    .items-section .detail-item:hover .icon-cover {
      background-color: #fff;
      color: #6bc170;
      }

@media (max-width: 1368px) {
  .items-section .caption-figures {
    height: 240px;
    top: 419px; } }

@media (max-width: 993px) {
  .items-section {
    padding: 40px 0; }
    .items-section .caption-figures {
      display: none; }
    .items-section .detail-item {
      padding: 10px 0; }
      .items-section .detail-item .image-cover {
        padding-top: 100%; }
        .items-section .detail-item .image-cover img {
          top: 50%;
          left: 0;
          height: auto;
          width: 100%;
          -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0); } }

@media (max-width: 640px) {
  .items-section {
    padding: 27px 0 31px; }
    .items-section .detail-item .image-cover {
      padding-top: 108%; }
      .items-section .detail-item .image-cover .caption {
        width: 124px;
        height: 39px;
        line-height: 35.96px; }
    .items-section .detail-item .icon-cover {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      right: 15px;
      bottom: 23px; } }

@media (max-width: 425px) {
  .items-section .detail-item .image-cover {
    padding-top: 111%; }
    .items-section .detail-item .image-cover .caption {
      width: 153px;
      height: 49px;
      line-height: 49px; }
    .items-section .detail-item .image-cover img {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%); }
  .items-section .detail-item .icon-cover {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    right: 23px;
    bottom: 28px; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.main-footer {
  border-top: 3px solid #47515b; }
  .main-footer .footer-bottom {
    background-color: #0f1a27;
    color: #fff; }
    .main-footer .footer-bottom .footer-nav {
      font-size: 0; }
      .main-footer .footer-bottom .footer-nav .nav-item {
        display: inline-block; }
      .main-footer .footer-bottom .footer-nav .nav-link {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.35px;
        padding: 6px 10px 7px; }
        .main-footer .footer-bottom .footer-nav .nav-link:hover {
          color: #6bc170;
          }
    .main-footer .footer-bottom .copy .text {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.35px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
    .main-footer .footer-bottom .copy .link {
      display: inline-block;
      vertical-align: middle;
      /*font-size: 0;*/ }

@media (max-width: 993px) {
  .main-footer .footer-bottom .footer-nav {
    margin: 0 -10px; }
  .main-footer .footer-bottom .align-right {
    text-align: left; }
  .main-footer .footer-bottom .copy {
    padding-bottom: 10px; } }

@media (max-width: 640px) {
  .main-footer .footer-bottom .hidden-ms {
    display: none; }
  .main-footer .footer-bottom .copy {
    padding-bottom: 9px;
    padding-top: 9px; } }

.main-header .top {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 10px 0 5px;
  font-size: 0; }
  .main-header .top .top-nav {
    white-space: nowrap; }
  .main-header .top .cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 14px; }
  .main-header .top .main-logo {
    margin-left: 13px; }
  .main-header .top .contacts {
    margin-left: 49px; }
    .main-header .top .contacts .contacts-link {
      display: block;
      color: #4a4a4a;
      font-size: 16px;
      font-weight: 500;
      line-height: 26.53px;
      transition: color .3s;
      }
      .main-header .top .contacts .contacts-link .icon {
        color: #6bc170;
        width: 22px;
        display: inline-block;
        font-size: 18px;
        }
      .main-header .top .contacts .contacts-link:hover {
        color: #6bc170;
        }
  .main-header .top .phones {
    margin-left: 117px;
    position: relative;
    max-width: 258px; }
    .main-header .top .phones .phone-btn {
      position: absolute;
      width: 26px;
      right: 100%;
      top: -10px;
      background-color: transparent;
      border: 0; }
      .main-header .top .phones .phone-btn .icon {
        color: #6bc170;
        font-size: 18px;
        }
    .main-header .top .phones .phone-list {
      font-size: 0;
      margin: 0 -10px; }
      .main-header .top .phones .phone-list .item {
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        width: 50%; }
      .main-header .top .phones .phone-list .phone-link {
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 500;
        line-height: 26.53px;
        transition: color .3s;
        }
        .main-header .top .phones .phone-list .phone-link:hover {
          color: #6bc170;
          }
    .main-header .top .phones .list-cover .hide-btn {
      display: none; }
  .main-header .top .languages {
    border: 1px solid #6bc170;
    font-size: 0;
    margin-left: 84px;
    }
    .main-header .top .languages .item {
      display: inline-block;
      vertical-align: top; }
      .main-header .top .languages .item:first-child .link {
        padding-right: 5px; }
      .main-header .top .languages .item:last-child .link {
        padding-left: 5px; }
    .main-header .top .languages .link {
          padding: 6px 14px;
        color: #848484;
        transition: color .3s;
        font-size: 14px;
        font-weight: 400;
        line-height: 26.53px;
        text-transform: uppercase;
        border-width: 0;
        background: transparent;
        cursor:pointer; 
    }
      .main-header .top .languages .link.active {
        color: #6bc170;
        text-decoration: underline;
        cursor: default;
        }
      .main-header .top .languages .link:hover {
        color: #6bc170;
        }
  .main-header .top .mobile-button {
    display: none; }

.main-header .bottom {
  background-color: #53764a;
  color: #fff;
  }
  .main-header .bottom .bottom-navigation {
    display: table;
    font-size: 0;
    width: 100%; }
    .main-header .bottom .bottom-navigation .nav-item {
      display: table-cell;
      vertical-align: middle; }
      .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown {
        position: relative; }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown .item-inner {
          position: absolute;
          top: 100%;
          left: 0;
          min-width: 100%;
          transition: .3s;
          opacity: 0;
          max-height: 360px;
          visibility: hidden;
          z-index: 10; }
          .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown .item-inner .bottom-link {
            background-color: rgb(107 193 112 / 97%);
            white-space: nowrap;
            }
            .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown .item-inner .bottom-link:hover {
              background-color: #59874e;
              }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown:hover .anchor .bottom-link {
          background-color: #6bc170;
          }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown:hover .item-inner {
          opacity: 1;
          visibility: visible; }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown:hover.large .anchor .bottom-link {
          background-color: #525e74; }
      .main-header .bottom .bottom-navigation .nav-item.large .bottom-link {
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 23px 8px; }
      .main-header .bottom .bottom-navigation .nav-item.large .anchor {
        background-color: #525e74; }
        .main-header .bottom .bottom-navigation .nav-item.large .anchor .icon {
          display: inline-block;
          -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }
      .main-header .bottom .bottom-navigation .nav-item.large .item-inner .bottom-link {
        background-color: #9ca4ad; }
        .main-header .bottom .bottom-navigation .nav-item.large .item-inner .bottom-link:hover {
          background-color: #808a96; }
      .main-header .bottom .bottom-navigation .nav-item .anchor {
        white-space: nowrap; }
        .main-header .bottom .bottom-navigation .nav-item .anchor .icon {
          font-size: 10px;
          margin-left: 5px;
          display: inline-block;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        .main-header .bottom .bottom-navigation .nav-item .anchor .bottom-link:hover {
          background-color: #6bc170;
          }
    .main-header .bottom .bottom-navigation .bottom-link {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.28px;
      padding: 10px 19px 12px;
      display: block;
      transition: background-color .3s, color .3s; }
  .main-header .bottom .language-mobile {
    display: none; }

@media (max-width: 1368px) {
  .main-header .top .languages {
    margin-left: 74px; }
  .main-header .top .phones {
    margin-left: 112px; } }

@media (max-width: 1199px) {
  .main-header .top .main-logo {
    margin-left: 0;
    width: 105px; }
  .main-header .top .contacts {
    margin-left: 20px;
    width: calc(100% - 533px); }
  .main-header .top .phones {
    margin-left: 30px;
    width: 258px; }
  .main-header .top .languages {
    margin-left: 20px;
    width: 100px; }
  .main-header .bottom .bottom-navigation .bottom-link {
    padding: 10px 7px 12px;
    font-size: 16px; }
  .main-header .bottom .bottom-navigation .nav-item.large .bottom-link {
    font-size: 20px; } }

@media (max-width: 993px) {
  .main-header .top {
    padding: 10px 0; }
    .main-header .top .contacts {
      display: none; }
    .main-header .top .desktop-part {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 60px); }
      .main-header .top .desktop-part .languages {
        display: none; }
    .main-header .top .mobile-button {
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      position: relative;
      z-index: 11; }
    .main-header .top .menu-btn {
      width: 37px;
      height: 40px;
      position: relative;
      margin-left: 23px;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      transition: .3s ease-in-out; }
      .main-header .top .menu-btn .line {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        border-radius: 2px;
        background-color: #6bc170;
        opacity: 1;
        left: 0;
        transition: .25s ease-in-out;
        }
        .main-header .top .menu-btn .line:nth-child(1) {
          top: 7px; }
        .main-header .top .menu-btn .line:nth-child(2), .main-header .top .menu-btn .line:nth-child(3) {
          top: 18px; }
        .main-header .top .menu-btn .line:nth-child(4) {
          top: 29px;
          width: 70%; }
      .main-header .top .menu-btn.active .line {
        width: 100%; }
        .main-header .top .menu-btn.active .line:nth-child(1) {
          top: 18px;
          left: 50%;
          width: 0%; }
        .main-header .top .menu-btn.active .line:nth-child(2) {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .main-header .top .menu-btn.active .line:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .main-header .top .menu-btn.active .line:nth-child(4) {
          top: 18px;
          left: 50%;
          width: 0%; }
    .main-header .top .phones {
      width: calc(100% - 105px);
      text-align: right;
      max-width: none;
      margin-left: 0; }
      .main-header .top .phones .phone-btn {
        position: static;
        height: 40px;
        width: 40px;
        cursor: pointer; }
        .main-header .top .phones .phone-btn .icon {
          font-size: 32px; }
      .main-header .top .phones .list-cover {
        position: fixed;
        z-index: 12;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        padding-top: 89px;
        padding-bottom: 17px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        text-align: right;
        padding-left: 30px;
        padding-right: 30px;
        opacity: 0;
        transition: opacity .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s; }
        .main-header .top .phones .list-cover.active {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
        .main-header .top .phones .list-cover .hide-btn {
          display: block;
          position: absolute;
          top: 25px;
          right: 27px;
          z-index: 13; }
          .main-header .top .phones .list-cover .hide-btn .line {
            display: block;
            position: absolute;
            height: 4px;
            width: 100%;
            background-color: #ff7a29;
            opacity: 1;
            left: 0;
            transition: .25s ease-in-out; }
            .main-header .top .phones .list-cover .hide-btn .line:nth-child(1) {
              top: 7px; }
            .main-header .top .phones .list-cover .hide-btn .line:nth-child(2), .main-header .top .phones .list-cover .hide-btn .line:nth-child(3) {
              top: 18px; }
            .main-header .top .phones .list-cover .hide-btn .line:nth-child(4) {
              top: 29px;
              width: 70%; }
          .main-header .top .phones .list-cover .hide-btn .line {
            width: 100%; }
            .main-header .top .phones .list-cover .hide-btn .line:nth-child(1) {
              top: 18px;
              left: 50%;
              width: 0%; }
            .main-header .top .phones .list-cover .hide-btn .line:nth-child(2) {
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
            .main-header .top .phones .list-cover .hide-btn .line:nth-child(3) {
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .main-header .top .phones .list-cover .hide-btn .line:nth-child(4) {
              top: 18px;
              left: 50%;
              width: 0%; }
      .main-header .top .phones .phone-list {
        margin: 0; }
        .main-header .top .phones .phone-list .item {
          padding: 0;
          display: block;
          width: 100%; }
        .main-header .top .phones .phone-list .phone-link {
          font-size: 22px;
          font-weight: 700;
          line-height: 35px; }
  .main-header .bottom {
    position: fixed;
    z-index: 10;
    background-color: #fff;
    color: #4a4a4a;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding-top: 89px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
    .main-header .bottom.active {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .main-header .bottom .container {
      padding: 0; }
    .main-header .bottom .bottom-navigation {
      display: block;
      padding-bottom: 30px; }
      .main-header .bottom .bottom-navigation .nav-item {
        display: block; }
        .main-header .bottom .bottom-navigation .nav-item.large {
          margin-bottom: 20px; }
          .main-header .bottom .bottom-navigation .nav-item.large .anchor { background: transparent; }
       
.main-header .bottom .bottom-navigation .nav-item.large .anchor a {
    background-color: transparent;
    color: #ff7a29!important;
}
          .main-header .bottom .bottom-navigation .nav-item.large .bottom-link {
            padding-left: 30px;
            padding-right: 30px; }
            .main-header .bottom .bottom-navigation .nav-item.large .bottom-link .icon {
              display: none; }
          .main-header .bottom .bottom-navigation .nav-item.large .item-inner {
            opacity: 1;
            visibility: visible;
            position: static;
            display: block; }
            .main-header .bottom .bottom-navigation .nav-item.large .item-inner .bottom-link {
              background-color: #fff; }
              .main-header .bottom .bottom-navigation .nav-item.large .item-inner .bottom-link:hover {
                background-color: #fff; }
          .main-header .bottom .bottom-navigation .nav-item.large.hovered-dropdown .item-inner {
            display: block; }
            .main-header .bottom .bottom-navigation .nav-item.large.hovered-dropdown .item-inner .bottom-link {
              color: #4a4a4a; }
              .main-header .bottom .bottom-navigation .nav-item.large.hovered-dropdown .item-inner .bottom-link.active {
                color: #ff7a29; }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown:hover.large .anchor .bottom-link {
          background-color: transparent; }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown.large .bottom-link {
          display: inline-block; }
          .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown.large .bottom-link:hover {
            color: #ff9a5c; }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown.large .anchor:hover .bottom-link {
          background-color: transparent;
          color: #ff9a5c; }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown .item-inner {
          position: static;
          opacity: 1;
          visibility: visible;
          display: none; }
          .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown .item-inner .bottom-link {
            color: #fff; }
        .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown.active {
          background-color: #ff9e63; }
          .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown.active .item-inner {
            display: block; }
          .main-header .bottom .bottom-navigation .nav-item.hovered-dropdown.active .anchor .bottom-link {
            color: #fff; }
      .main-header .bottom .bottom-navigation .bottom-link {
        color: #4a4a4a;
        padding-left: 30px;
        padding-right: 30px; }
        .main-header .bottom .bottom-navigation .bottom-link:hover {
          color: #fff; }
    .main-header .bottom .language-mobile {
      display: block;
      padding: 30px; }
      .main-header .bottom .language-mobile .languages {
        font-size: 0;
        width: 100px; }
        .main-header .bottom .language-mobile .languages .item {
          display: inline-block;
          vertical-align: top; }
          .main-header .bottom .language-mobile .languages .item:first-child .link {
            padding-right: 5px;
            border-right: 1px solid #848484; }
          .main-header .bottom .language-mobile .languages .item:last-child .link {
            padding-left: 5px; }
        .main-header .bottom .language-mobile .languages .link {
          padding: 0;
          color: #848484;
          transition: color .3s;
          font-size: 16px;
          font-weight: 400;
          line-height: 1;
          text-transform: uppercase; 
          background: transparent;
          border-width: 0;
        }
          .main-header .bottom .language-mobile .languages .link.active {
            color: #6bc170;
            text-decoration: underline;
            }
          .main-header .bottom .language-mobile .languages .link:hover {
            color: #ff7a29; } }

.map-cover {
  position: relative; }
  .map-cover .google-map {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 517px; }
  .map-cover .marker-map-content {
    padding: 15px; }
    .map-cover .marker-map-content .title {
      color: #4a4a4a;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 10px; }
    .map-cover .marker-map-content .paragraph {
      color: #4a4a4a;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
  .map-cover .container {
    position: relative; }
  .map-cover .map-information {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 93px 0px; }
    .map-cover .map-information .caption-figures {
      width: 356px;
      height: 368px; }
    .map-cover .map-information .contact-overlay {
      background-color: rgba(60, 70, 82, 0.94);
      color: #fff;
      width: 356px;
      height: 368px;
      pointer-events: visible;
      position: absolute;
      top: -22px;
      left: 36px;
      padding: 57px 40px 57px 60px; }
      .map-cover .map-information .contact-overlay .address {
        color: #fff;
        font-style: normal;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 11px; }
      .map-cover .map-information .contact-overlay .mail-link {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 26.73px;
        margin: 0 0 16px; }
        .map-cover .map-information .contact-overlay .mail-link:hover {
          color: #6bc170;
          }
      .map-cover .map-information .contact-overlay .phone-link {
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 26.73px; }
        .map-cover .map-information .contact-overlay .phone-link:hover {
          color: #6bc170;
          }
      .map-cover .map-information .contact-overlay .social-list {
        font-size: 0;
        margin: 20px -8px 0; }
        .map-cover .map-information .contact-overlay .social-list .item {
          display: inline-block;
          padding: 0 8px; }
        .map-cover .map-information .contact-overlay .social-list .soc-link {
          color: #fff;
          font-size: 24px; }
          .map-cover .map-information .contact-overlay .social-list .soc-link:hover {
            color: #6bc170;
            }

@media (max-width: 993px) {
  .map-cover .map-information .contact-overlay {
    left: 55px; } }

@media (max-width: 640px) {
  .map-cover .google-map {
    height: 438px; }
  .map-cover .map-information {
    position: static;
    padding: 0; }
    .map-cover .map-information .caption-figures {
      display: none; }
    .map-cover .map-information .contact-overlay {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      margin: 0 -25px;
      padding: 33px 25px 30px 25px; }
      .map-cover .map-information .contact-overlay .footer-phones {
        position: absolute;
        top: 34px;
        right: 44px; }
      .map-cover .map-information .contact-overlay .address {
        font-weight: 400; } }

@media (max-width: 425px) {
  .map-cover .google-map {
    height: 240px; }
  .map-cover .map-information .contact-overlay {
    margin: 0 -25px;
    padding-left: 25px;
    padding-right: 25px; }
    .map-cover .map-information .contact-overlay .footer-phones {
      position: static; } }

.news-item {
  padding: 18px 0; }
  .news-item .item-inner {
    border: 2px solid #eceef2;
    background-color: #ffffff;
    transition: background-color .3s;
    font-size: 0; }
    .news-item .item-inner:hover {
      background-color: #f2f3f5; }
  .news-item .image-side {
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 -1px -1px;
    width: 39%; }
    .news-item .image-side .image-cover {
      padding-top: calc(112% + 2px); }
      .news-item .image-side .image-cover .date {
        background-color: #6bc170;
        padding: 14px 10px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        font-weight: 400;
        color: #fff;
        text-align: center;
        }
        .news-item .image-side .image-cover .date .day {
          font-size: 30px;
          display: block;
          line-height: 1; }
        .news-item .image-side .image-cover .date .month {
          font-size: 16px;
          display: block;
          line-height: 1; }
  .news-item .details {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 61%;
    padding: 17px 27px 68px; }
    .news-item .details .caption {
      height: 164px;
      overflow: hidden;
      margin-right: -29px;
      padding-right: 29px; }
    .news-item .details .title {
      color: #4a4a4a;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0 0 19px; }
    .news-item .details .text {
      color: #4a4a4a;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
    .news-item .details .btn {
      position: absolute;
      bottom: 15px;
      right: 41px; }
      .news-item .details .btn .text {
        color: #6bc170;
        }

@media (max-width: 1368px) {
  .news-item .details .caption {
    height: 194px; }
  .news-item .image-side .image-cover {
    padding-top: calc(126% + 2px); } }

@media (max-width: 1199px) {
  .news-item .image-side {
    display: block;
    width: calc(100% + 2px);
    margin: -1px -1px 0 -1px; }
    .news-item .image-side .image-cover {
      padding-top: calc(54% + 2px); }
      .news-item .image-side .image-cover img {
        top: 50%;
        left: 0;
        height: auto;
        width: 100%;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0); }
  .news-item .details {
    display: block;
    width: 100%; }
    .news-item .details .caption {
      height: 148px; } }

@media (max-width: 993px) {
  .news-item .details .caption {
    height: 192px; } }

@media (max-width: 767px) {
  .news-item .image-side .image-cover {
    padding-top: calc(75% + 2px); } }

@media (max-width: 640px) {
  .news-item {
    padding: 8px 0; }
    .news-item .image-side .image-cover {
      padding-top: calc(54% + 2px); }
    .news-item .details .title {
      margin-bottom: 12px; }
    .news-item .details .text {
      line-height: 26px; }
    .news-item .details .caption {
      height: 116px; }
    .news-item .details .btn {
      bottom: 10px;
      right: 20px; } }

.news-section {
  padding: 83px 0; }
  .news-section .section-title {
    margin: 0 0 11px; }
  .news-section .btn-cover {
    margin-top: 26px; }
    .news-section .btn-cover .btn {
      padding-left: 40px;
      padding-right: 40px; }

@media (max-width: 993px) {
  .news-section {
    padding: 40px 0; } }

@media (max-width: 640px) {
  .news-section {
    padding: 35px 0 39px; }
    .news-section .section-title {
      margin: 0; } }

@media (max-width: 425px) {
  .news-section .section-title {
    margin-bottom: 15px; } }

/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: 0;
  top: -6px; }
  .noUi-horizontal .noUi-handle.noUi-handle-upper {
    left: -17px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3fb8af;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb; }

.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb; }

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8; }

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed; }

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px; }

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px; }

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%; }

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%; }

/*custom*/
.noUi-horizontal {
  height: 4px;
  background-color: #e2e2e2;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  display: none;
  }
  .noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 0 1px #FFF,  0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    cursor: pointer;
    top: -8px; }
    .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
      display: none; }

.noUi-connect {
  background-color: #ff7a29; }

.noUi-background {
  background-color: #e2e2e2;
  box-shadow: none;
  border: 0; }

.object-item {
  border: 2px solid #eceef2;
  transition: background-color .3s;
  background-color: #fff; }
  .object-item.spaced-bottom {
    margin-bottom: 20px; }
    .object-item.spaced-bottom .details {
      padding-left: 22px;
      padding-right: 22px; }
      .object-item.spaced-bottom .details .btn {
        left: 22px; }
  .object-item .image-cover {
    /*display: block;
    padding-top: 67.4%;
    margin: -2px -2px 0 -2px; */
      display: block;
    padding-top: 75%;
  }
  .object-item .details {
    padding: 22px 32px 70px;
    position: relative;
    }
    .object-item .details .title {
      color: #4a4a4a;
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
      text-transform: uppercase;
      margin: 0 0 13px;
      height: 54px;
      overflow: hidden;
      }
    .object-item .details .details-list {
      margin: 16px 0 16px;
      margin-right: -34px;
      padding-right: 34px;
      height: 152px;
      overflow: auto;
      }
      .object-item .details .details-list .list-item {
        color: #848484;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        }
    .object-item .details .price {
      color: #6bc170;
      font-size: 23px;
      font-weight: 700;
      line-height: 24px;
      /*text-transform: uppercase;*/
      margin: 18px 0 0;
      }
      .object-item .details .price .icon {
        font-size: 80%; }
    .object-item .details .btn {
      position: absolute;
      bottom: 14px;
      left: 32px;
      }
  .object-item .employees-item {
    display: none; }
  .object-item:hover {
    background-color: #f2f3f5; }

.full .object-item {
  font-size: 0;
  white-space: nowrap; }
  .full .object-item > .image-cover {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding-top: 360px;
    white-space: normal; }
  .full .object-item > .details {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .full .object-item .employees-item {
    padding: 23px 32px 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
    .full .object-item .employees-item .image-cover,
    .full .object-item .employees-item .details {
      display: block;
      width: 100%; }
    .full .object-item .employees-item .details {
      padding: 15px 0 9px; }
      .full .object-item .employees-item .details .title {
        height: auto;
        margin-bottom: 5px; }
      .full .object-item .employees-item .details .btn {
        position: static;
        display: block; }
    .full .object-item .employees-item .image-cover {
      padding-top: 242px; }

@media (max-width: 1200px) {
  .object-item.single-item {
    margin-bottom: 30px; }
    .object-item.single-item .details {
      padding: 23px 25px 100px; }
      .object-item.single-item .details .btn {
        left: 25px; }
  .full .object-item > .image-cover {
    width: 31%;
    padding-top: 347px; }
  .full .object-item > .details {
    width: 37%;
    padding-top: 15px;
    padding-bottom: 75px;
    height: 345px; }
    .full .object-item > .details .btn {
      bottom: 20px; }
  .full .object-item .employees-item {
    padding: 15px 10px 0;
    width: 32%; }
    .full .object-item .employees-item .name {
      font-size: 16px; }
    .full .object-item .employees-item .details {
      padding: 10px 0 9px; }
    .full .object-item .employees-item .image-cover {
      padding-top: 242px; } }

@media (max-width: 994px) {
  .full .object-item > .image-cover {
    width: 35%;
    padding-top: 347px; }
  .full .object-item > .details {
    width: calc(65% - 240px);
    padding-top: 15px;
    padding-bottom: 75px;
    height: 345px; }
    .full .object-item > .details .btn {
      bottom: 20px; }
  .full .object-item .employees-item {
    padding: 15px 10px 0;
    width: 240px; }
    .full .object-item .employees-item .name {
      font-size: 16px; }
    .full .object-item .employees-item .details {
      padding: 10px 0 9px; }
    .full .object-item .employees-item .image-cover {
      padding-top: 242px; } }

@media (max-width: 767px) {
  .object-item .details {
    padding-left: 30px;
    padding-right: 30px; }
    .object-item .details .title {
      line-height: 23.01px;
      height: 76px; }
    .object-item .details .details-list {
      height: 159px; }
  .full .object-item > .image-cover {
    width: 40%;
    padding-top: 347px; }
  .full .object-item > .details {
    width: 60%;
    height: 345px; }
  .full .object-item .employees-item {
    display: none; } }

@media (max-width: 640px) {
  .object-item.single-item {
    margin: 0 0 20px; }
  .object-item .details {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 84px; }
    .object-item .details .title {
      line-height: 23.01px;
      height: 32px; }
    .object-item .details .details-list {
      height: 120px;
      margin-bottom: 12px; }
    .object-item .details .btn {
      bottom: 27px;
      left: 30px; }
  .full .object-item > .image-cover,
  .tile .object-item > .image-cover {
    padding-top: 70%;
    display: block;
    width: calc(100% + 4px); }
  .full .object-item > .details,
  .tile .object-item > .details {
    display: block;
    width: 100%;
    height: auto; }
    .full .object-item > .details .title,
    .tile .object-item > .details .title {
      height: auto; } }

@media (max-width: 425px) {
  .object-item .details {
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px; }
    .object-item .details .title {
      height: 44px; }
    .object-item .details .btn {
      left: 20px; } }

.object-section {
  padding: 72px 0 114px;
  position: relative; }
  .object-section .caption-figures {
    position: absolute;
    bottom: 45px;
    left: 210px;
    pointer-events: none; }
    .object-section .caption-figures .shape-top {
      position: absolute;
      top: 0;
      left: 0;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .object-section .caption-figures .shape-top.animated {
        -webkit-transform: translate(40px, -28px);
        transform: translate(40px, -28px); }
  .object-section .object-slider {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 -10px;
    background-color: #fff; }
    .object-section .object-slider .item {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      padding: 0 10px;
      width: 33.33%; }
    .object-section .object-slider.owl-loaded {
      margin: 0; }
      .object-section .object-slider.owl-loaded .item {
        width: 100%;
        padding: 0; }

@media (max-width: 1368px) {
  .object-section .caption-figures {
    left: 10px; } }

@media (max-width: 767px) {
  .object-section .caption-figures {
    display: none; } }

@media (max-width: 640px) {
  .object-section {
    padding: 38px 0 50px; } }

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item .item {
      width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

.owl-carousel .owl-dots {
  text-align: center;
  display: none; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 12px; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      background-color: #fff;
      display: inline-block;
      transition: background-color .3s; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background-color: #ffe932; }
    .owl-carousel .owl-dots .owl-dot:hover span {
      background-color: #00ac5e; }

.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
  cursor: default; }

.pagination {
  padding: 22px 0;
  text-align: center; }
  .pagination.right-side {
    text-align: right; }
  .pagination .pagination-list {
    font-size: 0;
    margin: 0 -3px; }
    .pagination .pagination-list .list-item {
      display: inline-block;
      vertical-align: bottom;
      padding: 0 3px; }
    .pagination .pagination-list .link {
      height: 23px;
      color: #4a4a4a;
      display: block;
      text-align: center;
      line-height: 23px;
      font-size: 16px;
      font-weight: 400;
      transition: background-color .2s, color .2s;
      border-radius: 2px;
      min-width: 23px;
      padding: 0 7px; }
      .pagination .pagination-list .link.arrow {
        font-size: 12px; }
        .pagination .pagination-list .link.arrow .icon {
          display: inline-block;
          -webkit-transform: translateY(1px);
          transform: translateY(1px); }
      .pagination .pagination-list .link.empty {
        pointer-events: none;
        width: auto; }
      .pagination .pagination-list .link:hover {
        background-color: #ff7a29;
        color: #fff; }
        .pagination .pagination-list .link:hover.arrow {
          background-color: transparent;
          color: #ff7a29; }

@media (max-width: 640px) {
  .pagination.right-side {
    text-align: center; } }

@media (max-width: 425px) {
  .pagination .pagination-list {
    margin: 0 -1px; }
    .pagination .pagination-list .list-item {
      padding: 0 1px; }
    .pagination .pagination-list .link {
      font-size: 14px;
      padding: 0 5px; }
      .pagination .pagination-list .link.arrow {
        font-size: 10px; } }

.popup {
  position: fixed;
  z-index: 25;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  text-align: center;
  transition: .3s;
  font-size: 0;
  opacity: 0;
  display: none;
  padding: 15px; }
  .popup:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .popup .close-popup {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: 0;
    right: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: transparent;
    transition: .2s;
    font-size: 24px;
    color: #cfcfcf; }
    .popup .close-popup:hover {
      color: #ee451b; }
  .popup .inner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    max-width: 590px;
    background: transparent;
    text-align: left;
    opacity: 0;
    background: #fff;
    font-size: 14px;
    white-space: normal;
    position: relative;
    transition: .3s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    padding: 50px; }
  .popup.active {
    opacity: 1; }
    .popup.active .inner {
      transition-delay: .2s;
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  background-color: #fff;
  text-align: center;
  display: none; }
  .preloader.active {
    display: block; }
  .preloader .preloader-inner {
    display: inline-block;
    width: 80px;
    height: 80px; }
    .preloader .preloader-inner:after {
      content: " ";
      display: block;
      width: 64px;
      height: 64px;
      margin: 8px;
      border-radius: 50%;
      border: 6px solid #ff7a29;
      border-color: #ff7a29 transparent #ff7a29 transparent;
      -webkit-animation: loader-spin 1.2s linear infinite;
      animation: loader-spin 1.2s linear infinite; }

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ps-container {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
  }

/*@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.ps-container .ps-scrollbar-y-rail {
  opacity: 1 !important;
  background: #9ca4ad !important;
  width: 6px !important;
  border-radius: 0;
  transition: width .1s, opacity .2s !important;
  left: auto !important;
  right: 0 !important;
  z-index: 3 !important; }
  .ps-container .ps-scrollbar-y-rail:before {
    content: '';
    display: block;
    top: 0;
    right: 0px;
    width: 30px;
    height: 100%;
    position: absolute;
    z-index: 1; }
  .ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 100% !important;
    z-index: 3;
    opacity: 1 !important;
    border-radius: 0 !important;
    right: 0 !important;
    transition: width .2s, background .2s !important;
    cursor: pointer !important;
    background: #486a23 !important;
    }
    .ps-container .ps-scrollbar-y-rail .ps-scrollbar-y:hover, .ps-container .ps-scrollbar-y-rail .ps-scrollbar-y:active {
      background: #6e8b4f !important;
      }
  .ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail:active {
    width: 10px !important; }
    .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail:active .ps-scrollbar-y {
      opacity: 1 !important; }

.ps-container:hover .ps-scrollbar-y-rail {
  opacity: 1 !important; }

.scrolled {
  position: relative;
  overflow: hidden; }
  .scrolled.full-height {
    height: 100%; }

@media (max-width: 768px) {
  .scrolled {
    overflow-y: auto; } }

select {
  border: 1px solid #e0e3e8;
  background-color: #fff;
  padding: 5px 7px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  min-width: 85px; }

.selecter {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  text-align: left;
  min-width: 85px; }
  .selecter .anchor {
    border: 1px solid #e0e3e8;
    padding: 8px 40px 8px 15px;
    color: #4a4a4a;
    display: block;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer; }
    .selecter .anchor:hover {
      color: #6bc170;
      }
    .selecter .anchor:before {
      content: '\e90e';
      font-family: 'icomoon';
      display: block;
      font-size: 10px;
      position: absolute;
      right: 15px;
      top: 14px;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
  .selecter .dropdown {
    position: absolute;
    display: none;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e0e3e8;
    top: 100%;
    left: 0;
    margin-top: -1px;
    width: 100%; }
    .selecter .dropdown ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .selecter .dropdown ul li {
        transition: color .3s;
        padding: 5px 15px;
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer; }
        .selecter .dropdown ul li:hover, .selecter .dropdown ul li.active {
          color: #e31e24;
          }
  .selecter.opened .anchor:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .selecter.opened .dropdown {
    display: block; }

.share-list {
  font-size: 0;
  margin: 0 -5px; }
  .share-list .list-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px; }
  .share-list .link {
    border-bottom: none;
    transition: opacity .3s; }
    .share-list .link:hover {
      opacity: .8; }

.simple-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  max-width: 670px; }
  .simple-table td {
    border: 1px solid #dee1e4;
    padding: 11px 18px;
    line-height: 1;
    color: #848484; }
    .simple-table td:first-child {
      color: #4a4a4a; }
  .simple-table tr {
    transition: background-color .3s; }
    .simple-table tr:hover {
      background-color: #f9f9f9; }

@media (max-width: 375px) {
  .simple-table {
    display: block;
    border: 1px solid #dee1e4; }
    .simple-table td {
      display: block;
      width: 100%;
      border: none;
      padding: 0;
      margin-bottom: 5px; }
      .simple-table td:last-child {
        margin-bottom: 0; }
    .simple-table tr {
      border-bottom: 1px solid #dee1e4;
      padding: 10px 15px; }
      .simple-table tr:last-child {
        border-bottom: 0; }
    .simple-table tr,
    .simple-table tbody {
      display: block;
      width: 100%; } }

.slider-cover {
  position: relative; }
  .slider-cover .slider-buttons.disabled {
    opacity: 0.3;
    pointer-events: none; }
  .slider-cover .slider-buttons .nav-button {
    font-size: 28px;
    cursor: pointer;
    transition: color .3s;
    color: #9ca4ad;
    position: absolute;
    z-index: 1;
    height: 60px;
    width: 60px;
    border: 0;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slider-cover .slider-buttons .nav-button:hover {
      color: #6bc170;
      }
    .slider-cover .slider-buttons .nav-button.slider-prev {
      right: 100%; }
    .slider-cover .slider-buttons .nav-button.slider-next {
      left: 100%; }

@media (max-width: 1368px) {
  .slider-cover {
    padding: 0 40px; }
    .slider-cover .slider-buttons .nav-button {
      height: 40px;
      width: 40px; }
      .slider-cover .slider-buttons .nav-button.slider-next {
        right: 0;
        left: auto; }
      .slider-cover .slider-buttons .nav-button.slider-prev {
        left: 0;
        right: auto; } }

@media (max-width: 425px) {
  .slider-cover {
    padding: 50px 0 0; }
    .slider-cover .slider-buttons .nav-button {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      top: 0; }
      .slider-cover .slider-buttons .nav-button.slider-prev {
        left: auto;
        right: 50%; }
      .slider-cover .slider-buttons .nav-button.slider-next {
        right: auto;
        left: 50%; } }

.tabs-section .tabs-navigation-list {
  font-size: 0;
  border-bottom: 3px solid #dee1e4;
  margin: 0 0 29px; }
  .tabs-section .tabs-navigation-list .tab-item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 16px 0; }
    .tabs-section .tabs-navigation-list .tab-item:hover .text, .tabs-section .tabs-navigation-list .tab-item.active .text {
      color: #6bc170;
      }
    .tabs-section .tabs-navigation-list .tab-item:first-child .text {
      padding-left: 0; }
    .tabs-section .tabs-navigation-list .tab-item:last-child .text {
      padding-right: 0;
      border-right: 0; }
  .tabs-section .tabs-navigation-list .text {
    color: #4a4a4a;
    padding: 0 16px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition: color .3s;
    line-height: 1;
    border-right: 1px solid; }

.tabs-section .tabs-content {
  padding-bottom: 60px;
  border-bottom: 3px solid #dee1e4; }
  .tabs-section .tabs-content .tab-wrap {
    display: none; }
    .tabs-section .tabs-content .tab-wrap.active {
		display: block; 
		color: #4a4a4a;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}

@media (max-width: 767px) {
  .tabs-section .tabs-navigation-list .text {
    font-size: 16px; } }

@media (max-width: 640px) {
  .tabs-section .tabs-content {
    padding-bottom: 0;
    border-bottom: none; }
  .tabs-section .tabs-navigation-list {
    border-top: 3px solid #dee1e4;
    border-bottom: none;
    padding-top: 10px;
    margin-bottom: 14px; }
    .tabs-section .tabs-navigation-list .text {
      padding: 0;
      border-right: none; }
    .tabs-section .tabs-navigation-list .tab-item {
      display: block;
      padding: 8px 0;
      text-align: center; } }

.thubnails-slider {
  font-size: 0;
  margin: 0 -5px;
  white-space: nowrap;
  overflow: hidden; }
  .thubnails-slider .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 5px; }
    .thubnails-slider .item .thubnails-image {
      cursor: pointer;
      background-color: #f9f9f9; }
      .thubnails-slider .item .thubnails-image:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: 2px solid transparent;
        transition: border-color .3s; }
      .thubnails-slider .item .thubnails-image:hover:after {
        border-color: #e31e24;
        }
  .thubnails-slider ~ .thubnails-buttons .nav-button {
    background-color: rgba(4, 15, 36, 0.75);
    height: 100%;
    width: 48px;
    transition: background-color .3s; }
    .thubnails-slider ~ .thubnails-buttons .nav-button.slider-next {
      right: 0;
      left: auto;
      color: #fff; }
    .thubnails-slider ~ .thubnails-buttons .nav-button.slider-prev {
      left: 0;
      right: auto;
      color: #fff; }
    .thubnails-slider ~ .thubnails-buttons .nav-button:hover {
      background-color: rgb(227 30 36 / 68%);
      }
  .thubnails-slider.owl-carousel.owl-loaded {
    margin: 0; }
    .thubnails-slider.owl-carousel.owl-loaded .item {
      padding: 0; }

@media (max-width: 640px) {
  .thubnails-slider .item .thubnails-image {
    padding-top: 100%; }
    .thubnails-slider .item .thubnails-image img {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0); } }

@media (max-width: 480px) {
  .thubnails-slider .item .thubnails-image {
    padding-top: 100%; }
  .thubnails-slider ~ .thubnails-buttons .nav-button {
    width: 30px;
    font-size: 14px; } }

@media (max-width: 425px) {
  .thubnails-slider ~ .thubnails-buttons .nav-button {
    top: 0; } }

.video-cover {
  padding-top: 56.3%;
  position: relative; }
  .video-cover iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.video-outer.spaced-bottom {
  margin-bottom: 32px; }

.video-outer .video-caption {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin: 28px 0 0;
  text-align: center;
  transition: color .3s; }

.video-outer:hover .video-caption {
  color: #ff7a29; }

span.postranich {
    padding: 12px;
    display: inline-block;
    position: relative;
    top: -15px;
}

.form-side .form-cover .social-list .list-item {
    display: inline-block;
    margin: 10px 18px;
}
.form-cover a.soc-link img {
    width: 88px;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .details-main .form-cover .form-title {
        margin: 0;
    }
   .form-side .form-cover .social-list .list-item img {
        width: 60px;
        margin: 5px 2px;
    } 
    .pgn a.btn-pages {
        padding: 0px 3px;
        font-size: 11px;
		height: 14px;
    }
    span.postranich {
        display: inline-block;
        position: relative;
        top: -4px;
        font-size: 11px;
        padding: 0px;
    }
}

.top-btn {
    position: fixed;
    right: 5px;
    bottom: 5px;
    padding: 13px;
    height: 40px;
    width: 40px;
    background-color: #536276;
    z-index: 1111;
    display: none;
}
.top-btn.active {
    display: block;
}
.bpo, .bpo_1 {
    color: #ff7a29!important;
    display: none;
}
#ffiiss .selecter {
  display: block;
}
ul {
    list-style-type: none;
}
.paragraph ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 45px;
}


/* SELL */
 .bold-title {
	 color: #4a4a4a;
	 font-family: 'Ubuntu', sans-serif;
	 font-size: 35px;
	 font-weight: 700;
	 line-height: 45px;
	 text-transform: uppercase;
	 font-style: normal;
	 letter-spacing: 1.08px;
	 margin: 0 0 35px;
}
 .bold-title:last-child {
	 margin-bottom: 0;
}
 .primary-color {
	 color: #ff7a29;
}
 @media (max-width: 425px) {
	 .section-title {
		 line-height: 40px;
		 font-size: 28px;
		 margin-bottom: 15px;
	}
	 .bold-title {
		 font-size: 23px;
		 letter-spacing: 0.04px;
		 line-height: 1.4;
		 margin-bottom: 25px;
	}
}
 .sell-banner-section {
	 margin-bottom: 100px;
	 position: relative;
}
 .sell-banner-section .hidden-cover {
	 overflow: hidden;
}
 .sell-banner-section .caption-figures {
	 position: absolute;
	 z-index: 1;
	 pointer-events: none;
}
 .sell-banner-section .caption-figures.left {
	 top: 230px;
	 left: 277px;
}
 .sell-banner-section .caption-figures.right {
	 right: 234px;
	 bottom: -6px;
}
 .sell-banner-section .caption-figures.right .shape-top {
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: transform 0.3s;
}
 .sell-banner-section .caption-figures.right .shape-top.animated {
	 transform: translate(-25px, 25px);
}
 .sell-banner-section .inner {
	 background-image: url(../images/sell-back-sky.png);
	 background-size: cover;
	 padding-left: 88px;
}
 .sell-banner-section .form-part {
	 background-color: #fbfafa;
	 padding: 59px 35px;
	 width: 588px;
	 max-width: 100%;
}
 .sell-banner-section .inner-title {
	 color: #4a4a4a;
	 font-family: 'Ubuntu', sans-serif;
	 font-size: 18px;
	 font-weight: 700;
	 letter-spacing: 0.03px;
}
 .sell-banner-section .banner-image {
	 max-width: 799px;
	 max-height: 611px;
	 width: 68%;
	 position: absolute;
	 right: -86px;
	 bottom: -86px;
	 pointer-events: none;
}
 .sell-banner-section .lined-list {
	 margin: 11px 0;
}
 .sell-banner-section .lined-list .item {
	 color: #4a4a4a;
	 font-family: 'Ubuntu', sans-serif;
	 font-size: 18px;
	 font-weight: 400;
	 padding: 7px 0 7px 18px;
	 position: relative;
}
 .sell-banner-section .lined-list .item:before {
	 content: '\2212';
	 position: absolute;
	 left: 0;
	 top: 7px;
	 color: #ff7a29;
	 font-weight: 700;
}
 .sell-banner-section .sell-form {
	 padding-right: 168px;
}
 @media (max-width: 1845px) {
	 .sell-banner-section .caption-figures.left {
		 left: 50px;
	}
	 .sell-banner-section .caption-figures.right {
		 right: 50px;
	}
}
 @media (max-width: 1485px) {
	 .sell-banner-section .caption-figures.left {
		 left: 15px;
	}
	 .sell-banner-section .caption-figures.right {
		 right: 15px;
	}
}
 @media (max-width: 1415px) {
	 .sell-banner-section .caption-figures.left {
		 left: -15px;
	}
	 .sell-banner-section .caption-figures.right {
		 right: -15px;
		 bottom: -75px;
	}
}
 @media (max-width: 1260px) {
	 .sell-banner-section .caption-figures.left {
		 left: -50px;
	}
	 .sell-banner-section .caption-figures.right {
		 right: -40px;
		 bottom: -95px;
	}
}
 @media (max-width: 1199px) {
	 .sell-banner-section {
		 margin-bottom: 60px;
	}
	 .sell-banner-section .caption-figures.left {
		 display: none;
	}
	 .sell-banner-section .caption-figures.right {
		 right: -45px;
		 bottom: -113px;
	}
	 .sell-banner-section .inner {
		 padding-left: 0;
		 margin: 0 -15px;
	}
}
 @media (max-width: 850px) {
	 .sell-banner-section {
		 margin-bottom: 40px;
	}
	 .sell-banner-section .banner-image {
		 right: -169px;
	}
	 .sell-banner-section .caption-figures.right {
		 display: none;
	}
}
 @media (max-width: 640px) {
	 .sell-banner-section .inner {
		 margin: 0 -25px;
	}
	 .sell-banner-section .banner-image {
		 display: none;
	}
}
 @media (max-width: 545px) {
	 .sell-banner-section .form-part {
		 padding: 40px 25px;
	}
	 .sell-banner-section .sell-form {
		 padding-right: 0;
	}
}
 @media (max-width: 425px) {
	 .sell-banner-section {
		 margin-bottom: 34px;
	}
}
 .sell-details {
	 background-image: url(../images/sell-details-back.png);
	 background-position: top left;
	 background-repeat: no-repeat;
	 padding: 95px 0 35px;
	 margin-bottom: 100px;
}
 .sell-details .title-cover {
	 max-width: 678px;
}
 .sell-details .bordered-caption {
	 color: #4a4a4a;
	 font-family: 'Ubuntu', sans-serif;
	 font-size: 18px;
	 font-weight: 700;
	 letter-spacing: 0.03px;
	 max-width: 508px;
	 text-align: center;
	 line-height: 53px;
	 border: 3px solid #ff7a29;
}
 .sell-details .cards-cover {
	 position: relative;
	 margin-top: 120px;
	 display: table;
	 table-layout: fixed;
	 font-size: 0;
}
 .sell-details .cards-cover .girl-image {
	 position: absolute;
	 bottom: 100%;
	 right: 91px;
	 pointer-events: none;
}
 .sell-details .cards-cover .card-item {
	 display: table-cell;
	 vertical-align: top;
	 width: 33.33%;
	 font-size: 16px;
	 position: relative;
}
 .sell-details .cards-cover .card-item .line {
	 position: absolute;
	 width: 13px;
	 height: 77px;
	 background-color: #ff7a29;
	 left: 0;
}
 .sell-details .cards-cover .card-item .line.top {
	 top: 0;
}
 .sell-details .cards-cover .card-item .line.middle {
	 top: 50%;
	 transform: translateY(-50%);
}
 .sell-details .cards-cover .card-item .line.bottom {
	 bottom: 0;
}
 .sell-details .cards-cover .card-item .card-inner {
	 padding: 40px;
}
 .sell-details .cards-cover .card-item .card-inner .title {
	 color: #4a4a4a;
	 font-family: 'Ubuntu', sans-serif;
	 font-size: 18px;
	 font-weight: 700;
	 letter-spacing: 0.03px;
	 margin: 0 0 30px;
}
 .sell-details .cards-cover .card-item .card-inner .paragraph {
	 margin: 0 0 30px;
}
 .sell-details .cards-cover .card-item .card-inner .paragraph:last-child {
	 margin-bottom: 0;
}
 .sell-details .cards-cover .card-item.first {
	 background-color: #f2f3f5;
}
 .sell-details .cards-cover .card-item.middle {
	 background-color: #ebecee;
}
 .sell-details .cards-cover .card-item.last {
	 background-color: #e2e4e6;
}
 @media (max-width: 1199px) {
	 .sell-details {
		 margin-bottom: 60px;
		 background-image: none;
		 padding-top: 0;
	}
	 .sell-details .cards-cover {
		 margin-top: 40px;
	}
	 .sell-details .cards-cover .girl-image {
		 display: none;
	}
}
 @media (max-width: 850px) {
	 .sell-details {
		 margin-bottom: 20px;
	}
	 .sell-details .cards-cover {
		 display: block;
	}
	 .sell-details .cards-cover .card-item {
		 display: block;
		 width: 100%;
	}
}
 @media (max-width: 545px) {
	 .sell-details .bordered-caption {
		 font-size: 16px;
		 line-height: 24px;
		 padding: 15px;
	}
	 .sell-details .cards-cover .card-item .card-inner {
		 padding: 25px 35px;
	}
	 .sell-details .cards-cover .card-item .card-inner .title, .sell-details .cards-cover .card-item .card-inner .paragraph {
		 margin-bottom: 20px;
	}
}
 @media (max-width: 425px) {
	 .sell-details {
		 padding-bottom: 25px;
		 margin-bottom: 15px;
	}
}
div#priceDesktop_R {
    display: inline;
}
small {
    font-weight: 300;
    color: #8f8f8f;
}

.you{position:relative;padding-bottom:56.25%;padding-top:10px;height:0;overflow:hidden}
.you iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #DD6900}

.pr_z_m {
    padding-top: 12px;
    color: #8c9197;
    font-size: 21px;
	text-transform: none;
	font-weight: 300;
}


/* ----  ------------------ */
.object-item.with-slider .inner-link {
	display: block;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.object-item.with-slider .inner-link img {
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 120%;
}
.object-item.with-slider .image-cover .preview-carousel {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 77%;
}
.object-item.with-slider .image-cover .preview-carousel div {
	height: 100%;
}
.object-item.with-slider .image-cover .preview-carousel .owl-dots, .object-item.with-slider .image-cover .preview-carousel .owl-dot {
	height: auto;
}
.object-item.with-slider .image-cover .owl-dots {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}
.object-item.with-slider .image-cover .nav-button {
	position: absolute;
	z-index: 2;
	top: 0;
	height: 77%;
	border: 0;
	width: 40px;
	cursor: pointer;
	background-color: transparent;
	color: #fff;
	opacity: 0.7;
	transition: opacity 0.2s;
}
.object-item.with-slider .image-cover .nav-button.slider-prev {
	left: 0;
}
.object-item.with-slider .image-cover .nav-button.slider-next {
	right: 0;
}
.object-item.with-slider .image-cover .nav-button .icon {
	position: relative;
}
.object-item.with-slider .image-cover .nav-button .icon:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
	height: 25px;
	width: 25px;
	position: absolute;
	border-radius: 50%;
	left: -6px;
	top: -6px;
}
.object-item.with-slider .image-cover .nav-button .icon:before {
	z-index: 2;
	position: relative;
}
.object-item.with-slider .image-cover .nav-button:hover {
	opacity: 1;
}
.object-item.with-slider .image-cover .bottom-preview {
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(23% - 10px);
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}
.object-item.with-slider .image-cover .bottom-preview .item {
	display: inline-block;
	width: calc(34% - 10px);
	height: 100%;
	margin-right: 10px;
}
.object-item.with-slider .image-cover .bottom-preview .item:last-child {
	margin-right: 0;
	width: 32%;
	position: relative;
}
.object-item.with-slider .image-cover .bottom-preview .item:last-child:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 1;
}
.object-item.with-slider .image-cover .bottom-preview .item:last-child .text {
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
}
/* ----  ------------------ */