/****************************************************************
* @Author: Easylancer
* @Date:   x x, 2019
* @Websites: www.easylancer.ru
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff2") format("woff2"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.svg#SegoeUIRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff2") format("woff2"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype"), url("../fonts/SegoeUIBold/SegoeUIBold.svg#SegoeUIBold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ImpactRegular';
  src: url("../fonts/ImpactRegular/ImpactRegular.eot");
  src: url("../fonts/ImpactRegular/ImpactRegular.eot") format("embedded-opentype"), url("../fonts/ImpactRegular/ImpactRegular.woff2") format("woff2"), url("../fonts/ImpactRegular/ImpactRegular.woff") format("woff"), url("../fonts/ImpactRegular/ImpactRegular.ttf") format("truetype"), url("../fonts/ImpactRegular/ImpactRegular.svg#ImpactRegular") format("svg"); }

@font-face {
  font-family: 'PragmaticaCondCBold';
  src: url("../fonts/PragmaticaCondCBold/PragmaticaCondCBold.eot");
  src: url("../fonts/PragmaticaCondCBold/PragmaticaCondCBold.eot") format("embedded-opentype"), url("../fonts/PragmaticaCondCBold/PragmaticaCondCBold.woff2") format("woff2"), url("../fonts/PragmaticaCondCBold/PragmaticaCondCBold.woff") format("woff"), url("../fonts/PragmaticaCondCBold/PragmaticaCondCBold.ttf") format("truetype"), url("../fonts/PragmaticaCondCBold/PragmaticaCondCBold.svg#PragmaticaCondCBold") format("svg"); }

@font-face {
  font-family: 'PragmaticaCondensedBold';
  src: url("../fonts/PragmaticaCondensedBold/PragmaticaCondensedBold.eot");
  src: url("../fonts/PragmaticaCondensedBold/PragmaticaCondensedBold.eot") format("embedded-opentype"), url("../fonts/PragmaticaCondensedBold/PragmaticaCondensedBold.woff2") format("woff2"), url("../fonts/PragmaticaCondensedBold/PragmaticaCondensedBold.woff") format("woff"), url("../fonts/PragmaticaCondensedBold/PragmaticaCondensedBold.ttf") format("truetype"), url("../fonts/PragmaticaCondensedBold/PragmaticaCondensedBold.svg#PragmaticaCondensedBold") format("svg"); }

/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'SegoeUI', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  list-style: none;
  margin: 0; }

p.ninja {
  display: none;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fb6d3a; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h2 {
  font-size: 36px; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a.btn {
  display: block;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fb6d3a;
  -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19); 
          position: relative;
          overflow: hidden;
        }

a.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

a.btn:active {
  background-color: #fd5519; }

a.btn img {
  margin-left: 10px; }

  a.btn:after{
  content: "";
  margin-left: 60px;
  width: 10px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;

}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  position: relative;
  overflow: hidden;
}

button[type="submit"]:after {
  content: "";
  margin-left: 60px;
  width: 10px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

button:active, button:focus {
  outline: none; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

@media all and (max-width: 991px) {
  .p-80 {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media all and (max-width: 575px) {
  .p-80 {
    padding-top: 30px;
    padding-bottom: 30px; } }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

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

  @keyframes slideme {
      0% {
          left: -30px;
          margin-left: 0
      }
      30%,
      to {
          left: 110%;
          margin-left: 80px
      }
  }
  
/******************  MODAL  *******************/
.modal {
  font-family: 'SegoeUI', sans-serif;
  max-width: 450px;
  width: 95%;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.modal h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px; }

.modal form {
  max-width: 80%;
  width: 100%;
  margin: 0 auto; }

@media all and (max-width: 575px) {
  .modal form {
    max-width: 100%; } }

.modal form input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 2px solid #e8ebf0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 17px; }

.modal form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

.modal form input::-moz-placeholder {
  color: #000000;
  opacity: 1; }

.modal form input::-ms-placeholder {
  color: #000000;
  opacity: 1; }

.modal form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

.modal form input::-moz-placeholder {
  color: #000000;
  opacity: 1; }

.modal form input:-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.modal form input::-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.modal form input::placeholder {
  color: #000000;
  opacity: 1; }

.modal form button {
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px auto 10px auto;
  background-color: #fb6d3a;
  -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19); }

.modal form button:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

