@charset "UTF-8";
/*$font: roboto-medium;
$green: #191a1b;
$white: #ffffff;
$soap: #fdfbfb;
$cod_gray: #0b0b0b;
$grayCCC: #ccc;
$black_60: rgba(0, 0, 0, .6);
$gray3f: #3f3f3f;
$grayF3: #f3f3f3;
$gray444: #444;
$silver:  silver;
$black: #000;*/
.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;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}
.slick-track:before {
  display: table;
  content: '';
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.project_path {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 33%;
  padding: 30px 40px;
  min-height: 400px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  font: 36px/48px roboto-black;
  color: #191a1b;
  text-decoration: none;
}
.slick-slide.project_path:hover {
  text-decoration: none;
  color: #ffffff;
}
.slick-slide.project_path:link {
  text-decoration: none;
}
.slick-slide.project_path:visited {
  text-decoration: none;
}
.slick-slide.project_path.white-color {
  color: #fdfbfb;
}
.slick-slide.project_path.white-color:hover {
  color: #fdfbfb;
}
.slick-slide.project_path.white-color:link {
  color: #fdfbfb;
}
.slick-slide.project_path.white-color:visited {
  color: #fdfbfb;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-preloader {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-hide {
  display: none !important;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: silver;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
svg:not(:root) {
  overflow: hidden;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 1em 40px;
}

hgroup {
  display: block;
}

main {
  display: block;
}

menu {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

summary {
  display: block;
  display: list-item;
}

audio {
  display: inline-block;
  vertical-align: baseline;
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
  vertical-align: baseline;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
  margin: 0;
}

mark {
  background: #ff0;
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
  font-family: roboto-black, sans-serif;
  font-size: 1em;
}

code {
  font-family: roboto-black, sans-serif;
  font-size: 1em;
}

kbd {
  font-family: roboto-black, sans-serif;
  font-size: 1em;
}

samp {
  font-family: roboto-black, sans-serif;
  font-size: 1em;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

th {
  padding: 0;
}

.select-style {
  z-index: 99;
  width: 100%;
  outline: 0 !important;
  color: #000;
}
.select-style .jq-selectbox__select {
  height: 70px;
  padding: 18px 20px;
  border: none !important;
  outline: 0 !important;
  border-radius: 0;
  outline: 0;
  font-size: 18px;
  color: #000;
  background: #ffffff;
}
.select-style .jq-selectbox__trigger {
  border: none;
}
.select-style .jq-selectbox__trigger-arrow {
  top: 30px;
  border-top: 8px solid #999;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.select-style .jq-selectbox__dropdown {
  top: 60px;
  border: none;
  outline: 0;
  border-radius: 0;
}
.select-style .jq-selectbox__dropdown li {
  padding: 18px 20px;
  font-size: 18px;
  color: #000;
}
.select-style .jq-selectbox__dropdown li.selected {
  background: 0 0;
  color: #000;
}
.select-style .jq-selectbox__dropdown li.selected:hover {
  background: 0 0;
  color: #6f6f6f;
}
.select-style .jq-selectbox__dropdown li:hover {
  background: 0 0;
  color: #6f6f6f;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}
.container:before {
  content: " ";
  display: table;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}
.container-fluid:before {
  content: " ";
  display: table;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row:before {
  content: " ";
  display: table;
}

.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 8.33333333%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 83.33333333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 91.66666667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 16.66666667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 41.66666667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 58.33333333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 66.66666667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left;
}

.col-sm-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths-2 {
  width: 40%;
  float: left;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix:before {
  content: " ";
  display: table;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-lg-block {
  display: none !important;
}

.visible-lg-inline {
  display: none !important;
}

.visible-lg-inline-block {
  display: none !important;
}

.visible-md-block {
  display: none !important;
}

.visible-md-inline {
  display: none !important;
}

.visible-md-inline-block {
  display: none !important;
}

.visible-sm-block {
  display: none !important;
}

.visible-sm-inline {
  display: none !important;
}

.visible-sm-inline-block {
  display: none !important;
}

.visible-xs-block {
  display: none !important;
}

.visible-xs-inline {
  display: none !important;
}

.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs {
    display: table-cell !important;
  }

  th.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm {
    display: table-cell !important;
  }

  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md {
    display: table-cell !important;
  }

  th.visible-md {
    display: table-cell !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print {
    display: table-cell !important;
  }

  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .col-sm-1 {
    float: left;
    width: 8.33333333%;
  }

  .col-sm-10 {
    float: left;
    width: 83.33333333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.66666667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .col-sm-2 {
    float: left;
    width: 16.66666667%;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }

  .col-sm-5 {
    float: left;
    width: 41.66666667%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    float: left;
    width: 58.33333333%;
  }

  .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-5ths {
    width: 20%;
    float: left;
  }

  .col-sm-5ths-2 {
    width: 40%;
    float: left;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-1 {
    float: left;
    width: 8.33333333%;
  }

  .col-md-10 {
    float: left;
    width: 83.33333333%;
  }

  .col-md-11 {
    float: left;
    width: 91.66666667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-2 {
    float: left;
    width: 16.66666667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }

  .col-md-5 {
    float: left;
    width: 41.66666667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.33333333%;
  }

  .col-md-8 {
    float: left;
    width: 66.66666667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-5ths {
    width: 20%;
    float: left;
  }

  .col-md-5ths-2 {
    width: 40%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .col-lg-1 {
    float: left;
    width: 8.33333333%;
  }

  .col-lg-10 {
    float: left;
    width: 83.33333333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.66666667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .col-lg-2 {
    float: left;
    width: 16.66666667%;
  }

  .col-lg-3 {
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    float: left;
    width: 33.33333333%;
  }

  .col-lg-5 {
    float: left;
    width: 41.66666667%;
  }

  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    float: left;
    width: 58.33333333%;
  }

  .col-lg-8 {
    float: left;
    width: 66.66666667%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .col-lg-5ths-2 {
    width: 40%;
    float: left;
  }

  .visible-lg {
    display: block !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg {
    display: table-cell !important;
  }

  th.visible-lg {
    display: table-cell !important;
  }
}
button {
  overflow: visible;
  text-transform: none;
  cursor: pointer;
  overflow: visible;
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button.styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -o-linear-gradient(#ffffff, #e6e6e6);
  background: linear-gradient(#ffffff, #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 roboto-black, sans-serif;
  color: #333;
  text-shadow: 1px 1px #ffffff;
  cursor: pointer;
}
button.styler:not([disabled]):hover {
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
button.styler:not([disabled]):active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd;
}
button.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button.popup-close {
  color: #ffffff;
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 50px;
  padding: 0;
}

input {
  line-height: normal;
  overflow: visible;
}

optgroup {
  font-weight: 700;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
}
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 roboto-black, sans-serif;
  color: #333;
  overflow: auto;
}
textarea.styler:hover {
  border-color: #b3b3b3;
}
textarea.styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  -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);
}

input[type=reset] {
  cursor: pointer;
}
input[type=reset].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -o-linear-gradient(#ffffff, #e6e6e6);
  background: linear-gradient(#ffffff, #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 roboto-black, sans-serif;
  color: #333;
  text-shadow: 1px 1px #ffffff;
  cursor: pointer;
}
input[type=reset].styler:hover {
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
input[type=reset].styler:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd;
}
input[type=reset].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=submit] {
  cursor: pointer;
}
input[type=submit].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -o-linear-gradient(#ffffff, #e6e6e6);
  background: linear-gradient(#ffffff, #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 roboto-black, sans-serif;
  color: #333;
  text-shadow: 1px 1px #ffffff;
  cursor: pointer;
}
input[type=submit].styler:not([disabled]):hover {
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
input[type=submit].styler:not([disabled]):active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd;
}
input[type=submit].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=submit].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
  padding: 0;
  border: 0;
  border-style: none;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type=search].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 roboto-black, sans-serif;
  color: #333;
}
input[type=search].styler:hover {
  border-color: #b3b3b3;
}
input[type=search].styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  -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);
}

input[type=button].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -o-linear-gradient(#ffffff, #e6e6e6);
  background: linear-gradient(#ffffff, #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 roboto-black, sans-serif;
  color: #333;
  text-shadow: 1px 1px #ffffff;
  cursor: pointer;
}
input[type=button].styler:not([disabled]):hover {
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
input[type=button].styler:not([disabled]):active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd;
}
input[type=button].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=number] {
  height: auto;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input[type=email].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 roboto-black, sans-serif;
  color: #333;
}
input[type=email].styler:hover {
  border-color: #b3b3b3;
}
input[type=email].styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  -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);
}

input[type=password].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 roboto-black, sans-serif;
  color: #333;
}
input[type=password].styler:hover {
  border-color: #b3b3b3;
}
input[type=password].styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  -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);
}

input[type=tel].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 roboto-black, sans-serif;
  color: #333;
}
input[type=tel].styler:hover {
  border-color: #b3b3b3;
}
input[type=tel].styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  -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);
}

input[type=text].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 roboto-black, sans-serif;
  color: #333;
}
input[type=text].styler:hover {
  border-color: #b3b3b3;
}
input[type=text].styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  -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);
}

input[type=url].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 roboto-black, sans-serif;
  color: #333;
}
input[type=url].styler:hover {
  border-color: #b3b3b3;
}
input[type=url].styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: 0;
  -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);
}

[type=reset]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.modal-big-wrap {
  width: 100%;
  min-height: 100vh;
  padding: 60px 0;
  border: 20px solid #020202;
  background: #ffffff;
  text-align: left;
}
.modal-big-wrap .black-button {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.modal-big-wrap .yellow-button {
  margin-bottom: 15px;
}
.modal-big-wrap img {
  max-width: 100%;
}
.modal-big-wrap button.popup-close {
  margin-bottom: 60px;
  color: #020202;
}

.modal-consultation_wrap {
  background: #020202 url(../../img/consultations/consultation1800.png) no-repeat right top;
  color: #ffffff;
}
.modal-consultation_wrap button.popup-close {
  color: #ffffff;
}

.modal-consultation_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}

.modal_img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal_img-path {
  width: 16.6%;
}
.modal_img-path img {
  max-width: 100%;
}

.modal-big-wrap_title-wrap {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 1.2;
}
.modal-big-wrap_title-wrap img {
  max-width: 100%;
}

.modal-big-wrap_title {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-big-wrap_reviews {
  margin-top: 40px;
  overflow: hidden;
}
.modal-big-wrap_reviews.fixedHeight {
  height: 590px;
}

.modal-big-wrap_reviews_ul {
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #020202;
}

.modal-big-wrap_reviews_li {
  display: block;
  margin: 35px 0 50px;
  line-height: 1.3;
}

.modal-big-wrap_reviews_line {
  display: block;
  margin: 15px 0 30px;
  position: relative;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
}
.modal-big-wrap_reviews_line:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 74px;
  width: 15px;
  height: 15px;
  z-index: 1;
  border-left: 1px solid #b3b3b3;
  height: 14px;
  background: #ffffff;
}
.modal-big-wrap_reviews_line:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 74px;
  width: 15px;
  height: 15px;
  z-index: 1;
  border-right: 1px solid #b3b3b3;
  width: 20px;
  height: 20px;
  left: 65px;
  top: -10px;
  z-index: 2;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-big-wrap_reviews_button {
  display: inline-block;
  margin-top: 20px;
  font-family: roboto-black;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #191a1b;
}
.modal-big-wrap_reviews_button:active {
  display: inline-block;
  margin-top: 20px;
  font-family: roboto-black;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #191a1b;
}
.modal-big-wrap_reviews_button:active:hover {
  color: #191a1b;
  text-decoration: none;
}
.modal-big-wrap_reviews_button:link {
  display: inline-block;
  margin-top: 20px;
  font-family: roboto-black;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #191a1b;
}
.modal-big-wrap_reviews_button:link:hover {
  color: #191a1b;
  text-decoration: none;
}
.modal-big-wrap_reviews_button:hover {
  color: #191a1b;
  text-decoration: none;
}

.modal-big-wrap_black-info-block_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-big-wrap_black-info-block {
  margin-bottom: 50px;
  padding: 40px 35px;
  font-size: 20px;
  line-height: 1.24;
  color: #ffffff;
  background: #020202;
}

.modal-big-wrap_black-info-block_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.modal-big-wrap_black-info-block_body a {
  color: #ffffff;
  text-decoration: underline;
}
.modal-big-wrap_black-info-block_body a:hover {
  color: #ffffff;
  text-decoration: none;
}

.modal-big-wrap_black-info-block_body_path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 35px;
  min-width: 240px;
}

.modal-big-wrap_black-info-block_body_path_number {
  min-width: 20px;
  font: 42px/1 roboto-thin;
  margin-right: 10px;
}

.modal-programm-text {
  margin-bottom: 40px;
}

.modal-programm-text_title {
  font: 18px/1.2 roboto-medium;
}

.modal-programm_ol {
  padding-left: 25px;
  list-style-position: inside;
  padding-left: 0;
}

.modal-programm_li {
  margin-bottom: 10px;
}

.project-modal_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-modal_footer_text {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.project-modal_footer_logo {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.modal-consultation_path {
  display: block;
  margin: 44px 0;
}

.modal-consultation_path_head {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.modal-consultation_path_body {
  font-size: 16px;
}

.modal-consultation_path_ul {
  list-style: none;
  padding-left: 10px;
}
.modal-consultation_path_ul li {
  margin: 5px 0;
}
.modal-consultation_path_ul li:before {
  content: "\2022";
  display: inline-block;
  margin-left: -5px;
  -webkit-transform: translateX(-8px) translateY(2px);
      -ms-transform: translateX(-8px) translateY(2px);
          transform: translateX(-8px) translateY(2px);
}

.modal-consultation_form_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-consultation_form_label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px 10px 0 0;
}

.modal-consultation_form_input {
  display: block;
  width: 100%;
  padding: 27px 30px;
  font-size: 24px;
  color: #020202;
  border: none;
  outline: 0;
  border-radius: 0;
}
.modal-consultation_form_input:focus {
  outline: 0;
}
.modal-consultation_form_input:-ms-input-placeholder {
  color: rgba(2, 2, 2, 0.2);
}
.modal-consultation_form_input:-moz-placeholder {
  color: rgba(2, 2, 2, 0.2);
}

.modal-consultation_form_input::-webkit-input-placeholder {
  color: rgba(2, 2, 2, 0.2);
}

.modal-consultation_form_input::-moz-placeholder {
  color: rgba(2, 2, 2, 0.2);
}

.modal-consultation_form_submit {
  display: block;
  width: 100%;
  padding: 27px 20px;
  color: #020202;
  border: none;
  outline: 0;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  background: #d86230;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0;
}
.modal-consultation_form_submit:hover {
  background: #c25426;
}

.modal-consultation_link {
  color: #ffffff;
}
.modal-consultation_link:hover {
  color: #ffffff;
  text-decoration: none;
}

.project-modal_path-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-consultation_face {
  text-align: right;
  margin-bottom: 130px;
  right: -100%;
  top: 0;
}
.modal-consultation_face img {
  max-width: 100%;
}

.modal-consultation_img-wrap {
  margin-left: -5px;
  margin-right: -5px;
}
.modal-consultation_img-wrap img {
  width: calc(33% - 10px);
  margin: 5px;
  float: left;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.modal_knowledge-base {
  border: none;
  padding-bottom: 80px;
}
.modal_knowledge-base p {
  margin-bottom: 15px;
}

.scriptingOne {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../img/scripting/1.svg) no-repeat;
}

.scriptingOne-white {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../img/scripting/1-white.svg) no-repeat;
  background-size: cover;
}

.scriptingTwo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../img/scripting/2.svg) no-repeat;
}

.scriptingTwo-white {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../img/scripting/2-white.svg) no-repeat;
  background-size: cover;
}

