/****************************************************************
* @Author: CraftCoder
* @Date:   x x, 2021
* @Websites: www.craftcoder.ru
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PTSansRegular.woff2") format("woff2"); }

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/PTSansBold.woff2") format("woff2"); }

@font-face {
  font-family: "Oswald-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"); }

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

body {
  font-family: 'PTSans', sans-serif;
  font-size: 1.125em;
  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;
  font-weight: 400;
  background-color: #F2F5FE; }

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 {
  font-style: normal;
  margin: 0; }

p.ninja {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald-Bold', sans-serif;
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 30px; }

label {
  margin-bottom: 0; }

.btn {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #182B5A;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer; }

.btn:hover {
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.35);
  background-color: #071A4B;
  color: #fff; }

.btn.orange {
  background-color: #FF551F;
  -webkit-box-shadow: 0px 4px 25px rgba(255, 85, 31, 0.5);
          box-shadow: 0px 4px 25px rgba(255, 85, 31, 0.5); }

.btn.orange:hover {
  -webkit-box-shadow: 0px 4px 25px rgba(255, 85, 31, 0.7);
          box-shadow: 0px 4px 25px rgba(255, 85, 31, 0.7);
  background-color: #E0410F;
  color: #fff; }

.btn.big {
  padding: 15px; }

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; }

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; }

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; } }

.heading {
  margin-bottom: 30px; }

@media all and (max-width: 575px) {
  .heading {
    margin-bottom: 35px; } }

.heading.big {
  margin-bottom: 35px; }

@media all and (max-width: 767px) {
  .heading.big {
    margin-bottom: 40px; } }

.heading.big h2 {
  text-transform: uppercase;
  font-size: 46px;
  line-height: 68px; }

@media all and (max-width: 991px) {
  .heading.big h2 {
    font-size: 40px;
    line-height: 48px; } }

@media all and (max-width: 767px) {
  .heading.big h2 {
    font-size: 36px;
    line-height: 42px; } }

.heading h2 {
  font-size: 20px;
  line-height: 28px; }

@media all and (max-width: 767px) {
  .heading h2 {
    font-size: 30px;
    line-height: 38px; } }

.bshadow {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
  position: relative; }

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

input {
  border-radius: 0; }

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

.tabs__content {
  display: none; }

.tabs__content.active {
  display: block; }

/*****************  ARROW UP  **************/
/********************  MODAL  **********************/
body.fancybox-active {
  overflow: visible !important; }

.modal {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 405px;
  width: 100%; }

@media all and (max-width: 575px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px; } }

.modal .form {
  margin-left: auto;
  margin-right: 0; }

@media all and (max-width: 991px) {
  .modal .form {
    margin-left: 0;
    margin-right: auto; } }

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

.modal .form h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px; }

@media all and (max-width: 575px) {
  .modal .form h5 {
    text-align: center; } }

.modal .form form .form_item {
  margin-bottom: 26px; }

.modal .form form .form_item input {
  width: 100%;
  height: 47px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-left: 10px;
  border: none; }

.modal .form form .btn {
  width: 100%; }

.modal .form form .policy {
  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;
  text-align: left;
  border-top: 1px solid #DCDCDC;
  /*margin-top: 20px;*/
  padding-top: 26px; }

.modal .form form .policy .text p {
  color: #000;
  font-size: 12px;
  line-height: 16px; }

.modal .form form .policy .text p a {
  color: #182B5A; }

.modal .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  border: 1px solid #2D2D2D;
  width: 20px;
  height: 20px; }

.modal .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

.modal .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

.modal .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1000; }

.modal .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

.modal .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

.modal .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

.modal .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #2D2D2D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-slide--complete .modal {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

/*********************  HEADER  ************************/
header .header_top {
  height: 74px;
	padding-top: 17px;
  padding-bottom: 17px; }

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

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; }

header .header_top .header_logo .logo a {
  display: block;
  border-right: 1px solid #DCDCDC;
  margin-right: 30px;
  padding-right: 30px; }

@media all and (max-width: 991px) {
  header .header_top .header_logo .logo a {
    border-right: none; } }

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

header .header_top .header_logo .logo .slogan {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FF551F; }

@media all and (max-width: 991px) {
  header .header_top .header_logo .logo .slogan {
    display: none; } }

header .header_top .header_contacts .contacts {
  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; }

header .header_top .header_contacts .contacts .phone {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #182B5A;
  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-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media all and (max-width: 1199px) {
  header .header_top .header_contacts .contacts .phone {
    font-size: 16px; } }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts .phone {
    display: none; } }

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

@media all and (max-width: 1199px) {
  header .header_top .header_contacts .contacts .phone img {
    margin-right: 10px; } }

header .header_top .header_contacts .contacts .work {
  font-size: 12px;
  line-height: 16px;
  color: #182B5A;
  max-width: 80px;
  width: 100%;
  margin-left: 46px; }

  header .header_top .header_contacts .contacts .work p span {
    display: block;
  }

@media all and (max-width: 1199px) {
  header .header_top .header_contacts .contacts .work {
    margin-left: 20px; } }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts .work {
    display: none; } }

header .header_top .header_contacts .contacts .btn {
  margin-left: 46px; }

@media all and (max-width: 1199px) {
  header .header_top .header_contacts .contacts .btn {
    margin-left: 20px; } }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts .btn {
    display: none; } }

header .header_top .header_contacts .contacts .header_burger {
  position: relative;
  display: none; }

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