.modal form button:active {
  background-color: #fd5519; }

.modal form button img {
  margin-left: 10px; }

  /*************  about map  **************/
  #about .map .map_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #879c40;
    padding: 5px; }

  @media all and (max-width: 767px) {
    #about .map .map_main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      padding: 10px; } }

  #about .map .map_main p {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-right: 15px; }

  @media all and (max-width: 767px) {
    #about .map .map_main p {
      font-size: 22px;
      line-height: 28px;
      margin: 0 auto 5px auto; } }

  #about .map .map_main img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 206px;
    height: auto; }  
  
/*********************  HEADER  ************************/
header .header_top {
  padding-top: 10px;
  padding-bottom: 7px; }

@media all and (max-width: 767px) {
  header .header_top {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media all and (max-width: 991px) {
  header .header_top .header_logo {
    margin-bottom: 15px; } }

@media all and (max-width: 767px) {
  header .header_top .header_logo {
    margin-bottom: 10px; } }

header .header_top .header_logo .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media all and (max-width: 767px) {
  header .header_top .header_logo .logo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media all and (max-width: 1199px) {
  header .header_top .header_logo .logo a.main_logo {
    margin-right: 15px; } }

header .header_top .header_logo .logo a.main_logo img {
  width: 260px;
  height: auto; }

@media all and (max-width: 575px) {
  header .header_top .header_logo .logo a.main_logo img {
    width: 240px; } }

header .header_top .header_logo .logo p {
  max-width: 240px;
  width: 100%;
  font-size: 22px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fb6d3a;
  font-family: 'PragmaticaCondCBold', sans-serif; }

@media all and (max-width: 1199px) {
  header .header_top .header_logo .logo p {
    font-size: 20px; } }

@media all and (max-width: 767px) {
  header .header_top .header_logo .logo p {
    max-width: 100%;
    text-align: center;
    margin: 10px auto 0 auto; } }

header .header_top .header_logo .logo .header_burger {
  position: relative;
  display: none; }

@media all and (max-width: 767px) {
  header .header_top .header_logo .logo .header_burger {
    display: block; } }

header .header_top .header_logo .logo .header_burger .burger_button {
  position: relative;
  top: 0px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20; }

header .header_top .header_logo .logo .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #400260;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header .header_top .header_logo .logo .header_burger .burger_button span:nth-child(1) {
  top: 4px; }

header .header_top .header_logo .logo .header_burger .burger_button span:nth-child(2) {
  top: 12px; }

header .header_top .header_logo .logo .header_burger .burger_button span:nth-child(3) {
  top: 20px; }

header .header_top .header_logo .logo .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

header .header_top .header_logo .logo .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

header .header_top .header_logo .logo .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

header .header_top .header_logo .logo .header_burger .menu_toggle {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 10;
  padding-top: 50px; }

header .header_top .header_logo .logo .header_burger .menu_toggle ul li a {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #fb6d3a; }

@media all and (max-width: 767px) {
  header .header_top .header_phone .main_phone {
    width: 210px;
    margin: 0 auto 10px auto; } }

header .header_top .header_phone .main_phone .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

header .header_top .header_phone .main_phone .phone div img {
  margin-right: 10px; }

header .header_top .header_phone .main_phone .phone a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  display: block;
  text-align: right; }

header .header_top .header_phone .main_phone a.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  color: #fb6d3a;
  text-decoration: underline;
  margin-top: 3px; }

header .header_top .header_phone .main_phone a.email img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }

header .header_top .header_contacts .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

header .header_top .header_contacts .contacts p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #6f6f6f;
  margin-bottom: 3px; }

header .header_top .header_contacts .contacts p img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }

header .header_top .header_contacts .contacts .social a {
  margin-left: 20px; }

header .header_top .header_contacts .contacts .social a:hover {
  opacity: .8; }

header .header_main {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/himia/1_1.jpg");
  padding-top: 170px;
  padding-bottom: 150px; }

