@charset "UTF-8";
/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.fullpage {
  will-change: transform;
}

@media only screen and (min-width: 1280px) {
  html, body {
    overflow: hidden;
    padding-right: 0 !important;
  }
}

/*material design iconic font*/
/*slick*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*fullpage*/
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*remodal*/
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
          filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*formStyler*/
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55; }

.jq-checkbox {
  border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.jq-radio {
  border-radius: 50%; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  cursor: pointer; }

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333; }

.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 {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF!important; }

.jq-selectbox li.disabled {
  color: #AAA; }

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.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 li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

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;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          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;
  -moz-appearance: none;
  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:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          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: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          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.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.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:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/* fonts */
/*fonts*/
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-Regular.otf") format("opentype"), url("../fonts/DINPro/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro/DINPro-Regular.ttf") format("truetype"), url("../fonts/DINPro/DINPro-Regular.svg#DINPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-Bold.otf") format("opentype"), url("../fonts/DINPro/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro/DINPro-Bold.svg#DINPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-Black.otf") format("opentype"), url("../fonts/DINPro/DINPro-Black.woff") format("woff"), url("../fonts/DINPro/DINPro-Black.ttf") format("truetype"), url("../fonts/DINPro/DINPro-Black.svg#DINPro-Black") format("svg");
  font-weight: 800;
  font-style: normal; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

/*flexbox*/
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

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

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

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

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (max-width: 1200px) {
  .container {
    /* width: 71rem; */ }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin: 0; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (max-width: 992px) {
  .container {
    /* width: 61rem; */ }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin: 0; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (max-width: 768px) {
  .container {
    /* width: 46rem; */ }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin: 0; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/* Custom */
/*base css*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px; }

img {
  width: 100%;
  display: block; }

input:focus,
textarea:focus {
  outline: none; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.ttu {
  text-transform: uppercase; }

/* display:flex */
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.aib {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.asc {
  -ms-flex-item-align: center;
      align-self: center; }

.asfe {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.asfs {
  -ms-flex-item-align: start;
      align-self: flex-start; }

html,
body {
  width: 100%; }

body {
  font-family: 'DINPro', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialised;
  font-weight: 400;
  color: #808080;
  overflow-x: hidden; }

main {
  overflow: hidden; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

a:focus,
button:focus,
button:active {
  outline: none; }

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  letter-spacing: 0.05em;
  font-family: 'DINPro', sans-serif; }

ul li {
  list-style-type: none; }

.hidden {
  display: none; }

.clearfix:after {
  display: block;
  content: '';
  clear: both; }

.fz14 {
  font-size: 14px; }

section {
  position: relative; }

.section {
  height: 100vh; }

.p_article .section,
.p_news_all .section,
.p_brand .section {
  height: auto;
  min-height: 100vh; }

.count_content {
  counter-reset: count_content; }

.count_content_2 {
  counter-reset: count_content_2; }

.s-count,
.it-count {
  position: relative; }
  .s-count:before,
  .it-count:before {
    color: inherit;
    position: absolute;
    font-family: "DINPro";
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 0.65px; }

.it-count:before {
  counter-increment: count_content_2;
  content: "0" counter(count_content_2) "."; }

.sl-count:before {
  display: block;
  color: #14afb7;
  margin: -29px 0 0;
  left: 15px; }

.s-count:before {
  counter-increment: count_content;
  content: "0" counter(count_content) ".";
  display: block;
  color: #14afb7;
  margin: -20px 0 0; }

.s_ttl,
.ttl,
.sub_ttl,
.s-tel,
.txt_ttl,
.s_top_header,
.soc-links,
.s_top_ttl,
.news_title,
.map_ttl,
.dcsr_ttl,
.advantage_ttl,
.dot-count,
.partners_ttl,
.quote_txt,
.event_date,
.news_date,
.dscr_ttl,
.mobile-nav-menu,
.ttl_info_wiz {
  font-weight: 700; }

h2,
.s_ttl,
.quote_txt {
  font-size: 36px;
  line-height: 1.33;
  color: #262626;
  /*letter-spacing: -.05em;*/ }
  h2.partner_dscr,
  .s_ttl.partner_dscr,
  .quote_txt.partner_dscr {
    color: inherit;
    line-height: 1.53;
    font-size: 17px;
    font-weight: 400; }

.s_ttl {
  max-width: 350px;
  width: 100%; }
  .s_ttl span {
    display: block; }

.h1,
h1 {
  font-size: 120px;
  line-height: 1; }

h2 {
  font-size: 36px; }

.h3,
h3 {
  font-size: 24px;
  color: #262626; }

/*main css*/
/*--------*/
/*common css*/
/*Prelouder*/
.gmnoprint img:hover {
  display: none; }

@-webkit-keyframes color {
  0% {
    offset: 0%; }
  100% {
    offset: 100%; } }

@keyframes color {
  0% {
    offset: 0%; }
  100% {
    offset: 100%; } }

.svg_wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 40px; }

.pre_wrap {
  max-width: 95vw;
  width: 550px;
  text-align: center;
  color: #fff; }
  .pre_wrap .name_wrap {
    font-size: 50px; }

.pre_svg {
  overflow: visible; }

.pre_svg .logo_cls-3 {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0); }

.pre_svg .logo_cls-4 {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0); }

.prelouder_text {
  margin-top: 30px; }

.body_active_pre {
  position: relative; }

.white_bg_body.activen {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  z-index: 1; }

.white_bg_body {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.body_active_pre .page_preloder {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.page_preloder {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(1, -0.01, 1, 1);
  transition: -webkit-transform 0.7s cubic-bezier(1, -0.01, 1, 1);
  transition: transform 0.7s cubic-bezier(1, -0.01, 1, 1);
  transition: transform 0.7s cubic-bezier(1, -0.01, 1, 1), -webkit-transform 0.7s cubic-bezier(1, -0.01, 1, 1);
  opacity: 1;
  pointer-events: none;
  will-change: transform;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.page_preloder, .preloader_inner {
  height: 100%;
  width: 100%; }

.pos-r {
  position: relative; }

.preloader_bg {
  background: #14afb7;
  opacity: 1;
  -webkit-animation: start 1.4s forwards ease-in;
          animation: start 1.4s forwards ease-in;
  /*z-index: 50;*/ }

.preloader_bg, .preloader_img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*End Preloudeer*/
.sec_bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .sec_bg.pos-a {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .sec_bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    -webkit-transition: all 2s;
    transition: all 2s; }

.over:after {
  background: rgba(0, 0, 0, 0); }

.pos-a {
  position: absolute; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

.s-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.fix_top_bl,
.fix_btm_bl {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10; }

.fix_top_bl {
  top: 0;
  margin-top: 203px; }
  .fix_top_bl.right {
    margin-top: 220px; }

.fix_btm_bl {
  bottom: 0;
  margin-bottom: 17vh; }

.breadcrumb .current {
  opacity: .65; }

.breadcrumb.common a {
  color: #262626; }

.breadcrumb.common .circle_divider {
  background: #262626; }

.breadcrumb .circle_divider {
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin: 0 14px; }

.circle {
  border-radius: 50%;
  overflow: hidden; }

.line {
  background: #262626;
  height: 1px;
  width: 100%; }

.s-line {
  width: 100%;
  max-width: 100px;
  height: 1px;
  margin-top: 14px; }
  .s-line.light {
    background: #fff; }

.sec_home_1 .s-line {
  margin-top: 8px; }

.left_line {
  position: relative;
  padding-left: 130px; }
  .left_line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 1px;
    max-width: 100px;
    width: 100%; }
  .left_line.light:before {
    background: #fff; }

/*leftMenu*/
#leftMenu {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 100; }
  #leftMenu a {
    position: relative;
    display: inline-block;
    padding-left: 15px; }
    #leftMenu a:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 1px;
      background: #262626;
      top: 50%;
      left: 0; }
  #leftMenu li {
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s; }
    #leftMenu li a {
      color: transparent;
      -webkit-transition: all .5s;
      transition: all .5s; }
    #leftMenu li.active {
      opacity: 1; }
      #leftMenu li.active a {
        color: #262626;
        padding-left: 35px; }
        #leftMenu li.active a:before {
          width: 30px;
          -webkit-transition: all .5s;
          transition: all .5s; }
    #leftMenu li:hover a {
      color: #262626; }
  #leftMenu.light li.active a {
    color: #fff; }
  #leftMenu.light li a {
    color: transparent; }
    #leftMenu.light li a:before {
      background: #fff; }
  #leftMenu.light li:hover a {
    color: #fff; }
  #leftMenu .menu_num {
    -webkit-transform: translate(0, 0) rotate(90deg);
            transform: translate(0, 0) rotate(90deg);
    position: relative;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    display: block; }

.accent_bg {
  background: #faf6ea; }
  .accent_bg .jq-selectbox li,
  .accent_bg .jq-selectbox ul {
    background: #faf6ea; }

/*btns with icons*/
.btn-more.light,
.btn-play.light,
.btn-read-more.light {
  color: #fff; }
  .btn-more.light .btn-play-wrapper,
  .btn-play.light .btn-play-wrapper,
  .btn-read-more.light .btn-play-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .btn-more.light:hover .btn-play-wrapper,
  .btn-play.light:hover .btn-play-wrapper,
  .btn-read-more.light:hover .btn-play-wrapper {
    border: 1px solid white; }

.btn-more.dark,
.btn-play.dark,
.btn-read-more.dark {
  color: #262626; }

.btn-more.common,
.btn-play.common,
.btn-read-more.common {
  color: #262626; }

.btn-more.filled.dark .btn-play-wrapper,
.btn-play.filled.dark .btn-play-wrapper,
.btn-read-more.filled.dark .btn-play-wrapper {
  background: #fff;
  border: 0; }

.btn-more:hover .btn-play-wrapper,
.btn-play:hover .btn-play-wrapper,
.btn-read-more:hover .btn-play-wrapper {
  border: 1px solid #262626; }

.btn-more.light .btn-plus-wrapper,
.btn-read-more.light .btn-plus-wrapper {
  background: #fff; }

.btn-more.light .plus,
.btn-read-more.light .plus {
  color: #262626; }

.btn-more.dark .btn-plus-wrapper,
.btn-more.dark .btn-more-wrapper,
.btn-read-more.dark .btn-plus-wrapper,
.btn-read-more.dark .btn-more-wrapper {
  background: #262626; }

.btn-more.dark .plus,
.btn-more.dark .icon,
.btn-read-more.dark .plus,
.btn-read-more.dark .icon {
  color: #fff; }

.btn-play-wrapper,
.btn-plus-wrapper,
.btn-more-wrapper {
  display: block;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s; }

.btn-play-wrapper,
.btn-plus-crcl,
.btn-crcl {
  border-radius: 50%; }

.btn-plus-crcl,
.btn-crcl {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 20px 0 0; }

.btn-plus-sq {
  width: 70px;
  height: 70px; }

.btn-play-wrapper {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100px;
  margin: 0 35px 0 0;
  border: 1px solid rgba(38, 38, 38, 0.2); }

.play,
.plus {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 19px;
  line-height: 19px; }

.plus {
  width: 19px; }

.play {
  width: 15px; }

.btn-cancel {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-cancel .icon-burger_cancel {
    font-size: 14px; }
  .btn-cancel.dark {
    background: #262626;
    color: #fff; }

.btn-more-wrapper .icon {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 19px;
  height: 5px;
  line-height: 5px; }

/*end btns with icons*/
.common_txt {
  font-size: 17px;
  line-height: 1.53; }

.txt_ttl,
.s_top_header,
.dot-count,
.news_date,
.event_date {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.65px; }

.fz-24 {
  font-size: 24px; }

.fz-36 {
  font-size: 36px; }

.fz-60 {
  font-size: 60px; }

/*tabs*/
.btn_common_tabs li,
.view-tile-list li {
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  .btn_common_tabs li:last-child,
  .view-tile-list li:last-child {
    margin: 0; }
  .btn_common_tabs li:hover,
  .view-tile-list li:hover {
    opacity: .7; }

.btn_common_tabs li.active,
.view-tile-list li.active {
  opacity: 1; }

.btn_tabs_wr.active {
  width: 100%; }

.btn_common_tabs li {
  margin: 0 50px 0 0; }

.btn_common_tabs li .txt_ttl {
  height: 100%; }

.view-tile-list .icon:before {
  font-size: 17px; }

.view-tile-list button {
  display: inline-block;
  vertical-align: middle; }

.view-tile-list li {
  margin: 0 10px 0 0; }

.view_ttl {
  margin-right: 30px;
  opacity: .5; }

.view_title_wr {
  display: none; }
  .view_title_wr.active {
    display: block; }

/*slider*/
.slick-initialized .slick-slide:focus {
  outline: none; }

.empty_bl {
  width: 36%; }

.sec_home_2 .empty_bl {
  display: none; }

.w64 {
  width: 64%; }

.news_all_context {
  padding-top: 90px; }

.partners_video_row,
.news_all_context {
  width: 64%;
  margin-left: 36%; }

.slider_row {
  width: 64%;
  z-index: 11; }

.iScrollIndicator {
  background: transparent !important; }

/*brands*/
.brands,
.news_context,
.slider_content_partners,
.slider_content_events {
  position: relative; }
  .brands .bl_arr,
  .news_context .bl_arr,
  .slider_content_partners .bl_arr,
  .slider_content_events .bl_arr {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .brands .slider_btn_prev,
  .news_context .slider_btn_prev,
  .slider_content_partners .slider_btn_prev,
  .slider_content_events .slider_btn_prev {
    left: -27%; }
  .brands .slider_btn_next,
  .news_context .slider_btn_next,
  .slider_content_partners .slider_btn_next,
  .slider_content_events .slider_btn_next {
    /*right: 27%;*/
    right: -6%; }

.slider_wr.light .bl_arr,
.home_container_wr.light .bl_arr {
  background: #fff;
  color: #262626; }

.bl_arr {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 10;
  background: #262626;
  color: #fff; }
  .bl_arr .arrow:before {
    font-size: 24px; }

#remodal-video iframe {
  display: block;
  width: 100%;
  height: 100vh; }

.slider_btn_prev {
  /*display: none!important;   */ }

.slider_content_2,
.slider_content_3 {
  width: 100%; }
  .slider_content_2 .slick-list,
  .slider_content_3 .slick-list {
    overflow: visible; }

.slider_content_4 .slider-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section .slider_wr {
  overflow: hidden;
  /*padding-right: 5vw;*/
  padding-right: 30%; }

.slider_btn_next {
  right: 0;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0); }

.brands_wr_1 .brand {
  display: block;
  width: auto;
  padding-bottom: 96%;
  height: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 10px 5px;
  position: relative; 
  pointer-events: none; }
  .brands_wr_1 .brand:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(223, 216, 208, 0.2); }
  .brands_wr_1 .brand img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-width: 50%; }

.np {
  padding-left: 0;
  margin-left: 0; }

.np2 {
  margin-left: 0 !important; }

.fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.brands_wr_2 .brand {
  font-size: 17px;
  margin: 0 5px;
  padding: 50px; }
  .brands_wr_2 .brand span {
    display: block; }
  .brands_wr_2 .brand .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.brands_wr_2 .item-inner {
  position: relative;
  height: 100%;
  width: 100%; }

.brands_wr_2 .sl_brand_dscr {
  width: 50%; }

.p_brand .sec_brand_2 .btn-plus-wrapper {
  background-color: #dfdfdf; }
.p_brand .brands_bl {
  padding-bottom: 160px; }

.brand .btn-sq-plus,
.event_item .btn-sq-plus {
  top: 0;
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }

.brand .btn-plus-wrapper,
.event_item .btn-plus-wrapper {
  background-color: #ece7dd;
  color: #262626;
  -webkit-transition: all .5s;
  transition: all .5s; }

.brand:hover .btn-plus-wrapper,
.event_item:hover .btn-plus-wrapper {
  background-color: #262626;
  color: #fff; }

.brand img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.brands_wr_1 .brand_haceka img {
  width: 270px; }

.brands_wr_1 .brand_schwab img {
  width: 126px; }

.sl_brand_country {
  color: #262626;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px; }

.sl_brand_img {
  max-width: 35%;
  margin: 0 auto; }

.sl_brand_dscr {
  color: #808080; }

.slider_content_3 .video_item,
.slider_content_3 .brand {
  background: rgba(128, 128, 128, 0.2); }

.video_item:after {
  background: rgba(128, 128, 128, 0.2);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.slider_content_3 .video_item,
.slider_content_3 .brand,
.slider_content_3 .event_item {
  position: relative;
  max-height: 570px;
  height: 30vw;
  min-height: 300px;
  width: auto; }

.video_item,
.event_item {
  margin: 0 5px; }

.slider_content_2 {
  /*overflow: hidden;*/ }
  .slider_content_2 .slick-list {
    /*overflow: visible;*/
    /*width: 1150px;*/ }

.slider_content_3 {
  /*overflow: hidden;*/ }
  .slider_content_3 .slick-list {
    /*overflow: visible;*/
    /*width: 860px;*/ }
  .slider_content_3 .slide_count {
    right: 0;
    bottom: 0;
    z-index: 1; }
  .slider_content_3 .slide_count {
    color: #262626; }

.s_slider_item .btn-sq-plus {
  right: 0;
  bottom: 0;
  height: 70px;
  width: 70px; }

.main_bg,
.main_bg_2 {
  background: #14afb7; 
  -webkit-transition: background .6s ease;
  transition: background .6s ease; }

/*end brands*/
/*buttons*/
.btn {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 15px 15px 14px;
  border-radius: 25px;
  text-align: center; }

.btn1 {
  border: 1px solid #fff; }

.btn5 {
  border: 1px solid #262626; }

.btn2 {
  background: #fff;
  color: #262626; }

.btn3,
.btn4 {
  background: #262626;
  color: #fff; }

.btn4 {
  border-radius: 50%;
  width: 50px;
  height: 50px; }

.btn-send,
.btn-reg,
.btn-partner {
  width: 250px;
  max-width: 100%; }

.btn-application,
.btn-calendar {
  max-width: 316px;
  width: 100%; }

.btn-course {
  max-width: 253px;
  width: 100%; }

.btn-application {
  margin-top: 30px; }

.btn-calendar,
.btn-course {
  margin-top: 25px; }

.modal_form_reg .btn-login {
  max-width: 230px;
  width: 100%; }

.modal_form_login .btn-login {
  max-width: 300px;
  width: 100%; }

/*modal*/
/*remodal styles*/
.remodal-wrapper {
  padding: 0;
  text-align: left; }

.simple-remodal,
.remodal {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh; }
  .simple-remodal .container,
  .remodal .container {
    z-index: 2; }

.video-remodal-home {
  overflow: hidden; }

.modal-wrapper {
  width: 100%;
  min-height: 100%;
  /*height: auto;*/
  position: relative;
  z-index: 1; }
  .modal-wrapper:before, .modal-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0; }
  .modal-wrapper:before {
    left: 0;
    z-index: 1;
    width: 40.88%;
    background: url("../img/modals/bg-1.jpg") no-repeat left center/cover; }
  .modal-wrapper:after {
    right: 0;
    z-index: 1;
    width: 59.11%;
    background: #fff; }

.simple-page {
  height: 100vh;
  overflow: hidden auto;
}
.simple-page .simple-remodal {
  height: 100%;
}

.remodal-close {
  right: 0;
  left: initial;
  top: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #262626;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 20; }
  .remodal-close:hover {
    background: #262626;
    color: #fff; }
  .remodal-close:before {
    display: none; }

.simple-remodal .remodal-close {
  line-height: 50px;
  text-align: center;
  font-size: 13px;
}

.reg-modal-header .modal-ttl {
  margin: 0 0 50px; }

.login-modal-header .modal-ttl {
  margin: 0 0 30px; }

.login-modal-header .modal-subttl {
  color: #808080;
  margin: 0 0 50px; }

.modal_form .field_btn {
  margin: 50px 0 0; }
  .modal_form .field_btn .btn:nth-child(1) {
    margin: 0 10px 0 0; }

.toggle_password {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.toggle_password {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #262626; }
  .toggle_password:before {
    content: "\e908"; }
  .toggle_password.active:before {
    content: "\e909"; }

/*header*/
.s_header,
.s_header a,
.sec_1,
.sec_1 a {
  color: #fff; }

.s_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .s_header.video-visible--active {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  .s_header.s_header_2 .nav-menu {
    display: none; }
  .s_header.s_header_2 .burger-menu {
    display: block; }
  .s_header.s_header_3 {
    background: #14afb7; }
    .s_header.s_header_3 .s_header_inner {
      background: #14afb7; }

.s_header_inner {
  position: relative;
  z-index: 1; }

.burger-menu {
  display: none; }
  .burger-menu .burger {
    color: #fff; }
  .burger-menu.active .burger.cancel--burger {
    display: block; }
  .burger-menu.active .burger.active--burger {
    display: none; }

.video-visible {
  -webkit-transition: all .5s;
  transition: all .5s; }
  .video-visible .col-left {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .video-visible .col-right {
    -webkit-transition: all .5s;
    transition: all .5s; }

.video-visible--active .col-left {
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0); }

.video-visible--active .col-right {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0); }

.video-visible--active.container, .video-visible--active.progressBarContainer_wr, .video-visible--active.home_container_wr, .video-visible--active.home_btn_wr {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0); }

.progressBarContainer_wr {
  position: absolute;
  right: 0;
  top: 54%; }

/*burger context*/
.burger_menu_content {
  -webkit-transform: translate3d(0, -130%, 0);
          transform: translate3d(0, -130%, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: calc(100vh - 110px);
  background: #14afb7; }
  .burger_menu_content.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  .burger_menu_content .fix_top_bl {
    margin-top: 50px; }
  .burger_menu_content .fix_btm_bl {
    margin-bottom: 40px; }
  .burger_menu_content .fix_top_bl .dscr {
    max-width: 245px;
    width: 100%;
    letter-spacing: -.05px; }

.burger_menu_bl {
  padding-top: 6vh;
  width: 100%; }
  .burger_menu_bl .dscr {
    margin: 0 0 20px; }
  .burger_menu_bl .col-inner {
    height: 100%; }
  
@media (max-height: 700px) {
  .burger_menu_bl {
    padding-top: 0;
  }
}
@media (max-height: 500px) {
  .burger_menu_bl {
    overflow: auto;
    height: 100%;
    padding-top: 15px;
  }
}

/*context burger end*/
.burger {
  display: none; }

.active--burger {
  font-size: 16px; }

.cancel--burger {
  font-size: 40px; }

.burger.active--burger {
  display: block; }

.s_top_header {
  height: 110px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .s_top_header .cc-1 {
    width: 14%; }
  .s_top_header .cc-2 {
    width: 72%; }
  .s_top_header .cc-3 {
    width: 14%; }
  .s_top_header .nav-menu {
    width: 75%; }

.nav-menu-li a:hover,
.nav-menu-li.main-menu-li--active a {
  opacity: 1; }

.nav-menu-li {
  position: relative;
  padding: 5px 5px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.logo {
  display: block; }
  .logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    width: 130px; }
  .logo .img-logo.small {
    display: none; }

.header-logo {
  padding-right: 15px; }

.s-lang-wrapper.hidden {
  display: none; }

.s-lang-selected:after,
.main-menu-li--active:after,
.sec_1 .crcl_btm.active:after {
  background-color: #fff; }

.btn_common_tabs .crcl_btm.active:after {
  background-color: #000; }

.crcl_cont,
.main-menu-li--active,
.crcl_btm.active {
  position: relative; }
  .crcl_cont:after,
  .main-menu-li--active:after,
  .crcl_btm.active:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s; }

.nav-menu-li.main-menu-li--active:after,
.crcl_btm:after {
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px; }

.progressBar.active {
  -webkit-transition: all 4s;
  transition: all 4s; }

/*для наглядной верстки */
.static_prgrs .crcl_btm.active_2 {
  opacity: 1;
  position: relative; }
  .static_prgrs .crcl_btm.active_2:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #000; }

.s-lang-selected {
  cursor: pointer;
  padding-right: 15px; }
  .s-lang-selected:after {
    right: 0;
    top: 50%;
    margin-top: -1px; }

.s_lang_content {
  display: none;
  position: absolute; }

.s-cabinet {
  width: 205px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 205px;
          flex: 0 0 205px; }
  .s-cabinet span {
    white-space: nowrap; }
  .s-cabinet .btn-icon {
    display: none; }

.s-logon-icon {
  margin: 0 9px 0 0; }

.s_btm_header {
  font-weight: 400; }
  .s_btm_header .dscr {
    max-width: 245px;
    width: 100%;
    letter-spacing: -.05px; }

.s-tel {
  white-space: nowrap;
  margin-right: 15px;
  display: block; }
  .s-tel.tel_top_header {
    margin-right: 35px;
    display: none; }

.s-tel-dscr {
  max-width: 190px;
  width: 100%;
  letter-spacing: -.1px; }
  .s-tel-dscr.hidden {
    display: none; }

/* ------adaptive menu------------ */
/*end mobile menu*/
.bghomevideo {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s; }

.stop-1 {
  -webkit-transition: all .01s;
  transition: all .01s; }

/*home page*/
.s_top_ttl span {
  display: block; }

.sec_home_1 .slider_content_1 {
  padding-top: 220px;
  z-index: 2; }

.sec_home_1 .bl_arr {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  display: none; }
  .sec_home_1 .bl_arr .slider_btn_next {
    left: 0; }
  .sec_home_1 .bl_arr .slider_btn_prev {
    right: 0; }
  .sec_home_1 .sec_bg:after {
    z-index: 2;
  }
  .sec_home_1 .home_container_wr {
    z-index: 3;
  }

.top_brand_content,
.top_about_content,
.top_partners_content,
.top_service_content,
.top_study_content {
  padding-top: 220px;
  padding-bottom: 90px; }

.slider_row {
  padding-top: 300px;
  padding-bottom: 90px; }

.cabinet_row,
.consult_bl {
  padding-top: 212px;
  padding-bottom: 90px; }

.partners_context,
.values_context {
  padding-top: 320px;
  padding-bottom: 140px; }

.sec_about_8 .partners_context {
  padding-top: 227px; }

.sec_about_3 .sec_context {
  padding-top: 320px;
  padding-bottom: 140px; }

.news_bl_container {
  padding-top: 400px;
  padding-bottom: 90px; }

.news_context {
  padding-top: 300px;
  padding-bottom: 75px; }

.map_context {
  padding-top: 300px;
  padding-bottom: 90px; }

.footer_context {
  padding-top: 300px;
  padding-bottom: 90px; }

.brands_context {
  padding-top: 212px;
  margin: 0 0 150px; }

.program_context {
  padding-top: 203px;
  padding-bottom: 90px; }
  .program_context .col {
    position: relative;
    z-index: 12; }

.sertif_context {
  padding-top: 203px;
  padding-bottom: 90px; }

/*sec_1*/
.sec_home_1,
.sec_about_1,
.sec_brand_1,
.sec_partners_1,
.sec_service_1,
.sec_study_1 {
  color: #fff; }

.sec_home_4 .btn-play {
  position: relative;
  z-index: 1;
  max-width: 250px; }

.sec_home_4 .video_btn_wr {
  width: 100%;
  position: absolute;
  left: 15px;
  top: 48%; }

.sec_about_1 .btn-play_cancel {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  display: none;
  z-index: 21; }
  .sec_about_1 .btn-play_cancel.active {
    display: block; }

.sec_home_1 .btn-play {
  position: relative;
  z-index: 1;
  max-width: 250px; }

.sec_home_1 .video_btn_wr {
  width: 100%;
  position: absolute;
  left: 15px;
  top: 48%; }

.sec_home_1 .btn-play_cancel {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  display: none;
  z-index: 21; }
  .sec_home_1 .btn-play_cancel.active {
    display: block; }

.sec_home_1 .btn-more {
  margin-left: 16.66%; }

.sec_home_1 .sec_bg {
  overflow: hidden; }

.sec_home_1 .video_poster {
  display: none; }

.sec_home_1 .s_top_ttl {
  margin-bottom: 30px; }

.sec_home_1 .sub_ttl {
  margin: 0 0 50px;
  color: #fff; }

.sec_home_1 .dcsr {
  margin: 0 0 30px; }

.sec_home_1 .fix_top_bl.right {
  z-index: 12; }

.home_container_wr {
  width: 100%;
  position: relative; }
  .home_container_wr .inner {
    position: relative; }

/*sec_2*/
.partners_context {
  width: 100%;
  position: relative; }

.partners .col {
  padding: 0 15px; }

.partners .cc1 {
  width: 62.5%; }

.partners .cc2 {
  width: 37.5%; }

.partners .btn-play {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

.partners_1 .btn-reg {
  margin-top: 36px; }

.partners_join .btn-partner {
  margin-top: 36px; }

.partners_2 {
  width: 100%; }
  .partners_2 .ttl {
    margin-bottom: 80px; }
  .partners_2 > .btn-cancel,
  .partners_2 > .btn-play {
    position: absolute;
    left: 15px;
    top: 75%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }

.dscr_wr {
  margin: 0 0 80px; }
  .dscr_wr:last-child {
    margin: 0; }

.dscr_wr_1 .ttl {
  margin-bottom: 35px; }

.dscr_wr_2 .ttl {
  margin-bottom: 25px; }

.advantages_bl .line {
  margin: 0 0 40px; }

.advantages_list {
  color: #262626; }
  .advantages_list li {
    border-bottom: 1px solid #262626;
    margin-bottom: 40px;
    padding: 0 0 40px 50px; }
    .advantages_list li:last-child {
      margin: 0; }
  .advantages_list .it-count:before {
    top: 2px; }

.advantage_ttl {
  margin: 0 0 20px; }

.quote_txt {
  position: relative; }
  .quote_txt.hidden {
    display: none; }
  .quote_txt:before {
    content: '';
    background: url("../img/svg/quotes.svg") no-repeat center center/21px 14px;
    width: 21px;
    height: 14px;
    position: absolute;
    display: block;
    color: #262626;
    opacity: .3;
    font-family: "DINPro";
    margin-top: -20px;
    font-size: 60px;
    font-style: italic;
    left: 0;
    top: 0; }

.partners_items .item {
  width: 33.33%;
  margin: 0 5px; }

.partners_items .item-inner {
  background-color: #f2f2f2;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  position: relative; }

.partners_items img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s; }

.info_bl_wiz {
  position: absolute;
  max-width: 392px;
  left: 0;
  bottom: 0; }
  .info_bl_wiz.hidden {
    display: none; }

.ttl_info_wiz {
  margin: 0 0 20px;
  color: #262626;
  line-height: 1; }

.dscr_info_wiz {
  margin: 0 0 26px;
  letter-spacing: -.1px; }

.partners_video_wr,
.partners_wr {
  width: 100%; }

.partners_wr {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1; }
  .partners_wr.active {
    opacity: 1;
    z-index: 2; }

.partners_video_wr {
  position: absolute;
  padding-top: 90px;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0); }
  .partners_video_wr.active {
    z-index: 2;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }

.partners_video_row {
  position: absolute; }
  .partners_video_row .item:after {
    background: rgba(0, 0, 0, 0.4); }

.youtube {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100%;
  height: 100%; }
  .youtube .play_wr {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .youtube .video_ttl {
    font-size: 17px;
    color: #fff;
    position: relative;
    z-index: 1; }
  .youtube .btn-play {
    left: 41%;
    z-index: 1; }
  .youtube .btn-play-wrapper {
    margin: 0; }

.responsive-iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.video_item .youtube {
  padding: 42px 50px; }

/*sec_2_ for static slider*/
.events_row .item {
  padding: 40px 50px; }
  .events_row .item:after {
    background-color: rgba(223, 216, 208, 0.2);
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; }

.events_row .event_it_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.events_row img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 100%;
  z-index: 0; }

.events_row .event_ttl {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #262626; }

.events_row .event_dscr_wr {
  position: relative;
  z-index: 2; }

.events_row .event_dscr {
  max-width: 50%;
  width: 100%;
  color: #808080; }

.events_row .event_date {
  color: #262626; }

.event_slide {
  height: 100%; }

.temp_styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

/*animation for btns*/
.hivana.hover,
.hivana.btn-hover {
  position: relative; }
  .hivana.hover:before, .hivana.hover:after,
  .hivana.btn-hover:before,
  .hivana.btn-hover:after {
    -webkit-animation: none;
            animation: none; }

.btn-hover.dark .hivana:before,
.btn-hover.dark .hivana:after,
.btn-hover .btn3 .hivana:before,
.btn-hover .btn3 .hivana:after {
  -webkit-box-shadow: 0 0 0 13px rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 13px rgba(38, 38, 38, 0.5); }

.btn-hover:hover .hivana:before {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-1 1.85s infinite;
  animation: anim-effect-ivana-1 1.85s infinite; }

.btn-hover:hover .hivana:after {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-2 1.85s   infinite;
  animation: anim-effect-ivana-2 1.85s   infinite; }

.hivana.btn3:before, .hivana.btn3:after {
  -webkit-box-shadow: 0 0 0 13px rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 13px rgba(38, 38, 38, 0.5); }

.hivana.btn-hover:hover:before {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-1 1.85s infinite;
  animation: anim-effect-ivana-1 1.85s infinite; }

.hivana.btn-hover:hover:after {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-2 1.85s   infinite;
  animation: anim-effect-ivana-2 1.85s   infinite; }

.btn-hover.hivana:hover:before {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-1 1.85s infinite;
  animation: anim-effect-ivana-1 1.85s infinite; }

.btn-hover.hivana:hover:after {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-2 1.85s  infinite;
  animation: anim-effect-ivana-2 1.85s   infinite; }

.hivana:before {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-1 1.85s infinite;
  animation: anim-effect-ivana-1 1.85s infinite; }

.hivana:after {
  will-change: transform opacity;
  -webkit-animation: anim-effect-ivana-2 1.85s infinite;
  animation: anim-effect-ivana-2 1.85s infinite; }

.hivana:before,
.hivana:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -65% 0 0 -65%;
  width: 130%;
  height: 130%;
  border-radius: 50%;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5); }

.hivana_2:before,
.hivana_2:after {
  top: 0;
  left: 0;
  border-radius: 50px;
  height: 100%; }

.hivana_2:before {
  width: 110%;
  margin: 0 0 0 -5%; }

.hivana_2:after {
  width: 96%;
  margin: 0 0 0 2%; }

.btn-round {
  z-index: 1;
  position: relative; }
  .btn-round:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #fff;
    z-index: -1;
    opacity: .5; }
  .btn-round:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .2;
    z-index: -2; }
  .btn-round:hover:after {
    -webkit-transform: scale3d(1.1, 1.4, 1);
            transform: scale3d(1.1, 1.4, 1);
    opacity: 0;
    -webkit-transition: all 0.85s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.85s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .btn-round:hover:before {
    -webkit-transform: scale3d(1.2, 2, 1);
            transform: scale3d(1.2, 2, 1);
    opacity: 0;
    -webkit-transition: all 0.85s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.85s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }

@keyframes anim-effect-ivana-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.7, 0.7, 1);
            transform: scale3d(0.7, 0.7, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes anim-effect-ivana-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.7, 0.7, 1);
            transform: scale3d(0.7, 0.7, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes anim-effect-ivana-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.7, 0.7, 1);
            transform: scale3d(0.7, 0.7, 1); }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes anim-effect-ivana-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.7, 0.7, 1);
            transform: scale3d(0.7, 0.7, 1); }
  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

/*end animation for btns*/
/*sec_3*/
.sec_home_3 .fix_top_bl.right {
  z-index: 12; }

/*sec_4*/
.sec_home_4 {
  overflow: hidden;
  color: #fff; }
  .sec_home_4 .sec_bg_1 {
    background-image: url("../img/home/1_1.jpg"); }
  .sec_home_4 .sec_bg_2 {
    background-image: url("../img/home/2_2.jpg"); }
  .sec_home_4 .sec_bg_3 {
    background-image: url("../img/home/3_3.jpg"); }
  .sec_home_4 .sec_bg_4 {
    background-image: url("../img/home/4_4.jpg"); }
  .sec_home_4 .bg_wrapper {
    z-index: 0; }
  .sec_home_4 .sec_bg {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;    
    will-change: opacity;
    /* -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); */
    opacity: 0;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
    .sec_home_4 .sec_bg.active {
      display: block;
      opacity: 1;
      /* -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); */
      -webkit-transition-delay: 0s;
              transition-delay: 0s; 
            z-index: 2;}
  .sec_home_4 .s-wrapper {
    position: relative;
    z-index: 1; }
  .sec_home_4 .s_ttl {
    color: #fff; }
  .sec_home_4 .ttl {
    padding: 0 0 115px;
    color: #fff; }
  .sec_home_4 .btn-reg {
    margin: 60px 0 0; }

@-webkit-keyframes drawLineSlider {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes drawLineSlider {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.sec_home_4 .inProgress {
  will-change: transform;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }
.sec_home_4 .inProgress.active {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: drawLineSlider 5s linear forwards;
  animation: drawLineSlider 5s linear forwards;
  width: 100% !important; 
}
.sec_home_4 .inProgress.active.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#home_slider_6 {
  pointer-events: none; }

/*sec_5*/
.consult_bl .dscr {
  margin: 0 0 100px;
  font-size: 17px; }

.consult_bl .field_btn {
  margin: 80px 0 0; }

/*sec_6*/
.news_slider_container .row {
  margin: 0; }

.it_hover {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  overflow: hidden;
  display: block;
  position: relative; }
  .it_hover .btn-more {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    will-change: auto;
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .it_hover .btn-plus-wrapper {
    margin: 0; }
  .it_hover img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .it_hover:hover .btn-more {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .it_hover:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); }
  .it_hover:hover .h3 {
    color: #14afb7; }
.news_bg img {
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: auto; }

.news_col {
  padding: 0 15px; }

.news_item {
  background: #f2f2f2;
  color: #262626;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  height: 420px;
  max-width: 563px;
  width: 100%; }
  .news_item:after {
    content: '';
    position: absolute;
    border: 0 solid #fff;
    width: 100%;
    height: 101%;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    pointer-events: none; }
  .news_item span {
    display: block; }
  .news_item .dscr_wrapper {
    height: 100%;
    padding: 50px;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .news_item .news_title {
    height: 74px;
    overflow: hidden;
    -webkit-transition: color .5s;
    transition: color .5s; }
  .news_item .news_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .news_item:hover {
    -webkit-transition: all .5s;
    transition: all .5s; }
    .news_item:hover:after {
      border: 10px solid #fff;
      -webkit-transition: all .5s;
      transition: all .5s; }
    .news_item:hover .news_bg {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }
      .news_item:hover .news_bg .btn-more {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1); }
      .news_item:hover .news_bg img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
                transform: scale3d(1.1, 1.1, 1); }

.news_col {
  width: 33.33%; }

.news_date {
  color: #14afb7;
  margin: 0 0 10px; }

.article_wiev .news_bl {
  max-width: 684px;
  width: 100%; }

.article_wiev .news_title {
  max-width: 582px;
  width: 100%;
  margin: 0 0 20px; }

.article_wiev .news_dscr {
  max-height: 165px;
  height: 100%;
  overflow: hidden;
  margin: 0 0 30px; }

.article_blocks .news_dscr {
  max-height: 135px;
  height: 100%;
  overflow: hidden;
  margin: 40px 0 30px; }

.row_all_news .news_col {
  margin-bottom: 30px; }

.news_bl_container {
  width: 100%; }
  .news_bl_container .news_btm_bl {
    margin-top: 30px; }

/*sec_7*/
.sec_contacts .btn_common_tabs {
  display: none; }
  .sec_contacts .btn_common_tabs.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.sec_contacts .btn_bl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.map_bl {
  /* height: 570px; */
  height: 64vh;
  max-height: 100%;
  position: relative; }
  .map_bl .map_col:not(.info_bl_1) {
    margin-bottom: 30px; }

#map {
  height: 100%; }

.map_bl_2 {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.map_col {
  width: 16.666%;
  padding: 0 15px; }
  .map_col.info_bl {
    width: 33.333%; }

.dscr_bl_wr {
  height: 108px;
  /* height: 80px; */
  overflow: hidden;
  margin: 0 0 30px; }

.map_item {
  color: #262626; }

.map_ttl {
  margin-bottom: 40px; }

.dscr_bl {
  margin: 0 0 20px; }
  .dscr_bl:last-child {
    margin: 0; }

.info_bl {
  color: #fff; }
  .info_bl .info_tel {
    margin: 0;
    color: #fff; }

.info_inner {
  background: #262626; }

.info_bl_1 {
  position: absolute;
  bottom: 0;
  left: -15px; }
  .info_bl_1 .info_inner {
    display: none;
    padding: 32px 40px; }
  .info_bl_1 .info_inner.active {
    display: block; }

.info_bl_2 .info_inner {
  padding: 40px 80px 44px; }

.info_dscr {
  margin: 0 0 30px; }

.map_link_wr {
  display: none; }

/*footer*/
.s_footer,
.s_footer a,
.page_footer,
.page_footer button,
.page_footer a {
  color: #fff; }

.s_footer {
  background: #14afb7;
  position: relative; }
  .s_footer .col-inner {
    height: 100%; }
  .s_footer .s_ttl {
    color: #fff; }
  .s_footer .s-count:before {
    color: #fff; }
  .s_footer .fix_top_bl {
    position: relative;
    z-index: 12; }

.phone_bl.hidden {
  display: none; }

.footer_context {
  position: relative;
  width: 100%;
  z-index: 11; }

.soc-links-bl .dscr {
  max-width: 190px;
  width: 100%; }

.soc-links {
  font-size: 18px;
  margin: 0 15px 20px 0; }
  .soc-links li {
    margin: 0 19px 0 0; }
    .soc-links li:last-child {
      margin: 0; }
  .soc-links a {
    color: #fff; }

.c-studio span {
  padding: 0 10px 0 0; }

.logo_studio svg,
.logo_studio img {
  max-width: 44px;
  width: 100%;
  vertical-align: middle; }

.footer-menu-li a {
  padding: 0 5px; }

.burger_menu_content .fix_btm_bl .cc1,
.page_footer .cc1 {
  width: 21%; }

.burger_menu_content .fix_btm_bl .cc2,
.page_footer .cc2 {
  width: 66%; }

.burger_menu_content .fix_btm_bl .cc3,
.page_footer .cc3 {
  width: 13%; }

.burger_menu_content .fix_btm_bl .fpolicy,
.page_footer .fpolicy {
  width: 65%; }

.page_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  margin-bottom: 50px;
  z-index: 1;
  opacity: .5;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .page_footer.video-visible--active {
    -webkit-transform: translate3d(0, 400%, 0);
            transform: translate3d(0, 400%, 0); }
  .page_footer.dark_color {
    color: #262626; }
    .page_footer.dark_color a,
    .page_footer.dark_color button {
      color: #262626; }
  .page_footer .fpolicy,
  .page_footer .c-studio {
    display: none; }
  .page_footer .btn_move_down {
    font-size: 15px;
    letter-spacing: 0; }
  .page_footer.last-section .cc3,
  .page_footer.last-section .btn_move_down {
    display: none; }
  .page_footer.last-section .fpolicy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page_footer.last-section .c-studio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/*form styles*/
.form {
  position: relative;
  z-index: 11; }
  .form .field {
    margin-top: 0;
    width: 100%;
    position: relative; }
    .form .field.half-col {
      /*width: 47%;*/ }
  .form .field_teextarea {
    position: relative; }
  .form .field:before,
  .form .field:after,
  .form .field_teextarea:before,
  .form .field_teextarea:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .form .field:before,
  .form .field_teextarea:before {
    background-color: rgba(38, 38, 38, 0.3);
    width: 100%; }
  .form .field.error:before, .form .field_teextarea.error:before {
    background: rgba(255, 0, 0, .5); }
  .form.in-green-fon .field.error:before, 
  .form.in-green-fon .field_teextarea.error:before {
    background: rgb(218, 242, 28,.85);
  }
  .form .field:before {
    z-index: 1; }
  .form .field:after,
  .form .field_teextarea:after {
    background-color: #262626;
    width: 0; }
  .form .field:after {
    z-index: 2; }
  .form .field.valid:after,
  .form .field.focus:after,
  .form .field_teextarea.valid:after,
  .form .field_teextarea.focus:after {
    width: 100%; }
  .form .field.valid:after,
  .form .field.focus:after {
    z-index: 2; }
  .form input,
  .form textarea,
  .form .jq-selectbox {
    width: 100%; }
  .form input,
  .form textarea,
  .form .jq-selectbox__select {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #262626;
    font-size: 15px;
    font-family: "DINPro";
    font-weight: 300;
    padding: 11px  19px 11px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative; }
  .form textarea {
    resize: none;
    height: 120px; }

.fd-form .field {
  margin-bottom: 30px; }

.footer_form .field:before,
.footer_form .field_teextarea:before,
.menu_form .field:before,
.menu_form .field_teextarea:before {
  background-color: rgba(255, 255, 255, 0.3); }

.footer_form .field:after,
.footer_form .field_teextarea:after,
.menu_form .field:after,
.menu_form .field_teextarea:after {
  background-color: #fff; }

.footer_form input,
.footer_form textarea,
.menu_form input,
.menu_form textarea {
  font-size: 14px;
  color: white!important; }

.footer_form input::-webkit-input-placeholder,
.menu_form input::-webkit-input-placeholder {
  color: #fff; }

.footer_form input:focus::-webkit-input-placeholder,
.menu_form input:focus::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.footer_form textarea::-webkit-input-placeholder,
.menu_form textarea::-webkit-input-placeholder {
  color: #fff; }

.footer_form textarea:focus::-webkit-input-placeholder,
.menu_form textarea:focus::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

input::-webkit-input-placeholder {
  color: #262626; }

input:focus::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

textarea::-webkit-input-placeholder {
  color: #262626; }

textarea:focus::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.footer_form .field_btn,
.menu_form .field_btn {
  margin: 60px 0 0; }

/*custom selector*/
.jq-selectbox__trigger {
  border: 0; }

.jq-selectbox__trigger-arrow {
  border-top: 4px solid #262626;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: 50%;
  right: 0; }

.jq-selectbox.focused .jq-selectbox__select {
  border: none !important; }

.jq-selectbox__select-text {
  margin-top: -9px;
  text-shadow: none; }

.jq-selectbox__select {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0; }
  .jq-selectbox__select:hover {
    background: none; }

.jq-selectbox__dropdown {
  border: 0;
  border-bottom: 1px solid #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }

.jq-selectbox.focused .jq-selectbox__select {
  border: none; }

.jq-selectbox ul {
  padding: 12px 0; }

.jq-selectbox li {
  font-size: 16px;
  padding: 7px 20px;
  color: #262626;
  background: #fff; }

.jq-selectbox li.selected,
.jq-selectbox li:hover {
  font-weight: 700;
  color: #262626;
}

/*about us page*/
/*-------------*/
/*sec_about_1*/
.sec_about_1 .btn-play {
  position: absolute;
  left: 15px;
  top: 25%; }

.sec_about_1 .sec_bg {
  background-image: url("../img/about/bg-1.jpg"); }

.sec_about_1 .container {
  position: relative; }

.sec_about_1 .s_top_ttl {
  margin-bottom: 45px; }

.sec_about_1 .dcsr p {
  margin: 0 0 30px; }

.sec_about_1 .dcsr p:last-child {
  margin: 0; }

.top_about_content {
  padding-top: 270px;
  padding-bottom: 90px; }

/*sec_about_2*/
.sec_about_2 .values_context .img_wr,
.sec_about_6 .values_context .img_wr,
.sec_service_2 .values_context .img_wr {
  max-width: 300px;
  margin: 0 0 36px; }

.sec_about_2 .values_ttl,
.sec_about_6 .values_ttl,
.sec_service_2 .values_ttl {
  margin: 0 0 30px; }

.values_item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s; }

/*sec_about_3*/
.sec_about_3 .s_ttl {
  max-width: 412px; }

.sec_about_3 .item_wr {
  padding-left: 70px;
  margin: 0 0 70px; }
  .sec_about_3 .item_wr:last-child {
    margin: 0; }
  .sec_about_3 .item_wr .ttl {
    color: #262626;
    margin: 0 0 20px; }

.sec_about_3 .it-count:before {
  color: #262626;
  top: 3px; }

/*sec_about_4*/
.sec_about_4 .dscr {
  margin: 0 0 30px; }

.sec_about_4 .img_wr {
  margin: 0 0 60px; }

.sec_about_4 .quote_txt {
  max-width: 590px;
  width: 100%; }

.sec_about_4 .dscr p {
  margin: 0 0 22px; }
  .sec_about_4 .dscr p:last-child {
    margin: 0; }

.sec_about_8 .partners_bl,
.sec_home_2 .partners_bl {
  margin-bottom: 80px; }

.sec_about_8 .btn-reg,
.sec_home_2 .btn-reg {
  margin-top: 34px; }

.sec_about_8 .btn-partner,
.sec_home_2 .btn-partner {
  margin-top: 34px; }


/*brans page*/
/*----------*/
.sec_brand_1 .sec_bg {
  background-image: url("../img/brands/bg-1.jpg"); }

.sec_brand_1 .s_top_ttl {
  margin-bottom: 35px; }

.top_brand_content .left_line {
  padding-left: 152px; }
  .top_brand_content .left_line:before {
    width: 104px; }

/*sec_brand_2*/
.mission_context {
  padding-top: 237px;
  padding-bottom: 150px; }

.brands_context .dscr {
  margin: 0 0 110px; }
  .brands_context .dscr .ttl {
    color: #262626; }
  .brands_context .dscr p {
    margin: 0 0 20px; }
    .brands_context .dscr p:last-child {
      margin: 0; }

.brands .col_brand {
  width: 33.33%;
  max-width: 580px; }

.brands_bl .s_ttl {
  max-width: 385px; }

.brands_bl .row2 {
  margin: 0 0 110px; }

.registr_bl .ttl {
  max-width: 580px;
  width: 100%; }

.registr_bl .btn-reg {
  margin: 40px 0 0; }

.sec_brand_2 .registr_bl {
  padding: 80px 0 120px; }

.sec_brand_2 .brands_wr_1 .brand {
  margin: 5px; }

/*partners page*/
.sec_partners_1 .sec_bg {
  background-image: url("../img/partners/bg-1.jpg"); }

.sec_partners_1 .s_top_ttl {
  margin-bottom: 35px; }

.sec_partners_2 .fix_btm_bl.right,
.sec_news_all_2 .fix_btm_bl.right {
  margin-bottom: 50px; }

.sec_partners_2 .partners_context {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.sec_partners_2 .partners_video_row {
  width: 150%;
  margin-left: 0;
}
.sec_partners_2 .slider_wr {
  padding-right: 60%;
}
.sec_partners_2 .slider_btn_next {
  right: -35px;
}
.sec_partners_2 .progressBarContainer {
  padding-left: 5px;
}
.sec_partners_2 .fix_btm_bl.right {
  padding-bottom: 40px;
}

@media screen and (max-width: 1780px) and (min-width: 768px) {
  .sec_partners_2 .partners_context {
    width: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .sec_partners_2 .slider_wr {
    padding-right: 70%!important;
  }
}
@media only screen and (max-width: 1279px) {
  .sec_partners_2 .partners_video_wr  {
    position: relative;
    transform: none;
    top: 0;
    padding-top: 0;
    margin: 0;
  }
  .sec_partners_2 .partners_context {
    padding-top: 100px;
  }
  .sec_partners_2 .partners_video_row {
    position: relative;
  }
}
/* @media only screen and (max-width: 1199px) {
  .sec_partners_2 .slider_btn_next {
    right: -22.5px!important;
  }
} */
/* @media screen and (max-width: 992px) {
  .sec_partners_2 .slider_wr {
      padding-right: 55%!important;
  }
} */
@media screen and (max-width: 767px) {
  .sec_partners_2 .partners_context {
    padding-top: 170px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sec_partners_2 .partners_video_row {
    width: 100%;
  }
  .sec_partners_2 .partners_video_wr.active {
    -webkit-transform: none;
    transform: none;
  }
  .sec_partners_2 .slider_btn_next {
    right: 0 !important;
  }
}

.map_tabs .crcl_btm {
  pointer-events: none;
}
.map_tabs .mapClick {
  pointer-events: auto;
}

.sec_partners_3 .values_item {
  margin: 0 0 95px; }

.sec_partners_3 .values_context .img_wr {
  max-width: 400px;
  margin: 0 0 80px; }

.sec_partners_3 .partner_ttl {
  margin: 0 0 50px;
  color: #262626; }

/*service page*/
.sec_service_1 .sec_bg {
  background-image: url("../img/service/bg-1.jpg"); }

.sec_service_1 .s_top_ttl {
  margin: 0 0 34px; }

.sec_service_2 .row1 {
  margin-bottom: 100px; }

.sec_service_2 .service_dscr {
  max-width: 245px;
  width: 100%; }

/*study page*/
.sec_study_1 .sec_bg {
  background-image: url("../img/study/bg-1.jpg"); }

.sec_study_1 .s_top_ttl {
  margin: 0 0 34px; }

.sec_study_1 .btn {
  color: #262626; }

.program_item {
  margin: 0 0 70px;
  display: block; }
  .program_item:last-child {
    margin: 0; }
  .program_item span {
    display: block; }
  .program_item .img_wr {
    margin: 0 0 20px; }

.program_ttl {
  color: #262626; }

.sec_study_2 .fix_btm_bl {
  top: 50%;
  left: 0;
  trnsform: translate3d(0, -50%, 0); }
  .sec_study_2 .fix_btm_bl .ttl {
    margin: 0 0 15px; }
  .sec_study_2 .fix_btm_bl .dscr {
    margin: 0 0 20px;
    max-width: 370px; }

.sec_study_3 .bnt-calendar {
  margin-top: 40px; }

.sertif_context .dscr {
  margin: 0 0 30px; }
  .sertif_context .dscr p {
    margin: 0 0 20px; }
    .sertif_context .dscr p:last-child {
      margin: 0; }

.sertif_context .img_wr {
  margin: 0 0 60px; }

/*news all page*/
.sec_news_all_1 .s-tel {
  color: #262626; }

.sec_news_all_1 .row1 {
  margin-bottom: 40px; }

.sec_news_all_2 .s_ttl {
  max-width: 408px; }

/*artical page*/
.artical_context {
  padding-top: 22vh;
  padding-bottom: 8vh;
  width: 100%; }
  .artical_context .dscr {
    margin: 0 0 80px; }
    .artical_context .dscr p {
      margin: 0 0 30px; }
      .artical_context .dscr p:last-child {
        margin: 0; }
  .artical_context .dscr_ttl {
    margin: 0 0 30px; }
  .artical_context .dscr_list {
    margin: 0 0 30px; }
    .artical_context .dscr_list li {
      position: relative;
      padding-left: 20px; }
      .artical_context .dscr_list li:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #262626;
        top: 50%;
        margin-top: -2px;
        left: 0; }
  .artical_context .article_list li {
    padding-left: 100px;
    color: #262626; }
  .artical_context .article_list .it-count:before {
    top: 6px; }

.artical_header .news_date {
  margin: 0 0 20px; }

.artical_bl .img_wr_1 {
  margin: 0 0 40px; }

.artical_bl .img_wr_2 {
  margin: 0 0 80px; }

.artical_bl .article_ttl {
  margin: 0 0 20px;
  color: #262626; }

/*timeline*/
/*--------*/
.content__timeline .news-arrows {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate3d(0%, 42%, 0);
  transform: translate3d(0%, 42%, 0);
  z-index: 16;
  white-space: nowrap;
  display: none; }

@media (min-width: 48em) {
  .content__timeline .news-arrows {
    display: block; } }

.content__timeline .news-arrows a {
  padding-left: 15px;
  padding-right: 15px; }

.content__timeline .news-arrows a:first-child {
  padding-right: 0; }

.content__timeline .arrow-left,
.content__timeline .arrow-right {
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.content__timeline .arrow-left:before,
.content__timeline .arrow-right:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #3c3b3b;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.content__timeline .arrow-left:after,
.content__timeline .arrow-right:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 1px solid #3c3b3b;
  border-bottom: 1px solid #3c3b3b;
  margin-top: -7px;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.arrow-left.arrow-left:before,
.arrow-right.arrow-left:before {
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.arrow-left.arrow-left:after,
.arrow-right.arrow-left:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: auto;
  left: 2px; }

.arrow-left:hover:before,
a:hover .arrow-left:before,
.arrow-right:hover:before,
a:hover
.arrow-right:before {
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1); }

.news-carousel {
  white-space: nowrap;
  margin-top: 40px;
  margin-bottom: 40px;
  left: 12.66666%;
  height: 500px;
  max-height: 100%; }

.news-carousel:after {
  content: "";
  clear: both;
  display: block; }

@media (min-width: 48em) {
  .news-carousel {
    margin: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    left: 38%;
    top: 50%; } }

.news-carousel:before {
  content: '';
  right: 0;
  height: 1px;
  position: absolute;
  left: -50%;
  top: 100%;
  background: rgba(60, 59, 59, 0.1); }

@media (min-width: 48em) {
  .news-carousel:before {
    /*top: 50%;*/
    top: 54.8%; } }

.news-slide {
  max-width: 185px;
  white-space: initial;
  margin-right: 55px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /*height: 47.4%;*/
  height: 52.4%; }

@media (min-width: 48em) {
  .news-slide {
    margin-left: 35px;
    margin-right: 0;
    max-width: 290px; } }

.js-reveal .news-slide {
  -webkit-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.js-reveal .news-slide:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.js-reveal .news-slide:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.js-reveal .news-slide:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.js-reveal .news-slide:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.js-reveal .news-slide:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.js-reveal .news-slide:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.js-reveal .news-slide:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.js-reveal .news-slide:nth-child(8) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s; }

.js-reveal .news-slide:nth-child(9) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.js-reveal .news-slide:nth-child(10) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s; }

.js-reveal .news-slide:nth-child(11) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.js-reveal .news-slide:nth-child(12) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s; }

.js-reveal .news-slide:nth-child(13) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.js-reveal .news-slide:nth-child(14) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s; }

.js-reveal .news-slide:nth-child(15) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s; }

.js-reveal .news-slide:nth-child(16) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s; }

.js-reveal .news-slide:nth-child(17) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s; }

.js-reveal .news-slide:nth-child(18) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s; }

.js-reveal .news-slide:nth-child(19) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s; }

.js-reveal .news-slide:nth-child(20) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s; }

.js-reveal .news-slide:nth-child(21) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }

.is-visible .news-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.news-slide__inner {
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-bottom: 10px;
  height: 100%; }

@media (min-width: 48em) {
  .news-slide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.news-slide__inner:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -3px;
  margin-top: 12px; }

@media (min-width: 48em) {
  .news-slide__inner:after {
    margin-top: 10px; } }

.news-slide__info {
  margin-bottom: 1.4em; }

.news-slide__info time {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #262626;
  margin: 0 0 12px; }

@media (min-width: 48em) {
  .news-slide__info time {
    padding: 0; } }

@media (min-width: 48em) {
  .news-slide:nth-child(even) {
    margin-top: 14.9%;
    margin-top: 327px;
    top: 10px;
    display: table; }
  .news-slide:nth-child(even) .news-slide__inner:after {
    top: auto;
    bottom: 100%;
    margin-bottom: 50px;
    margin-top: 0; }
  .news-slide:nth-child(even) .news-slide__info {
    display: table-footer-group; } }

.news-slide.no-visible .news-slide__inner {
  -webkit-transform: translate3d(-38vw, 0, 0);
  transform: translate3d(-38vw, 0, 0); }

/*end timeline*/
.slider_btn_prev,
.slider_btn_next {
  -webkit-transition: all .5s;
  transition: all .5s; }
  .slider_btn_prev:hover,
  .slider_btn_next:hover {
    background: #14afb7; }

.brands_wr_1 .brand:after {
  -webkit-transition: all .5s;
  transition: all .5s; }

.brands_wr_1 .brand:hover:after {
  background: rgba(223, 216, 208, 0.5); }

.sec_brand_2 .brands_wr_1 .brand {
  background: #f2f2f2; }
  .sec_brand_2 .brands_wr_1 .brand:after {
    content: none; }

.soc-links a,
.footer-menu-li a,
.mobile-nav-menu a {
  position: relative; }
  .soc-links a:hover:after,
  .footer-menu-li a:hover:after,
  .mobile-nav-menu a:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .soc-links a:after,
  .footer-menu-li a:after,
  .mobile-nav-menu a:after {
    content: '';
    bottom: -3px;
    left: 0;
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .5s;
    transition: all .5s; }

.schwab_mh {
  max-height: 75px;
  width: auto; }

.mh {
  max-height: 75px; }

.hid_inf {
  -webkit-transform: translate(0, 58px);
          transform: translate(0, 58px); }

.hid_nax {
  -webkit-transform: translate(0, 100%) !important;
          transform: translate(0, 100%) !important; }

.info_modal_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 13;
  background: #f2f2f2;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }

.info_head {
  padding-bottom: 14px;
  text-align: center; }

.info_head p {
  font-weight: 700;
  color: #262626; }

.i_m {
  padding: 24px 0 20px 0;
  max-width: 710px;
  margin: 0 auto; }

.inner_text_inf {
  text-align: center; }

.hid_inf .inner_text_inf {
  opacity: 0; }

.my_clos {
  position: absolute;
  right: 0;
  top: 10px;
  background: transparent !important;
  color: #262626 !important; }

.about_partners_progress {
  margin-top: 50px; }

.full_width .field input,
.full_width .field textarea,
.full_width .field select {
  width: 100%; }

.field input,
.full_width .field textarea,
.full_width .field select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #31455a;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #e4eff7; }

.field input,
.field textarea {
  padding: 10px 25px 10px 0; }

.form .field_group {
  margin-bottom: 20px; }

.checkout-bl:nth-last-child(1) .checkout-delivery-block,
.checkout-block .field_group:nth-last-child(1) {
  margin-bottom: 0; }

.form .field_group.field_select {
  margin-top: -7px; }

.form .field_group.field_select .field {
  margin-top: -3px; }

.login-col-left .form .field_group {
  margin-bottom: 30px; }

.form .field_group .fields_ttl {
  font-size: 12px;
  color: #a6c0dc; }

.form .field_group .jq-selectbox {
  width: 100%; }

.form .field_group .field .fields_ttl,
.form .field_group .jq-selectbox__select,
.form .field_group .jq-selectbox li {
  font-size: 14px; }

.form .field_group .jq-selectbox__select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e4eff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  height: 38px;
  line-height: 36px; }

.form .field_group .jq-selectbox__trigger-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*  .toggle_password{
    color: #a0bcd9;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }*/
/*  .toggle_password:after{
    content: "\e90f";
  }
  .toggle_password.active:after{
    content: "\e910";
  }*/
.field .fields_ttl {
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out; }

.form .field_group .field .fields_ttl.active {
  top: -8px;
  font-size: 12px; }

.errorlist li:before {
  content: "\ea07";
  margin-right: 5px;
  font-size: 95%; }

.errorlist li {
  color: #F44336;
  font-size: 11px;
  padding: 5px 0;
  letter-spacing: .01em; }

.errorlist.nonfield li {
  border: 1px dashed #F44336;
  font-size: 12px;
  padding: 6px 10px;
  letter-spacing: .01em;
  margin-top: 5px;
  text-align: center; }

.form-light .errorlist li {
  color: #f7f7f7; }

.form-light .errorlist.nonfield li {
  border-color: #fff;
  color: #fff; }

.change-pass-content-done {
  text-align: center;
  max-width: 380px !important; }

.change-pass-content-done h1 {
  font-size: 21px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  color: #31455a;
  margin-bottom: 25px; }

.change-pass-content-done p {
  margin: 0 0 10px;
  line-height: 1.7; }

.change-pass-content .btn-submit {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 240px;
  width: 240px; }

.add-files {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 8px; }

.jq-file input.add-files {
  padding: 0;
  height: 100%;
  position: absolute; }

/*.form-onblue .jq-file__name{
    border: none;
  }*/
.main-reg-2 {
  padding-top: 0 !important; }

.jq-file {
  width: 100%; }

.jq-file__browse {
  border: none;
  background: #262626;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  text-shadow: none; }

.jq-file__name {
  /*border: none;*/
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5; }

.jq-file:hover .jq-file__browse {
  background: transparent;
  color: #262626; }

.login-dscr-wrapper .field:before {
  background-color: transparent; }

.login-dscr-wrapper .field:after, .login-dscr-wrapper.field_teextarea:after {
  background-color: transparent; }

.login-ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px; }

.form .field_group .fields_ttl {
  color: #262626; }

.act_red:after {
  background-color: red !important; }

.simple-remodal .form .field.half-col,
.remodal .form .field.half-col {
  width: 47% !important; }

.forget {
  display: block;
  text-align: right;
  color: #262626;
  opacity: 0.5;
  font-size: 14px; }

.allert,
.allert_field {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  color: red;
  line-height: 1.1;
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
}
.in-green-fon .allert,
.in-green-fon .allert_field {
  color: #f7ff93;
}

[name=send] + .allert {
  padding: 12px 0 8px 0;
}


@media screen and (max-width: 768px) {
  .simple-remodal #form-reg .field.half-col,
  .remodal #form-reg .field.half-col {
    width: 100% !important; } }

.progressBarContainer div {
  cursor: pointer; }

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 1px;
  background-color: rgba(38, 38, 38, 0.5);
  display: block; }

.progressBarContainer div span.progressBar .inProgress {
  background-color: #262626;
  width: 0%;
  height: 1px; }

.progressBarContainer.light div span.progressBar {
  background-color: rgba(255, 255, 255, 0.5);
  display: block; }

.progressBarContainer.light div span.progressBar .inProgress {
  background-color: white; }

.dot-count {
  opacity: .5; }

.dot-count.active {
  opacity: 1; }

.common_prgrs.progressBarContainer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 108px;
  padding: 0;
  margin-right: 15px; }

.common_prgrs.progressBarContainer div:last-child {
  margin-right: 0; }

.common_prgrs.progressBarContainer .dot-count {
  margin: 0 15px 0 0; }

.sec_home_1 .progressBarContainer div {
  color: white; }

.sec_home_2 .progressBarContainer {
  padding: 20px 0;
  position: absolute;
  bottom: -10vh; }

.sec_home_3 .progressBarContainer {
  padding: 20px 0; }

.sec_home_4 .progressBar {
  margin-top: 50px; }

.sec_home_6 .progress_bl {
  position: relative; }

.sec_home_6 .progressBarContainer {
  position: absolute;
  padding: 40px 0; }

@media screen and (max-width: 1460px) {
  .sec_home_3 .progressBarContainer div {
    width: 80px; }
  .sec_home_6 .progressBarContainer {
    position: relative;
    padding: 0; } }

/* ADD modals */
body, html {
  overflow-x: hidden !important;
  position: relative; }

.simple-remodal .right-arrow.icon-arrow:before,
.remodal .right-arrow.icon-arrow:before {
  content: "\e90A"; }

.calendar-events {
  margin: 0px auto 20px auto;
  width: 100%;
  min-height: 185px; }
  .calendar-events .clndr {
    overflow: hidden;
    border-bottom: none;
    height: auto;
    margin-top: 50px; }
    .calendar-events .clndr .clndr-controls {
      position: absolute;
      bottom: -90px;
      right: 0;
      background-color: transparent;
      color: #fff; }
      .calendar-events .clndr .clndr-controls .clndr-previous-button,
      .calendar-events .clndr .clndr-controls .clndr-next-button {
        width: 50px;
        height: 50px;
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 0px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        background-color: #000;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s; }
      .calendar-events .clndr .clndr-controls .clndr-next-button {
        float: right;
        margin-left: 15px; }
    .calendar-events .clndr .month {
      font-size: 24px;
      padding-top: 8px;
      padding-bottom: 0px;
      text-align: center;
      font-weight: 700;
      letter-spacing: 1px;
      position: absolute;
      bottom: -80px;
      text-transform: capitalize;
      left: 0; }
    .calendar-events .clndr .cal {
      width: 100%; }
      .calendar-events .clndr .cal .clndr-grid .days-of-the-week {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .calendar-events .clndr .cal .clndr-grid .days-of-the-week .header-day {
          width: 14.28571428571429%;
          color: #808080;
          text-align: right;
          padding-right: 15px;
          font-size: 11px;
          font-weight: bold;
          padding-top: 12px;
          height: 40px;
          background-color: #f7f7f7;
          border-right: 1px solid #e9e9e9;
          border-top: 1px solid #e9e9e9;
          border-bottom: 1px solid #e9e9e9; }
          .calendar-events .clndr .cal .clndr-grid .days-of-the-week .header-day:first-child {
            border-left: 1px solid #e9e9e9; }
          .calendar-events .clndr .cal .clndr-grid .days-of-the-week .header-day:last-child {
            color: #fb7b7b; }
      .calendar-events .clndr .cal .clndr-grid .days {
        overflow: hidden;
        height: 100%;
        width: 100%;
        border-left: 1px solid #e9e9e9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .calendar-events .clndr .cal .clndr-grid .days .day {
          width: 14.28571428571429%;
          padding-top: 4px;
          padding-bottom: 2px;
          font-size: 11px;
          height: 80px;
          text-align: right;
          color: #808080;
          border-right: 1px solid #e9e9e9;
          border-bottom: 1px solid #e9e9e9;
          overflow: hidden;
          position: relative; }
          .calendar-events .clndr .cal .clndr-grid .days .day.last-month .num {
            opacity: 0.4; }
          .calendar-events .clndr .cal .clndr-grid .days .day.next-month .num {
            opacity: 0.4; }
          .calendar-events .clndr .cal .clndr-grid .days .day.event {
            cursor: pointer; }
            .calendar-events .clndr .cal .clndr-grid .days .day.event .title {
              background-color: #f2f2f2;
              position: relative;
              bottom: 0;
              height: 100%;
              text-align: left;
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 5px;
              line-height: 1.1;
              color: #262626; }
          .calendar-events .clndr .cal .clndr-grid .days .day .num {
            padding-right: 15px;
            height: 26px;
            padding-top: 3px; }
          .calendar-events .clndr .cal .clndr-grid .days .day.today {
            font-weight: bold; }
          .calendar-events .clndr .cal .clndr-grid .days .day.calendar-dow-6 {
            color: #fb7b7b; }
          .calendar-events .clndr .cal .clndr-grid .days .day.select .title {
            background-color: #14afb7;
            color: #fff; }

.remodal-wrapper {
  overflow: hidden !important; }
  .remodal-wrapper.remodal-is-opened {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background-color: #fff; }

.modal-success {
  height: auto;
}
.modal-success .modal-wrapper {
  display: flex;
}
.modal-success .modal-wrapper:after {
  display: none;
}
.modal-success .modal-bl {
  max-width: 550px;
  margin: 0 auto !important;
}
.simple-page .modal-success .modal-bl {
  text-align: center;
}

.simple-remodal {
  display: block !important;
}

.simple-remodal .modal-bl-wrapper,
.remodal .modal-bl-wrapper {
  background-color: #fff; }

.simple-remodal .modal-wrapper:before,
.remodal .modal-wrapper:before {
  background-color: #fff; }

.simple-remodal .modal-subttl,
.remodal .modal-subttl {
  margin: 0 0 50px;
  color: #808080; }

.simple-remodal .ttl,
.remodal .ttl {
  margin: 0 0 40px; }

.simple-remodal .modal-bl,
.remodal .modal-bl {
  margin-left: 8%;
  margin-right: 10%; }

.simple-remodal .last-password,
.remodal .last-password {
  text-align: right;
  padding-bottom: 30px; }
  .remodal .last-password a {
    color: #cecece; }

.simple-remodal .form .field.field_last,
.remodal .form .field.field_last {
  margin-bottom: 10px; }

.remodal-reg .modal-bl, 
.remodal-login .modal-bl {
  margin-left: 0;
  margin-right: 0; }

.remodal-brands .modal-header {
  position: relative; }

.remodal-brands .modal-wrapper:before {
  background-image: url(../img/modals/bg-brands.jpg); }

.remodal-brands h2 {
  font-size: 60px;
  font-weight: 700;
  margin-left: -5px; }

.remodal-brands .brands-logo {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 200px; }

.remodal-brands h3 {
  font-weight: 700;
  font-size: 24px; }

.remodal-brands .btn-group {
  margin-top: 40px; }
  .remodal-brands .btn-group .btn5 {
    margin-left: 10px; }

.remodal-brands ul {
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 30px;
  margin-top: 0px; }
  .remodal-brands ul li {
    list-style: disc;
    padding-left: 10px;
    margin-top: 10px;
    color: #808080; }

.remodal-brands .lead {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }

.remodal-brands .common_txt {
  margin-top: 30px;
  color: #808080; }

.remodal-consultation .modal-wrapper:before {
  background-image: url(../img/modals/bg-cons.jpg); }

.remodal-service .modal-wrapper:before {
  background-image: url(../img/modals/bg-services.jpg); }

.remodal-study-calendar .modal-header p, .remodal-study-calendar .modal-header span {
  font-size: 18px; }
  .remodal-study-calendar .modal-header p span, .remodal-study-calendar .modal-header span span {
    color: #14afb7; }

.remodal-study-calendar .common_txt {
  margin-top: 30px; }
  .remodal-study-calendar .common_txt p {
    font-size: 17px;
    color: #7f7f7f;
    margin-bottom: 20px; }

.remodal-study-calendar .modal-wrapper:before {
  background-image: none; }

.remodal-study-calendar .tab-container {
  position: relative; }

.remodal-study-calendar .etabs {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .remodal-study-calendar .etabs li {
    margin: 0 25px 0 25px;
    position: relative; }
    .remodal-study-calendar .etabs li.active a {
      color: #000; }
      .remodal-study-calendar .etabs li.active a:before {
        background-color: #000; }
    .remodal-study-calendar .etabs li a {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.65px;
      font-weight: 700;
      color: #808080; }
      .remodal-study-calendar .etabs li a:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: transparent;
        position: absolute;
        -webkit-transition: all .5s;
        transition: all .5s;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -10px; }

.remodal-study-calendar h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700; }

.remodal-study-calendar .event-time {
  padding-left: 60px; }

.remodal-study-calendar .event-filial {
  padding-right: 60px; }

.remodal-study-calendar .event-location {
  padding-bottom: 5px; }

.remodal-study-calendar .event-page {
  font-size: 18px; }
  .remodal-study-calendar .event-page span {
    color: #14afb7; }

.remodal-study-calendar .btn-group .lead {
  padding-right: 50px;
  padding-left: 50px;
  text-transform: uppercase;
  font-weight: 700; }

.remodal-policy {
  height: 100vh; }
  .remodal-policy .inner {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
  .remodal-policy .modal-wrapper:before {
    background-image: none; }
  .remodal-policy .modal-bl {
    margin: 120px auto;
    margin-left: auto !important; 
    margin-right: auto !important; }
    .remodal-policy .modal-bl p {
      font-size: 17px;
      color: #808080;
      margin-bottom: 70px; }
      .remodal-policy .modal-bl p b {
        font-weight: bold;
        color: #262626; }
  .remodal-policy .modal-context h3 {
    margin-bottom: 25px; }
  .remodal-policy .modal-context p {
    margin-bottom: 40px; }
  .remodal-policy .number-list p {
    position: relative;
    padding-left: 70px;
    margin-bottom: 70px; }
    .remodal-policy .number-list p span {
      color: #262626;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold; }

@media screen and (max-width: 1450px) {
  /**/
  .remodal {
    height: 100%;
    min-height: 100vh; }
    .simple-remodal h2,
    .remodal h2 {
      font-size: 48px;
      margin-left: -3px; }
    .simple-remodal .modal-bl,
    .remodal .modal-bl {
      margin-left: 4%;
      margin-right: 10%;
      padding-top: 40px;
      padding-bottom: 40px; }
  .remodal.remodal-study-calendar .modal-bl {
    margin-left: 4%;
    margin-right: 4%; } }

@media screen and (max-width: 1200px) {
  /**/
  .simple-remodal h2,
  .remodal h2 {
    font-size: 48px;
    margin-left: -3px; }
  .simple-remodal .modal-bl,
  .remodal .modal-bl {
    margin-left: 4%;
    margin-right: 6%; }
  .simple-remodal .common_txt p,
  .remodal .common_txt p {
    font-size: 14px; }
  .simple-remodal .btn-group .btn5,
  .remodal .btn-group .btn5 {
    width: 180px; }
  .remodal-study-calendar .common_txt {
    margin-bottom: 15px; }
    .remodal-study-calendar .common_txt p {
      font-size: 14px; }
  .remodal-study-calendar h3 {
    margin-bottom: 15px; }
  .remodal-study-calendar .modal-bl .modal-header span {
    font-size: 16px; }
  .remodal-study-calendar .btn-group .lead {
    margin-top: 20px;
    display: block; } }

@media screen and (max-width: 991px) {
  /**/
  .simple-remodal .modal-wrapper:before,
  .remodal .modal-wrapper:before {
    width: 28.88%; }
  .simple-remodal .modal-bl,
  .remodal .modal-bl {
    margin-left: 10%;
    margin-right: 10%; }
  .simple-remodal .btn-group .btn5,
  .remodal .btn-group .btn5 {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    width: 250px; }
  .remodal-study-calendar .modal-wrapper {
    height: auto; }
  .remodal-study-calendar .tab-container {
    margin-top: 60px; }
    .remodal-study-calendar .tab-container .calendar-events .clndr {
      height: auto; }
      .remodal-study-calendar .tab-container .calendar-events .clndr .clndr-controls {
        bottom: -80px; }
      .remodal-study-calendar .tab-container .calendar-events .clndr .month {
        bottom: -80px; }
      .remodal-study-calendar .tab-container .calendar-events .clndr .cal .clndr-grid .days .day {
        height: 80px; }
  .remodal-study-calendar .modal-header {
    margin-top: 40px; }
  .remodal-study-calendar .modal-context {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  /**/
  .simple-remodal .modal-bl,
  .remodal .modal-bl {
    margin-left: 6%;
    margin-right: 12%; }
  .simple-remodal .modal-wrapper:before,
  .remodal .modal-wrapper:before {
    background-image: none; }
  .simple-remodal .btn-group .btn5,
  .remodal .btn-group .btn5 {
    margin-left: 0;
    margin-top: 20px;
    display: block; }
  .simple-remodal .form .field.half-col,
  .remodal .form .field.half-col {
    width: 100%; }
  .simple-remodal .fiel_row.df.jcsb,
  .remodal .fiel_row.df.jcsb {
    display: block; } 
  .remodal-policy .remodal-close {
    top: 20px; }
    .remodal-policy .modal-bl {
      margin-top: 40px;
      margin-bottom: 20px; }

  .remodal-base .col-xs-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .remodal-base .modal-bl {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px; }
  .remodal-base .remodal-close {
    position: fixed; 
    top: 15px;
    right: 15px; }  
  }

@media screen and (max-width: 520px) {
  /**/
  .simple-remodal .brands-logo,
  .remodal .brands-logo {
    position: relative; }
    .simple-remodal .brands-logo img,
    .remodal .brands-logo img {
      max-width: 100%;
      width: auto; }
  .simple-remodal .modal-bl,
  .remodal .modal-bl {
    margin-left: 0;
    margin-right: 0; }
  .simple-remodal ul,
  .remodal ul {
    margin-bottom: 0;
    margin-top: 0; }
  .simple-remodal h3,
  .remodal h3 {
    margin-top: 40px; } 
  .remodal-base .container {
    width: 98%; }   
  }

/* media */
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1281px) and (max-height: 1080px) {
  .brands_wr_1 .brand {
    padding-bottom: 60%; }
  .footer_context {
    padding-top: 0; }
  .map_ttl {
    margin-bottom: 30px; }
  .dscr_bl {
    margin: 0 0 15px; }
  .dscr_bl_wr {
    margin: 0 0 20px; }
  .map_bl_2 {
    height: auto; }
  .slider_content_3 .video_item,
  .slider_content_3 .brand,
  .slider_content_3 .event_item {
    max-height: 390px; }
  .h1, h1 {
    font-size: 90px; }
  .sec_about_1 .s_top_ttl {
    margin-bottom: 30px; }
  .sec_about_1 .dcsr p {
    margin: 0 0 20px; }
  .sec_about_3 .item_wr {
    margin: 0 0 50px; }
  .partners_2 .ttl {
    margin-bottom: 50px; }
  .sec_about_8 .partners_bl,
  .sec_home_2 .partners_bl {
    margin-bottom: 50px; }
  .news_item {
    height: 400px; }
  .news_item .dscr_wrapper {
    padding: 30px; }
  .fix_top_bl {
    margin-top: 170px; }
  .cabinet_row,
  .consult_bl {
    padding-top: 187px;
    padding-bottom: 90px; }
  .fix_top_bl.right {
    margin-top: 187px; }
  .sec_about_1 .btn-play {
    top: 270px; }
  .top_brand_content,
  .top_about_content,
  .top_partners_content,
  .top_service_content,
  .top_study_content {
    padding-top: 187px; }
  .news_context {
    padding-top: 260px;
    padding-bottom: 50px; }
  .map_context {
    padding-top: 260px; }
  .mission_context,
  .program_context {
    padding-top: 187px;
    padding-bottom: 90px; }
  .partners_context {
    padding-top: 275px; }
  .sec_about_8 .partners_context {
    padding-top: 187px;
    padding-bottom: 100px; }
  .values_context {
    padding-top: 230px; }
  .slider_row {
    padding-top: 240px; }
  .brands_context {
    padding-top: 187px;
    margin: 0 0 100px; }
  .sertif_context {
    padding-top: 170px; }
  .s_footer .row1 {
    padding-top: 50px;
    /* padding-top: 170px !important;  */
  }
  .burger_menu_content {
    padding-top: 100px; }
    .burger_menu_content .fix_top_bl {
      margin-top: 30px; }
  .burger_menu_bl {
    -ms-flex-item-align: start;
        align-self: flex-start; } }

@media only screen and (min-width: 1281px) and (max-height: 699px) {
  .slider_content_3 .video_item, 
  .slider_content_3 .brand, 
  .slider_content_3 .event_item {
    max-height: 50vh;
  }
  .burger_menu_content {
    padding-top: 50px;
  }
}

@media screen and (max-height: 750px) {
  .burger_menu_content .fix_top_bl,
  .burger_menu_content .fix_btm_bl {
    display: none; }
  .burger_menu_content .s-wrapper {
    padding: 15px 0; }
  .burger_menu_bl .phone_bl.hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .phone_bl.hidden .s-tel {
      margin: 0;
      text-align: left;
      width: 100%; }
    .phone_bl.hidden .s-tel-dscr {
      margin: 0 0 10px;
      text-align: left;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
  .soc-links-bl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .soc-links-bl .soc-links {
      width: 100%; }
    .soc-links-bl .dscr {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 0 10px;
      text-align: left; }
  .brands_wr_1 .brand {
    padding-bottom: 80%; }
  .brands .slider_btn_next,
  .slider_content_partners .slider_btn_next,
  .slider_content_events .slider_btn_next {
    right: -5%; }
  .cabinet_row {
    padding-top: 0; }
  .sec_home_4 .ttl {
    padding: 0 0 70px; } }

@media screen and (max-height: 500px) {
  .burger_menu_content .s-wrapper {
    padding-top: 15px; } }

@media screen and (max-width: 1780px) {
  .container {
    width: 90%; }
  .common_txt {
    font-size: 16px; }
  .fz-24,
  .h3,
  h3 {
    font-size: 18px; }
  .s_ttl,
  h2,
  .simple-remodal h2,
  .remodal h2,
  .quote_txt,
  .fz-36 {
    font-size: 32px; }
  .fz-60 {
    font-size: 48px; }
  h1,
  .h1,
  .s_top_ttl {
    font-size: 80px;
    line-height: 1; }
  .fix_top_bl {
    top: 0;
    margin-top: 130px; }
  .sec_contacts_1 .fix_top_bl {
    margin-top: 150px; }
  .sec_contacts_1 .fix_top_bl.right,
  .p_news_all .fix_top_bl {
    margin-top: 160px; }
  .news_bl_container {
    padding-top: 310px; }
  .fix_top_bl.right {
    margin-top: 146px; }
  .brands_context,
  .program_context,
  .sertif_context,
  .mission_context {
    padding-top: 146px; }
  .sec_home_1 .s_top_ttl {
    margin-bottom: 20px; }
  .sec_home_1 .sub_ttl {
    margin: 0 0 18px; }
  .news_context {
    padding: 150px 0 6vh; }
  .news_item {
    max-width: 476px;
    height: 363px; }
  .news_item .dscr_wrapper {
    padding: 35px; }
  .news_item .news_title {
    height: 62px; }
  .news_item .news_bg {
    height: 235px; }
  .article_blocks .news_dscr {
    margin: 30px 0;
    max-height: 142px;
    max-width: 400px;
    width: 100%; }
  .news_context {
    padding: 146px 0 6vh; }
  .map_ttl {
    margin-bottom: 20px; }
  /* .map_bl {
    height: 375px; } */
  .info_bl_2 .info_inner {
    padding: 34px 40px 34px; }
  .info_dscr {
    margin: 0 0 15px; } }

@media screen and (max-width: 1670px) {
  .brands_context {
    margin-bottom: 60px;
  }
  .brands_bl .row2 {
    margin-bottom: 45px; }
  .s_top_header {
    height: 72px; }
  .fix_top_bl,
  .s_top .fix_top_bl.right {
    margin-top: 112px; }
  .sec_contacts_1 .fix_top_bl {
    margin-top: 120px; }
  .sec_contacts_1 .fix_top_bl.right,
  .p_news_all .fix_top_bl {
    margin-top: 130px; }
  .news_bl_container {
    padding-top: 280px; }
  .fix_top_bl .col-left,
  .fix_top_bl .col-right {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  .fix_top_bl .col-right {
    margin-left: 33.33%; }
  .sec_home_1 .slider_content_1 {
    padding-top: 170px; }
  .sec_home_1 .btn-play {
    top: 44%; }
  .sec_home_4 .btn-play {
    top: 44%; }
  .sec_home_1 .progressBarContainer {
    top: 52%; }
  .page_footer {
    margin-bottom: 25px; }
  .sec_home_5 .dscr {
    margin: 0 0 60px; }
  .consult_bl .field_btn,
  .sec_home_5 .field_btn {
    margin: 50px 0 0; }
  .sec_contacts .btn_common_tabs li {
    margin: 0 30px 10px 0; }
  .s_footer .row1 {
    /* padding-top: 130px;  */
    padding-top: 50px;
  }
  .footer_context .col-left .s_ttl {
    max-width: 190px; }
  .footer_context .col-right,
  .burger_menu_bl .col-right {
    margin: 0;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%; }
  .footer_form .field_btn,
  .menu_form .field_btn {
    margin: 35px 0 0; }
  .burger_menu_content {
    height: calc(100vh - 72px); }
  .sec_partners_2 .fix_btm_bl.right,
  .sec_news_all_2 .fix_btm_bl.right {
    padding-bottom: 25px; }
  .sec_partners_2 .logo img,
  .sec_news_all_2 .logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 109px;
            flex: 0 0 109px;
    width: 109px; }
  .sec_partners_2 .s-cabinet,
  .sec_news_all_2 .s-cabinet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px; }
  .sec_partners_2 .header-logo,
  .sec_news_all_2 .header-logo {
    padding-right: 30px; }
  .sec_partners_2 .s_top_header .cc-2,
  .sec_news_all_2 .s_top_header .cc-2 {
    width: 100%; }
  .sec_partners_2 .s_top_header .nav-menu,
  .sec_news_all_2 .s_top_header .nav-menu {
    width: 85%; }
  .s_top .s_slider_wrapper {
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
    max-width: 41.66%; }
  .common_prgrs.progressBarContainer div {
    width: 96px; }
  .burger_menu_content .fix_btm_bl .fpolicy,
  .page_footer .fpolicy {
    width: 85%; }
  .burger_menu_content .fix_btm_bl .cc1,
  .page_footer .cc1 {
    width: 24%; }
  .burger_menu_content .fix_btm_bl .cc2,
  .page_footer .cc2 {
    width: 60%; }
  .burger_menu_content .fix_btm_bl .cc3,
  .page_footer .cc3 {
    width: 16%; } 
  .map_context {
    padding-top: 220px; }}

@media screen and (max-width: 1460px) {
  h1, .h1, .s_top_ttl {
    font-size: 70px;
  }
  .s_slider_wrapper {
    width: 41.666%; }
  .btn-play-wrapper {
    margin: 0 20px 0 0; }
  .s_top_header {
    font-size: 11px; }
  .s_top .s_slider_wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .s_top .common_prgrs.progressBarContainer div {
    width: 78px; }
  .cabinet_row, .consult_bl {
    padding-top: 123px; }
  .sec_home_3 .fix_top_bl.right {
    margin-top: 127px; }
  .sec_home_3 .slider_row {
    padding-top: 200px; }
  .sec_home_5 .dscr {
    margin: 0 0 30px; }
  .news_item {
    height: 325px; }
  .news_item .news_bg {
    height: 200px; }
  .article_blocks .news_dscr {
    max-height: 121px; }
  .sec_contacts .fix_top_bl.right {
    margin-top: 122px; }
  .map_context {
    padding-top: 190px; }
  .sec_study_1 .col_btm_mid {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .article_blocks .news_dscr {
    margin: 15px 0; } 
  .brands_wr_2 .sl_brand_dscr {
    width: 80%; }
  }

@media only screen and (max-width: 1280px) {
  .s_footer .fix_top_bl {
    margin-top: 0;
  }

  .s-tel-dscr,
  .soc-links-bl .dscr {
    text-align: right; }
  .burger_menu_bl .soc-links-bl .dscr {
    text-align: left; }
  .s-wrapper {
    padding-top: 130px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .sec_study_2 .s-wrapper,
  .sec_study_3 .s-wrapper,
  .sec_brand_2 .s-wrapper,
  .sec_about_7 .s-wrapper {
    padding-top: 0;
  }
  .sec_about_7 .s-wrapper {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .s_top .s-wrapper {
    padding-top: 112px; }
  .s_top .slider_content_1 {
    padding-top: 82px; }
  .s_top .home_container_wr {
    padding-bottom: 150px; }
  .container_mob {
    width: 90%;
    padding: 0 15px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .info_bl_wiz {
    max-width: 248px; }
  .sec_home_2 .fix_top_bl.left .s_ttl,
  .sec_home_3 .fix_top_bl.left .s_ttl,
  .sec_home_4 .fix_top_bl.left .s_ttl,
  .sec_news_all_2 .fix_top_bl.left .s_ttl {
    max-width: 226px; }
  .sec_home_2 .fix_top_bl.left,
  .sec_home_3 .fix_top_bl.left,
  .sec_home_4 .fix_top_bl.left,
  .sec_home_5 .fix_top_bl.left,
  .sec_contacts .fix_top_bl.left {
    margin-top: 130px; }
  .sec_home_5 .fix_top_bl.left .s_ttl {
    max-width: 237px;
    margin: 0 0 50px; }
  .sec_home_2 .partners_context {
    padding-top: 75px; }
  .sec_home_2 .quote_txt {
    margin-top: -75px; }
  .s_top .fix_top_bl {
    position: relative; }
  .s_top .fix_top_bl.right {
    position: absolute; }
  .sec_home_6 .fix_top_bl,
  .sec_contacts .fix_top_bl.left {
    position: relative; }
  .sec_contacts .fix_top_bl.left {
    margin-bottom: 30px; }
  .sec_home_6 .s_ttl {
    margin: 0 0 50px; }
  .sec_home_6 .fix_top_bl.left,
  .sec_contacts .fix_top_bl.left {
    margin-top: 0; }
  .sec_home_6 .fix_top_bl .col,
  .sec_contacts .fix_top_bl .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0; }
  .sec_home_1 .btn-play_cancel {
    top: 112px;
    right: 15px; }
  .s_top .fix_top_bl,
  .s_top .fix_top_bl.right {
    margin-top: 0; }
  .footer_context {
    padding-top: 0; }
  .burger_menu_content .fix_top_bl {
    margin-top: 0;
    margin-bottom: 50px; }
  .sec_3 .slider_row {
    padding-top: 80px; }
  .cabinet_row {
    padding-top: 40px; }
  .consult_bl {
    padding-top: 0; }
  .sec_home_4 .s_slider_item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 80px;
    height: auto;
    min-height: 180px; }
  .sec_home_4 .slider_content_4 {
    width: 75%;
    padding: 0 15px; }
  .sec_home_4 .btn-reg {
    margin: 0; }
  .sec_home_5 .s_ttl {
    margin: 0 0 50px; }
  .news_context {
    padding: 0 0 45px; }
  .news_item {
    height: 300px; }
  .news_item .news_bg {
    max-height: 176px; }
  .map_col,
  .map_col.info_bl_2 {
    width: 25%; }
  .map_col.info_bl_2 {
    margin-bottom: 30px; }
  .map_context {
    padding-top: 0;
    margin-top: 0; }
  .info_bl .info_dscr {
    text-align: left; }
  .info_bl .info_inner {
    padding: 45px 25px; }
  .top_brand_content,
  .top_about_content,
  .top_partners_content,
  .top_service_content,
  .top_study_content {
    padding-top: 40px;
    padding-bottom: 80px; }
  .sec_study_1 .col_btm_mid {
    max-width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%; }
  .sec_study_1 .s_top_ttl {
    margin: 0 0 15px; }
  .sec_study_2 .fix_btm_bl .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .mission_context,  
  .values_context {
    padding-top: 80px;
  }
  .sec_about_3 .sec_context {
    padding-top: 120px;
  }
  .news_bl_container {
    padding-top: 50px; }
  .news_item .news_title {
    height: 56px; }
  .article_blocks .news_dscr {
    margin: 10px 0; }
  .sec_news_all_2 .fix_top_bl.right {
    margin-top: 122px; } 
  .sec_about_8 .partners_context {
    padding-top: 50px; }
  
  }

@media only screen and (max-width: 1279px) {
  .p_brand .brands_bl {
    padding-bottom: 100px;
  }
  .brands_context {
    padding-top: 0;
    margin-bottom: 0;
  }
  .sec_study_2 .s-wrapper,
  .sec_study_3 .s-wrapper,
  .sec_brand_2 .s-wrapper,
  .sec_about_7 .s-wrapper {
    padding-top: 120px;
  }
  .sec_about_7 .s-wrapper {
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: flex-start;    
  }
  h1, .h1, .s_top_ttl {
    font-size: 60px; }
  .map_bl {
    height: 420px; }
  .sec_about_7 .fix_top_bl {
    position: static;
    margin-top: 0; }  
  .section.content__timeline .s-wrapper {
    min-height: 580px; }
  .values_context {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sec_about_3 .sec_context {
    padding-top: 100px; }

  .brands_context, 
  .program_context, 
  .sertif_context, 
  .mission_context {
    padding-top: 0; }
  .s-wrapper {
    padding-top: 120px; }

  .s_footer .s-wrapper {
    padding-top: 60px; }

  .partners_join {
    margin-bottom: 40px; }
  .btn-play-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0; }
  .s_top .common_prgrs.progressBarContainer div {
    width: 105px; }
  .sec_home_1 .progressBarContainer_wr {
    position: relative;
    padding: 0 15px;
    width: 90%;
    margin: 40px auto 0; }
    .sec_home_1 .progressBarContainer_wr .progressBarContainer {
      margin-left: auto;
      margin-right: auto;
      max-width: 470px; }
  #leftMenu {
    display: none !important; }
  
  .s_ttl, h2, .simple-remodal h2, .remodal h2, .quote_txt, .fz-36 {
    font-size: 26px;
  }

  /* CSS-Reset Fullpage */ 
  html.fp-enabled, 
  .fp-enabled body {
    overflow-y: auto !important;
    height: auto !important;
  }
  html.remodal-is-locked, 
  .remodal-is-locked body {
    overflow-y: hidden !important;
  }
  .fullpage {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
  }
  .section:not(.sec_1),
  .fp-section:not(.sec_1),
  .fp-scrollable,
  .fp-tableCell {
    height: auto !important; }    
  /* .section:not(.sec_1) {
    min-height: 100vh !important;
  } */
  .partners_video_wr {
    padding-top: 0px; }

  .form {
    max-width: 500px;
  }

  .p_article .section,
  .p_brand .section,
  .p_news_all .section {
    min-height: 0; }
  .s_header {
    background: #14afb7; }
  .s_header .nav-menu {
    display: none; }
  .s_top_header {
    height: 55px; }
  .burger_menu_content {
    height: calc(100vh - 55px); }
  .s_header .burger-menu {
    display: block; }
  .header-menu-top {
    display: none; }
  .header-logo {
    padding-right: 50px; }
  .logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74px;
            flex: 0 0 74px;
    width: 74px; }
  .s-cabinet {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    border: none;
    padding: 0; }
    .s-cabinet .btn-txt {
      display: none; }
    .s-cabinet .btn-icon {
      display: block; }
  .p_article .artical_context {
    padding-top: 70px; }
  .artical_header .s_ttl {
    font-size: 24px; }
  .col-article-content {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .page_footer {
    position: relative;
    margin: 0;
    background: #14afb7;
    opacity: 1;
    padding-bottom: 50px; }
  .burger_menu_content .fix_btm_bl .container,
  .page_footer .container {
    opacity: 0.5; }
  .page_footer .fpolicy,
  .page_footer .c-studio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    width: 100%; }
  .btn_move_down {
    display: none; }
  .sec_news_all_2 .s-wrapper {
    padding-bottom: 80px; }
  .sec_news_all_2 .fix_btm_bl.right {
    display: none; }
  .news_all_context {
    padding-top: 100px; } 
  .content__timeline .news-arrows {
    position: relative;
    -webkit-transform: translateY(-58px);
            transform: translateY(-58px);
    top: 0; }
  }

@media only screen and (max-width: 1200px) {
  .top_brand_content .left_line:before,
  .s_top .col_btm_left {
    display: none; }
  .top_brand_content .left_line {
    padding-left: 0;  }
  .sec_study_1 .col_btm_mid {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  
}

@media only screen and (max-width: 1199px) {
  .row2-1 .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px; }
  .values_context {
    padding-top: 50px; }
  .p_about .common_prgrs.static_prgrs {
    margin: 30px 0 0 5%;
    width: 90%;
    padding-left: 15px; }
  .p_about .mission_context {
    padding-top: 0; }
  .fix_top_bl .col-left,
  .fix_top_bl .col-right {
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
    max-width: 41.66%; }
  .fix_top_bl .col-right {
    margin-left: 16.66%; }
  .sec_home_1 .slider_content_1 {
    padding-top: 0; }
  .sec_home_4 .video_btn_wr {
    top: 0;
    left: 0;
    position: relative; }
  .sec_home_4 .btn-play {
    margin: 50px auto 80px;
    width: 121px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sec_home_4 .btn-play-wrapper {
    margin: 0 0 30px; }
  .sec_home_4 .slider_content_4 {
    width: 100%; }
  .sec_home_1 .video_btn_wr {
    top: 0;
    left: 0;
    position: relative; }
  .sec_home_1 .btn-play {
    margin: 0 auto 100px;
    width: 115px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sec_home_1 .btn-play-wrapper {
    margin: 0 0 40px; }
  .sec_home_1 .slider_btn_prev {
    display: block !important; }
  .sec_home_1 .bl_arr {
    top: 25%;
    display: block; }
  .bl_arr {
    width: 45px;
    height: 45px; }
  .sec_home_1 .progressBarContainer_wr {
    position: relative; }
  
  .s_top .col_btm_right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .sec_home_1 .btn-more {
    margin-left: 0; }
  .s_top .s_slider_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .s_top .common_prgrs.progressBarContainer div {
    width: 106px; }
  /* .footer_context .col-left,
  .burger_menu_bl .col-left {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } */
  .burger_menu_content .container,
  .page_footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .burger_menu_content .fix_btm_bl .cc2,
  .page_footer .cc2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .burger_menu_content .fix_btm_bl .cc1,
  .page_footer .cc1,
  .burger_menu_content .fix_btm_bl .cc3,
  .page_footer .cc3 {
    width: 50%; }
  .burger_menu_content .fix_btm_bl .fpolicy,
  .page_footer .fpolicy {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px; }
  .info_bl_wiz {
    display: none; }
    .info_bl_wiz.hidden {
      display: block;
      position: relative;
      max-width: none;
      margin: 0 0 50px; }
  .sec_home_2 .progressBarContainer,
  .sec_home_3 .progressBarContainer,
  .sec_home_6 .progressBarContainer {
    display: none; }
  .sec_home_2 .fix_top_bl.left,
  .sec_home_2 .fix_top_bl.right,
  .sec_home_3 .fix_top_bl.left,
  .sec_home_3 .fix_top_bl.right,
  .sec_home_4 .fix_top_bl.left,
  .sec_home_4 .fix_top_bl.right,
  .sec_home_5 .fix_top_bl.left,
  .sec_home_5 .fix_top_bl.right,
  .sec_partners_2 .fix_top_bl.left,
  .sec_about_2 .fix_top_bl.left,
  .sec_about_3 .fix_top_bl.left,
  .sec_about_6 .fix_top_bl.left,
  .sec_service_2 .fix_top_bl.left,
  .sec_study_2 .fix_top_bl.left,
  .sec_study_2 .fix_top_bl.right,
  .sec_study_3 .fix_top_bl.left,
  .sec_study_3 .fix_top_bl.right {
    position: relative; }
  .sec_partners_2 .fix_top_bl.left,
  .sec_home_2 .fix_top_bl.left,
  .sec_home_3 .fix_top_bl.left,
  .sec_home_4 .fix_top_bl.left,
  .sec_home_5 .fix_top_bl.left,
  .sec_about_2 .fix_top_bl.left,
  .sec_about_3 .fix_top_bl.left,
  .sec_about_6 .fix_top_bl.left,
  .sec_service_2 .fix_top_bl.left,
  .sec_study_2 .fix_top_bl.left,
  .sec_study_3 .fix_top_bl.left {
    margin-top: 0; }
  .sec_home_2 .fix_top_bl.right,
  .sec_home_3 .fix_top_bl.right,
  .sec_home_4 .fix_top_bl.right,
  .sec_home_5 .fix_top_bl.right,
  .sec_study_2 .fix_top_bl.right,
  .sec_study_3 .fix_top_bl.right {
    margin-top: 60px; }
  .p_about .fix_top_bl .col,
  .sec_brand_2 .fix_top_bl .col,
  .sec_partners_2 .fix_top_bl .col,
  .sec_home_2 .fix_top_bl .col,
  .sec_home_3 .fix_top_bl .col,
  .sec_home_4 .fix_top_bl .col,
  .sec_home_5 .fix_top_bl .col,
  .sec_service_2 .fix_top_bl .col,
  .sec_study_2 .fix_top_bl .col,
  .sec_study_3 .fix_top_bl .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0; }
  .sec_contacts .fix_top_bl.left {
    position: relative; }
  .sec_contacts .fix_top_bl.left {
    margin-top: 0; }
  .sec_contacts .fix_top_bl .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0; }
  .sec_home_5 .fix_btm_bl .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0; }
  .sec_home_2 .fix_top_bl.left .s_ttl {
    max-width: 412px; }
  .sec_home_2 .quote_txt {
    margin-top: 0;
    margin-bottom: 50px;
    display: none; }
    .sec_home_2 .quote_txt.hidden {
      display: block; }
  .sec_home_2 .partners_context {
    padding-bottom: 0; }
  .sec_home_2 .s-wrapper,
  .sec_home_3 .s-wrapper,
  .sec_home_5 .s-wrapper,
  .sec_home_6 .s-wrapper {
    padding-bottom: 80px; }
  .cabinet_row,
  .consult_bl {
    padding-bottom: 80px; }
  .sec_home_3 .fix_top_bl.left .s_ttl {
    max-width: 472px; }
  .sec_home_3 .slider_wr {
    padding: 0; }
  .sec_home_3 .slider_content_2 {
    margin: 0 auto;
    width: calc(90% - 25px); }
  .sec_home_3 .view_wr {
    display: none !important; }
  .sec_home_3 .title_wr {
    display: block !important; }
  .brands .slider_btn_prev {
    left: -3%; }
  .sec_home_3 .brands_wr_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    width: 90%;
    margin: 0 auto; }
    .sec_home_3 .brands_wr_2 .sl_brand_country {
      display: none; }
    .sec_home_3 .brands_wr_2 .sl_brand_dscr {
      display: none; }
    .sec_home_3 .brands_wr_2 .sl_brand_img {
      width: 60%; }
    .sec_home_3 .brands_wr_2 .slide_count {
      display: none; }
    .sec_home_3 .brands_wr_2 .btn-plus-wrapper {
      display: none; }
    .sec_home_3 .brands_wr_2 .s_slider_item {
      width: 25%;
      padding: 5px; }
    .sec_home_3 .brands_wr_2 .brand {
      padding: 0 0 86%;
      position: relative;
      width: 100%;
      height: 0;
      min-height: 0;
      max-height: none;
      margin: 0; }
      .sec_home_3 .brands_wr_2 .brand img {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0; }
      .sec_home_3 .brands_wr_2 .brand .item-inner {
        position: static; }
    .sec_home_3 .brands_wr_2 .brand:after {
      background: rgba(223, 216, 208, 0.2); }
    .sec_home_3 .brands_wr_2 .brand:hover:after {
      background: rgba(223, 216, 208, 0.5); }
  .sec_home_3 .col-inner {
    display: block; }
  .partners .col {
    margin: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .partners .ttl {
    margin-bottom: 40px;
    font-size: 24px; }
  .partners .dscr_wr {
    margin: 0 0 100px; }
  .partners .dscr_wr_3 {
    margin: 0; }
  .partners .btn_wr {
    text-align: center; }
  .partners .btn-play-action {
    display: none; }
  .partners_video_row {
    position: relative; }
  .partners_video_wr {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    padding-top: 0;
    margin: 0 0 50px; }
  .partners_wr {
    opacity: 1;
  }
  .partners_video_wr .container {
    display: none; }
  .sec_partners_2 .partners_video_row,
  .partners_video_row {
    width: 100%;
    margin: 0; }
  .sec_partners_2 .slider_wr,
  .partners .slider_wr,
  .sec_news_all_2 .slider_wr {
    padding-left: calc(5% + 10px);
    /* padding-right: 40vw;  */
    padding-right: 34.5vw; }
  .sec_partners_2 .partners_context {
    padding-top: 50px;
    transform: none;
    width: 100%;
  }
  .slider_content_partners .slider_btn_next {
    right: 0;
    margin-right: -22.5px;
  }
  .brands .slider_btn_next {
    right: 0;
    margin-right: -24px;
  }
  .brands .slider_btn_prev {
    left: 0;
    margin-left: -22.5px;
  }
  .slider_content_events .slider_btn_next {
    right: -3%; }
  .sec_home_3 .view-tile-list-wr {
    display: none; }
  .sec_home_3 .slider_row {
    width: 100%;
    padding-bottom: 60px; }
  .sec_home_3 .fix_btm_bl,
  .sec_home_5 .fix_btm_bl {
    margin: 0;
    position: relative; }
  .sec_home_4 .fix_top_bl.left .s_ttl {
    max-width: 491px; }
  .cabinet_row .col {
    margin: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .cabinet_row .btn_wr {
    text-align: center; }
  .cabinet_row .slider-inner {
    max-width: 250px; }
  .sec_home_4 .ttl {
    padding: 0 0 70px; }
  .sec_home_5 .fix_top_bl.left .s_ttl {
    max-width: 500px;
    margin: 0 0 50px; }
  .sec_home_5 .form_row .col {
    margin: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .sec_study_1 .col {
    margin-left: 8.33%;
    max-width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%; }
  .sec_study_1 .col_btm_mid {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .sec_study_1 .btn_wr {
    text-align: center; }
  .sec_study_2 .fix_btm_bl {
    position: relative; }
    .sec_study_2 .fix_btm_bl .col {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .sec_study_2 .fix_btm_bl .dscr {
      max-width: none; }
  .program_context .col {
    margin-left: 8.33%;
    max-width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%; }
  .program_context .btn_wr {
    text-align: center; }
  .sertif_context .col {
    margin-left: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .sertif_context .img_wr {
    margin-left: 8.33%;
    max-width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%; }
  .sertif_context .btn_wr {
    text-align: center; }
  /* .brands_context, */
  .program_context,
  .sertif_context,
  .mission_context {
    padding-top: 50px; }
  .article_blocks .news_col {
    width: 50%; }
  .sec_news_all_2 .fix_top_bl,
  .sec_news_all_2 .fix_btm_bl {
    position: relative;
    margin-top: 0; }
    .sec_news_all_2 .fix_top_bl .col,
    .sec_news_all_2 .fix_btm_bl .col {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: 0; }
  .sec_news_all_2 .fix_top_bl.left .s_ttl {
    max-width: none; }
  .sec_news_all_2 .fix_top_bl.right {
    margin-top: 50px; }
  .news_all_context {
    width: 100%;
    margin: 0 0 50px; }
  .sec_news_all_2 .fix_btm_bl {
    margin-bottom: 0; } 
  .sec_about_3 .sec_context {
    padding-top: 70px;  }
  .sec_about_5 .s-count {
    max-width: 280px;  }
  .sec_about_8 .partners_context {
    padding-bottom: 70px;
    padding-top: 50px; }
  .sec_about_8 .fix_top_bl.left {
    position: relative; 
    margin-top: 0; }
  .sec_about_4 .img_wr {
    margin-bottom: 0; }
  }

@media only screen and (max-width: 1100px) {
  .section {
    min-height: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .map_col,
  .map_col.info_bl {
    width: 33.33%; }
  .map_bl_2 {
    height: auto; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .values_context .values_item .col_left {
    display: none;
  }
  .values_context .values_item .col_right {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .sec_study_2 .fix_btm_bl {
    margin-bottom: 60px;
  }
  .sec_about_5 .s-count {
    max-width: 210px; }
  h1, .h1, .s_top_ttl {
    font-size: 50px; }
  .sec_service_2 .service_dscr {
    max-width: 100%; }
  .article_wiev .news_title {
    font-size: 20px; }
  .p_about .hivana:before, .p_about .hivana:after {
    margin: -68% 0 0 -56%;
    width: 90px;
    height: 90px; }
  .p_about .sec_about_1 .btn-play {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 0 auto; }
  .p_about .btn-play-wrapper {
    display: inline-block;
    margin: 0 0 20px 0; }
  .p_brand .sec_2 .fix_top_bl {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px; }
  .p_brand .brands_bl {
    padding-bottom: 80px; }
  .container {
    width: 90%; }
  .s_top_header .cc-1 {
    width: 33.33%; }
  .s_top_header .cc-2 {
    width: 33.33%; }
  .s_top_header .cc-3 {
    width: 33.33%; }
  .header-logo {
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px; }
  .logo .img-logo {
    display: none; }
  .logo .img-logo.small {
    display: block; }
  .logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px; }
  .s-lang-wrapper {
    display: none; }
  .s-lang-wrapper.hidden {
    display: block;
    margin: 0 20px 0 0; }
  .fix_top_bl .col-left,
  .fix_top_bl .col-right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .fix_top_bl .col-right {
    margin-left: 0;
    text-align: right; }
  .fix_top_bl .col-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fix_top_bl .col-right .col-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .s-tel {
    margin-right: 0;
    width: 100%;
    text-align: right; }
  .info_bl .s-tel {
    text-align: left; }
  .s-tel-dscr {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .fix_top_bl .s-tel {
    text-align: right; }
  .s_top .s-tel {
    width: 100%; }
  .s_top .s-tel-dscr {
    margin: 0 0 10px; }
  .s_footer .fix_top_bl,
  .burger_menu_content .fix_top_bl {
    display: none; }
  .phone_bl.hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .phone_bl.hidden .s-tel {
      margin: 0;
      text-align: left; }
    .phone_bl.hidden .s-tel-dscr {
      margin: 0 0 10px;
      text-align: left; }
  .soc-links-bl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .soc-links-bl .soc-links {
      width: 100%;
      margin: 0; }
    .soc-links-bl .dscr {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 0 10px;
      text-align: left; }
  .footer_context {
    padding-bottom: 110px; }
    .footer_context .col-left {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .footer_context .col-left .col-right {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        max-width: 33.33%; }
      .footer_context .col-left .s_ttl {
        max-width: 524px;
        margin: 0 0 50px; }
  .burger_menu_bl .col-left {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%; }
  .burger_menu_bl .col-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .burger_menu_bl .col-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
  .burger_menu_bl .s-tel-dscr,
  .burger_menu_bl .soc-links-bl .dscr {
    display: none; }
  .footer_context .col-mid,
  .burger_menu_bl .col-mid {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    max-width: 66.66%; }
  .s_footer .row1 {
    padding-top: 0; }
  .sec_home_3 .brands_wr_2 .s_slider_item {
    width: 33.33%; }
  .sec_home_3 .slider_row {
    padding-bottom: 40px;
    padding-top: 40px; }
  .sec_home_2 .fix_top_bl.right,
  .sec_home_3 .fix_top_bl.right {
    margin-top: 50px; }
  .news_btm_bl .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0; }
  .map_col,
  .map_col.info_bl {
    width: 50%; }
  .map_item {
    max-width: 250px; } 
  .sec_home_2 .partners_bl {
    margin-bottom: 0; }  
  }

/* Small Devices, Tablets */
@media only screen and (max-width: 820px) {
  .cancel--burger {
    font-size: 24px; }
  .active--burger {
    width: 36px;
    overflow: hidden;
    font-size: 14px; }
}
@media only screen and (max-width: 768px) {
  /* .top_about_content_wr {
    padding-left: 5%;
    padding-right: 5%;
  } */
  .sec_about_3 .item_wr,
  .sec_about_3 .col-left .item_wr,
  .sec_service_2 .values_col:not(:nth-last-child(1)),
  .sec_about_2 .values_col:not(:nth-last-child(1)),
  .sec_about_6 .values_col:not(:nth-last-child(1)) {
    margin-bottom: 60px;
  }
  .sec_service_2 .values_item .col_left,
  .sec_about_2 .values_item .col_left,
  .sec_about_6 .values_item .col_left {
    display: none;
  }
  .sec_service_2 .values_ttl, 
  .sec_about_2 .values_ttl, 
  .sec_about_6 .values_ttl, 
  .sec_service_2 .values_ttl {
    margin-bottom: 16px;
  }
  .sec_about_4 .fix_top_bl.left,
  .sec_about_5 .fix_top_bl.left {
    margin-top: 0;
    position: relative;
  }
  .sec_about_4 .fix_top_bl.left,
  .sec_about_5 .fix_top_bl.left {
    margin-bottom: 40px;
  }
  .sec_about_5 .s-count {
    max-width: 70%;
  }
  .consult_bl .dscr {
    margin-bottom: 40px;
  }
  .sec_about_5 .s-wrapper {
    padding-bottom: 80px;
  }
  .sec_about_5 .fix_btm_bl {
    position: relative;
    margin: 0;
  }
  .sec_service_2 .row1 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) { 
  .values_context .values_item .col_right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .video_item .youtube {
    padding: 25px 30px;
  }
  .youtube .video_ttl {
    font-size: 15px;
  }
  .partners .btn-play {
    margin-top: 10px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .sec_about_5 .consult_bl {
    padding-bottom: 0;   }
  .values_context, 
  .sec_about_3 .sec_context,
  .p_about .mission_context {
    padding-bottom: 80px;
  }
  .info_bl_wiz.hidden {
    margin-bottom: 0; }
  .sec_home_1 .bl_arr {
    top: 5%; }
  .btn-plus-sq {
    width: 40px;
    height: 40px; }
  .col-xxs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .history_context {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;}
  .news-slide__inner:after {
    content: none; }
  .news_context .slider_btn_prev {
    left: 0; }
  .news_context .slider_btn_next {
    right: 0; }
  .slider_content_partners .slider_btn_prev {
    margin-left: -22.5px;
    left: 0; }
  .p_service .service_join {
    text-align: center; }
  .p_service .values_context {
    padding-top: 0; }
  /* .p_service .values_item {
    margin-bottom: 50px; } */
  .p_partners .sec_partners_3 .fix_top_bl {
    position: static;
    margin-top: 50px;
    margin-bottom: 50px; }
  .p_partners .sec_partners_3 .values_context {
    padding-top: 0; }
  .brands_bl .row2 {
    margin: 0 0 50px; }
  .p_brand .btn_common_tabs {
    margin-top: 30px; }
  .sec_service_2 .s-line {
    margin-top: 0;
    margin-bottom: 30px; }
  .top_brand_content .left_line {
    padding-left: 0; }
  .top_brand_content .left_line:before {
    display: none; }
  .p_brand .s_ttl {
    max-width: 100%; }
  .brands_context {
    padding-top: 0px; }
  /* ToDo: remove for page About, because on other pages this block align left */
  /* .p_about .fix_top_bl .col-inner .dscr {
    max-width: 100%;
    margin-left: 0;
    text-align: center; } */
  /* .p_about .values_item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px; } 
  .p_about .sec_about_3 .sec_context {
    padding-top: 220px; } */
  .p_service .sec_2 .fix_top_bl,
  .p_about .sec_8 .fix_top_bl,
  .p_about .sec_6 .fix_top_bl,
  .p_about .sec_5 .fix_top_bl,
  .p_about .sec_4 .fix_top_bl {
    position: static;
    /* margin-top: 50px; */
    margin-bottom: 50px; }
  .p_about .sec_6 .values_context {
    padding-top: 0; }
  .p_about .sec_5 .fix_btm_bl {
    display: none; }
  /* .p_about .mission_context {
    padding-top: 50px; } */
  .p_about .sec_about_8 .btn-partner {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  h1,
  .h1,
  .s_top_ttl {
    font-size: 60px; }
  .s_ttl,
  h2,
  .simple-remodal h2,
  .remodal h2,  
  .fz-36 {
    font-size: 30px; }
  .quote_txt {
    font-size: 26px;
  }
  .s-wrapper {
    padding-top: 65px; }
  .s_top .s-wrapper {
    padding-top: 55px; }
  .sec_study_2 .s-wrapper,
  .sec_study_3 .s-wrapper,
  .sec_brand_2 .s-wrapper,
  .sec_about_7 .s-wrapper {
    padding-top: 65px;
  }
  .s_top .fix_top_bl {
    margin-top: 0;
    color: #fff; }
    .s_top .fix_top_bl a {
      color: #fff; }
  .p_article .breadcrumb .circle_divider {
    height: 4px;
    width: 4px; }  
  .p_article .fix_top_bl {
    display: none; }
  /* .p_article .breadcrumb .current span,
  .p_article .s_top .fix_top_bl a {
    font-size: 12px;
    display: inline-block;
    color: #262626; }
  .p_article .fix_top_bl .container {
    padding-left: 5%;
    padding-top: 25px; } */
  .p_article .artical_context {
    padding-top: 40px; }
  .sec_home_1 .fix_top_bl {
    margin-top: 54px; }
  .sec_news_all_1 .fix_top_bl .col-right {
    margin: 0 0 50px; }
  .sec_news_all_1 .fix_top_bl.left .s_ttl {
    max-width: none; }
  .fix_top_bl .col-left,
  .fix_top_bl .col-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .fix_top_bl .col-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .fix_top_bl .container {
    padding: 0;
    width: 100%; }
  .fix_top_bl .row {
    margin: 0; }
  .fix_top_bl .col-right {
    padding: 0;
    background: rgba(38, 38, 38, 0.7);
    font-size: 12px; }
    .fix_top_bl .col-right .col-inner {
      padding: 4px 15px 5px;
      width: 90%;
      margin: 0 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .fix_top_bl .s-tel-dscr {
    display: none;
    width: 50%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0; }
    .fix_top_bl .s-tel-dscr.hidden {
      display: block; }
  .fix_top_bl .s-tel {
    width: 50%;
    text-align: left; }
  .fix_top_bl .col-inner .dscr {
    margin: 22px auto;
    margin-left: 5% }
  .fix_top_bl .col-right .col-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sec_home_4 .btn-play {
    margin: 0 auto 25px; }
  .sec_home_1 .btn-play {
    margin: 0 auto 25px; }
  .sec_home_1 .sec_bg {
    display: none; }
  .sec_home_1 .video_poster {
    display: block;
    height: 0;
    padding-bottom: 58%;
    width: 100%;
    background: url("../img/home/bg-1.jpg") no-repeat center center/cover;
    position: relative; }
    .sec_home_1 .video_poster:after {
      background: rgba(0, 0, 0, 0.4);
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
  .sec_home_1 .fix_top_bl {
    position: absolute;
    z-index: 1; }
  .sec_home_1 .video_btn_wr {
    position: absolute;
    top: 20%;
    z-index: 1; }
  .sec_home_1 .home_container_wr {
    background: #14afb7; }
    .sec_home_1 .home_container_wr .inner {
      margin-top: 50px; }
  .sec_home_1 .s_top_ttl {
    text-align: center; }
  .sec_home_1 .sub_ttl {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
  .s_top .home_container_wr {
    padding-bottom: 70px; }
  .col-article-content,
  .col-artical-header {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .artical_context .quote_txt {
    font-size: 22px; }
  .artical_context .dscr,
  .artical_bl .dscr_wr,
  .artical_bl .img_wr_2 {
    margin-bottom: 3rem;
  }
  .artical_context .quote_txt,
  .col-artical-header {
    margin-bottom: 2rem;
  }
  .artical_context .dscr_ttl,
  .artical_context .dscr_list,
  .artical_context .dscr p {
    margin-bottom: 1.5rem;
  }
  .artical_context .article_list li {
    margin-bottom: .8rem;
    padding-left: 40px;
  }
  .artical_context .article_list .it-count:before {
    font-size: 14px;
    top: 1px;
  }
  .fpolicy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fpolicy li {
      width: 100%;
      margin: 0 0 5px; }
  .burger_menu_content .fix_btm_bl .cc1,
  .page_footer .cc1,
  .burger_menu_content .fix_btm_bl .cc3,
  .page_footer .cc3 {
    width: 100%; }
  .burger_menu_content .fix_btm_bl .cc3,
  .page_footer .cc3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .page_footer {
    padding-bottom: 30px; }
  .footer_copyr {
    margin: 0 0 12px; }
  .footer_context .col-left,
  .footer_context .col-right,
  .burger_menu_bl .col-left,
  .burger_menu_bl .col-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .footer_context .col-mid {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .burger_menu_bl .col-right {
    margin-top: 15px;
    margin-bottom: 30px; }
  .burger_menu_content .s-wrapper {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .burger_menu_bl .col-mid {
    display: none; }
  .footer_form {
    margin: 0 0 50px; }
  .phone_bl.hidden {
    margin: 0 0 50px; }
  .soc-links-bl {
    margin: 0 0 60px; }
  .soc-links {
    margin: 0;
    width: 100%; }
  .footer_context {
    padding-bottom: 60px; }
  .burger_menu_content .col-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .burger_menu_content .phone_bl.hidden,
  .burger_menu_content .soc-links-bl {
    width: 100%;
    margin: 0 0 30px; }
  .sec_home_2 .fix_top_bl.right {
    margin-top: 50px; }
  .p_about .fix_top_bl .col,
  .sec_brand_2 .fix_top_bl .col,
  .sec_partners_2 .fix_top_bl .col,
  .sec_service_2 .fix_top_bl .col,
  .sec_home_2 .fix_top_bl .col,
  .sec_home_3 .fix_top_bl .col,
  .sec_home_4 .fix_top_bl .col,
  .sec_home_5 .fix_top_bl .col,
  .sec_home_6 .fix_top_bl .col,
  .sec_contacts .fix_top_bl .col,
  .sec_study_2 .fix_top_bl .col,
  .sec_study_3 .fix_top_bl .col,
  .sec_news_all_1 .fix_top_bl .col {
    margin: auto;
    max-width: 90%; }
  .dscr_wr_2 .ttl {
    margin-bottom: 22px; }
  .advantage_ttl {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .advantage_txt {
    margin: 12px 0 0; }
  .advantages_list .it-count:before {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle; }
  .advantages_list li {
    padding: 0 0 25px; }
  .advantages_bl {
    margin: 0 0 80px; }
  .advantages_bl .line {
    margin: 0 0 25px; }
  .dscr_wr_1 .ttl {
    margin: 0 0 22px; }
  .partners .dscr_wr {
    margin: 0 0 50px; }
  .partners .dscr_wr_3 {
    margin: 0; }
  .section .slider_wr {
    padding-right: 0; }
  .section .partners_2 .slider_wr {
    padding-right: calc(5% + 10px); }
  .brands,
  .slider_content_partners,
  .slider_content_events {
    position: relative; }
    .brands .slider_btn_prev,
    .slider_content_partners .slider_btn_prev,
    .slider_content_events .slider_btn_prev {
      display: block !important; }

    .slider_content_partners .slider_btn_next,
    .slider_content_events .slider_btn_next {
      right: 0; }
  .partners_2 .ttl {
    margin: 0 0 30px; }
  .partners_bl .partners_items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .partners_bl .item {
    margin: 0 0 11px;
    width: 32%; }
  .sec_home_2 .partners_bl {
    margin-bottom: 0;  }
  .sec_about_8 .partners_bl {
    margin-bottom: 40px;  }
  .sec_home_3 .brands_wr_2 .s_slider_item {
    width: 50%; }
  .sec_home_4 .progressBarContainer.light div span.progressBar {
    display: none; }
  .sec_home_4 .cabinet_row .slider-inner {
    max-width: none;
    height: auto; }
  .sec_home_4 .s_slider_item {
    min-height: auto;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .sec_home_4 .s_slider_item:nth-last-child(1) {
    margin-bottom: 0; }
  .sec_home_5 .fix_top_bl.left .s_ttl {
    max-width: none; }
  .sec_home_5 .fiel_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sec_home_5 .form .field.half-col {
    width: 100%; }
  .jq-selectbox__dropdown {
    width: 100% !important; }
  .news_slider_container .news_item {
    margin: 0 auto; }
  .news_btm_bl .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0; }
  .news_btm_bl .col-left {
    margin: 0 0 20px; }
  .sec_contacts .fix_top_bl.right {
    display: none; }
  .map_col {
    width: 100%; }
  .map_col.info_bl {
    display: none; }
  .map_item {
    max-width: none; }
    .map_item .line {
      margin: 30px 0 0; }
    .map_item .dscr_bl_wr {
      height: auto; }
  .map_content {
    width: 100%;
    height: 454px;
    background: grey;
    margin: 10px 0 0; }
    .map_content.active {
      display: block; }
    .map_content .view_wr {
      display: none; }
  .map_link_wr {
    display: block; }
    .map_link_wr .map_link {
      display: none;
      font-size: 15px;
      color: #14afb7;
      font-weight: 700; }
      .map_link_wr .map_link.active {
        display: block; }
  .program_context .col,
  .sec_study_1 .col {
    margin-left: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .sertif_context .img_wr {
    margin-left: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .sec_contacts_1 .s-wrapper {
    padding-top: 100px; }
  .news_bl_container .mews_big_img {
    display: none;
    margin: 0 0 10px; }
    .news_bl_container .mews_big_img.hidden {
      display: block; }
  .news_bl_container .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .article_blocks .news_col {
    width: 100%; }
  .article_blocks .news_item {
    margin: auto; }
  .p_about .values_item .s-line {
    margin-top: 0;
    margin-bottom: 30px; }
  /* .sec_about_3 .item_wr:last-child {
    margin: 0 0 70px; } */
  h1, .h1, .s_top_ttl {
    font-size: 42px; }
  .sec_about_3 .item_wr {
    padding-left: 30px; }
  .sec_about_7 .news-carousel {
    height: auto;
    max-width: 100%;
    white-space: normal;
    width: 100%!important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transform: none!important;
    transform: none!important; }
  .sec_about_7 .news-carousel .news-slide {
    height: auto;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 20px 0;
    padding-right: 6%; }
  .sec_about_7 .news-slide.no-visible .news-slide__inner {
    -webkit-transform: none!important;
    transform: none!important; }
  .p_partners .values_item .s-line {
    margin-top: 0;
    margin-bottom: 30px; } 
  .modal-success .container {
    width: 100%; }
  .modal-success .remodal-close {
    position: fixed;
    top: 15px;
    right: 15px; } 
  .sec_about_8 .partners_context {
    padding-top: 0; }
  .sec_about_8 .partners_join {
    margin-bottom: 0; } }

@media only screen and (max-width: 730px) {
  .header-col {
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .burger_menu_content .fix_btm_bl {
    display: none; } }

@media only screen and (min-width: 641px) {
  .simple-remodal,
  .remodal {
    max-width: none; } }

@media only screen and (max-width: 568px) {
  .prelouder_text {
    padding: 0 40px; }
  .sec_about_7 .news-carousel .news-slide {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .brands .col_brand {
    width: 50%; } }

@media only screen and (max-width: 560px) {
  .top_about_content_wr {
    padding-left: 0;
    padding-right: 0;
  }
  .sec_about_5 .s-count {
    max-width: 100%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .info_head {
    padding-right: 25px; }
  .remodal-policy .modal-bl {
    margin-top: 30px; }
  .remodal-policy .number-list p span {
    left: -40px; }
  .remodal-policy .number-list p {
    padding-left: 0; }
  .s_ttl,
  .simple-remodal h2,
  .remodal h2,
  h2,
  .quote_txt,
  .fz-36 {
    font-size: 28px; }
  .sec_home_1 .video_poster {
    padding-bottom: 85%; }
  .burger_menu_content .phone_bl.hidden,
  .burger_menu_content .soc-links-bl {
    margin: 0 0 15px; } 

  .brands .slider_btn_next {
    margin-right: -22.5px; 
  }

  .partners_bl .item {
    width: 48.5%; }
  
}


.error_mes {
  color: red;
  font-size: 11px;
  line-height: 14px;
}

.modal-header ~ .error_mes {
  padding: 7px 0 10px;
}

.global-form-errors {
  /* min-height: 27px; */
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all .55s ease;
  transition: all .55s ease;
}
.global-form-errors .allert {
  position: relative;
  transform: none;
}

#form-reg2 .jq-file {
  overflow: visible;
}

.error_mes + .error_mes {
  margin-top: 5px;
}

.pass_desc {
  margin-bottom: 15px;
  opacity: 0.6;
}
.modal_form_reg .field_btn {
  position: relative;
}
.modal_form_reg .select_form.opened.dropdown .jq-selectbox__dropdown {
  top: 37px!important;
}
.modal_form_reg .select_form.opened .jq-selectbox__dropdown ul {
  max-height: 260px;
}
.modal_form_reg .jq-selectbox__select {
  height: 39px;
}
.modal_form_reg .select_form {
  height: 100%;
}
.modal_form_reg .loader {
  display: none; 
  position: absolute; 
  right: 0; 
  top: -45px;
}
.modal_form_reg .jq-selectbox__select-text,
.modal_form_reg .jq-selectbox li {
  font-size: 14px;
}

/*-------------------------------------------
    $ Loaders
-------------------------------------------*/

.loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.loader,
.loader:before,
.loader:after {
    animation: 1s infinite ease-in-out;
}
.loader:before,
.loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.loader-black { background-color: #333; }

.loader-1 { animation-name: loader1; }
@keyframes loader1 {
    from { transform: scale(0); opacity: 1; }
    to   { transform: scale(1); opacity: 0; }
}


/* Loader 2 */

.loader-2:before,
.loader-2:after {
    content: '';
}
.loader-2:before {
    border: 1px solid #333;
    top: -1px;
    left: -1px;
    opacity: 0;
    animation-name: loader2-1;
}

    @keyframes loader2-1 {
        0% { transform: scale(1); opacity: 1; }
        50% { transform: scale(1.3); opacity: 0; }
        100% { transform: scale(1.3); opacity: 0; }
    }

.loader-2:after {
    background-color: #333;
    animation-name: loader2-2;
}

    @keyframes loader2-2 {
        0% { transform: scale(1); }
        50% { transform: scale(0.7); }
        100% { transform: scale(1); }
    }


/* Loader 3 */

.loader-3:before {
    content: '';
    border: 10px solid white;
    top: -10px;
    left: -10px;
    animation-name: loader3;
}

    @keyframes loader3 {
        0% { transform: scale(0); }
        100% { transform: scale(1); }
    }


/* Loader 4 */

.loader-4:before {
    content: '';
    width: 25px;
    height: 25px;
    margin: 0 0 0 -12px;
    background-color: white;
    top: auto;
    bottom: 0;
    left: 50%;
    transform-origin: 50% 0%;
    animation: loader4 1s infinite linear;
}

    @keyframes loader4 {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }


/* Loader 5 */

.loader-5 {
    animation: loader5 1s infinite linear;
}

    @keyframes loader5 {
        0% {   transform: rotate(0deg); border-radius: 50%; }
        50% {  transform: rotate(90deg); border-radius: 0%; }
        100% { transform: rotate(180deg); border-radius: 50%; }
    }


/* Loader 6 */

.loader-6 {
    animation: loader6-1 1.5s infinite linear;
}
.loader-6:before,
.loader-6:after {
    content:'';
    margin: -25px 0 0 -25px;
    top: 50%;
    left: 50%;
    background-color: rgba(30,30,30,0.7);
    animation-name: loader6-2;
}
.loader-6:after { animation-direction: reverse; }

    @keyframes loader6-1 {
        0% {   transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @keyframes loader6-2 {
        0%   { transform: scale(0.2); left:   0%; }
        50%  { transform: scale(1.0); left:  50%; }
        100% { transform: scale(0.2); left: 100%; }
    }


/* Loader 7 */

.loader-7 {
    animation: loader7-1 1s infinite linear;
}

.loader-7:before,
.loader-7:after {
    content: '';
    width: 80%;
    height: 80%;
    background-color: #333;
    top: 5%;
}
.loader-7:before {
    left: -5%;
    animation: loader7-2 1s infinite alternate ease-in-out;
    transform-origin: 10% 50%;
}
.loader-7:after {
    left: auto;
    right: -5%;
    animation: loader7-2 1s 1s infinite alternate ease-in-out;
    transform: scale(0);
    transform-origin: 90% 50%;
}

    @keyframes loader7-1 {
        0%   { transform: rotate(20deg); }
        100% { transform: rotate(380deg); }
    }

    @keyframes loader7-2 {
        0%   { transform: scale(0); }
        100% { transform: scale(1); }
    }


/* Loader 8 */

.loader-8:before,
.loader-8:after {
    content: '';
    background-color: #333;
    transform: scale(0);
    animation: loader8 1.5s infinite ease-in-out;
}
.loader-8:after { animation-delay: 0.75s; }

    @keyframes loader8 {
        0%   { transform: translateX(-100%) scale(0); }
        50%  { transform: translateX(0%)    scale(1); }
        100% { transform: translateX(100%)  scale(0); }
    }


/* Loader 9 & 10 */

.loader-9,
.loader-10 {
    background-color: white;
    animation: loader9 0.4s infinite linear;
}
.loader-10 {
    animation: loader10 60s infinite ease-in-out;
}
    .loader-9:before,
    .loader-10:before {
        content: '';
        width: 80%;
        height: 80%;
        background-color: white;
        top: 10%;
        left: 10%;
        box-shadow: 5px -3px 0 rgba(255,100,100,0.7),
                    5px 5px 0 rgba(100,255,100,0.7),
                    -3px 5px 0 rgba(100,100,255,0.7),
                    -5px -5px 0 rgba(240,240,120,0.7);
    }
    .loader-9:after,
    .loader-10:after {
        content: '';
        border: 3px solid white;
        z-index: 2;
        top: -3px;
        left: -3px;
    }

    @keyframes loader9 {
        0%   { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @keyframes loader10 {
        0%   { transform: rotate(0deg); }
        100% { transform: rotate(360000deg); }
    }

/* Custom, iPhone Retina */


/* Temp styles */
.hidden-1280 {
  display: block;
}
.show-1280 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .hidden-1280 {
    display: none;
  }
  .show-1280 {
    display: block;
  }
}
.slick-track {
  will-change: transform;
}

/* .inProgress {
  display: none !important;
} */

@keyframes animate-progress-bar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.progressBar {
  position: relative;
}
.inProgress {
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%!important;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
}
.inProgress.a {
  transition: transform 1s linear;  
}
/* .inProgress.active {
  -webkit-animation: animate-progress-bar 5s linear;
  animation: animate-progress-bar 5s linear;  
} */
/* .pause-animate .inProgress.active {
  animation-play-state: paused;
} */