header .header_top .header_contacts .contacts .header_burger .burger_button {
  position: relative;
  top: 2px;
  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_contacts .contacts .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #182B5A;
  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_contacts .contacts .header_burger .burger_button span:nth-child(1) {
  top: 4px; }

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

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

header .header_top .header_contacts .contacts .header_burger .burger_button.open span {
  background: #fff; }

header .header_top .header_contacts .contacts .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_contacts .contacts .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

header .header_top .header_contacts .contacts .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_contacts .contacts .header_burger .menu_toggle {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #182B5A;
  margin: 0;
  overflow: auto;
  z-index: 10;
  padding-top: 50px;
  top: -70px;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px); }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li a {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  padding: 8px 20px; }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children {
  padding-right: 50px; }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children > a {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children:after {
  position: absolute;
  content: '+';
  top: 4px;
  right: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  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-weight: 700;
  font-size: 25px; }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children.open:after {
  content: '-'; }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children > ul.sub-menu {
  margin-right: -50px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children > ul.sub-menu li:nth-last-child(1) {
  border-bottom: none; }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children > ul.sub-menu li a {
  padding-left: 40px; }

header .header_top .header_contacts .contacts .header_burger .menu_toggle ul li.menu-item-has-children > ul.sub-menu li > ul.sub-menu li {
  padding-left: 20px; }

header .header_top .header_contacts .contacts .header_burger .menu_toggle .phone {
  margin-top: 30px;
  color: #FF551F;
  display: block;
  font-size: 20px;
  line-height: 26px;
  padding-left: 15px; }

header .header_bottom {
	height: 64px;
  background-color: #182B5A;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999; }

header .header_bottom1 {
	z-index: 1;
	height: 64px;
  }

@media all and (max-width: 767px) {
  header .header_bottom {
    display: none; } }

@media all and (max-width: 1199px) {
  header .header_bottom {
    padding-bottom: 15px; } }

@media all and (max-width: 1199px) {
  header .header_bottom .header_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; } }

header .header_bottom .header_menu .menu ul > li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  text-align: center; }

@media all and (max-width: 1199px) {
  header .header_bottom .header_menu .menu ul > li {
    margin: 0 auto; } }

header .header_bottom .header_menu .menu ul > li:hover > a {
  background-color: #FF551F; }

header .header_bottom .header_menu .menu ul li.current-menu-item a {
  background-color: #FF551F;
}

header .header_bottom .header_menu .menu ul li.current-post-ancestor a {
  background-color: #FF551F;
}

header .header_bottom .header_menu .menu ul li.current_page_item a {
  background-color: #FF551F;
}

header .header_bottom .header_menu .menu ul li.current-page-ancestor a {
  background-color: #FF551F;
}

header .header_bottom .header_menu .menu ul.sub-menu li.current_page_item a {
  /*background-color: #FF551F;*/
}

header .header_bottom .header_menu .menu ul > li.menu-item-has-children > ul.sub-menu > li.current_page_item > a {
  background-color: #FF551F;
}

header .header_bottom .header_menu .menu ul > li.menu-item-has-children > ul.sub-menu > li.current-menu-ancestor > a {
  background-color: #FF551F;
}

header .header_bottom .header_menu .menu ul > li > a {
  display: inline-block;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #fff;
  padding: 19px 7px; }

@media all and (max-width: 1300px) {
  header .header_bottom .header_menu .menu ul > li > a {
    font-size: 17px; } }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children {
  position: relative; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children:before {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 11px;
  height: 5.5px;
  top: 2px;
  bottom: 0;
  right: 1px;
  margin: auto; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children > a {
  padding-right: 18px; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children .menu-item-has-children:before {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  width: 11px;
  height: 5.5px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 63px;
  left: 0;
  width: 168px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  display: block;
  background-color: #fff;
  z-index: 10; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children ul.sub-menu li {
  display: block;
  width: 100%; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children ul.sub-menu li:after {
  left: 16px; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children ul.sub-menu li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  text-transform: none;
  background-color: #182B5A;
  padding-right: 10px; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #FF551F; }

header .header_bottom .header_menu .menu ul > li.menu-item-has-children ul.sub-menu ul.sub-menu {
  left: 168px;
  top: 0px; }

header .header_bottom .header_address .address {
  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; }

@media all and (max-width: 1199px) {
  header .header_bottom .header_address .address {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .header_bottom .header_address .address 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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-right: 18px; }

@media all and (max-width: 1300px) {
  header .header_bottom .header_address .address p {
    font-size: 13px;
    margin-right: 10px; } }

header .header_bottom .header_address .address p img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 14px; }

header .header_bottom .header_address .address .social {
  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; }

header .header_bottom .header_address .address .social a {
  margin: 0 10px; }

header .header_bottom .header_address .address .social a:hover {
  opacity: 0.8; }

header .header_slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

header .header_slider.slick-initialized {
  visibility: visible;
  opacity: 1; }

header .header_slider .slide {
  display: none; }

header .header_slider .slide:first-child {
  display: block;
  visibility: hidden; }

header .header_slider.slick-initialized .slide {
  display: block;
  visibility: visible !important; }

header .header_slider .slide .slide_inner {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 100%;
  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; }

@media all and (max-width: 991px) {
  header .header_slider .slide .slide_inner {
    padding-bottom: 50px;
    min-height: 600px; } }

@media all and (max-width: 991px) {
  header .header_slider .slide .slide_inner .box_left .left {
    margin-bottom: 40px; } }

header .header_slider .slide .slide_inner h2 {
  font-weight: bold;
  font-size: 46px;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 36px; }

@media all and (max-width: 991px) {
  header .header_slider .slide .slide_inner h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 25px; } }

@media all and (max-width: 575px) {
  header .header_slider .slide .slide_inner h2 {
    font-size: 38px;
    line-height: 46px; } }

header .header_slider .slide .slide_inner p {
  font-family: 'Oswald-Bold', sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px; }

header .header_slider .slide .slide_inner .btn {
  margin-top: 60px;
  -webkit-box-shadow: none;
          box-shadow: none; }

@media all and (max-width: 991px) {
  header .header_slider .slide .slide_inner .btn {
    margin-top: 10px; } }

header .header_slider .slide .slide_inner ul li {
  font-size: 18px;
  line-height: 27px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-family: 'Oswald-Bold', sans-serif; }

@media all and (max-width: 575px) {
  header .header_slider .slide .slide_inner ul li {
    margin-bottom: 15px; } }

header .header_slider .slide .slide_inner ul li:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  top: 5px;
  left: 0; }

header .header_slider .slick-prev, header .header_slider .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  margin: auto;
  bottom: 140px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

header .header_slider .slick-prev:hover, header .header_slider .slick-next:hover {
  opacity: .6; }

header .header_slider .slick-prev {
  background-image: url("../img/icon_4.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  right: 20%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

header .header_slider .slick-next {
  background-image: url("../img/icon_4.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  right: 17%; }

header .header_slider .slick-dots {
  position: absolute;
  margin: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center; }

header .header_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

header .header_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: #fff; }

header .header_slider .slick-dots li.slick-active button {
  background: #FF551F; }

article img {
  /*width: auto;*/
  /*height: auto; */ }

article img.centered, article .aligncenter, article div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }

article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline; }

article .alignright {
  float: right; }

article .alignleft {
  float: left; }

article h2, article h3, article h4, article h5, article h6 {
  font-weight: 700;
  margin-bottom: 1em; }

@media all and (max-width: 575px) {
  article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 0.625em; } }

article h2 {
  font-size: 32px;
  line-height: 38px; }

article h3 {
  font-size: 26px;
  line-height: 34px; }

article h4 {
  font-size: 22px; }

article h5 {
  font-size: 18px; }

article h6 {
  font-size: 16px; }

article p {
  margin-bottom: 1em; }

@media all and (max-width: 575px) {
  article p {
    font-size: 16px;
    line-height: 24px; } }

article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px; }

@media all and (max-width: 575px) {
  article ul li {
    font-size: 16px;
    line-height: 24px; } }

article ol {
  margin-bottom: 1em;
  padding-left: 15px; }

@media all and (max-width: 575px) {
  article ol li {
    font-size: 16px;
    line-height: 24px; } }

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

#form_one .box_content .content {
  margin-bottom: 40px;
  max-width: 787px;
  width: 100%; }

#form_one .box_form .form {
  max-width: 362px;
  width: 100%;
  margin-left: auto;
  margin-right: 0; }

@media all and (max-width: 991px) {
  #form_one .box_form .form {
    margin-left: 0;
    margin-right: auto; } }

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

#form_one .box_form .form h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px; }

@media all and (max-width: 575px) {
  #form_one .box_form .form h5 {
    text-align: center; } }

#form_one .box_form .form form .form_item {
  margin-bottom: 26px; }

#form_one .box_form .form form .form_item input {
  width: 100%;
  height: 47px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-left: 10px;
  border: none; }

#form_one .box_form .form form .btn {
  width: 100%; }

#form_one .box_form .form form .policy {
  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;
  text-align: left;
  border-top: 1px solid #DCDCDC;
  /*margin-top: 20px;*/
  padding-top: 26px; }

