@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-calculator:before {
  content: "\f1ec";
}

.fa-phone:before {
  content: "\f095";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-vk:before {
  content: "\f189";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-twitter:before {
  content: "\f099";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #333e4f;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-close {
  width: 39px;
  height: 48px;
  padding: 19px !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 1px;
  opacity: 1;
  color: #fff !important;
  font-size: 43px;
  right: 0;
  top: 0;
}
.mfp-close:active {
  top: 0;
}
.mfp-close svg {
  position: relative;
  z-index: -1;
  display: block;
  top: 0;
}

.mfp-bg {
  opacity: 0.99;
}

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

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-item img {
  max-width: 100%;
  width: initial;
  margin: 0 auto;
}

@font-face {
  font-family: "sourcesanspro";
  src: url("../fonts/sourcesanspro/sourcesanspro_extralight.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro_extralight.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro_extralight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sourcesanspro";
  src: url("../fonts/sourcesanspro/sourcesanspro_light.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro_light.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro_light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sourcesanspro";
  src: url("../fonts/sourcesanspro/sourcesanspro_black.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro_black.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro_black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sourcesanspro";
  src: url("../fonts/sourcesanspro/sourcesanspro_regular.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro_regular.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.footer {
  background: #333e4f;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__logo {
  display: inline-block;
}
.footer__slogan {
  color: #fff;
  margin-left: 45px;
  display: inline-block;
}
.footer__slogan p {
  margin-bottom: 10px;
}
.footer__social {
  float: right;
}
.footer__social i {
  font-size: 30px;
  border: 1px solid #3d4858;
  border-radius: 50%;
  padding: 15px;
}
.footer__social_fb i {
  width: 65px;
  padding-left: 22px;
}
.footer__social_inst i {
  width: 62px;
  padding-left: 18px;
}
.footer__social_gp i {
  padding: 15px 9px 15px 15px;
}
.footer__social_tw i {
  padding: 15px 14px 15px 17px;
}
.footer__copyright {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3d4858;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 467px) {
  .footer {
    padding: 35px 20px;
  }
  .footer__slogan {
    margin-left: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer__social {
    float: none;
    text-align: center;
  }
  .footer__logo {
    display: none;
  }
  .footer__copyright {
    text-align: justify;
    line-height: 15px;
  }
}

.accordion__item-head {
  outline: none;
  border-bottom: 1px solid #e6e7ea !important;
  background: #ffffff !important;
  color: #333e4f !important;
  font-family: "sourcesanspro", sans-serif !important;
  font-size: 20px !important;
  font-weight: bold !important;
  cursor: pointer;
}
.accordion__item-head span {
  right: 41px !important;
  position: absolute !important;
  top: 45px !important;
}
.accordion__item-text {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e6e7ea !important;
  background: #f7f7f7 !important;
  padding: 10px 10px 10px 20px;
}
.accordion_half {
  max-width: 600px;
  float: right;
}
.accordion_half img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: inherit !important;
}
@media (max-width: 1167px) {
  .accordion_half {
    max-width: 580px;
  }
}
@media (max-width: 1144px) {
  .accordion_half {
    max-width: 530px;
  }
  .accordion__item-head span {
    right: 15px !important;
    top: 32px !important;
  }
}
@media (max-width: 1118px) {
  .accordion_half {
    max-width: 510px;
  }
}
@media (max-width: 1090px) {
  .accordion_half {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .accordion_half img {
    position: initial;
    width: 100% !important;
  }
  .accordion__item-text div {
    display: table-cell;
    width: 50%;
  }
  .accordion__item-text p {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
  }
}
@media (max-width: 467px) {
  .accordion__item-head span {
    right: 10px !important;
    position: absolute !important;
    top: 41px !important;
  }
  .accordion__item-text {
    padding: 15px 15px !important;
  }
  .accordion__item-text div {
    display: block;
    width: 100%;
  }
}

.owl-sta-theme.disabled {
  display: none;
}
.owl-sta-theme .owl-prev, .owl-sta-theme .owl-next {
  position: absolute;
  top: 35%;
  cursor: pointer;
}
.owl-sta-theme .owl-prev:hover, .owl-sta-theme .owl-next:hover {
  opacity: 0.5;
}
.owl-sta-theme .owl-prev.disabled, .owl-sta-theme .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-sta-theme .owl-prev [class*=sprite_arrow-], .owl-sta-theme .owl-next [class*=sprite_arrow-] {
  width: 36px;
}
.owl-sta-theme .owl-prev {
  left: 0;
}
.owl-sta-theme .owl-next {
  right: 0;
}
.owl-sta-theme .owl-dots {
  margin-top: 51px;
  text-align: center;
}
.owl-sta-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 12px;
}
.owl-sta-theme .owl-dots .owl-dot span {
  display: block;
}
.owl-sta-theme .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bec1c8;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.owl-sta-theme .owl-dots .owl-dot.active span:before {
  background: #333e4f;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 767px) {
  .owl-sta-theme .owl-dots .owl-dot {
    margin: 0 5px;
  }
}

.form {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.form_horizontal {
  max-width: 800px;
  margin-top: 4%;
}
.form_horizontal .form__field {
  width: 32%;
}
.form_horizontal .form__fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_horizontal .form__calc-submit-button .button {
  margin-top: 25px;
  margin-left: 15%;
}
.form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__fields .has-error input,
.form__fields .has-error textarea {
  border: 1px solid red;
}
.form__fields .has-error .help-block {
  font-size: 13px;
  line-height: 19px;
  color: #ff5e5e;
}
.form-wrap {
  max-width: 580px;
  margin: 0 auto;
}
.form__fullname, .form__spinner {
  display: none;
}
.form .form-group {
  width: 48%;
  margin-bottom: 20px;
  /* & .select2-container {
  	background: #4a5a72;
  	border: none;
  	width: 100%;
  	line-height: 55px;
  	border-radius: 5px;
  	padding: 0 19px;
  	font-size: 16px;
  	color: inherit;

  	& .select2-selection {
  		background: #4a5a72;
  		border: none;
  		outline: none !important;
  	}
  } */
}
.form .form-group .form-control {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
  background: #4a5a72;
  color: #fff;
  padding: 15px;
  font-size: 17px;
}
.form__field {
  width: 48%;
  margin-bottom: 20px;
}
.form__field ::-webkit-input-placeholder {
  color: #fefefe;
}
.form__field ::-moz-placeholder {
  color: #fefefe;
}
.form__field { /* Firefox 19+ */ }
.form__field :-moz-placeholder {
  color: #fefefe;
}
.form__field { /* Firefox 18- */ }
.form__field :-ms-input-placeholder {
  color: #fefefe;
}
.form__field input, .form__field textarea, .form__field select {
  background: #4a5a72;
  border: none;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  padding: 0 19px;
  font-size: 16px;
  color: inherit;
  font-family: "sourcesanspro", sans-serif;
  color: #fff;
}
.form__field textarea {
  line-height: 24px;
  height: 110px;
  resize: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.form__field_light input, .form__field_light textarea {
  background-color: #e6e7ea;
  color: #6e757e;
}
.form__field_light ::-webkit-input-placeholder {
  color: #6e757e;
}
.form__field_light ::-moz-placeholder {
  color: #6e757e;
}
.form__field_light { /* Firefox 19+ */ }
.form__field_light :-moz-placeholder {
  color: #6e757e;
}
.form__field_light { /* Firefox 18- */ }
.form__field_light :-ms-input-placeholder {
  color: #6e757e;
}
.form__field_textarea {
  width: 100%;
  margin-bottom: 0;
}
.form_mini .form-group, .form_mini .form__field {
  width: 100%;
}
.form__agreement {
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}
.form__agreement a {
  color: #4cc574;
}
@media (max-width: 467px) {
  .form .form-group {
    width: 100%;
  }
  .form__field {
    width: 100%;
  }
  .form__field input, .form__field select {
    height: 35px;
  }
  .form__field textarea {
    height: 60px;
  }
  .form_horizontal .form__fields-wrapper {
    display: block;
  }
  .form_horizontal .form__field {
    width: 48%;
  }
  .form_horizontal .has-error .help-block {
    display: none;
  }
}

.menu {
  position: fixed;
  max-height: 100%;
  max-height: calc(100% - 54px);
  background: #333e4f;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
}
.menu__inner {
  position: relative;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu__container {
  padding: 10px 0 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 124px;
  background: #000;
}
.menu__footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 200px;
  margin: 0 auto;
}
.menu__footer-buttons a {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.menu__mark > div {
  font-size: 16px;
  line-height: 33px;
  padding: 0 20px;
  color: #ddd;
}
.menu__mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__mark-list li {
  width: 50%;
}
@media (max-width: 767px) {
  .menu {
    height: 100%;
    height: calc(100% - 54px);
  }
  .menu__mark {
    display: none;
  }
  .menu__container, .menu__mark-list {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu__mark-list li {
    width: 100%;
  }
  .menu__footer {
    height: 75px;
  }
}

.menu-list li > div {
  position: relative;
}
.menu-list__item-heading {
  display: block;
  padding: 0 20px;
}
.menu-list > li > div {
  font-size: 16px;
  line-height: 33px;
}
.menu-list__sub-list_lvl_2 {
  display: none;
  padding: 0 20px;
}
.lvl2-active .menu-list__sub-list_lvl_2 {
  display: block;
}
.menu-list .sprite_menu-toggler {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.menu-list .lvl2-active .sprite_menu-toggler {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.menu-list__sub-list_lvl_2 > li > div {
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
}
.menu-list__sub-list_lvl_3 {
  font-weight: 200;
  font-size: 16px;
  line-height: 27px;
}
.menu-list__sub-list-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%;
  color: #000 !important;
}
.menu-list__sub-list-trigger:before, .menu-list__sub-list-trigger:after {
  position: absolute;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-list__sub-list-trigger:before {
  content: "+";
}
.menu-list__sub-list-trigger:after {
  content: "–";
  opacity: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.menu-list__sub-list-trigger[aria-expanded=true]:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-list__sub-list-trigger[aria-expanded=true]:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 366px) {
  .menu-list__item-heading_index {
    display: block;
  }
}

.breadcrumbs {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:before {
  content: "  /  ";
  white-space: pre;
}
.breadcrumbs li:first-child:before {
  content: none;
}
.breadcrumbs li:last-child span {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}
@media (max-width: 467px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumbs li {
    white-space: nowrap;
  }
  .breadcrumbs li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.service_index {
  padding-top: 39px;
}
.service_page {
  margin-top: 50px;
}
.service__items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_page .service__item {
  width: 48%;
  margin-bottom: 50px;
}
.service__item {
  display: block;
  color: #fff;
  padding: 60px 7%;
  height: 420px;
  overflow: hidden;
}
.service__item-title {
  font-size: 27px;
  margin-bottom: 16px;
  min-height: 42px;
  line-height: 35px;
}
.service__item-descr {
  font-size: 14px;
  line-height: 22px;
}
.service__item_custom {
  background: url(/images/brief-custom-bg.jpg) center center;
}
.service__item_custom .service__item-ico {
  background: url("/images/service-custom.png") center center no-repeat;
}
.service__item_svh {
  background: url(/images/brief-svh-bg.jpg) center center;
}
.service__item_svh .service__item-ico {
  background: url("/images/service-svh.png") center center no-repeat;
}
.service__item_fin {
  background: url(/images/brief-fin-bg.png) center center;
}
.service__item_fin .service__item-ico {
  background: url("/images/service-fin.png") center center no-repeat;
}
.service__item_truck {
  background: url(/images/brief-truck-bg.jpg) center center;
}
.service__item_truck .service__item-ico {
  background: url("/images/service-truck.png") center center no-repeat;
}
.service__item_lawyer {
  background: url(/images/brief-lawyer-bg.jpg) center center;
}
.service__item_lawyer .service__item-ico {
  background: url("/images/service-lawyer.png") center center no-repeat;
}
.service__item_ship {
  position: relative;
}
.service__item_ship:before {
  content: "";
  display: block;
  background: url(/images/brief-ship-bg.jpg) center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.service__item_ship:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 255, 139, 0.6);
  position: absolute;
  z-index: -1;
}
.service__item_ship .service__item-ico {
  background: url("/images/service-ship.png") center center no-repeat;
}
.service__item_air {
  position: relative;
}
.service__item_air:before {
  content: "";
  display: block;
  background: url(/images/brief-air-bg.jpg) center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.service__item_air:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 215, 76, 0.6);
  position: absolute;
  z-index: -1;
}
.service__item_air .service__item-ico {
  background: url("/images/service-air.png") center center no-repeat;
}
.service__item-ico {
  height: 108px;
  margin-bottom: 15px;
}
.service__item_poisk {
  position: relative;
}
.service__item_poisk:before {
  content: "";
  display: block;
  background: url(/images/poisk-bg.jpg) center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.service__item_poisk:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 255, 139, 0.6);
  position: absolute;
  z-index: -1;
}
.service__item_poisk .service__item-ico {
  background: url("/images/service-poisk.png") center center no-repeat;
}
@media (max-width: 467px) {
  .service_page .service__item {
    width: 100%;
    text-align: center;
  }
  .service .owl-dots {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .service__item_custom {
    background: url(/images/brief-custom-bg-375x420.jpg) center center;
  }
  .service__item_svh {
    background: url(/images/brief-svh-bg-375x420.jpg) center center;
  }
  .service__item_fin {
    background: url(/images/brief-fin-bg-375x420.jpg) center center;
  }
  .service__item_truck {
    background: url(/images/brief-truck-bg-375x420.jpg) center center;
  }
  .service__item_lawyer {
    background: url(/images/brief-lawyer-bg-375x420.jpg) center center;
  }
}

.invoice {
  padding-left: 10px;
  padding-right: 10px;
  background: url(/images/invoice-bg.jpg) center center;
  padding-top: 30px;
  padding-bottom: 35px;
  color: #fff;
  text-align: center;
  font-family: "sourcesanspro", sans-serif;
}
.invoice__text {
  font-size: 17px;
  line-height: 24px;
}
.invoice__form {
  margin-top: 50px;
  color: #fefefe;
}
@media (max-width: 467px) {
  .invoice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .invoice__text {
    margin-bottom: 0;
  }
}

.delivery-types {
  text-align: center;
}
.delivery-types__item {
  border-right: 1px solid #ccc;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.delivery-types__item-ico {
  margin-bottom: 20px;
}
.delivery-types__item-title {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.delivery-types__item-descr {
  margin-bottom: 10px;
}

.review {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fafafc;
}
.review__video {
  margin-bottom: 27px;
  position: relative;
  display: block;
}
.review__video:after {
  content: "\f16a";
  display: block;
  position: absolute;
  top: 41%;
  left: 47%;
  color: #eee;
  font-size: 47px;
}
.review__video:hover:after {
  color: red;
}
.review__item {
  background-color: #ffffff;
  padding-bottom: 15px;
}
.review__item-title {
  color: #333e4f;
  font-size: 21px;
  font-family: "sourcesanspro", sans-serif;
  margin-bottom: 21px;
  line-height: 26px;
}
.review__item-text {
  font-size: 13px;
  color: #4cc574;
  padding: 0 20px;
  height: 31px;
}
.review__item-date {
  font-family: "Open Sans", sans-serif;
  color: #6e757e;
  font-size: 13px;
  margin-bottom: 20px;
}

.work {
  padding-top: 60px;
  text-align: center;
  color: #6e757e;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  padding-bottom: 20px;
}
.work__title {
  margin-bottom: 30px;
}
.work__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.work__item {
  border-radius: 50%;
  width: 16%;
}
.work__item-icon {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .work__item {
    width: 33%;
    margin-bottom: 25px;
  }
}
@media (max-width: 467px) {
  .work__item {
    width: 50%;
  }
}

.sta-gallery {
  padding-top: 50px;
  background: #fafafc;
  padding-bottom: 30px;
}
.sta-gallery__title {
  margin-bottom: 49px;
}
.sta-gallery__items {
  color: #fff;
  position: relative;
}
.sta-gallery__item {
  overflow: hidden;
}
.sta-gallery__item-table {
  display: none;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
.sta-gallery__item-table table {
  width: 100%;
}
.sta-gallery__item-table table td {
  padding: 10px;
}
.sta-gallery__item-title, .sta-gallery__item-descr {
  position: absolute;
  bottom: 0px;
  font-family: "sourcesanspro", sans-serif, sans-serif;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px 13px;
}
.sta-gallery__item-descr {
  font-size: 14px;
  line-height: 17px;
}
.sta-gallery__item-front {
  position: relative;
}
.sta-gallery__item_pluses .sta-gallery__item-title, .sta-gallery__item_pluses .sta-gallery__item-descr {
  position: initial;
  background: none;
}
.sta-gallery__item_pluses .sta-gallery__item-title {
  line-height: 22px;
  color: #4cc574;
  height: 64px;
}
.sta-gallery__icon-wrap {
  border: 1px solid #4cc574;
  border-radius: 50%;
  width: 200px;
  margin: 0 auto;
  padding: 49px;
  height: 200px;
  color: #4cc574;
}
.sta-gallery__icon-wrap svg {
  width: 100px;
  font-size: 98px;
}
.sta-gallery__item:hover {
  background-color: #4cc574;
}
.sta-gallery__item_pluses:hover {
  background-color: transparent !important;
}
.sta-gallery__item:hover .sta-gallery__item-front {
  opacity: 0;
}
.sta-gallery__item_light:hover .sta-gallery__item-front {
  opacity: 1;
}
.sta-gallery__item:hover .sta-gallery__item-table {
  display: block;
}

.calculator {
  padding-top: 50px;
  background: url(/images/calculator.jpg) center center;
  color: #fff;
  text-align: center;
  padding-bottom: 65px;
  padding-left: 10px;
  padding-right: 10px;
}
.calculator .lds-spinner {
  height: 149px;
}
.calculator__title {
  margin-bottom: 30px;
  width: 100%;
  font-site: 42px;
  line-height: 43px;
}
.calculator__form-field {
  margin-bottom: 10px;
}
.calculator__form-field:last-child {
  margin-bottom: 0;
}
.calculator__form .control-label {
  display: none;
}
.calculator__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff;
  border: 10px solid #f1f1f4;
  padding: 50px 25px 25px;
  color: #6e757e;
}
.calculator__result p {
  margin-bottom: 20px;
}
.calculator__result-wrap {
  display: none;
}
.calculator__result-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #333e4f;
  font-family: "sourcesanspro", sans-serif;
  margin-bottom: 39px;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}
.calculator__result-data, .calculator__result-form {
  width: 49%;
}
.calculator__result-button {
  display: none;
}
.calculator__result-data {
  position: relative;
}
.calculator__result-data table {
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 29px;
  margin-bottom: 30px;
}
.calculator__result-data table td {
  border-bottom: 1px solid #f2f3f4;
}
.calculator__result-data table td:last-child {
  color: #333e4f;
}
.calculator__result-data i {
  position: absolute;
  top: -25px;
  left: -10px;
  color: #4cc574;
  font-size: 28px;
  border-bottom: none;
}
.calculator__result-note {
  font-size: 11px;
  color: #bfc1c5;
  margin-bottom: 20px;
}
.calculator__result-change {
  color: #4cc574;
  display: inline-block;
  border-bottom: 1px dotted;
  font-size: 23px;
  padding: 5px 10px;
  cursor: pointer;
}
.calculator_mini {
  background: #4a5a72;
  padding: 15px;
}
.calculator_mini .form__field input, .calculator_mini .form__field select, .calculator_mini .form__field textarea {
  background-color: #6F8AA1;
}
.calculator_mini .form__field input, .calculator_mini .form__field select {
  height: 35px;
}
.calculator_mini .form__field textarea {
  height: 60px;
}
.calculator_mini .button {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}
@media (max-width: 467px) {
  .calculator {
    padding-top: 50px;
    padding-bottom: 81px;
    height: auto;
  }
  .calculator__title {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 23px;
  }
  .calculator__form .button {
    margin-top: 20px;
  }
  .calculator__result {
    padding: 30px 15px;
    border: none;
  }
  .calculator__result-title {
    font-size: 23px;
    margin-bottom: 14px;
  }
  .calculator__result-subtitle {
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .calculator__result-data, .calculator__result-form, .calculator__result-title {
    width: 100%;
  }
  .calculator__result-data i {
    display: none;
  }
  .calculator__result-change {
    border-bottom: none;
    text-decoration: underline;
    line-height: 28px;
  }
  .calculator__result-button {
    display: block;
  }
  .calculator__result-form {
    display: none;
  }
}

.faq {
  padding-top: 92px;
  background: #fafafc;
  padding-bottom: 80px;
}
.faq__title {
  margin-bottom: 47px;
}
.faq__spoiler-item {
  font-family: "sourcesanspro", sans-serif;
}
.faq__spoiler-item-title {
  padding: 37px 25px 39px 39px;
  font-size: 22px;
  color: #212121;
  cursor: pointer;
  border-bottom: 1px solid;
  position: relative;
}
.faq__spoiler-item-title.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__spoiler-item-title span {
  border-bottom: 1px dotted gray;
}
.faq__spoiler-item-title svg {
  position: absolute;
  right: 20px;
  top: 44%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__spoiler-item-content {
  display: none;
  padding: 25px 37px 20px;
  text-align: justify;
  line-height: 24px;
  border-bottom: 1px solid gray;
  color: #222;
  background: #f7f7f7;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.faq__spoiler-item-content.open {
  display: block;
}
.faq__hide {
  display: none;
}
.faq__button {
  margin-top: 48px;
  display: block;
  width: 279px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid green;
  border-radius: 32px;
  padding: 21px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
}
.faq__button:hover {
  background: #ffffff;
}
@media (max-width: 467px) {
  .faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .faq__spoiler-item-title {
    padding: 25px 55px 25px 25px;
    font-size: 20px;
  }
  .faq__spoiler-item-title svg {
    width: 21px;
    top: 39%;
  }
}

.feedback {
  padding-top: 91px;
  background: url(/images/feedback.jpg);
  text-align: center;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
.feedback__title {
  margin-bottom: 33px;
}
.feedback__phone {
  color: #4cc574;
  font-family: "sourcesanspro", sans-serif;
  font-size: 26px;
  margin-top: 19px;
  display: inline-block;
  margin-bottom: 43px;
}
.feedback__form {
  margin-top: 19px;
  text-align: center;
}
@media (max-width: 767px) {
  .feedback {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .feedback__title {
    margin-bottom: 15px;
  }
  .feedback__phone {
    margin-bottom: 10px;
  }
}

.contact {
  padding-top: 92px;
  background: #ffffff;
  padding-bottom: 80px;
}
.contact__title {
  color: #000;
  margin-bottom: 48px;
}
.contact__items {
  padding: 0 10px;
}
.contact__item {
  background: #fbfbfb;
  border: 1px solid #e6e7ea;
  padding: 20px 29px;
  font-size: 14px;
  min-height: 182px;
}
.contact__item-title {
  font-size: 19px;
  margin-bottom: 23px;
}
.contact__item i {
  color: #4cc574;
  margin-right: 10px;
  float: left;
}
.contact__item span {
  line-height: 1.4em;
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}
.contact__item-street, .contact__item-phone {
  margin-bottom: 14px;
}

.article {
  line-height: 1.5em;
  padding-bottom: 50px;
  font-size: 16px;
  margin-top: 50px;
}
.article .table-wrapper {
  width: 100%;
  overflow-x: scroll;
}
.article a {
  text-decoration: underline;
}
.article h2 {
  font-size: 35px;
  font-weight: 100;
  text-align: center;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.article__text {
  text-align: justify;
}
.article__text iframe {
  max-width: 100% !important;
}
.article__gallery {
  margin-top: 30px;
  padding-bottom: 15px;
}
.article p, .article div {
  margin-bottom: 10px;
}
.article strong, .article b {
  font-weight: bold;
}
.article i {
  font-style: italic;
}
.article ul, .article ol {
  padding: 0 30px;
}
.article ul {
  list-style: disc;
}
.article ol {
  list-style: decimal;
}
.article ul > li,
.article ol > li {
  margin-bottom: 15px;
  list-style-position: inside;
}
.article img {
  margin: 0 14px 10px 14px;
  max-width: 100%;
  height: auto;
}
.article table {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #666f7b;
  max-width: 500px;
  width: 100% !important;
}
.article table tr:nth-child(odd) td {
  background: #fbfbfb;
}
.article table tr td.td0 {
  color: #fff;
  background: #666f7b;
}
.article table td {
  text-align: center;
  padding: 5px;
  border-left: 1px solid #666f7b;
  border-bottom: 1px solid #666f7b;
}
.article #tab tr td.space {
  border-top: none;
  border-bottom: none;
  width: 0px;
}
.article sup {
  font-size: xx-small;
  vertical-align: top;
}
.article .notes {
  margin-bottom: 30px;
}
.article__par h2 {
  cursor: pointer;
}
.article__par p, .article__par ol, .article__par ul, .article__par div, .article__par table {
  display: none;
}
.article__par_open p, .article__par_open ol, .article__par_open ul, .article__par_open div {
  display: block;
}
.article__par_open table {
  display: table;
}
.article__vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.article__vacancy-item {
  width: 49%;
  border: 1px solid #4cc574;
  padding: 20px;
  background: #4cc574;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .article {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 467px) {
  .article img {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .article__vacancy-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sidebar__title {
  font-size: 20px;
  color: #fff0f0;
  margin-bottom: 20px;
}
.sidebar__recommended {
  background: #eee;
  padding: 15px;
}
.sidebar__recommended-item {
  margin-bottom: 15px;
}
.sidebar__recommended-item:last-child {
  margin-bottom: 0;
}
.sidebar.affix {
  position: fixed !important;
  max-width: 282px;
}

.blog-list {
  margin-top: 50px;
}
.blog-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.blog-list__pagination-outer {
  margin: 0 auto 10px;
  text-align: center;
}
.blog-list__item {
  width: 48%;
  position: relative;
  margin-bottom: 50px;
}
.blog-list__item img {
  width: 100%;
}
.blog-list__item-title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 100;
  position: absolute;
  top: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #fff;
  text-align: center;
}
.blog-list__item-announce {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 2px;
  color: #fff;
  padding: 4px 9px;
  left: 0;
  right: 0;
  line-height: 19px;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 467px) {
  .blog-list__items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-list__item {
    width: 100%;
  }
  .blog-list__item-announce {
    padding: 10px;
  }
}

.contact-page {
  margin-top: 50px;
  padding-bottom: 50px;
}
.contact-page #map {
  height: 450px;
  width: 100%;
}
.contact-page__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contact-page__map {
  width: 66%;
}
.contact-page__controlls {
  width: 33%;
}
.contact-page__controlls-item {
  padding: 3px 10px 7px;
  background: #4cc574;
  color: #fff;
  font-weight: 100;
  text-decoration: underline;
}
.contact-page__controlls-item:hover {
  background: #51d57f;
}
.ui-state-active .contact-page__controlls-item {
  background: #6dcc6c;
  font-weight: 400;
}
.contact-page__controlls p {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  display: block;
  line-height: 20px;
}
.contact-page__controlls p:before {
  position: absolute;
  left: 0;
}
@media (max-width: 647px) {
  .contact-page__map {
    width: 100%;
  }
  .contact-page__controlls {
    width: 100%;
  }
}

.pagination:after {
  display: block;
  clear: both;
  content: "";
}
.pagination {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.pagination li {
  float: left;
}
.pagination__page {
  margin: 1px 3px;
}
.pagination__page a, .pagination__page span {
  display: block;
  min-width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
}
.pagination__page a:hover {
  background: #f7f7f8;
}
.pagination__page.active a, .pagination__page.active span {
  background: #333e4f;
  color: #fff;
  font-weight: 700;
}
.pagination__button {
  overflow: hidden;
}
.pagination__button a, .pagination__button span {
  display: block;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}
.pagination__button a {
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.pagination__button a:before, .pagination__button a:after {
  content: "";
  position: absolute;
  top: -2px;
  display: block;
  border: inset transparent;
  border-width: 12px 0;
}
.pagination__button a:after {
  top: 0;
  border-width: 10px 0;
}
.pagination__button a:hover {
  color: #000;
  border-color: #000;
}
.pagination__button a:active {
  color: #fff;
  background-color: #000;
}
.pagination__button a:active:after {
  border-color: #000;
}
.pagination__button.disabled a, .pagination__button.disabled span {
  color: #7f7f7f;
  cursor: default;
}
.pagination__button_prev {
  padding-left: 5px;
}
.pagination__button_prev a {
  border-left: 0;
}
.pagination__button_prev a:before {
  left: -5px;
  border-right: 5px solid;
  border-right-color: inherit;
}
.pagination__button_prev a:after {
  left: -4px;
  border-right: 4px solid;
  border-right-color: #fff;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.pagination__button_next {
  padding-right: 5px;
}
.pagination__button_next a {
  border-right: 0;
}
.pagination__button_next a:before {
  right: -5px;
  border-left: 5px solid;
  border-left-color: inherit;
}
.pagination__button_next a:after {
  right: -4px;
  border-left: 4px solid;
  border-left-color: #fff;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.html {
  display: block !important;
}

.soc-share {
  margin: 35px 0;
}
.soc-share__share {
  margin-bottom: 10px;
}
.soc-share ul {
  padding: 0;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author__img {
  margin-right: 15px;
}
.author__img img {
  border-radius: 50%;
}
.author__name {
  color: #000;
  margin-bottom: 6px;
}
.author__name:first-letter {
  color: #4cc574;
}

.news {
  margin-top: 50px;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.news__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__image img {
  width: 100%;
  border: 1px solid;
  display: block;
  border-right: none;
}
.news__description {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 15px;
  border: 1px solid;
  line-height: 24px;
}
.news__description time {
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 850px) {
  .news__item {
    display: block;
  }
}

.recommended {
  margin-top: 50px;
}
.recommended__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
}
.recommended__items:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.recommended__item {
  width: 32%;
  margin-bottom: 20px;
  background: #ccc;
}
.recommended__item-image img {
  width: 100%;
  display: block;
}
.recommended__item-name {
  padding: 10px;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 767px) {
  .recommended__items {
    padding: 0 10px;
  }
}

.user-review {
  padding: 50px 5px 30px;
}
.user-review__items {
  margin-bottom: 30px;
}
.user-review__item {
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ccc;
}
.user-review__item p {
  margin-bottom: 10px;
}
.user-review__item img {
  margin-right: 5px;
}
.user-review__item:nth-child(even) {
  background: #fbfbfb;
}
.user-review__item i {
  font-style: italic;
}
.user-review .form__field {
  width: 32%;
}
.user-review .form__field_textarea {
  width: 100%;
}
@media (max-width: 467px) {
  .user-review .form__field {
    width: 100%;
  }
}

.thanks {
  text-align: center;
  margin-top: 50px;
  margin: 0 auto;
}
.thanks p {
  text-align: center;
  font-size: 20px;
}
.thanks__video {
  text-align: center;
  margin-top: 50px;
}
.thanks__video iframe {
  width: 100%;
  max-width: 500px;
  height: 281px;
}
@media (max-width: 1200px) {
  .thanks__video iframe {
    width: 100%;
    height: 28vh;
  }
}

#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}

.t-cover {
  height: 700px;
  width: 100%;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

.t-cover__filter {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.t833__demo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.t833__demo::before,
.t833__demo::after {
  content: "";
  display: table;
}

.t833__demo::after {
  clear: both;
}

.t833__demo-col {
  display: inline;
  float: left;
  margin-bottom: 40px;
}

.t833__demo-item {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}

.t833__sliderwrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.t833__slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.t833__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.t833__slide {
  width: 100%;
  height: 100%;
}

.t833__slide {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}

.t833__slide.t833__slide_opacity:first-child {
  opacity: 1;
}

.t833__slider_fade .t833__slide.t833__slide_fx:first-child + .t833__slide ~ .t833__slide,
.t833__slider_fade .t833__slide.t833__slide_fx1 {
  z-index: 1;
}

.t833__slider_zoom .t833__slide.t833__slide_fx:first-child + .t833__slide ~ .t833__slide,
.t833__slider_zoom .t833__slide.t833__slide_fx1 {
  z-index: 1;
}

.t833__slider_effect .t833__slide.t833__slide_fx:first-child + .t833__slide ~ .t833__slide,
.t833__slider_effect .t833__slide.t833__slide_fx1 {
  z-index: 1;
}

.t833__slider_fade .t833__slide {
  -webkit-transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, transform 8s;
  transition: opacity 3s, transform 8s, -webkit-transform 8s;
}

.t833__slider_fade .t833__slide.t833__slide_fx,
.t833__slider_fade .t833__slide.t833__slide_fx1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.t833__slider_zoom .t833__slide {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, transform 8s;
  transition: opacity 3s, transform 8s, -webkit-transform 8s;
}

.t833__slider_zoom .t833__slide.t833__slide_fx,
.t833__slider_zoom .t833__slide.t833__slide_fx1 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*# sourceMappingURL=maps/all.css.map */