@media all and (max-width: 1199px) {
  header .header_main {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media all and (max-width: 767px) {
  header .header_main {
    padding-top: 40px;
    padding-bottom: 40px; } }

header .header_main .header_slogan .slogan {
  padding-right: 50px; }

@media all and (max-width: 991px) {
  header .header_main .header_slogan .slogan {
    padding-right: 0; } }

header .header_main .header_slogan .slogan h1 {
  font-family: 'PragmaticaCondCBold', sans-serif;
  font-size: 88px;
  line-height: 120px;
  text-transform: uppercase;
  color: #400260;
  text-align: right; }

@media all and (max-width: 1199px) {
  header .header_main .header_slogan .slogan h1 {
    font-size: 70px; } }

@media all and (max-width: 991px) {
  header .header_main .header_slogan .slogan h1 {
    font-size: 60px; } }

@media all and (max-width: 767px) {
  header .header_main .header_slogan .slogan h1 {
    text-align: center;
    line-height: 60px; } }

@media all and (max-width: 575px) {
  header .header_main .header_slogan .slogan h1 {
    font-size: 40px; } }

header .header_main .header_slogan .slogan h1 span {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px; }

@media all and (max-width: 991px) {
  header .header_main .header_slogan .slogan h1 span {
    padding-left: 10px;
    padding-right: 10px; } }

header .header_main .header_slogan .slogan h1 span:nth-child(1) {
  width: 90%; }

header .header_main .header_slogan .slogan p {
  font-family: 'PragmaticaCondCBold', sans-serif;
  font-size: 40px;
  line-height: 80px;
  color: #85c600;
  background-color: #fff;
  display: inline-block;
  text-align: right;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  float: right; }

@media all and (max-width: 991px) {
  header .header_main .header_slogan .slogan p {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px; } }

@media all and (max-width: 767px) {
  header .header_main .header_slogan .slogan p {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    float: none; } }

@media all and (max-width: 575px) {
  header .header_main .header_slogan .slogan p {
    font-size: 30px; } }

@media all and (max-width: 767px) {
  header .header_main .header_form {
    margin-top: 20px; } }

header .header_main .header_form .form {
  max-width: 360px;
  width: 100%; }

@media all and (max-width: 767px) {
  header .header_main .header_form .form {
    margin: 0 auto; } }

header .header_main .header_form .form .title {
  background-color: #400260;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  position: relative; }

header .header_main .header_form .form .title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #400260;
  border-width: 10px;
  margin-left: -10px; }

header .header_main .header_form .form .title h3 {
  font-size: 22px;
  font-family: 'PragmaticaCondensedBold', sans-serif;
  text-align: center;
  color: #fff; }

header .header_main .header_form .form form {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px; }

header .header_main .header_form .form form input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 2px solid #e8ebf0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 17px; }

header .header_main .header_form .form form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form input::-moz-placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form input::-ms-placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form input::-moz-placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form input:-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form input::-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form input::placeholder {
  color: #000000;
  opacity: 1; }

header .header_main .header_form .form form button {
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 250px;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto 0 auto;
  background-color: #fb6d3a;
  -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19); }

header .header_main .header_form .form form button:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

header .header_main .header_form .form form button:active {
  background-color: #fd5519; }

header .header_main .header_form .form form button img {
  margin-left: 10px; }

/********************  about  **********************/
#about {
  background-color: #f5f5f5;
  padding-top: 130px;
  padding-bottom: 30px; }

@media all and (max-width: 991px) {
  #about {
    padding-top: 100px; } }

@media all and (max-width: 767px) {
  #about {
    padding-top: 40px; } }

#about .about_main {
  position: relative; }

#about .about_main h2 {
  font-family: 'PragmaticaCondCBold', sans-serif;
  font-size: 150px;
  line-height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  text-shadow: -0   -1px 1px #390960, 0   -1px 1px #390960, -0    1px 1px #390960, 0    1px 1px #390960, -1px -0   1px #390960, 1px -0   1px #390960, -1px  0   1px #390960, 1px  0   1px #390960, -1px -1px 1px #390960, 1px -1px 1px #390960, -1px  1px 1px #390960, 1px  1px 1px #390960, -1px -1px 1px #390960, 1px -1px 1px #390960, -1px  1px 1px #390960, 1px  1px 1px #390960; }

@media all and (max-width: 1199px) {
  #about .about_main h2 {
    font-size: 130px; } }

@media all and (max-width: 991px) {
  #about .about_main h2 {
    font-size: 100px; } }

@media all and (max-width: 767px) {
  #about .about_main h2 {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px; } }

#about .about_main .row {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media all and (max-width: 767px) {
  #about .about_main .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#about .about_main .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.66667%;
      -ms-flex: 0 0 20.66667%;
          flex: 0 0 20.66667%;
  max-width: 20.66667%;
  margin-bottom: 50px; }

@media all and (max-width: 767px) {
  #about .about_main .box {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%; } }

@media all and (max-width: 575px) {
  #about .about_main .box {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

#about .about_main .box_inner span {
  font-family: 'ImpactRegular', sans-serif;
  font-size: 48px;
  line-height: 36px;
  color: #400260;
  margin-bottom: 30px;
  display: block; }

@media all and (max-width: 1199px) {
  #about .about_main .box_inner span {
    font-size: 40px; } }