.scriptingThree {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../img/scripting/3.svg) no-repeat;
}

.scriptingThree-white {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../img/scripting/3-white.svg) no-repeat center;
}

.scriptingFour {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../img/scripting/4.svg) no-repeat;
}

.scriptingFour-white {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../img/scripting/4-white.svg) no-repeat center;
  background-size: 40px;
}

.scriptingThree-wrap {
  position: relative;
}
.scriptingThree-wrap .scriptingThree-white {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 50px;
  right: 30px;
  background-size: 100px;
  display: none !important;
}
.scriptingThree-wrap .scriptingFour-white {
  display: none !important;
}
.scriptingThree-wrap .scriptingOne-white {
  display: none !important;
}
.scriptingThree-wrap .scriptingTwo-white {
  display: none !important;
}

.scriptingFour-wrap {
  position: relative;
}
.scriptingFour-wrap .scriptingFour-white {
  position: absolute;
  bottom: 54px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-size: 40px;
  display: none !important;
}
.scriptingFour-wrap .scriptingOne-white {
  display: none !important;
}
.scriptingFour-wrap .scriptingThree-white {
  display: none !important;
}
.scriptingFour-wrap .scriptingTwo-white {
  display: none !important;
}

.scriptingTwo-wrap {
  position: relative;
}
.scriptingTwo-wrap .scriptingTwo-white {
  position: absolute;
  bottom: 10px;
  right: -50px;
  width: 80px;
  height: 80px;
  background-size: 80px;
  display: none !important;
}
.scriptingTwo-wrap .scriptingFour-white {
  display: none !important;
}
.scriptingTwo-wrap .scriptingOne-white {
  display: none !important;
}
.scriptingTwo-wrap .scriptingThree-white {
  display: none !important;
}

.scriptingOne-wrap {
  position: relative;
}
.scriptingOne-wrap .scriptingOne-white {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 40px;
  height: 100px;
  background-size: 100% 100%;
  display: none !important;
}
.scriptingOne-wrap .scriptingFour-white {
  display: none !important;
}
.scriptingOne-wrap .scriptingThree-white {
  display: none !important;
}
.scriptingOne-wrap .scriptingTwo-white {
  display: none !important;
}

b, strong {
  font-weight: 700;
  font-weight: inherit;
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: roboto-black;
  font-weight: 400;
  font-style: normal;
  src: url(../../fonts/RobotoRegular/RobotoRegular.eot);
  src: url(../../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype");
}
@font-face {
  font-family: roboto-black;
  font-weight: 700;
  font-style: normal;
  src: url(../../fonts/RobotoBold/RobotoBold.eot);
  src: url(../../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../../fonts/RobotoBold/RobotoBold.ttf) format("truetype");
}
@font-face {
  font-family: roboto-black;
  font-weight: 300;
  font-style: normal;
  src: url(../../fonts/RobotoLight/roboto-light.eot);
  src: url(../../fonts/RobotoLight/roboto-light.eot?#iefix) format("embedded-opentype"), url(../../fonts/RobotoLight/roboto-light.woff) format("woff"), url(../../fonts/RobotoLight/roboto-light.ttf) format("truetype");
}
@font-face {
  font-family: roboto-black;
  font-weight: 500;
  font-style: normal;
  src: url(../../fonts/RobotoMedium/roboto-medium.eot);
  src: url(../../fonts/RobotoMedium/roboto-medium.eot?#iefix) format("embedded-opentype"), url(../../fonts/RobotoMedium/roboto-medium.woff) format("woff"), url(../../fonts/RobotoMedium/roboto-medium.ttf) format("truetype");
}
@font-face {
  font-family: roboto-black;
  font-weight: 900;
  font-style: normal;
  src: url(../../fonts/RobotoBlack/roboto-black.eot);
  src: url(../../fonts/RobotoBlack/roboto-black.eot?#iefix) format("embedded-opentype"), url(../../fonts/RobotoBlack/roboto-black.woff) format("woff"), url(../../fonts/RobotoBlack/roboto-black.ttf) format("truetype");
}
@font-face {
  font-family: roboto-thin;
  font-weight: 400;
  font-style: normal;
  src: url(../../fonts/RobotoThin/roboto-thin.eot);
  src: url(../../fonts/RobotoThin/roboto-thin.eot?#iefix) format("embedded-opentype"), url(../../fonts/RobotoThin/roboto-thin.woff) format("woff"), url(../../fonts/RobotoThin/roboto-thin.ttf) format("truetype");
}
html {
  font-size: 10px;
  font-family: roboto-black, sans-serif;
  line-height: 1.15;
  height: 100%;
}
html input[type=button] {
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
  margin: 0;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: roboto-black, sans-serif;
  overflow-x: hidden;
  color: #020202;
  background: #ffffff;
  height: 100%;
}
body input:focus:required:invalid {
  color: #666;
}
body input:required:valid {
  color: #666;
}
body textarea:focus:required:invalid {
  color: #666;
}
body textarea:required:valid {
  color: #666;
}

img {
  border: 0;
  vertical-align: middle;
  border-style: none;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}
a:active {
  outline: 0;
  outline-width: 0;
}
a:hover {
  outline: 0;
  outline-width: 0;
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  color: #23527c;
  text-decoration: underline;
  outline-offset: -2px;
}
a.header_logo-white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdgAAAAtCAMAAAA6L4q1AAAC61BMVEX9/f3////9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f2dvcEcAAAA+HRSTlMAAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNT1BRUlNUVVZXWFlaW1xeX2BhYmNk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);
}
a.header_logo-white:hover {
  text-decoration: none;
}

header {
  display: block;
}
header .container {
  position: relative;
}
header .slick-arrow {
  position: absolute;
  right: 0;
  width: 80px;
  height: 80px;
  background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
  border: none;
  outline: 0;
  color: #ffffff;
  z-index: 1;
}
header .slick-arrow.slick-prev {
  right: 80px;
  background: rgba(118, 118, 118, 0.8) url(../../img/slider/arrow-left.png) no-repeat center;
}
header .logo-zavod-white {
  width: 200px;
  margin: 10px 0;
}
header .slick-slide {
  outline: 0 !important;
}
header a {
  outline: 0 !important;
}
header .logo-zavod-color {
  pointer-events: none;
}
header .logo-zavod-color:hover {
  background: url(../../img/svg/color-logo-zavod.svg) no-repeat center;
  background-size: 380px;
}
header .logo-naglost-group-white {
  pointer-events: none;
}
header .header-logo-impudence-group .logo-naglost-group-white.logo-naglost-group-white-hover {
  pointer-events: none;
}
header .header-logo-impudence-group .logo-naglost-group-white.logo-naglost-group-white-hover:hover {
  background: url(../../img/svg/logo-naglost-group-white.svg) no-repeat center;
}
header .header-logo-impudence-group .logo-naglost-group-whites.logo-naglost-group-white-hover {
  pointer-events: none;
}
header .light-orange-button {
  padding-left: 5px;
  padding-right: 5px;
  width: 347px;
  max-width: 100%;
}
header .orange-button {
  padding-left: 5px;
  padding-right: 5px;
  width: 347px;
  max-width: 100%;
}
header .yellow-button {
  padding-left: 5px;
  padding-right: 5px;
  width: 347px;
  max-width: 100%;
}

footer {
  display: block;
  padding: 70px 0;
  padding: 85px 0;
}
footer a {
  display: inline-block;
  color: #000;
  margin: 0 10px;
}
footer a:hover {
  color: #000;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

p {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  border: 20px solid #020202;
  overflow: hidden;
}

.link-toggleMenu {
  display: inline-block;
}
.link-toggleMenu img {
  display: inline-block;
}
.link-toggleMenu:link {
  outline: 0;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: inline-block;
  background: #ffffff;
  border: 20px solid #ffffff;
  padding: 25px 60px;
  height: 100vh;
  -webkit-box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu:before {
  content: " ";
  display: block;
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  margin-top: -20px;
  border-top: 20px solid #ffffff;
}
.menu a:hover {
  color: #337ab7 !important;
}

.menu_ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.menu_ul .menu_ul_li_link {
  display: inline-block;
  color: #000;
  padding: 5px 0;
  text-transform: uppercase;
}
.menu_ul .menu_ul_li_link:hover {
  color: #6f6f6f;
  text-decoration: none;
}

.header-slide-1 {
  padding: 60px 0 100px;
  background: #d8d8d8 url(../../img/header-slider/header-slide-1.png) no-repeat bottom right;
  background-size: cover;
}

.header-slide-2 {
  padding: 60px 0 100px;
  color: #ffffff;
  background: #141418 url(../../img/header-slider/header-slide-2.png) no-repeat bottom right;
  background-size: cover;
}
.header-slide-2 .header_footer_subtext {
  color: #d8d8d8;
}
.header-slide-2 .header_footer_subtext .orange {
  line-height: 1;
}
.header-slide-2 .header_footer-button .black-button {
  background: #ffffff;
  color: #191a1b;
}
.header-slide-2 .header_footer-button .black-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
}
.header-slide-2 .header_top-line-img a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdgAAAAtCAMAAAA6L4q1AAAC61BMVEX9/f3////9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f2dvcEcAAAA+HRSTlMAAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNT1BRUlNUVVZXWFlaW1xeX2BhYmNk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);
}
.header-slide-2 .header_top-line-img a:hover {
  text-decoration: none;
}
.header-slide-2 .header_logo a {
  background-position: right;
}
.header-slide-2 .header_logos a {
  background-position: right;
}

.header-white-slide {
  padding: 60px 0 100px;
  color: #ffffff;
  background: #141418 url(../../img/header-slider/header-slide-2.png) no-repeat bottom right;
  background-size: cover;
}
.header-white-slide .header_footer_subtext {
  color: #d8d8d8;
}
.header-white-slide .header_footer_subtext .orange {
  line-height: 1;
}
.header-white-slide .header_footer-button .black-button {
  background: #ffffff;
  color: #191a1b;
}
.header-white-slide .header_footer-button .black-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
}
.header-white-slide .header_top-line-img a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdgAAAAtCAMAAAA6L4q1AAAC61BMVEX9/f3////9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f2dvcEcAAAA+HRSTlMAAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNT1BRUlNUVVZXWFlaW1xeX2BhYmNk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);
}
.header-white-slide .header_top-line-img a:hover {
  text-decoration: none;
}
.header-white-slide .header_logo a {
  background-position: right;
}
.header-white-slide .header_logos a {
  background-position: right;
}

.header-links_facebook {
  color: #000;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.header-links_facebook:focus {
  outline: 0;
  border: none;
}
.header-links_facebook:link {
  outline: 0;
  border: none;
}

.header-links_insta {
  color: #000;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.header-links_insta:focus {
  outline: 0;
  border: none;
}
.header-links_insta:link {
  outline: 0;
  border: none;
}

.header-links_wapp {
  color: #000;
}

.header-links_white-facebook {
  color: #ffffff;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.header-links_white-facebook:focus {
  outline: 0;
  border: none;
}
.header-links_white-facebook:link {
  outline: 0;
  border: none;
}

.header-links_white-insta {
  color: #ffffff;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.header-links_white-insta:focus {
  outline: 0;
  border: none;
}
.header-links_white-insta:link {
  outline: 0;
  border: none;
}

.header-links_white-wapp {
  color: #ffffff;
}

.header-links {
  text-align: right;
}
.header-links a {
  margin-right: 15px;
}
.header-links a:hover {
  text-decoration: none;
}

.school-impudence-header {
  position: relative;
  height: 100vh;
  background: #ffefd6;
  padding-top: 60px;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .school-impudence-header {
    height: auto;
  }
}
@media (max-height: 680px) {
  .school-impudence-header {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .school-impudence-header {
    padding-bottom: 0 !important;
    padding-top: 1em;
  }
}
.school-impudence-header .container {
  position: relative;
  height: 100%;
  padding-bottom: 160px;
  /*@media(max-height: 1200px) {			
  	& {
  		.left-img {
  			background-size: auto 95%;
  		}
  		.right-img {
  			background-size: auto 95%;
  		}		
  	}				
  }*/
}
.school-impudence-header .container .left-img {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  bottom: 0;
  width: 1050px;
  left: 200px;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
  opacity: 0;
}
.school-impudence-header .container .right-img {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  bottom: 0;
  width: 900px;
  right: 200px;
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1;
}
.school-impudence-header .container > *:not(.left-img):not(.right-img) {
  position: relative;
  z-index: 2;
}
@media (min-width: 2500px) {
  .school-impudence-header .container .left-img {
    left: 255px;
    background-image: url(../../img/header-slider/shkola-daria-left.png);
    background-size: auto auto;
  }
  .school-impudence-header .container .right-img {
    right: 255px;
    background-image: url(../../img/header-slider/shkola-daria-right.png);
    background-size: auto auto;
  }
}
@media (min-width: 1700px) and (max-width: 2499px) {
  .school-impudence-header .container .left-img {
    left: 200px;
    background-image: url(../../img/header-slider/shkola-daria-left.png);
    background-size: auto 90%;
  }
  .school-impudence-header .container .right-img {
    right: 200px;
    background-image: url(../../img/header-slider/shkola-daria-right.png);
    background-size: auto 90%;
  }
}
@media (min-width: 1440px) and (max-width: 1699px) {
  .school-impudence-header .container .left-img {
    left: 400px;
    background-image: url(../../img/header-slider/shkola-daria-left.png);
    background-size: contain;
    width: 810px;
  }
  .school-impudence-header .container .right-img {
    right: 350px;
    background-image: url(../../img/header-slider/shkola-daria-right.png);
    background-size: contain;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .school-impudence-header .container .left-img {
    left: 415px;
    width: 450px;
    background-image: url(../../img/header-slider/shkola-daria-left.png);
    background-size: contain;
  }
  .school-impudence-header .container .right-img {
    right: 420px;
    width: 500px;
    background-image: url(../../img/header-slider/shkola-daria-right.png);
    background-size: contain;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .school-impudence-header .container .left-img {
    left: 415px;
    width: 450px;
    background-image: url(../../img/header-slider/shkola-daria-left.png);
    background-size: contain;
  }
  .school-impudence-header .container .right-img {
    right: 420px;
    width: 500px;
    background-image: url(../../img/header-slider/shkola-daria-right.png);
    background-size: contain;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .school-impudence-header .container {
    padding-bottom: 0;
  }
  .school-impudence-header .container .left-img {
    left: 0;
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
    background-image: url(../../img/header-slider/shkola-daria-left-280.png);
    background-size: auto 18em;
    bottom: 0;
    opacity: 1;
  }
  .school-impudence-header .container .right-img {
    right: 0;
    -webkit-transform: translateX(71%);
        -ms-transform: translateX(71%);
            transform: translateX(71%);
    background-image: url(../../img/header-slider/shkola-daria-right-280.png);
    background-size: auto 18em;
    bottom: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  .school-impudence-header .container {
    padding-bottom: 0;
  }
  .school-impudence-header .container .left-img {
    background-image: url(../../img/header-slider/shkola-daria-left-280.png);
    background-size: auto 13em;
    bottom: 80px;
    left: 0;
    -webkit-transform: translateX(-82%);
        -ms-transform: translateX(-82%);
            transform: translateX(-82%);
    opacity: 1;
  }
  .school-impudence-header .container .right-img {
    background-image: url(../../img/header-slider/shkola-daria-right-280.png);
    background-size: auto 13em;
    bottom: 80px;
    right: 0;
    -webkit-transform: translateX(81%);
        -ms-transform: translateX(81%);
            transform: translateX(81%);
    opacity: 1;
  }
}

/*.school-impudence-header_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	video {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		min-height: 100%;
		//Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
		transform: translateY(-50%);
	}
	~ .container {
		position: relative;
		z-index: 2;
		.slick-arrow {
			display: none;
		}
	}
}*/
/*.header_sound_off {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: 100%;
	&:focus {
		outline: 0;
		border: none;
	}
	&:link {
		outline: 0;
		border: none;
	}
	img {
		display: block;
		max-width: 100%;
		&:last-child {
			display: none;
		}
	}
	&.active img {
		&:first-child {
			display: none;
		}
		&:last-child {
			display: block;
		}
	}
}*/
i.facebook {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../img/icons/facebook.png) no-repeat center;
}
i.facebook-white {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../img/icons/facebook-white.png) no-repeat center;
}
i.insta {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../img/icons/insta.png) no-repeat center;
}
i.insta-white {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../../img/icons/insta-white.png) no-repeat center;
}

.header_top-line-img img {
  margin: auto;
}
.header_top-line-img a {
  display: inline-block;
  width: 200px;
  height: 17px;
  background: url(../../img/DK_logo.svg) no-repeat;
  background-size: contain;
}
.header_top-line-img a:hover {
  text-decoration: none;
}

.logo-naglost-group-white {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../../img/svg/logo-naglost-group-white.svg) no-repeat center;
}
.logo-naglost-group-white:hover {
  text-decoration: none;
}

.logo-zavod-white {
  display: inline-block;
  width: 150px;
  height: 100px;
  background: url(../../img/svg/logo-zavod-white.svg) no-repeat center;
}
.logo-zavod-white:hover {
  text-decoration: none;
}

.logo-zavod-color {
  display: inline-block;
  width: 200px;
  height: 150px;
  background: url(../../img/svg/color-logo-zavod.svg) no-repeat center;
  background-size: 350px;
  width: 180px;
  background-size: 380px;
}
.logo-zavod-color:hover {
  text-decoration: none;
  background: url(../../img/logo-hover/zavod.png) no-repeat 0 45px;
  background-size: 180px;
}

.header_logo {
  margin: 30px 0;
}
.header_logo a {
  display: block;
  width: 155px;
  max-width: 100%;
  height: 127px;
  background: url(../../img/school-impudence_logo.svg) no-repeat;
  background-size: 495px;
}
.header_logo a:hover {
  text-decoration: none;
}

.logo_school-impudence {
  display: inline-block;
  width: 155px;
  max-width: 100%;
  height: 127px;
  background: url(../../img/school-impudence_logo.svg) no-repeat;
  background-size: 495px;
}
.logo_school-impudence:hover {
  text-decoration: none;
}

.logo_school-impudence_white {
  display: inline-block;
  width: 155px;
  max-width: 100%;
  height: 127px;
  background: url(../../img/school-impudence_logo.svg) no-repeat;
  background-size: 495px;
  background-position: right;
}
.logo_school-impudence_white:hover {
  text-decoration: none;
}

.header_logo-mobile {
  margin: 0 0 20px 0;
}
.header_logo-mobile a {
  height: 70px;
  background: url(../../img/school-impudence_logo1.svg) no-repeat;
  background-size: 360px;
}

.header_text {
  display: block;
  min-height: 126px;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
.header_text h2 {
  font-size: 1em;
}

.header_subtext_title {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
}

.header_subtext {
  font-size: 20px;
  line-height: 26px;
}

/*all buttons*/
.black-button {
  display: block;
  padding: 22px 65px;
  color: #d8d8d8;
  font-family: roboto-black;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  background: #020202;
  border: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0;
  text-align: center;
}
.black-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
  text-decoration: none;
}
.black-button:focus {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
}
.black-button:link {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
}
.black-button:visited {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
}

.light-orange-button {
  display: block;
  padding: 22px 65px;
  color: #d8d8d8;
  font-family: roboto-black;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  background: #020202;
  border: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0;
  text-align: center;
  background: #f08f6f;
  color: #fefefe;
  text-align: center;
}
.light-orange-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #fefefe !important;
  background: #e08060;
}
.light-orange-button:focus {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}
.light-orange-button:link {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}
.light-orange-button:visited {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}

.orange-button {
  display: block;
  padding: 22px 65px;
  color: #d8d8d8;
  font-family: roboto-black;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  background: #020202;
  border: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0;
  text-align: center;
  background: #d86230;
  color: #fefefe;
  text-align: center;
}
.orange-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #fefefe !important;
  background: #c25426;
}
.orange-button:focus {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}
.orange-button:link {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}
.orange-button:visited {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}