#form_one .box_form .form form .policy .text p {
  color: #000;
  font-size: 12px;
  line-height: 16px; }

#form_one .box_form .form form .policy .text p a {
  color: #182B5A; }

#form_one .box_form .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  border: 1px solid #2D2D2D;
  width: 20px;
  height: 20px; }

#form_one .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#form_one .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#form_one .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1000; }

#form_one .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#form_one .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#form_one .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#form_one .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #2D2D2D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/************************  sidelaw  ***********************/
#sidelaw {
  background-color: #E9EEFF;
  padding-top: 50px;
  padding-bottom: 40px; }

#sidelaw .box_left .left {
  max-width: 620px;
  width: 100%;
  margin-bottom: 30px; }

#sidelaw .box_left .left .nav {
  border-top: 1px solid #DCDCDC;
  padding-top: 36px;
  margin-top: 25px; }

#sidelaw .box_left .left .nav ul li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 14px; }

#sidelaw .box_left .left .nav ul li a {
  background-color: #182B5A;
  text-align: center;
  display: inline-block;
  padding: 14px 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

#sidelaw .box_left .left .nav ul li a:hover {
  background-color: #071A4B; }

#sidelaw .box_right .right #my_video {
  max-width: 542px;
  width: 100%;
  height: 305px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0; }

@media all and (max-width: 1199px) {
  #sidelaw .box_right .right #my_video {
    margin-left: 0;
    margin-right: auto; } }

@media all and (max-width: 575px) {
  #sidelaw .box_right .right #my_video {
    height: 200px; } }

#sidelaw .box_right .right #my_video iframe {
  width: 100%;
  height: 100%; }

#sidelaw .box_right .right #my_video img {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer; }

@media all and (max-width: 575px) {
  #sidelaw .box_right .right #my_video img {
    -o-object-fit: fill;
       object-fit: fill; } }

/*****************************  progress  **********************/
#progress {
  background-color: #182B5A;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 24px; }

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

@media all and (max-width: 575px) {
  #progress .box {
    text-align: center; } }

#progress .box .box_inner {
  width: 100%;
  max-width: 283px; }

@media all and (max-width: 575px) {
  #progress .box .box_inner {
    max-width: 100%;
    margin: 0 auto; } }

#progress .box .box_inner h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px; }

#progress .box .box_inner p {
  line-height: 23px; }

/************************  reputation  **********************/
#reputation {
  background-color: #E9EEFF;
  padding-top: 50px;
  padding-bottom: 40px; }

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

#block_services.page {
  padding-top: 20px; }

@media all and (max-width: 575px) {
  #block_services.page {
    padding-bottom: 20px; } }

@media all and (max-width: 575px) {
  #block_services.page .tabs .top {
    margin-bottom: 10px; } }

#block_services.dark-gray {
  background-color: #E9EEFF; }

#block_services article {
  margin-bottom: 30px; }

#block_services .tabs .top {
  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;
  margin-bottom: 60px; }

@media all and (max-width: 575px) {
  #block_services .tabs .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px; } }

#block_services .tabs .top .tabs__caption {
  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: 575px) {
  #block_services .tabs .top .tabs__caption {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; } }

#block_services .tabs .top .tabs__caption li {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 14px 15px;
  color: #182B5A;
  border: 1px solid #182B5A;
  text-align: center;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer; }

@media all and (max-width: 575px) {
  #block_services .tabs .top .tabs__caption li {
    width: 100%; } }

#block_services .tabs .top .tabs__caption li.active {
  background-color: #182B5A;
  color: #fff; }

#block_services .tabs .top .btn_more {
  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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A; }

#block_services .tabs .top .btn_more:hover img {
  margin-right: 15px; }

#block_services .tabs .top .btn_more img {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }

#block_services .tabs .tabs__content .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

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

#block_services .tabs .tabs__content .box.tc_one {
  display: none; }

#block_services .tabs .tabs__content .box.tc_two {
  display: none; }

#block_services .tabs .tabs__content .box.box_hide {
  display: none; }

#block_services .tabs .tabs__content .box .box_inner {
  width: 100%;
  min-height: 312px;
  position: relative;
  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;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.05)); }

@media all and (max-width: 575px) {
  #block_services .tabs .tabs__content .box .box_inner {
    min-height: 250px; } }

#block_services .tabs .tabs__content .box .box_inner:hover .img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

#block_services .tabs .tabs__content .box .box_inner .img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all; }

#block_services .tabs .tabs__content .box .box_inner h5 {
  font-size: 20px;
  line-height: 28px;
  position: relative;
  z-index: 2; }

#block_services .tabs .tabs__content .box .box_inner .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  z-index: 2; }

#block_services .tabs .block_btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }

#block_services .tabs .desc_block {
  display: none; }

#block_services .tabs .desc_block p {
  margin-bottom: 0.635em; }

/***************************  form_two  ************************/
#form_two {
  background-color: #182B5A;
  padding-top: 55px; }

@media all and (max-width: 991px) {
  #form_two .box_content {
    margin-bottom: 40px; } }

#form_two .box_content .content {
  color: #fff;
  position: relative;
  z-index: 2; }

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

#form_two .box_content .content .box .box_inner {
  width: 100%;
  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; }

#form_two .box_content .content .box .box_inner .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 26px; }

#form_two .box_content .content .box .box_inner .text {
  max-width: 190px;
  width: 100%; }

@media all and (max-width: 575px) {
  #form_two .box_content .content .box .box_inner .text {
    max-width: 100%; } }

#form_two .box_content .content .box .box_inner .text h6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px; }

#form_two .box_content .content .box .box_inner .text p {
  font-size: 12px;
  line-height: 16px; }

#form_two .box_form .form {
  max-width: 362px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding-bottom: 50px;
  z-index: 1; }

@media all and (max-width: 991px) {
  #form_two .box_form .form {
    margin-left: 0;
    margin-right: auto; } }

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

#form_two .box_form .form:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/3.png");
  width: 263px;
  height: 409px;
  bottom: 0;
  right: 370px;
  z-index: -1; }

@media all and (max-width: 1199px) {
  #form_two .box_form .form:after {
    display: none; } }

#form_two .box_form .form h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #fff; }

@media all and (max-width: 575px) {
  #form_two .box_form .form h5 {
    text-align: center; } }

