/* Generated by less 3.11.1 */
/* БАЗОВЫЕ БЛОКИ */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    background-color: #FF5900;
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
    background-color: #F2831B;
  }
  100% {
    transform: scale3d(1, 1, 1);
    background-color: #FF5900;
  }
}
header {
  color: white;
  min-height: calc(100vh + 70px);
  padding-bottom: 70px;
}
header .block {
  height: 100vh;
}
header .logo {
  width: 600px;
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
}
header .slogan {
  position: absolute;
  left: 50%;
  top: 100px;
  color: #B5D966;
}
header .description {
  position: absolute;
  left: 50%;
  bottom: 50px;
}
.slide2,
.slide4 {
  -webkit-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  -moz-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  -khtml-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  -o-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  background: #ffffff;
}
.slide2 .flex_contayner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.slide2 .flex_contayner .flex_content {
  width: 400px;
}
.slide2 .flex_contayner .flex_content .imgbox {
  height: 200px;
  background: #edece8;
  margin-bottom: 20px;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide2 .count_me {
  counter-reset: section;
}
.slide2 .count_me .num {
  width: 56px;
  height: 56px;
  line-height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: white;
  position: absolute;
  background: #0366A9;
  left: -15px;
  bottom: -10px;
  border: 3px solid white;
}
.slide2 .count_me .num::before {
  font-family: 'Museo Sans Cyrl 900', Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 45px;
  counter-increment: section;
  content: counter(section) "";
}
.slide2 .count_me .flex_content:nth-child(n) .num {
  background: #2CC0A5;
}
.slide2 .count_me .flex_content:nth-child(2n) .num {
  background: #F2831B;
}
.slide2 .count_me .flex_content:nth-child(3n) .num {
  background: #B5D966;
}
.slide2 .count_me .flex_content:nth-child(4n) .num {
  background: #028A4A;
}
.slide2 .count_me .flex_content:nth-child(5n) .num {
  background: #0366A9;
}
.slide3 {
  color: white;
  padding-bottom: 30px;
}
.slide3 .block_header {
  background: #07A69E;
  color: #fff;
  -webkit-clip-path: polygon(100% 10px, 100% 75%, 50% 100%, 0 75%, 0 0);
  -moz-clip-path: polygon(100% 10px, 100% 75%, 50% 100%, 0 75%, 0 0);
  -o-clip-path: polygon(100% 10px, 100% 75%, 50% 100%, 0 75%, 0 0);
  clip-path: polygon(100% 10px, 100% 75%, 50% 100%, 0 75%, 0 0);
  text-align: center;
  padding: 30px 20px 40px 20px ;
}
.slide3 .flex_contayner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.slide3 .flex_contayner .flex_content {
  width: 350px;
}
.slide3 .flex_contayner .flex_content .imgbox {
  height: 200px;
  background: #edece8;
  margin-bottom: 20px;
  position: relative;
}
.slide4 {
  -webkit-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  -moz-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  -khtml-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  -o-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 60px), 0 60px);
  padding: 60px 0 0 0 ;
  background: #ffffff;
}
.slide4 .block_header {
  background: #427D87;
  color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 10px);
  -moz-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 10px);
  -o-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 10px);
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 10px);
  text-align: center;
  padding: 30px 20px 40px 20px ;
}
.slide4 .review {
  border-left: 6px solid #cdccc8;
  font-size: 14px;
  margin: 16px;
  padding: 20px 24px 0 24px;
  position: relative;
  color: #064854;
}
.slide4 .review:before {
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.slide4 .review:after {
  content: "”";
  position: absolute;
  top: 0;
  left: -25px;
  color: #cdccc8;
  font-size: 70px;
  font-family: Times, sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 70px;
}
.slide4 .review cite {
  display: block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  color: #427D87;
  padding-bottom: 15px;
}
.slide4 .contacts {
  background: url('../_img/girl.jpg') no-repeat left bottom;
  background-size: 500px;
  min-height: 500px;
}
.slide4 .contacts .content {
  width: 50%;
  float: right;
  margin: 70px 0 0 0;
}
.slide4 .contacts a.big {
  position: absolute;
  z-index: 2;
  right: 100px;
  bottom: 100px;
}
footer {
  color: white;
  min-height: 250px;
  text-align: center;
}
footer .contayner {
  display: inline-block;
  width: auto;
  margin: 80px auto;
  position: relative;
}
footer .logo {
  position: absolute;
  z-index: 2;
  bottom: -10px;
}
footer .descript {
  padding: 10px 10px 10px 160px;
}
a.big {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 300px;
  color: #ffffff;
  background-color: #FF5900;
  text-align: center;
  font-family: 'Museo Sans Cyrl 900', Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24pt;
  line-height: 56px;
  height: 56px;
  margin: 10px 0px;
}
a.big .mask,
a.big .base {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
}
a.big .base {
  margin-top: 0;
}
a.big .mask {
  background-color: #62C425;
}
a.big:hover {
  color: #ffffff;
  border: none;
}
a.big:hover .base {
  margin-top: -56px;
}
.header_contayner {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -30px;
}
.block_header {
  text-align: center;
  padding: 10px;
  display: inline-block;
}
/* НАВИГАЦИЯ */
.toplayer {
  position: fixed;
  _position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: table;
}
.toplayer .block {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.rounded {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}
.parallax {
  background-image: url(../_img/parallax_grey.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}
.splash {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  position: fixed;
  _position: absolute;
  z-index: 999;
  text-align: center;
  background: #2CC0A5;
  padding: 20px;
  z-index: 9999;
  width: 400px;
  color: #ffffff;
  top: 40%;
  left: 50%;
  margin-left: -200px;
  border: solid 5px #4ee2c7;
}
.splash * {
  color: #ffffff;
}
.splash .okbtn:hover,
.splash .nobtn {
  padding: 0 15px;
  background: #0366A9;
  color: #ffffff;
}
.splash .okbtn,
.splash .nobtn:hover {
  padding: 0 15px;
  background: #0366A9;
  color: #ffffff;
}
.clearhid {
  display: none;
  visibility: hidden;
}
/* ШАБЛОНЫ */
.thumbnails {
  margin: 0 0 20px -5px;
  text-align: center;
  position: relative;
}
.thumbnails .thumbnail {
  position: relative;
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 5px;
  width: 250px;
}
.thumbnails .thumbnail img {
  max-width: 200px;
}
.table {
  display: table;
  width: 100%;
}
.table .cell,
.table .img_block,
.table .txt_block {
  display: table-cell;
}
.table .cell {
  vertical-align: middle;
  overflow: hidden;
}
.table .img_block {
  width: 35%;
  text-align: center;
}
.table .img_block .loadImage {
  cursor: pointer;
}
.table .txt_block {
  vertical-align: middle;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 1600px) {
  .slide2,
  .slide4 {
    -webkit-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 40px), 0 40px);
    -moz-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 40px), 0 40px);
    -khtml-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 40px), 0 40px);
    -o-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 40px), 0 40px);
    clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 40px), 0 40px);
  }
  .lastSlide {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px);
    -moz-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px);
    -khtml-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px);
    -o-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px);
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    top: 70px;
    left: -20px;
  }
  header .description img {
    margin-left: -40px;
  }
  .slide3 {
    text-align: center;
  }
  .slide3 .imgblock {
    width: 100%;
    text-align: center;
    float: none;
    margin-top: 0px;
  }
  .slide3 .column50 .editable,
  .slide3 .column50 .noeditable {
    margin: 0px;
  }
}
@media screen and (max-width: 991px) {
  header .logo {
    left: 0px;
  }
  .slide2,
  .slide4 {
    -webkit-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 30px), 0 30px);
    -moz-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 30px), 0 30px);
    -khtml-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 30px), 0 30px);
    -o-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 30px), 0 30px);
    clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 30px), 0 30px);
  }
  .slide4 .contacts {
    background-position: -40px bottom;
  }
  .slide4 .contacts a.big {
    right: 50px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .column50 {
    text-align: center;
  }
  header .logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 100px auto;
    text-align: center;
  }
  header .logo img {
    width: 100%;
    max-width: 300px;
  }
  header .slogan {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }
  header .description {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 15px;
  }
  .slide4 .review {
    margin-bottom: 50px;
  }
  .slide4 .contacts {
    background-position: -80px bottom;
    background-size: 450px 450px;
  }
  .slide4 .contacts .content {
    width: 100%;
    float: none;
    margin: 20px 0 400px 0;
  }
  .slide4 .contacts a.big {
    right: 50px;
    bottom: 40px;
  }
  .flex_contayner {
    display: block;
  }
  .flex_contayner .flex_content {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 100px auto;
    text-align: center;
  }
  header .logo img {
    max-width: 200px;
  }
  header .slogan {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }
  header .description {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 15px;
  }
  a.big {
    width: 250px;
  }
  .slide2,
  .slide4 {
    -webkit-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 20px), 0 20px);
    -moz-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 20px), 0 20px);
    -khtml-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 20px), 0 20px);
    -o-clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 20px), 0 20px);
    clip-path: polygon(100% 0px, 100% 100%, 0 calc(100% - 20px), 0 20px);
  }
  .slide4 .contacts .content {
    width: 100%;
    float: none;
    margin-bottom: 400px;
  }
  .slide4 .contacts a.big {
    right: 50%;
    margin-right: -150px;
    bottom: 40px;
  }
  footer .contayner {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
  }
  footer .logo {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
  }
  footer .descript {
    padding: 10px;
  }
}
