@charset "UTF-8";
@font-face {
  font-family: "SegoeUIRegular";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf"); }

@font-face {
  font-family: "SegoeUIBold";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.ttf"); }

@font-face {
  font-family: "segBleck";
  src: url("../fonts/black.ttf"); }

@font-face {
  font-family: "fos";
  src: url("../libs/fontawesome-webfont.ttf"); }

.p0 {
  padding: 0 !important; }

.hidden {
  display: none !important; }

body * {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

 form div.wrapp * {
    -webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
  }

body {
  width: 100%;
  min-height: 2000px;
  background-position: center 0;
  background-repeat: no-repeat; 
  position: relative;
}
.call_back_right{
	position: fixed;
	right:0;
	bottom:10%;
	background:#423e3a;
	z-index:98;
	padding:5px 5px;
	text-align:center;
}

.call_back_right input{
	margin:auto;
	width: initial !important;
	font-size: 14px;
    color: #a3a3a3;
    display: block;
    background-color: #423e3a;
    border:none;
    outline: none;
    line-height: initial;
    padding:2px;
    border-radius: 0;
    margin-bottom:0px;
}

.call_back_right button{
	color: #fff;
    font-size: 12px;
    outline: none;
    background: none;
    border: none;
    padding:0;
    text-transform: none;
    line-height: initial !important;
}

.call_back_right button span{color: #f7c51e;}

.button {
  border-radius: 9px;
  border: 2px solid #ff9601;
  display: inline-block;
  color: #3b3b3b;
  font-size: 16px;
  font-family: "SegoeUIBold", sans-serif;
  text-transform: uppercase;
  line-height: 56px;
  padding: 0 28px;
  cursor: pointer; }

.header .menuTop {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .header .menuTop li {
    line-height: 28px;
    cursor: pointer;
    display: inline-block;
    margin-right: 56px;
    color: #9d9d9d;
    font-size: 15px;
    font-family: "SegoeUIRegular", sans-serif; }
    .header .menuTop li:last-child {
      margin-right: 0; }
    .header .menuTop li:hover {
      color: #282828; }

.header .tomM {
  background-color: #f8f8f8; }

.header2 .logo {
  margin-left: -10px;
  margin-top: 5px;
  display: inline-block;
  float: left;
  width: 195px;
  height: 88px;
  display: inline-block; }
  .header2 .logo img {
    width: 100%;
    height: 100%; }

.header2 p {
  margin-left: 10px;
  float: left;
  margin-top: 23px;
  line-height: 22px;
  display: inline-block;
  color: #696969;
  font-size: 19px;
  font-family: "SegoeUIRegular", sans-serif; }

.header2 .pride {
  float: right;
  display: inline-block;
  color: #ff9601;
  font-size: 19px;
  margin-top: 31px;
  position: relative;
  font-family: "SegoeUIRegular", sans-serif; }
  .header2 .pride:before {
    content: url("../images/award.png");
    width: 30px;
    height: 40px;
    display: block;
    top: -5px;
    left: -37px;
    position: absolute; }

.header2 .button {
  margin-left: 26px;
  margin-top: 19px; }

.telephone {
  padding-top: 16px;
  text-align: right;
  float: right;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #3b3b3b;
  text-decoration: none;
  font-family: "SegoeUIBold", sans-serif; }
  .telephone:hover, .telephone:active, .telephone:focus, .telephone:visited {
    text-decoration: none;
    color: #3b3b3b; }
  .telephone:before {
    content: '\f095';
    font-size: 30px;
    font-family: "fos", sans-serif;
    position: absolute;
    left: 23px;
    top: 13px; }
  .telephone span {
    font-size: 24px;
    position: relative;
    top: -0px; }
  .telephone .regime {
    position: relative;
    right: -10px;
    font-size: 19px;
    font-family: "SegoeUIRegular", sans-serif;
    color: #9d9d9d; }

body h1 {
  color: #fff;
  font-family: "segBleck", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  margin-bottom: 0; }
  body h1 span {
    position: relative;
    top: -10px;
    color: #ffaf02;
    font-size: 50px; }

.forSec1 {
  background-image: url("../images/forFirstBg.png");
  height: 178px;
  width: 100%;
  background-size: cover;
  position: relative;
  top: -95px;
  z-index: 6; }

.section1 {
  position: relative;
  z-index: 5;
  height: 786px;
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px; }
  .section1 h4 {
    color: #fff;
    margin-top: -11px;
    font-family: "SegoeUIBold", sans-serif;
    font-size: 22px;
    text-align: center; }
  .section1 ul {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    margin: 0;
    position: relative;
    top: -10px;
    padding: 0;
    width: 100%;
    list-style: none;
    color: #a7a7a7;
    z-index: 2; }
    .section1 ul li {
      display: inline-block;
      margin: 0 15px; }
  .section1 .button {
    position: absolute;
    display: block;
    bottom: 160px;
    width: 360px;
    background-color: #ffce24;
    border: none;
    left: calc(50% - 180px); }
  .section1 .bgseptik {
    vertical-align: top;
    background-image: url("../images/bg-green-white-screen1.png");
    width: 595px;
    background-repeat: no-repeat;
    position: relative;
    left: 290px;
    display: inline-block;
    top: 5px;
    height: 510px; }
  .section1 .bgseptikbio {
    vertical-align: top;
    background-image: url("../images/bg-green-white-screen2.png");
    width: 595px;
    background-repeat: no-repeat;
    position: relative;
    left: 290px;
    display: inline-block;
    top: 5px;
    height: 510px; }
    .section1 .bgseptik:after, .section1 .bgseptikbio:after {
      content: url("../images/arrow1.png");
      width: 64px;
      height: 39px;
      display: inline-block;
      position: absolute;
      right: -55px;
      top: 100px; }
  .section1 .bgBathroom {
    position: relative;
    top: -150px;
    right: 100px;
    display: inline-block;
    float: right;
    width: 891px;
    height: 700px;
    background-image: url("../images/bg2-green-white-screen1.png"); }
    .section1 .bgBathroom .names {
      position: absolute;
      font-family: "SegoeUIRegular", sans-serif;
      font-size: 17px;
      color: #737272; }
      .section1 .bgBathroom .names.sink {
        top: 325px;
        left: 139px; }
      .section1 .bgBathroom .names.washingMashine {
        top: 530px;
        left: 318px; }
      .section1 .bgBathroom .names.toilet {
        top: 490px;
        right: 260px; }
      .section1 .bgBathroom .names.heater {
        top: 20px;
        right: 210px; }

.point.greenPoint {
  background-color: #6c9c38; }
  .point.greenPoint:before {
    font-size: 20px;
    top: 3px;
    content: '\f00c'; }
  .point.greenPoint:after {
    background-color: #6c9c38; }

.point {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  background-color: #ffaf02;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .point .content {
    display: none;
    position: absolute;
    width: 335px;
    background-color: #fff;
    border-radius: 9px;
    z-index: 10;
    padding: 15px;
    font-size: 13px;
    color: #828282;
    top: 60px;
    left: -50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }
    .point .content:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      background-color: #fff;
      top: -10px;
      left: 50px;
      z-index: -1;
      transform: rotate(45deg); }
  .point:before {
    content: '\f067';
    color: #fff;
    font-size: 25px;
    position: absolute;
    left: 7px;
    top: 1px;
    font-family: "fos", sans-serif;
    z-index: 2; }
  .point:after {
    animation: points 1s infinite;
    content: '';
    width: 50px;
    position: absolute;
    display: inline-block;
    left: -8px;
    top: -8px;
    height: 50px;
    opacity: 0.1;
    background-color: #ffaf02;
    z-index: 1;
    border-radius: 50%; }

@keyframes points {
  0% {
    transform: scale(0.9); }
  50% {
    opacity: 0.2;
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }

.points {
  position: absolute; }

.points#point1 {
  left: 325px;
  top: 30px; }

.points#point2 {
  left: 175px;
  top: 65px; }

.points#point3 {
  left: 80px;
  top: 180px; }

.points#point4 {
  left: 250px;
  top: 200px; }

.points#point5 {
  left: 130px;
  top: 300px; }

.points#point6 {
  left: 285px;
  top: 327px; }

.points#point8 {
  left: 230px;
  top: 310px; }

.points#point9 {
  right: 310px;
  top: 338px; }

.points#point10 {
  right: 330px;
  top: 190px; }

.points#point11 {
  right: 440px;
  top: 405px; }

.section2 {
  position: relative;
  top: -100px; }
  .section2 h2 {
    margin-top: -6px;
    margin-bottom: 12px; }
  .section2 .septikc {
    background-image: url("../images/section2.jpg");
    font-size: 19px;
    background-repeat: no-repeat;
    background-position: center 5px;
    line-height: 23px;
    position: relative;
    color: #3b3b3b;
    font-family: "SegoeUIRegular", sans-serif;
    padding-top: 50px; }
    .section2 .septikc .items {
      width: 90px;
      height: 86px;
      background-image: url("../images/sec2itemBack.png");
      position: absolute;
      background-repeat: no-repeat;
      cursor: pointer; }
      .section2 .septikc .items:hover {
        background-image: url("../images/sec2itemBack-2.png"); }
      .section2 .septikc .items:after {
        background-size: contain;
        display: block;
        content: "";
        background-image: url("../images/section2_item1.png");
        width: 40px;
        height: 40px;
        position: relative;
        background-repeat: no-repeat;
        top: 23px;
        left: 24px; }
      .section2 .septikc .items:nth-child(1) {
        left: 110px;
        top: 10px; }
      .section2 .septikc .items:nth-child(2) {
        right: 110px;
        top: 10px; }
        .section2 .septikc .items:nth-child(2):after {
          background-image: url("../images/section2_item2.png"); }
      .section2 .septikc .items:nth-child(3) {
        left: 50px;
        top: 140px; }
        .section2 .septikc .items:nth-child(3):after {
          background-image: url("../images/section2_item3.png"); }
      .section2 .septikc .items:nth-child(4) {
        right: 30px;
        top: 140px; }
        .section2 .septikc .items:nth-child(4):after {
          background-image: url("../images/section2_item4.png"); }
      .section2 .septikc .items:nth-child(5) {
        left: 30px;
        top: 270px; }
        .section2 .septikc .items:nth-child(5):after {
          background-image: url("../images/section2_item5.png"); }
      .section2 .septikc .items:nth-child(6) {
        right: 40px;
        top: 280px; }
        .section2 .septikc .items:nth-child(6):after {
          background-image: url("../images/section2_item6.png"); }
      .section2 .septikc .items:nth-child(7) {
        left: 100px;
        top: 400px; }
        .section2 .septikc .items:nth-child(7):after {
          background-image: url("../images/section2_item7.png"); }
      .section2 .septikc .items:nth-child(8) {
        right: 90px;
        top: 420px; }
        .section2 .septikc .items:nth-child(8):after {
          background-image: url("../images/section2_item8.png"); }
    .section2 .septikc .rowIt {
      margin-bottom: 55px;
      display: inline-block;
      width: 100%; }
      .section2 .septikc .rowIt .Fleft {
        text-align: left;
        float: left; }
      .section2 .septikc .rowIt .Fright {
        text-align: right;
        float: right; }
      .section2 .septikc .rowIt.row1 {
        padding: 0 250px; }
      .section2 .septikc .rowIt.row2 {
        padding: 0 185px;
        margin-bottom: 77px; }
      .section2 .septikc .rowIt.row3 {
        margin-bottom: 95px;
        padding: 0 175px 0 170px; }
      .section2 .septikc .rowIt.row4 {
        padding: 0 250px; }

h2 {
  margin-top: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "segBleck", sans-serif;
  margin-bottom: 0;
  color: #363636; }
  h2 span {
    font-size: 40px;
    color: #6c9c38; }

h5 {
  text-align: center;
  margin-top: 0;
  color: #363636;
  font-family: "SegoeUIRegular", sans-serif;
  font-size: 19px;
  font-weight: normal; }

.section3 {
  position: relative;
  top: -100px;
  padding-top: 165px;
  background-image: url("../images/bg2.jpg"); }
  .section3 h2 {
    margin-bottom: 15px; }
    .section3 h2 span {
      font-size: 36px; }
  .section3 .slider1 {
    overflow: hidden;
    width: 768px;
    height: 430px;
    border-radius: 9px;
    margin: 14px auto 0; }
    .section3 .slider1 .item {
      height: 100%;
      position: relative;
      overflow: hidden; }
      .section3 .slider1 .item iframe {
        position: relative;
        z-index: 4;
        width: 100%;
        height: 430px;
        top: 0;
        left: 0; }
  .section3 .leftSide {
    z-index: 16;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("../images/bgSliderSection3.png");
    background-position-x: -185px;
    background-position-y: -123px;
    background-repeat: no-repeat;
    width: 100%;
    height: 430px;
    display: inline-block;
    padding-left: 100px;
    padding-top: 75px;
    line-height: 42px;
    color: #404040; }
    .section3 .leftSide .review {
      font-size: 36px;
      font-family: "SegoeUIBold", sans-serif;
      text-align: left; }
    .section3 .leftSide .about {
      margin-top: 14px;
      line-height: 38px;
      font-size: 24px; }
    .section3 .leftSide .play {
      margin-top: 22px;
      background-image: url("../images/section3_button.png");
      width: 80px;
      height: 80px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      position: relative; }
      .section3 .leftSide .play:after {
        right: -135px;
        top: 17px;
        position: absolute;
        content: "Смотреть";
        color: #ffaf02;
        font-size: 24px;
        font-family: "SegoeUIBold", sans-serif; }

.forArrows {
  position: relative; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  display: inline-block;
  width: 20px;
  height: 30px;
  cursor: pointer;
  z-index: 5;
  filter: grayscale(100%); }
  .slick-arrow:before {
    font-family: "fos", sans-serif;
    color: #696969;
    content: url("../images/arrowSlider.png"); }
  .slick-arrow:hover {
    filter: grayscale(0%); }
    .slick-arrow:hover:before {
      color: #6c9c38; }
  .slick-arrow.prevArr {
    left: 50px;
    transform: rotate(180deg); }
  .slick-arrow.nextArr {
    right: 50px; }

.slider2 {
  margin-top: 60px; }
  .slider2 .item {
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 390px;
    height: 317px;
    position: relative;
    border-radius: 9px;
    outline: none; }
    .slider2 .item img {
      min-width: 100%;
      min-height: 100%; }
    .slider2 .item:hover img {
      animation: contrast 0.3s;
      animation-fill-mode: forwards; }
    .slider2 .item:hover .scale {
      background-image: url("../images/bgForSlider2.png");
      position: absolute;
      z-index: 2;
      top: calc(50% - 52px);
      width: 107px;
      left: calc(50% - 52px);
      height: 107px;
      animation: staggerOne 2s infinite; }
      .slider2 .item:hover .scale:before {
        content: url("../images/scale.png");
        width: 34px;
        position: absolute;
        height: 34px;
        top: calc(50% - 17px);
        left: calc(50% - 10px);
        animation: staggertwo 2s infinite; }
    .slider2 .item .location {
      position: absolute;
      transition: 0.3s;
      z-index: 5;
      background-color: #fff;
      bottom: 20px;
      border-radius: 9px;
      color: #343434;
      font-size: 17px;
      font-family: "SegoeUIBold", sans-serif;
      line-height: 50px;
      width: 90%;
      margin-left: 5%;
      padding-left: 45px; }
      .slider2 .item .location p {font-size: 13px; line-height: 130%; opacity: 0; height: 0; overflow: hidden; padding-top: 0; transition: 0.3s; padding-right: 15px; margin: 0; font-family: "SegoeUIRegular";}
      .slider2 .item .location:hover p {opacity: 1; height: auto; padding-bottom: 15px;}
      .slider2 .item .location:before {
        position: absolute;
        content: " \f041";
        font-family: "fos", sans-serif;
        color: #6c9c38;
        margin-left: -25px;
        font-size: 25px; }

@keyframes contrast {
  from {
    filter: brightness(100%); }
  to {
    filter: brightness(50%); } }

@keyframes staggerOne {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-20deg); }
  100% {
    transform: rotate(0); } }

@keyframes staggertwo {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(30deg); }
  100% {
    transform: rotate(0); } }

.mfp-close {
  cursor: pointer !important; }

.section4 {
  padding-top: 13px; }
  .section4 h2 {
    text-transform: uppercase; }
    .section4 h2 span {
      font-size: 36px; }
  .section4 p {
    font-size: 19px;
    color: #363636;
    text-align: center; }
  .section4 .manufacturers {
    margin-top: -23px; }
    .section4 .manufacturers .item {
      margin-right: 30px;
      margin-top: 25px;
      position: relative;
  margin-bottom: 25px;
      width: calc(17.1% - 30px);
      display: inline-block;
      float: left;
      height: 82px;
      border: 2px solid #ffce24;
      border-radius: 8px;
      text-align: center;
      position: relative;
      filter: grayscale(100%);
      opacity: 0.5; }
		.item-drop {transition: 0.3s; font-weight: bold; font-size: 13px; width: 166px; text-align: center; padding: 0 0 10px 0; margin-left: -15px; display: block;}
		.item-drop span {display: block; color: #6c9c38;}
      .section4 .manufacturers .item:hover, .section4 .manufacturers .item.active {
        opacity: 1;
        cursor: pointer;
        filter: grayscale(0%); }
        .section4 .manufacturers .item:hover:before, .section4 .manufacturers .item.active:before {
          content: '';
          transform: rotate(45deg);
          display: block;
          position: absolute;
          border: 2px solid #ffce24;
          border-top: none;
          border-left: none;
          height: 25px;
          width: 25px;
          background-color: #fff;
          bottom: -14px;
          left: calc(50% - 12px); }
      .section4 .manufacturers .item:nth-child(5) {
        margin-right: 29px; }
        .section4 .manufacturers .item:nth-child(5) .bg {
          padding-top: 10px; }
      .section4 .manufacturers .item:nth-child(1) .bg {
        padding-top: 25px; }
      .section4 .manufacturers .item:nth-child(2) .bg {
        padding-top: 30px; }
      .section4 .manufacturers .item:nth-child(4) .bg {
        padding-top: 10px; }
      .section4 .manufacturers .item:last-child {
        margin-right: 0; }
      .section4 .manufacturers .item .bg {
        padding-top: 20px;
        background-color: #fff;
        border-radius: 8px;
        width: 100%;
        height: 100%; }
      .section4 .manufacturers .item img {
        position: relative;
        display: inline-block;
        z-index: 2; }
  .section4 .products {
    margin-top: 42px; }
    .section4 .products .product {
      margin-right: 26px;
      margin-bottom: 25px;
      display: inline-block;
      width: calc(33.333% - 20px);
      border: 1px solid #9d9d9d;
      border-radius: 8px; }
      .section4 .products .product:hover {
        border: 1px solid #6c9c38; }
      .section4 .products .product.third {
        margin-right: 0; }
      .section4 .products .product .img {
        width: 180px;
	height: 218px;
        display: inline-block;
        float: left;
        overflow: hidden;
        padding-top: 40px;
        padding-left: 0;
        text-align: center; }
        .section4 .products .product .img img {
          display: inline-block; }
      .section4 .products .product .rightSide {
        width: calc(100% - 180px);
        display: inline-block;
        float: left; }
        .section4 .products .product h4 {
          font-family: "segBleck", sans-serif;
          font-size: 19px;
          margin-top: 15px;
          margin-bottom: 0; 
	text-align:center;}
        .section4 .products .product .rightSide .price {
          font-size: 19px;
          margin-top: 20px;
          font-family: "SegoeUIRegular", sans-serif; }
          .section4 .products .product .rightSide .price .oldPrice {
            color: #7b7b7b;
            text-decoration: line-through; }
          .section4 .products .product .rightSide .price .newPrice {
            color: #6c9c38;
            font-family: "segBleck", sans-serif;
            margin-left: 12px; }
            .section4 .products .product .rightSide .price .newPrice:after {
              content: '\f158';
              font-family: "fos", sans-serif;
              margin-left: 5px;
              font-size: 16px;
              position: relative; }
        .section4 .products .product .rightSide ul {
          padding: 0;
          margin: 0;
          display: inline-block;
          width: 100%;
          list-style: none;
          padding-top: 12px; }
          .section4 .products .product .rightSide ul li {
            color: #363636;
            line-height: 23px;
            font-family: "SegoeUIRegular", sans-serif;
            margin-left: 23px;
            font-size: 16px;
            position: relative; }
            .section4 .products .product .rightSide ul li:first-child:before {
              content: url("../images/product_man.png");
              display: block;
              position: absolute;
              left: -20px;
              top: 0; }
            .section4 .products .product .rightSide ul li:nth-child(2):before {
              content: url("../images/Product_lighting.png");
              display: block;
              position: absolute;
              left: -20px;
              top: 0; }
            .section4 .products .product .rightSide ul li:nth-child(3):before {
              content: url("../images/Product_drop.png");
              display: block;
              position: absolute;
              left: -20px;
              top: 0; }
        .section4 .products .product .rightSide .zayavka {
          cursor: pointer;
          color: #fff;
          text-align: center;
          font-family: "SegoeUIBold", sans-serif;
          text-transform: uppercase;
          background-color: #6c9c38;
          font-size: 14px;
          border-radius: 9px 0 0 9px;
          line-height: 56px;
          margin-top: 20px; }
        .section4 .products .product .rightSide .descprModel {
          text-align: center;
          font-size: 14px;
          font-family: "SegoeUIBold", sans-serif;
          padding-left: 10px;
          margin-top: 10px;
          margin-bottom: 15px;
          position: relative; }
          .section4 .products .product .rightSide .descprModel.star {
            text-align: left;
            padding-left: 0px; }
            .section4 .products .product .rightSide .descprModel.star:before {
              position: absolute;
              content: url("../images/Product_star.png");
              left: -25px;
              top: 2px; }
          .section4 .products .product .rightSide .descprModel.new {
            padding-left: 30px;
            text-align: left; }
            .section4 .products .product .rightSide .descprModel.new:before {
              position: absolute;
              content: url("../images/Product_new.png");
              left: 2px;
              top: 2px; }
          .section4 .products .product .rightSide .descprModel.prom {
            text-align: left;
            padding-left: 30px; }
            .section4 .products .product .rightSide .descprModel.prom:before {
              position: absolute;
              content: url("../images/Product_prom.png");
              left: 2px;
              top: 2px; }

a.more {
  font-size: 19px;
  color: #6c9c38;
  font-family: "SegoeUIBold", sans-serif;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 5px;
  display: inline-block; }
  a.more:hover, a.more:active, a.more:focus, a.more:visited {
    color: #6c9c38; }

.section5 {
  padding-top: 180px;
  background-size: cover;
  padding-bottom: 110px;
  background-image: url("../images/bg5.jpg"); }
  .section5 h2 {
    color: #fff;
    margin-bottom: 27px; }
  .section5 .item {
    position: relative;
    z-index: 2;
    opacity: 0.5;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #d7e2e7;
    border-radius: 9px;
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 5px; }
    .section5 .item .lefts {
      margin-right: 20px;
      display: inline-block;
      float: left;
      width: 152px; }
      .section5 .item .lefts .icon {
        width: 30px;
        height: 30px;
        vertical-align: top;
        display: inline-block;
        float: left;
        margin-top: 42px;
        margin-left: 32px; }
      .section5 .item .lefts .letter {
        line-height: 54px;
        vertical-align: top;
        font-family: "segBleck", sans-serif;
        color: #ffce24;
        font-size: 54px;
        display: inline-block;
        float: left;
        margin-top: 25px;
        margin-left: 30px; }
      .section5 .item .lefts .day {
        margin-top: 42px;
        width: auto;
        margin-left: -8px;
        font-size: 16px;
        vertical-align: top;
        font-family: "segBleck", sans-serif;
        color: #fff;
        display: inline-block;
        float: left;
        text-align: center;
        transform: rotate(-90deg); }
      .section5 .item .lefts .line {
        width: 2px;
        height: 60px;
        background-color: #FFF;
        float: right;
        margin-top: 25px; }
    .section5 .item .midlle {
      display: inline-block;
      float: left;
      width: calc(50% - 160px);
      padding-top: 23px; }
      .section5 .item .midlle h5 {
        text-align: left;
        width: 100%;
        display: inline-block;
        font-size: 19px;
        color: #fff;
        margin-bottom: 0;
        font-family: "segBleck", sans-serif; }
      .section5 .item .midlle p {
        font-size: 17px;
        font-family: "SegoeUIRegular", sans-serif;
        margin-top: 5px;
        color: #fff;
        display: inline-block; }
    .section5 .item .button {
      display: none;
      color: #fff;
      margin-top: 23px;
      margin-left: 60px; }
    .section5 .item:nth-child(2) .lefts img {
      width: auto;
      height: auto;
      margin-left: 30px; }
    .section5 .item:nth-child(2) .lefts .letter {
      margin-left: 15px; }
    .section5 .item:nth-child(3) .lefts img {
      width: auto;
      height: auto; }
    .section5 .item:nth-child(3) .lefts .letter {
      margin-left: 10px; }
    .section5 .item:nth-child(4) .lefts img {
      width: auto;
      height: auto; }
    .section5 .item:nth-child(4) .lefts .letter {
      margin-left: 10px; }
    .section5 .item:hover {
      opacity: 1; }
      .section5 .item:hover .button {
        display: inline-block; }
  .section5 .sink {
    background-image: url("../images/sinkSec5.png");
    width: 552px;
    background-repeat: no-repeat;
    height: 571px;
    position: absolute;
    z-index: 0;
    right: 100px; }

.section6 {
  height: 860px;
  position: relative;
  padding-top: 52px; }
  .section6 h2 span {
    font-size: 36px; }
  .section6 .image {
    width: 544px;
    z-index: 2;
    height: 635px;
    position: absolute;
    top: 190px;
    left: calc(50% - 544px/2);
    animation: imaheHover 2s infinite; }
    .section6 .image img {
      width: 100%;
      height: 100%; }
  .section6 .imageshadow {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/shadowSec6.png");
    width: 544px;
    position: absolute;
    top: 662px;
    height: 194px;
    left: calc(50% - 544px/2);
    display: block;
    z-index: -1; }
  .section6 .pointsCont {
    position: relative; }
    .section6 .pointsCont .points .contentVisible {
      position: absolute;
      width: 220px;
      left: 60px;
      font-size: 19px;
      font-family: "SegoeUIRegular", sans-serif; }
    .section6 .pointsCont .points#point21 {
      top: 40px;
      right: 115px; }
    .section6 .pointsCont .points#point22 {
      top: 170px;
      left: -10px; }
      .section6 .pointsCont .points#point22 .contentVisible {
        left: auto;
        right: 30px; }
    .section6 .pointsCont .points#point23 {
      top: 170px;
      right: -10px; }
    .section6 .pointsCont .points#point24 {
      top: 435px;
      left: -10px; }
      .section6 .pointsCont .points#point24 .contentVisible {
        left: auto;
        right: -60px; }