#form_two .box_form .form form .form_item {
  margin-bottom: 26px; }

#form_two .box_form .form form .form_item input {
  width: 100%;
  height: 47px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-left: 10px;
  border: none; }

#form_two .box_form .form form .btn {
  width: 100%;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15); 
        }

#form_two .box_form .form form .btn {
  background-color: #FF551F;
}

#form_two .box_form .form form .btn:hover {
  background-color: #E0410F;
  color: #fff; }

#form_two .box_form .form form .policy {
  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;
  text-align: left;
  border-top: 1px solid #DCDCDC;
  /*margin-top: 20px;*/
  padding-top: 26px; }

#form_two .box_form .form form .policy .text p {
  color: #fff;
  font-size: 12px;
  line-height: 16px; }

#form_two .box_form .form form .policy .text p a {
  color: #E9EEFF; }

#form_two .box_form .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  border: 1px solid #fff;
  width: 20px;
  height: 20px; }

#form_two .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#form_two .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#form_two .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1000; }

#form_two .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#form_two .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#form_two .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#form_two .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/************************  team  ********************/
#team {
  padding-top: 50px;
  padding-bottom: 30px; }

#team.dark-gray {
  background-color: #E9EEFF; }

#team .top_content {
  margin-bottom: 80px; }

@media all and (max-width: 575px) {
  #team .top_content {
    margin-bottom: 60px; } }


#team .top_content .hide_block {
  display: none; }

#team .top_content .btn_more {
  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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A;
  cursor: pointer; }

#team .top_content .btn_more img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }

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

#team .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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  height: 240px;
  margin: 0 auto;
  width: 100%; }

@media all and (max-width: 1199px) {
  #team .box .box_inner .img {
    height: 180px; } }

#team .box .box_inner .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#team .box .box_inner .content {
  background-color: #fff; }

#team .box .box_inner .content .text {
  padding: 14px 18px 18px 18px; }

#team .box .box_inner .content .name {
  font-family: 'Oswald-Bold', sans-serif;
  color: #182B5A;
  margin-bottom: 7px; }

#team .box .box_inner .content .post {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px; }

#team .box .box_inner .content .short p {
  font-size: 14px;
  line-height: 18px;
  color: #2D2D2D; }

@media all and (max-width: 1199px) {
  #team .box .box_inner .content .short p {
    font-size: 14px;
    line-height: 18px; } }

#team .box .box_inner .content .hide_block {
  display: none; }

@media all and (max-width: 1199px) {
  #team .box .box_inner .content .hide_block p {
    font-size: 14px;
    line-height: 18px; } }

#team .box .box_inner .content .btn_open {
    -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #182B5A;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
	width: 100%; }

#team .box .box_inner .content .btn_cancel {
    -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #182B5A;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
	width: 100%; }

/***********************  block_price  *********************/
#block_price {
  background-color: #E9EEFF;
  padding-top: 50px;
  padding-bottom: 20px; }

#block_price.page {
  background-color: #F2F5FE;
  padding-bottom: 30px; }

#block_price.page .heading {
  margin-bottom: 60px; }

@media all and (max-width: 575px) {
  #block_price.page .heading {
    margin-bottom: 50px; } }

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

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

#block_price .box .box_inner {
  width: 100%;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
  background-color: #fff;
  text-align: center;
  padding: 20px 25px 25px 25px;
  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; }

#block_price .box .box_inner .price_title h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400; }

#block_price .box .box_inner .price {
  max-width: 214px;
  width: 100%;
  margin: 20px auto 0 auto;
  padding-top: 20px;
  font-family: 'Oswald-Bold', sans-serif;
  color: #182B5A;
  border-top: 1px solid #DCDCDC; }

#block_price .tabs .top {
  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;
  margin-bottom: 60px; }

@media all and (max-width: 767px) {
  #block_price .tabs .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px; } }

#block_price .tabs .top .tabs__caption {
  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: 767px) {
  #block_price .tabs .top .tabs__caption {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

#block_price .tabs .top .tabs__caption li {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 14px 15px;
  color: #182B5A;
  text-align: center;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  border-right: 1px solid #182B5A;
  border-top: 1px solid #182B5A;
  border-bottom: 1px solid #182B5A; }

#block_price .tabs .top .tabs__caption li:nth-child(1) {
  border-left: 1px solid #182B5A; }

@media all and (max-width: 767px) {
  #block_price .tabs .top .tabs__caption li {
    width: 100%;
    border: 1px solid #182B5A; } }

#block_price .tabs .top .tabs__caption li.active {
  background-color: #182B5A;
  color: #fff; }

#block_price .tabs .top .btn_more {
  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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A; }

#block_price .tabs .top .btn_more:hover img {
  margin-right: 15px; }

#block_price .tabs .top .btn_more img {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }

#block_price .faq_tabs.practice {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

#block_price .faq_tabs .faq_item {
  margin-bottom: 18px; }

#block_price .faq_tabs .faq_item .title {
  position: relative;
  cursor: pointer;
  font-family: 'Oswald-Bold', sans-serif;
  padding-left: 34px;
  display: inline-block; }

#block_price .faq_tabs .faq_item .title:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_14.svg");
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px; }

#block_price .faq_tabs .faq_item .title.active:after {
  background-image: url("../img/icon_14_1.svg"); }

#block_price .faq_tabs .faq_item .tab_content {
  display: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 35px;
  padding: 30px 0px 10px 0px;
  border-top: 1px solid #DCDCDC; }

#block_price .faq_tabs .faq_item .tab_content p {
  margin-bottom: .625em; }

/************************  practice / testimonials  ********************/
#practice, #testimonials {
  background-color: #E9EEFF;
  padding-top: 40px;
  padding-bottom: 80px; }

@media all and (max-width: 991px) {
  #practice, #testimonials {
    padding-bottom: 50px; } }

#practice.gray, #testimonials.gray {
  background-color: #F2F5FE; }

#practice .top, #testimonials .top {
  margin-bottom: 40px; }

#practice .practice_main, #testimonials .practice_main {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  padding: 60px 60px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;}

@media all and (max-width: 767px) {
  #practice .practice_main, #testimonials .practice_main {
    padding: 30px; } }

@media all and (max-width: 575px) {
  #practice .practice_main, #testimonials .practice_main {
    padding: 20px 10px; } }

#practice .practice_main .main_inner, #testimonials .practice_main .main_inner {
  max-width: 890px;
  width: 100%; }

#practice .practice_main .title, #testimonials .practice_main .title {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 16px;
  margin-bottom: 20px; }

@media all and (max-width: 767px) {
  #practice .practice_main .practice_slider, #testimonials .practice_main .practice_slider {
    padding-bottom: 40px; } }

#practice .practice_main .practice_slider .slide .slide_inner p, #testimonials .practice_main .practice_slider .slide .slide_inner p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0.625em; }

