@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
header, footer, nav, section, aside, menu,
audio, video, details, article,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* помните об определении стиля focus! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* для таблиц надо устанавливать в разметке 'cellspacing="0"' */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-flat.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 12px;
  top: 25px; }

.irs-line-left {
  height: 12px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 12px;
  background-position: 0 0; }

.irs-line-right {
  height: 12px;
  background-position: 100% -30px; }

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

body {
  min-width: 360px;
  font-family: fl;
  font-size: 16px;
  background-color: #fff; }

.clear {
  clear: both; }

.center {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative; }

#popup {
  padding-top: 2%; }
  #popup .back {
    padding: 40px;
    background-color: #fff; }
  #popup .left {
    margin-top: 5%; }
    #popup .left img {
      width: 560px; }
  #popup .right {
    margin-top: 0; }
    #popup .right .form {
      border-color: rgba(0, 0, 0, 0.8);
		background-color: rgba(255,255,255,.75);
	  }
      #popup .right .form h5 {
        color: #000; }
      #popup .right .form input:not([type="submit"]) {
        border-bottom-color: #000;
        color: #000; }

.mfp-close {
  color: #fff !important;
  font-size: 75px;
  top: 10px;
  right: 10px;
	text-shadow: 0px 0px 4px #000;
  }
  .mfp-close:active {
    top: 10px;
    right: 10px; }