@keyframes imaheHover {
  0% {
    top: 190px; }
  50% {
    top: 200px; }
  100% {
    top: 190px; } }

h2.white, p.white {
  color: #fff; }

.section7 {
  background-image: url("../images/bg6.jpg");
  background-size: cover;
  padding-top: 150px; }
  .section7 h2 {
    margin-bottom: 5px; }
  .section7 p {
    margin: 0;
    text-align: center;
    font-size: 19px; }
  .section7 form {
    padding: 23px 66px 100px; }
    .section7 form p {
      margin-top: 15px;
      opacity: 0.5; }
  .section7 .button {
    width: 332px;
    color: #363636;
    background-color: #ffce24;
    border: none; }

.inputs {
  margin-right: 16px;
  border: none;
  border-radius: 9px;
  line-height: 56px;
  padding-left: 25px;
  font-family: "SegoeUIRegular", sans-serif;
  outline: none;
  width: 332px; }

.section8 {
  padding-top: 55px; }
  .section8 h2 span {
    font-size: 36px; }
  .section8 p {
    text-align: center;
    font-size: 19px;
    font-family: "SegoeUIRegular", sans-serif; }
  .section8 .items {
    display: inline-block;
    text-align: center;
    width: 100%; }
    .section8 .items .item {
      cursor: pointer;
      margin-top: 35px;
      padding-top: 10px;
      float: left;
      width: 16.666%;
      display: inline-block;
      text-align: center;
      height: 220px;
      filter: grayscale(100%);
      opacity: 0.5;
      overflow: hidden; }
      .section8 .items .item .img {
        height: 105px;
        text-align: center;
        display: inline-block; }
        .section8 .items .item .img img {
          display: inline-block; }
      .section8 .items .item p {
        line-height: 24px;
        padding: 0 10px;
        font-family: "SegoeUIRegular", sans-serif; }
      .section8 .items .item:hover {
        border: 2px solid #6c9c38;
        border-radius: 9px;
        filter: grayscale(0%);
        opacity: 1; }
        .section8 .items .item:hover .img {
          height: 105px; }
          .section8 .items .item:hover .img img {
            zoom: 0.7;
            -moz-transform: scale(0.7); }
        .section8 .items .item:hover p {
          color: #6c9c38; }
        .section8 .items .item:hover:nth-child(6) img {
          margin-top: 5px;
          zoom: 1;
          -moz-transform: scale(1); }
      .section8 .items .item:nth-child(6) .img {
        height: 66px; }
      .section8 .items .item:nth-child(6) img {
        margin-top: 5px;
        zoom: 1.3;
        -moz-transform: scale(1.3); }

.section9 {
  padding-top: 195px;
  position: relative;
  height: 685px;
  background-size: cover200;
  overflow: hidden; }
  .section9 .cutter {
    background-image: url("../images/bg9.jpg");
    overflow: hidden;
    padding-top: 145px;
    border-radius: 0 0 50% 50%;
    height: 635px;
    top: 50px;
    width: 2500px;
    position: absolute;
    background-position-x: 50%;
    left: calc(50% - 1250px); }
    /*.section9 .cutter .forSec9 {
      background-image: url("../images/forSec9.jpg");
      height: 117px;
      position: absolute;
      top: 0;
      left: calc(50% - 960px);
      width: 100%; }*/
  .section9 .sept {
    position: absolute;
    top: 265px;
    left: calc(50% - 660px);
    background-image: url("../images/septSect9.png");
    width: 483px;
    height: 400px; }
  .section9 h2 span {
    font-size: 36px; }
  .section9 ul {
    margin-left: 5px;
    list-style: none;
    margin-top: 45px; }
    .section9 ul li {
      font-family: "SegoeUIRegular", sans-serif;
      font-size: 19px;
      margin-bottom: 20px; }
      .section9 ul li b {
        font-family: "SegoeUIBold", sans-serif; }
      .section9 ul li span {
        color: #9f9d9d; }
      .section9 ul li:before {
        position: absolute;
        left: 25px;
        content: '\f00c';
        font-family: "fos", sans-serif;
        color: #6c9c38; }
  .section9 form {
    margin-top: 60px;
    float: right; }
    .section9 form .inputs {
      margin-bottom: 16px;
      margin-right: 0;
      display: inline-block;
      float: right;
      line-height: 50px;
      border: 1px solid #d6d7dd; }
    .section9 form .button {
      float: right;
      background-color: #6c9c38;
      border: none;
      color: #fff;
      width: 335px; }

.section10 {
  background-image: url("../images/forSec10.jpg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 85px; }
  .section10 h2 span {
    font-size: 36px; }
  .section10 p {
    text-align: center;
    font-size: 19px;
    font-family: "SegoeUIRegular", sans-serif; }
  .section10 form {
    padding: 0 66px;
    margin-top: 23px; }
    .section10 form .inputs {
      border: 1px solid #dadada; }
    .section10 form .button {
      width: 332px;
      border: none;
      background-color: #ffce24; }
    .section10 form p {
      margin-top: 35px;
      margin-bottom: 0; }
    .section10 form p.grey {
      margin-top: 2px;
      opacity: 0.5; }

.section11 {
  overflow: hidden;
  position: relative; }
  .section11 h2 {
    color: #fff; }
    .section11 h2 span {
      color: #ffce24;
      font-size: 36px; }
  .section11 .cutter {
    z-index: 1;
    background-image: url("../images/bg10.jpg");
    overflow: hidden;
    padding-top: 80px;
    border-radius: 0 0 50% 50%;
    height: 700px;
    top: 0px;
    width: 2500px;
    position: absolute;
    background-position-x: 50%;
    left: calc(50% - 1250px);
    box-shadow: 0 7px 20px rgba(72, 72, 72, 0.4); }
  .section11 .block {
    position: relative; }
    .section11 .block .person {
      background-image: url("../images/person.png");
      width: 504px;
      height: 623px;
      position: absolute;
      top: 20px;
      left: -100px; }
      .section11 .block .person .cont {
        width: 200px;
        position: absolute;
        top: 100px;
        right: 0px; }
        .section11 .block .person .cont h4 {
          color: #3a3a3a;
          margin-bottom: 0;
          font-size: 19px;
          font-family: "SegoeUIBold", sans-serif; }
        .section11 .block .person .cont span {
          font-family: "SegoeUIRegular", sans-serif;
          font-size: 19px;
          color: #3a3a3a; }
        .section11 .block .person .cont p {
          padding-right: 40px;
          opacity: 0.5; }
    .section11 .block ul {
      margin-top: 60px;
      margin-left: 40px;
      list-style: none; }
      .section11 .block ul li {
        cursor: pointer;
        color: #fff;
        font-family: "SegoeUIRegular", sans-serif;
        font-size: 19px;
        position: relative;
        margin-bottom: 5px; }
        .section11 .block ul li span {
          display: inline-block;
          width: 100%;
          margin-bottom: 5px;
          font-family: "SegoeUIBold", sans-serif; }
        .section11 .block ul li:hover span {
          color: #ffce24; }
        .section11 .block ul li:hover:before {
          color: #ffce24; }
        .section11 .block ul li p {
          line-height: 24px;
          margin: 0;
          margin-bottom: 12px;
          display: none; }
        .section11 .block ul li:before {
          position: absolute;
          content: '\f107';
          font-family: "fos", sans-serif;
          left: -29px;
          top: -5px;
          font-size: 25px; }
        .section11 .block ul li.active span {
          color: #ffce24; }
        .section11 .block ul li.active:before {
          content: '\f106';
          color: #ffce24; }
        .section11 .block ul li.active p {
          display: block; }
  .section11 .map {
    display: block;
    height: 745px;
    position: relative;
    z-index: 0s; }
    .section11 .map #map {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 0; }
    .section11 .map .contacts {
      background-image: url("../images/bg11.png");
      width: 642px;
      height: 602px;
      position: absolute;
      right: 280px;
      z-index: 4;
      top: 130px;
      padding-left: 155px; }
      .section11 .map .contacts h2 {
        color: #363636;
        text-align: left;
        margin-top: 118px; }
        .section11 .map .contacts h2 span {
          color: #6c9c38; }
      .section11 .map .contacts p {
        margin-top: 40px;
        font-size: 19px;
        font-family: "SegoeUIRegular", sans-serif; }
      .section11 .map .contacts .phone {
        font-size: 19px;
        font-family: "SegoeUIRegular", sans-serif; }
      .section11 .map .contacts ul {
        margin: 0;
        padding: 0;
        padding-top: 10px;
        list-style: none; }
        .section11 .map .contacts ul li {
          margin: 0;
          margin-bottom: 2px;
          font-family: "SegoeUIBold", sans-serif; }
      .section11 .map .contacts .email {
        margin-top: 20px; }
      .section11 .map .contacts .social {
        margin-top: 15px; }
        .section11 .map .contacts .social a {
          border-radius: 50%;
          background-color: #bababa;
          display: inline-block;
          width: 43px;
          margin-right: 5px;
          text-align: center;
          text-decoration: none;
          outline: none; }
          .section11 .map .contacts .social a:hover {
            animation: rotate 0.3s; }
          .section11 .map .contacts .social a:before {
            color: #fff;
            font-size: 25px;
            line-height: 43px;
            font-family: "fos", sans-serif; }
        .section11 .map .contacts .social a.fb:before {
          content: '\f09a'; }
        .section11 .map .contacts .social a.vk:before {
          content: '\f189'; }
        .section11 .map .contacts .social a.tv:before {
          content: '\f099'; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  33% {
    transform: rotate(20deg); }
  66% {
    transform: rotate(-20deg); } }

.smallM {
  top: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 10;
  background-color: #fff; }
  .smallM .tomM {
    display: inline-block;
    float: left;
    width: 35%; }
  .smallM ul.menuTop li {
    text-align: left;
    padding-left: 20px;
    width: 100%; }
  .smallM .header2 {
    display: inline-block;
    width: 65%; }
    .smallM .header2 .logo {
      margin-top: 20px;
      margin-left: 30px; }
    .smallM .header2 .pride {
      margin-top: 10px;
      margin-left: 60px;
      margin-bottom: 20px;
      float: none;
      width: 100%; }
    .smallM .header2 .button {
      margin-left: 30px; }
    .smallM .header2 .telephone {
      width: 100%;
      text-align: left;
      float: left;
      margin-left: 60px; }
      .smallM .header2 .telephone:before {
        left: -30px; }
      .smallM .header2 .telephone .regime {
        right: auto;
        left: 0;
        position: absolute;
        left: -30px; }
  .smallM .closer {
    position: fixed;
    right: 20px;
    top: 20px; }
    .smallM .closer:before {
      content: '\f00d';
      font-size: 30px;
      font-family: "fos", sans-serif; }

.topSmall {
  display: none; }
  .topSmall .buter {
    display: none;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 45px;
    right: 20px;
    cursor: pointer; }
    .topSmall .buter span {
      background-color: #333;
      width: 100%;
      height: 3px;
      margin-bottom: 7px;
      display: block; }
    .topSmall .buter:hover span {
      background-color: #ffce24; }

.forPopup {
  display: none;
  position: fixed;
  z-index: 99;
  top:0;
  background-color: rgba(34, 34, 34, 0.48);
  width: 100%;
  height: 100%; }

.popup {
  font-family: "SegoeUIRegular", sans-serif;
  position: absolute;
  left: calc(50% - 412px);
  border-radius: 9px;
  top: calc(50% - 240px);
  background-color: #fff;
  width: 825px;
  overflow: hidden;
  height: 480px; }
  .popup .close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url("../images/closerPopup.png");
    position: absolute;
    right: 15px;
    top: 15px; }
    .popup .close:hover {
      filter: contrast(20%);
      transform: rotate(20deg); }
  .popup h3 {
    font-family: "SegoeUIBold", sans-serif;
    color: #6c9c38;
    font-size: 27px;
    margin: 0; }
  .popup p {
    margin: 0;
    font-size: 19px; }
  .popup form {
    margin-left: 50px;
    text-align: center;
    padding-top: 60px;
    width: 335px;
    float: left;
    vertical-align: top; }
    .popup form p {
      color: #bebebe;
      font-size: 19px;
      margin-bottom: 15px; }
    .popup form .button {
      background-color: #ffce24;
      width: 330px;
      margin-bottom: 15px;
      border: none; }
    .popup form .inputs {
      border: 1px solid #d6d7dd;
      margin-bottom: 10px; }
  .popup .lSide {
    width: 358px;
    display: block;
    height: 100%;
    float: left; }
  .popup#popup1 .lSide {
    background-position-x: 105%;
    background-repeat: no-repeat;
    background-image: url("../images/popup1.jpg"); }
  .popup#popup2 .lSide {
    background-position-x: 105%;
    background-repeat: no-repeat;
    background-image: url("../images/popup2.jpg"); }
  .popup#popup3 .lSide {
    background-position-x: 105%;
    background-repeat: no-repeat;
    background-image: url("../images/popup3.jpg"); }

.zayavkaFinish {
  width: 300px;
  height: 100px;
  position: fixed;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "SegoeUIBold", sans-serif;
  left: calc(50% - 150px);
  top: calc(50% - 100px);
  z-index: 100;
  border-radius: 9px;
  font-size: 22px;
  padding-top: 5px;
  display: none; }
  .zayavkaFinish .good {
    display: none;
    color: #6c9c38; }
  .zayavkaFinish .bad {
    display: none;
    margin-top: -17px;
    color: #9d6045; }

@charset "UTF-8";
@font-face {
  font-family: "SegoeUIRegular";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf"); }

@font-face {
  font-family: "SegoeUIBold";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.ttf"); }

@font-face {
  font-family: "segBleck";
  src: url("../fonts/black.ttf"); }

@font-face {
  font-family: "fos";
  src: url("../libs/fontawesome-webfont.ttf"); }

.newSection {
  background-image: url(../images/new/newBg.png);
  height: 818px;
  position: relative;
  z-index: 10; }
  .newSection h2 {
    color: #fff;
    margin-top: 190px; }
  .newSection p {
    color: #fff;
    font-family: "SegoeUIRegular", sans-serif;
    text-align: center;
    font-size: 19px; }
  .newSection .quest {
    height: 320px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-align: center; }
    .newSection .quest .inputS {
      display: block;
      margin: 0 auto;
      line-height: 50px;
      width: 700px;
      border-radius: 4px;
      border: 1px solid #bfbfbf;
      padding-left: 22px;
      outline: none;
      color: #bfbfbf;
      font-family: "SegoeUIRegular", sans-serif;
      font-size: 18px; }
    .newSection .quest #labelInput {
      position: relative;
      display: inline-block; }
      .newSection .quest #labelInput:after {
        top: 20px;
        right: 20px;
        position: absolute;
        content: 'М.'; }
    .newSection .quest .count {
      display: inline-block;
      margin-top: 40px;
      font-size: 19px;
      color: #6c9c38;
      font-family: "SegoeUIBold", sans-serif; }
    .newSection .quest .slide {
      width: 1170px;
      display: inline-block;
      float: left; }
      .newSection .quest .slide.tide ul li {
        vertical-align: top;
        margin: 0 30px; }
      .newSection .quest .slide .inputnew {
        color: #bfbfbf;
        border: 1px solid;
        outline: none;
        width: 330px;
        line-height: 50px;
        padding-left: 25px;
        font-size: 19px;
        font-family: "SegoeUIRegular", sans-serif;
        margin-right: 20px;
        border-color: #bfbfbf;
        border-radius: 4px; }
      .newSection .quest .slide button {
        width: 330px;
        line-height: 50px;
        border: none;
        vertical-align: top;
        border-radius: 4px;
        background: #ffce24;
        font-size: 16px;
        text-transform: uppercase;
        font-family: "SegoeUIBold", sans-serif; }
      .newSection .quest .slide h3 {
        font-size: 24px;
        color: #1d1d1d;
        text-align: center;
        display: inline-block;
        background-color: #ffce24;
        font-family: "segBleck", sans-serif;
        padding: 0px 10px; }
        .newSection .quest .slide h3.green {
          background: none;
          margin-bottom: 0;
          font-size: 30px;
          margin-top: 50px;
          color: #6c9c38; }
      .newSection .quest .slide h4 {
        margin-top: 5px;
        font-size: 21px;
        font-family: "segBleck", sans-serif; }
      .newSection .quest .slide ul {
        list-style: none;
        padding: 0; }
        .newSection .quest .slide ul li {
          display: inline-block;
          margin: 0 57px; }
          .newSection .quest .slide ul li input {
            display: block;
            margin: 0 auto 10px;
            outline: none;
            cursor: pointer;
            position: relative; }
            .newSection .quest .slide ul li input:before {
              content: '';
              display: block;
              position: absolute;
              width: 24px;
              height: 24px;
              border: 1px solid #d2d2d2;
              border-radius: 50%;
              left: -6px;
              top: -6px;
              background-color: #fff; }
            .newSection .quest .slide ul li input:after {
              display: none; }
            .newSection .quest .slide ul li input:checked:after {
              position: absolute;
              border-radius: 50%;
              left: -1px;
              top: -1px;
              content: '';
              display: block;
              width: 14px;
              height: 14px;
              background-color: #6c9c38; }
  .newSection .naws {
    margin: 0 auto;
    position: relative;
    top: -70px;
    text-align: center; }
    .newSection .naws .arrows {
      cursor: pointer;
      display: inline-block;
      margin: 0 15px;
      color: #6c9c38;
      font-family: "SegoeUIBold", sans-serif;
      font-size: 19px; }
      .newSection .naws .arrows:after {
        position: absolute;
        margin: 0 5px;
        content: url("../images/new/arrow.png");
        width: 14px;
        height: 14px; }
      .newSection .naws .arrows.left {
        position: relative; }
        .newSection .naws .arrows.left:after {
          content: ''; }
        .newSection .naws .arrows.left:before {
          content: url("../images/new/arrow.png");
          display: block;
          position: absolute;
          left: -20px;
          transform: scaleX(-1); }


#frear-video {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 25px 30px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 50;
    cursor: pointer;
    text-align: center;
}

#frear-video h4 {
}

#frear-video .seen-already {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 0;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    white-space: nowrap;
    z-index: 6;
}

#frear-video div.close-video {
    position: absolute;
    top: 6%;
    right: 5%;
    width: 21px;
    height: 21px;
    z-index: 6;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
#frear-video div.close-video img {
    width: 100%;
    height: 100%;
}

.close-video {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#frear-video img.play {
    display: block;
    width: 50px;
    margin: 20px auto;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

#popup-video .modal-dialog {
    width: 900px;
    height: 506px;
    margin: 12% auto;
}

#popup-video img#stop {
	position: absolute;
	top: 5%;
	right: 4%;
	width: 2%;
	cursor:pointer;
}
.overlay {
    display: none;
    position: fixed;
    z-index: 44;
    opacity: 0.7;
    filter: alpha(opacity=50);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
}
#popup4 form{
	width:100%;
	float:none;
	margin:0;
}
#popup4{
	height:320px;
	top: calc(50% - 160px);
}
#popup4 input[type="text"], #popup4 button{
	display: block;
	margin:10px auto;
}
body{
	padding-top:0px;
}
.header{
		position: relative;
	    top: 0;
	    width: 100%;
	    z-index: 97;
	}
.header>.bigM{background: #fff;
    box-shadow: 0px 3px 15px -4px rgba(181, 174, 174, 1);
}
@media screen and (max-width:768px){
	body{
		padding-top:0;
	}
	.header{
		position: relative;
	    width: 100%;
	}
}
.stock{
  background-image: url(../images/stock_bgi.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 551px;
      padding-top: 126px;
}
.stock .block_info{
display: flex; 
justify-content: center;
}
.stock .block_info .left{
  background-image: url(../images/stock.png);
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 560px;
  width: 100%;
  min-height: 414px;
      margin: 0 10px;

  position: relative;
}

.stock .block_info .left span{
  color: #404040;
  font-size: 18px;
  font-family: 'SegoeUIRegular';
      width: 133px;
    text-align: center;
    left: 140px;
    top: 100px;
        position: absolute;
}
 
.stock .block_info .rght{
  max-width: 600px;
      margin: 0 10px;
}
.stock .block_info .rght p{
  display: block;
  width: 100%;
}
.stock .block_info .rght .top{
  font-family: 'SegoeUIBold';
  color: #fff;
  font-size: 25px;
text-transform: uppercase;
}
.stock .block_info .rght .top span{
      background-color: #fff;
    border-radius: 5px;
    padding: 2px 8px;
    color: #fdb51a;
}
.stock .block_info .rght .info{
color: #363636;
font-size: 17px;
  font-family: 'SegoeUIRegular';
}
.stock .block_info .rght .info span{
   font-family: "segBleck";
   font-size: 19px;
}
form div.wrapp{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 320px;
}
form div.wrapp .slide{
position: absolute;
top: 0;
left: 100%;
opacity: 0;
}
form div.wrapp .slide.active{
opacity: 1;
left: 0;
}
.newSection .naws .arrows.disable{
  filter: grayscale(100%);
}

.flex {display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.space-between {-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.align-item {-webkit-align-items: center;-ms-flex-align: center;align-items: center;}

.section1__box {background: url(../images/section1-bg.png) no-repeat 50% 0; height: 781px; position: relative; z-index: 11; margin: 0  0 -100px 0; box-sizing: border-box; color: #fff; padding: 65px 0 0 0; font-family: "SegoeUIRegular";}
  .section1__box h1 {text-align: left; line-height: 130%; font-size: 50px; font-family: "segBleck"; padding: 0 0 15px 0;}
  .section1__box h1 span {position: static;}
  .section1__head {display: block; font-weight: bold; font-size: 22px; padding: 0 0 20px 0;}
  .section1__box p {font-size: 19px; margin: 0; padding: 0 0 20px 0; position: relative;}
  .section1__box p span {color: #ffce24;}
  .btn-yellow {display: inline-block; margin: 10px 0 0 0; position: relative; transition: 0.3s; font-size: 16px; text-transform: uppercase; color: #363636; text-decoration: none; padding: 0 33px; height: 56px; line-height: 56px; background: #ffce24; font-weight: bold; border-radius: 10px;}
  .btn-yellow:hover {background: #f1be0c; text-decoration: none;}
  .section1__bottom:before {content: ""; position: absolute; bottom: -50px; left: 215px; background: url(../images/line-bg.png) no-repeat; width: 55px; height: 53px;}
  .section1__box .points#point1 {top: auto; left: 50%; right: auto; bottom: 280px; margin-left: 120px;}
  .section1__box .points#point2 {top: auto; left: 50%; right: auto; bottom: 140px; margin-left: 20px;}
  .section1__box .points#point3 {top: auto; left: 50%; right: auto; bottom: 100px; margin-left: 120px;}

.newSection-bg {background: url(../images/newSection-bg.png) no-repeat 50% 0; margin: 0 0 -100px 0;}

.section__about-box {background: url(../images/section__about.png) no-repeat 50% 0; margin: 0 0 -120px 0; font-family: "SegoeUIRegular"; height: 899px; box-sizing: border-box; padding: 200px 0 0 0;}
  .section__about-box h2 {padding: 0 0 45px 0; margin: 0;}
  .video__block {width: 700px; margin: 0 70px 25px 0;}
  .video__block img {max-width: 100%; max-height: 100%;}
  .about__info { flex: 1; }
  .about__info ul {padding: 0; margin: 0;}
  .about__info li {list-style: none; padding: 0 0 10px 0;  font-family: "SegoeUIBold"; margin: 0; font-weight: bold; position: relative; font-size: 19px;}
  .about__info li:before {content: ""; position: absolute; top: 7px; left: -30px; background: url(../images/li-bg.png) no-repeat; width: 17px; height: 14px;}
  .about__info p {font-size: 17px;}
  .btn-green {display: inline-block; cursor: pointer; transition: 0.3s; padding: 0 33px; height: 56px; line-height: 56px; border-radius: 10px; background: #6c9c38; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 17px;}
  .btn-green:hover {color: #fff; text-decoration: none; background: #65bb08;}

.section3__info-box {background: url(../images/section-info-bg.png) no-repeat 50% 0; font-family: "SegoeUIRegular"; height: 699px; box-sizing: border-box; padding: 163px 0 0 0; color: #fff; margin-top: -100px; position: relative; z-index: 15;}
  .section3__info-box h2 {text-align: left; padding: 0 0 15px 0; color: #fff; margin: 0;}
  .section3__info-box ul {margin: 0; padding: 0;}
  .section3__info-box li {list-style: none; font-size: 19px; padding: 0 0 10px 30px; background: url(../images/li-bg-yellow.png) no-repeat 0 8px;}
  .section3__info-box p {font-size: 16px; color: #a9a9a9;}
  .note {color: #fff;}

.section__sert-box {background: url(../images/sert-bg.png) no-repeat 50% 0; height: 671px; box-sizing: border-box; padding: 185px 0 0 0; margin: 0 0 -145px 0; position: relative; z-index: 15;}
  .section__sert-box h2 {padding: 0 0 50px 0; margin: 0;}
  .sert__image {padding: 0 10px; width: 25%;}
  .sert__image img {max-width: 100%; max-height: 100%;}

@media (max-width: 992px) {
  .stock .block_info .rght .top {font-size: 20px;}
  .stock .block_info .rght .top br {display: none;}
  .btn-green {height: auto;line-height: 120%; padding: 15px 20px; font-size: 14px;}
  .item-drop {display: none;}
}

@media (max-width: 1200px) {
  .video__block {width: 450px;}
  .stock .block_info .rght .top {font-size: 20px;}
  .stock .block_info .rght .top br {display: none;}
  .btn-green {height: auto; line-height: 120%; font-size: 14px; padding: 15px 20px;}
  .item-drop {font-size: 10px;}
}

@media (max-width: 768px) {
  .video__block {width: 300px;}
  .stock {padding-bottom: 80px;}
  .section1__box .points {display: none !important;}
  .section1__box h1 {font-size: 32px;}
}

@media (max-width: 700px) {
  .section1__box {height: auto; background-size: cover; padding: 35px 10px; margin: 0 0 -10px 0;}
  .section1__box h1 {font-size: 21px; margin: 0; padding: 0 0 20px 0;}
  body h1 span {font-size: 21px !important}
  body h1 {width: auto !important;}
  .section1__head, .section1__box p {font-size: 16px;}
  .section1__box br {display: none;}
  .section__about-box {margin: 0; height: auto; background-size: cover; padding: 35px 10px;}
  .section__about-box .flex {display: block;}
  .video__block {width: auto; margin: 0 0 25px 0;}
  .about__info ul {padding-left: 30px;}
  .stock .block_info .left span, .stock .block_info .left {display: none;}
  .stock {background-size: cover; padding: 35px 10px 90px 10px; background-position: 50% 0; background: #ffaf02;}
  .section3__info-box { padding: 130px 10px 35px 10px; background-size: cover; height: auto;}
  .section3__info-box li {font-size: 16px;}
  .section__sert-box {height: auto; background-size: cover; margin: 0; padding: 100px 10px 35px 10px;}
  .section__sert-box .flex{display: block;}
  .sert__image {width: 49%; box-sizing: border-box; display: inline-block; vertical-align: top;}
  h2 {font-size: 20px !important}
  p.mobile-text {display: none;}
  .section5 {background: #000 !important; padding: 35px 10px !important}
}