@media all and (max-width: 575px) {
  #practice .practice_main .practice_slider .slide .slide_inner p, #testimonials .practice_main .practice_slider .slide .slide_inner p {
    font-size: 16px; } }

#practice .practice_main .practice_slider .slide .slide_inner h5, #testimonials .practice_main .practice_slider .slide .slide_inner h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px; }

#practice .practice_main .practice_slider .slide .slide_inner .task, #testimonials .practice_main .practice_slider .slide .slide_inner .task {
  margin-bottom: 38px; }

#practice .practice_main .practice_slider .slide .slide_inner .name, #testimonials .practice_main .practice_slider .slide .slide_inner .name {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 26px;
  padding-bottom: 20px; }

#practice .practice_main .practice_slider .slide .slide_inner .name h6, #testimonials .practice_main .practice_slider .slide .slide_inner .name h6 {
  font-size: 18px;
  line-height: 23px; }

#practice .practice_main .practice_slider .slide .slide_inner .more, #testimonials .practice_main .practice_slider .slide .slide_inner .more {
  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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A;
  margin-top: 60px;
  margin-bottom: 30px; }

#practice .practice_main .practice_slider .slide .slide_inner .more:hover, #testimonials .practice_main .practice_slider .slide .slide_inner .more:hover {
  opacity: 0.8; }

#practice .practice_main .practice_slider .slide .slide_inner .more img, #testimonials .practice_main .practice_slider .slide .slide_inner .more img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }

#practice .practice_main .practice_slider .slick-dots, #testimonials .practice_main .practice_slider .slick-dots {
  position: absolute;
  margin: auto;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  text-align: center; }

@media all and (max-width: 1199px) {
  #practice .practice_main .practice_slider .slick-dots, #testimonials .practice_main .practice_slider .slick-dots {
    right: -50px; } }

@media all and (max-width: 767px) {
  #practice .practice_main .practice_slider .slick-dots, #testimonials .practice_main .practice_slider .slick-dots {
    right: 0;
    left: 0;
    display: block !important;
    bottom: 0;
    top: auto; } }

#practice .practice_main .practice_slider .slick-dots li, #testimonials .practice_main .practice_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  padding: 0;
  cursor: pointer; }

#practice .practice_main .practice_slider .slick-dots li button, #testimonials .practice_main .practice_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  border: 1px solid #182B5A;
  outline: none;
  background: #fff; }

#practice .practice_main .practice_slider .slick-dots li.slick-active button, #testimonials .practice_main .practice_slider .slick-dots li.slick-active button {
  background: #182B5A; }

/***************************  form_three  ************************/
#form_three {
  background-color: #182B5A;
  padding-top: 55px;
  position: relative;
  z-index: 1;
  overflow: hidden; }

#form_three:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/8.png");
  width: 300px;
  height: 440px;
  bottom: 0;
  left: 0;
  z-index: -1; }

#form_three .box_content {
  margin-bottom: 40px; }

#form_three .box_content .content {
  max-width: 808px;
  width: 100%;
  color: #fff;
  z-index: 2; }

#form_three .box_content .content p {
  line-height: 23px;
  margin-bottom: 1.3em; }

@media all and (max-width: 575px) {
  #form_three .box_content .content p {
    font-size: 16px;
    line-height: 24px; } }

#form_three .box_content .content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 1.3em; }

#form_three .box_content .content ul li {
  line-height: 23px; }

@media all and (max-width: 575px) {
  #form_three .box_content .content ul li {
    font-size: 16px;
    line-height: 24px; } }

#form_three .box_content .content ul li:not(:last-child) {
  margin-bottom: 20px; }

#form_three .box_form {
  margin-bottom: 60px; }

#form_three .box_form .form {
  max-width: 362px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 1; }

@media all and (max-width: 991px) {
  #form_three .box_form .form {
    margin-left: 0;
    margin-right: auto; } }

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

#form_three .box_form .form h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #fff; }

@media all and (max-width: 575px) {
  #form_three .box_form .form h5 {
    text-align: center; } }

#form_three .box_form .form form .form_item {
  margin-bottom: 26px; }

#form_three .box_form .form form .form_item input {
  width: 100%;
  height: 47px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-left: 10px;
  border: none; }

 #form_three .box_form .form form .btn {
    background-color: #FF551F;
  }

 #form_three .box_form .form form .btn:hover {
    background-color: #E0410F;
    color: #fff; }

#form_three .box_form .form form .btn {
  width: 100%;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15); }

#form_three .box_form .form form .policy {
  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;
  text-align: left;
  border-top: 1px solid #DCDCDC;
  /*margin-top: 20px;*/
  padding-top: 26px; }

#form_three .box_form .form form .policy .text p {
  color: #fff;
  font-size: 12px;
  line-height: 16px; }

#form_three .box_form .form form .policy .text p a {
  color: #E9EEFF; }

#form_three .box_form .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  border: 1px solid #fff;
  width: 20px;
  height: 20px; }

#form_three .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#form_three .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#form_three .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1000; }

#form_three .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#form_three .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#form_three .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#form_three .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/**********************  clients  ********************/
#clients {
  padding-top: 50px;
  padding-bottom: 50px;
	display:none;}

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

#clients.dark-gray {
  background-color: #E9EEFF; }

#clients .heading {
  margin-bottom: 22px; }

#clients .subheading {
  margin-bottom: 60px; }

#clients .clients_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#clients .clients_main .item {
  text-align: center;
  width: 20%;
  margin-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px; }

@media all and (max-width: 991px) {
  #clients .clients_main .item {
    width: 25%; } }

@media all and (max-width: 767px) {
  #clients .clients_main .item {
    width: 33.33%; } }

@media all and (max-width: 575px) {
  #clients .clients_main .item {
    width: 50%;
    margin-bottom: 40px; } }

#clients .clients_main .item .img {
  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;
  max-width: 220px;
  height: 110px;
  margin: 0 auto 20px auto;
  width: 100%; }

@media all and (max-width: 575px) {
  #clients .clients_main .item .img {
    margin-bottom: 15px; } }

#clients .clients_main .item h6 {
  font-weight: bold;
  font-family: 'PTSans', sans-serif;
  font-size: 14px;
  line-height: 18px; }

/*************************  block_blog  *********************/
#block_blog {
  background-color: #E9EEFF;
  padding-top: 50px;
  padding-bottom: 50px; }

#block_blog.gray {
  background-color: #F2F5FE;
  padding-top: 20px; }

#block_blog .heading {
  margin-bottom: 22px; }

#block_blog .subheading {
  margin-bottom: 60px; }

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

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

#block_blog .box .box_inner {
  width: 100%;
  min-height: 305px;
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  z-index: 2;
  padding: 45px 30px 45px 20px; }

@media all and (max-width: 575px) {
  #block_blog .box .box_inner {
    min-height: 250px; } }

#block_blog .box .box_inner:hover .img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

#block_blog .box .box_inner .img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

#block_blog .box .box_inner h5 {
  font-size: 20px;
  line-height: 28px;
  position: relative;
  z-index: 3; }