@media all and (max-width: 991px) {
  #about .about_main .box_inner span {
    font-size: 30px; } }

@media all and (max-width: 767px) {
  #about .about_main .box_inner span {
    margin-bottom: 20px; } }

@media all and (max-width: 575px) {
  #about .about_main .box_inner span {
    text-align: center; } }

#about .about_main .box_inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#about .about_main .box_inner div img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }

#about .about_main .box_inner div p {
  line-height: 20px; }

@media all and (max-width: 991px) {
  #about .about_main .box_inner div p {
    font-size: 12px; } }

@media all and (max-width: 767px) {
  #about .about_main .box_inner div p {
    font-size: 14px; } }

/********************  banner_one  *******************/
#banner_one {
  padding-top: 60px;
  padding-bottom: 40px; }

#banner_one .banner_main {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/lift/2.jpg");
  min-height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 50px;
  padding-right: 50px; }

@media all and (max-width: 767px) {
  #banner_one .banner_main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px; } }

#banner_one .banner_main .content {
  text-align: center;
  max-width: 420px;
  width: 100%;
  color: #fff; }

#banner_one .banner_main .content h2 {
  font-family: 'PragmaticaCondCBold', sans-serif;
  text-transform: uppercase; }

#banner_one .banner_main .content p {
  margin-bottom: 30px; }

#banner_one .banner_main .content a {
  max-width: 290px;
  height: 58px;
  margin: 0 auto; }

@media all and (max-width: 575px) {
  #banner_one .banner_main .content a {
    font-size: 12px; } }

/********************  reason  ********************/
#reason {
  padding-top: 40px;
  padding-bottom: 50px; }

@media all and (max-width: 767px) {
  #reason {
    padding-top: 20px;
    padding-bottom: 40px; } }

#reason h2 {
  margin-bottom: 60px;
  font-family: 'PragmaticaCondensedBold', sans-serif; }

@media all and (max-width: 767px) {
  #reason h2 {
    text-align: center;
    line-height: 46px;
    margin-bottom: 40px; } }

#reason .box {
  margin-bottom: 30px; }

#reason .box .box_inner .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px; }

@media all and (max-width: 575px) {
  #reason .box .box_inner .img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#reason .box .box_inner .img img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 5px; }

#reason .box .box_inner .img span {
  font-family: 'ImpactRegular', sans-serif;
  font-size: 48px;
  line-height: 40px;
  color: #fb6d3a; }

#reason .box .box_inner p {
  font-size: 18px;
  line-height: 30px; }

@media all and (max-width: 1199px) {
  #reason .box .box_inner p {
    font-size: 16px;
    line-height: 24px; } }

/**********************  price  *******************/
#price {
  padding-bottom: 170px; }

@media all and (max-width: 767px) {
  #price {
    padding-bottom: 40px; } }

#price .price_main {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/himia/7.jpg");
  padding-top: 60px;
  position: relative;
  height: 440px; }

@media all and (max-width: 767px) {
  #price .price_main {
    height: auto;
    padding-top: 0px; } }

#price .price_main h2 {
  font-family: 'PragmaticaCondCBold', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.72);
  max-width: 810px;
  width: 100%;
  margin: 0 auto 0 auto; }

@media all and (max-width: 1199px) {
  #price .price_main h2 {
    font-size: 40px; } }

@media all and (max-width: 767px) {
  #price .price_main h2 {
    font-size: 36px;
    line-height: 44px;
    padding: 5px; } }

#price .price_main .box {
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 100px 30px 100px;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto; }

@media all and (max-width: 767px) {
  #price .price_main .box {
    position: relative;
    bottom: 0;
    padding: 20px; } }

#price .price_main .box h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }

#price .price_main .box p {
  font-size: 18px;
  line-height: 30px;
  color: #6e6f70;
  margin-bottom: 5px; }

@media all and (max-width: 575px) {
  #price .price_main .box p {
    font-size: 16px;
    line-height: 20px; } }

#price .price_main .box p span {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  display: block; }

@media all and (max-width: 575px) {
  #price .price_main .box p span {
    line-height: 40px; } }

#price .price_main .box .price {
  font-size: 55px;
  font-family: 'ImpactRegular', sans-serif;
  color: #85c600;
  margin-bottom: 5px; }

@media all and (max-width: 575px) {
  #price .price_main .box .price {
    font-size: 48px; } }

#price .price_main .box a.btn {
  max-width: 254px;
  height: 56px;
  margin: 0 auto; }

/********************  seo  ********************/
#seo {
  background-color: #f5f5f5;
  padding-top: 100px; }

@media all and (max-width: 991px) {
  #seo {
    padding-bottom: 40px; } }

@media all and (max-width: 767px) {
  #seo {
    padding-top: 40px; } }

#seo .seo_main .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }

@media all and (max-width: 575px) {
  #seo .seo_main .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 30px; } }

#seo .seo_main .box:nth-child(2n) img {
  margin-right: 0;
  margin-left: 20px; }

#seo .seo_main .box img {
  margin-right: 20px; }

@media all and (max-width: 767px) {
  #seo .seo_main .box img {
    width: 200px; } }

@media all and (max-width: 575px) {
  #seo .seo_main .box img {
    display: none; } }

#seo .seo_main .box p {
  line-height: 36px;
  max-width: 740px;
  width: 100%; }

@media all and (max-width: 767px) {
  #seo .seo_main .box p {
    font-size: 14px;
    line-height: 22px; } }

#seo .seo_main .box p strong {
  font-size: 20px; }

@media all and (max-width: 767px) {
  #seo .seo_main .box p strong {
    font-size: 18px; } }

#seo .check {
  background-color: #400260;
  -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19);
  padding: 25px 50px 20px 50px;
  margin-top: 100px;
  margin-bottom: -70px;
  position: relative; }

@media all and (max-width: 991px) {
  #seo .check {
    margin-bottom: 0; } }

@media all and (max-width: 767px) {
  #seo .check {
    margin-top: 0; } }

#seo .check h2 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PragmaticaCondCBold', sans-serif;
  margin-bottom: 25px; }

#seo .check .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

@media all and (max-width: 991px) {
  #seo .check .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#seo .check .form form input {
  font-size: 18px;
  font-weight: 700;
  max-width: 350px;
  width: 100%;
  height: 54px;
  padding-left: 20px;
  margin-bottom: 10px;
  border: none; }

@media all and (max-width: 1199px) {
  #seo .check .form form input {
    max-width: 260px; } }

#seo .check .form form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form input::-moz-placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form input::-ms-placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form input::-moz-placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form input:-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form input::-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form input::placeholder {
  color: #000000;
  opacity: 1; }

#seo .check .form form button {
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 250px;
  width: 100%;
  height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-left: 20px;
  background-color: #fb6d3a;
  -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.19); }

@media all and (max-width: 991px) {
  #seo .check .form form button {
    margin: 0 auto;
    max-width: 260px; } }

#seo .check .form form button:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

#seo .check .form form button:active {
  background-color: #fd5519; }

#seo .check .form form button img {
  margin-left: 10px; }

#seo .check .form form p.ninja {
  width: 100%; }

/**********************  need  *********************/
#need {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 60px; }

@media all and (max-width: 991px) {
  #need {
    padding-top: 40px;
    padding-bottom: 40px; } }

#need h2 {
  font-family: 'PragmaticaCondCBold', sans-serif;
  margin-bottom: 5px; }

@media all and (max-width: 767px) {
  #need h2 {
    text-align: center;
    line-height: 44px; } }

#need .subtitle {
  margin-bottom: 45px; }

@media all and (max-width: 767px) {
  #need .subtitle {
    text-align: center; } }

#need .subtitle p {
  font-size: 18px; }

#need .need_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

#need .box {
  padding: 25px 24px;
  border: 2px solid #400260;
  width: 23%;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
  margin: 6px 6px; }

@media all and (max-width: 991px) {
  #need .box {
    padding: 10px;
    height: 250px; } }

@media all and (max-width: 767px) {
  #need .box {
    padding: 10px;
    height: 250px;
    width: 45%; } }

@media all and (max-width: 575px) {
  #need .box {
    height: 200px; } }

#need .box:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

#need .box:hover h6 {
  color: #fff; }

#need .box .img {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }

@media all and (max-width: 575px) {
  #need .box .img {
    visibility: visible;
    opacity: 1; } }

#need .box span {
  font-family: 'ImpactRegular', sans-serif;
  font-size: 22px;
  color: #fb6d3a;
  margin-bottom: 40px;
  display: block;
  position: relative; }

@media all and (max-width: 575px) {
  #need .box span {
    margin-bottom: 20px; } }

#need .box h6 {
  font-size: 18px;
  font-weight: 700;
  color: #400260;
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

@media all and (max-width: 575px) {
  #need .box h6 {
    font-size: 14px;
    color: #fff; } }

/*********************  forensics  ********************/
#forensics {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 80px; }

@media all and (max-width: 767px) {
  #forensics {
    padding-top: 40px;
    padding-bottom: 40px; } }

#forensics .seo p {
  line-height: 30px;
  margin-bottom: 20px; }

@media all and (max-width: 767px) {
  #forensics .seo p {
    text-align: center; } }

#forensics .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  background-color: #fff; }

@media all and (max-width: 767px) {
  #forensics .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

#forensics .info .img {
  font-size: 24px;
  line-height: 48px;
  font-family: 'PragmaticaCondCBold', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #4f0775;
  text-align: center;
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media all and (max-width: 767px) {
  #forensics .info .img {
    width: 100%;
    height: auto;
    line-height: 34px;
    padding: 10px; } }

@media all and (max-width: 575px) {
  #forensics .info .img {
    font-size: 20px;
    line-height: 28px; } }

#forensics .info .img:after {
  position: absolute;
  content: '';
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/lift/icon_14.png");
  width: 180px;
  height: 180px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media all and (max-width: 767px) {
  #forensics .info .img:after {
    display: none; } }

#forensics .info .img:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #400260;
  border-width: 15px;
  margin-top: -15px; }

@media all and (max-width: 767px) {
  #forensics .info .img:before {
    display: none; } }

#forensics .info .content {
  padding-left: 60px;
  padding-right: 20px; }

@media all and (max-width: 767px) {
  #forensics .info .content {
    padding: 20px; } }

#forensics .info .content ul {
  max-width: 640px;
  width: 100%; }

#forensics .info .content ul li {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 15px; }

@media all and (max-width: 991px) {
  #forensics .info .content ul li {
    font-size: 14px;
    line-height: 20px; } }

#forensics .info .content ul li:after {
  position: absolute;
  content: '';
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/lift/icon_15.png");
  width: 26px;
  height: 24px;
  top: 0;
  left: 0; }

/*******************  consultation  *********************/
#consultation {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/common/18new.jpg");
  padding-top: 25px;
  padding-bottom: 25px; }

#consultation h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

#consultation p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px; }

#consultation .phone {
  margin-bottom: 25px; }

#consultation .phone a {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700; }

#consultation a.btn {
  max-width: 255px;
  height: 57px;
  margin: 0 auto; }

/**********************  questions  *********************/
#questions {
  padding-top: 60px;
  padding-bottom: 40px; }

@media all and (max-width: 767px) {
  #questions {
    padding-top: 40px;
    padding-bottom: 20px; } }

#questions h2 {
  font-family: 'PragmaticaCondCBold', sans-serif;
  margin-bottom: 40px; }

@media all and (max-width: 767px) {
  #questions h2 {
    text-align: center;
    line-height: 44px; } }

#questions .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

#questions .box .box_inner {
  border: 2px solid #e2e1e6;
  height: 256px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 15px; }

@media all and (max-width: 767px) {
  #questions .box .box_inner {
    height: 220px; } }

#questions .box .box_inner img {
  margin: 0 auto;
  display: block;
  height: 87px;
  width: 87px; }

#questions .box .box_inner h6 {
  font-size: 17px;
  font-weight: 700; }

/***********************  opinion  ********************/
#opinion {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px; }

@media all and (max-width: 767px) {
  #opinion {
    padding-top: 40px;
    padding-bottom: 40px; } }

#opinion .title p {
  font-size: 18px;
  line-height: 30px; }

#opinion .achting {
  border: 2px solid #c00208;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  margin-top: 30px;
  margin-bottom: 30px; }

@media all and (max-width: 767px) {
  #opinion .achting {
    padding: 20px; } }

#opinion .achting p {
  font-size: 30px;
  line-height: 36px;
  font-family: 'PragmaticaCondCBold', sans-serif;
  color: #c00208; }

@media all and (max-width: 767px) {
  #opinion .achting p {
    font-size: 24px;
    line-height: 30px; } }

#opinion .free p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px; }

#opinion .free p span {
  text-transform: uppercase;
  display: block;
  font-weight: 700; }

#opinion .free .phone a {
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #000; }

  /*********************  testimonials  *********************/
  #testimonials {
    padding-top: 50px;
    padding-bottom: 80px; }

  @media all and (max-width: 767px) {
    #testimonials {
      padding-top: 40px;
      padding-bottom: 60px; } }

  #testimonials h2 {
    font-family: 'PragmaticaCondensedBold', sans-serif;
    margin-bottom: 35px; }

  @media all and (max-width: 767px) {
    #testimonials h2 {
      text-align: center;
      line-height: 44px; } }

  #testimonials .testimonials_slider {
    max-width: 770px;
    width: 100%;
    margin: 0 auto; }

  @media all and (max-width: 767px) {
    #testimonials .testimonials_slider {
      padding-bottom: 50px; } }

  #testimonials .testimonials_slider .slide {
    padding-left: 1px;
    padding-right: 1px; }

  #testimonials .testimonials_slider .slide .slide_inner {
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 32px 40px;
    border: 8px solid #400260;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    position: relative; }

  @media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slide .slide_inner {
      padding: 20px; } }

  #testimonials .testimonials_slider .slide .slide_inner .item {
    position: absolute;
    top: 100%;
    left: 88px;
    width: 56px;
    height: 80px;
    overflow: hidden;
    background-color: #fff; }

  #testimonials .testimonials_slider .slide .slide_inner .item:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #400260;
    width: 136px;
    height: 10px;
    top: 29px;
    left: -42px;
    -webkit-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    transform: rotate(52deg); }

  #testimonials .testimonials_slider .slide .slide_inner .name {
    position: absolute;
    bottom: -58px;
    left: 185px; }

  @media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slide .slide_inner p {
      font-size: 14px;
      line-height: 20px; } }

  #testimonials .testimonials_slider .slide .slide_inner .stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 15px; }

  #testimonials .testimonials_slider .slide .slide_inner .stars img {
    width: 24px;
    height: 24px; }

  #testimonials .testimonials_slider .slick-prev, #testimonials .testimonials_slider .slick-next {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 30%;
    margin: auto;
    cursor: pointer;
    width: 36px;
    height: 36px;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: #400260; }

  @media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slick-prev, #testimonials .testimonials_slider .slick-next {
      top: auto;
      bottom: 0; } }

  #testimonials .testimonials_slider .slick-prev:hover, #testimonials .testimonials_slider .slick-next:hover {
    background-color: #fb6d3a; }

  #testimonials .testimonials_slider .slick-prev {
    background-image: url("../img/icon_21_1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 11px 11px;
            background-size: 11px;
    left: -90px; }

  @media all and (max-width: 991px) {
    #testimonials .testimonials_slider .slick-prev {
      left: -20px; } }

  @media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slick-prev {
      left: 33%; } }

  #testimonials .testimonials_slider .slick-next {
    background-image: url("../img/icon_20_1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 11px 11px;
            background-size: 11px;
    right: -90px; }

  @media all and (max-width: 991px) {
    #testimonials .testimonials_slider .slick-next {
      right: -20px; } }

  @media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slick-next {
      right: 33%; } }

  #testimonials .mejs__overlay-button {
    background-image: url("../img/mejs-controls.svg"); }

  #testimonials .mejs__overlay-loading-bg-img {
    background-image: url("../img/mejs-controls.svg"); }

  #testimonials .mejs__button > button {
    background-image: url("../img/mejs-controls.svg"); }

/*********************  recommend  *******************/
#recommend {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px; }

#recommend h2 {
  font-size: 22px;
  line-height: 32px;
  font-family: 'PragmaticaCondensedBold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px; }

@media all and (max-width: 575px) {
  #recommend h2 {
    margin-bottom: 10px; } }

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

@media all and (max-width: 991px) {
  #recommend .recommend_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

#recommend .recommend_main .box {
  width: 360px;
  min-height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media all and (max-width: 991px) {
  #recommend .recommend_main .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media all and (max-width: 575px) {
  #recommend .recommend_main .box {
    max-width: 360px;
    width: 100%; } }

#recommend .recommend_main .box:nth-child(2) {
  display: block; }

#recommend .recommend_main .box:nth-child(3) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media all and (max-width: 991px) {
  #recommend .recommend_main .box:nth-child(3) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#recommend .recommend_slider .slide .slide_inner {
  margin: 0 auto;
  text-align: center;
  width: 260px;
  height: 260px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#recommend .recommend_slider .slide .slide_inner img {
  display: block;
  margin: 0 auto; }

#recommend .recommend_slider .slide .slide_inner p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #262e52;
  text-align: center; }

#recommend .recommend_slider .slick-prev-1, #recommend .recommend_slider .slick-next-1 {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: #400260; }

#recommend .recommend_slider .slick-prev-1:hover, #recommend .recommend_slider .slick-next-1:hover {
  background-color: #fb6d3a; }

#recommend .recommend_slider .slick-prev-1 {
  background-image: url("/images/lift/icon_21.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px;
  left: 0%; }

#recommend .recommend_slider .slick-next-1 {
  background-image: url("/images/lift/icon_20.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px;
  right: 0; }

/***********************  footer  *********************/
#footer {
  background-color: #400260;
  padding-bottom: 20px; }

@media all and (max-width: 991px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px; } }

#footer .footer_contacts .contacts {
  max-width: 410px;
  width: 100%;
  float: right;
  padding-top: 15px;
  padding-right: 40px; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts {
    float: none;
    margin: 0 auto;
    padding-right: 0; } }

#footer .footer_contacts .contacts h2 {
  font-family: 'PragmaticaCondCBold', sans-serif;
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  max-width: 410px;
  width: 100%;
  margin-bottom: 40px; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts h2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px; } }

#footer .footer_contacts .contacts .box {
  background-color: #fff;
  padding: 20px 35px;
  position: relative; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts .box {
    margin-bottom: 10px; } }

#footer .footer_contacts .contacts .box:after {
  position: absolute;
  content: '';
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/lift/22.png");
  width: 203px;
  height: 272px;
  right: -201px;
  bottom: -0.8px;
  z-index: 10; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts .box:after {
    display: none; } }

#footer .footer_contacts .contacts .box img.logo {
  width: 280px;
  height: auto;
  margin-bottom: 15px; }

#footer .footer_contacts .contacts .box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 13px; }

#footer .footer_contacts .contacts .box p img {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

#footer .footer_contacts .contacts .box a.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #fb6d3a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px; }

#footer .footer_contacts .contacts .box a.email img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }

#footer .footer_contacts .contacts .box .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

#footer .footer_contacts .contacts .box .phone img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }

#footer .footer_contacts .contacts .box .phone a {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #262e52;
  margin-bottom: 4px;
  text-align: right; }

#footer .footer_map {
  padding-right: 0; }

@media all and (max-width: 991px) {
  #footer .footer_map {
    padding-left: 0; } }

#footer .footer_map .map {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/lift/23.jpg");
  height: 516px; }

@media all and (max-width: 767px) {
  #footer .footer_map .map {
    height: 300px; } }

#footer .footer_menu {
  margin-top: 25px;
  margin-bottom: 10px; }

#footer .footer_menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 991px) {
  #footer .footer_menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

#footer .footer_menu .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55%;
  margin-right: 150px; }

@media all and (max-width: 1199px) {
  #footer .footer_menu .menu ul {
    width: 65%; } }

@media all and (max-width: 991px) {
  #footer .footer_menu .menu ul {
    width: 100%;
    margin: 0 auto 20px auto; } }

@media all and (max-width: 575px) {
  #footer .footer_menu .menu ul {
    display: none; } }

#footer .footer_menu .menu ul li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

@media all and (max-width: 767px) {
  #footer .footer_menu .menu ul li a {
    font-size: 10px; } }

#footer .footer_menu .menu ul li a:hover {
  color: #fb6d3a; }

#footer .footer_menu .menu a.btn {
  max-width: 210px;
  height: 40px; }

#footer .footer_pay p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px; }

@media all and (max-width: 767px) {
  #footer .footer_pay p {
    text-align: center; } }

#footer .footer_pay img {
  display: block; }

@media all and (max-width: 767px) {
  #footer .footer_pay img {
    margin: 0 auto; } }

#footer .footer_copyright {
  padding-top: 25px; }

@media all and (max-width: 767px) {
  #footer .footer_copyright {
    text-align: center; } }

#footer .footer_copyright p {
  font-size: 12px;
  line-height: 18px;
  color: #fff; }


  /********************  banner_new  *******************/
  #banner_new {
    padding-top: 60px;
    padding-bottom: 40px; }

  #banner_new .banner_main {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/Legal.jpg");
    min-height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  @media all and (max-width: 767px) {
    #banner_new .banner_main {
      padding: 20px; } }

  #banner_new .banner_main .content {
    text-align: center;
    max-width: 550px;
    width: 100%;
    color: #fff; }

  #banner_new .banner_main .content h2 {
    font-family: 'PragmaticaCondCBold', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 55px; }

  #banner_new .banner_main .content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }

  #banner_new .banner_main .content a {
    max-width: 340px;
    height: 58px;
    margin: 15px auto 10px; }

  @media all and (max-width: 575px) {
    #banner_new .banner_main .content a {
      font-size: 12px; } }
