@charset "UTF-8";
/*
* HELPERS
*/
/*Mixins*/
/*
* BASE
*/
* {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #DABD6A; }

::-moz-placeholder {
  color: #DABD6A; }

:-moz-placeholder {
  color: #DABD6A; }

:-ms-input-placeholder {
  color: #DABD6A; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  color: #4A4A4A;
  text-decoration: none;
  cursor: pointer; }
  a:link {
    color: #4A4A4A; }
  a:active {
    color: #4A4A4A; }
  a:visited {
    color: #4A4A4A; }
  a:hover {
    color: #4A4A4A;
    text-decoration: underline; }
  a img {
    border: none; }

input, textarea, button {
  font-family: "Roboto";
  -webkit-appearance: none;
  box-shadow: none !important; }

label {
  cursor: pointer; }

.clear {
  clear: both; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

strong {
  font-weight: 700; }

.centrize {
  display: table !important;
  table-layout: fixed !important;
  height: 100% !important;
  position: relative !important; }
  .centrize.full-width {
    width: 100% !important; }

.vertical-center {
  display: table-cell !important;
  vertical-align: middle !important; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

input[type="number"] {
  -moz-appearance: textfield; }

/*Buttons*/
/*Wrapper*/

.sticky {
  -webkit-transition: none !important;
  -moz-transition: none !important ;
  -ms-transition: none !important ;
  -o-transition: none !important ;
  transition: none !important ;
}

.bg {
  position: relative;
  overflow: hidden; }
  .bg.inner {
    /*padding-top: 173px; */
  /*todo*/
  }
    .bg.inner .header {
      height: 173px;
      background: #304258; }
      .bg.inner .header.opened {
        height: 100%; }

.wrapper {
  padding: 0;
  position: relative;
  z-index: 1; }

.fw {
  position: relative;
  width: 1253px;
  margin: 0 auto; }
  .fw:after {
    content: '';
    clear: both;
    display: block; }

/*Breadcrumbs*/
.breadcrumbs {
  margin: 35px 0;
  font-size: 15px;
  line-height: 18px;
  color: #304258; }
  .breadcrumbs .sep {
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background: url(../images/sep.svg) no-repeat;
    background-size: contain; }
  .breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    color: #304258;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
    color: rgba(48, 66, 88, 0.5); }

.disabled {
  display: none; }

/*Text*/
.text-box .table {
  overflow: auto; }
.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  margin: 20px 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  color: #DABD6A; }
.text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 500; }
.text-box p {
  margin: 15px 0;
  font-size: 18px;
  line-height: 30px;
  color: #4A4A4A;
  font-weight: 400; }
  .text-box p strong {
    font-weight: 700; }
  .text-box p img {
    margin: 15px 0;
    max-width: 100%; }
  .text-box p a {
    text-decoration: underline; }
    .text-box p a:hover {
      text-decoration: none; }
.text-box ul {
  margin: 40px 0;
  padding: 0; }
  .text-box ul li {
    position: relative;
    margin: 0 0 19px 0;
    padding: 0 0 0 35px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
    font-weight: 400; }
    .text-box ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 18px;
      height: 18px;
      background: url(../images/list.svg) no-repeat;
      background-size: contain; }
.text-box ol {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  counter-reset: myCounter; }
  .text-box ol li {
    position: relative;
    margin: 0 0 19px 0;
    padding: 0 0 0 35px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
    font-weight: 400; }
    .text-box ol li:before {
      padding-left: 5px;
      content: counter(myCounter);
      counter-increment: myCounter;
      position: absolute;
      left: 8px;
      top: -2px;
      width: 10px;
      height: 15px;
      font-size: 23px;
      line-height: 15px;
      font-weight: 700;
      text-align: center;
      color: #304258;
      background: #DABD6A;
      text-align: right; }
.text-box table {
  margin: 0;
  padding: 0;
  width: 828px;
  border-spacing: 0;
  border: 1px solid #aaaaaa; }
  .text-box table th {
    padding: 0 30px;
    font-family: "Roboto";
    font-size: 16px;
    height: 80px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    background: #0da463; }
  .text-box table td {
    padding: 20px 30px;
    color: #444444;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border-top: 1px solid #aaaaaa; }
    .text-box table td a {
      color: #4A4A4A;
      text-decoration: underline; }
      .text-box table td a:hover {
        text-decoration: none; }
  .text-box table tr:nth-child(2) td {
    border-top: none; }

  .bn-tel .inline {
    display: inline-block;
    vertical-align: top;
  }

.bn-tel .thank {
  background: rgba(0,0,0, 0.7);
  padding: 10px;
  }

.bn-tel .thank p {
  color: white;
}

.bn-tel .inline-form-description {
  width: 59%;
}

.bn-tel .inline-form {
  width: 40%;
}

.bn-tel {
  padding: 30px 50px;
  display: block;
  width: 100%;
  /*height: 270px;*/
  height: auto;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bn_bg.jpg); }
  .bn-tel strong {
    display: block;
    padding-top: 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #fff; }
.bn-tel a {color: #fff; }

/*Preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 1000; }
  .preloader .spinner {
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative;
    background: url(../images/preloader.gif) no-repeat;
    background-size: 100% 100%; }

/*Forms*/
.c-form .group {
  position: relative; }
.c-form .field {
  position: relative; }
  .c-form .field input[type="text"], .c-form .field input[type="tel"], .c-form .field input[type="password"], .c-form .field input[type="email"], .c-form .field input[type="number"], .c-form .field textarea {
    padding: 0 25px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #DABD6A;
    font-family: "Roboto";
    font-weight: 400;
    text-align: left;
    background: #283B52;
    border: 1px solid #283B52; }
    .c-form .field input[type="text"].error, .c-form .field input[type="tel"].error, .c-form .field input[type="password"].error, .c-form .field input[type="email"].error, .c-form .field input[type="number"].error, .c-form .field textarea.error {
      border-color: red; }
  .c-form .field textarea {
    padding: 20px 30px;
    height: 130px;
    resize: none; }
    .c-form .field textarea.error {
      border-color: red; }
.c-form label.error {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 11px;
  color: red;
  display: none !important; }
.c-form .submit-btn {
  width: 100%;
  height: 50px;
  display: block;
  background: #DABD6A;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 5px 20px rgba(218, 189, 106, 0.35) !important;
  -moz-box-shadow: 0px 5px 20px rgba(218, 189, 106, 0.35) !important;
  -webkit-box-shadow: 0px 5px 20px rgba(218, 189, 106, 0.35) !important;
  -khtml-box-shadow: 0px 5px 20px rgba(218, 189, 106, 0.35) !important; }

.check {
  margin: 25px 0 0 0;
  padding: 0 0 0 32px;
  position: relative;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  text-align: left; }
  .check a {
    color: rgba(255, 255, 255, 0.5); }
  .check .jq-radio, .check .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 0; }

/*popups*/
.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101; }

.nonebox {
  margin: 0 0 0 -200px;
  padding: 60px 30px 30px 30px;
  position: absolute;
  left: 50%;
  top: -2000px;
  width: 400px;
  z-index: 1002;
  text-align: center;
  background: #435266; }
  .nonebox .title {
    margin: 0 0 20px 0;
    font-family: "Merriweather";
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    font-weight: 700; }
  .nonebox .c-form .group {
    margin-bottom: 15px; }
  .nonebox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/menu2.svg) no-repeat;
    background-size: contain;
    cursor: pointer; }

/*
* PLUGINS
*/
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.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: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* 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 {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* 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); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }
/*tin*/
#call-popup .thank{
	color:#fff;
}
.feedback-form p.thank{
	color:#fff;
}
/*ENDtin*/
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/* 
 *  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;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.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; }

.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);
  padding-bottom: 12px; }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-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 {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  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.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

.jq-checkbox {
  top: 6px;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible !important;
  margin: 0 10px 0 0;
  width: 21px;
  height: 21px;
  border: 2px solid #DABD6A;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  cursor: pointer; }
  .jq-checkbox .jq-checkbox__div {
    margin: 4px 0 0 4px;
    position: relative;
    width: 9px;
    height: 9px;
    background: #DABD6A;
    display: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px; }

.jq-checkbox.checked .jq-checkbox__div {
  display: block; }

.jq-checkbox input {
  visibility: hidden; }

.jq-checkbox.disabled {
  opacity: .55; }

.jq-radio {
  top: 6px;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible !important;
  margin: 0 10px 0 0;
  width: 21px;
  height: 21px;
  border: 2px solid #DABD6A;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  cursor: pointer; }
  .jq-radio .jq-radio__div {
    margin: 4px 0 0 4px;
    position: relative;
    width: 9px;
    height: 9px;
    background: #DABD6A;
    display: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px; }

.jq-radio.checked .jq-radio__div {
  display: block; }

.jq-radio.disabled {
  opacity: .55; }

.jq-file {
  width: 100%; }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  display: none; }

.jq-file__browse {
  padding: 0 0 0 50px;
  display: block;
  height: 40px;
  background: none;
  font-family: 'Lato';
  font-size: 13px;
  color: #00aed1;
  line-height: 40px;
  text-align: left; }
  .jq-file__browse:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 100%;
    background: url(../images/file.html) no-repeat center center; }

.jq-number {
  position: relative;
  display: block;
  padding: 0; }

.jq-number__field {
  position: relative;
  width: 100%;
  height: 31px;
  background: none; }
  .jq-number__field:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.jq-number__field input {
  margin: 0 auto;
  height: 31px;
  width: 100%;
  background: none;
  border: none;
  text-align: center;
  font-family: Arial;
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #4A4A4A; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  border: none;
  cursor: pointer;
  z-index: 3; }

.jq-number__spin.minus {
  left: 0;
  right: auto;
  background: url(../images/minus.html) no-repeat; }

.jq-number__spin.plus {
  left: auto;
  right: 0;
  background: url(../images/plus.html) no-repeat; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  opacity: 0.8; }

.jq-selectbox {
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

.jq-selectbox__select {
  padding: 0 25px 0 0;
  height: 28px;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  color: #4A4A4A;
  border: none;
  line-height: 28px; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: inline-block;
  overflow: hidden;
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #D8D8D8; }

.jq-selectbox .placeholder {
  color: #4A4A4A; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background: transparent; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 8px;
  background: url(../images/sel-arr.html) no-repeat center center;
  margin: -4px 0 0 0; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0;
  left: 0;
  padding: 0;
  border: 1px solid #D7D7D7;
  border-top: none;
  outline: none;
  background: #fff;
  box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
  -webkit-box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
  color: #4A4A4A;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #dbbb04;
  border-radius: 3px;
  outline: none;
  background: #ffd900;
  color: #202028;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 22px; }

.jq-selectbox li.selected {
  background-color: #F1F1F1;
  color: #4A4A4A; }

.jq-selectbox li:hover {
  background-color: #F1F1F1; }

.jq-selectbox li.disabled {
  color: #4A4A4A; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

/*
* LAYOUT
*/
/*Header*/
.header {
  padding: 29px 0 0 0;
  /*position: absolute;*/
  /*todo*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .header.opened {
    position: fixed;
    height: 100%;
    background: #304258;
    overflow: auto; }
    .header.opened .head-bottom .call-btn {
      display: none; }
    .header.opened .menu-btn:before {
      opacity: 0; }
    .header.opened .menu-btn:after {
      opacity: 1; }
  .header .head-top {
    position: relative;
    margin: 0 0 17px 0; }
  .header .head-right, .header .head-mobile {
    padding-bottom: 8px;
    float: right;
    width: 1039px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header .head-right .h-cont, .header .head-right .h-adr, .header .head-mobile .h-cont, .header .head-mobile .h-adr {
      margin: 0 64px 0 0;
      display: inline-block;
      vertical-align: top;
      max-width: 150px; }
      .header .head-right .h-cont.time, .header .head-right .h-adr.time, .header .head-mobile .h-cont.time, .header .head-mobile .h-adr.time {
        margin-right: 90px; }
      .header .head-right .h-cont .label2, .header .head-right .h-adr .label2, .header .head-mobile .h-cont .label2, .header .head-mobile .h-adr .label2 {
        position: relative;
        padding: 0 0 0 12px;
        margin: 0;
        font-size: 16px;
        height: 21px;
        line-height: 19px;
        color: #DABD6A;
        font-weight: 500; }
        .header .head-right .h-cont .label2:before, .header .head-right .h-adr .label2:before, .header .head-mobile .h-cont .label2:before, .header .head-mobile .h-adr .label2:before {
          content: '';
          position: absolute;
          left: 0;
          top: 6px;
          border: 3px solid transparent;
          border-top: 4px solid #DABD6A; }
      .header .head-right .h-cont .label, .header .head-right .h-adr .label, .header .head-mobile .h-cont .label, .header .head-mobile .h-adr .label {
        margin: 0;
        display: block;
        font-size: 14px;
        height: 21px;
        line-height: 16px;
        color: #7086A2; }
      .header .head-right .h-cont .val, .header .head-right .h-adr .val, .header .head-mobile .h-cont .val, .header .head-mobile .h-adr .val {
        font-size: 14px;
        line-height: 20px;
        color: #fff; }
        .header .head-right .h-cont .val a, .header .head-right .h-adr .val a, .header .head-mobile .h-cont .val a, .header .head-mobile .h-adr .val a {
          color: #fff;
          text-decoration: none; }
    .header .head-right .cont-bts, .header .head-mobile .cont-bts {
      float: right;
      font-size: 0; }
      .header .head-right .cont-bts a, .header .head-mobile .cont-bts a {
        margin: 0 0 0 20px;
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        text-decoration: none; }
        .header .head-right .cont-bts a.vb, .header .head-mobile .cont-bts a.vb {
          background: url(../images/vb.png) no-repeat; }
        .header .head-right .cont-bts a.tl, .header .head-mobile .cont-bts a.tl {
          background: url(../images/tl.png) no-repeat; }
  .header .head-mobile {
    display: none; }
  .header .logo {
    position: relative;
    top: -7px;
    float: left;
    width: 170px;
    font-size: 0; }
    .header .logo a {
      display: block;
      text-decoration: none; }
    .header .logo img {
      width: 150px; }
    .header .logo span {
      display: block;
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      opacity: 0.5; }



    .level2 > ul {
      display: none;
      left: 200px !important;
      top: 0px !important;
    }

    .level2 > ul:before {
     display: none;
    }

    .level2:hover > ul {
      display: block;
    }

  .jot-input-prepend .jot-add-on {
  padding: 0 5px 3px !important;
  }

.jot-checkbox {
  display: none !important;
}

.slick-phone {
  float: right;
  color: white;
  margin: 10px 110px 0 0;
  font-size: 20px;
  display: none;
}

.slick-phone a{
  color: white;
}

.sticky .slick-phone {
  display: block;
}



.category-item-right.category-items .category-col {
 width: 100% !important;
}

  .header .top-menu {
    padding: 10px 0 0 0;
    float: left; }
    .header .top-menu > ul {
      font-size: 0; }
      .header .top-menu > ul > li {
        position: relative;
        margin: 0 39px 0 0;
        min-height: 28px;
        display: inline-block;
        vertical-align: top; }
        .header .top-menu > ul > li > a {
          position: relative;
          display: inline-block;
          font-family: "Roboto";
          font-size: 16px;
          line-height: 19px;
          color: #fff;
          text-decoration: none;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .header .top-menu > ul > li.dropdown> a {
            padding: 0 0 0 12px; }
            .header .top-menu > ul > li.dropdown > a:before {
              content: '';
              position: absolute;
              left: 0;
              top: 6px;
              border: 3px solid transparent;
              border-top: 4px solid #DABD6A; }
        .header .top-menu > ul > li:hover > a {
          color: #DABD6A; }
        .header .top-menu > ul > li:hover ul {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
        .header .top-menu > ul > li.active > a {
          color: #537398; }
        .header .top-menu > ul > li ul {
          position: absolute;
          left: -10px;
          top: 25px;
          width: 210px;
          background: #dcc05a;
          text-align: left;
          visibility: hidden;
          opacity: 0;
          pointer-events: none;
          z-index: 9;
          transition: all 0.2s ease 0s;
          -moz-transition: all 0.2s ease 0s;
          -webkit-transition: all 0.2s ease 0s;
          -o-transition: all 0.2s ease 0s; }
          .header .top-menu > ul > li ul:before {
            content: '';
            position: absolute;
            left: 8px;
            top: -10px;
            border: 5px solid transparent;
            border-bottom: 5px solid #dcc05a; }
          .header .top-menu > ul > li ul li a {
            padding: 10px 15px;
            display: block;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
          .header .top-menu > ul > li ul li:hover a, .header .top-menu > ul > li ul li.active a {
            background: #efd271; }
  .header .call-btn {
    padding: 0 28px;
    display: inline-block;
    float: right;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .header .call-btn:hover {
      background: #fff;
      color: #4A4A4A; }
  .header .menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 50px;
    height: 50px;
    text-decoration: none; }
    .header .menu-btn:before, .header .menu-btn:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/menu.svg) no-repeat center center;
      background-size: contain; }
    .header .menu-btn:after {
      background: url(../images/menu2.svg) no-repeat center center;
      background-size: auto 30px;
      opacity: 0; }

.h-adr {
  position: relative;
  z-index: 10;
  cursor: pointer; }
  .h-adr:hover .h-adr-pop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.head-mobile .h-adr {
  z-index: 9; }

.h-adr-pop {
  position: absolute;
  left: -10px;
  top: 25px;
  width: 300px;
  background: #dcc05a;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s; }
  .h-adr-pop:before {
    content: '';
    position: absolute;
    left: 8px;
    top: -10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #dcc05a; }
.h-adr-pop ul li{
	float:left;
}
  .h-adr-pop ul li a {
    padding: 10px 15px;
    display: block;
	width:150px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
  .h-adr-pop ul li:hover a, .h-adr-pop ul li.active a {
    background: #efd271; }

/*Footer */
.footer {
  padding: 60px 0 0 0;
  background: #fff; }
  .footer .f-top {
    margin: 0 0 70px 0; }
  .footer .f-bottom {
    padding: 14px 0;
    border-top: 2px solid #D8D8D8; }
  .footer .f-left {
    margin-right: 110px;
    float: left;
    width: 210px; }
  .footer .f-col {
    float: left;
    margin-right: 110px; }
  .footer .f-info {
    float: right;
    width: 290px; }
  .footer .f-title {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 700;
    color: #304258; }
  .footer .f-menu ul li {
    margin: 0 0 15px 0; }
    .footer .f-menu ul li a {
      font-size: 18px;
      color: #304258;
      text-decoration: none; }
    .footer .f-menu ul li:hover a {
      text-decoration: underline; }
    .footer .f-menu ul li.active a {
      color: #C7C7C7; }
  .footer .logo {
    margin: 0 0 10px 0;
    position: relative;
    font-size: 0; }
    .footer .logo a {
      display: block;
      text-decoration: none; }
    .footer .logo img {
      margin: 0 0 30px 0;
      width: 202px; }
    .footer .logo span {
      display: block;
      font-size: 16px;
      line-height: 26px;
      color: #9B9B9B; }
  .footer .time {
    font-size: 16px;
    line-height: 30px;
    color: #304258; }
    .footer .time strong {
      margin: 0 0 10px 0;
      display: block;
      font-size: 18px;
      line-height: 21px; }
	.footer .f-adr-selected {
    font-size: 16px;
    line-height: 30px;
    color: #304258; }
    .footer .f-adr-selected strong {
      margin: 5px 0 10px 0;
      display: block;
      font-size: 18px;
      line-height: 21px; }
  .footer .tel {
    margin: 0 0 8px 0; }
    .footer .tel .label {
      margin: 0 0 8px 0;
      font-size: 16px;
      color: #304258;
      font-weight: 500; }
    .footer .tel a {
      font-size: 35px;
      line-height: 41px;
      color: #9B9B9B;
      text-decoration: none; }
      .footer .tel a strong {
        color: #304258;
        font-weight: 800; }
  .footer .f-bts {
    margin: 0 0 20px 0;
    font-size: 0; }
    .footer .f-bts .label {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 33px;
      color: #304258; }
    .footer .f-bts a {
      margin: 0 0 0 15px;
      display: inline-block;
      vertical-align: top;
      width: 33px;
      height: 33px;
      text-decoration: none; }
      .footer .f-bts a.vb {
        background: url(../images/vb2.png) no-repeat; }
      .footer .f-bts a.tl {
        background: url(../images/tl2.png) no-repeat; }
  .footer .mail {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 23px;
    color: #304258;
    text-decoration: none; }
    .footer .mail strong {
      font-size: 20px; }
  .footer .socials strong {
    margin: 0 0 14px 0;
    display: block;
    font-size: 18px;
    color: #304258; }
  .footer .socials a {
    margin: 0 18px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-decoration: none; }
    .footer .socials a.in {
      background: url(../images/in.png) no-repeat; }
    .footer .socials a.vk {
      background: url(../images/vk.png) no-repeat; }
    .footer .socials a.fb {
      background: url(../images/fb.png) no-repeat; }
  .footer .create {
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    font-weight: 500; }
    .footer .create a {
      color: #D0021B;
      text-decoration: underline; }

/*
* PAGES
*/
/* Home */
.section {
  position: relative; }

.m-titles {
  margin: 0 0 30px 0;
  max-width: 858px; }
  .m-titles .m-title {
    margin: 0 0 15px 0; }

.m-title {
  position: relative;
  margin: 0 0 20px 0;
  font-family: "Roboto";
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  color: #DABD6A; }
  .m-title.dark {
    color: #304258; }

/* Section Started */
.section.m-started {
  position: relative;
  height: 617px;
  background: #304258 url(../images/started.jpg) no-repeat top center;
  background-size: cover; }
  .section.m-started .owl-carousel .owl-stage-outer {
    padding-bottom: 0; }
  .section.m-started .owl-carousel .item {
    height: 617px; }
    .section.m-started .owl-carousel .item .fw {
      height: 100%; }
  .section.m-started .desc {
    padding: 235px 0 0 0;
    position: relative;
    width: 600px;
    height: 100%; }
    .section.m-started .desc .title {
      margin: 0 0 15px 0;
      font-size: 54px;
      line-height: 57px;
      font-family: "Merriweather";
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.016em; }
    .section.m-started .desc .subtitle {
      margin: 0;
      font-size: 18px;
      line-height: 30px;
      font-family: "Roboto";
      color: #fff;
      font-weight: 300; }
    .section.m-started .desc .image {
      position: absolute;
      right: -663px;
      bottom: 0;
      width: 683px;
      height: 442px;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain; }
  .section.m-started .owl-dots {
    margin-left: -626px;
    position: absolute;
    left: 50%;
    bottom: 120px;
    width: 1253px;
    font-size: 0; }
    .section.m-started .owl-dots .owl-dot {
      margin: 0 20px 0 0;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      background: #fff;
      cursor: pointer;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      border-radius: 14px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      -khtml-border-radius: 14px; }
      .section.m-started .owl-dots .owl-dot span {
        margin: 3px 0 0 3px;
        display: block;
        width: 6px;
        height: 6px;
        opacity: 0;
        background: #fff;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px; }
      .section.m-started .owl-dots .owl-dot.active {
        background: transparent;
        border: 1px solid #fff;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
        .section.m-started .owl-dots .owl-dot.active span {
          opacity: 1; }
  .section.m-started .awward {
    position: absolute;
    top: 200px;
    right: 0; }

.awward {
  position: relative;
  float: right;
  width: 87px;
  height: 144px;
  z-index: 3;
  background: url(../images/awward.png) no-repeat; }

/* Section Main Services */
.section.m-services {
  position: relative;
  background: #f7f7f7 url(../images/serv_bg.jpg) no-repeat top center;
  background-size: cover;
  z-index: 2; }
  .section.m-services .fw {
    bottom: -110px; }

.service-items {
  margin: 0 -14px;
  font-size: 0; }
  .service-items .service-col {
    padding: 14px 14px 0 14px;
    float: left;
    width: 25%; }
    .service-items .service-col.large-h .service-item .image {
      height: 556px; }
    .service-items .service-col.large-w {
      width: 50%; }
  .service-items .service-item {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .service-items .service-item a {
      font-size: 0;
      text-decoration: none; }
    .service-items .service-item .image {
      margin: 0 0 12px 0;
      display: block;
      height: 250px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .service-items .service-item .name {
      margin: 0;
      padding: 0 44px 0 0;
      position: relative;
      display: inline-block;
      font-family: "Roboto";
      font-size: 18px;
      height: 22px;
      line-height: 22px;
      color: #304258;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .service-items .service-item .name:before {
        margin-top: -5px;
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 34px;
        height: 10px;
        background: url(../images/arr.png) no-repeat; }
    .service-items .service-item:hover .image, .service-items .service-item.active .image {
      box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24);
      -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24);
      -khtml-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24); }

/* Section Steps */
.section.m-steps {
  position: relative;
  overflow: hidden;
  padding: 240px 0 120px 0; }
  .section.m-steps.offest-top {
    padding-top: 180px; }
  .section.m-steps .titles {
    margin-bottom: 40px; }

.steps-items {
  margin: 0 -70px;
  font-size: 0; }
  .steps-items .steps-col {
    padding: 0 70px;
    display: inline-block;
    vertical-align: top;
    width: 25%; }
  .steps-items .steps-item {
    position: relative;
    padding: 110px 0 0 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #304258; }
    .steps-items .steps-item.item-1:before {
      background: url(../images/step1.png) no-repeat; }
    .steps-items .steps-item.item-1:after {
      content: '1'; }
    .steps-items .steps-item.item-2:before {
      background: url(../images/step2.png) no-repeat; }
    .steps-items .steps-item.item-2:after {
      content: '2'; }
    .steps-items .steps-item.item-3:before {
      background: url(../images/step3.png) no-repeat; }
    .steps-items .steps-item.item-3:after {
      content: '3'; }
    .steps-items .steps-item.item-4:before {
      background: url(../images/step4.png) no-repeat; }
    .steps-items .steps-item.item-4:after {
      content: '4'; }
    .steps-items .steps-item.item-4 .arrow {
      display: none; }
    .steps-items .steps-item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 30px;
      width: 62px;
      height: 62px; }
    .steps-items .steps-item:after {
      content: '';
      position: absolute;
      left: 50px;
      top: 1px;
      width: 34px;
      height: 34px;
      line-height: 34px;
      background: #DABD6A;
      font-size: 22px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      border-radius: 34px;
      -moz-border-radius: 34px;
      -webkit-border-radius: 34px;
      -khtml-border-radius: 34px; }
    .steps-items .steps-item strong {
      margin: 0 0 5px 0;
      display: block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500; }
    .steps-items .steps-item .arrow {
      position: absolute;
      right: -58px;
      top: 42px;
      width: 19px;
      height: 36px;
      background: url(../images/arr.svg) no-repeat;
      background-size: contain; }

/* Section Benefits */
.section.benefits {
  padding: 140px 0 80px 0;
  background: url(../images/ben_bg1.jpg) no-repeat top center;
  background-size: cover; }
  .section.benefits.offset-top {
    padding-top: 140px; }
  .section.benefits .titles {
    margin-bottom: 60px; }

.benefits-items {
  margin: 0 -15px;
  max-width: 934px;
  font-size: 0;
  text-align: left; }
  .benefits-items .benefits-col {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%; }
  .benefits-items .benefits-item {
    position: relative;
    margin: 0 0 33px 0;
    padding: 87px 0 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #304258;
    font-weight: 400; }
    .benefits-items .benefits-item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 62px;
      height: 62px; }
    .benefits-items .benefits-item.item-1:before {
      background: url(../images/ben1.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-2:before {
      background: url(../images/ben2.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-3:before {
      background: url(../images/ben3.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-4:before {
      background: url(../images/ben4.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-5:before {
      background: url(../images/ben5.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-6:before {
      background: url(../images/ben6.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-7:before {
      background: url(../images/ben7.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-8:before {
      background: url(../images/ben8.png) no-repeat left bottom; }
    .benefits-items .benefits-item.item-9:before {
      background: url(../images/ben9.png) no-repeat left bottom; }

/* Section Feedback */
.section.feedback {
  padding: 75px 0 85px 0;
  background: url(../images/feed_bg.jpg) no-repeat top center;
  background-size: cover; }
  .section.feedback .title {
    margin: 0 0 38px 0;
    font-size: 50px;
    line-height: 59px;
    color: #fff;
    font-weight: 500; }

.feedback-form {
  margin-right: 135px;
  display: inline-block;
  vertical-align: top;
  width: 504px; }
  .feedback-form .label {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500; }
  .feedback-form .group .field {
    float: left;
    width: 293px; }
  .feedback-form .group .submit-btn {
    float: right;
    width: 185px; }

.feedback-info {
  display: inline-block;
  vertical-align: top;
  width: 364px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400; }
  .feedback-info strong {
    margin: 10px 0 15px 0;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700; }
  .feedback-info strong a{
    color: #fff;
	}
  .feedback-info em {
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5); }

.tender-items {
  margin-bottom: 120px; }
  .tender-items .tender-item {
    position: relative;
    margin: 0 110px 25px 0;
    padding: 15px 0 25px 0;
    border-bottom: 1px solid #D8D8D8; }
    .tender-items .tender-item .desc {
      float: left;
      width: 630px; }
      .tender-items .tender-item .desc .num {
        position: relative;
        margin: 0 0 15px 0;
        padding: 0 0 0 30px;
        font-size: 16px;
        line-height: 22px;
        color: #DABD6A;
        font-weight: 700; }
        .tender-items .tender-item .desc .num:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 18px;
          height: 18px;
          background: url(../images/num.svg) no-repeat;
          background-size: contain; }
        .tender-items .tender-item .desc .num span {
          position: relative;
          top: -1px;
          padding-left: 12px;
          display: inline-block;
          vertical-align: middle;
          font-size: 14px;
          color: #304258;
          opacity: 0.5; }
      .tender-items .tender-item .desc .name {
        display: block;
        text-decoration: none;
        font-size: 18px;
        line-height: 28px;
        color: #304258; }
        .tender-items .tender-item .desc .name span {
          /*border-bottom: 1px solid rgba(48, 66, 88, 0.2);*/ }
        .tender-items .tender-item .desc .name:hover span {
          border-bottom-color: transparent; }
      .tender-items .tender-item .desc .text {
        font-size: 18px;
        line-height: 28px;
        color: #304258; }
      .tender-items .tender-item .desc .inf {
        margin-top: 14px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 24px;
        color: #304258;
        opacity: 0.7; }
      .tender-items .tender-item .desc .date {
        margin-bottom: 18px;
        font-size: 14px;
        color: #304258; }
      .tender-items .tender-item .desc .adr {
        position: relative;
        padding: 0 0 0 34px;
        font-size: 16px;
        line-height: 30px;
        color: #304258;
        font-weight: 500; }
        .tender-items .tender-item .desc .adr:before {
          margin-top: -10px;
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          width: 19px;
          height: 20px;
          background: url(../images/adr.svg) no-repeat;
          background-size: contain; }
    .tender-items .tender-item .pricing {
      padding: 45px 35px 35px 35px;
      position: relative;
      float: right;
      width: 426px;
      min-height: 232px;
      background: #FBF8F0; }
      .tender-items .tender-item .pricing:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 114px;
        height: 150px;
        background: url(../images/price_bg.svg) no-repeat right bottom;
        background-size: contain; }
      .tender-items .tender-item .pricing .price {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        color: #304258; }
        .tender-items .tender-item .pricing .price.price-1 {
          margin-bottom: 15px; }
          .tender-items .tender-item .pricing .price.price-1 strong {
            display: block;
            font-size: 30px;
            line-height: 40px;
            font-weight: 800; }
        .tender-items .tender-item .pricing .price strong {
          font-weight: 500; }

.section.m-video {
  position: relative;
  z-index: 3;
  height: 639px;
  background: url(../images/video_bg.jpg) no-repeat top center;
  background-size: cover; }

.video-box .video-play {
  position: relative;
  top: 64px;
  display: block;
  width: 100%;
  height: 638px; }
  .video-box .video-play .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .video-box .video-play .img:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(180deg, rgba(57, 74, 95, 0.55) 0%, #2e3f54 100%);
      background: -webkit-linear-gradient(180deg, rgba(57, 74, 95, 0.55) 0%, #2e3f54 100%);
      background: linear-gradient(180deg, rgba(57, 74, 95, 0.55) 0%, #2e3f54 100%); }
  .video-box .video-play .name {
    margin: -115px 0 0 -245px;
    padding: 166px 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 490px;
    height: 264px;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #DABD6A;
    font-weight: 700; }
    .video-box .video-play .name:before {
      margin-left: -68px;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 138px;
      height: 138px;
      background: url(../images/play.svg) no-repeat;
      background-size: contain; }

.contact-info {
  margin: 0 0 85px 0;
  position: relative; }
  .contact-info:before {
    margin-left: -44px;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 87px;
    height: 384px;
    background: url(../images/cont_line.png) no-repeat; }
  .contact-info .desc {
    padding: 75px 0 0 0;
    float: left; }
  .contact-info .m-title {
    margin-bottom: 40px; }
  .contact-info .adr {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #304258; }
  .contact-info .tel {
    margin: 0 0 10px 0;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #304258;
    text-decoration: none; }
  .contact-info .mail {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 80px;
    font-size: 20px;
    line-height: 26px;
    color: #DABD6A;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(236, 210, 137, 0.5); }
  .contact-info .call-btn {
    padding: 0 28px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #DABD6A;
    font-weight: 500;
    height: 40px;
    line-height: 36px;
    border: 2px solid #DABD6A;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .contact-info .call-btn:hover {
      background: #DABD6A;
      color: #fff; }
  .contact-info .time {
    margin-right: 150px;
    padding: 280px 0 0 0;
    position: relative;
    float: right;
    width: 292px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #304258;
    font-weight: 300; }
    .contact-info .time:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 284px;
      background: url(../images/c_time.png) no-repeat center center;
      background-size: contain; }
    .contact-info .time strong {
      font-weight: 700; }

.contact-team {
  padding-bottom: 100px; }
  .contact-team .title {
    margin: 0 0 35px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #DABD6A; }

.cteam-items {
  margin: 0 -14px;
  font-size: 0; }
  .cteam-items .cteam-col {
    padding: 0 14px 28px 14px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%; }
  .cteam-items .cteam-item {
    min-height: 478px;
    border: 1px solid #DABD6A; }
    .cteam-items .cteam-item .image {
      position: relative;
      width: 100%;
      height: 300px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .cteam-items .cteam-item .image .pos {
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 0;
        height: 26px;
        line-height: 26px;
        background: #DABD6A;
        text-align: center;
        font-size: 16px;
        color: #fff; }
    .cteam-items .cteam-item .desc {
      padding: 30px 35px; }
      .cteam-items .cteam-item .desc .name {
        margin: 0 0 20px 0;
        font-size: 20px;
        line-height: 23px;
        color: #304258;
        font-weight: 500; }
      .cteam-items .cteam-item .desc .tel, .cteam-items .cteam-item .desc .mail {
        position: relative;
        margin: 0 0 15px 0;
        padding: 0 0 0 32px;
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #304258; }
        .cteam-items .cteam-item .desc .tel:before, .cteam-items .cteam-item .desc .mail:before {
          margin-top: -12px;
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          width: 24px;
          height: 24px;
          background: url(../images/ctel.png) no-repeat center center;
          background-size: contain; }
      .cteam-items .cteam-item .desc .mail:before {
        background: url(../images/cmail.png) no-repeat center center;
        background-size: contain; }

.map-box {
  position: relative;
  width: 100%;
  height: 700px; }

.inner-lt {
  margin-bottom: 100px;
  float: left;
  width: 828px; }

.inner-rt {
  float: right;
  width: 320px; }
  .inner-rt .call-btn {
    margin-bottom: 100px;
    height: 56px;
    line-height: 52px;
    font-size: 16px;
    font-weight: 500;
    /*color: #304258;;*/
    color: white;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #304258;
    border: 2px solid white }

.category-items {
  margin: 0 -7px;
  margin-bottom: 40px;
  font-size: 0; }
  .category-items .category-col {
    padding: 0 7px 14px 7px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%; }
  .category-items .category-item {
    position: relative; }
    .category-items .category-item .image {
      position: relative;
      display: block;
      height: 192px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .category-items .category-item .image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(48, 66, 88, 0.9); }
    .category-items .category-item .desc {
      padding: 25px 30px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      display: block; }
      .category-items .category-item .desc .name {
        margin: 0 0 12px 0;
        display: block;
        font-size: 22px;
        line-height: 26px;
        color: #DABD6A;
        font-weight: 500; }
      .category-items .category-item .desc .lnk {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        border-bottom: 2px solid #fff; }
    .category-items .category-item:hover .image, .category-items .category-item.active .image {
      box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24);
      -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24);
      -khtml-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24); }
.category-items.category-item-right {
  margin: 0;
}
.price-list {
  margin: 0 0 10px 0;
  padding: 35px 35px 10px 35px;
  background: #304258; }
  .price-list .title {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400; }
    .price-list .title strong {
      font-size: 25px;
      line-height: 28px;
      display: block;
      font-weight: 700; }
  .price-list .list {
    margin-bottom: 40px; }
    .price-list .list ul li {
      position: relative;
      margin: 0 0 15px 0;
      padding: 0 7px 3px 7px;
      border-bottom: 1px solid rgba(255, 253, 253, 0.2);
      font-size: 16px;
      line-height: 20px;
      color: #fff; }
      .price-list .list ul li span {
        position: absolute;
        top: 0;
        right: 7px;
        font-size: 18px;
        font-weight: 700;
        color: #DABD6A; }
  .price-list .submit-btn {
    margin: 0 -35px;
    height: 56px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #DABD6A; }
    .price-list .submit-btn:before {
      position: relative;
      top: -1px;
      margin-right: 15px;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 25px;
      background: url(../images/calc.png) no-repeat;
      background-size: contain; }

.section.about-started {
  position: relative;
  padding: 35px 0 0 0;
  height: 527px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .section.about-started:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(90deg, #304258 0%, rgba(48, 66, 88, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, #304258 0%, rgba(48, 66, 88, 0.4) 100%);
    background: linear-gradient(90deg, #304258 0%, rgba(48, 66, 88, 0.4) 100%); }
  .section.about-started .breadcrumbs {
    margin: 0;
    color: #fff; }
    .section.about-started .breadcrumbs a, .section.about-started .breadcrumbs span {
      color: #fff; }
  .section.about-started .desc {
    padding: 85px 0 0 0;
    max-width: 610px; }
    .section.about-started .desc .title {
      margin: 0 0 20px 0;
      font-size: 40px;
      line-height: 47px;
      font-weight: 700;
      color: #DABD6A; }
    .section.about-started .desc .subtitle {
      font-size: 16px;
      line-height: 26px;
      color: #fff; }
  .section.about-started .down-arrow {
    margin-left: -43px;
    position: absolute;
    left: 50%;
    bottom: -47px;
    width: 86px;
    height: 86px; }
    .section.about-started .down-arrow:before {
      margin: -29px 0 0 -25px;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 50px;
      height: 50px;
      background: #fff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    .section.about-started .down-arrow:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/down.png) no-repeat;
      background-size: contain; }

.section.about-intro {
  padding: 120px 0; }
  .section.about-intro .image {
    float: left;
    width: 567px;
    font-size: 0; }
    .section.about-intro .image img {
      width: 100%;
      height: auto; }
  .section.about-intro .desc {
    margin-left: 640px;
    margin-right: 100px; }
    .section.about-intro .desc .title {
      font-size: 40px;
      line-height: 47px;
      color: #304258;
      font-weight: 500; }

.section.about-benefits {
  padding: 100px 0;
  background: #304258;
  text-align: center; }
  .section.about-benefits .subtitle {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 23px;
    color: #fff; }
  .section.about-benefits .title {
    margin: 0 0 60px 0;
    font-size: 40px;
    line-height: 47px;
    color: #DABD6A;
    font-weight: 500; }

.abenefits-items {
  margin: 0 -40px;
  font-size: 0; }
  .abenefits-items .abenefits-col {
    padding: 0 40px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    border-left: 1px solid rgba(76, 102, 132, 0.5); }
    .abenefits-items .abenefits-col:nth-child(1) {
      border-left: none; }
  .abenefits-items .abenefits-item {
    position: relative;
    margin: 0;
    padding: 90px 0 0 0;
    min-height: 220px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400; }
    .abenefits-items .abenefits-item:before {
      margin-left: -31px;
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      width: 62px;
      height: 62px; }
    .abenefits-items .abenefits-item.item-1:before {
      background: url(../images/aben1.png) no-repeat center center; }
    .abenefits-items .abenefits-item.item-2:before {
      background: url(../images/aben2.png) no-repeat center center; }
    .abenefits-items .abenefits-item.item-3:before {
      background: url(../images/aben3.png) no-repeat center center; }

.section.cooperation {
  min-height: 392px;
  background: url(../images/cooperation_bg.jpg) no-repeat top center;
  background-size: cover;
  z-index: 3; }
  .section.cooperation .fw {
    top: 75px; }
  .section.cooperation .titles {
    padding: 30px 0 0 0;
    float: left;
    width: 320px; }
    .section.cooperation .titles .subtitle {
      margin: 0 0 8px 0;
      font-size: 20px;
      line-height: 20px;
      font-weight: 500;
      color: #304258; }
    .section.cooperation .titles .title {
      font-size: 40px;
      line-height: 46px;
      color: #fff;
      font-weight: 500; }
  .section.cooperation .coop-rt {
    float: right;
    width: 930px; }
  .section.cooperation .coop-items {
    margin: 0 -15px;
    font-size: 0; }
    .section.cooperation .coop-items .coop-col {
      padding: 0 15px 30px 15px;
      display: inline-block;
      vertical-align: top;
      width: 33.333%; }
    .section.cooperation .coop-items .coop-item {
      position: relative;
      margin: 0;
      padding: 0;
      min-height: 404px;
      background: #fff;
      box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.07);
      -webkit-box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.07);
      -khtml-box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.07); }
      .section.cooperation .coop-items .coop-item .image {
        width: 100%;
        height: 150px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .section.cooperation .coop-items .coop-item .desc {
        padding: 20px 25px; }
        .section.cooperation .coop-items .coop-item .desc .name {
          margin: 0 0 6px 0;
          font-size: 16px;
          line-height: 27px;
          color: #304258;
          font-weight: 400; }
          .section.cooperation .coop-items .coop-item .desc .name strong {
            font-size: 18px; }
        .section.cooperation .coop-items .coop-item .desc .text {
          font-size: 16px;
          line-height: 27px;
          color: #304258; }

.section.sertificate {
  overflow: hidden;
  padding: 250px 0 140px 0;
  background: #FDFDFD; }

.sert-carousel {
  position: relative;
  margin: 0 0 0 160px;
  width: 340px; }
  .sert-carousel:before {
    content: '';
    position: absolute;
    right: 440px;
    top: -300px;
    width: 200%;
    height: 700px;
    background: #FDFDFD;
    z-index: 3; }
  .sert-carousel:after {
    content: '';
    position: absolute;
    left: 1060px;
    top: -300px;
    width: 200%;
    height: 700px;
    background: #FDFDFD;
    z-index: 3; }
  .sert-carousel .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .sert-carousel .owl-item .sert-item {
    margin-left: auto;
    display: block;
    width: 270px;
    font-size: 0;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s; }
    .sert-carousel .owl-item .sert-item img {
      display: block;
      width: 100%;
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      filter: gray;
      -webkit-filter: grayscale(100%); }
  .sert-carousel .owl-item.active .sert-item {
    position: relative;
    margin: -228px 0 0 -100px;
    width: 432px;
    z-index: 4; }
    .sert-carousel .owl-item.active .sert-item img {
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      -webkit-filter: grayscale(0%); }
  .sert-carousel .owl-prev, .sert-carousel .owl-next {
    position: absolute;
    left: -100px;
    top: -280px;
    width: 16px;
    height: 28px;
    background: url(../images/nav.png) no-repeat;
    background-size: contain;
    font-size: 0;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .sert-carousel .owl-prev:hover, .sert-carousel .owl-next:hover {
      opacity: 1; }
  .sert-carousel .owl-next {
    left: -50px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1); }

.tabs-menu {
  margin-bottom: 30px;
  margin-left: 600px; }
  .tabs-menu ul li {
    margin-right: 80px;
    display: inline-block;
    vertical-align: top; }
    .tabs-menu ul li a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      font-size: 25px;
      line-height: 47px;
      color: #304258;
      font-weight: 700;
      opacity: 0.5;
      text-decoration: none;
      border-bottom: 3px solid #304258; }
      .tabs-menu ul li a:before, .tabs-menu ul li a:after {
        content: '';
        position: absolute;
        left: -36px;
        top: 4px;
        width: 50px;
        height: 37px;
        background: url(../images/s_ic.png) no-repeat;
        opacity: 0; }
      .tabs-menu ul li a:after {
        left: auto;
        right: -36px;
        transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1); }
    .tabs-menu ul li.active a {
      font-size: 40px;
      border-bottom: none;
      opacity: 1; }
      .tabs-menu ul li.active a:before, .tabs-menu ul li.active a:after {
        opacity: 1; }

.sert-info {
  position: relative;
  margin-bottom: 44px;
  margin-left: 570px;
  z-index: 5;
  font-size: 16px;
  line-height: 27px;
  color: #304258; }

/*
* RESPONSIVE
*/
@media screen and (max-width: 1260px) {
  .fw {
    width: 720px; }

  /*header*/
  .header .head-top {
    margin: 0; }

  .header .head-bottom {
    display: none; }

  .header .logo {
    position: absolute; }

  .header .head-right {
    padding-left: 220px;
    padding-bottom: 14px;
    float: none;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

  .header .head-right .h-adr {
    margin: 0 40px 0 0; }

  .header .head-right .h-cont.time {
    display: none; }

  .header .head-right .h-cont.tel {
    margin: 0; }

  .header .head-right .h-cont.mail {
    display: none; }

  .header .head-right .cont-bts {
    display: none; }

  .header .menu-btn {
    display: block; }

  /*started*/
  .section.m-started {
    height: 484px; }

  .section.m-started .desc {
    padding: 175px 0 0 0;
    width: 520px; }

  .section.m-started .desc .title {
    font-size: 44px; }

  .section.m-started .desc .image {
    right: -200px;
    bottom: -50px;
    width: 466px;
    height: 346px; }

  .section.m-started .awward {
    top: 360px;
    width: 65px;
    height: 107px;
    background-size: contain; }

  .section.m-started .owl-carousel .item {
    height: 484px; }

  .section.m-started .owl-dots {
    margin-left: -360px;
    bottom: 60px;
    width: 720px; }

  /*services*/
  .section.m-services .fw {
    bottom: -70px; }

  .service-items .service-col {
    width: 33.333%; }

  .service-items .service-col.large-w {
    width: 33.333%; }

  .service-items .service-col.large-h .service-item .image {
    height: 220px; }

  .service-items .service-item .image {
    height: 220px; }

  .service-items .service-item .name {
    padding: 0;
    border-bottom: 2px solid #DABD6A; }

  .service-items .service-item .name:before {
    display: none; }

  /*steps*/
  .section.m-steps {
    padding: 180px 0 120px 0; }

  .steps-items {
    margin: 0 -15px; }

  .steps-items .steps-col {
    padding: 0 15px; }

  .steps-items .steps-item br {
    display: none; }

  .steps-items .steps-item .arrow {
    right: 0; }

  /*benefits*/
  .section.benefits {
    background: #EEEDE9; }

  /*feedback*/
  .feedback-form {
    margin-right: 60px;
    width: 350px; }

  .feedback-form .group .field {
    float: none;
    width: 100%; }

  .feedback-form .group .submit-btn {
    margin-top: 15px;
    float: none;
    width: 100%; }

  .feedback-info {
    width: 260px; }

  /*footer*/
  .footer .f-top {
    margin: 0 0 40px 0; }

  .footer .f-left {
    margin-right: 0; }

  .footer .f-col {
    margin-right: 0;
    margin-left: 90px; }

  .footer .f-info {
    display: none; }

  /*mobile header*/
  .header.opened .head-bottom {
    display: inline-block;
    vertical-align: top;
    width: 380px; }

  .header.opened .head-mobile {
    padding-top: 50px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 215px;
    border: none; }

  .header.opened .head-mobile .h-adr,
  .header.opened .head-mobile .h-cont,
  .header.opened .head-mobile .cont-bts {
    margin-bottom: 30px;
    display: block;
    float: none; }

  .header.opened .head-mobile .cont-bts a:first-child {
    margin-left: 0; }

  .header.opened .head-mobile .call-btn {
    float: none; }

  .header.opened .top-menu {
    float: none; }

  .header.opened .top-menu ul li {
    margin: 28px 0 0 0;
    display: block; }

  .header.opened .top-menu ul li a {
    font-size: 25px;
    line-height: 29px; }

  .header.opened .top-menu ul li.dropdown a:before {
    top: 12px;
    border: 4px solid transparent;
    border-top: 5px solid #DABD6A; }

  .header.opened .top-menu > ul > li ul li {
    margin: 0; }

  .header.opened .top-menu > ul > li ul li a {
    font-size: 17px; }

  /*inner*/
  .bg.inner {
    /*padding-top: 104px; */
  /*todo*/
  }

  .bg.inner .header {
    height: 104px; }

  /*tenders*/
  .tender-items .tender-item .desc {
    float: none;
    width: auto; }

  .tender-items .tender-item .pricing {
    margin-top: 35px;
    float: none; }

  /*contacts*/
  .contact-info {
    margin: 0 0 65px 0; }

  .contact-info:before {
    margin-left: -1px;
    left: 55%;
    width: 2px;
    height: 100%;
    background: rgba(48, 66, 88, 0.1); }

  .contact-info .desc {
    padding: 40px 0; }

  .contact-info .m-title {
    margin-bottom: 25px; }

  .contact-info .adr {
    margin: 0 0 10px 0;
    font-size: 16px; }

  .contact-info .tel {
    margin: 0 0 10px 0;
    font-size: 16px; }

  .contact-info .mail {
    margin-right: 40px;
    font-size: 16px; }

  .contact-info .call-btn {
    padding: 0 20px; }

  .contact-info .time {
    margin-right: 20px;
    padding: 215px 0 0 0;
    width: 230px;
    font-size: 16px; }

  .contact-info .time:before {
    height: 230px; }

  .cteam-items .cteam-col {
    width: 50%; }

  /*inner-page*/
  .inner-lt {
    margin-bottom: 100px;
    float: none;
    width: auto; }

  .inner-rt {
    /*display: none;*/
  }

  .category-items .category-item .desc .name {
    font-size: 20px; }

  /*about*/
  .section.about-intro {
    padding: 100px 0 50px 0; }

  .section.about-intro .image {
    margin: 0 auto 40px auto;
    float: none;
    width: 100%; }

  .section.about-intro .desc {
    margin-left: 0;
    margin-right: 0;
    max-width: 554px; }

  .section.about-benefits .subtitle {
    font-size: 18px; }

  .abenefits-items {
    margin: 0 -20px; }

  .abenefits-items .abenefits-col {
    padding: 0 20px;
    border-left: none; }

  .section.cooperation {
    min-height: 472px; }

  .section.cooperation .fw {
    top: 50px; }

  .section.cooperation .titles {
    padding: 0 0 40px 0;
    float: none;
    width: auto; }

  .section.cooperation .coop-rt {
    float: none;
    width: auto; }

  .section.cooperation .coop-items .coop-item .image {
    height: 130px; }

  .section.cooperation .coop-items .coop-item .desc {
    padding: 20px; }

  .section.cooperation .coop-items .coop-item .desc .name {
    font-size: 16px;
    line-height: 22px; }

  .section.cooperation .coop-items .coop-item .desc .name strong {
    font-size: 16px; }

  .section.cooperation .coop-items .coop-item .desc .text {
    font-size: 14px;
    line-height: 22px; }

  .section.sertificate {
    padding: 180px 0 120px 0; }

  .sert-carousel {
    margin: 270px 0 0 100px;
    width: 340px; }

  .sert-info {
    margin-bottom: 60px;
    margin-left: 0; }

  .tabs-menu {
    margin-bottom: 30px;
    margin-left: 35px; }

  .sert-carousel .owl-prev, .sert-carousel .owl-next {
    left: 360px;
    top: -225px; }

  .sert-carousel .owl-next {
    left: 400px; } }
@media screen and (max-width: 730px) {
  .fw {
    width: 300px; }
  .wrapper > .inner-page {
    margin-top: 86px;
  }
  .m-title {
    font-size: 27px;
    line-height: 32px; }

  .text-box p {
    font-size: 16px;
    line-height: 28px; }

  .breadcrumbs {
    margin: 15px 0 40px 0; }

  /*header*/
  .header {
    position: fixed;
    padding: 20px 0 0 0; }

  .header .head-top {
    margin: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

  .header .head-right {
    display: none; }

  .header .head-bottom {
    display: none; }

  .header .logo {
    position: relative; }

  .header .logo img {
    margin: 0 0 10px 0; }

  .header .menu-btn {
    width: 40px;
    height: 40px; }

  /*started*/
  .section.m-started {
    height: 455px; }

  .section.m-started .desc {
    padding: 135px 0 0 0;
    width: 100%; }

  .section.m-started .desc .title {
    margin: 0 0 10px 0;
    font-size: 27px;
    line-height: 37px;
    font-weight: 400; }

  .section.m-started .desc .subtitle {
    font-size: 16px;
    line-height: 30px; }

  .section.m-started .desc .image {
    right: 0;
    bottom: 0;
    width: 313px;
    height: 232px; }

  .section.m-started .awward {
    left: 0;
    right: auto;
    top: 270px;
    width: 58px;
    height: 88px; }

  .section.m-started .owl-carousel .item {
    height: 484px; }

  .section.m-started .owl-dots {
    margin-left: -150px;
    bottom: 60px;
    width: 300px; }

  /*services*/
  .service-items .service-col {
    width: 100%; }

  .service-items .service-col.large-w {
    width: 100%; }

  .service-items .service-col.large-h .service-item .image {
    height: 200px; }

  .service-items .service-item .image {
    height: 200px; }

  /*steps*/
  .section.m-steps {
    padding: 160px 0 40px 0; }

  .steps-items {
    margin: 0 -15px; }

  .steps-items .steps-col {
    padding: 0 15px 30px 15px;
    width: 50%; }

  .steps-items .steps-item.item-2 .arrow {
    display: none; }

  /*benefits*/
  .section.benefits {
    padding: 70px 0 40px 0; }

  .benefits-items .benefits-col {
    width: 50%; }

  .benefits-items .benefits-item {
    padding: 77px 0 0 0;
    font-size: 14px;
    line-height: 24px; }

  .section.benefits.offset-top {
    padding-top: 125px; }

  /*feedback*/
  .section.feedback {
    padding: 50px 0; }

  .section.feedback .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px; }

  .feedback-form .label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }

  .feedback-form {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%; }

  .feedback-info {
    font-size: 16px;
    line-height: 24px; }

  .feedback-info strong {
    font-size: 24px;
    line-height: 30px; }

  /*footer*/
  .footer .f-top {
    margin: 0 0 30px 0; }

  .footer .f-left {
    margin-right: 0;
    float: none;
    width: 100%; }

  .footer .f-col {
    display: none; }

  /*mobile header*/
  .header.opened .head-bottom {
    display: block;
    width: 100%; }

  .header.opened .head-mobile {
    padding: 50px 0;
    display: block;
    width: 215px; }

  /*inner*/
  .bg.inner {
    /*padding-top: 86px;*/
  /*todo*/
  }

  .bg.inner .header {
    height: 86px; }

  /*tenders*/
  .tender-items {
    margin-bottom: 80px; }

  .tender-items .tender-item {
    margin: 0 0 50px 0;
    padding: 0 0 25px 0; }

  .tender-items .tender-item .desc .num span {
    padding-left: 0; }

  .tender-items .tender-item .desc .name, .tender-items .tender-item .desc .text {
    font-size: 16px; }

  .tender-items .tender-item .pricing {
    padding: 25px;
    width: auto; }

  .tender-items .tender-item .pricing:before {
    display: none; }

  .tender-items .tender-item .pricing .price {
    font-size: 15px; }

  .tender-items .tender-item .pricing .price.price-1 strong {
    font-size: 27px; }

  .section.m-video {
    height: 290px; }

  .video-box .video-play {
    top: 45px;
    height: 290px; }

  .video-box .video-play .name {
    margin: -65px 0 0 0;
    padding: 80px 0 0 0;
    left: 0;
    width: 100%;
    height: 130px;
    font-size: 20px;
    line-height: 23px; }

  .video-box .video-play .name:before {
    margin-left: -35px;
    width: 70px;
    height: 70px; }

  /*contacts*/
  .contact-info:before {
    margin-left: 0;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(48, 66, 88, 0.1); }

  .contact-info .desc {
    padding: 0 0 40px 0;
    float: none; }

  .contact-info .m-title {
    margin-bottom: 20px; }

  .contact-info .tel {
    margin: 0 0 20px 0;
    float: left;
    line-height: 28px; }

  .contact-info .mail {
    margin-right: 0;
    float: right; }

  .contact-info .call-btn {
    padding: 0 20px;
    clear: both;
    width: 100%;
    display: block;
    text-align: center; }

  .contact-info .time {
    margin: 0 auto;
    padding: 215px 0 0 0;
    width: 230px;
    float: none; }

  .contact-team {
    padding-bottom: 60px; }

  .contact-team .title {
    font-size: 27px; }

  .cteam-items {
    margin: 0; }

  .cteam-items .cteam-col {
    padding: 0 0 28px 0;
    width: 100%; }

  .cteam-items .cteam-item {
    min-height: 100px; }

  .cteam-items .cteam-item .image {
    height: 220px; }

  .map-box {
    height: 500px; }

  /*inner page*/
  .category-items {
    margin-bottom: 40px; }

  .category-items .category-col {
    padding: 0 0 14px 0;
    display: block;
    width: 100%; }

  .category-items .category-item .image {
    height: 130px; }

  .category-items .category-item .desc {
    padding: 25px; }

  .bn-tel {
    padding: 35px;
    /*height: 410px;*/
    height: auto;
    font-size: 16px;
    background-image: url(../images/bn_bg2.jpg); }

  .bn-tel .inline-form-description {
    width: 100%;
    margin-bottom: 10px;
  }

  .bn-tel .inline-form {
    width: 100%;
  }

  .bn-tel strong {
    padding-top: 10px;
    display: block;
    font-size: 27px; }

  .section.m-steps.offest-top {
    padding-top: 120px; }

  .awward.td {
    display: none; }

  .text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    margin: 20px 0;
    font-size: 27px;
    line-height: 37px; }

  .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    font-size: 20px;
    line-height: 30px; }

  /*about*/
  .about-started .awward {
    display: none; }

  .section.about-started .desc {
    padding: 65px 0 0 0; }

  .section.about-started .desc .title {
    font-size: 27px;
    line-height: 37px; }

  .section.about-intro {
    padding: 70px 0 30px 0; }

  .section.about-intro .desc .title {
    font-size: 27px;
    line-height: 37px; }

  .section.about-benefits {
    padding: 60px 0 30px 0;
    text-align: left; }

  .section.about-benefits .subtitle {
    margin: 0 10px 10px 0;
    font-size: 16px;
    line-height: 26px; }

  .section.about-benefits .title {
    margin: 0 10px 60px 0;
    font-size: 27px;
    line-height: 37px; }

  .abenefits-items .abenefits-col {
    width: 100%;
    padding-bottom: 35px; }

  .abenefits-items .abenefits-item {
    min-height: 20px; }

  .abenefits-items .abenefits-item:before {
    margin-left: 0;
    left: 0; }

  .section.cooperation {
    min-height: 1000px; }

  .section.cooperation .fw {
    top: 80px; }

  .section.cooperation .titles {
    padding: 0 0 50px 0; }

  .section.cooperation .titles .subtitle {
    font-size: 16px;
    line-height: 19px; }

  .section.cooperation .titles .title {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700; }

  .section.cooperation .coop-items .coop-col {
    width: 100%; }

  .section.cooperation .coop-items .coop-item {
    min-height: 100px; }

  .section.cooperation .coop-items .coop-item .image {
    height: 150px; }

  .section.cooperation .coop-items .coop-item .desc {
    padding: 20px 20px 40px 20px; }

  .section.cooperation .coop-items .coop-item .desc .name strong {
    font-size: 18px; }

  .section.cooperation .coop-items .coop-item .desc .text {
    font-size: 16px;
    line-height: 26px; }

  .section.sertificate {
    padding: 140px 0 80px 0; }

  .tabs-menu {
    margin-bottom: 25px;
    margin-left: 0; }

  .tabs-menu ul li {
    margin-right: 30px; }

  .tabs-menu ul li a {
    font-size: 18px;
    line-height: 30px; }

  .tabs-menu ul li.active a {
    font-size: 27px; }

  .tabs-menu ul li.active a:before, .tabs-menu ul li.active a:after {
    opacity: 0; }

  .sert-carousel {
    margin: 100px 0 0 0;
    width: 300px; }

  .sert-carousel .owl-carousel .owl-stage-outer {
    overflow: hidden; }

  .sert-carousel .owl-item .sert-item {
    width: 300px; }

  .sert-carousel .owl-item.active .sert-item {
    margin: 0;
    width: 300px; }

  .sert-carousel .owl-prev, .sert-carousel .owl-next {
    left: 0;
    top: -60px; }

  .sert-carousel .owl-next {
    left: 50px; } }