#block_blog .box_more {
  text-align: center;
  margin-top: 30px; }

#block_blog .box_pagination {
  margin-top: 30px; }

#block_blog .box_pagination .wp-pagenavi {
  text-align: center; }

#block_blog .box_pagination .wp-pagenavi a, #block_blog .box_pagination .wp-pagenavi span {
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 3px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15); }

#block_blog .box_pagination .wp-pagenavi a {
  background-color: #FF551F; }

#block_blog .box_pagination .wp-pagenavi span {
  background-color: #182B5A; }

/***************************  form_four  ************************/
#form_four {
  padding-top: 50px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/13.jpg"); }

#form_four .box_content .content {
  margin-bottom: 40px;
  position: relative;
  z-index: 2; }

#form_four .box_content .content .title {
  margin-bottom: 14px; }

#form_four .box_content .content .title h2 {
  text-transform: uppercase;
  font-size: 46px;
  line-height: 52px; }

@media all and (max-width: 575px) {
  #form_four .box_content .content .title h2 {
    font-size: 36px;
    line-height: 42px; } }

#form_four .box_content .content img {
  margin-bottom: 18px;
  display: block; }

#form_four .box_content .content p {
  max-width: 280px;
  width: 100%; }

#form_four .box_form {
  position: relative;
  padding-bottom: 70px;
  z-index: 1; }

@media all and (max-width: 991px) {
  #form_four .box_form {
    padding-bottom: 50px; } }

#form_four .box_form:after {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/12.png");
  width: 790px;
  height: 440px;
  left: -380px;
  bottom: 0;
  z-index: -1; }

@media all and (max-width: 1199px) {
  #form_four .box_form:after {
    width: 600px;
    height: 350px;
    left: -370px; } }

@media all and (max-width: 991px) {
  #form_four .box_form:after {
    display: none; } }

#form_four .box_form .form {
  max-width: 362px;
  width: 100%;
  margin-left: auto;
  margin-right: 0; }

@media all and (max-width: 991px) {
  #form_four .box_form .form {
    margin-left: 0;
    margin-right: auto; } }

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

#form_four .box_form .form h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px; }

@media all and (max-width: 575px) {
  #form_four .box_form .form h5 {
    text-align: center; } }

#form_four .box_form .form form .form_item {
  margin-bottom: 26px; }

#form_four .box_form .form form .form_item input {
  width: 100%;
  height: 47px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-left: 10px;
  border: none; }

  #form_four .box_form .form form .btn {
     background-color: #FF551F;
   }

  #form_four .box_form .form form .btn:hover {
     background-color: #E0410F;
     color: #fff; }

#form_four .box_form .form form .btn {
  width: 100%;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15); }

#form_four .box_form .form form .policy {
  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;
  text-align: left;
  border-top: 1px solid #DCDCDC;
  /*margin-top: 20px;*/
  padding-top: 26px; }

#form_four .box_form .form form .policy .text p {
  color: #000;
  font-size: 12px;
  line-height: 16px; }

#form_four .box_form .form form .policy .text p a {
  color: #182B5A; }

#form_four .box_form .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  border: 1px solid #2D2D2D;
  width: 20px;
  height: 20px; }

#form_four .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#form_four .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#form_four .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1000; }

#form_four .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#form_four .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#form_four .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#form_four .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #2D2D2D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/***********************  footer  *********************/
#footer {
  background-color: #182B5A;
  padding-top: 50px;
  padding-bottom: 26px; }

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

#footer .footer_item {
  margin-bottom: 40px; }

@media all and (max-width: 767px) {
  #footer .footer_item {
    margin-bottom: 30px; } }

#footer .mobile_logo {
  display: none; }

@media all and (max-width: 767px) {
  #footer .mobile_logo {
    display: block; } }

#footer .footer_menu .menu h6 {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 15px; }

#footer .footer_menu .menu ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding-left: 25px;
  position: relative; }

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

#footer .footer_menu .menu ul li a:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_13.svg");
  width: 5.5px;
  height: 11px;
  top: 2px;
  left: 0; }

#footer .footer_menu .menu ul li a:hover {
  text-decoration: underline; }

#footer .footer_contacts .contacts .logo {
  margin-bottom: 26px; }

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

#footer .footer_contacts .contacts .logo a img {
  height: auto; }

#footer .footer_contacts .contacts .content {
  margin-bottom: 60px; }

@media all and (max-width: 767px) {
  #footer .footer_contacts .contacts .content {
    margin-bottom: 20px; } }

#footer .footer_contacts .contacts .content table {
  width: 100%; }

#footer .footer_contacts .contacts .content table tr {
  vertical-align: top; }

@media all and (max-width: 767px) {
  #footer .footer_contacts .contacts .content table tr {
    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;
    margin-bottom: 12px; } }

#footer .footer_contacts .contacts .content table tr td {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 23px; }

@media all and (max-width: 1199px) {
  #footer .footer_contacts .contacts .content table tr td {
    font-size: 16px; } }

@media all and (max-width: 767px) {
  #footer .footer_contacts .contacts .content table tr td {
    padding-top: 0;
    padding-bottom: 0; } }

#footer .footer_contacts .contacts .content table tr td:nth-child(1) {
  width: 99px;
  font-weight: 700; }

@media all and (max-width: 767px) {
  #footer .footer_contacts .contacts .content table tr td:nth-child(1) {
    width: auto; } }

#footer .footer_contacts .contacts .content table tr td a {
  color: #fff;
  white-space: nowrap; }

#footer .footer_contacts .contacts .social a {
  display: inline-block;
  margin-right: 10px; }

@media all and (max-width: 767px) {
  #footer .footer_contacts .contacts .social a {
    margin: 0 10px; } }

#footer .footer_contacts .contacts .social a:hover {
  opacity: 0.7; }

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

/*************************  page  *********************/
#page {
  padding-top: 25px; }

#page.dark-gray {
  background-color: #E9EEFF; }

#page.service {
  background-size: cover;
  background-blend-mode: multiply;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 500px; }

@media all and (max-width: 1199px) {
  #page.service {
    min-height: 400px; } }

#page.service .breadcrumbs {
  color: #fff; }

#page.service .breadcrumbs span {
  color: #fff; }

#page.service .breadcrumbs span a {
  color: #fff; }

#page.service .breadcrumbs span a span {
  color: #fff; }

#page.service .page_heading {
  border-bottom: none;
  margin-bottom: 18px; }

#page.service .content {
  padding-bottom: 40px; }

#page.service .content .btn {
  margin-top: 10px;
  margin-bottom: 0.625em; }

#page .breadcrumbs {
  color: #182B5A;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px; }

#page .breadcrumbs span {
  color: #182B5A;
  display: inline-block; }

#page .breadcrumbs span a {
  color: #182B5A;
  display: inline-block; }

#page .breadcrumbs span a span {
  color: #182B5A; }

#page .page_heading {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 15px; }

#page .page_heading h1 {
  font-size: 26px;
  line-height: 34px; }

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

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