.bl1 {
	background-color: #000;
  background: url(../img/bg7.png);
  /* background: url(../img/bg13.jpg) center center no-repeat; */
  /* background: url(../img/main-bg-w.jpg) center center no-repeat; */
  /* background: url(../img/bg7.png) center top no-repeat; */
  /* height: 1316px; */
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px; 
  padding-bottom: 100px;
  }
  
 .header {
	 display: flex;
	 align-items: center;
	 justify-content: space-around;
	 flex-wrap: wrap;
 }
  
  .bl1 header .logo {
    margin: 0 10px 15px; }
  .bl1 header .lozung {
	  color: #000;
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    font-family: rr;
	margin: 0 10px 15px;
    line-height: 26px;
  }

    .bl1 header .contacts {
    display: flex;
    flex-direction: column;
    margin: 0 10px 15px;
  }

    .bl1 header .contacts a {
      text-decoration: none;
      color: #ef9c56;
      font-family: pb;
      font-size: 20px;
      margin-top: 10px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      text-decoration: none;
    }
      .bl1 header .contacts a:hover {
        border-bottom-color: transparent; }
    .bl1 header .contacts p {
		color: #ef9c56;
      font-size: 20px;
      font-family: rr;
      text-align: right;
      margin-top: 10px; }
  .bl1 nav {
    margin-top: 40px; }
    .bl1 nav ul {
      text-align: center; }
      .bl1 nav ul li {
        display: inline-block; }
        /*.bl1 nav ul li:after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          background-color: #000;
          border: 1px solid #000;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          margin: 0 25px; }
          */
        .bl1 nav ul li:last-of-type:after {
          content: unset; }
        .bl1 nav ul li a {
          display: inline-block;
		  line-height: 1.5;
          color: #000;
          font-family: 'Lilita One Rus';
          font-size: 20px;
          text-transform: uppercase;
          text-decoration: none;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
          .bl1 nav ul li a:hover {
            color: #FF6608; }

.left {
  width: 48%;
  float: left;
  margin-top: 70px; 
  margin-left: 30px;
}
  .left h1 {
	  color: #f45913;
    font-size: 55px;
    font-family: 'DS BroadBrush';
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .left h2 {
    color: #fffff;
    font-family: pb;
    font-size: 50px;
    line-height: 48px;
    margin-top: 45px; }
  .left ul {
    margin-top: 30px;
    list-style: square!important;
    margin-left: 45px;
  }
    .left ul li {
		color: #000;
      font-family: 'Open Sans';
      font-size: 20px;
      margin-top: 8px; }

.right {
  width: 48%;
  float: right;
  margin-top: 100px; }
  .right .form {
    float: right;
    padding-top: 47px;
    width: 506px;
    /*height: 636px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 8px solid #000; }
    .right .form h5 {
		color: #000;
      font-size: 24px;
      font-family: pb;
      line-height: 28px;
      text-align: center;
      width: 80%;
      margin: 0 auto; }
    .right .form form {
      margin-top: 55px;
      position: relative; }
    .right .form input {
      border: none;
      outline: none;
      background: none;
      width: 420px;
      display: block;
      margin: 30px auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .right .form .effect {
      position: relative;
      height: 80px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      overflow: hidden;
      width: 420px;
      margin: 0 auto;
      -webkit-box-shadow: 0 0 48px #F5ECD5;
              box-shadow: 0 0 48px #F5ECD5;
      -webkit-border-radius: 36px;
              border-radius: 36px;
      margin-top: 65px; }
      .right .form .effect:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: scale(0.98);
            -ms-transform: scale(0.98);
                transform: scale(0.98); }
      .right .form .effect::before {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: 60px;
        content: " ";
        width: 30px;
        height: 300px;
        background: #000;
        -webkit-animation-delay: 0.05s;
                animation-delay: 0.05s;
        position: absolute;
        left: -40px;
        top: -100px;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
                animation-name: slideme;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .right .form input:not([type="submit"]) {
      border-bottom: 1px solid #000;
      color: #000;
      font-size: 16px;
      font-family: rr;
      line-height: 24px;
      padding: 0 20px 30px 10px; }
	  
	  .right .form input:not([type="submit"])::placeholder {
		  color: #000;
	  }
	  
    .right .form input[type="submit"] {
      cursor: pointer;
      font-family: pb;
      font-size: 24px;
      height: 80px;
      color: #000;
      -webkit-border-radius: 36px;
              border-radius: 36px;
      text-align: center;
      background-color: #FF6608;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      margin: 0; }

.slidedown {
  width: 102px;
  height: 102px;
  background: url(../img/down.png) 0 0 no-repeat;
  margin: 100px auto; }

.bl2 {
  background: url(../img/bg8.png) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -230px;
  padding-top: 200px;
  padding-bottom: 300px; }
  .bl2 h3 {
    font-family: pb;
    font-size: 64px;
    line-height: 77px;
    padding-top: 40px; }
	
	.bl2 .action_wrap {
		text-align: center;
		margin-top: 50px;
	}
	
  .bl2 .preim_wrap {
    margin-top: 45px; }
  .bl2 .preim {
    float: left;
    width: 31.5%;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 8px solid transparent;
    padding: 0 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .bl2 .preim li {
      color: #424242;
      font-size: 24px;
      font-family: pb;
      line-height: 28px;
      height: 180px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 20px;
      border-bottom: 1px solid #95989A; }
      .bl2 .preim li:first-child {
        border: none;
        height: 80px; }
      .bl2 .preim li:last-child {
        border: none; }
    .bl2 .preim:nth-of-type(2) {
      border-color: rgba(149, 152, 154, 0.25); }
      .bl2 .preim:nth-of-type(2) ul li:first-child {
        font-size: 32px; }
      .bl2 .preim:nth-of-type(2):hover {
        border-color: rgba(255, 102, 8, 0.45); }
    .bl2 .preim:nth-of-type(3) {
      margin-right: 0;
      border-color: rgba(149, 152, 154, 0.25); }
      .bl2 .preim:nth-of-type(3) ul li:first-child {
        font-size: 32px;
        color: #FD731E; }
      .bl2 .preim:nth-of-type(3):hover {
        border-color: rgba(255, 102, 8, 0.45); }
  .bl2 .cat_wrap {
    margin-top: 30px;
    padding-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}
  .bl2 .tov {
	border: 1px solid transparent;
    width: 30%;
    cursor: pointer;
	transition: all .25s;
    margin: 45px 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 30px; }
    .bl2 .tov:hover {
      border-color: #95989A;
      background-color: #fff;
      -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
              box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2); }
      .bl2 .tov:hover .icon {
        border-color: transparent;
		}
        .bl2 .tov:hover .icon img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      .bl2 .tov:hover a {
        background-color: #FF6608;
        -webkit-transform: scale(0.98);
            -ms-transform: scale(0.98);
                transform: scale(0.98);
        /* margin-left: -15px;  */
		}
		
    .bl2 .tov .icon {
      border: 1px solid #95989A;
      text-align: center;
	  overflow: hidden;
      background-color: #fff;
      height: 234px;
      vertical-align: middle;
      display: table-cell;
      width: 30%;
	  /* min-width: 320px; */
		transition: all .25s;
	  }
      .bl2 .tov .icon img {
		transition: all .25s;
        width: 64%; }
    .bl2 .tov p {
      font-family: pb;
      font-size: 22px;
	  text-align: center;
      line-height: 28px;
      margin-top: 25px; }
    .bl2 .tov a {
      display: inline-block;
      color: #FFFFFF;
      font-family: pb;
      font-size: 24px;
      line-height: 28px;
      background-color: #4C4C4C;
      text-decoration: none;
      text-align: center;
      -webkit-border-radius: 36px;
              border-radius: 36px;
      padding: 15px 40px;
      margin-top: 40px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .bl2 .tov .effect {
		display: block;
      position: relative;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      overflow: hidden;
      -webkit-box-shadow: 0 0 48px #F5ECD5;
              box-shadow: 0 0 48px #F5ECD5;
      -webkit-border-radius: 36px;
              border-radius: 36px;
      margin: 65px auto 0;
		max-width: 322px;
	  }
      .bl2 .tov .effect:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: scale(0.98);
            -ms-transform: scale(0.98);
                transform: scale(0.98); }
      .bl2 .tov .effect::before {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: 60px;
        content: " ";
        width: 20px;
        height: 300px;
        background: #fff;
        -webkit-animation-delay: 0.05s;
                animation-delay: 0.05s;
        position: absolute;
        left: -40px;
        top: -100px;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
                animation-name: slideme;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.bl3 {
  background: url(../img/bg9.png) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -425px;
  padding-top: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1493px; }
  .bl3 h3 {
    font-size: 64px;
    font-family: pb;
    color: #fff;
    line-height: 77px;
    padding-top: 40px; }
  .bl3 .about_wrap {
    margin-top: 80px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
  .bl3 .about {
    float: left;
    text-align: center;
    width: 270px;
    margin-right: 12px;
	margin-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 30px;
    height: 270px;
    border: 8px solid rgba(255, 255, 255, 0.51);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .bl3 .about:hover {
      border-color: rgba(255, 100, 8, 0.51); }
	  
    .bl3 .about p {
      font-family: pb;
      font-size: 16px;
      color: #fff;
      line-height: 19px;
      width: 85%;
      margin: 25px auto; }

.bl4 {
  background: url(../img/bg10.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -410px;
  padding-top: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 420px; }
  .bl4 h3 {
    font-family: pb;
    font-size: 64px;
    line-height: 77px;
    padding-top: 40px; }
  .bl4 .owl-carousel {
    margin-top: 80px; }
    .bl4 .owl-carousel .owl-item img {
      border: 8px solid #CFCECE;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      width: 258px;
      height: 342px; 
	  margin: 0 auto;
	  }
      .bl4 .owl-carousel .owl-item img:hover {
        border-color: rgba(255, 100, 8, 0.51); }

.form2 {
  border: 16px solid rgba(255, 100, 8, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px 85px 15px;
  margin-top: 70px; }
  .form2 h5 {
    color: #000;
    font-family: pb;
    font-size: 24px;
	line-height: 1.4;
    text-align: center; }
  .form2 .l {
    float: left;
	width: 48%;
	}
  .form2 .r {
    float: right;
	width: 48%;
	}
  .form2 form {
    margin-top: 40px; }
  .form2 input {
    border: none;
    outline: none;
    background: none;
    width: 420px;
    display: block;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .form2 input:not([type="submit"]) {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-family: rr;
    line-height: 24px;
    padding: 0 20px 30px 10px; }
  .form2 input[type="submit"] {
    cursor: pointer;
    font-family: pb;
    font-size: 24px;
    height: 80px;
    margin: 0;
    color: #fff;
    text-align: center;
    background-color: #FF6608;
    -webkit-border-radius: 36px;
            border-radius: 36px;
    -webkit-box-shadow: 0 0 48px #DC750E;
            box-shadow: 0 0 48px #DC750E; }
  .form2 .effect {
    position: relative;
    height: 80px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    width: 420px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 48px #DC750E;
            box-shadow: 0 0 48px #DC750E;
    -webkit-border-radius: 36px;
            border-radius: 36px;
    margin-top: 65px; }
    .form2 .effect:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98); }
    .form2 .effect::before {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: 60px;
      content: " ";
      width: 30px;
      height: 300px;
      background: #fff;
      -webkit-animation-delay: 0.05s;
              animation-delay: 0.05s;
      position: absolute;
      left: -40px;
      top: -100px;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
      -webkit-animation-name: slideme;
              animation-name: slideme;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.bl5 {
  background: url(../img/bg11.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -430px;
  padding-top: 160px; }
  .bl5 h3 {
    color: #333333;
    font-family: pb;
    font-size: 64px;
    line-height: 77px;
    padding-top: 40px; }
  .bl5 .otz-wrap {
    position: relative;
    padding-bottom: 200px; }
    .bl5 .otz-wrap .otz {
      margin-top: 50px; }
      .bl5 .otz-wrap .otz img {
        border: 8px solid #CFCECE;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 282px;
        height: 282px;
        float: left;
        margin-right: 70px;
        -webkit-box-shadow: 40px 40px 32px rgba(0, 0, 0, 0.16);
                box-shadow: 40px 40px 32px rgba(0, 0, 0, 0.16); }
      .bl5 .otz-wrap .otz h5 {
        display: table;
        padding-left: 80px;
        color: #000;
        font-family: pb;
        font-size: 32px; }
        .bl5 .otz-wrap .otz h5:before {
          content: '/';
          display: inline-block;
          margin-right: 15px;
          color: #FF6608; }
      .bl5 .otz-wrap .otz p {
        display: table;
        padding-left: 80px;
        color: #4A4A4A;
        font-size: 16px;
        font-family: rr;
        line-height: 24px;
        position: relative;
        margin-top: 30px; }
        .bl5 .otz-wrap .otz p:first-of-type:before {
          content: '';
          display: inline-block;
          width: 34px;
          height: 26px;
          position: absolute;
          top: 0;
          left: 0;
          background: url(../img/quotes.png) 0 0 no-repeat; }
    .bl5 .otz-wrap .new {
      display: none; }
    .bl5 .otz-wrap .more {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      text-decoration: none;
      font-family: pb;
      font-size: 24px;
      color: #FF6608;
      text-align: center;
      border: 4px solid #FF6608;
      -webkit-border-radius: 39px;
              border-radius: 39px;
      padding: 25px 40px;
      -webkit-box-shadow: 0 0 48px rgba(220, 117, 14, 0.55);
              box-shadow: 0 0 48px rgba(220, 117, 14, 0.55);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      overflow: hidden; }
      .bl5 .otz-wrap .more:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff;
        background-color: #FF6608;
        -webkit-transform: scale(0.98);
            -ms-transform: scale(0.98);
                transform: scale(0.98); }
      .bl5 .otz-wrap .more::before {
        margin-left: 60px;
        content: " ";
        width: 30px;
        height: 300px;
        background: #fff;
        -webkit-animation-delay: 0.05s;
                animation-delay: 0.05s;
        position: absolute;
        left: -40px;
        top: -150px;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
                animation-name: slideme;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.bl6 {
  /* background: url(../img/bg12.png) center 0 no-repeat; */
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .bl6 h3, .bl9 h3 {
    font-size: 64px;
    font-family: pb;
    line-height: 77px;
    margin-top: 40px;
    margin-bottom: 40px;
	}
  .bl6 .tab {
    display: table;
    width: 100%;
    border-spacing: 0 30px;
     }
    .bl6 .tab .tr {
      display: table-row; }
	  .bl6 .tab .tr:last-child .td {
		vertical-align: top;
	  }
      .bl6 .tab .tr .td {
        display: table-cell;
        vertical-align: middle;
		text-align: center;
		}
		
.bl6 .tab .tr .td img {
	width: 100px;
	height: auto;
}
		
.bl6 .td {
	width: 33.3%;
}

.bl6 .tab-2 {
	width: 72%;
	margin: 0 auto;
}

        .bl6 .tab .tr .td h4 {
          font-family: pb;
          font-size: 160px;
          color: #CFCECE;
          opacity: .41;
          padding: 0 45px; }
          .bl6 .tab .tr .td h4::before {
            content: '/';
            display: inline-block;
            font-family: pb;
            font-size: 64px;
            color: #FD741F;
            margin-right: 50px; }
        .bl6 .tab .tr .td p {
          font-family: pb;
		  padding: 0 30px;
          font-size: 26px;
		  line-height: 34px;
         }

.bl7 {
  background: url(../img/bg10.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -345px;
  padding-top: 320px;
  padding-bottom: 515px;
  position: relative;
  z-index: 2; }

.bl8 {
  position: relative;
  z-index: 3;
  margin-top: -405px; }
  .bl8 .center {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
    padding: 0;
    background-color: #fff; }
  .bl8 .map {
    float: left;
    width: 770px;
    height: 640px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16); }
  .bl8 .cont {
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 50px;
    padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	}
    .bl8 .cont h6 {
      font-family: pb;
      font-size: 32px;
      line-height: 39px; }
    .bl8 .cont a {
      display: block;
      text-decoration: none;
      color: #000;
      font-family: pb;
      font-size: 40px;
      margin-top: 50px;
      line-height: 48px;
      border-bottom: 1px solid rgba(66, 66, 66, 0.3);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .bl8 .cont a:hover {
        border-bottom-color: transparent; }
    .bl8 .cont p {
      font-family: pr;
      font-size: 24px;
      line-height: 29px;
      margin-top: 10px; }
      .bl8 .cont p span {
        font-family: pb; }

footer {
  margin-top: 40px;
  padding: 30px 0; }
  footer .logo {
    float: left; }
  footer .lozung {
    font-family: rr;
    font-size: 16px;
    line-height: 21px;
    float: right; }

.mfp-no-margins img.mfp-img {
  padding: 0; }

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

.mfp-no-margins .mfp-container {
  padding: 0; }

.top-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 15px 0;
  margin-top: 0 !important;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s; }
  
.top-menu a {
	color: #FF6608 !important;
}
  
  .top-menu:hover {
    background-color: #000; }

.orange {
  color: #FF6608; }

.politik {
  display: block;
  text-align: center;
  margin: 25px 0 15px;
}

.politik a {
  font-family: rr;
  color: #000;
  font-size: 13px;
}

.action {
	padding: 50px 0;
}

.promo_wrap {
	max-width: 890px;
	margin: 40px auto 0;
	position: relative;
}
.promo_wrap .owl-nav {
	position: absolute;
	top: 43%;
	width: 100%;
}

.promo_wrap .owl-nav [class*=owl-] {
	background: none;
	font-size: 45px;
	position: absolute;
	opacity: .6;
}
.promo_wrap .owl-nav [class*=owl-]:hover {
	opacity: 1;
}

.promo_wrap .owl-nav .owl-prev {
	left: 0;
}
.promo_wrap .owl-nav .owl-next {
	right: 0;
}
.action img {
	display: block;
	max-width: 100%;
	height: auto;
}

.action h3 {
    font-family: pb;
    font-size: 64px;
    line-height: 77px;
  }
.timer{
	text-align: center;
	margin-top: 30px;
}

.bl9 {
	margin-top: -360px;
    padding: 0 0 70px;
}

.servis-wrap {
	display: flex;
	flex-wrap: wrap;
}

.servis-wrap__item {
	width: 32%;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 0;
	display: inline-block;
}

.service__title {
	font-family: pb;
	font-size: 20px;
	line-height: 1.2;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-left: 1px solid #F48734;
	margin-left: 20px;
}

.service__text {
	 font-family: rr;
	 line-height: 24px;
	 padding-left: 20px;
	 border-left: 1px solid #F48734;
	 margin-left: 20px;
}

.service__img {
	width: 100%;
    height: auto;
	max-width: 366px;
}


.step-wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.step-item {
	width: 32%;
	text-align: center;
	margin-bottom: 50px;
}

.step-item img {
	width: 100px;
	height: auto;
	margin-bottom: 30px;
}

.step-item p {
	font-family: pb;
    padding: 0 30px;
    font-size: 26px;
    line-height: 1.3;
}

.mobile-toggler {
	background-color: #fff;
	color: #FF6608;
	box-shadow: 0 0 20px 0px rgb(0, 0, 0, .4); 
	text-align: right;
	width: 100%;
	border: none;
	outline: none;
	display: block;
	font-size: 35px;
	cursor: pointer;
	padding-right: 10px;
	display: none;
}

.mobile-toggler span{
	transform: rotate(90deg);
	display: inline-block;
}

.first-screen {
	display: flex;
	justify-content: space-between;
}






.changeSection
{
	display: block;
	position: relative;
	margin-top: 30px;
}

.changeSection button {
	border: 0;
    outline: 0;
    cursor: pointer;
    background: 0 0;
}

.changeSection__top
{
	position: relative;
	z-index: 20;
}
.changeSection__top--fixed
{
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 45;
}
.changeSection__top--fixed,.changeSection__top--fixed .changeSection__name-list
{
	background-color: rgba(255,255,255,.9);
}


@media (min-width:768px)
{
	.changeSection__top
	{
		
		border-top: 1px solid rgba(0,0,0,.15);
		border-bottom: 1px solid rgba(0,0,0,.15);
		
		/* box-shadow: 1px 0 1px #000,inset 0 0 0 rgba(0,0,0,.15); */
		/* webkit-box-shadow: 1px 0 1px #000,inset 0 0 0 rgba(0,0,0,.15); */
	}
	.changeSection__top--fixed
	{
		background-color: transparent;
	}
}
@media (min-width:1024px)
{
	.changeSection__top--fixed
	{
		top: 70px;
	}
}
.changeSection__name-title
{
	color: rgba(0,0,0,.7);
	cursor: pointer;
	font-family: rr;
	font-size: 15px;
	line-height: 108%;
	margin-right: 20px;
	position: relative;
	text-transform: uppercase;
}
@media (min-width:768px)
{
	.changeSection__name-title
	{
		font-size: 12px;
		white-space: nowrap;
	}
}
@media (min-width:1024px)
{
	.changeSection__name-title
	{
		font-size: 15px;
		white-space: nowrap;
	}
}
@media (min-width:1200px)
{
	.changeSection__name-title
	{
		font-size: 20px;
		letter-spacing: -.05em;
	}
}
.changeSection__name-title--orange
{
	color: #ee7100;
}
.changeSection__name-item:after,.changeSection__name-title:after
{
	content: '';
	left: 50%;
	ms-transform: translateX(-50%);
	position: absolute;
	transform: translateX(-50%);
	webkit-transform: translateX(-50%);
}
.changeSection__name-title:after
{
	background-color: #ee7100;
	bottom: -18px;
	height: 2px;
	width: 100%;
}
.changeSection__name-arrow
{
	o-transition: .5s;
	transition: .5s;
	webkit-transition: .5s;
}
.changeSection__name-current
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	height: 55px;
	justify-content: center;
	margin: 0 auto;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
	/* width: 280px; */
}
.changeSection__name-current--open .changeSection__name-arrow
{
	ms-transform: rotate(180deg);
	o-transition: .5s;
	transform: rotate(180deg);
	transition: .5s;
	webkit-transform: rotate(180deg);
	webkit-transition: .5s;
}
@media (min-width:768px)
{
	.changeSection__name-current
	{
		display: none;
	}
}
.changeSection__name-list
{
	background-color: #fff;
	box-shadow: 0 9px 15px rgba(0,0,0,.3);
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 55px;
	webkit-box-shadow: 0 9px 15px rgba(0,0,0,.3);
	z-index: 100;
}
@media (min-width:768px)
{
	.changeSection__name-list
	{
		box-shadow: none;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: space-between;
		ms-flex-pack: justify;
		padding: 0 30px;
		position: relative;
		top: 0;
		webkit-box-pack: justify;
		webkit-box-shadow: none;
		webkit-justify-content: space-between;
		z-index: 0;
	}
}
@media (min-width:1200px)
{
	.changeSection__name-list
	{
		margin: 0 auto;
		padding: 0 0;
		width: 100%;
	}
}
.changeSection__name-item
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	padding: 20px 0;
	position: relative;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
}
@media (min-width:1200px)
{
	.changeSection__name-item
	{
		padding: 31px 0;
	}
}
.changeSection__name-item .changeSection__name-title:after
{
	background-color: rgba(0,0,0,.3);
	bottom: -5px;
	height: 1px;
}
.changeSection__name-item:after
{
	background-color: rgba(0,0,0,.05);
	bottom: 0;
	height: 1px;
	width: 80%;
}
.changeSection__name_item_active,.footer_text br
{
	display: none;
}
@media (min-width:768px)
{
	.changeSection__name-item:after
	{
		background-color: transparent;
		height: 5px;
		width: 100%;
	}
	.changeSection__name-item .changeSection__name-title
	{
		margin-right: 0;
		text-align: center;
	}
	.changeSection__name_item_active
	{
		display: block;
	}
	.changeSection__name_item_active:after
	{
		background-color: #ee7100;
	}
	.changeSection__name_item_active .changeSection__name-title
	{
		color: #ee7100;
	}
	.changeSection__name_item_active .changeSection__name-title:after
	{
		display: none;
	}
}







@media (max-width: 1200px) {
	.bl8 .map {
		width: 100%;
	}
	.bl8 .cont {
		margin: 0 auto;
		text-align: center;
	}
	.form2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	h3 br { 
		display: none !important;
	}
	.bl4 {
		padding-top: 0;
		margin-top: 0;
	}
	.bl3 {
		height: auto;
		background-color: #464646;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.bl2 {
		padding-bottom: 345px;
	}
  .action_img img {
    width: 100%!important;
    padding: 0 20px!important;
  }
}

@media (max-width: 991px) {
	.form2 input,
	.form2 .effect
	{
		width: 100%;
	}
	.step-item {
		margin-bottom: 30px;
	}
	.step-item img {
		width: 50px;
		margin-bottom: 15px;
	}
	.step-item p {
		font-size: 18px;
		
	}
	.bl2 .tov {
		width: 45%;
	}
	.bl1 {
		padding-bottom: 40px;
	}
	.bl1 nav {
		margin-top: 10px;
	}
	.bl1 .form {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.bl1 .right .form input,
	.bl1 .right .form .effect
	{
		width: 100%;
	}
	.bl1 .right .form input[type="submit"] {
		font-size: 20px;
	}
	.bl1 header .contacts a {
		font-size: 28px;
	}
	.mobile-toggler {
		display: block;
	}
	.nav-list {
		display: none;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.nav-list--show {
		display: block;
	}
	.nav-list li {
		display: block !important;
	}
	.bl1 nav ul li:after {
		content: none;
	}
	.bl1 nav ul li a {
		margin: 10px 0;
		color: #FF6608 !important;
	}
	.top-menu {
		padding: 0;
		background-color: transparent;
	}
	.top-menu:hover {
		background-color: transparent;
	}
	.first-screen {
		align-items: center;
	}
	.first-screen div {
		margin-top: 30px;
	}
	.first-screen .left ul {
		margin-top: 40px;
	}
	.first-screen .left ul li {
		font-size: 20px;
		margin-top: 20px;
	}
	.left h1 {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.first-screen {
		flex-direction: column;
	}
	.first-screen div {
		width: 100%;
	}
	.step-item {
		width: 48%;
	}
	.step-item p {
		font-size: 16px;
	}
	.form2 {
		margin-top: 0;
	}
	.form2 form {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		width: 90%;
	}
	.form2 .l,
	.form2 .r {
		width: 100%;
	}
	footer .center {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .logo {
		margin-bottom: 20px;
	}
	footer .lozung {
		text-align: center;
	}
	footer .lozung br {
		display: none;
	}
	h3 {
		font-size: 40px !important;
		line-height: 1.5 !important;
	}
	.bl8 .cont a {
		font-size: 30px;
		margin-top: 20px;
	}
	.form2 input[type="submit"] {
		font-size: 18px;
	}
	.service__text {
		line-height: 1.5;
	}
	.servis-wrap {
		align-items: center;
		flex-direction: column;
	}
	.servis-wrap__item {
		width: 80%;
		margin-bottom: 40px;
	}
	.service__title {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bl9 {
		padding-bottom: 0;
	}
	.bl4 .owl-carousel {
		margin-bottom: 40px;
	}
	.bl3 .about_wrap {
		margin-top: 40px;
	}
	#popup .left {
		display: none;
	}
	#popup .right {
		width: 100%;
	}
	#popup .right .form {
		float: none;
		margin: 0 auto;
		max-width: 506px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	#popup .right .form input {
		max-width: 420px;
		width: 100%;
	}
	#popup .right .form .effect {
		max-width: 420px;
		width: 100%;
	}
	.bl8 .cont p {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
  .form2 form {
	  width: 100%;
  }
  .bl2 .tov {
	  width: 100%;
  }
  #popup .back {
	  padding: 10px;
  }
  .right .form .effect {
	  margin-top: 40px;
  }
}

@media (max-width: 480px) {
	.etSeconds {
		display: none !important;
	}
	.etMinutes + div {
		display: none !important;
	}
}

/*Доработки*/
.bl1 nav {
    margin-top: 20px;
}
.header_text {
  font-family: 'PF Fuel Pro';
  font-size: 45px;
  text-transform: uppercase;
}
.bl1 nav ul {
  display: flex;
  justify-content: space-around;
}
.left span {
  color: #000;
  font-size: 27px;
  font-family: 'Lilita One Rus';
  text-transform: uppercase;
}
.Stihl {
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
}
.eTimer .etUnit .etNumber {
    width: 50.4531px!important;
    padding: 10px!important;
}
.action_img {
  display: flex;
  justify-content: center;
}
.action_img img {
  width: 90%;
}

/*Адаптив*/
@media (max-width: 1150px) {
  .header_text {
    font-size: 40px!important;
  }
}
@media (max-width: 1080px) {
  .header_text {
    font-size: 35px!important;
  }
  .left h1 {
    font-size: 50px;
  }
  .left span {
    font-size: 24px;
  }
  .Stihl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .left h1 {
    font-size: 45px;
  }
  .left span {
    font-size: 22px;
  }
  .bl1 nav ul {
    display: none;
  }
  .nav-list--show {
    display: block!important;
  }
  .action_img img {
    width: 90%!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 850px) {
  .left {
    margin-left: 20px;
  }

  .left h1 {
    font-size: 45px;
  }

  .left span {
    font-size: 20px;
  }

  .first-screen .left ul {
    margin-top: 30px;
  }

    .first-screen .left ul li {
      font-size: 18px;
  }
  .eTimer .etUnit .etNumber {
  	width: 21.4531px!important;
  	padding: 0px;
  }
}

@media (max-width: 650px) {
  .left h1 {
    font-size: 40px;
  }
  .left span {
    font-size: 18px;
  }
  .Stihl img {
    width: 300px;
  }
  .header_text {
    font-size: 30px!important;
  }
  .eTimer .etTitle {
    font-size: 24px!important;
  }
}
@media (max-width: 400px) {
  .header_text {
    font-size: 25px!important;
  }
  .left h1 {
    font-size: 35px;
  }
  .left span {
    font-size: 18px;
  }
  .left ul {
    margin-left: 25px;
  }
  .left span {
    font-size: 16px;
  }
  .eTimer .etTitle {
    font-size: 22px!important;
  }
}

.green{
	
	color:#0db04b;
	
}