::-webkit-input-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
:-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
::-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
::-webkit-input-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
:-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
::-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.container {
  width: 1142px;
  max-width: 96%;
  margin: 0 auto;
}
.container_big {
  width: 1721px;
  max-width: 96%;
  margin: 0 auto;
}
.head_block {
  background-color: #f1761b;
  display: flex;
}
.head_block .container_big {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_block .header_phone i {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  font-size: 20px;
  color: #fff;
  transform: rotate(100deg);
}
.head_block .header_phone a {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.head_block .header_phone a:last-child {
  border-left: 2px solid #fbdac2;
  margin-left: 0;
  padding-left: 10px;
}
.head_block .header_email {
  margin-left: 50px;
}
.head_block .header_email i {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  font-size: 20px;
  color: #fff;
}
.head_block .header_email a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-left: 10px;
}
.head_block .left {
  display: flex;
}
.head_block .right {
  display: flex;
  align-items: center;
}
.head_block .right .search {
  display: flex;
  max-width: 370px;
  margin-right: 50px;
}
.head_block .right .search form {
  display: flex;
}
.head_block .right .search button {
  min-width: auto;
  cursor: pointer;
  margin-bottom: 5px;
}
.head_block .right .search i {
  margin-right: -40px;
  font-size: 20px;
  color: #fff;
}
.head_block .right .search input {
  margin-bottom: 7px;
  padding-left: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.head_block .right .search input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.head_block .right .search input::placeholder {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.head_block .right .soc {
  display: flex;
}
.head_block .right .soc a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.5s all ease;
}
.head_block .right .soc a:hover {
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.75);
}
.head_block .right .soc a:last-child {
  margin-right: 0;
}
.head_block .right .soc a i {
  color: #f1761b;
}
@media screen and (max-width: 1190px) and (min-width: 1025px) {
  .head_block .header_email {
    margin-left: 10px;
  }
  .head_block .right .search {
    margin-left: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1025px) {
  .head_block .header_email a {
    font-size: 14px;
    font-weight: 600;
  }
  .head_block .header_phone a {
    font-size: 14px;
  }
  .head_block .right .soc a {
    width: 25px;
    height: 25px;
  }
}
header nav {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0px;
}
header nav .container_big {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu {
  display: flex;
  align-items: center;
}
.menu > li {
  margin-right: 40px;
}
.menu > li:last-child {
  margin-right: 0;
}
.menu > li a {
  color: #0071bb;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.menu > .menu-item-has-children {
  padding-right: 5px;
}
.menu > li > a:after {
  display: block;
  content: "";
  background-color: #0071bb;
  height: 3px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu > li > a:hover:after, .menu > li > a:focus:after {
  width: 100%;
}
header .menu-item-has-children {
  position: relative;
}
header .menu-item-has-children:after {
  content: '';
  position: absolute;
  right: -17px;
  top: 2px;
  background: url('../img/Rectangle_3.png');
  width: 16px;
  height: 10px;
  cursor: pointer;
  pointer-events: all;
}
header .menu-item-has-children:before {
  content: "";
  position: absolute;
  right: -20%;
  width: 120%;
  top: 15px;
  height: 12px;
}
.menu > .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease;
}
.menu > .menu-item-has-children > .sub-menu {
  transition: 0.5s all ease;
  position: absolute;
  margin-top: 5px;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px 0px 6px 6px;
  background: #fff;
  width: 316px;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.menu > .menu-item-has-children > .sub-menu li a {
  color: #0071bb;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu > .menu-item-has-children > .sub-menu li a:hover {
  color: #f1761b;
}
.menu > .menu-item-has-children > .sub-menu .menu-item-has-children:after {
  display: none;
}
.menu > .menu-item-has-children > .sub-menu .menu-item-has-children:before {
  display: none;
}
.menu > .menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu {
  transition: 0.5s all ease;
  width: auto;
  min-width: auto;
  padding: 0;
  margin-top: 0;
  position: static;
  margin-left: 10px;
  border: none;
  background: transparent;
}
.current-menu-item a:after, .current-menu-parent a:after {
  width: 100% !important;
}
.menu > .menu-item-has-children > .sub-menu .current-menu-item a {
  color: #f1761b;
}
@media screen and (max-width: 1024px) {
  .menu > .menu-item-has-children > .sub-menu {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
  }
}
.call {
  border-radius: 30px;
  background-color: #0071bc;
  padding: 9px 25px;
  transition: all 0.5s ease;
}
.call:hover {
  background: #005a96;
}
.call a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-bar {
  margin: 0px 10px;
}
.burger {
  display: none;
  cursor: pointer;
}
.burger div {
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 3px;
  background: #fff;
  margin-top: 5px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  nav {
    position: relative;
  }
  .nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .burger {
    display: block;
  }
  .nav-bar .menu {
    display: none;
  }
}
@media screen and (max-width: 1390px) and (min-width: 1025px) {
  .menu li {
    margin-right: 45px;
  }
  .menu li:last-child {
    margin-right: 0;
  }
  .logo img {
    width: 272px;
  }
  .call a {
    font-size: 18px;
  }
  .menu .menu-item-has-children {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1025px) {
  .menu li {
    margin-right: 35px;
  }
  .menu li:last-child {
    margin-right: 0;
  }
  .menu .menu-item-has-children {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1025px) {
  .menu li {
    margin-right: 20px;
  }
  .menu li:last-child {
    margin-right: 0;
  }
  .menu .menu-item-has-children {
    margin-right: 25px;
  }
  .menu .menu-item-has-children li a {
    color: #0071bb;
  }
  .logo img {
    width: 200px;
  }
  .call a {
    font-size: 18px;
  }
  .menu li a {
    color: #0071bb;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1025px) {
  .menu li {
    margin-right: 18px;
  }
  .menu li:last-child {
    margin-right: 0;
  }
  .logo img {
    width: 200px;
  }
  .call a {
    font-size: 17px;
  }
  .menu li a {
    color: #0071bb;
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1040px) and (min-width: 1025px) {
  .head_block .right .soc a {
    margin-right: 5px;
  }
  .call a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    position: absolute;
    top: 42px;
    height: 200px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
  }
  .call {
    position: absolute;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .logo {
    position: absolute;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .burger {
    position: absolute;
    right: 20px;
    top: -35px;
  }
  .menu {
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 200px;
  }
  .menu li {
    padding-left: 20px;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .head_block .container_big .right {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .head_block {
    height: 42px;
  }
  .head_block .container_big {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header_email {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .header_phone {
    position: absolute;
    left: 10px;
  }
  .call a {
    font-size: 18px;
  }
  .left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .header_phone i {
    display: none;
  }
  .head_block .header_phone a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-item-has-children a {
    position: relative;
    display: inline;
  }
  .menu-item-has-children:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('../img/Rectangle_3.png');
    width: 16px;
    height: 10px;
    pointer-events: all;
    cursor: pointer;
  }
  .sub-menu {
    transition: 0.5s all ease;
    position: static;
    min-width: 150px;
    padding: 0px;
    border-top: none;
    border-radius: 0px;
    background: transparent;
    margin: 0;
    padding: 0;
    opacity: 1;
    display: none;
    padding-left: 10px;
    visibility: visible;
  }
  .sub-menu li {
    border: none;
    padding: 0;
  }
  .sub-menu li a {
    margin-top: 0px;
    color: #005891;
  }
  .sub-menu .menu-item-has-children:after {
    display: none;
  }
  .sub-menu .menu-item-has-children:before {
    display: none;
  }
  .sub-menu .menu-item-has-children .sub-menu {
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
    border: none;
    display: block;
    padding-left: 10px;
    border: none;
  }
  .menu-item-has-children:before {
    display: none;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children:before {
    display: none;
  }
  .menu > .menu-item-has-children > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .sub-menu li:first-child {
    margin-top: 10px;
  }
  .sub-menu li .sub-menu li {
    margin-top: 0;
  }
}
.top_footer {
  background-color: #0071bc;
  padding: 22px 0px;
}
.top_footer .container_big {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_footer nav .menu_footer .menu-item-has-children .sub-menu {
  display: none;
}
.top_footer nav .menu_footer .menu-item-has-children:after {
  display: none;
}
.top_footer .logo_footer {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
  margin-right: 10px;
}
.top_footer .logo_footer img {
  width: 233px;
  height: 71px;
}
.top_footer .footer_location {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.top_footer .footer_location img {
  border-radius: 8px;
}
.top_footer .footer_img {
  border-radius: 8px;
  background-color: #fff;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top_footer .footer_img img:last-child {
  margin-right: 0;
}
.top_footer .menu_footer {
  display: flex;
  max-width: 400px;
  flex-wrap: wrap;
}
.top_footer .menu_footer li {
  margin-right: 40px;
}
.top_footer .menu_footer li:last-child {
  margin-right: 0;
}
.top_footer .menu_footer li .menu-item-has-children:before {
  display: none;
}
.top_footer .menu_footer li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
.top_footer .menu_footer li a:hover {
  border-bottom: 1px solid #fff;
}
.top_footer .footer_contact {
  margin-right: 10px;
}
.top_footer .footer_contact .footer_phone {
  margin-bottom: 20px;
}
.top_footer .footer_contact .footer_phone i {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  font-size: 20px;
  color: #fff;
  transform: rotate(100deg);
}
.top_footer .footer_contact .footer_phone a {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.top_footer .footer_contact .footer_phone a:last-child {
  border-left: 2px solid #fbdac2;
  margin-left: 0;
  padding-left: 10px;
}
.top_footer .footer_contact .footer_email i {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}
.top_footer .footer_contact .footer_email a {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.top_footer .footer_location img {
  width: 80px;
  margin-right: 10px;
  max-width: 100%;
  height: auto;
}
.top_footer .footer_location span {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}
.bottom_footer {
  background-color: #f1761b;
  padding: 6px 0px;
}
.bottom_footer .container_big {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.bottom_footer span {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.bottom_footer .soc {
  display: flex;
}
.bottom_footer .soc a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.5s all ease;
}
.bottom_footer .soc a:hover {
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.75);
}
.bottom_footer .soc a:last-child {
  margin-right: 0;
}
.bottom_footer .soc a i {
  color: #f1761b;
}
@media screen and (min-width: 1024px) {
  .bottom_footer span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1740px) and (min-width: 1025px) {
  .top_footer .menu_footer li a {
    font-size: 15px;
  }
  .top_footer .footer_img img {
    height: auto;
  }
  .top_footer .logo_footer img {
    width: 175px;
    height: auto;
  }
}
@media screen and (max-width: 1575px) and (min-width: 1025px) {
  .top_footer .footer_contact .footer_phone i {
    font-size: 17px;
  }
  .top_footer .footer_contact .footer_phone a {
    font-size: 14px;
  }
  .top_footer .footer_contact .footer_email i {
    font-size: 17px;
  }
  .top_footer .footer_contact .footer_email a {
    font-size: 14px;
  }
  .top_footer .menu_footer {
    max-width: 300px;
  }
  .top_footer .footer_location span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .top_footer .menu_footer li a {
    font-size: 13px;
  }
  .top_footer .footer_img img {
    height: auto;
  }
  .top_footer .logo_footer img {
    width: 150px;
    height: auto;
  }
  .top_footer .menu_footer {
    max-width: 280px;
  }
}
@media screen and (max-width: 1270px) and (min-width: 1025px) {
  .top_footer .footer_img {
    padding: 10px;
  }
  .top_footer .footer_img img {
    height: auto;
  }
  .top_footer .logo_footer img {
    width: 110px;
    height: auto;
  }
}
@media screen and (max-width: 1122px) and (min-width: 1025px) {
  .top_footer .menu_footer li {
    margin-right: 20px;
  }
  .top_footer .menu_footer li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .top_footer .container_big {
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_footer .container_big div {
    margin-bottom: 20px;
  }
  .top_footer .container_big .logo_footer {
    margin-bottom: 20px;
  }
  .top_footer .container_big nav {
    margin-bottom: 20px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .top_footer .footer_img {
    display: none;
  }
  .bottom_footer {
    background-color: #f1761b;
    padding: 6px 0px;
  }
  .bottom_footer .container_big {
    flex-direction: column;
    align-items: center;
  }
  .bottom_footer .container_big span {
    margin-bottom: 5px;
  }
  .top_footer .menu_footer {
    max-width: 307px;
  }
}
@media screen and (max-width: 768px) {
  .top_footer .container_big {
    flex-direction: column;
    align-items: center;
  }
  .top_footer .menu_footer {
    display: flex;
    flex-direction: column;
  }
  .top_footer .menu_footer li {
    margin-right: 0;
    text-align: center;
  }
  .footer_contact {
    text-align: center;
  }
  .top_footer .logo_footer {
    margin-right: 0;
  }
}
.homeSlider {
  position: relative;
  margin-top: -125px;
  height: 900px;
}
.homeSlider .swiper-slide {
  height: 100%;
}
.homeSlider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  background-color: #f1761b;
  transition: 0.5s all ease;
  z-index: 99999;
}
.homeSlider .swiper-button-prev:after {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 19px;
  font-family: 'fontawesome-solid';
}
.homeSlider .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  background-color: #f1761b;
  transition: 0.5s all ease;
  z-index: 99999;
}
.homeSlider .swiper-button-next:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  color: #fff;
  font-family: 'fontawesome-solid';
}
.homeSlider .swiper-pagination {
  margin-bottom: 20px;
  z-index: 99999;
}
.homeSlider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.homeSlider .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f1761b;
}
.homeSlider .swiper-pagination span {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}
header {
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-button-prev {
    margin-top: 125px;
  }
  .homeSlider .swiper-button-next {
    margin-top: 125px;
  }
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: #0071bc;
  transition: 0.5s all ease;
}
.homeSlider_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  height: 100%;
}
.homeSlider_content .block {
  box-shadow: 0 5px 20px rgba(50, 17, 11, 0.68);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.93);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 520px;
  margin-left: 25px;
  position: absolute;
  bottom: 80px;
}
.homeSlider_content .block span {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}
.homeSlider_content .block .btn-block {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 24px;
  background-color: #0071bc;
  padding: 17px 30px;
  transition: 0.5s all ease;
}
.homeSlider_content .block .btn-block:hover {
  background-color: #f1761b;
}
.homeSlider_content .header_form {
  border-radius: 4px;
  padding: 40px 15px 50px;
  background-color: rgba(241, 118, 27, 0.9);
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 5%;
  bottom: 80px;
}
.homeSlider_content .header_form .header_form__title {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 23px;
  text-transform: uppercase;
}
.homeSlider_content .header_form .header_form__textarea {
  border-radius: 4px;
  background-color: #fff;
  padding-left: 10px;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  outline: none;
}
.homeSlider_content .header_form .header_form__textarea::placeholder {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.homeSlider_content .header_form .header_form__text {
  border-radius: 4px;
  background-color: #fff;
  padding-left: 10px;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  outline: none;
}
.homeSlider_content .header_form .header_form__text::placeholder {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.homeSlider_content .header_form .header_file {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.homeSlider_content .header_form .header_file label {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  background: url('../img/img_upload.png') no-repeat center, rgba(255, 255, 255, 0.6);
  width: 60px;
  height: 64px;
  cursor: pointer;
}
.homeSlider_content .header_form .header_file span {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.homeSlider_content .header_form .header_file input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.homeSlider_content .header_form .header_form__btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 24px;
  background-color: #0071bc;
  padding: 17px 47px;
  transition: 0.5s all ease;
}
.homeSlider_content .header_form .header_form__btn:hover {
  background-color: #0088e2;
}
.wpcf7-validation-errors {
  position: absolute;
  left: 0;
  bottom: -7px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .homeSlider_content {
    height: auto;
    padding-bottom: 80px;
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .homeSlider_content .header_form {
    position: static;
    margin: 0 auto;
  }
  .homeSlider_content .block {
    position: static;
  }
  .homeSlider_content .container {
    display: flex;
    justify-content: center;
  }
  .homeSlider_content .block {
    margin-left: 0;
    margin-bottom: 41px;
  }
  .homeSlider {
    height: 1500px;
  }
}
@media screen and (max-width: 400px) {
  .homeSlider {
    height: 1600px;
  }
  .swiper-button-prev {
    margin-top: 52px;
    display: none;
  }
  .swiper-button-next {
    margin-top: 52px;
    display: none;
  }
}
.section-2 .content {
  display: flex;
  justify-content: space-between;
  padding: 90px 0px;
}
.section-2 img {
  width: 50%;
  display: inline-block;
  height: 100%;
}
.section-2 .text {
  margin-right: 30px;
  flex-basis: 50%;
}
.section-2 .text h2 {
  color: #f1761b;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
}
.section-2 .text span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #363636;
}
.section-2 .text span h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}
.section-2 .text span strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .section-2 .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-2 img {
    width: 500px;
    max-width: 100%;
    height: 100%;
  }
  .section-2 .text {
    flex-basis: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.section-3 {
  background-color: #f0f7fd;
  padding: 70px 0px;
}
.section-3 h2 {
  text-align: center;
  color: #0071bc;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-3 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-3 .content .wrapper {
  transition: 0.3s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 267px;
  margin-bottom: 20px;
  flex-basis: 32%;
  border-radius: 6px;
  position: relative;
}
.section-3 .content .wrapper .hover {
  opacity: 0;
  transition: 0.5s all ease;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 1px;
  padding-top: 32px;
  padding-bottom: 20px;
  position: absolute;
  width: 90%;
}
.section-3 .content .wrapper .hover h3 {
  color: #0071bc;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.section-3 .content .wrapper .hover img {
  margin-bottom: 10px;
}
.section-3 .content .wrapper .hover span {
  color: #464646;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
}
.section-3 .content .wrapper .hover .info_link {
  text-decoration: none;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: 0.5s all ease;
}
.section-3 .content .wrapper .hover .info_link:hover:after {
  display: block;
  content: "";
  background-color: #363636;
  height: 2px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-3 .content .wrapper .hover .info_link:hover:hover:after, .section-3 .content .wrapper .hover .info_link:hover:focus:after {
  width: 100%;
}
.section-3 .content .wrapper:hover {
  box-shadow: 0 5px 20px rgba(50, 17, 11, 0.68);
}
.section-3 .content .wrapper:hover h3:first-child {
  position: relative;
  opacity: 0;
  left: -1000px;
  transition: 0s;
}
.section-3 .content .wrapper:hover .hover {
  opacity: 1;
  z-index: 2;
}
.section-3 .content .wrapper h3:first-child {
  text-shadow: 0 2px 5px rgba(50, 17, 11, 0.68);
  color: #fff;
  opacity: 0.45;
  font-family: 'Montserrat', sans-serif;
  font-size: 41px;
  font-weight: 900;
  line-height: 42px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  transition: 0.5s all ease;
}
@media screen and (max-width: 1024px) {
  .section-3 .content {
    display: flex;
    justify-content: center;
  }
  .section-3 .content .wrapper {
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: 45%;
  }
}
@media screen and (max-width: 768px) {
  .section-3 .content .wrapper {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 500px) {
  .section-3 .content .wrapper {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 360px) {
  .section-3 .content .wrapper {
    flex-basis: 100%;
  }
}
.section-4 {
  padding: 75px 0px;
}
.section-4 .container h2 {
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-4 .container form {
  display: flex;
  flex-direction: column;
}
.section-4 .container form input[type="radio"] {
  opacity: 0;
}
.section-4 .container form input[type="radio"] ~ span {
  position: relative;
}
.section-4 .container form input[type="radio"] ~ span:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}
.section-4 .container form input[type="radio"]:checked {
  opacity: 0;
}
.section-4 .container form input[type="radio"]:checked ~ span {
  position: relative;
}
.section-4 .container form input[type="radio"]:checked ~ span:after {
  background: url('../img/check.png') no-repeat center;
}
.section-4 .container form input[type="checkbox"] {
  opacity: 0;
}
.section-4 .container form input[type="checkbox"] ~ span {
  position: relative;
}
.section-4 .container form input[type="checkbox"] ~ span:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #fff;
  left: -30px;
  top: 0px;
}
.section-4 .container form input[type="checkbox"]:checked {
  position: relative;
  opacity: 0;
}
.section-4 .container form input[type="checkbox"]:checked ~ span {
  position: relative;
}
.section-4 .container form input[type="checkbox"]:checked ~ span:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #fff;
  left: -30px;
  top: 0px;
}
.section-4 .container form input[type="checkbox"]:checked ~ span:before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: transparent;
  z-index: 9;
  left: -25px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid #f1761b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-4 .container form .from_title_radio {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.section-4 .container form .from_title_radio span {
  color: #f1761b;
}
.section-4 .container form .wpcf7-list-item-label {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 17px;
  margin-right: 2px;
}
.section-4 .container form .form_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.section-4 .container form .form_input label {
  width: 25%;
  margin-right: 20px;
}
.section-4 .container form .form_input label:last-child {
  margin-right: 0;
}
.section-4 .container form .form_input input {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section-4 .container form .form_input input::placeholder {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section-4 .container form .form_radio {
  display: flex;
  justify-content: space-between;
}
.section-4 .container form .form_radio .wpcf7-list-item-label {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.section-4 .container form .form_radio label {
  margin-left: 35px;
  margin-right: 35px;
}
.section-4 .container form .form_radio div {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0px;
  border-top: 2px solid #f1761b;
}
.section-4 .container form .form_checkbox {
  display: flex;
  justify-content: space-between;
}
.section-4 .container form .form_checkbox div {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px;
  border-top: 2px solid #f1761b;
  border-bottom: 2px solid #f1761b;
}
.section-4 .container form .form_checkbox div .checkbox-757 {
  width: 100%;
  display: flex;
}
.section-4 .container form .form_checkbox div .wpcf7-validates-as-required {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-4 .container form .form_checkbox .radio-6 {
  width: 100%;
}
.section-4 .container form .form_checkbox .wpcf7-radio {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.section-4 .container form .form_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0px;
}
.section-4 .container form .form_footer div:first-child {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-4 .container form .form_footer div:first-child span {
  width: 100%;
}
.section-4 .container form .form_footer div:first-child textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section-4 .container form .form_footer div:first-child textarea::placeholder {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section-4 .container form .form_footer .file_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  flex-direction: column;
}
.section-4 .container form .form_footer .file_wrapper .file {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-4 .container form .form_footer .file_wrapper span {
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 50px;
  height: 100%;
}
.section-4 .container form .form_footer .file_wrapper span span {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.section-4 .container form .form_footer .file_wrapper label {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  border: 2px solid #fff;
  background: url('../img/img_upload.png') no-repeat center, #6698bc;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.section-4 .container form .form_footer .file_wrapper input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.section-4 .container form .big_form__btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 24px;
  background-color: #f1761b;
  padding: 17px 47px;
  transition: 0.5s all ease;
}
.section-4 .container form .big_form__btn:hover {
  background-color: #ff8e20;
}
@media screen and (max-width: 1024px) {
  .section-4 .container form .form_input {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-4 .container form .form_input label {
    margin: 0;
    margin-bottom: 10px;
    width: 49%;
  }
  .section-4 .container form .form_checkbox {
    flex-direction: column;
    align-items: center;
  }
  .section-4 .container form .form_checkbox div {
    width: 80%;
  }
  .section-4 .container form .form_checkbox div:last-child {
    border-top: none;
  }
  .section-4 .container form .form_footer {
    flex-direction: column;
    align-items: center;
  }
  .section-4 .container form .form_footer textarea {
    margin-bottom: 40px;
  }
  .section-4 .container form .form_footer .file {
    width: 80%;
  }
  .section-4 .container form .form_footer .file_wrapper {
    padding: 40px 0px;
    border-top: 2px solid #f1761b;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section-4 .container form .form_input label {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .section-4 .container form .form_radio {
    flex-direction: column;
    align-items: center;
  }
  .section-4 .container form .form_radio div {
    width: 80%;
  }
  .section-4 .container form .form_footer {
    flex-direction: column;
    align-items: center;
  }
  .section-4 .container form .form_footer textarea {
    margin-bottom: 40px;
  }
  .section-4 .container form .form_footer div:first-child {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .section-4 .container form .form_radio div {
    width: 100%;
  }
  .section-4 .container form .form_footer div {
    width: 100%;
  }
  .section-4 .container form .form_footer .file_wrapper {
    width: 100%;
  }
  .section-4 .container form .form_input label {
    width: 100%;
  }
  .section-4 .container form .form_checkbox div {
    width: 100%;
  }
  .section-4 .container form .form_footer div:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 510px) {
  .section-4 .container form .form_checkbox div .wpcf7-validates-as-required {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .section-4 .container form .form_checkbox div .wpcf7-validates-as-required span {
    width: 47%;
    margin-bottom: 10px;
    text-align: center;
  }
  .section-4 .container form .form_checkbox div .wpcf7-validates-as-required span label {
    display: flex;
    justify-content: center;
  }
  .section-4 .container form .form_checkbox .wpcf7-radio {
    flex-wrap: wrap;
  }
  .section-4 .container form .form_checkbox .wpcf7-radio span {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  .section-4 .container form .form_checkbox .wpcf7-radio span label {
    display: flex;
    justify-content: center;
  }
  .section-4 .container form .form_footer .file_wrapper div {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .section-4 .container form .form_footer .file_wrapper div label {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.section-5 {
  padding: 70px 0px;
}
.section-5 h2 {
  text-align: center;
  color: #0071bc;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-5 .wrapper_testimonials {
  height: 100%;
}
.section-5 .wrapper_testimonials .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.section-5 .wrapper_testimonials .item {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 42px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 366px;
  min-height: 305px;
  height: 100%;
}
.section-5 .wrapper_testimonials .item div, .section-5 .wrapper_testimonials .item span {
  position: relative;
  z-index: 9;
}
.section-5 .wrapper_testimonials .item img {
  position: absolute;
  left: 20px;
  top: 20px;
}
.section-5 .wrapper_testimonials .item div {
  margin-top: -30px;
  width: 100%;
  display: flex;
}
.section-5 .wrapper_testimonials .item div iframe {
  width: 90%;
  margin: 0 auto;
}
.section-5 .wrapper_testimonials .item .testimonials_text {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 42px;
}
.section-5 .wrapper_testimonials .item .testimonials_author__text {
  color: #0071bc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin-left: auto;
  margin-top: 25px;
  padding: 0px 42px;
}
.section-5 .wrapper_testimonials .item .testimonials_author__video {
  margin-top: 25px;
  color: #0071bc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 25px;
}
.section-5 .container {
  position: relative;
}
.swiper-button-prev_2 {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  background-color: #f1761b;
  transition: 0.5s all ease;
  z-index: 99999;
  margin-left: -40px;
  margin-top: 30px;
}
.swiper-button-prev_2:after {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 19px;
  font-family: 'fontawesome-solid';
}
.swiper-button-next_2 {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  background-color: #f1761b;
  transition: 0.5s all ease;
  z-index: 99999;
  margin-top: 30px;
  margin-right: -40px;
}
.swiper-button-next_2:after {
  content: "\f105";
  font-family: 'fontawesome-solid';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  color: #fff;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: #0071bc;
  transition: 0.5s all ease;
}
@media screen and (max-width: 1230px) {
  .swiper-button-prev_2 {
    margin-left: -30px;
  }
  .swiper-button-next_2 {
    margin-right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev_2 {
    margin-left: -20px;
  }
  .swiper-button-next_2 {
    margin-right: -20px;
  }
}
@media screen and (max-width: 400px) {
  .swiper-button-prev_2 {
    display: block;
  }
  .swiper-button-next_2 {
    display: block;
  }
}
.section-6 {
  padding-top: 70px;
  background-color: #f0f7fd;
  padding-bottom: 90px;
}
.section-6 .container {
  display: flex;
  flex-direction: column;
}
.section-6 .container .all_posts {
  margin: 0 auto;
  margin-top: 30px;
}
.section-6 .container .all_posts a {
  text-align: center;
  border-radius: 22px;
  background-color: #0071bc;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 17px 40px;
  transition: 0.5s all ease;
}
.section-6 .container .all_posts a:hover {
  background-color: #f1761b;
}
.section-6 .container > h2 {
  text-align: center;
  color: #0071bc;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-6 .container .thumb {
  position: relative;
}
.section-6 .container .thumb img {
  object-fit: cover;
  width: 100%;
  height: 195px;
  margin-bottom: 20px;
}
.section-6 .container .thumb span {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9;
  padding-left: 20px;
}
.section-6 .container .thumb span:after {
  content: '';
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
  border: 11px solid #f1761b;
  opacity: 0.9;
  border-right-color: transparent;
  z-index: -1;
}
.section-6 .container .front_blog__post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-6 .container .front_blog__post .post {
  width: 31%;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.section-6 .container .front_blog__post .post .info {
  padding: 13px;
  padding-top: 0;
}
.section-6 .container .front_blog__post .post .info h3 {
  color: #0071bc;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}
.section-6 .container .front_blog__post .post .info p {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section-6 .container .front_blog__post .post a:last-child {
  text-align: right;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  text-decoration: underline;
  color: #f1761b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .section-6 .container .front_blog__post .post {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .section-6 .container .front_blog__post {
    justify-content: center;
  }
  .section-6 .container .front_blog__post .post {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .section-6 .container .front_blog__post .post {
    width: 100%;
  }
}
.section_index {
  background: #fff;
  padding: 70px 0px;
}
.section_index .container .front_blog__post {
  justify-content: flex-start;
  padding-bottom: 55px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
.section_index .container .front_blog__post .post {
  margin-left: 10px;
  margin-right: 10px;
}
.section_index .container .wp-pagenavi {
  margin: 0 auto;
}
.section_index .container .wp-pagenavi a, .section_index .container .wp-pagenavi span {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  color: #464646;
}
.section_index .container .wp-pagenavi span {
  color: #f1761b;
}
@media screen and (max-width: 1024px) {
  .section_index .container .front_blog__post {
    justify-content: space-between;
  }
  .section_index .container .front_blog__post .post {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .section_index .container .front_blog__post {
    justify-content: center;
  }
}
.slider_section {
  margin-top: -120px;
  padding-top: 330px;
  padding-bottom: 210px;
}
.slider_section .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.slider_section .container h1 {
  text-shadow: 0 2px 5px rgba(50, 17, 11, 0.68);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .slider_section {
    padding-top: 490px;
  }
}
@media screen and (max-width: 500px) {
  .slider_section .container h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .slider_section .container h1 {
    font-size: 35px;
  }
}
.section_single {
  padding-top: 70px;
}
.section_single .container .p {
  display: flex;
  justify-content: space-between;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24.03px;
  padding-bottom: 20px;
}
.section_single .container .thumb {
  margin-bottom: 50px;
}
.section_single .container .thumb img {
  width: 100%;
}
.section_single .container time {
  color: #959595;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.03px;
}
.section_single .container .single_content__text div {
  margin-bottom: 20px;
}
.section_single .container h2 {
  color: #0071bc;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23.03px;
  padding-bottom: 10px;
}
.recent_post {
  background-color: #fff;
}
.breadcrumb {
  font-size: 19px;
  color: #fff;
}
.breadcrumb a {
  color: #f1761b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 19px;
  transition: 0.5s all ease;
}
.breadcrumb a:hover {
  color: #0071bc;
}
.breadcrumb .current-item {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}
.share {
  margin-top: 70px;
}
.share .container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0px;
}
.share .container div {
  display: flex;
  align-items: center;
}
.share .container div a {
  margin-right: 10px;
}
.share .container .a2a_button_twitter {
  margin-right: 0;
}
.share .container h3 {
  margin-right: 25px;
  color: #f1761b;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.share .container .twitcount {
  background: #0099db;
}
.share .container .twitcount span {
  color: #fff;
  background: #0099db;
  width: 20px;
}
.share .container .twitcount #twitcount {
  color: #fff;
}
@media screen and (max-width: 460px) {
  .share .container {
    flex-direction: column;
    align-items: center;
  }
  .share .container h3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.testimonials .wrapper_testimonials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.testimonials .wrapper_testimonials .item {
  height: auto;
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .testimonials .wrapper_testimonials {
    justify-content: center;
  }
  .testimonials .wrapper_testimonials .item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .testimonials .wrapper_testimonials .item {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .testimonials .wrapper_testimonials .item {
    width: 100%;
  }
}
@media screen and (max-width: 1560px) and (min-width: 1025px) {
  .menu li {
    margin-right: 30px;
  }
  .menu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1025px) {
  .menu li {
    margin-right: 20px;
  }
  .menu li a {
    font-size: 13px;
  }
  .call a {
    font-size: 14px;
  }
  .logo a img {
    max-width: 250px;
    height: auto;
  }
  .menu-item-has-children:after {
    top: 2px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .menu li {
    margin-right: 20px;
  }
  .menu li a {
    font-size: 13px;
  }
  .call a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1025px) {
  .menu li {
    margin-right: 20px;
  }
  .menu li a {
    font-size: 12px;
  }
  .call a {
    font-size: 13px;
  }
  .logo a img {
    max-width: 170px;
    height: auto;
  }
}
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1060px) and (min-width: 1025px) {
  .menu li {
    margin-right: 17px;
  }
  .menu li a {
    font-size: 11px;
  }
  .call a {
    font-size: 12px;
  }
}
.logo {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .logo a img {
    max-width: 320px;
    height: auto;
  }
}
.section_about .container {
  display: flex;
  flex-direction: column;
}
.section_about .container .content {
  padding: 80px 0px;
}
.section_about .container .content h2 {
  color: #f1761b;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.section_about .container .content span {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section_about .container .content .contact {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_about .container .content .contact div {
  display: flex;
  align-items: flex-start;
}
.section_about .container .content .contact div img {
  margin-right: 10px;
}
.section_about .container .content .contact .footer_phone div {
  display: flex;
  flex-direction: column;
}
.section_about .container .content .contact span {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}
.section_about .container .content .contact .fa-phone {
  transform: rotate(100deg);
}
.section_about .container .content .contact i {
  color: #f1761b;
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
  margin-right: 10px;
}
.section_map {
  position: relative;
}
.section_map .map {
  height: 530px;
}
.section_map .map_form {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.section_map .map_form .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.section_map .map_form .container .form {
  background-color: rgba(241, 118, 27, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 50px;
  height: 100%;
  position: relative;
}
.section_map .map_form .container .form > span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section_map .map_form .container .form input, .section_map .map_form .container .form textarea {
  border-radius: 4px;
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section_map .map_form .container .form input::placeholder, .section_map .map_form .container .form textarea::placeholder {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.section_map .map_form .container .form input[type="submit"] {
  margin: 0 auto;
  margin-top: 30px;
  background-color: #0071bc;
  border-radius: 22px;
  padding: 10px 45px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
}
.section_map .map_form .container .form input[type="submit"]:hover {
  background-color: #007ccf;
}
@media screen and (max-width: 850px) {
  .section_about .container .content .contact {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_about .container .content .contact div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_map .map_form .container {
    justify-content: center;
  }
  .section_map .map_form .container .form {
    padding: 40px 25px;
  }
}
.page-template-tpl-about-us .section-5 {
  background: #f0f7fd;
}
.page-template-tpl-about-us .section-5 .container .btn-test {
  display: flex;
  justify-content: center;
}
.page-template-tpl-about-us .section-5 .container .btn-test a {
  margin-top: 60px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #000;
  border-radius: 22px;
  background-color: #f1761b;
  padding: 14.5px 40px;
  transition: 0.5s all ease;
}
.page-template-tpl-about-us .section-5 .container .btn-test a:hover {
  background: #0071bc;
}
.ddsds .container .swiper-button-next_2 {
  margin-top: 0;
}
.ddsds .container .swiper-button-prev_2 {
  margin-top: 0;
}
.content_about {
  padding: 80px 0px;
}
.content_about .container {
  display: flex;
  flex-direction: column;
}
.content_about .container div {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_about .container div p {
  padding-bottom: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #363636;
}
.content_about .container div p strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.content_about .container div span {
  width: 49%;
}
.content_about .container div img {
  width: 49%;
}
.content_about h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 1024px) {
  .content_about div {
    flex-direction: column;
  }
  .content_about div span {
    width: 100%;
  }
  .content_about div img {
    width: 80%;
  }
}
#content {
  padding: 80px 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #363636;
}
#content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 900;
}
#content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#content h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
#content h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
#content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}
#content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 26px;
}
#content table {
  table-layout: fixed;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
#content table td {
  vertical-align: top;
}
#content .video {
  display: flex;
  justify-content: center;
}
#content .video iframe {
  margin-top: 50px;
}
#content .roof_table {
  display: block;
  margin-bottom: 20px;
}
#content .roof_table td {
  vertical-align: top;
  width: 50%;
}
#content .roof_table td ul {
  width: 100%;
}
#content li {
  position: relative;
  padding-left: 12px;
  padding-bottom: 10px;
}
#content li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f1761b;
}
.Windows_slider {
  height: 600px;
  padding: 0;
}
.Windows_slider .windows_slider__content {
  padding: 220px 0px;
}
.Windows_slider .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  background-color: #f1761b;
  transition: 0.5s all ease;
  z-index: 99999;
  right: 5%;
}
.Windows_slider .swiper-button-next:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  color: #fff;
  font-family: 'fontawesome-solid';
}
.Windows_slider .swiper-button-prev:after {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 19px;
  font-family: 'fontawesome-solid';
}
.Windows_slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  background-color: #f1761b;
  transition: 0.5s all ease;
  z-index: 99999;
  left: 5%;
}
.Windows_slider .swiper-button-prev.swiper-button-disabled, .Windows_slider .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: #0071bc;
  transition: 0.5s all ease;
}
.Windows_slider .swiper-pagination {
  z-index: 999999;
}
.Windows_slider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.Windows_slider .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f1761b;
}
.Windows_slider .swiper-pagination span {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}
.Windows_slider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
@media screen and (max-width: 1490px) {
  .Windows_slider .swiper-button-prev {
    left: 0;
  }
  .Windows_slider .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1366px) {
  .Windows_slider .swiper-button-prev {
    left: 0;
    margin-top: 40px;
  }
  .Windows_slider .swiper-button-next {
    right: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .Windows_slider .swiper-button-prev {
    left: 0;
    margin-top: 90px;
  }
  .Windows_slider .swiper-button-next {
    right: 0;
    margin-top: 9 0px;
  }
}
#content p, .content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  padding-bottom: 20px;
  color: #363636;
}
#content p strong, .content p strong {
  font-weight: 700;
  font-size: 19px;
  font-family: "Source Sans Pro", sans-serif;
}
.content_about .container p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #363636;
}
.file label .file_name {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0071bc;
  opacity: 0.7;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file label {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .content_about .container div {
    display: block;
  }
}
.windows_table td {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .windows_table td {
    width: 30%;
  }
}
@media screen and (max-width: 880px) {
  .windows_table tr {
    display: flex;
    flex-direction: column;
  }
  .windows_table td {
    margin-bottom: 20px;
  }
  .windows_table td:last-child {
    margin-bottom: 0;
  }
}
.table_border {
  border-collapse: collapse;
}
.table_border td {
  border: 1px solid #000;
  padding: 10px;
}
.top_footer .footer_img a {
  margin-right: 10px;
}
.top_footer .footer_img a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 550px) and (min-width: 1025px) {
  .img_respond {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1850px) and (min-width: 1025px) {
  .top_footer .footer_contact {
    margin-right: 0px;
  }
  .top_footer .footer_contact .footer_phone a {
    font-size: 15px;
  }
  .top_footer .footer_contact .footer_email a {
    font-size: 15px;
  }
  .top_footer .footer_location span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1025px) {
  .top_footer .footer_location img {
    width: 63px;
    height: auto;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1025px) {
  .top_footer .footer_location img {
    width: 63px;
    height: auto;
  }
  .top_footer .logo_footer img {
    width: 125px;
    height: auto;
  }
  .top_footer .logo_footer {
    padding: 20px;
  }
  .top_footer .footer_img img {
    width: 80%;
  }
  .top_footer .footer_img a {
    margin-right: 5px;
  }
  .top_footer .footer_img a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1025px) {
  .top_footer .footer_contact {
    margin-right: 0px;
  }
  .top_footer .footer_contact .footer_phone a {
    font-size: 13px;
  }
  .top_footer .footer_contact .footer_email a {
    font-size: 13px;
  }
  .top_footer .footer_location span {
    font-size: 13px;
  }
}
.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}
.accordion dl:after, .accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: transparent;
}
.accordion dd, .accordion__panel {
  background-color: #f5f5f5;
  font-size: 1em;
  line-height: 1.5em;
}
.accordion p {
  padding: 1em 2em 1em 2em;
  color: #202020;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 30px;
  padding-top: 0;
}
.accordion p:first-child {
  padding-top: 35px;
}
.accordion p strong {
  color: #2c3e50;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.section-faqs {
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 10px;
}
.section-faqs .accordion {
  position: relative;
  background-color: transparent;
}
.section-faqs .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}
.section-faqs .accordionTitle, .section-faqs .accordion__Heading {
  background-color: #f5f5f5;
  padding: 15px 20px;
  padding-right: 51px;
  display: block;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
  color: #2c3e50;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #eceef0;
  position: relative;
}
.section-faqs .accordionTitle:before, .section-faqs .accordion__Heading:before {
  content: url("../img/arrow_down.png");
  float: right;
  right: 21px;
  top: 50%;
  margin-top: -13.5px;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}
.section-faqs .accordionTitle:after, .section-faqs .accordion__Heading:after {
  content: "";
  position: absolute;
  right: 50px;
  width: 1px;
  height: 100%;
  background-color: #eceef0;
  top: 0;
}
.section-faqs .accordionTitle:hover, .section-faqs .accordion__Heading:hover {
  background-color: #ecf0f1;
}
.section-faqs .accordionTitleActive, .section-faqs .accordionTitle.is-expanded {
  background-color: #0071bc;
  color: #ffcd33;
}
.section-faqs .accordionTitleActive:before, .section-faqs .accordionTitle.is-expanded:before {
  transform: rotate(-180deg);
}
.section-faqs .accordionTitleActive:after, .section-faqs .accordionTitle.is-expanded:after {
  opacity: 0.2;
}
.section-faqs .accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .section-faqs .accordionItem {
    transition: max-height 0.5s;
  }
}
.section-faqs .accordionItem.is-collapsed {
  max-height: 0;
}
.section-faqs .no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.section-faqs .animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1;
}
.section-faqs .animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
.is-expanded {
  margin-bottom: 10px;
}
.section_gallery {
  margin-bottom: 50px;
}
.section_gallery h2 {
  color: #f1761b;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 50px 0px;
}
.section_gallery .one_img {
  width: 100%;
  margin-bottom: 10px;
}
.section_gallery .one_img a {
  width: 100%;
}
.section_gallery .one_img a img {
  width: 100%;
}
.section_gallery .two_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
.section_gallery .two_img a {
  width: 49.5%;
  position: relative;
  height: 300px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section_gallery .two_img a span {
  position: absolute;
  text-shadow: 0 2px 5px rgba(50, 17, 11, 0.68);
  color: #fff;
  opacity: 0.3;
  font-family: 'Montserrat', sans-serif;
  font-size: 37px;
  font-weight: 900;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.5s all ease;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.section_gallery .two_img a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section_gallery .two_img a:hover span {
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .section_gallery .two_img a span {
    font-size: 30px;
  }
}
.bg-white {
  margin-top: 0;
  background-color: #fff;
  padding-top: 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section_gallery .two_img a {
    height: 150px;
  }
}
@media screen and (max-width: 576px) {
  .section_gallery .two_img a {
    height: 100px;
  }
}
.seciton_financing .block_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.seciton_financing .block_links a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background-color: #0071bc;
  padding: 15px 30px;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.seciton_financing .block_links a:hover {
  background-color: #f1761b;
}
.form_pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.form_pop-up label {
  width: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.form_pop-up h2 {
  text-align: center;
  padding-bottom: 30px;
  color: #f1761b;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: -40px;
}
.form_pop-up .option {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.form_pop-up input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.form_pop-up input:active, .form_pop-up :hover, .form_pop-up :focus {
  outline: 0;
  outline-offset: 0;
}
.form_pop-up input[type=submit] {
  width: 155px;
  height: 44px;
  border-radius: 22px;
  background-color: #0071bc;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: none;
  margin-bottom: 12px;
}
.form_pop-up input[type=submit]:hover {
  background-color: #0088e2;
}
.form_pop-up select {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.form_pop-up select option {
  color: #202020;
}
.fancybox-close-small svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 50%;
}
.page-template-tpl-financing input[type='text']:focus, .page-template-tpl-financing input[type='number']:focus, .page-template-tpl-financing input[type='email']:focus, .page-template-tpl-financing input[type='password']:focus, .page-template-tpl-financing input[type='search']:focus, .page-template-tpl-financing input[type='tel']:focus, .page-template-tpl-financing textarea:focus {
  border: none;
  border-bottom: 1px solid #fff;
}
.page-template-tpl-financing .fancybox-content {
  overflow: hidden;
}
.page-template-tpl-financing .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  bottom: -9px;
}
.page-template-tpl-financing .wpcf7 .wpcf7-response-output {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