#faq.dark-gray {
  background-color: #E9EEFF; }

@media all and (max-width: 991px) {
  #faq .box_left {
    margin-bottom: 40px; } }

#faq .box_left .left .subtitle {
  margin-bottom: 26px; }

#faq .box_left .left .subtitle p {
  line-height: 23px; }

#faq .box_left .left .faq_tabs .faq_item {
  margin-bottom: 18px; }

#faq .box_left .left .faq_tabs .faq_item .title {
  position: relative;
  cursor: pointer;
  font-family: 'Oswald-Bold', sans-serif;
  padding-left: 34px;
  display: inline-block; }

#faq .box_left .left .faq_tabs .faq_item .title:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_14.svg");
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px; }

#faq .box_left .left .faq_tabs .faq_item .title.active:after {
  background-image: url("../img/icon_14_1.svg"); }

#faq .box_left .left .faq_tabs .faq_item .tab_content {
  display: none;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px 10px 34px; }

#faq .box_right .right {
  max-width: 271px;
  width: 100%; }

#faq .box_right .right h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 26px; }

#faq .box_right .right p {
  line-height: 23px;
  margin-bottom: 25px; }

#faq .box_right .right .btn {
  margin-bottom: 28px; }

#faq .box_right .right .phone {
  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: 8px; }

#faq .box_right .right .phone a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #182B5A; }

#faq .box_right .right .phone button {
  background-color: transparent;
  border: none;
  margin-left: 15px;
  margin-top: -3px; }

#faq .box_right .right .phone button:active {
  opacity: 0.5; }

#faq .box_right .right .link {
  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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A; }

#faq .box_right .right .link:hover {
  opacity: 0.8; }

#faq .box_right .right .link img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px; }

/*****************************  page_article  *************************/
#page_article {
  background-color: #E9EEFF;
  padding-top: 30px;
  padding-bottom: 60px; }

@media all and (max-width: 575px) {
  #page_article {
    padding-bottom: 50px; } }

#page_article article #my_video {
  max-width: 750px;
  width: 100%;
  height: 510px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto; }

@media all and (max-width: 767px) {
  #page_article article #my_video {
    height: 350px; } }

@media all and (max-width: 575px) {
  #page_article article #my_video {
    height: 250px; } }

#page_article article #my_video iframe {
  width: 100%;
  height: 100%; }

#page_article article #my_video img {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer; }

@media all and (max-width: 575px) {
  #page_article article #my_video img {
    -o-object-fit: fill;
       object-fit: fill; } }

/***********************  ourteam  **********************/
#ourteam {
  padding-top: 50px;
  padding-bottom: 30px; }

#ourteam .ourteam_main .item {
  border-bottom: 1px solid #DCDCDC;
  padding-top: 38px;
  padding-bottom: 38px; }

@media all and (max-width: 575px) {
  #ourteam .ourteam_main .item {
    padding-top: 25px;
    padding-bottom: 25px; } }

@media all and (max-width: 767px) {
  #ourteam .ourteam_main .item .item_image {
    margin-bottom: 20px; } }

@media all and (max-width: 767px) {
  #ourteam .ourteam_main .item .item_content {
    margin-bottom: 20px; } }

#ourteam .ourteam_main .item .item_content .content .name {
  font-size: 18px;
  line-height: 25px; }

#ourteam .ourteam_main .item .item_content .content .post {
  display: block;
  margin-bottom: 13px; }

#ourteam .ourteam_main .item .item_content .content table tr td {
  font-size: 14px;
  line-height: 18px;
  width: 80px;
  padding-top: 4px;
  padding-bottom: 4px; }

#ourteam .ourteam_main .item .item_content .content table tr td:nth-child(1) {
  font-weight: bold; }

#ourteam .ourteam_main .item .item_links .links ul li {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 14px 15px;
  color: #182B5A;
  border: 1px solid #182B5A; }

@media all and (max-width: 767px) {
  #ourteam .ourteam_main .item .item_links .links ul li {
    margin-bottom: 10px; } }

/*************************  fastlinks  *********************/
#fastlinks {
  background-color: #E9EEFF;
  padding-top: 50px;
  padding-bottom: 50px; }

#fastlinks .nav ul li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px; }

/***********************  aboutservice  *******************/
#aboutservice {
  padding-top: 50px;
  padding-bottom: 60px; }

@media all and (max-width: 575px) {
  #aboutservice {
    padding-bottom: 50px; } }

#aboutservice article #my_video {
  max-width: 750px;
  width: 100%;
  height: 510px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto; }

@media all and (max-width: 767px) {
  #aboutservice article #my_video {
    height: 350px; } }

@media all and (max-width: 575px) {
  #aboutservice article #my_video {
    height: 250px; } }

#aboutservice article #my_video iframe {
  width: 100%;
  height: 100%; }

#aboutservice article #my_video img {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer; }

@media all and (max-width: 575px) {
  #aboutservice article #my_video img {
    -o-object-fit: fill;
       object-fit: fill; } }

/*************************  achtung  ********************/
#achtung {
  padding-top: 50px; }

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

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

#achtung .box .box_inner {
  width: 100%;
  max-width: 331px;
  margin: 0 auto;
  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; }

#achtung .box .box_inner .title {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 25px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media all and (max-width: 575px) {
  #achtung .box .box_inner .title {
    padding-bottom: 20px;
    margin-bottom: 15px; } }

#achtung .box .box_inner .title h5 {
  font-size: 18px;
  line-height: 27px; }

#achtung .box .box_inner .desc p {
  line-height: 23px; }

/***************************  stages  **********************/
#stages {
  background-color: #E9EEFF;
  padding-top: 50px;
  padding-bottom: 30px; }

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

#stages .box .box_inner {
  width: 100%;
  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;
  background: #FFFFFF;
  border-radius: 1px;
  padding: 20px; }

#stages .box .box_inner .title {
  border-bottom: 1px solid #DCDCDC;
  min-height: 74px;
  margin-bottom: 26px;
  padding-bottom: 15px; }

#stages .box .box_inner .title h6 {
  font-size: 18px;
  line-height: 27px; }

#stages .box .box_inner .desc {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 40px; }

#stages .box .box_inner .desc p {
  font-size: 12px;
  line-height: 16px; }

#stages .box .box_inner .number span {
  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;
  width: 46px;
  height: 46px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  color: #fff;
  background-color: #182B5A;
  font-weight: 700;
  position: relative; }

#stages .box .box_inner .number span:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_11.svg");
  width: 186px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: -200px;
  margin: auto; }

@media all and (max-width: 1199px) {
  #stages .box .box_inner .number span:after {
    width: 100px;
    right: -120px;
    height: 3px; } }

@media all and (max-width: 991px) {
  #stages .box .box_inner .number span:after {
    display: none; } }

