@font-face {
  font-family: 'Clear Sans Regular';
  src: url('../fonts/ClearSans/ClearSans.eot');
  src: url('../fonts/ClearSans/ClearSans.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans/ClearSans.woff') format('woff'), url('../fonts/ClearSans/ClearSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Clear Sans Bold';
  src: url('../fonts/ClearSans/ClearSans-Bold.eot');
  src: url('../fonts/ClearSans/ClearSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ClearSans/ClearSans-Bold.woff') format('woff'), url('../fonts/ClearSans/ClearSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (min-width: 480px) {
  body {
    font-size: 15px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 18px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.section-head {
  font-size: 40px;
  font-family: 'Clear Sans Bold';
  color: #86ade9;
  margin-bottom: 100px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .section-head {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .section-head {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .section-head {
    font-size: 70px;
  }
}
.paragraf-small {
  font-size: 16px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .paragraf-small {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .paragraf-small {
    font-size: 16px;
  }
}
.service__block {
  font-family: 'Clear Sans Bold';
}
.servise-description {
  color: #7b8ce6;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .servise-description {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .servise-description {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .servise-description {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .servise-description {
    font-size: 40px;
    line-height: 40px;
  }
}
.section-paragraf {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .section-paragraf {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .section-paragraf {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .section-paragraf {
    font-size: 30px;
    line-height: 35px;
  }
}
div.block-align-left {
  text-align: left;
}
/*menu*/
.header__menu {
  display: none;
  padding-top: 200px;
  padding-left: 40px;
}
.header__menu ul li {
  margin-bottom: 15px;
}
.header__menu.responsive {
  display: block;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0%;
  right: 0;
  z-index: 8;
  background-color: #9885e6;
  opacity: 0.85;
}
.header__menu.responsive a {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
}
.header__menu.responsive a:hover {
  color: #777;
}
/*//menu*/
#map {
  height: 400px;
  width: 100%;
  margin-bottom: 0;
}
/*
 * Box-sizing-model
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Responsive images
*/
img {
  max-width: 100%;
  height: auto;
}
/*
 * Cursor change on hover on Buttons
*/
input[type="submit"] {
  cursor: pointer;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
header .top-panel {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
  background-color: #393939;
}
@media (min-width: 768px) {
  header .top-panel {
    height: 90px;
    padding-top: 10px;
  }
}
@media (min-width: 1600px) {
  header .top-panel {
    height: 130px;
  }
}
header .top-panel {
  padding-top: 0px;
}
@media (min-width: 1600px) {
  header .top-panel {
    padding-top: 10px;
  }
}
.top-panel__content {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-panel__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  color: #fff;
}
header .top-panel__contact {
  padding-top: 15px;
}
.top-panel__logo {
  padding-top: 5px;
}
.logo-text,
.logo-img {
  float: left;
  padding-top: 10px;
}
@media (min-width: 1600px) {
  .logo-text,
  .logo-img {
    padding-top: 20px;
  }
}
.logo-img {
  width: 78px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .logo-img {
    width: 90px;
  }
}
.logo-text {
  color: #fff;
  margin-left: 10px;
}
@media (min-width: 480px) {
  .logo-text {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .logo-text {
    margin-left: 25px;
  }
}
.logo-text h2 {
  font-family: 'Clear Sans Bold';
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 768px) {
  .logo-text h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .logo-text h2 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .logo-text h2 {
    font-size: 50px;
  }
}
.top-panel__contact {
  line-height: 22px;
}
.top-panel__contact a,
.top-panel__contact span {
  color: #fff;
  padding-left: 25px;
}
@media (min-width: 480px) {
  .top-panel__contact a,
  .top-panel__contact span {
    padding-left: 35px;
  }
}
@media (min-width: 1200px) {
  .top-panel__contact {
    padding-top: 10px;
  }
}
.top-panel__contact .contact-item {
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.contact-item.item-phone {
  background-image: url("../img/icons/phone.png");
}
.contact-item.item-clock {
  background-image: url("../img/icons/time.png");
}
.contact-item.item-mail {
  background-image: url("../img/icons/mail.png");
}
.order {
  overflow: hidden;
  margin-bottom: 60px;
  font-family: 'Clear Sans Bold';
  width: 100%;
  height: 500px;
  background: #9f8cee;
  background: -webkit-gradient(linear, left top, right top, color-stop(29%, #9f8cee), color-stop(76%, #86ade9));
  background: linear-gradient(to right, #9f8cee 29%, #86ade9 76%);
}
@media (min-width: 768px) {
  .order {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .order {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .order {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .order {
    height: 1000px;
  }
}
.order3 {
  margin-bottom: 0;
}
.order-content {
  position: relative;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}
@media (min-width: 768px) {
  .order-content {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .order-content {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .order-content {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .order-content {
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .order1-content {
    background-image: url("../img/bg/girl.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
  }
}
.order1-text {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 0%;
  z-index: 2;
}
@media (min-width: 768px) {
  .order1-text {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .order1-text {
    top: 18%;
  }
}
.order-head {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .order-head {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .order-head {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .order-head {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (min-width: 1600px) {
  .order-head {
    font-size: 60px;
    line-height: 60px;
  }
}
.order p.servise-description {
  color: #fff;
  margin-bottom: 80px;
}
.order3 p.servise-description {
  margin-bottom: 50px;
}
@media (min-width: 850px) {
  .order3 p.servise-description {
    margin-bottom: 70px;
  }
}
/**белая кнопка***/
.button-white {
  width: 304px;
  height: 80px;
  border-radius: 10px;
  background-color: #f9ebcc;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .button-white {
    width: 424px;
    height: 100px;
  }
}
.button-white:hover {
  background-color: transparent;
}
.button-white a.servise-description {
  display: block;
  color: #7b8ce6;
  padding: 15px;
  margin-bottom: 0;
}
.button-white a.servise-description:hover {
  color: #f9ebcc;
  text-decoration: none !important;
}
/*************/
@media (min-width: 768px) {
  .order2-content {
    background-image: url("../img/bg/man.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
.order2-text,
.order3-text {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 0%;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .order2-text,
  .order3-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .order2-text,
  .order3-text {
    top: 18%;
  }
}
@media (min-width: 768px) {
  .order3-content {
    background-image: url("../img/bg/girl22.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    margin-right: 0;
  }
}
@media (min-width: 922px) {
  .order3-content {
    background-image: url("../img/bg/girl2.png");
  }
}
@media (min-width: 1200px) {
  .order3-content {
    background-size: contain;
  }
}
.order3-text {
  left: -3%;
}
@media (min-width: 1600px) {
  .order3-text {
    left: 0%;
  }
}
a.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  margin-left: -12px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a.mouse_scroll {
    bottom: 2rem;
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  a.mouse_scroll {
    bottom: 4rem;
    height: 50px;
  }
}
a.mouse_scroll:active,
a.mouse_scroll:focus {
  outline: none;
}
.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}
.unu {
  margin-top: 1px;
}
.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}
.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}
.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}
.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  -webkit-transform: none;
          transform: none;
  border: 2px solid white;
  top: 170px;
  display: none;
}
@media (min-width: 768px) {
  .mouse {
    display: block;
  }
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid white;
  border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/***********************************/
/* Стили для содержимого popup окна */
input,
textarea {
  color: #000;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 5px;
  width: 100%;
  line-height: 1.5;
}
input:focus {
  border-color: #808080;
  outline: none;
}
textarea:focus {
  border-color: #808080;
  outline: none;
}
/* Окно */
.overlay_popup {
  /*display: block;*/
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}
.popup {
  /* display: none;*/
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .popup {
    display: block;
    width: 45%;
  }
}
.popup2 {
  display: none;
  /*display: block;*/
  position: relative;
  z-index: 10002;
  margin: 0 25% 0 25%;
  width: 50%;
}
.object.mobile-form {
  padding-top: 40px;
  width: 90%;
  -webkit-box-shadow: 0px 0px 16px -3px #000000;
          box-shadow: 0px 0px 16px -3px #000000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border-radius: 15px;
  text-align: center;
}
/* Ещё немного стилей для popup окна */
.object2,
.object {
  width: 90%;
  text-align: center;
  border-radius: 18px;
  background-color: #fff;
  padding: 10px;
}
.object2 p,
.object p {
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .object2,
  .object {
    display: block;
    width: 100%;
    padding: 20px 15px 20px;
  }
}
@media (min-width: 992px) {
  .object2,
  .object {
    padding: 30px 15px 20px;
  }
}
@media (min-width: 1600px) {
  .object2,
  .object {
    padding: 60px 25px 30px;
  }
}
.object2 input[type="text"],
.object2 input[type="submit"],
.object input[type="text"],
.object input[type="submit"] {
  display: block;
  width: 95%;
  padding: 6px;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: #e3e3e3;
  color: #000;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .object2 input[type="text"],
  .object2 input[type="submit"],
  .object input[type="text"],
  .object input[type="submit"] {
    margin-bottom: 12px;
    padding: 12px;
  }
}
@media (min-width: 992px) {
  .object2 input[type="text"],
  .object2 input[type="submit"],
  .object input[type="text"],
  .object input[type="submit"] {
    margin-bottom: 12px;
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .object2 input[type="text"],
  .object2 input[type="submit"],
  .object input[type="text"],
  .object input[type="submit"] {
    margin-bottom: 24px;
  }
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 992px) {
  input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}
label.subscribe {
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  label.subscribe {
    font-size: 12px;
  }
}
.object2 input[type="submit"],
.object input[type="submit"] {
  background: #9f8cee;
  background: -webkit-gradient(linear, left top, right top, color-stop(29%, #9f8cee), color-stop(76%, #86ade9));
  background: linear-gradient(to right, #9f8cee 29%, #86ade9 76%);
  outline: none !important;
}
.object2 input[type="submit"]:hover,
.object input[type="submit"]:hover {
  background-color: -webkit-linear-gradient(left, #86ade9 29%, #86ade9 76%);
  background: -webkit-gradient(linear, left top, right top, color-stop(29%, #86ade9), color-stop(76%, #86ade9));
  background: linear-gradient(to right, #86ade9 29%, #86ade9 76%);
  font-weight: 700;
}
.object2 input[type="submit"]:active,
.object input[type="submit"]:active {
  background-color: #86ace9;
  opacity: 0.5;
  font-weight: 400;
}
label.error {
  font-size: 12px;
  color: red;
}
/*окно благодарность*/
.contact-form__success {
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  line-height: 34px;
  width: 100%;
  height: auto;
  background-color: #f3f8fb;
  color: #333333;
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#answer {
  font-size: 0;
}
/*крестик закрыть окно*/
#form-close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #aac4d4;
  font-size: 24px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
#form-close:hover {
  color: #949bec;
}
.button-basic {
  display: block;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: #e3e3e3;
  color: #000;
  margin-top: 40px;
  background: #9f8cee;
  background: -webkit-gradient(linear, left top, right top, color-stop(29%, #9f8cee), color-stop(76%, #86ade9));
  background: linear-gradient(to right, #9f8cee 29%, #86ade9 76%);
  outline: none !important;
}
.button-basic:hover {
  background-color: #86acef;
}
.button-basic a {
  display: block;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  color: #000;
  text-decoration: none !important;
}
/*второе окно формы*/
.object2 {
  max-width: 600px;
  width: 60%;
  background-color: #fff;
}
.object2 {
  width: 90%;
  height: auto;
  text-align: center;
  background-color: #fff;
  position: fixed;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (min-width: 800px) {
  .object2 {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .object2 {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .object2 {
    width: 600px;
  }
}
header.thank {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #87abe9;
  background-image: url("../img/bg/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.thank-text {
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  text-align: center;
}
.thank-text__content {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.thank-text__content h3 {
  color: #fff;
  font-family: 'Clear Sans Bold';
  margin-bottom: 40px;
  font-size: 40px;
}
.thank-text__content p a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  text-align: left;
}
.thank-text__content p a a:hover {
  color: #777;
}
.cmn-toggle-switch {
  display: block;
  overflow: hidden;
  top: 25px;
  right: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 16;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 5px;
  background: #fff;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -12px;
}
.cmn-toggle-switch span::after {
  bottom: -12px;
}
/**
 * Style 2
 */
.cmn-toggle-switch__htx {
  background-color: transparent;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
/* active state*/
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
header {
  width: 100%;
  height: 100vh;
  background-color: blue;
  position: relative;
  margin-bottom: 100px;
}
.header_block {
  padding-top: 80px;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header_block-content {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .header_block-content {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .header_block-content {
    width: 80%;
  }
}
.header-title {
  width: 100%;
}
@media (min-width: 768px) {
  .header-title {
    width: 48%;
  }
}
.header-title h1 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-family: 'Clear Sans Bold';
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-title h1 {
    text-align: left;
    font-size: 46px;
  }
}
@media (min-width: 900px) {
  .header-title h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (min-width: 992px) {
  .header-title h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .header-title h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (min-width: 1600px) {
  .header-title h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.aboutus {
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.aboutus__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutus__block-item {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (min-width: 480px) {
  .aboutus__block-item {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .aboutus__block-item {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .aboutus__block-item {
    width: 19%;
  }
}
.aboutus__block-item img {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.service__block {
  width: 100%;
}
.block-img1,
.block-img3,
.block-img5,
.block-img7 {
  position: relative;
  padding-top: 35px;
}
.block-grey {
  background-color: #eee;
  padding-top: 130px;
  padding-bottom: 90px;
}
.block-img2,
.block-img4,
.block-img6,
.block-img8 {
  position: relative;
  padding-top: 80px;
}
.service__block2 {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 90px;
}
.service__block-text {
  text-align: right;
}
.servise-description {
  margin-bottom: 40px;
}
.service__block .section-paragraf {
  margin-bottom: 100px;
}
@media (min-width: 1600px) {
  .service__block .section-paragraf {
    margin-bottom: 200px;
  }
}
.button-service1,
.button-service2 {
  display: block;
  width: 320px;
  height: 98px;
  float: right;
  text-align: center;
}
@media (min-width: 480px) {
  .button-service1,
  .button-service2 {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .button-service1,
  .button-service2 {
    width: 400px;
  }
}
.button-service1:hover,
.button-service2:hover {
  background-color: #86acef;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #86acef), color-stop(66%, #86acef));
  background: linear-gradient(to right, #86acef 50%, #86acef 66%);
}
.button-service2 {
  float: left;
}
.button-center a,
.button-service1 a,
.button-service2 a {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 10px;
}
@media (min-width: 768px) {
  .button-center a,
  .button-service1 a,
  .button-service2 a {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .button-center a,
  .button-service1 a,
  .button-service2 a {
    font-size: 40px;
  }
}
.button-center a:hover,
.button-service1 a:hover,
.button-service2 a:hover {
  color: #777;
}
.button-center a:active,
.button-service1 a:active,
.button-service2 a:active {
  color: #fff;
}
.block-img1::before,
.block-img3::before,
.block-img5::before,
.block-img7::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.block-img2::before,
.block-img4::before,
.block-img6::before,
.block-img8::before {
  content: "";
  position: absolute;
  top: -130px;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.block-img1::before {
  width: 60px;
  height: 145px;
  background-image: url("../img/icons/01.png");
}
.block-img2::before {
  width: 130px;
  height: 185px;
  background-image: url("../img/icons/02.png");
}
.block-img3::before {
  width: 97px;
  height: 140px;
  background-image: url("../img/icons/03.png");
}
.block-img4::before {
  width: 111px;
  height: 135px;
  background-image: url("../img/icons/04.png");
}
.block-img5::before {
  width: 103px;
  height: 137px;
  background-image: url("../img/icons/05.png");
}
.block-img6::before {
  width: 100px;
  height: 140px;
  background-image: url("../img/icons/06.png");
}
.block-img7::before {
  width: 101px;
  height: 135px;
  background-image: url("../img/icons/07.png");
}
.block-img8::before {
  width: 101px;
  height: 140px;
  background-image: url("../img/icons/08.png");
}
.types {
  width: 100%;
  padding-top: 140px;
  text-align: center;
  padding-bottom: 100px;
}
.types-slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.types-slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.types .owl-carousel-item {
  margin: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 22px -1px #000000;
          box-shadow: 0px 1px 22px -1px #000000;
  height: 400px;
}
@media (min-width: 1200px) {
  .types .owl-carousel-item {
    height: 420px;
    padding-top: 25px;
  }
}
@media (min-width: 1500px) {
  .types .owl-carousel-item {
    height: 500px;
    padding: 25px;
    padding-top: 40px;
  }
}
.slider-text {
  font-size: 22px;
  line-height: 24px;
  color: #7b8ce6;
  font-family: 'Clear Sans Bold';
}
@media (min-width: 768px) {
  .slider-text {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .slider-text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .slider-text {
    font-size: 28px;
    line-height: 30px;
  }
}
/*положение стрелочек слайдера*/
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.owl-prev {
  left: -30px;
}
.owl-next {
  right: -30px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #a08bee;
}
/*//положение стрелочек слайдера*/
.reviews {
  padding-top: 100px;
  padding-bottom: 70px;
}
.reviews-slider {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.owl-rev-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.owl-rev-item p {
  margin-left: 25px;
  font-size: 14px;
  line-height: 16px;
  color: #7b8ce6;
}
@media (min-width: 480px) {
  .owl-rev-item p {
    margin-left: 35px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .owl-rev-item p {
    margin-left: 40px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .owl-rev-item p {
    margin-left: 48px;
  }
}
.reviews-slider-img {
  width: 60%;
}
.reviews-slider-img img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .reviews-slider-img img {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .reviews-slider-img img {
    margin-bottom: 60px;
  }
}
/*положение стрелочек слайдера*/
.reviews .owl-prev,
.owl-next {
  position: absolute;
  margin-top: -10px;
}
.reviews .owl-prev {
  left: -55px;
}
.reviews .owl-next {
  right: -55px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #000;
}
/*//положение стрелочек слайдера*/
.how-wee-work {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media (min-width: 772px) {
  .how-wee-work {
    padding-top: 120px;
  }
}
@media (min-width: 1600px) {
  .how-wee-work {
    padding-top: 180px;
  }
}
.work-list {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 32px -7px #000000;
          box-shadow: 0px 0px 32px -7px #000000;
  padding: 45px 18px;
}
@media (min-width: 768px) {
  .work-list {
    padding: 55px 70px 45px;
  }
}
.work-list-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.work-list-item p {
  font-weight: 700;
}
.button-center {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 10px;
}
@media (min-width: 768px) {
  .button-center {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .button-center {
    font-size: 40px;
  }
}
.button-center:hover {
  color: #777;
}
.button-center:active {
  color: #fff;
}
.button-center a {
  font-size: 24px;
  font-family: "Clear Sans Bold";
}
@media (min-width: 992px) {
  .button-center a {
    font-size: 30px;
  }
}
.work-list-item {
  margin-bottom: 45px;
}
.project {
  width: 100%;
}
.project-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .project-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project-block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-block-head {
    width: 50%;
    margin: auto;
  }
}
.project-block-head h2 {
  color: #949bec;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .project-block-head h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .project-block-head h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .project-block-head h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (min-width: 1600px) {
  .project-block-head h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.project-block-list {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .project-block-list {
    width: 50%;
    margin: auto;
  }
}
.project-block-list ul {
  width: 320px;
  height: 400px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 32px -7px #000000;
          box-shadow: 0px 0px 32px -7px #000000;
  padding: 30px 15px 20px;
}
@media (min-width: 768px) {
  .project-block-list ul {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .project-block-list ul {
    width: 100%;
    height: 600px;
    padding: 80px 30px 60px;
  }
}
.project-block-list ul li {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .project-block-list ul li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .project-block-list ul li {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .project-block-list ul li {
    font-size: 30px;
    line-height: 35px;
  }
}
.project-block-list ul li span {
  color: #949bec;
  margin-right: 15px;
  font-size: 12px;
}
ul.padding-top-200 {
  padding-top: 60px;
}
@media (min-width: 1200px) {
  ul.padding-top-200 {
    padding-top: 200px;
  }
}
footer {
  background-color: #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
}
@media (min-width: 1600px) {
  footer {
    height: 280px;
  }
}
footer .top-panel {
  width: 100%;
}
.logo-hidden-text {
  display: none;
}
@media (min-width: 480px) {
  .logo-hidden-text {
    display: block;
  }
}
.social,
.social a {
  color: #fff;
}
.social a:hover {
  color: #777;
}
.social-head {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .social-head {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .social-head {
    font-size: 20px;
    line-height: 22px;
  }
}
.social .fa-instagram {
  margin-right: 5px;
}
@media (min-width: 480px) {
  .social .fa-instagram {
    margin-right: 15px;
  }
}
footer .top-panel__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  footer .top-panel__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .logo-text {
  padding-top: 15px;
}
@media (min-width: 768px) {
  footer .logo-text {
    padding-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */