@font-face {
  font-family: "roboto";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }

@font-face {
  font-family: "roboto";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Roboto-Black/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black/Roboto-Black.ttf") format("truetype"); }

@font-face {
  font-family: "roboto_i";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Italic/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic/Roboto-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "Archive";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Archive/Archive.eot");
  src: url("../fonts/Archive/Archive.eot?#iefix") format("embedded-opentype"), url("../fonts/Archive/Archive.woff") format("woff"), url("../fonts/Archive/Archive.ttf") format("truetype"); }

*::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1; }

*:-moz-placeholder {
  color: #adadad;
  opacity: 1; }

*::-moz-placeholder {
  color: #adadad;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #adadad;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1;
  color: #000; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }

img {
  max-width: 100%; }

.clear {
  clear: both; }

.contain {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.out_contain {
  max-width: 1200px; }

.wrapper {
  margin: 0 auto;
  position: relative; }

header {
  background-color: #4B6396;
  padding: 15px 0;
  position: relative;
  z-index: 1; }

.h_logo {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-family: "Archive", sans-serif; }
  .h_logo span {
    font-size: 20px;
    color: #F5785A; }
  .h_logo:hover {
    color: #fff; }

.h_phone {
  color: #fff;
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  float: right; }
  .h_phone span {
    font-size: 24px;
    color: #F5785A;
    position: relative;
    top: 1px; }
  .h_phone:hover {
    color: #fff; }

.a1 .contain {
  background-image: url("../img/a1_bg.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  padding: 5% 30px; }

.a1_block {
  display: inline-block;
  vertical-align: bottom;
  width: 50%; }
  .a1_block:nth-child(2) {
    margin-left: -5px; }

.a1l_p {
  font-size: 34px;
  font-family: "Archive", sans-serif;
  color: #fff;
  background-color: rgba(75, 99, 150, 0.9);
  margin-bottom: 4px;
  padding: 5px 10px;
  display: inline-block; }
  .a1l_p span {
    color: #F5785A; }

.a1l_time {
  font-size: 18px;
  color: #fff;
  background-color: #F5785A;
  display: inline-block;
  padding: 6px 10px 6px 35px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative;
  top: -10px;
  left: 10%; }
  .a1l_time span {
    font-weight: 600; }

.a1t_img {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 20px;
  height: auto; }

.a1r_calc {
  background-color: #FFF;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  padding: 7% 7% 0 7%; }
  .a1r_calc .button1 {
    margin-top: 25px;
    margin-bottom: -60px; }

.a1r_item {
  margin-bottom: 50px; }
  .a1r_item:first-child {
    margin-bottom: 70px; }

.a1_name {
  font-size: 21px; }

.a1_wi {
  display: inline-block;
  float: right; }
  .a1_wi input {
    font-size: 21px;
    text-align: center;
    color: #fff;
    border: none;
    display: inline-block;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 10px; }
  .a1_wi span {
    color: #969696;
    font-size: 18px;
    margin-left: 5px; }

.a1s_input_orange {
  background-color: #F5785A;
  max-width: 110px; }

.a1s_input_blue {
  background-color: #4B6396;
  max-width: 50px; }

.a1_ws {
  position: relative;
  padding: 0 30px;
  margin-top: 20px; }
  .a1_ws .ui-slider {
    background: url("../img/slider_bg.jpg") repeat-x;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    border: none;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    height: 18px;
    -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1); }
  .a1_ws .ui-slider-range {
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .a1_ws .ui-slider-handle {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #FFF !important;
    top: -9px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s; }
    .a1_ws .ui-slider-handle:before {
      content: "";
      width: 10px;
      height: 10px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-border-radius: 50%;
              border-radius: 50%; }

#slider .ui-slider-handle {
  border: 3px solid #F5785A !important; }
  #slider .ui-slider-handle:before {
    background-color: #F5785A; }
  #slider .ui-slider-handle:active {
    background-color: #ddd !important;
    border: 2px solid transparent !important; }
  #slider .ui-slider-handle:hover {
    background-color: #ddd !important;
    border: 3px solid #F5785A !important; }

#slider .ui-slider-range {
  background-color: #F5785A; }

#slider2 .ui-slider-handle {
  border: 3px solid #4B6396 !important; }
  #slider2 .ui-slider-handle:before {
    background-color: #4B6396; }
  #slider2 .ui-slider-handle:active {
    background-color: #ddd !important;
    border: 2px solid transparent !important; }
  #slider2 .ui-slider-handle:hover {
    background-color: #ddd !important;
    border: 3px solid #4B6396 !important; }

#slider2 .ui-slider-range {
  background-color: #4B6396; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.s_controll, .s_controll2 {
  width: 22px;
  height: 22px;
  background-color: red;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }
  .s_controll:hover, .s_controll2:hover {
    opacity: .7; }

.s_controll {
  right: 0; }
  .s_controll:before {
    content: "+";
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.s_controll2 {
  left: 0; }
  .s_controll2:before {
    content: "-";
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.s_plus, .s_minus {
  background-color: #F5785A; }

.s_plus2, .s_minus2 {
  background-color: #4B6396; }

.a1_slider:before {
  content: attr(data-min);
  position: absolute;
  top: 25px;
  left: 0;
  color: #969696;
  font-size: 14px;
  font-family: "roboto", sans-serif; }

.a1_slider:after {
  content: attr(data-max);
  position: absolute;
  top: 25px;
  right: 0;
  color: #969696;
  font-size: 14px;
  font-family: "roboto", sans-serif; }

.a1r_result {
  color: #555555;
  text-align: center; }
  .a1r_result span {
    font-weight: 600; }

.button1 {
  border: 2px solid #fff;
  display: inline-block;
  background-color: #F5785A;
  color: #fff;
  font-size: 21px;
  font-family: "roboto", sans-serif;
  padding: 15px 25px;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -webkit-box-shadow: 0 7px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 8px -1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s; }
  .button1:hover {
    background-color: #CA644A;
    color: #fff; }
  .button1:active {
    background-color: #F5785A; }

.center {
  text-align: center; }

.a2 .contain {
  padding: 0; }

.a2_blue_block {
  position: relative;
  background-color: #4B6396;
  height: 108px; }

.a2b_arrow_hide {
  display: none;
  font-size: 24px;
  font-family: "Archive", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #F5785A;
  text-align: center;
  padding-bottom: 15px; }
  .a2b_arrow_hide span {
    display: inline-block;
    max-width: 150px;
    margin-top: 20px; }

.a2b_arrow {
  position: absolute;
  left: -2px;
  top: -10px;
  z-index: 2;
  background: url("../img/orange_arrow.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 220px;
  height: 125px;
  font-size: 24px;
  font-family: "Archive", sans-serif;
  color: #fff;
  text-align: center; }
  .a2b_arrow span {
    text-align: left;
    display: inline-block;
    max-width: 150px;
    margin-top: 20px; }

.a2b_carousel {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0px 0 0px 230px; }

.a2b_item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px; }
  .a2b_item:first-child {
    width: 36.33%; }
  .a2b_item:nth-child(2) {
    width: 32.33%;
    margin-left: -5px; }
  .a2b_item:nth-child(3) {
    width: 31.33%;
    margin-left: -5px; }

.a2b_p {
  position: relative;
  font-size: 20px; }

.a2b_p1 {
  padding-left: 100px; }

.a2b_p2 {
  padding-left: 65px; }

.a2b_p3 {
  padding-left: 65px; }

.a2b_img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.a2b_img1 {
  width: 80px !important; }

.a2b_img2 {
  width: 47px !important; }

.a2b_img3 {
  width: 47px !important; }

.a2b_nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35px; }
  .a2b_nav .owl-prev {
    width: 35px;
    height: 35px;
    border-top: 3px solid #6A85C0;
    border-left: 3px solid #6A85C0;
    display: block;
    z-index: 5;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 250px;
    -webkit-transition: border .25s;
    -o-transition: border .25s;
    transition: border .25s; }
    .a2b_nav .owl-prev:hover {
      border-color: #F5785A; }
  .a2b_nav .owl-next {
    width: 35px;
    height: 35px;
    border-top: 3px solid #6A85C0;
    border-left: 3px solid #6A85C0;
    display: block;
    z-index: 5;
    position: absolute;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    right: 20px;
    -webkit-transition: border .25s;
    -o-transition: border .25s;
    transition: border .25s; }
    .a2b_nav .owl-next:hover {
      border-color: #F5785A; }

.a3 {
  padding: 7% 0; }
  .a3 .button1 {
    margin-top: 30px; }

.a3_name {
  font-size: 34px;
  text-transform: uppercase;
  color: #4B6396;
  text-align: center;
  font-family: "Archive", sans-serif; }

.a3_wb {
  max-width: 1000px;
  margin: 0 auto; }

.a3_block {
  position: relative;
  padding: 5% 0;
  margin-bottom: 30px; }
  .a3_block:nth-child(2) {
    text-align: right; }
  .a3_block:last-child {
    margin-bottom: 0; }

.a3_img {
  max-width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.a3_img1 {
  left: 0; }

.a3_img2 {
  right: 0; }

.a3_text1 {
  padding-left: 240px;
  max-width: 600px; }

.a3_text2 {
  padding-right: 240px; }

.a3_text {
  font-family: "roboto", sans-serif;
  font-size: 23px;
  position: relative; }
  .a3_text span {
    font-weight: 900;
    font-size: 30px;
    color: #F5785A; }

.a3_arrow1 {
  position: absolute;
  right: -130px;
  width: 140px;
  top: 40px; }

.a3_arrow2 {
  position: absolute;
  left: -160px;
  width: 140px;
  top: 20px; }

.a3_item {
  position: relative;
  max-width: 580px;
  display: inline-block;
  text-align: left; }

.a4_block {
  float: left;
  position: relative; }
  .a4_block:first-child {
    width: 45%;
    background-color: #4B6396;
    padding: 3%;
    color: #fff;
    -webkit-border-top-left-radius: 12px;
            border-top-left-radius: 12px;
    padding-bottom: 12%; }
  .a4_block:nth-child(2) {
    position: relative;
    width: 55%;
    -webkit-border-top-right-radius: 12px;
            border-top-right-radius: 12px;
    overflow: hidden; }

.a4_name {
  font-size: 34px;
  font-family: "Archive", sans-serif;
  text-transform: uppercase; }

.a4_contacts {
  font-size: 20px;
  margin-top: 8%; }

.a4_p {
  margin-top: 10px; }
  .a4_p:first-child {
    margin-top: 0; }
  .a4_p a {
    border-bottom: 1px solid #fff; }

.a4_form {
  margin-top: 12%; }

.a4_textarea {
  width: 100%;
  resize: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: none;
  padding: 10px;
  font-family: "roboto_i", sans-serif;
  font-size: 20px;
  height: 150px;
  border: 2px solid #fff;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
  margin-bottom: 25px; }
  .a4_textarea:focus {
    border-color: #F5785A; }

.a4_inp {
  width: 46%;
  margin-right: 4%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: none;
  padding: 10px;
  font-family: "roboto_i", sans-serif;
  font-size: 20px;
  border: 2px solid #fff;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s; }
  .a4_inp:focus {
    border-color: #F5785A; }

.a4_wi .button1 {
  font-size: 18px;
  padding: 12px 20px; }

.a4_logo {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Archive", sans-serif;
  position: absolute;
  bottom: 20px;
  left: 7%; }
  .a4_logo span {
    font-size: 20px; }

.a4b_bottom {
  background-color: #464646;
  color: #e3e3e3;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  padding: 15px 20px; }
  
.a4b_ul {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  width: 140px;
  vertical-align: top;
  float: left;
  padding-right: 15px; }
  .a4b_ul:first-child {
    width: 125px; }
  .a4b_ul:nth-child(2) {
    width: 145px; }
  .a4b_ul:nth-child(3) {
    width: 190px; }
  .a4b_ul:nth-child(4) {
    padding-right: 0; }

.a4b_li {
  margin-bottom: 8px; }

.a4b_li a:hover {
  text-decoration: underline; }

.a4_map {
  position: absolute;
  width: 100%;
  height: 100%; }

.popup_form {
  background-color: #FFF;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 8%; }

.pf_step {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 70px;
  color: #a6a6a6;
  font-weight: 600; }
  .pf_step:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #a6a6a6;
    position: absolute;
    top: 10px;
    right: 10px; }
  .pf_step:nth-child(3):before {
    display: none; }
  .pf_step.active {
    color: #4B6396; }
    .pf_step.active span {
      color: #F5785A; }

.pf_three_step {
  margin-bottom: 30px;
  margin-top: 4%; }

.pf_wb { 
  -webkit-transition: min-height .5s;
  -o-transition: min-height .5s;
  transition: min-height .5s; }

.pf_block {
  padding-left: 10px;
  z-index: 1;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  display: none;
  opacity: 0; }

.pf_block3 {
  min-height: 1100px !important; }

.area_active2 {
  display: block !important; }

.area_active2_2 {
  opacity: 1 !important;
  z-index: 2; }

.pf_name {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Archive", sans-serif;
  color: #4B6396;
  margin-bottom: 25px;
  margin-top: 30px; }

.pf_ib_middle {
  max-width: 400px;
  padding-right: 25px; }

.pf_ib_small {
  max-width: 100px;
  float: left; }

.pf_check {
  padding-right: 25px;
  position: relative; }
  .pf_check i {
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 18px; }

.pf_yes_check {
  color: #7BCBAF; }

.pf_no_check {
  color: #F5785A; }

.pf_input_name {
  font-size: 16px;
  font-family: "roboto", sans-serif;
  font-weight: 600;
  display: block; }

.pf_input {
  width: 100%;
  border: 1px solid #F5785A;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 16px;
  font-family: "roboto_i", sans-serif;
  font-weight: 400;
  padding: 7px 10px;
  margin-top: 8px;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s; }
  .pf_input:focus {
    border: 1px solid #4B6396; }

.pf_block_input {
  margin-bottom: 20px; }

.pf_datepicker {
  border: 1px solid #F5785A;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 10px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #4B6396;
  background-color: #EFF9FB; }

.pf_wp {
  position: relative;
  margin-top: 8px; }
  .pf_wp:before {
    content: '\f073';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 10px;
    font-family: FontAwesome;
    color: #4B6396; }

.ui-widget-header .ui-icon {
  background: none; }

.ui-state-active {
  background: #F5785A !important;
  border: 1px solid #F5785A !important; }

.ui-datepicker-next {
  cursor: pointer; }
  .ui-datepicker-next:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.ui-datepicker-prev {
  cursor: pointer; }
  .ui-datepicker-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.pf_alert {
  font-size: 16px;
  color: #969696; }
  .pf_alert span {
    color: #F5785A; }

.pf_button {
  width: 250px;
  margin-top: 40px; }

.pf_block2 {
  display: none; }

.pf_block3 {
  display: none; }

.pf_prev {
  color: #4B6396;
  display: block;
  border: none;
  background: none;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s; }
  .pf_prev:before {
    content: "\f177";
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: FontAwesome; }
  .pf_prev:hover {
    color: #F5785A; }

.pf_select {
  display: inline-block;
  position: relative;
  max-width: 150px;
  width: 100%;
  background-color: #EFF9FB;
  border: 1px solid #4B6396;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  cursor: pointer;
  margin-top: 8px; }
  .pf_select .jq-selectbox__select {
    padding: 7px 15px;
    padding-right: 30px;
    font-size: 14px; }
  .pf_select .jq-selectbox__select-text {
    font-size: 16px;
    font-family: "roboto", sans-serif;
    width: 100% !important; }
  .pf_select .jq-selectbox__trigger:before {
    content: '\f0d7';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    font-family: FontAwesome;
    color: #4B6396;
    font-size: 24px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .pf_select .jq-selectbox__dropdown {
    position: absolute;
    top: auto !important;
    left: 0;
    border: 1px solid #4B6396;
    background-color: #EFF9FB;
    width: 100%; }
    .pf_select .jq-selectbox__dropdown ul {
      max-height: 300px !important; }
    .pf_select .jq-selectbox__dropdown li {
      padding: 5px 10px;
      cursor: pointer;
      font-size: 14px; }
      .pf_select .jq-selectbox__dropdown li:hover {
        background-color: #DEDEDE; }
      .pf_select .jq-selectbox__dropdown li.sel {
        background-color: #4B6396;
        color: #fff; }
  .pf_select.dropdown .jq-selectbox__trigger:before {
    content: '\f0d8'; }

.pf_s_middle {
  max-width: 300px;
  width: 100%; }

.pf_s_small {
  max-width: 200px; }

.pf_out_block .pf_block_input {
  width: 100%;
  float: left; }

.pfob_2 .pf_block_input:first-child {
  max-width: 200px; }

.pfob_2 .pf_block_input:nth-child(2) {
  max-width: 120px; }

.pfob_2 .pf_block_input:nth-child(3) {
  max-width: 200px; }

.pfob_3 .pf_block_input {
  padding-right: 25px; }
  .pfob_3 .pf_block_input input {
    max-width: 200px; }

.pfob_4 .pf_block_input {
  width: auto; }
  .pfob_4 .pf_block_input input {
    max-width: 200px; }

.popup_bg {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: auto;
  text-align: center;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.popup_bg .wp_form {
  background-color: #FFF;
  display: none;
  position: relative; }

.popup_bg_exit {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #F5785A;
  cursor: pointer;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s; }
  .popup_bg_exit:hover {
    color: #4B6396; }

.wp1_form {
  margin: auto;
  max-width: 500px;
  width: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 40px 30px 0; }
  .wp1_form .button1 {
    margin-top: 0px;
    position: relative;
    top: 28px; }

.wp1_name {
  font-size: 22px;
  text-transform: uppercase;
  color: #4B6396;
  font-family: "Archive", sans-serif; }

.wp1_text {
  margin-top: 15px;
  display: inline-block;
  max-width: 400px; }

.wp1_input {
  display: block;
  max-width: 200px;
  margin: 25px auto 0;
  text-align: center; }

.send_code {
  color: #4B6396;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px dashed #4B6396;
  cursor: pointer; }
  .send_code:hover {
    color: #4B6396; }

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1200px) {
  .a4_inp {
    width: 100%;
    margin-right: 0; }
  .a4_wi .button1 {
    margin-top: 25px; }
  .a4_form {
    text-align: center; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1100px) {
  /**/
  .a1r_calc {
    padding: 20px 20px 0 20px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .a1 .contain {
    padding: 30px 15px; }
  .a1_block {
    width: 100%; }
    .a1_block:first-child {
      text-align: center; }
    .a1_block:nth-child(2) {
      margin-left: 0; }
  .a1l_time {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    left: 0; }
  .a1l_p:nth-child(2) {
    margin-left: -4px; }
  .a1r_calc {
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 30px 0 30px; }
  .a3_block {
    margin-bottom: 50px; }
  .a4 .contain {
    padding: 0 0; }
  .a4_block:first-child {
    width: 100%;
    background-color: #4B6396;
    padding: 30px;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0; }
  .a4_block:nth-child(2) {
    width: 100%;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0; }
  .a4b_bottom {
    position: relative;
    display: block;
    z-index: 10;
    padding-top: 20px; }
  .a4_map {
    position: relative;
    height: 400px; }
  .a4_inner {
    max-width: 500px;
    margin: 0 auto;
    position: relative; }
  .a4_inp {
    width: 50%;
    margin-right: 4%; }
  .a4_wi .button1 {
    margin-top: 25px; }
  .a4_form {
    text-align: center; }
  .a4_logo {
    position: static;
    margin-top: 50px; }
  .pf_step {
    max-width: 220px; }
    .pf_step:nth-child(2) {
      max-width: 190px; } }

@media only screen and (max-width: 900px) {
  .a2b_item {
    padding: 10px 50px;
    text-align: center; }
    .a2b_item:first-child {
      width: 100%; }
    .a2b_item:nth-child(2) {
      width: 100%; }
    .a2b_item:nth-child(3) {
      width: 100%; }
  .a2b_p {
    display: inline-block;
    max-width: 290px;
    text-align: left; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
	.pf_check i{
		display: block;
		position: relative;
		bottom: -2px;
		right: 0;
	}
  .a3_img {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
    margin: 0 auto 20px; }
  .a3_text1 {
    padding-left: 0; }
  .a3_text2 {
    padding-right: 0; }
  .a3_arrow1, .a3_arrow2 {
    display: none; }
  .a3_item {
    max-width: 100%; }
  .a3_block {
    margin-bottom: 20px; }
    .a3_block:nth-child(2) {
      text-align: center; }
  .a3_wb {
    max-width: 400px; }
  .a4_contacts {
    font-size: 18px; }
  .a4_textarea {
    font-size: 18px; }
  .a4_inp {
    font-size: 18px; }
  .pf_step {
    max-width: 100%;
    display: block;
    margin-bottom: 20px; }
    .pf_step:nth-child(2) {
      max-width: 100%; }
    .pf_step:before {
      display: none; } }

@media only screen and (max-width: 630px) {
  /**/
  .a2_blue_block {
    height: auto;
    padding: 20px 0; }
  .a2b_arrow_hide {
    display: block; }
  .a2b_arrow {
    display: none; }
  .a2b_carousel {
    position: static;
    background-color: #4B6396;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0 20px; }
  .a2b_nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .a2b_nav .owl-next {
      -webkit-transform: translate(0, -50%) rotate(135deg);
          -ms-transform: translate(0, -50%) rotate(135deg);
              transform: translate(0, -50%) rotate(135deg);
      top: 50%; }
    .a2b_nav .owl-prev {
      left: 20px;
      -webkit-transform: translate(0, -50%) rotate(-45deg);
          -ms-transform: translate(0, -50%) rotate(-45deg);
              transform: translate(0, -50%) rotate(-45deg);
      top: 50%; }
  .a4_inp {
    max-width: 300px;
    width: 100%; }
  .a4_logo {
    text-align: center;
    margin-top: 25px; } }

@media only screen and (max-width: 500px) {
  .a4b_ul {
    display: inline-block;
    float: none;
    padding-right: 15px; }
    .a4b_ul:first-child {
      width: 50%; }
    .a4b_ul:nth-child(2) {
      width: 50%;
      margin-left: -5px; }
    .a4b_ul:nth-child(3) {
      width: 50%; }
    .a4b_ul:nth-child(4) {
      width: 50%;
      margin-left: -5px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  header {
    text-align: center; }
  .h_phone {
    float: none;
    display: block; }
  .a1l_p {
    font-size: 29px;
    width: 100%;
    margin-bottom: 8px; }
  .a1 .contain {
    padding: 30px 0 0; }
  .a1r_calc .button1 {
    margin-bottom: 0; }
  .a1r_calc {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 30px 15px 30px 15px; }
  .a1_name1 {
    max-width: 150px;
    display: inline-block; }
  .a1s_input_orange {
    max-width: 90px; }
  .a2b_p {
    text-align: center; }
  .a2b_p1 {
    padding-left: 0; }
  .a2b_p2 {
    padding-left: 0; }
  .a2b_p3 {
    padding-left: 0; }
  .a2b_img {
    position: static;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .a2b_img1 {
    width: 80px !important; }
  .a2b_img2 {
    width: 47px !important; }
  .a2b_img3 {
    width: 47px !important; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
.hidden{
	display:none;
}
.checkbox {
    float: none !important;
}
.checkbox  input{
	margin-right:20px
}
.checkbox  label{
	display:inline
}