/***************************  form_five  ************************/
.form_five {
  background-color: #182B5A;
  padding-top: 55px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media all and (max-width: 991px) {
  .form_five .box_content {
    margin-bottom: 40px; } }

.form_five .box_content .content {
  max-width: 787px;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2; }

.form_five .box_content .content h2 {
  font-size: 46px;
  line-height: 68px;
  text-transform: uppercase; }

@media all and (max-width: 991px) {
  .form_five .box_content .content h2 {
    font-size: 40px;
    line-height: 52px; } }

@media all and (max-width: 575px) {
  .form_five .box_content .content h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center; } }

.form_five .box_form .form {
  max-width: 362px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding-bottom: 50px;
  z-index: 1; }

@media all and (max-width: 991px) {
  .form_five .box_form .form {
    margin-left: 0;
    margin-right: auto; } }

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

.form_five .box_form .form h5 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #fff; }

@media all and (max-width: 575px) {
  .form_five .box_form .form h5 {
    text-align: center; } }

.form_five .box_form .form form .form_item {
  margin-bottom: 26px; }

.form_five .box_form .form form .form_item input {
  width: 100%;
  height: 47px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding-left: 10px;
  border: none; }

.form_five .box_form .form form .btn {
  width: 100%; }

.form_five .box_form .form form .policy {
  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;
  text-align: left;
  border-top: 1px solid #DCDCDC;
  /*margin-top: 20px;*/
  padding-top: 26px; }

.form_five .box_form .form form .policy .text p {
  color: #fff;
  font-size: 12px;
  line-height: 16px; }

.form_five .box_form .form form .policy .text p a {
  color: #E9EEFF; }

.form_five .box_form .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  border: 1px solid #fff;
  width: 20px;
  height: 20px; }

.form_five .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

.form_five .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

.form_five .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1000; }

.form_five .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

.form_five .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

.form_five .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

.form_five .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*************************  video_reviews  *********************/
#video_reviews {
  background-color: #E9EEFF;
  padding-top: 50px;
  padding-bottom: 45px;
	display:none;}

#video_reviews .subheading {
  margin-bottom: 40px; }

#video_reviews .subheading p {
  line-height: 23px; }

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

#video_reviews .box .box_inner {
  width: 100%; }

#video_reviews .box .box_inner .video {
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 20px; }

@media all and (max-width: 575px) {
  #video_reviews .box .box_inner .video {
    margin-bottom: 15px;
    height: auto; } }

#video_reviews .box .box_inner .video:hover {
  opacity: 0.8; }

#video_reviews .box .box_inner .video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

@media all and (max-width: 575px) {
  #video_reviews .box .box_inner .video img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
    width: auto; } }

#video_reviews .box .box_inner .text .name {
  line-height: 23px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 8px;
  padding-bottom: 8px; }

#video_reviews .box .box_inner .text .desc {
  font-size: 12px;
  line-height: 16px; }

#video_reviews .box_btn {
  margin-top: 20px; }

/**************************  contacts  ********************/
#contacts {
  padding-bottom: 100px; }

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

#contacts .box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0; }

@media all and (max-width: 991px) {
  #contacts .box_content {
    padding-right: 15px; } }

#contacts .box_content .content {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 36px 46px 22px 46px;
  position: relative;
  z-index: 2; }

@media all and (max-width: 575px) {
  #contacts .box_content .content {
    padding: 20px; } }

#contacts .box_content .content .item {
  max-width: 515px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px; }

#contacts .box_content .content .box_addres {
  border-bottom: 1px solid #DCDCDC; }

#contacts .box_content .content .box_addres 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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A; }

#contacts .box_content .content .box_addres p img {
  margin-right: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

#contacts .box_content .content .box_phone {
  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;
  border-bottom: 1px solid #DCDCDC; }

@media all and (max-width: 575px) {
  #contacts .box_content .content .box_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

#contacts .box_content .content .box_phone a {
  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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A;
  margin-right: 28px; }

@media all and (max-width: 575px) {
  #contacts .box_content .content .box_phone a {
    margin-right: 0;
    margin-bottom: 10px; } }

#contacts .box_content .content .box_phone a img {
  margin-right: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

#contacts .box_content .content .box_phone p {
  font-size: 12px;
  line-height: 16px;
  color: #182B5A; }

#contacts .box_content .content .box_email {
  padding-top: 20px;
  margin-bottom: 12px; }

@media all and (max-width: 575px) {
  #contacts .box_content .content .box_email {
    margin-bottom: 0; } }

#contacts .box_content .content .box_email a {
  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-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #182B5A; }

#contacts .box_content .content .box_email a img {
  margin-right: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

#contacts .box_content .content .box_btn {
  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: 6px; }

@media all and (max-width: 575px) {
  #contacts .box_content .content .box_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

#contacts .box_content .content .box_btn .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px; }

@media all and (max-width: 575px) {
  #contacts .box_content .content .box_btn .btn {
    margin-right: 0;
    margin-bottom: 20px; } }

#contacts .box_content .content .box_btn .social a {
  margin-right: 6px; }

#contacts .box_content .content .box_btn .social a:hover {
  opacity: 0.7; }

#contacts .box_content .content .box_route p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0.625em; }

#contacts .box_content .content .box_logo img {
  width: 308px;
  height: auto; }

#contacts .box_map {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 991px) {
  #contacts .box_map {
    padding-left: 15px; } }

#contacts .box_map .map {
  width: 100%;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 991px) {
  #contacts .box_map .map {
    height: 370px; } }


/*****************  contact form 7 style  *****************/

.wpcf7-validation-errors {
  display: none!important;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0 auto 10px auto;
  font-size: 14px;
  line-height: 20px;
}


select.wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, #block-7 input[type=text].wpcf7-not-valid, #block-7 input[type=tel].wpcf7-not-valid, #block-15 input[type=tel].wpcf7-not-valid, #block-15 input[type=text].wpcf7-not-valid{
        border: 2px solid #ec3c06!important;
        /*z-index:12000;*/
        position:relative;
}

div span.wpcf7-not-valid-tip{
        /*left:3%;*/
}

body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: none;
}
body span.wpcf7-not-valid-tip-no-ajax{
  display:inline-block;
  font-size:18px;
  margin:0 0 0 10px;
}
body div.wpcf7-validation-errors {
        background: #ffe2e2;
        border: 2px solid #ff8a8a;
        color: #ec3c06;
        font-size:18px;
        text-align:center;
        position:relative;
        z-index:12000;
}
.contact-inner-form .wpcf7-response-output{
  width:95%;
}
body div.wpcf7-response-output {
        padding: 6px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 3px;
}

body .wpcf7-mail-sent-ng {
        background: #fff2e2;
        border: 1px solid #ffbc8a;
        color: #e17731;
}

body .wpcf7-mail-sent-ok {
        /*background: #e8ffe2;*/
        /*border: 1px solid #c0ecae;*/
        border: 2px solid transparent;
        color: #ff5805;
        /*font:12px arial, sans-serif;*/
        text-align:center;
}

.wpcf7-mail-sent-ok {
  /*display: none!important;*/
}