.white-button {
  display: block;
  padding: 22px 65px;
  color: #d8d8d8;
  font-family: roboto-black;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  background: #020202;
  border: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0;
  text-align: center;
  background: #ffffff;
  color: #020202;
}
.white-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #ffffff !important;
}
.white-button:focus {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #020202;
  border: none;
  outline: 0;
}
.white-button:link {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #020202;
  border: none;
  outline: 0;
}
.white-button:visited {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #020202;
  border: none;
  outline: 0;
}

.yellow-button {
  display: block;
  padding: 22px 65px;
  color: #d8d8d8;
  font-family: roboto-black;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  background: #020202;
  border: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0;
  text-align: center;
  background: #fbc02d;
  color: #fefefe;
  text-align: center;
}
.yellow-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #fefefe !important;
  background: #f9a825;
}
.yellow-button:focus {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}
.yellow-button:link {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}
.yellow-button:visited {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #fefefe;
  border: none;
  outline: 0;
}
.yellow-button.small {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.yellow-button.small + .yellow-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*header*/
.header_footer {
  margin-top: 40px;
  text-align: center;
  margin-top: 52px;
}

.header_footer-button {
  margin: 21px auto 0;
  float: none;
  display: block;
  width: 380px;
}

.header_footer_date {
  display: inline-block;
  margin: 60px 0 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
  font-variant: small-caps;
  text-transform: uppercase;
  margin: 30px 0 0;
  font-family: roboto-black;
  font-weight: 500;
}

.header_footer_subtext {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  padding-left: 30px;
}
.header_footer_subtext.color-orange {
  color: #d86230;
}

.h2-style {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}

.h3-style {
  font-size: 24px;
  line-height: 26px;
}

.header-logo-impudence-group {
  margin: 30px 0;
  text-align: center;
}
.header-logo-impudence-group .logo-naglost-group-white {
  width: 140px;
  height: 140px;
}
.header-logo-impudence-group .logo-naglost-group-white.logo-naglost-group-white-hover:hover {
  background-size: 150px;
  background-position: 0 12px;
}
.header-logo-impudence-group .logo-naglost-group-whites {
  width: 140px;
  height: 140px;
}

.m_header-logo-impudence-group {
  margin: -5px 0 30px;
}

.impudence-group_scriptingThree-wrap {
  position: relative;
}
.impudence-group_scriptingThree-wrap .scriptingThree-white {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: -270px;
  background-size: 100px;
  display: none !important;
}
.impudence-group_scriptingThree-wrap .scriptingFour {
  display: none !important;
}
.impudence-group_scriptingThree-wrap .scriptingTwo {
  display: none !important;
}

.impudence-group_scriptingFour-wrap {
  position: relative;
}
.impudence-group_scriptingFour-wrap .scriptingFour {
  display: none !important;
  position: absolute;
  right: 15px;
  bottom: 45px;
  width: 65px;
  height: 65px;
  background-size: 60px;
}
.impudence-group_scriptingFour-wrap .scriptingThree-white {
  display: none !important;
}
.impudence-group_scriptingFour-wrap .scriptingTwo {
  display: none !important;
}

.impudence-group_scriptingTwo-wrap {
  position: relative;
}
.impudence-group_scriptingTwo-wrap .scriptingFour {
  display: none !important;
}
.impudence-group_scriptingTwo-wrap .scriptingThree-white {
  display: none !important;
}
.impudence-group_scriptingTwo-wrap .scriptingTwo {
  display: none !important;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.impudence-group_black-block_bottom {
  position: relative;
  padding-top: 50px;
  background: #ffffff;
  color: #020202;
}
.impudence-group_black-block_bottom:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 99%;
  width: 100vh;
  height: 100%;
  background: #ffffff;
  z-index: 0;
}
.impudence-group_black-block_bottom:before {
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%;
  background: #ffffff;
}
.impudence-group_black-block_bottom .row {
  z-index: 1;
  position: relative;
}
.impudence-group_black-block_bottom .h2-style {
  padding-right: 52px;
}

.impudence-group_black-block_bottom_text {
  margin-bottom: 20px;
}

/*Для кого*/
.for-whom {
  padding-top: 50px;
}
.for-whom h2 {
  margin-bottom: 50px;
  position: relative;
}
.for-whom .col-md-4 {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 62px;
}
.for-whom .col-md-4:nth-child(1):after {
  content: "";
  height: 3px;
  width: 30%;
  background: url(../../img/line-dashed-hrz.svg);
  position: absolute;
  left: calc(100% - 32px);
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for-whom .col-md-4:nth-child(1):before {
  content: "";
  width: 3px;
  height: calc(50% + 72px);
  background: url(../../img/line-dashed-vert.svg);
  position: absolute;
  top: calc(100% - 9px);
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.for-whom .col-md-4:nth-child(2):after {
  content: "";
  height: 3px;
  width: 30%;
  background: url(../../img/line-dashed-hrz.svg);
  position: absolute;
  left: calc(100% - 32px);
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for-whom .col-md-4:nth-child(3):before {
  content: "";
  width: 3px;
  height: calc(50% + 72px);
  background: url(../../img/line-dashed-vert.svg);
  position: absolute;
  top: calc(100% - 9px);
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.for-whom .col-md-4:nth-child(3) .for-whom-item svg {
  position: relative;
  right: -7px;
}
.for-whom .col-md-4:nth-child(4) {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.for-whom .col-md-4:nth-child(4):after {
  content: "";
  height: 3px;
  width: 30%;
  background: url(../../img/line-dashed-hrz.svg);
  position: absolute;
  left: calc(100% - 32px);
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for-whom .col-md-4:nth-child(4):before {
  content: "";
  height: 3px;
  width: 41px;
  background: url(../../img/line-dashed-hrz.svg);
  position: absolute;
  left: -1px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for-whom .col-md-4:nth-child(5) {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.for-whom .col-md-4:nth-child(5):before {
  content: "";
  height: 3px;
  width: 41px;
  background: url(../../img/line-dashed-hrz.svg);
  position: absolute;
  right: -2px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for-whom .container {
  position: relative;
}
.for-whom a {
  outline: 0;
}

.dashed-frame {
  position: absolute;
  background: url(../../img/) repeat-y 0 20px;
}
.dashed-frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../img/corner-dashed.svg) no-repeat left bottom;
  background: url(../../img/corner-dashed.svg) no-repeat right bottom;
}
.dashed-frame:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.for-whom-item {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  bottom: 100%;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  border: 3px solid #020202;
  -webkit-transition: border .35s ease-out;
  -o-transition: border .35s ease-out;
  transition: border .35s ease-out;
  z-index: 1;
}
.for-whom-item .border {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 3px solid #020202;
  z-index: 2;
}
.for-whom-item .caption {
  position: absolute;
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;
  background-color: #ffefd6;
  padding: 12% 10% 20px;
  z-index: 1;
}
.for-whom-item:hover .border {
  border: 3px solid #ffefd6;
  -webkit-transition: border .35s ease-out;
  -o-transition: border .35s ease-out;
  transition: border .35s ease-out;
}
.for-whom-item:hover .caption {
  background-color: #020202;
  color: #ffefd6;
  -webkit-transition: background-color .35s ease-out, color .35s ease-out;
  -o-transition: background-color .35s ease-out, color .35s ease-out;
  transition: background-color .35s ease-out, color .35s ease-out;
}
.for-whom-item svg {
  width: 95px;
  height: 95px;
  margin-bottom: 20px;
}

.mobile-video-about {
  position: relative;
  height: 0;
  padding-bottom: 90%;
  border-bottom: 20px solid #000;
  background: #FFF;
}
.mobile-video-about .videodaria {
  position: absolute;
  top: 0;
  bottom: 0;
}

.page_school-impudence .fishki-program .white-block-title {
  margin-top: 20px;
  padding: 30px;
  background: #020202;
  color: #cc914b;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: 20;
  position: relative;
}
.page_school-impudence .fishki-program .white-block-main {
  border-top: none;
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_school-impudence .fishki-program .white-block-main:before {
  display: none;
}
.page_school-impudence .orange-button {
  background: #f8d992;
  color: #020202;
  border: #f8d992 2px solid;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
}
.page_school-impudence .orange-button:hover {
  background: #020202;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
}
.page_school-impudence .header_footer-button .black-button {
  color: #e4e1d5;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  font-variant: small-caps;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
}
.page_school-impudence .header_footer-button .black-button:hover {
  background: #f8d992;
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
  color: #000;
  background-size: cover;
}

/*10 points*/
.ten-points {
  border-top: 20px solid #000;
  border-bottom: 20px solid #000;
  padding-top: 50px;
}
.ten-points .item {
  min-height: 310px;
}
.ten-points .item span {
  font-size: 30px;
  font-weight: 700;
  padding: 0 20px 0 50px;
  margin-top: 10px;
  display: block;
}
.ten-points .item p {
  font-size: 12px;
  font-weight: 700;
  padding: 0 20px 0 50px;
  margin-bottom: 50px;
  line-height: 17px;
}
.ten-points svg {
  width: 200px;
  height: 100px;
}

.ten-points-title {
  line-height: 25px;
  margin: 10px 0 40px;
  font-size: 20px;
}

.video-button {
  display: block;
  position: absolute;
  background-image: url(../../img/video-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -10px;
  bottom: 50px;
  width: 155px;
  height: 175px;
  outline: 0 !important;
}
.video-button:before {
  content: "";
  position: absolute;
  background-image: url(../../img/play.svg);
  background-repeat: no-repeat;
  border: 10px solid #ffffff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -5px;
  bottom: -24px;
}
.video-button:after {
  content: "узнать о Школе Наглости ЗА 3 МИНУТЫ";
  position: absolute;
  bottom: -14px;
  left: 44px;
  width: 145px;
  line-height: 16px;
  font-weight: 700;
  font-size: 11px;
  background-color: #ffffff;
  color: #000;
  padding-left: 6px;
}

.points-slick-mob .slick-arrow {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 1em;
  width: 60px;
  height: 60px;
  background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
  border: none;
  outline: 0;
  color: #ffffff;
  z-index: 1;
}
.points-slick-mob .slick-arrow.slick-prev {
  right: 60px;
  background: rgba(248, 217, 146, 0.7) url(../../img/slider/arrow-left.png) no-repeat center;
}

/*8 фишек*/
.fishki-program {
  margin-bottom: 40px;
  background-color: #020202;
}
.fishki-program .h2-style {
  margin-bottom: 35px;
  line-height: 1.2;
  margin-bottom: 45px;
  line-height: 1.25;
  letter-spacing: -.2px;
}
.fishki-program .black-block {
  position: relative;
  padding: 50px 20px;
  background: #020202;
  color: #fafafa;
  padding: 69px 20px;
}
.fishki-program .black-block:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 99%;
  width: 100vh;
  height: 100%;
  background: #020202;
  z-index: -1;
}
.fishki-program .black-block:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 99%;
  width: 100vh;
  height: 100%;
  background: #020202;
  z-index: -1;
}
.fishki-program .black-block i {
  display: inline-block;
}
.fishki-program .fishki-hide {
  margin: 30px 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
  display: none;
}
.fishki-program .fishki-hide span {
  border-bottom: 1px dashed #fff;
  color: #FFF;
}
.fishki-program .fishki-hide:hover {
  border: none;
}
.fishki-program .fishki-show {
  display: block;
  margin: 30px 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  cursor: pointer;
}
.fishki-program .fishki-show span {
  border-bottom: 1px dashed #fff;
  color: #FFF;
}
.fishki-program .fishki-show:hover {
  border: none;
}
.fishki-program .black-block_path {
  line-height: 1.5;
}
.fishki-program .black-block_path p {
  font-size: 14px;
}
.fishki-program .black-block_path img {
  margin-top: 0;
}
.fishki-program .black-block_path:last-child .black-block_path_wrap {
  position: relative;
}
.fishki-program .black-block_path:last-child .black-block_path_wrap:before {
  content: "";
  display: block !important;
  position: absolute;
  top: calc(10px);
  left: 33px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  display: none;
}
.fishki-program .black-block_path:last-child .black-block_path_wrap:after {
  display: none;
}
.fishki-program .black-block_path:last-child .black-block_path_text:before {
  display: none;
}
.fishki-program .black-block_path + .black-block_path {
  margin-top: 25px;
  margin-top: 38px;
}
.fishki-program .black-block_head-block {
  margin-top: 35px;
  margin-bottom: 65px;
}
.fishki-program .black-block_head-block p {
  font-size: 14px;
}
.fishki-program .black-block_head-block p.black-block_title {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
  font: 18px/20px roboto-black;
  text-transform: uppercase;
}
.fishki-program .black-block_path_wrap {
  position: relative;
}
.fishki-program .black-block_path_wrap:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 33px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}
.fishki-program .black-block_path_text {
  position: relative;
  padding-left: 70px;
}
.fishki-program .black-block_path_text .black-block_title {
  font: 18px/20px roboto-black;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -.1px;
}
.fishki-program .black-block_path_text:before {
  content: " ";
  display: block;
  position: absolute;
  top: 14px;
  left: 20px;
  width: 1px;
  height: calc(100% + 40px);
  background: #676767;
}
.fishki-program .black-block_path_left {
  font: 42px/48px roboto-thin;
}
.fishki-program .black-block_path_link {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
}
.fishki-program .black-block_path_link:hover {
  text-decoration: none;
  border-bottom: none;
}
.fishki-program .white-block {
  padding: 0;
  position: relative;
  top: -160px;
  margin-bottom: -160px;
}
.fishki-program .white-block-title {
  border-right: 20px solid #fff9f3;
  font-size: 24px;
  line-height: 30px;
  padding: 30px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -1px -1px 0 1px rgba(0, 0, 0, 0.8);
          box-shadow: -1px -1px 0 1px rgba(0, 0, 0, 0.8);
}
.fishki-program .white-block-main {
  position: relative;
  border: 20px solid #020202;
  border-right-color: #ffffff;
  -webkit-box-shadow: -1px 0 0 1px #020202;
          box-shadow: -1px 0 0 1px #020202;
}
.fishki-program .white-block-main:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 80px;
  background: #020202;
  z-index: 1;
  top: auto;
  bottom: -20px;
}
.fishki-program .white-block-main:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 80px;
  background: #020202;
  z-index: 1;
}
.fishki-program .white-block_text {
  padding: 25px 30px;
}
.fishki-program .white-block_text p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #191a1b;
}
.fishki-program .white-block_text .white-block_main_title {
  margin-top: 40px;
  font-size: 24px;
  line-height: 28px;
}
.fishki-program .white-block_text .white-block_main-people {
  margin-top: 30px;
}
.fishki-program .white-block_text .white-block_main-people img {
  width: 68px;
  height: auto;
  margin: -8px 15px 0 0;
  float: left;
}
.fishki-program .white-block_text .white-block_main-people p {
  margin: 0;
}
.fishki-program .impudence-group_black-block {
  padding: 30px 20px 0;
}
.fishki-program .impudence-group_black-block_path {
  margin-top: 0;
}

/*knowledge-base*/
.knowledge-base_section {
  padding: 50px 0 85px;
  background-color: #ffefd6;
}
.knowledge-base_section .h2-style {
  margin-bottom: 20px;
}

.knowledge-base_path_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.knowledge-base_path {
  width: calc(25% - 30px);
  margin: 15px;
  background: #fafafa;
  text-decoration: none;
  background-color: #fcecd0;
}
.knowledge-base_path img {
  max-width: 100%;
}
.knowledge-base_path:hover {
  text-decoration: none;
}
.knowledge-base_path:hover .knowledge-base_path_text_title {
  color: #6f6f6f;
}
.knowledge-base_path:nth-child(4) ~ .knowledge-base_path {
  display: none;
}

.knowledge-base_path_img {
  text-align: center;
}
.knowledge-base_path_img img {
  max-width: 100%;
}

.knowledge-base_path_text {
  padding: 25px 35px;
  background-color: #fcecd0;
}

.knowledge-base_path_text_title {
  font-weight: 500;
  font-family: roboto-black;
  font-size: 18px;
  line-height: 1.4;
  color: #191a1b;
}

.knowledge-base_path_text_subtitle {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #191a1b;
}

.knowledge-base_hide {
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  font-family: roboto-black;
  color: #191a1b;
  line-height: 1;
  font-size: 24px;
  text-decoration: none;
  border-bottom: 1px dashed #191a1b;
  display: none;
}
.knowledge-base_hide:hover {
  color: #191a1b;
  text-decoration: none;
  border-bottom-color: #ffffff;
}

.knowledge-base_more {
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  font-family: roboto-black;
  color: #191a1b;
  line-height: 1;
  font-size: 24px;
  text-decoration: none;
  border-bottom: 1px dashed #191a1b;
}
.knowledge-base_more:hover {
  color: #191a1b;
  text-decoration: none;
  border-bottom-color: #ffffff;
}

/*.buy-book {
	position: relative;
	padding: 0 0 0 35px;
	margin-top: 35px;
	text-align: center;
	.black-button {
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 5px 30px;
	}
	img {
		max-width: 100%;
	}
}*/
.dark-background {
  background: #191a1b;
  color: #fefefe;
}

.gray-background {
  background: #e8e8e8;
}

/*reviews*/
.reviews_section {
  padding-top: 40px;
}
.reviews_section .h2-style {
  margin-bottom: 35px;
}
.reviews_section .col-md-1-5 {
  padding: 0;
}
.reviews_section .col-md-1-5 img {
  max-width: 100%;
}
.reviews_section .hide-reviews {
  display: block;
  margin: 30px 0;
  font-size: 24px;
  line-height: 34px;
  font-family: roboto-black;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
  display: none;
}
.reviews_section .hide-reviews span {
  border-bottom: 1px dashed #000;
}
.reviews_section .hide-reviews:hover {
  border: none;
}
.reviews_section .show-reviews {
  display: block;
  margin: 30px 0;
  font-size: 24px;
  line-height: 34px;
  font-family: roboto-black;
  font-weight: 500;
  cursor: pointer;
}
.reviews_section .show-reviews span {
  border-bottom: 1px dashed #000;
}
.reviews_section .show-reviews:hover {
  border: none;
}

.reviews_path {
  margin-bottom: 15px;
}
.reviews_path img {
  max-width: 100%;
}

.reviews-headline {
  padding: 0 15px;
  margin-top: 35px;
  font-weight: 500;
  font: 16px/24px roboto-black;
}

.reviews-name {
  padding: 0 15px;
  margin: 15px 0 25px;
  font-size: 12px;
  line-height: 14px;
}

.reviews_text {
  position: relative;
  padding: 0 15px 30px;
}
.reviews_text p {
  font-size: 14px;
  line-height: 18px;
}
.reviews_text p:first-child {
  font-weight: 700;
}
.reviews_text p + p {
  margin-top: 25px;
}
.reviews_text ul {
  margin-top: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.reviews_text ul li + li {
  margin-top: 7px;
}
.reviews_text.transparent {
  height: 200px;
  overflow: hidden;
}
.reviews_text.transparent:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e8e8), color-stop(110%, rgba(232, 232, 232, 0.1)));
  background: -o-linear-gradient(bottom, #e8e8e8 0, rgba(232, 232, 232, 0.1) 110%);
  background: linear-gradient(to top, #e8e8e8 0, rgba(232, 232, 232, 0.1) 110%);
}

.review-slider_video {
  position: relative;
  margin-bottom: -8px;
  z-index: 1;
}
.review-slider_video .slick-slide {
  outline: 0;
}
.review-slider_video .slick-arrow {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 60px;
  height: 60px;
  background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
  border: none;
  outline: 0;
  color: #ffffff;
  z-index: 1;
}
.review-slider_video .slick-prev {
  right: 60px;
  background: rgba(118, 118, 118, 0.8) url(../../img/slider/arrow-left.png) no-repeat center;
}
.review-slider_video + .container {
  z-index: 0;
}

.new-reviews_section {
  padding-top: 30px;
}
.new-reviews_section .h2-style {
  margin-bottom: 45px;
}
.new-reviews_section .video-block {
  width: 100%;
}
.new-reviews_section .video-block video {
  width: 100%;
}

.video-block {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.video-block .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.video-block.play-active {
  cursor: pointer;
}
.video-block.play-active .play-video {
  display: none;
}
.video-block iframe {
  width: 100%;
  height: 80vh;
}

.reviews-mobile-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
  border: none;
  outline: 0;
  color: #ffffff;
  z-index: 1;
}
.reviews-mobile-slider .slick-arrow.slick-prev {
  right: 60px;
  background: rgba(118, 118, 118, 0.8) url(../../img/slider/arrow-left.png) no-repeat center;
}

.reviews-slider-plus-video .slick-arrow {
  font-size: 0;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
  border: none;
  outline: 0;
  color: #ffffff;
  z-index: 1;
}
.reviews-slider-plus-video .slick-arrow.slick-prev {
  right: 60px;
  background: rgba(118, 118, 118, 0.8) url(../../img/slider/arrow-left.png) no-repeat center;
}

/*statistics*/
.statistics_section {
  padding: 50px 0;
  background: #020202;
  color: #ffffff;
}

.statistics-list {
  font-size: 24px;
  list-style: none;
  padding-left: 0;
}
.statistics-list li {
  display: inline-block;
  position: relative;
  width: 24%;
  text-align: center;
}
.statistics-list li span {
  display: inline-block;
  position: relative;
  top: 10px;
  margin: 0 10px 0 0;
  font: 48px/52px roboto-black;
  font-weight: 900;
}
.statistics-list li + li:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 100%;
  background: #676767;
}

/*slider*/
.init-mobile-slider {
  position: relative;
}
.init-mobile-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  border: none;
  outline: 0;
  color: transparent;
  background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
  z-index: 1;
}
.init-mobile-slider .slick-arrow.slick-prev {
  right: 70px;
  background: #fafafa url(../../img/slider/arrow-left.png) no-repeat center;
}

/*что это??*/
.index-wrapper {
  display: block;
  position: relative;
  padding: 40px 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #0d0c12 url(../../img/index-big-bg.jpg) no-repeat;
  background-size: cover;
}
.index-wrapper footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 40px 0;
}

.index-wrapper_center-block {
  position: absolute;
  top: calc(50% - 140px);
  left: calc(50% - 200px);
  width: 400px;
  height: 240px;
  height: 200px;
  top: calc(50% - 100px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-wrapper_center-block_play {
  display: inline-block;
  width: 85px;
  height: 85px;
  background: url(../../img/index-play-video.png) no-repeat 55% 50%;
  background-size: 40%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.index-wrapper_center-block_play:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.index-wrapper_center-block_play:link {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.index-wrapper_center-block_play:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}

.index-wrapper_logo-darya {
  margin-top: 10px;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  height: 100px;
  background: url(../../img/daryakabi.svg) no-repeat center;
  background-size: 380px;
}

.index-wrapper_white-logo-darya {
  margin-top: 10px;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  height: 100px;
  background: url(../../img/daryakabi.svg) no-repeat center;
  background-size: 380px;
  width: 100%;
  height: 50px;
  background: url(../../img/logo-daryakabi-white-new.svg) no-repeat center;
  background-size: 795px;
  margin-top: 35px;
}

.index-wrapper_white-logo-darya_title {
  display: inline-block;
  height: 20px;
  width: 100%;
  background: url(../../img/shn_title.svg) no-repeat center;
  background-size: 280px;
}

.index_magnific-popup-video_body {
  width: 90vw;
  margin-left: 5vw;
  margin-top: 20px;
}

.index-wrapper_bottom-block {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}
.index-wrapper_bottom-block a {
  max-width: 100%;
}
.index-wrapper_bottom-block .logo_school-impudence_white {
  width: 85px;
  height: 100px;
  background-size: 270px;
}
.index-wrapper_bottom-block .footer-copyright_mobile-block {
  display: inline-block;
  margin-top: 20px;
}

/*about*/
.about-wrap {
  position: relative;
  padding: 30px 0 20px;
  min-height: 100vh;
  overflow: hidden;
  color: #fafafa;
  background: #0d0c12 url(../../img/about/about-bg-2500.png) no-repeat top right;
  background-size: cover;
  background: #020202 url(../../img/about/VG-3262_black.png) no-repeat 130% 40%;
}
.about-wrap .header_top-line {
  margin: 20px 0;
}
.about-wrap .header_logo-white {
  margin-top: 5px;
}
.about-wrap .h1-style {
  margin: 40px 0;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-wrap .h2-style {
  font-weight: 500;
  font: 30px/36px roboto-black;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fefefe;
  text-transform: none;
}
.about-wrap .logo-naglost-group-white {
  margin-bottom: -15px;
  width: 90px;
  height: 90px;
}
.about-wrap .logo_school-impudence_white {
  position: relative;
  margin-top: 15px;
  margin-bottom: -15px;
  width: 85px;
  height: 85px;
  background-size: 260px;
}
.about-wrap .logo-zavod-white {
  position: relative;
  margin: 0 0 -20px;
}
.about-wrap .about-wrap-block-book_text {
  max-width: 206px;
}
.about-wrap .footer-copyright {
  padding: 0 15px;
}
.about-wrap .footer-copyright p {
  text-align: left;
  line-height: 1.1;
  color: #b3b3b3;
}
.about-wrap .footer-copyright p span {
  color: #b3b3b3;
}
.about-wrap .footer-copyright a:hover {
  color: #b3b3b3;
}

.about-wrap_text {
  font-size: 14px;
  line-height: 26px;
  color: #fafafa;
  margin-bottom: 20px;
}

.about-wrap-block-book {
  margin-top: 40px;
}

.about-wrap-block-book_img {
  float: left;
  margin: 0 25px 10px 0;
}

.about-wrap-block-book_text {
  display: inline-block;
  max-width: 230px;
  font-size: 14px;
  line-height: 20px;
}

.about_button-more {
  padding: 0;
  font-weight: 500;
  font: 18px/26px roboto-black;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  outline: 0;
  background: 0 0;
  border-bottom: 1px dashed #ffffff;
}

/*people-who-passed*/
.people-who-passed-intensively {
  padding: 50px 0;
}

.people-who-passed-intensively_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.people-who-passed-intensively_path {
  width: 12.5%;
}
.people-who-passed-intensively_path img {
  max-width: 100%;
}

.people-who-passed-intensively_path-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.people-who-passed-intensively_path-wrap .people-who-passed-intensively_path {
  width: 100% !important;
}

.leaders-come_section {
  padding: 80px 0 0;
}

.leaders-come_ul {
  margin-bottom: 0;
  padding-bottom: 60px;
  list-style: none;
  text-align: center;
  padding-left: 0;
}
.leaders-come_ul .slick-arrow {
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
  border: none;
  outline: 0;
  color: #ffffff;
  z-index: 1;
}
.leaders-come_ul .slick-prev {
  right: 45px;
  background: rgba(118, 118, 118, 0.8) url(../../img/slider/arrow-left.png) no-repeat center;
}

.leaders-come-li-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.leaders-come-li-wrap .leaders-come_li {
  width: 100%;
}

.leaders-come_li {
  display: inline-block;
  width: calc(16.6% - 4px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.leaders-come_link {
  display: block;
  padding: 4px 30px;
  text-decoration: none;
}
.leaders-come_link img {
  display: block;
  margin: auto;
  max-width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.leaders-come_link:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*individual-consultations*/
.individual-consultations {
  margin: 25px;
  padding: 0;
}
.individual-consultations img {
  max-width: 100%;
}
.individual-consultations .individual-consultations_title {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  width: 75%;
}
.individual-consultations .light-orange-button {
  display: inline-block;
  padding: 10px 16px;
  margin-top: 18px;
  font-size: 14px;
  text-align: content;
}
.individual-consultations .orange-button {
  display: inline-block;
  padding: 10px 16px;
  margin-top: 18px;
  font-size: 14px;
  text-align: content;
}
.individual-consultations .white-button {
  display: inline-block;
  padding: 10px 16px;
  margin-top: 18px;
  font-size: 14px;
  text-align: content;
}
.individual-consultations .yellow-button {
  display: inline-block;
  padding: 10px 16px;
  margin-top: 18px;
  font-size: 14px;
  text-align: content;
}

.magnific-popup-link {
  outline: 0 !important;
}

/*how it was*/
.how-it-was-gal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.how-it-was-gal-wrap > * {
  width: 50%;
}

.how-it-was-gal-item {
  display: inline-block;
  position: relative;
  outline: 0 !important;
}
.how-it-was-gal-item img {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.how-it-was-gal-item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.how-it-was_section .h2-style {
  padding-top: 35px;
  margin-bottom: 45px;
}
.how-it-was_section .dark-background {
  background: #020202;
}

.first_double-big-slider img {
  width: 100%;
}
.first_double-big-slider .slide:focus {
  border: none;
  outline: 0;
}

.first_double-big-slider_video-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.first_double-big-slider_video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-wrap {
  position: relative;
}
.video-wrap .play-video {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 200px;
  max-width: 100%;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  cursor: pointer;
}

.second_double-big-slider {
  padding-right: 160px;
}
.second_double-big-slider img {
  max-width: 100%;
}
.second_double-big-slider .smile-slide {
  cursor: pointer;
}
.second_double-big-slider .smile-slide:focus {
  border: none;
  outline: 0;
}
.second_double-big-slider .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: url(../../img/slider/arrow-right.png) no-repeat center;
  border: none;
  outline: 0;
  color: transparent;
}
.second_double-big-slider .slick-arrow.slick-prev {
  right: 80px;
  background: #ffffff url(../../img/slider/arrow-left.png) no-repeat center;
}

.bg-black {
  background: #020202;
  padding: 40px 0 60px;
}
.bg-black .light-orange-button {
  display: inline-block;
  padding: 19px 65px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 347px;
  max-width: 100%;
}
.bg-black .orange-button {
  display: inline-block;
  padding: 19px 65px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 347px;
  max-width: 100%;
}
.bg-black .yellow-button {
  display: inline-block;
  padding: 19px 65px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 347px;
  max-width: 100%;
}

/*applications*/
.columns-with-applications_section {
  margin-top: -1px;
  background: #020202;
}
.columns-with-applications_section.project_wrapper {
  background: 0 0;
}
.columns-with-applications_section.project_wrapper .bg-black {
  margin-top: 15px;
  padding: 0;
}
.columns-with-applications_section.project_wrapper .columns-with-applications {
  padding: 0;
}
.columns-with-applications_section.project_wrapper .project_path {
  width: 100%;
}
.columns-with-applications_section.project_wrapper .slick-slide.project_path {
  width: 100%;
}
.columns-with-applications_section .init-mobile-slider .slick-arrow.slick-prev {
  background-color: #ffffff;
}

.columns-with-applications {
  padding: 25px 30px;
  border: 10px solid #020202;
  border-top-width: 20px;
  border-bottom: 20px solid #020202;
  background: #ffffff;
}
.columns-with-applications:hover {
  color: #ffffff;
  background-color: #020202;
}
.columns-with-applications:hover .columns-with-applications_description {
  color: #ffffff;
}
.columns-with-applications:hover .black-button {
  background: #ffffff;
  color: #000;
}
.columns-with-applications:hover .black-button:hover {
  color: #ffffff;
  background: url(../../img/button-hover.png) no-repeat;
  background-size: cover;
}

.columns-with-applications-title {
  font: 40px/40px roboto-black;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.columns-with-applications_text {
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
}

.columns-with-applications_text_path {
  margin-bottom: 25px;
}
.columns-with-applications_text_path .soldout {
  display: block;
  position: relative;
  color: #d3d1d1;
}
.columns-with-applications_text_path .soldout:after {
  content: "SOLD OUT";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 50px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  background: url(../../img/soldout.png) no-repeat;
}

.columns-with-applications_button .black-button {
  margin: 30px 0 20px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}
.columns-with-applications_button .black-buttons {
  margin: 30px 0 20px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}

.columns-with-applications_description {
  margin-top: 25px;
  font-size: 14px;
  line-height: 18px;
  color: #020202;
}

/*footer*/
.footer-contact {
  font-size: 18px;
}
.footer-contact a + a {
  padding-left: 15px;
}

.footer_contact-title {
  font: 30px/32px roboto-black;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-copyright {
  margin-top: 5px;
  font-size: 12px;
  color: #b3b3b3;
  text-align: right;
}
.footer-copyright a {
  margin: 0;
  color: #b3b3b3;
  font-size: 12px;
  text-decoration: underline;
}
.footer-copyright a:hover {
  text-decoration: none;
}

.form-registration {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 60px 0 30px;
  border: 20px solid;
  background: url(../../img/form-bg.png) no-repeat;
  background-size: cover;
  text-align: left;
}
.form-registration .mfp-close {
  display: none;
}
.form-registration form {
  margin-top: 40px;
}
.form-registration .black-button {
  margin-top: 30px;
}

.successful-sending {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 60px 0 30px;
  border: 20px solid;
  background: url(../../img/form-bg.png) no-repeat;
  background-size: cover;
  text-align: left;
}
.successful-sending .mfp-close {
  display: none;
}
.successful-sending form {
  margin-top: 40px;
}
.successful-sending .black-button {
  margin-top: 30px;
  margin-top: 28px;
  padding: 26px 54px;
}
.successful-sending p {
  text-transform: uppercase;
  color: #ffffff;
  font: 48px/60px roboto-black;
  font-weight: 300;
  letter-spacing: -.4px;
}
.successful-sending .successful-sending_think-you {
  font-family: roboto-black;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0;
}
.successful-sending button.popup-close {
  position: relative;
  top: -15px;
  left: -5px;
}

.form-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

.form-label {
  display: block;
  max-width: 100%;
  margin: 10px 0;
}
.form-label span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #ffffff;
}
.form-label span.visible {
  color: red;
}
.form-label input {
  display: block;
  width: 100%;
  padding: 25px 20px;
  border: none;
  outline: 0;
  font-size: 18px;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.form-label input:focus {
  background: #ffffff;
}
.form-label.form-error {
  position: relative;
}
.form-label.form-error:after {
  content: "Поле обязательно для заполнения!";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #f8f7f7;
  font-size: 18px;
  z-index: 0;
}
.form-label.form-error input {
  -webkit-box-shadow: 0 0 0 3px #fb4032 !important;
          box-shadow: 0 0 0 3px #fb4032 !important;
}

.magnific-popup-video {
  position: relative;
  left: -10px;
  text-align: center;
  width: 100vw;
  min-height: 100vh;
  background: #000;
}
.magnific-popup-video .mfp-close {
  position: absolute;
  left: 0;
  right: auto;
  color: #ffffff;
  font-size: 50px;
}

iframe {
  max-width: 100%;
}

.header_footer_date_mobile {
  display: none;
}

.header_footer_subtext_mobile {
  display: none;
}

/*pagination*/
.pagination {
  padding: 25px 0;
}

.pagination_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination_li {
  display: inline-block;
  margin-right: 25px;
}

.pagination_link {
  color: #191a1b;
  font-weight: 500;
  font-family: roboto-black;
}
.pagination_link:hover {
  color: #191a1b;
}
.pagination_link.active {
  font-weight: 700;
  pointer-events: none;
}

/*project*/
.project-section {
  margin: 20px 0 0;
  border-bottom: 15px solid #020202;
}
.project-section .h2-style {
  margin-bottom: 25px;
}

.project_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project_main .slick-arrow {
  right: 0;
  top: 0;
}
.project_main .slick-arrow.slick-prev {
  right: 60px;
}

.project_path {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 33%;
  padding: 30px 40px;
  min-height: 400px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  font: 36px/48px roboto-black;
  color: #191a1b;
  text-decoration: none;
}
.project_path:hover {
  text-decoration: none;
  color: #ffffff;
}
.project_path:link {
  text-decoration: none;
}
.project_path:visited {
  text-decoration: none;
}
.project_path.white-color {
  color: #fdfbfb;
}
.project_path.white-color:hover {
  color: #fdfbfb;
}
.project_path.white-color:link {
  color: #fdfbfb;
}
.project_path.white-color:visited {
  color: #fdfbfb;
}

.project-modal .modal-big-wrap_black-info-block_body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-modal .modal-big-wrap_black-info-block_body_path {
  width: 33%;
  text-align: left;
  padding-right: 40px;
}
.project-modal img {
  max-width: 100%;
}

.project-modal_path {
  margin: 25px 0;
}
.project-modal_path.we-proud {
  text-align: justify;
}

/*our-pride*/
.our-pride_head {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0 20px;
}
.our-pride_head img {
  max-width: 100%;
}

.our-pride_text {
  margin: 20px 0;
  font-size: 14px;
  color: #020202;
}

.yellow-color {
  color: #fbc02d;
}

.our-pride-diez {
  font: 48px/1.1 roboto-light;
  text-transform: uppercase;
  color: #0094df;
}

.mb25px {
  margin-bottom: 25px;
}

.img_wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1300;
}
.img_wrapper img {
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}

div.modal-consultation_wrap {
  background: #020202 url(../../img/consultations/cons-new-bg.png) no-repeat top right;
  background: #020202 !important;
}
div.modal-consultation_wrap .modal-consultation_form_input {
  font-size: 16px;
}
div.modal-consultation_wrap .modal-consultation_form_submit {
  font-size: 18px;
  padding: 26px 20px 27px;
}
div.first_double-big-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.first_double-big-slider .slick-slide {
  height: auto;
}
div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}
div.news-detail {
  word-wrap: break-word;
}
div.news-detail img.detail_picture {
  float: left;
  margin: 0 8px 6px 1px;
}

.modal-consultation_author {
  display: none;
}

/*thoughts*/
.thought-header {
  padding: 60px 0;
  background: #d8d8d8;
  border-bottom: 20px solid #020202;
}
.thought-header .header-links {
  text-align: right;
}
.thought-header .thought-mobile-header-img {
  display: none;
}

.thoughts-title {
  margin: 50px 0;
  padding: 20px 0 0;
}

.thoughts-path {
  margin: 50px 0;
}

.thoughts-path_title {
  font-weight: 500;
  font: 30px/42px roboto-black;
  text-transform: uppercase;
  color: #020202;
}

.thoughts-path_date {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ccc;
}

.thoughts-path_text {
  line-height: 24px;
}

.thoughts-path_img {
  margin-bottom: 30px;
}
.thoughts-path_img img {
  max-width: 100%;
}
.thoughts-path_img:empty {
  display: none;
}

.thoughts-footer {
  margin-top: 50px;
  padding: 85px 0;
  border-top: 20px solid #020202;
}

.thought_text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4;
}

.thought_text_title {
  margin-bottom: 20px;
  font-weight: 500;
  font-family: roboto-black;
  font-size: 24px;
}

.modal_thought-block_title {
  margin-bottom: 25px;
  font-size: 24px;
}

.home-link-toggleMenu {
  position: relative;
  top: -5px;
}

.thought_big-block {
  margin-bottom: 40px;
}
.thought_big-block img {
  max-width: 100%;
}
.thought_big-block:hover {
  text-decoration: none;
}

.thought_block img {
  max-width: 100%;
}
.thought_block:hover {
  text-decoration: none;
}

.thought_block-text {
  margin-bottom: 30px;
  padding: 30px;
  background: #fafafa;
  height: 197px;
  position: relative;
  overflow: hidden;
}
.thought_block-text:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: #fafafa;
}

.thought_text-title {
  font-weight: 500;
  font: 18px roboto-black;
  color: #191a1b;
}

.thought_big-title {
  font-weight: 500;
  font: 36px roboto-black;
  color: #191a1b;
}

.thought_sub-title {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #191a1b;
}

.thought_small-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.thought_small-block-wrap > * {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.thought_title {
  margin: 30px 0 15px;
  text-transform: uppercase;
}
.thought_title h1 {
  font-size: 48px;
}

.thoughts-path_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.thoughts-path_share .share-switch {
  display: none;
}
.thoughts-path_share .share-dialog-inner-left {
  padding: 0;
  background: 0 0;
}
.thoughts-path_share .share-dialog-left {
  left: 0;
}
.thoughts-path_share .bookmarks-table td {
  display: none;
}
.thoughts-path_share .bookmarks-table td:first-child {
  display: inline-block;
}
.thoughts-path_share .bookmarks-table td:first-child a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 0 8px;
  color: #000;
  border-radius: 3px;
  background: #ececec;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thoughts-path_share .bookmarks-table td:first-child a:before {
  content: " ";
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url(../../img/soc-icon/icon-facebook.png);
}
.thoughts-path_share .bookmarks-table td:first-child a:after {
  content: "Поделиться";
  display: inline-block;
}

.thoughts-path_share_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ececec;
  color: #000;
  border-radius: 3px;
  text-decoration: none;
}
.thoughts-path_share_link:hover {
  text-decoration: underline;
  color: #000;
}
.thoughts-path_share_link img {
  margin-right: 4px;
}

.about_logo-zavod {
  height: 90px;
  margin: 15px 0 -15px;
}
.about_logo-zavod:hover {
  height: 100px;
  margin-top: 5px;
  position: relative;
  top: -20px;
}

/*not needed??*/
.header_iframe-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.header_iframe-video ~ * {
  position: relative;
  z-index: 2;
}
.header_iframe-video iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 500vh !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  pointer-events: none;
}

.header_iframe-video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header_iframe-video_overlay img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  pointer-events: none;
}

.orange {
  color: #d86230;
}

.share-dialog-left {
  position: relative;
}

/*.how-it-wap_sm-links {
	display: flex;
	flex-wrap: wrap;
	a {
		width: calc(100% / 7);
	}
}*/
.footer-disaiened {
  white-space: nowrap;
}

/*not needed??*/
.zavod_wh_bl_section {
  margin-bottom: 0;
}
.zavod_wh_bl_section .black-block_path_wrap {
  position: relative;
}
.zavod_wh_bl_section .black-block_path_wrap:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 33px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}
.zavod_wh_bl_section .black-block_path_wrap:before {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 33px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  top: calc(100% + 38px);
}
.zavod_wh_bl_section .black-block_path_left {
  position: relative;
  top: -11px;
}
.zavod_wh_bl_section .black-block {
  padding: 51px 20px;
}
.zavod_wh_bl_section .black-block_path_text:before {
  height: calc(100% + 26px);
}
.zavod_wh_bl_section .black-block_path:last-child .black-block_path_wrap:before {
  display: none !important;
}
.zavod_wh_bl_section.fishki-program .white-block-title {
  background: 0 0;
}

.impudence-group_wrapper .columns-with-applications_section.project_wrapper .bg-black {
  margin-top: 35px;
}
.impudence-group_wrapper .columns-with-applications:hover {
  background: #ffffff;
}

.impudence-group_header .header_text {
  margin-bottom: 30px;
  width: 745px;
  max-width: 100%;
}
.impudence-group_header a {
  outline: 0 !important;
}
.impudence-group_header .logo-zavod-color {
  pointer-events: none;
}
.impudence-group_header .logo-zavod-color:hover {
  background: url(../../img/svg/color-logo-zavod.svg) no-repeat center;
  background-size: 380px;
}
.impudence-group_header .logo-naglost-group-white {
  pointer-events: none;
}
.impudence-group_header .header-logo-impudence-group .logo-naglost-group-white.logo-naglost-group-white-hover {
  pointer-events: none;
}
.impudence-group_header .header-logo-impudence-group .logo-naglost-group-white.logo-naglost-group-white-hover:hover {
  background: url(../../img/svg/logo-naglost-group-white.svg) no-repeat center;
}

.hamburger_bl {
  width: 24px;
}
.hamburger_bl span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.hamburger_bl span + span {
  margin-top: 6px;
}

.bg-black--zavod {
  padding: 35px 0;
}

.wrapper-zavod .new-reviews_section {
  padding-top: 0;
}
.wrapper-zavod .individual-consultations {
  margin-bottom: -23px;
}

.logo_wrapper img {
  max-width: 100%;
}
.logo_wrapper:hover .logo_1 {
  display: none;
}
.logo_wrapper:hover .logo_2 {
  display: inline-block;
}

.logo_2 {
  display: none;
  position: relative;
  overflow: hidden;
}
.logo_2 .background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.logo_2 .background img {
  max-width: none;
  width: 1115px;
  position: relative;
  top: 106px;
  left: -16px;
}

.logo_2 > a {
  position: relative;
  z-index: 10;
}

.header_text--color {
  color: #af7b4f;
  font-size: 24px;
  line-height: 1.4;
}
.header_text--color h2 {
  font-size: 35px;
  line-height: 1.1;
}

.orange-button--dark {
  background: #af7b4f;
}
.orange-button--dark:hover {
  background: #8b5f39;
}

.news-date-time {
  color: #486daa;
}

.form-error-mail {
  position: relative;
}
.form-error-mail:after {
  content: "Некорректный EMAIL";
  position: absolute;
  top: 0;
  right: 6px;
  display: block;
  color: #f8f7f7;
  font-size: 18px;
  z-index: 0;
}
.form-error-mail input {
  -webkit-box-shadow: 0 0 0 3px #fb4032 !important;
          box-shadow: 0 0 0 3px #fb4032 !important;
}

.black-buttons {
  display: block;
  padding: 22px 65px;
  color: #d8d8d8;
  font-weight: 500;
  font-family: roboto-black;
  font-size: 24px;
  text-transform: uppercase;
  background: #020202;
  border: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 0;
}
.black-buttons:focus {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
}
.black-buttons:link {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
}
.black-buttons:visited {
  text-decoration: none;
  color: #d8d8d8;
  border: none;
  outline: 0;
}
.black-buttons:hover {
  color: #ffffff;
  background: url(../../img/texture/button_bg.png) no-repeat;
  background-size: cover;
  text-decoration: none;
}

.logo-naglost-group-whites {
  margin-bottom: -15px;
  width: 90px;
  height: 90px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(/upload/iblock/1fd/Bez_imen3i_1.png) no-repeat center;
}

.logo_school-impudence_whites {
  display: inline-block;
  width: 155px;
  max-width: 100%;
  height: 127px;
  background: url(/upload/iblock/a5c/Bez_imeni_1.png) no-repeat;
  background-size: 495px;
  position: relative;
  margin-top: 15px;
  margin-bottom: -15px;
  width: 85px;
  height: 85px;
  background-size: 260px;
  background-position: right;
}
.logo_school-impudence_whites:hover {
  text-decoration: none;
}

.header_logos {
  margin: 30px 0;
}
.header_logos a {
  display: block;
  width: 155px;
  max-width: 100%;
  height: 127px;
  background: url(/upload/iblock/a5c/Bez_imeni_1.png) no-repeat;
  background-size: 495px;
}
.header_logos a:hover {
  background: url(/upload/iblock/d02/school_impudence_logo_white.png) no-repeat;
  background-size: 100%;
}

.logo-zavod-colors {
  display: inline-block;
  width: 200px;
  height: 150px;
  background: url(/upload/resize_cache/iblock/2f8/160_0_2/Bez_ime2ni_1.png) no-repeat center;
  background-size: 350px;
  width: 180px;
  background-size: 380px;
}
.logo-zavod-colors:hover {
  text-decoration: none;
  background: url(/upload/resize_cache/iblock/140/160_0_2/color_logo_zavod_PNG.png) no-repeat 0 45px;
  background-size: 180px;
}

.about_logo-zavods {
  height: 90px;
  margin: 15px 0 -15px;
}
.about_logo-zavods:hover {
  height: 100px;
  margin-top: 5px;
  position: relative;
  top: -20px;
}

.svg-container {
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
}

.header-slider_text_wrapper {
  text-align: center;
}

.menu_ul_li_link.close-menu {
  font-size: 50px;
  line-height: 50px;
  padding: 0;
}
.menu_ul_li_link.close-menu:hover {
  text-decoration: none;
}
.menu_ul_li_link.close-menu:link {
  text-decoration: none;
}

.index_magnific-popup-video button.mfp-close {
  color: #ffffff;
  font-size: 35px;
}

.modal-big-wrap > .mfp-close {
  display: none;
}

.modal_img-path_wrap .modal_img-path {
  width: 100%;
}

.logo-naglost-group-white-hover:hover {
  background: url(../../img/logo-hover/impudence.png) no-repeat 0 6px;
  background-size: 97px 78px;
}

.logo_school-impudence-hover:hover {
  background: url(../../img/logo-hover/school-impudence.png) no-repeat 4px 9px;
  background-size: 98%;
}

.logo-zavod-hover:hover {
  background: url(../../img/logo-hover/zavod.png) no-repeat 17px 47px;
  background-size: 166px 48px;
}

.modal-consultation_phone .modal-consultation_path_head {
  text-transform: none;
}

.modal_thought .modal-big-wrap_title {
  margin-top: 30px;
  text-transform: none;
}

.modal_thought-block .thought_block-text {
  margin-bottom: 25px;
  background: #fafafa;
}

.white-block_text ul {
  margin: 0;
  padding-left: 20px;
  margin-left: 0 !important;
}
.white-block_text ul li {
  margin-bottom: 12px;
}

.modal-programm .modal-big-wrap_black-info-block_body_path {
  padding-right: 50px;
}

.header-init-slider_auto-scroll .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-init-slider_auto-scroll .slick-track .slick-slide {
  height: auto;
}

.impudence-group_wh_bl_section.fishki-program .white-block-title {
  background: 0 0;
}

.hamburger_bl--black span {
  background: #000;
}

.school-impudence-header .header_text {
  color: #000;
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
}

.white-block-main.clearfix {
  border-right: none !important;
}

ul.left-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  position: relative;
}
ul.left-menu li {
  padding: 10px 16px;
  background: #f5f5f5 url(/bitrix/templates/daryakabi_2/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x;
}
ul.left-menu li a {
  font-size: 100%;
  color: #bc262c;
  text-decoration: none;
}
ul.left-menu li a:visited {
  color: #bc262c;
}
ul.left-menu li a:hover {
  color: #bc262c;
}
ul.left-menu li a.selected:link {
  color: #fc8d3d;
}
ul.left-menu li a.selected:visited {
  color: #fc8d3d;
}
ul.left-menu li a.selected:active {
  color: #fc8d3d;
}
ul.left-menu li a.selected:hover {
  color: #fc8d3d;
}

.logo-naglost-group-white-hovers:hover {
  background: url(/upload/iblock/788/Bez_ime33ni_1.png) no-repeat 0 6px;
  background-size: 97px 78px;
}

.logo_school-impudence-hovers:hover {
  background: url(/upload/iblock/d02/school_impudence_logo_white.png) no-repeat 4px 9px;
  background-size: 98%;
}

.logo-zavod-hovers:hover {
  background: url(/upload/resize_cache/iblock/140/160_0_2/color_logo_zavod_PNG.png) no-repeat 17px 47px;
  background-size: 166px 48px;
}

.strong-brand {
  padding: 20px;
  border-top: 20px solid #000;
  border-bottom: 20px solid #000;
}
.strong-brand .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffefd6;
  position: relative;
  padding: 32px;
  margin-left: -15px;
  margin-right: -15px;
}
.strong-brand .flex-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  right: 9px;
  bottom: 9px;
  border: 3px solid #020202;
  z-index: 1;
}
.strong-brand .flex-container > {
  position: relative;
  z-index: 2;
}
.strong-brand .flex-container .flex-1 {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.strong-brand .flex-container .flex-1 h2 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 26px;
}
.strong-brand .flex-container .flex-2 {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  min-width: 80px;
}
.strong-brand .flex-container .flex-2 svg {
  width: 70px;
  height: 70px;
}
.strong-brand .flex-container .flex-3 {
  -ms-flex-preferred-size: 58.6%;
      flex-basis: 58.6%;
}
.strong-brand .flex-container .flex-3 p {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.4;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1750px) {
  .about-wrap {
    background-position: 170% 40%;
  }
}
@media only screen and (max-width: 1650px) {
  .about-wrap {
    background-position: 235% 40%;
  }
}
@media only screen and (max-width: 1550px) {
  .about-wrap {
    background-position: 350px 40%;
  }
}
@media only screen and (max-width: 1260px) {
  .about-wrap {
    background-position: 225px 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .columns-with-applications-title {
    font-size: 30px;
    line-height: 30px;
  }

  .columns-with-applications_text {
    font-size: 26px;
    line-height: 28px;
  }

  footer .footer_contact-title {
    margin-bottom: 20px;
  }
  
  footer span {
      display: block;
      margin-bottom: 10px;
  }
  
  footer .col-md-12 {
    text-align: left;
  }

  .header_text {
    max-width: 80%;
  }

  .header_subtext_title {
    margin: 20px 0;
  }

  .header-slider_text_wrapper {
    width: 100%;
  }

  header.school-impudence {
    padding: 50px 0 80px;
  }

  .columns-with-applications_button .black-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  div.modal-consultation_wrap {
    background: #020202 url(../../img/consultations/cons-new-bg2000.png) no-repeat -500px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .school-impudence-header .header_text {
    font-size: 20px;
    line-height: 26px;
    max-width: 400px;
    margin: 0 auto;
  }

  .school-impudence-header .container:before {
    left: 330px;
    width: 450px;
    background-size: 100% auto;
  }
  .school-impudence-header .container:after {
    right: 330px;
    width: 500px;
    background-size: 100% auto;
  }

  .header-logo-impudence-group .logo-naglost-group-white {
    width: 110px;
    height: 110px;
  }

  .page_school-impudence .header_footer-button .black-button {
    font-size: 19px;
  }

  .ten-points .item {
    min-height: 345px;
  }

  .header_footer-button {
    width: 240px;
  }

  .black-button {
    padding: 15px;
  }

  .header_footer_date {
    margin: 30px 0 0;
    font-size: 18px;
  }

  .header_footer_subtext {
    font-size: 10px;
    padding-left: 0;
    display: block;
  }

  .video-button {
    right: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-button {
    right: 30px;
  }

  .for-whom-item {
    font-size: 13px;
  }

  .for-whom-item .caption {
    padding-top: 18%;
  }

  .for-whom .col-md-4:nth-child(4) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .for-whom .col-md-4:nth-child(4):after {
    display: none;
  }
  .for-whom .col-md-4:nth-child(4):before {
    content: "";
    width: 3px;
    height: calc(50% + 72px);
    background: url(../../img/line-dashed-vert.svg);
    position: absolute;
    top: calc(100% - 9px);
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .for-whom .col-md-4:nth-child(5):before {
    content: "";
    height: 3px;
    width: 41px;
    background: url(../../img/line-dashed-hrz.svg);
    position: absolute;
    right: -2px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .for-whom .col-md-4:nth-child(5):after {
    content: "";
    height: 3px;
    width: 41px;
    background: url(../../img/line-dashed-hrz.svg);
    position: absolute;
    left: -2px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .for-whom .col-md-4:nth-child(2):after {
    content: "";
    width: 3px;
    height: calc(50% + 72px);
    background: url(../../img/line-dashed-vert.svg);
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .for-whom .col-md-4:nth-child(3):before {
    content: "";
    width: 3px;
    height: calc(50% + 72px);
    background: url(../../img/line-dashed-vert.svg);
    position: absolute;
    top: calc(100% - 9px);
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .ten-points .item p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .school-impudence-header.header-white-slide {
    background: #141418;
  }
  .school-impudence-header:not(:first-child) {
    display: none;
  }

  .header-slide-2 {
    background: #141418;
  }

  .header-white-slide {
    background: #141418;
  }

  .header-links {
    text-align: right;
  }

  .fishki-program {
    padding: 0 15px;
  }
  .fishki-program .white-block-title {
    background: #d8d8d8;
    color: #000;
    -webkit-box-shadow: 0 5px 0 15px #d8d8d8 !important;
            box-shadow: 0 5px 0 15px #d8d8d8 !important;
  }
  .fishki-program .white-block {
    top: -135px;
    margin-bottom: -100px;
  }
  .fishki-program .black-block:before {
    right: auto;
    left: 99%;
  }

  .header_footer_date {
    display: none;
  }

  .header_footer_subtext {
    display: none;
  }

  .header_footer_date_mobile {
    display: block;
    margin-bottom: 5px;
  }

  .header_footer_subtext_mobile {
    display: block;
    margin-bottom: 5px;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .header_footer {
    margin-top: 0;
  }

  .about-wrap {
    padding-top: 15px;
    background: #020202 url(../../img/about/about-bg-laptop.png) no-repeat top center;
  }
  .about-wrap .h1-style {
    font-size: 45px;
    line-height: 56px;
  }
  .about-wrap header {
    margin-bottom: 132px;
  }

  .header_subtext {
    margin-bottom: 30px;
  }

  .reviews-mobile-slider {
    margin: 0 15px;
  }

  .reviews_section .hide-reviews {
    margin-top: 0;
    padding: 0 30px;
    font-size: 20px;
  }
  .reviews_section .show-reviews {
    margin-top: 0;
    padding: 0 30px;
    font-size: 20px;
  }

  .leaders-come_li {
    width: calc(25% - 4px);
  }

  .modal-big-wrap_black-info-block_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .scriptingFive {
    display: none !important;
  }

  .scriptingFive-white {
    display: none !important;
  }

  .scriptingFour {
    display: none !important;
  }

  .scriptingFour-white {
    display: none !important;
  }

  .scriptingOne {
    display: none !important;
  }

  .scriptingOne-white {
    display: none !important;
  }

  .scriptingThree {
    display: none !important;
  }

  .scriptingThree-white {
    display: none !important;
  }

  .scriptingTwo {
    display: none !important;
  }

  .scriptingTwo-white {
    display: none !important;
  }

  .impudence-group_black-block_bottom:before {
    width: 100vw;
  }
  .impudence-group_black-block_bottom .h2-style {
    padding-right: 0;
  }

  .project_main {
    margin-left: -15px;
    margin-right: -15px;
  }

  .project_path {
    min-height: 300px;
    padding: 15px;
  }

  .knowledge-base_path {
    width: calc(50% - 30px);
  }

  .header_sound_off {
    display: none;
  }

  .modal-consultation_face {
    margin-bottom: 50px;
    text-align: left;
  }

  .modal-consultation_img-wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
  }
  .modal-consultation_img-wrap img {
    margin: 5px;
  }

  .knowledge-base_path_text {
    padding: 15px 25px;
  }

  .knowledge-base_hide {
    font-size: 20px;
    text-transform: none;
  }

  .knowledge-base_more {
    font-size: 20px;
    text-transform: none;
  }

  .thoughts-path_share {
    margin: 0 0 30px;
  }

  .modal-big-wrap_black-info-block_body_path_number {
    margin-right: 20px;
  }

  header .slick-arrow {
    margin-top: 25px;
    position: static;
    display: none;
    display: none;
  }
  header .slick-arrow + .slick-arrow {
    margin-left: -4px;
  }

  .reviews_path .reviews_text.transparent {
    height: 120px;
  }

  .reviews-img img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 500px !important;
  }

  .how-it-wap_big-links_wrap > * {
    width: 100%;
  }

  .how-it-wap_big-links_wrap .how-it-wap_big-links_wrap .how-it-wap_big-link {
    width: 50%;
  }

  .project-modal .modal-big-wrap_black-info-block_body_path {
    width: 100%;
    padding-right: 20px;
  }

  .slick-slide.project_path {
    min-height: 300px;
    padding: 15px;
  }

  .modal-consultation_wrap.modal-big-wrap {
    padding-top: 10px;
    background: #020202 url(../../img/consultations/consultation1000.png) no-repeat top center;
  }
  .modal-consultation_wrap.modal-big-wrap .popup-close {
    margin-bottom: 470px;
    margin-bottom: 15px;
  }

  .video-block iframe {
    height: auto;
  }

  .modal-programm .modal-big-wrap_black-info-block_body_path {
    padding-right: 20px;
  }

  .how-it-wap_sm-links a {
    width: calc(100% / 6);
  }

  .columns-with-applications_button .black-button {
    width: 320px;
  }

  .impudence-group_wh_bl_section.fishki-program .white-block-title {
    background: #d8d8d8;
  }

  .school-impudence-header .header_text {
    max-width: 100%;
    height: auto !important;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .black-block_path + .black-block_path {
    display: none;
  }

  .knowledge-base_section .init-mobile-slider .slick-arrow {
    top: auto;
    bottom: 119px;
  }

  .knowledge-base_section {
    padding-bottom: 0;
  }

  .knowledge-base_path:nth-child(4) ~ .knowledge-base_path {
    display: block;
  }

  .videodaria {
    width: 70%;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .video-button {
    display: block;
    position: absolute;
    background-image: url(../../img/video-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
    padding-bottom: 88%;
    height: 0;
    top: 20px;
    right: auto;
    bottom: auto;
  }
  .video-button:before {
    content: "";
    position: absolute;
    background-image: url(../../img/play.svg);
    background-repeat: no-repeat;
    border: 15px solid #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    left: -45px;
    bottom: -75px;
    z-index: 2;
  }
  .video-button:after {
    bottom: -62px;
    left: 35px;
    width: 260px;
    line-height: 23px;
    font-size: 18px;
    background-color: #ffffff;
    color: #000;
    padding: 8px 8px 8px 20px;
  }

  /*.video-button {
  	background-image: none;
  	right: 50%;
  	bottom: 63px;
  	width: 240px;
  	text-align: center;
  	height: 68px;
  	//Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
  	transform: translateX(50%);
  	&:before {
  		border: 10px solid $creamy;
  		width: 65px;
  		height: 65px;
  		left: 50%;
  		bottom: auto;
  		background-image: url(../../img/play-beige.svg);
  		top: -95%;
  		//Instead of the line below you could use @include transform($scale, $rotate, $transx, $transy, $skewx, $skewy, $originx, $originy)
  		transform: translateX(-50%);
  	}
  	&:after {
  		display: none;
  	}
  	.caption {
  		background-color: $beige_70;
  		padding: 5px 15px 10px;
  		display: block;
  		width: 100%;
  		font-size: 14px;
  		line-height: 1.3;
  		color: $black;
  		b {
  			font-family: $font;
  			font-weight: 700; 
  			text-transform: uppercase;
  		}
  	}
  }*/
  .ten-points svg {
    width: 100%;
    height: 100px;
  }
  .ten-points .item {
    min-height: 340px;
  }
  .ten-points .item p {
    font-size: 15px;
    text-align: center;
    padding: 0;
    line-height: 19px;
  }
  .ten-points .item span {
    padding: 0;
    text-align: center;
  }

  .school-impudence-header {
    height: auto;
  }

  .reviews-headline {
    margin-top: 15px;
    min-height: 40px;
  }

  .footer_contact-title {
    display: block;
    float: none;
  }

  .about_hidden_text-block {
    display: none;
  }

  .about_button-more {
    display: inline-block;
    margin-bottom: 15px;
  }

  .modal_img-wrap {
    position: relative;
    padding-top: 60px;
  }
  .modal_img-wrap .slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
    border: none;
    outline: 0;
    color: #ffffff;
    z-index: 1;
  }
  .modal_img-wrap .slick-arrow.slick-prev {
    right: 60px;
    background: #ffffff url(../../img/slider/arrow-left.png) no-repeat center;
  }

  .people-who-passed-intensively_wrap {
    position: relative;
    padding-top: 60px;
  }
  .people-who-passed-intensively_wrap .slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #020202 url(../../img/slider/arrow-right.png) no-repeat center;
    border: none;
    outline: 0;
    color: #ffffff;
    z-index: 1;
  }
  .people-who-passed-intensively_wrap .slick-arrow.slick-prev {
    right: 60px;
    background: #ffffff url(../../img/slider/arrow-left.png) no-repeat center;
  }

  .our-pride_head {
    margin: 25px 0 5px;
    min-height: auto;
  }

  .our-pride_text {
    margin: 10px 0;
  }

  .our-pride-diez {
    font-size: 34px;
  }

  .project-modal_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-consultation_form_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-consultation_wrap {
    padding-bottom: 0;
  }

  .modal-consultation_phone {
    margin: 33px 0 0 0;
  }

  .modal-consultation_author {
    display: block;
    margin: 35px 0 0;
  }
  .modal-consultation_author p {
    font-size: 16px;
    color: rgba(252, 252, 252, 0.5);
  }
  .modal-consultation_author a {
    text-decoration: underline;
    color: rgba(252, 252, 252, 0.5);
  }

  .footer-copyright {
    text-align: left;
  }
  .footer-copyright p {
    text-align: left;
  }

  .about-wrap .h2-style {
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }
  .about-wrap .logo_school-impudence_white {
    margin-top: 44px;
  }
  .about-wrap .about_logo-zavod {
    margin: 25px 0 -35px;
  }
  .about-wrap .footer-copyright a {
    text-align: left;
    line-height: 1.7;
  }
  .about-wrap .footer-copyright p {
    text-align: left;
    line-height: 1.7;
  }
  .about-wrap .header_top-line .link-toggleMenu {
    left: 0;
  }

  .about-wrap_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
  }

  .page_school-impudence .h2-style span {
    background-color: #020202;
    color: #ffffff;
    padding: 7px 15px;
  }

  .statistics-list li {
    width: 49%;
    margin-bottom: 8px;
  }
  .statistics-list li:nth-child(3n):after {
    display: none;
  }

  .how-it-was_section .dark-background {
    margin-left: -15px;
    margin-right: -15px;
  }

  .how-it-wap_big-link img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .how-it-wap_sm-links a {
    width: calc(100% / 5);
  }

  .strong-brand {
    border-top: 0;
  }
  .strong-brand .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strong-brand .flex-container .flex-1, .strong-brand .flex-container .flex-2, .strong-brand .flex-container .flex-3 {
    max-width: 400px;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
  .strong-brand .flex-container .flex-2 {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-height: 480px) {
  .ten-points svg {
    width: 100%;
    height: 80px;
  }
  .ten-points .item {
    min-height: auto;
    width: 100%;
  }
  .ten-points .item span {
    padding: 0;
    text-align: center;
  }
  .ten-points .item p {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 50px;
    line-height: 20px;
  }

  .h2-style {
    font-size: 21px !important;
  }

  .for-whom .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .for-whom .h2-style:after {
    content: "";
    width: 3px;
    height: 258px;
    background: url(../../img/line-dashed-vert.svg);
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .for-whom .col-md-4 {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .for-whom .col-md-4:nth-child(2):before {
    content: "";
    height: 50%;
    width: 4px;
    background: #ffffff;
    position: absolute;
    left: -2px;
    bottom: 6px;
    z-index: 1;
  }

  .for-whom .col-md-4:nth-child(1):after {
    left: calc(100% - 14px);
  }

  .for-whom .col-md-4:nth-child(4) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .for-whom .col-md-4:nth-child(5) {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .for-whom .col-md-4:nth-child(5):after {
    content: "";
    height: 3px;
    width: 15px;
    background: url(../../img/line-dashed-hrz.svg);
    position: absolute;
    left: -1px;
  }

  .for-whom .col-md-4:nth-child(4) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .for-whom .col-md-4:nth-child(4):after {
    display: none;
  }

  .for-whom .col-md-4:nth-child(4):before {
    content: "";
    width: 3px;
    height: calc(50% + 72px);
    background: url(../../img/line-dashed-vert.svg);
    position: absolute;
    top: calc(100% - 9px);
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .for-whom .col-md-4:nth-child(5):before {
    content: "";
    height: 3px;
    width: 41px;
    background: url(../../img/line-dashed-hrz.svg);
    position: absolute;
    right: -2px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .for-whom .col-md-4:nth-child(5):after {
    content: "";
    height: 3px;
    width: 41px;
    background: url(../../img/line-dashed-hrz.svg);
    position: absolute;
    left: -2px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .for-whom .col-md-4:nth-child(2):after {
    content: "";
    width: 3px;
    height: calc(50% + 72px);
    background: url(../../img/line-dashed-vert.svg);
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .for-whom .col-md-4:nth-child(3):before {
    content: "";
    width: 3px;
    height: calc(50% + 72px);
    background: url(../../img/line-dashed-vert.svg);
    position: absolute;
    top: calc(100% - 9px);
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .h2-style {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1em;
  }

  .for-whom-item svg {
    width: 75px;
    height: 75px;
    margin-bottom: 1em;
  }
}
@media (max-width: 574px) {
  .for-whom .col-md-4 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .for-whom .col-md-4:before {
    content: "";
    width: 3px !important;
    height: calc(50% + 72px) !important;
    background: url(../../img/line-dashed-vert.svg) !important;
    position: absolute;
    top: calc(100% - 9px) !important;
    left: 50% !important;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .for-whom .col-md-4:nth-child(4) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .for-whom .col-md-4:nth-child(5) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .for-whom .col-md-4:after {
    display: none;
  }
  .for-whom .col-md-4:last-child:before {
    display: none;
  }
}
@media (max-width: 374px) {
  .video-button:before {
    border: 10px solid #ffffff;
    width: 70px;
    height: 70px;
    left: -20px;
    bottom: -60px;
  }

  .video-button:after {
    bottom: -50px;
    left: 35px;
    width: auto;
    line-height: 16px;
    font-size: 13px;
    background-color: #ffffff;
    color: #000;
    padding: 1px 8px 8px 15px;
    margin-right: -20px;
  }
}
/*@media(max-height: 1200px) {
	.school-impudence-header .container {
		&:before {
			background-size: auto 95%;
		}
		&:after {
			background-size: auto 95%;
		}
	}
}*/
@media (min-width: 1200px) and (max-width: 1439px) {
  .video-button {
    right: 60px;
  }

  .header_footer-button {
    width: 355px;
  }

  .header_footer_subtext {
    display: block;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .header_footer_date {
    font-size: 26px;
  }

  .school-impudence-header .header_text {
    font-size: 23px;
    line-height: 27px;
    max-width: 465px;
    margin: 0 auto;
  }

  .for-whom-item {
    font-size: 15px;
  }

  .for-whom-item .caption {
    padding-top: 18%;
  }
}
@media (min-width: 1440px) and (max-width: 1699px) {
  .header_footer_subtext {
    display: block;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .header_footer_date {
    font-size: 26px;
  }

  .school-impudence-header .header_text {
    font-size: 34px;
    line-height: 40px;
    max-width: 700px;
    margin: 0 auto;
  }

  .for-whom-item .caption {
    padding: 20% 20% 20px;
    font-size: 14px;
  }
}
@media (min-width: 1700px) and (max-width: 2499px) {
  .header-logo-impudence-group {
    margin: 70px 0 55px;
  }
  .header-logo-impudence-group .logo-naglost-group-white {
    width: 188px;
    height: 188px;
  }

  .header_footer-button {
    width: 460px;
  }

  .header_footer_date {
    font-size: 28px;
  }

  .for-whom-item .caption {
    padding: 20% 20% 20px;
    font-size: 14px;
  }

  .school-impudence-header .header_text {
    font-size: 37px;
    line-height: 43px;
    max-width: 820px;
    margin: 0 auto 55px;
  }

  .page_school-impudence .header_footer-button .black-button {
    font-size: 36px;
    font-weight: 500;
    font-family: roboto-black;
    line-height: 50px;
  }
}
@media (min-width: 2500px) {
  .header_footer-button {
    width: 596px;
  }

  .for-whom-item .caption {
    padding: 20% 20% 20px;
    font-size: 14px;
  }

  .page_school-impudence .header_footer-button .black-button {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
  }
}
@media (max-height: 680px) {
  .school-impudence-header {
    height: auto;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .fishki-program .white-block-title {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .header_footer-button {
    margin-bottom: 20em;
  }

  .header_footer_date {
    margin: 40px 0 0;
    font-size: 28px;
  }

  .header_footer_date_mobile {
    display: inline-block;
  }

  .header_footer_subtext_mobile {
    display: inline-block;
  }

  .school-impudence-header .header_text {
    font-size: 34px;
    line-height: 38px;
    max-width: 100%;
    margin: 0 auto;
  }

  .header-logo-impudence-group .logo-naglost-group-white {
    width: 230px;
    height: 195px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-contact a + a {
    padding-left: 0;
  }

  .header_footer_subtext_mobile {
    margin-bottom: 16em;
  }

  .col-usm-1 {
    width: 8.33333% !important;
  }

  .col-usm-2 {
    width: 16.66667% !important;
  }

  .col-usm-3 {
    width: 25% !important;
  }

  .col-usm-4 {
    width: 33.33333% !important;
  }

  .col-usm-5 {
    width: 41.66667% !important;
  }

  .col-usm-6 {
    width: 50% !important;
  }

  .col-usm-7 {
    width: 58.33333% !important;
  }

  .col-usm-8 {
    width: 66.66667% !important;
  }

  .col-usm-9 {
    width: 75% !important;
  }

  .col-usm-10 {
    width: 83.33333% !important;
  }

  .col-usm-11 {
    width: 91.66667% !important;
  }

  .col-usm-12 {
    width: 100% !important;
  }

  .col-usm-hidden {
    display: none !important;
  }

  .usm-hidden {
    display: none !important;
  }

  .col-usm-visible {
    display: block !important;
  }

  .usm-visible {
    display: block !important;
  }

  footer {
    padding: 40px 5px;
  }
  footer .col-usm-12 {
    margin: 10px 0;
    text-align: center !important;
  }
  footer a {
    margin: 0 10px 0 0;
  }
  footer a[href^=tel] {
    display: block;
  }
  footer p {
    text-align: left;
  }

  .columns-with-applications {
    padding-top: 70px;
  }

  .fishki-program {
    margin-bottom: 0;
  }
  .fishki-program .black-block_path_text {
    padding-left: 30px;
  }
  .fishki-program .black-block_path_text:before {
    left: 3px;
  }
  .fishki-program .black-block_path_wrap:after {
    left: 15px;
  }
  .fishki-program .black-block_path_wrap:before {
    left: 15px;
  }
  .fishki-program .white-block-main {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fishki-program .white-block-main:after {
    display: none;
  }
  .fishki-program .white-block-main:before {
    display: none;
  }
  .fishki-program .white-block-title {
    border: none;
    padding: 0;
    margin-top: 10px;
  }
  .fishki-program .white-block_text {
    padding: 45px 0 0;
  }
  .fishki-program .white-block_text li {
    line-height: 1.2;
    margin-bottom: 22px;
  }
  .fishki-program .buy-book {
    margin-top: 60px;
    margin-left: -15px;
    padding-left: 0;
    width: calc(100vw - 40px);
    -webkit-box-shadow: 0 5px 0 40px #020202;
            box-shadow: 0 5px 0 40px #020202;
  }
  .fishki-program .black-block {
    padding: 42px 0;
  }
  .fishki-program .black-block_path .col-usm-12 {
    text-align: left;
  }
  .fishki-program .black-block_path .black-block_path_text {
    margin-top: 15px;
    padding-left: 0;
  }
  .fishki-program .black-block_path .black-block_path_text:before {
    display: none;
  }
  .fishki-program .black-block_path .black-block_path_wrap:after {
    display: none !important;
  }
  .fishki-program .black-block_path .black-block_path_wrap:before {
    display: none !important;
  }
  .fishki-program .black-block_path:last-child .black-block_path_wrap:after {
    display: none !important;
  }
  .fishki-program .black-block_path:last-child .black-block_path_wrap:before {
    display: none !important;
  }
  .fishki-program .impudence-group_black-block {
    padding-bottom: 0;
  }
  .fishki-program .white-block {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  .fishki-program .individual-consultations {
    margin: 0 -15px;
    border: 15px solid #020202;
    border-bottom: none;
    background-size: 205px !important;
  }
  .fishki-program .white-block_main-people {
    margin-bottom: 30px;
  }

  .header-links {
    text-align: right;
    margin-left: 0;
  }

  .header_footer-button {
    width: calc(100% + 30px);
    margin-bottom: 15px;
    margin-left: -15px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .header_footer-button .black-button {
    padding: 20px 0;
    width: 100%;
    margin-left: -15px;
    text-align: center;
    width: calc(100% + 30px);
    border-top: 15px #ffffff solid;
  }
  .header_footer-button .light-orange-button {
    padding: 20px 0;
    width: 100%;
  }
  .header_footer-button .orange-button {
    padding: 20px 0;
    width: 100%;
  }
  .header_footer-button .yellow-button {
    padding: 20px 0;
    width: 100%;
  }

  .header-slide-1 {
    padding: 20px 0;
  }

  .header_subtext_title {
    font-size: 18px;
    max-width: 100%;
    line-height: 24px;
    margin-top: 0;
  }

  .header_text {
    font-size: 18px;
    max-width: 100%;
    line-height: 24px;
    min-height: auto;
  }

  .statistics_section {
    padding: 20px 0;
  }

  .columns-with-applications_button {
    margin-left: -20px;
    margin-right: -20px;
  }
  .columns-with-applications_button .black-button {
    padding: 20px 0;
    width: 100%;
  }

  .form-registration {
    padding: 0 0 10px 0;
  }
  .form-registration form {
    margin-top: 0;
  }
  .form-registration .select-style .jq-selectbox__select {
    padding: 10px 15px;
    height: 50px;
  }
  .form-registration .select-style .jq-selectbox__dropdown {
    top: 47px;
  }
  .form-registration .select-style .jq-selectbox__trigger-arrow {
    top: 22px;
  }

  .successful-sending {
    padding: 0 0 10px 0;
    padding-top: 20px;
  }
  .successful-sending form {
    margin-top: 0;
  }
  .successful-sending .select-style .jq-selectbox__select {
    padding: 10px 15px;
    height: 50px;
  }
  .successful-sending .select-style .jq-selectbox__dropdown {
    top: 47px;
  }
  .successful-sending .select-style .jq-selectbox__trigger-arrow {
    top: 22px;
  }
  .successful-sending .form-title {
    font-size: 35px;
    line-height: 50px;
  }
  .successful-sending .successful-sending_think-you {
    font-size: 35px;
    line-height: 50px;
  }

  .form-label input {
    padding: 10px 15px;
  }
  .form-label.form-error:after {
    display: none;
  }

  .footer-contact {
    margin-bottom: 14px;
  }

  .footer-copyright_span {
    display: block;
  }

  .form-title {
    line-height: 40px;
  }

  .h2-style {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .modal-consultation_title {
    font-size: 24px;
  }

  .footer_contact-title {
    font-size: 24px;
  }

  .leaders-come_li {
    width: calc(50% - 4px);
  }

  .thought-header {
    padding: 25px 0 2px;
  }
  .thought-header .thought-mobile-header-img {
    display: block;
    margin: 25px 15px 0;
    float: left;
  }

  .thoughts-title {
    margin: 10px 0;
  }

  .thoughts-path_title {
    font-size: 24px;
  }

  .thoughts-path {
    margin: 25px 0;
  }
  .thoughts-path + .thoughts-path {
    margin-top: 35px;
  }

  .thoughts-path_img {
    margin-left: -15px;
    margin-right: -15px;
  }

  .thoughts-footer {
    margin-top: 25px;
    padding: 35px 0;
  }

  .thought_block-text {
    padding: 15px 0 30px;
    height: auto;
  }
  .thought_block-text:after {
    display: none;
  }

  .thought_title {
    margin: 40px 0 30px;
  }
  .thought_title h1 {
    font-size: 24px;
    line-height: 1.1;
  }

  .thought_big-title {
    font-size: 24px;
  }

  .home-header-links {
    text-align: right;
  }

  .index-wrapper_bottom-block {
    bottom: 25px;
  }

  /*.how-it-wap_sm-links {
  	padding-right: 100px;
  	display: block;
  	img {
  		max-width: 100%;
  	}
  	.smile-slide {
  		cursor: pointer;
  		&:focus {
  			border: none;
  			outline: 0;
  		}
  	}
  	.slick-arrow {
  		position: absolute;
  		right: 0;
  		top: 0;
  		width: 50px;
  		height: 100%;
  		background: url(../../img/slider/arrow-right.png) no-repeat center;
  		border: none;
  		outline: 0;
  		color: $white;
  		&.slick-prev {
  			right: 50px;
  			background: $white url(../../img/slider/arrow-left.png) no-repeat center;
  		}
  	}
  }*/
  .header_footer_date {
    display: block;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: roboto-black;
  }

  .header_footer_subtext {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
    margin-top: 0;
  }

  .header_footer {
    margin-top: 25px;
  }

  .menu.active {
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
    left: 0 !important;
  }

  .modal-big-wrap .yellow-button {
    padding: 20px 0;
    width: 100%;
  }

  .school-impudence-header .header_text {
    font-size: 18px;
    max-width: 100%;
    line-height: 24px;
  }

  .statistics-list li {
    text-align: left;
    padding-left: 50px;
  }

  .about-wrap .header_logo-white {
    margin-top: 25px;
  }

  .thought_small-block-wrap > * {
    width: calc(100% - 30px);
  }

  .how-it-wap_big-links_wrap a:nth-child(2) ~ a {
    display: none;
  }

  .how-it-was_section .h2-style {
    margin-bottom: 35px;
  }

  /*.knowledge-base_path:nth-child(1) ~ .knowledge-base_path {
  	display: none;
  }*/
  .impudence-group_wrapper .columns-with-applications_section.project_wrapper {
    margin-top: 15px;
  }
  .impudence-group_wrapper .columns-with-applications_section.project_wrapper .bg-black {
    margin-top: 0;
  }

  .zavod_wh_bl_section.fishki-program .white-block-title {
    background: #d8d8d8;
  }
}
@media only screen and (max-width: 550px) {
  /*.how-it-wap_big-links_wrap {
  	display: none;
  }*/
  .second_double-big-slider .slick-arrow {
    width: 60px;
  }
  .second_double-big-slider .slick-arrow.slick-prev {
    right: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .exs-visible {
    display: block !important;
  }

  .wrapper {
    border-width: 15px;
  }

  .successful-sending .black-button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }
  .successful-sending .successful-sending_think-you {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .successful-sending .form-title {
    font-size: 26px;
    line-height: 36px;
  }
  .successful-sending button.popup-close {
    margin-left: 2px;
  }

  iframe {
    height: 500px;
  }

  .form-title {
    font-size: 26px;
    line-height: 26px;
  }

  .form-label {
    margin-bottom: 6px;
  }
  .form-label span {
    margin-bottom: 0;
    margin-top: -6px;
  }

  .columns-with-applications {
    padding: 75px 20px 30px;
    border-left: none;
    border-right: none;
    padding-bottom: 0;
  }

  .columns-with-applications-title {
    font-size: 30px;
    line-height: 32px;
  }

  .index-wrapper_center-block {
    width: 300px;
    left: calc(50% - 150px);
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 50px auto 33px;
  }

  .index-wrapper_white-logo-darya {
    width: 300px;
    background-size: 825px;
    background-size: 600px;
    height: 20px;
    margin-top: 55px;
  }

  .index-wrapper_bottom-block {
    position: static;
  }
  .index-wrapper_bottom-block .logo_school-impudence_white {
    width: 100px;
    height: 100px;
    background-size: 235px;
    margin-top: 23px;
    background-size: 268px;
    background-position: 105%;
  }
  .index-wrapper_bottom-block .col-xs-4 {
    width: 100%;
    text-align: center;
  }
  .index-wrapper_bottom-block .footer-copyright_mobile-block {
    margin-top: 0;
    position: relative;
    top: -5px;
  }
  .index-wrapper_bottom-block .footer-copyright {
    position: relative;
    top: -5px;
  }

  .index_magnific-popup-video_body {
    width: 100%;
    margin-left: 0;
  }

  .about-wrap {
    background: #020202 url(../../img/about/about-bg-mobile.png) no-repeat top center;
  }
  .about-wrap .h1-style {
    font-size: 30px;
    line-height: 36px;
  }

  .leaders-come_li {
    width: calc(100%);
  }

  .modal-big-wrap_title {
    font-size: 30px;
  }

  .modal-big-wrap {
    padding: 5px 0 15px;
  }
  .modal-big-wrap button.popup-close {
    margin-bottom: 20px;
  }

  .logo-zavod-color {
    height: 100px;
  }

  .individual-consultations {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-black {
    padding: 5px 0 25px;
  }
  .bg-black .light-orange-button {
    display: block;
    padding: 14px 5px;
    width: 100%;
  }
  .bg-black .orange-button {
    display: block;
    padding: 14px 5px;
    width: 100%;
  }
  .bg-black .yellow-button {
    display: block;
    padding: 14px 5px;
    width: 100%;
  }

  .zavod-header .header-links {
    text-align: right;
    margin-top: 7px;
  }
  .zavod-header .header_top-line {
    margin-bottom: 0;
  }
  .zavod-header .header_top-line .link-toggleMenu {
    left: 0;
  }
  .zavod-header .header-slide-2 {
    padding: 20px 0;
  }
  .zavod-header .header-white-slide {
    padding: 20px 0;
  }
  .zavod-header .logo-zavod-color {
    height: 78px;
    width: 150px;
    background-size: 320px;
  }
  .zavod-header .header_subtext_title {
    margin-top: 25px;
    margin-bottom: 6px;
  }
  .zavod-header .header_subtext {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .leaders-come_link {
    padding: 0;
  }
  .leaders-come_link img {
    max-width: 115px;
  }

  .project-section {
    border-bottom-width: 20px;
  }

  .footer-copyright_mobile-block {
    display: block;
  }

  .modal_knowledge-base {
    padding: 5px 0 15px;
  }

  .knowledge-base_path {
    width: calc(100% - 30px);
  }

  .knowledge-base_path_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_top-line {
    margin-bottom: 6px;
    margin-bottom: 18px;
  }
  .header_top-line .link-toggleMenu {
    position: relative;
    left: -27px;
    top: -2px;
    left: 0;
  }
  .header_top-line .header_logo-mobile a {
    height: 60px;
    background-size: 315px;
  }

  .fishki-program .white-block-title {
    padding: 13px 0 6px;
    font-size: 20px;
    line-height: 24px;
  }
  .fishki-program .white-block_text .white-block_main_title {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 24px;
  }
  .fishki-program .white-block_text p {
    font-size: 16px;
    line-height: 1.27;
  }
  .fishki-program .black-block_head-block {
    margin: 0 0 40px 0;
  }
  .fishki-program .h2-style {
    margin-bottom: 22px;
  }
  .fishki-program .black-block_path .black-block_path_text {
    margin-top: 16px;
  }
  .fishki-program .black-block_path + .black-block_path {
    margin-top: 14px;
  }

  .leaders-come_section {
    padding: 36px 0 0;
  }

  .leaders-come_ul {
    margin: 0;
  }

  .second_double-big-slider {
    padding-right: 120px;
  }

  .header-slide-2 {
    padding: 20px 0;
  }

  .header-white-slide {
    padding: 20px 0;
  }

  .header_text--color {
    font-size: 18px;
  }
  .header_text--color h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .header_footer-button {
    margin-top: 14px;
  }

  .index-wrapper {
    padding: 30px 0 7px;
    height: auto;
    min-height: 100vh;
  }

  .index-wrapper_center-block_play {
    margin-bottom: -10px;
  }

  .modal-big-wrap_black-info-block {
    padding: 25px 15px;
  }

  ul {
    padding-left: 25px;
  }

  .thought_block-img {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 12px;
  }
  .thought_block-img img {
    width: 100%;
  }

  .thought_big-title {
    font-size: 18px;
  }

  .bg-black--zavod {
    padding: 25px 0;
  }

  .index-wrapper_white-logo-darya_title {
    background-size: 220px;
  }

  .impudence-group_header .header-logo-impudence-group {
    margin: 25px 0 15px;
  }
  .impudence-group_header .logo-naglost-group-white {
    width: 110px;
    height: 95px;
    margin: 0;
  }

  .statistics-list li {
    width: 100%;
  }
  .statistics-list li:after {
    display: none !important;
  }

  .video-wrap .play-video {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }

  .buy-book .black-button {
    left: 0;
    width: 100%;
    padding: 25px 0;
  }

  .form-registration .black-button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  button.popup-close {
    margin-left: -3px;
    font-size: 35px;
    line-height: 50px;
    height: 50px;
  }

  .columns-with-applications_section .slick-arrow {
    right: 0;
  }

  .how-it-wap_big-links_wrap .how-it-wap_big-links_wrap .how-it-wap_big-link {
    width: 100%;
  }

  .how-it-wap_sm-links a {
    width: calc(100% / 3);
  }

  .columns-with-applications_button .black-button {
    margin-bottom: -20px;
  }

  .modal-consultation_img-wrap img {
    width: calc(50% - 11px);
  }

  header h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .zavod_wh_bl_section .black-block_path_left {
    top: 0;
  }

  .thought_small-block-wrap > * {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 2400px) {
  div.modal-consultation_wrap {
    background: #020202 url(../../img/consultations/cons-new-bg2000.png) no-repeat top right;
  }
}
@media only screen and (max-width: 2000px) {
  div.modal-consultation_wrap {
    background: #020202 url(../../img/consultations/cons-new-bg2000.png) no-repeat 10px 0;
  }
}
@media only screen and (max-width: 1800px) {
  div.modal-consultation_wrap {
    background: #020202 url(../../img/consultations/cons-new-bg2000.png) no-repeat -100px 0;
  }
}
@media only screen and (max-width: 1600px) {
  div.modal-consultation_wrap {
    background: #020202 url(../../img/consultations/cons-new-bg2000.png) no-repeat -200px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .about-wrap {
    background-position: 290px 40%;
  }

  div.modal-consultation_wrap {
    background: #020202 url(../../img/consultations/cons-new-bg2000.png) no-repeat -300px 0;
  }
}

footer a {
    margin: 0;    
}
