<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  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%);
 }
 */
header {
  border-bottom: 1px solid #f1f1f1;
}
header .row {
  width: 100%;
  max-width: 100%;
}
header .header-top {
  background: #fafafa;
  padding: 0 0 0 60px;
}
@media (max-width: 1910px) {
  header .header-top {
    padding: 0 0 0 10px;
  }
}
header .header-top .h_link_pdf {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  color: #181818;
  -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;
}
@media (max-width: 1910px) {
  header .header-top .h_link_pdf {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  header .header-top .h_link_pdf {
    width: 100%;
    text-align: center;
  }
}
header .header-top .h_link_pdf:hover {
  color: #2e3192;
}
@media (max-width: 1024px) {
  header .header-top &gt; div {
    display: block;
    width: 100%;
    text-align: center;
  }
}
header .header-top .btn_h {
  font-size: 14px;
  background: #2e3192;
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #fff;
  min-width: 295px;
  padding: 11px 5px 11px;
  -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;
  text-align: center;
}
@media (max-width: 1910px) {
  header .header-top .btn_h {
    min-width: 200px;
  }
}
header .header-top .btn_h:hover {
  background: #5270fe;
}
header .header-bottom {
  padding: 5px 0 5px 60px;
}
@media (max-width: 1910px) {
  header .header-bottom {
    padding: 5px 0 5px 10px;
  }
}
@media (max-width: 1024px) {
  header .header-bottom {
    display: block;
    text-align: center;
  }
}
header .header-bottom #logo {
  width: 468px;
}
@media (max-width: 1920px) {
  header .header-bottom #logo {
    width: 350px;
  }
}
@media (max-width: 1910px) {
  header .header-bottom #logo {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  header .header-bottom #logo {
    width: 300px;
    margin: 20px auto;
    display: block;
    max-width: 100%;
  }
}
header .header-bottom &gt; div {
  padding: 0 30px 0 72px;
  position: relative;
  border-left: 2px solid #000;
}
@media (max-width: 1024px) {
  header .header-bottom &gt; div {
    padding: 10px;
    border: none;
  }
}
header .header-bottom &gt; div:before {
  content: '';
  background: url(../img/icon_phone.png);
  background-size: 100%;
  width: 38px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 20px;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  header .header-bottom &gt; div:before {
    display: none;
  }
}
header .header-bottom &gt; div .btn-phone {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  color: #181818;
  display: block;
  -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;
}
@media (max-width: 1910px) {
  header .header-bottom &gt; div .btn-phone {
    font-size: 17px;
  }
}
header .header-bottom &gt; div .btn-phone:hover {
  color: #4144b5;
}
header .header-bottom &gt; div .btn-email {
  display: block;
  font-family: 'Montserrat';
  color: #181818;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 300;
  -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;
}
header .header-bottom &gt; div .btn-email:hover {
  color: #4144b5;
}
header nav &gt; ul &gt; li {
  margin: 0 10px;
  position: relative;
}
@media (max-width: 1910px) {
  header nav &gt; ul &gt; li {
    margin: 0 5px;
  }
}
header nav &gt; ul &gt; li &gt; a {
  display: block;
  font-family: 'OpenSans';
  font-size: 15px;
  color: #181818;
  font-weight: 700;
  -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;
}
@media (max-width: 1910px) {
  header nav &gt; ul &gt; li &gt; a {
    font-size: 14px;
  }
}
header nav &gt; ul &gt; li &gt; a:hover {
  color: #4144b5;
}
header nav &gt; ul &gt; li &gt; .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: #2e3192;
  visibility: hidden;
  opacity: 0;
  -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;
  padding: 20px 10px;
  z-index: 9;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li {
  margin-bottom: 5px;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li:last-child {
  margin-bottom: 0;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li &gt; a {
  font-size: 17px;
  display: block;
  color: #fff;
  -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;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li &gt; a:hover {
  color: #5270fe;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li.menu-item-has-children &gt; .sub-menu {
  padding-left: 10px;
  padding-top: 10px;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li.menu-item-has-children &gt; .sub-menu &gt; li {
  line-height: 1;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li.menu-item-has-children &gt; .sub-menu &gt; li &gt; a {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  -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;
}
header nav &gt; ul &gt; li &gt; .sub-menu &gt; li.menu-item-has-children &gt; .sub-menu &gt; li &gt; a:hover {
  color: #5270fe;
}
header nav &gt; ul li.menu-item-has-children &gt; a {
  position: relative;
  padding-right: 10px;
}
header nav &gt; ul li.menu-item-has-children &gt; a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: -3px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #5d61e6;
}
@media (max-width: 1910px) {
  header nav &gt; ul li.menu-item-has-children &gt; a:after {
    top: 7px;
  }
}
header nav &gt; ul li.menu-item-has-children:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
}
header.stick {
  -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;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -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;
  background: #fff;
  z-index: 999999;
}
header.stick .header-top {
  display: none;
}
header.stick .header-bottom #logo {
  width: 300px;
}
header.stick.stick-active {
  top: 0;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  .soc-bl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 10px 0;
  }
}
.soc-bl &gt; span {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  color: #2e3192;
  font-size: 14px;
  display: inline-block;
  margin-right: 18px;
}
.soc-bl a {
  width: 24px;
  height: 24px;
  display: block;
  background: #2e3192;
  position: relative;
  margin: 0 4px;
  -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;
}
.soc-bl a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
}
.soc-bl a:hover {
  background: #5270fe;
}
footer .need-help {
  padding: 50px 50px 50px 100px;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  background: url("../img/bg_need.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  footer .need-help {
    text-align: center;
    display: block;
    padding: 20px 15px 20px 15px;
  }
}
footer .need-help h2 {
  font-weight: 900;
  color: #fff;
  padding: 0;
  font-size: 40px;
}
@media (max-width: 767px) {
  footer .need-help h2 {
    padding-bottom: 15px;
  }
}
footer .need-help .text_call p {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #fff;
  padding: 0;
}
footer .need-help .text_call p a {
  color: #fff;
}
footer .need-help .text_call p a:hover {
  text-decoration: underline;
}
footer .need-help .text_call p strong {
  font-weight: 900;
}
footer .need-help .text_call p strong a {
  font-weight: 900;
}
footer .top-footer {
  background: #3f434e;
  padding: 150px 0 50px;
  margin-top: -95px;
}
footer .top-footer &gt; .row {
  width: 1300px;
}
@media (max-width: 1023px) {
  footer .top-footer {
    padding: 120px 0 20px;
  }
}
footer .top-footer nav {
  margin-bottom: 55px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (max-width: 1023px) {
  footer .top-footer nav {
    margin-bottom: 20px;
  }
}
footer .top-footer nav ul li {
  margin: 0 15px;
}
@media (max-width: 1023px) {
  footer .top-footer nav ul li {
    width: 100%;
    text-align: center;
    margin: 0 15px 10px;
  }
}
footer .top-footer nav ul li a {
  display: block;
  font-size: 13px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  -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;
}
footer .top-footer nav ul li a:hover {
  color: #5270fe;
}
footer .top-footer .foot-img-menu &gt; div {
  margin: 0 90px;
}
@media (max-width: 1023px) {
  footer .top-footer .foot-img-menu &gt; div {
    margin: 20px 0;
    width: 100%;
  }
}
footer .top-footer .soc-bl {
  margin-bottom: 40px;
}
footer .top-footer .soc-bl a {
  background: #fff;
  margin: 0 15px;
}
footer .top-footer .soc-bl a:before {
  color: #3d404a;
}
footer .top-footer .soc-bl a:hover {
  background: #5270fe;
}
footer .top-footer .soc-bl a:hover:before {
  color: #fff;
}
footer .top-footer .links-foot ul li {
  padding: 0 20px;
  border-right: 1px solid #7f889e;
}
footer .top-footer .links-foot ul li:last-child {
  border: none;
}
footer .top-footer .links-foot ul li a {
  display: block;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #7f889e;
  text-transform: uppercase;
  font-size: 12px;
  -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;
}
footer .top-footer .links-foot ul li a:hover {
  color: #fff;
}
footer .bottom-footer {
  background: #363942;
  text-align: center;
  padding: 20px 0;
}
footer .bottom-footer p {
  color: #626774;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 400;
  padding: 0;
}
.top-bn-section {
  background: url("../img/top_bn.jpg") no-repeat;
  background-size: cover;
  min-height: 760px;
  padding: 20px 0;
}
.top-bn-section .row {
  width: 1610px;
}
.top-bn-section .top-bn-text {
  font-size: 65px;
  line-height: 1.5;
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
@media (max-width: 1024px) {
  .top-bn-section .top-bn-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .top-bn-section .top-bn-text img {
    margin: 0 auto;
  }
}
.top-bn-section .top-bn-text &gt; div {
  margin-bottom: 30px;
}
.top-bn-section .top-bn-text h2, .top-bn-section .top-bn-text h1 {
  font-weight: 900;
  color: #fff;
  padding-bottom: 45px;
}
.top-bn-section .top-bn-text .btn-white {
  padding: 12px 37px 13px 37px;
  color: #2e3192;
}
.top-bn-section .top-bn-video {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
@media (max-width: 1024px) {
  .top-bn-section .top-bn-video {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-bn-section .top-bn-video .video-top a {
  position: relative;
  display: block;
}
@media (max-width: 1024px) {
  .top-bn-section .top-bn-video .video-top a img {
    display: block;
    margin: 0 auto;
  }
}
.top-bn-section .top-bn-video .video-top a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("../img/pl.png") no-repeat;
  background-size: 100%;
  -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;
}
.top-bn-section .top-bn-video .video-top a:hover:before {
  width: 50px;
  height: 50px;
}
.about-section {
  position: relative;
  min-height: 700px;
  padding: 110px 0;
  background: #fafafa;
}
@media (max-width: 1024px) {
  .about-section {
    padding: 20px 0;
  }
}
.about-section:before {
  content: '';
  background: #ededef;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 57%;
}
.about-section .row {
  margin: 0 100px 0 auto;
  padding: 90px 120px;
  width: 1180px;
  background: #fff;
  -webkit-box-shadow: -15px 20px 34px 17px rgba(84, 88, 101, 0.11);
  -moz-box-shadow: -15px 20px 34px 17px rgba(84, 88, 101, 0.11);
  box-shadow: -15px 20px 34px 17px rgba(84, 88, 101, 0.11);
}
@media (max-width: 1024px) {
  .about-section .row {
    margin: 0 auto 0 auto;
    padding: 20px;
  }
  .about-section .row img {
    margin: 0 auto;
  }
}
.about-section .about-video {
  width: 800px;
  margin-left: -65%;
  -webkit-box-shadow: -15px 20px 34px 17px rgba(84, 88, 101, 0.11);
  -moz-box-shadow: -15px 20px 34px 17px rgba(84, 88, 101, 0.11);
  box-shadow: -15px 20px 34px 17px rgba(84, 88, 101, 0.11);
}
@media (max-width: 1024px) {
  .about-section .about-video {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.about-section .about-video a {
  position: relative;
  display: block;
}
.about-section .about-video a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("../img/pl.png") no-repeat;
  background-size: 100%;
  -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;
}
.about-section .about-video a:hover:before {
  width: 50px;
  height: 50px;
}
.about-section .about-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 130px;
}
@media (max-width: 1024px) {
  .about-section .about-text {
    padding-left: 0px;
  }
}
.about-section .about-text h6 {
  color: #2e3192;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 24px;
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
}
.about-section .about-text h2 {
  font-family: 'Montserrat';
  font-weight: 900;
  padding-bottom: 30px;
}
.about-section .about-text p {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 30px;
}
.about-section .about-text .btn {
  padding: 13px 50px 12px 50px;
}
.call-to-action-section {
  padding: 80px 0 0;
}
.call-to-action-section &gt; .row {
  width: 1840px;
}
.call-to-action-section .swiper-container {
  background: url("../img/slider_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .call-to-action-section .swiper-container {
    padding: 0;
  }
}
.call-to-action-section .swiper-slide {
  min-height: 406px;
}
.call-to-action-section .swiper-slide &gt; .row {
  width: 700px;
  text-align: center;
}
.call-to-action-section .swiper-slide &gt; .row * {
  color: #fff;
}
.call-to-action-section .swiper-slide &gt; .row h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 30px;
}
.call-to-action-section .swiper-slide &gt; .row p {
  font-family: 'OpenSans';
  font-size: 20px;
  padding-bottom: 20px;
}
.call-to-action-section .swiper-slide &gt; .row p:last-of-type {
  padding-bottom: 0;
}
.call-to-action-section .swiper-slide &gt; .row .btn-white {
  padding: 13px 50px 12px 50px;
  color: #2e3192;
  text-transform: uppercase;
}
.call-to-action-section .swiper-button-next {
  right: 70px;
}
@media (max-width: 1024px) {
  .call-to-action-section .swiper-button-next {
    right: 5px;
  }
}
@media (max-width: 568px) {
  .call-to-action-section .swiper-button-next {
    display: none;
  }
}
.call-to-action-section .swiper-button-prev {
  left: 70px;
}
@media (max-width: 1024px) {
  .call-to-action-section .swiper-button-prev {
    left: 5px;
  }
}
@media (max-width: 568px) {
  .call-to-action-section .swiper-button-prev {
    display: none;
  }
}
.blog .page-title {
  padding: 10px 0 90px;
}
.blog .page-title h1 {
  text-align: center;
  color: #2f2f3c;
  padding: 0;
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.posts &gt; * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1023px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts &gt; * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 767px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .posts &gt; * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
@media (max-width: 767px) {
  .posts .post {
    margin-bottom: 20px;
  }
}
.posts .post .thumb {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .posts .post .thumb img {
    width: 100%;
  }
}
.posts .post .info h4 {
  padding-bottom: 20px;
}
.posts .post .info h4 a {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #393f3c;
  font-size: 21px;
  -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;
}
.posts .post .info h4 a:hover {
  color: #2e3192;
}
.posts .post .info p {
  font-size: 14px;
}
.posts .post .info &gt; a {
  font-size: 12px;
  color: #2e3192;
  font-family: 'OpenSans';
  font-weight: 700;
  -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;
}
.posts .post .info &gt; a:hover {
  color: #000;
}
.wp-pagenavi {
  padding: 80px 0 100px;
  border: none;
}
@media (max-width: 1023px) {
  .wp-pagenavi {
    padding: 20px 0 25px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  color: #2f2f3c;
  font-family: 'Montserrat';
  font-weight: 900;
  margin: 0 10px;
}
.call-to-action-info-block {
  background: url("../img/call_to_action_block.jpg") no-repeat;
  background-size: cover;
  min-height: 500px;
  margin-bottom: -95px;
  padding: 60px 0 110px 0;
}
@media (max-width: 767px) {
  .call-to-action-info-block {
    min-height: 1px;
    padding: 35px 0 110px 0;
  }
}
.call-to-action-info-block .row {
  width: 620px;
}
.call-to-action-info-block h2 {
  font-weight: 700;
}
.call-to-action-info-block * {
  color: #fff;
}
.call-to-action-info-block p {
  font-size: 16px;
  padding-bottom: 10px;
}
.call-to-action-info-block .btn-white {
  padding: 12px 37px 13px 37px;
  color: #2e3192;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
.page-title-top {
  background: url("../img/top_single_img.jpg") no-repeat;
  min-height: 340px;
  padding: 70px 0 130px;
  text-align: center;
}
@media (max-width: 1023px) {
  .page-title-top {
    min-height: 100px;
    padding: 40px 0 30px;
  }
}
.page-title-top h1 {
  color: #fff;
  padding-bottom: 20px;
}
.page-title-top span {
  text-align: center;
  color: #fff;
  font-family: 'OpenSans';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.post-single .row {
  width: 1080px;
}
.post-single .thumb {
  text-align: center;
  margin-top: -100px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .post-single .thumb {
    margin-top: 0px;
  }
}
.post-single .thumb img {
  display: inline-block;
}
.share-post {
  padding: 60px 0 90px;
  text-align: center;
}
.share-post span {
  display: block;
  margin-bottom: 30px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
}
.share-post a {
  display: inline-block;
  margin: 0 15px;
}
.share-post a:before {
  color: #000;
  -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;
}
.share-post a:hover:before {
  color: #2e3192;
}
.archive-title-top {
  background: url("../img/top_archive_img.jpg") no-repeat;
  min-height: 500px;
  padding: 20px 0 20px;
  text-align: center;
}
.archive-title-top h1, .archive-title-top h2 {
  color: #fff;
  padding-bottom: 20px;
}
.archive-title-top p {
  color: #fff;
}
.archive-two-text {
  padding: 100px 0 80px;
}
.archive-two-text h2 {
  font-weight: 900;
}
.archive-items {
  overflow: hidden;
}
.archive-items .row {
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.05%;
  width: 100.1%;
}
.archive-items .row &gt; * {
  width: 24.9%;
  margin: 0 0.05% 0.0625em;
}
@media (max-width: 1024px) {
  .archive-items .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.05%;
    width: 100.1%;
  }
  .archive-items .row &gt; * {
    width: 33.2333333333%;
    margin: 0 0.05% 0.0666666667em;
  }
}
@media (max-width: 768px) {
  .archive-items .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.05%;
    width: 100.1%;
  }
  .archive-items .row &gt; * {
    width: 49.9%;
    margin: 0 0.05% 0.075em;
  }
}
@media (max-width: 567px) {
  .archive-items .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.05%;
    width: 100.1%;
  }
  .archive-items .row &gt; * {
    width: 99.9%;
    margin: 0 0.05% 0.1em;
  }
}
.archive-items .row .archive-item {
  min-height: 340px;
  position: relative;
}
.archive-items .row .archive-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  -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;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000',GradientType=0);
}
.archive-items .row .archive-item span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  bottom: 35px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  padding: 5px 10px;
  -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;
}
.archive-items .row .archive-item:hover:before {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#cc000000',GradientType=0);
}
.archive-items .row .archive-item:hover span {
  bottom: 45%;
}
.content {
  padding: 80px 0 60px;
}
@media (max-width: 1023px) {
  .content {
    padding: 35px 0 30px;
  }
}
@media (max-width: 768px) {
  .content .row iframe {
    width: 100%;
  }
}
.page-title-top {
  min-height: 220px;
  padding: 45px 0 45px;
}
@media (max-width: 1023px) {
  .page-title-top {
    min-height: 100px;
    padding: 40px 0 30px;
  }
}
.single-applications .post-single .thumb {
  margin-top: 0;
}
.single-applications .post-single &gt; .row .thumb {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 1023px) {
  .single-applications .post-single &gt; .row .thumb {
    float: none;
    margin: 0 auto 20px;
  }
}
.breadcrumbs {
  color: #000;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: 28px;
  }
}
.breadcrumbs a {
  color: #838a98;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 400;
  display: inline-block;
  margin: 0 3px;
  -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;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs .row &gt; span {
  color: #000;
  display: inline-block;
  margin: 0 3px;
}
.single-metals .breadcrumbs {
  text-align: center;
}
.archive-title-top-metal {
  padding: 120px 0 100px;
}
.archive-title-top-metal h2 {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .archive-title-top-metal {
    padding: 20px 0 20px;
  }
}
.post-type-archive-metals .archive-items {
  margin-bottom: 150px;
}
.post-type-archive-metals .archive-items .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.05%;
  width: 100.1%;
}
.post-type-archive-metals .archive-items .row &gt; * {
  width: 33.2333333333%;
  margin: 0 0.05% 0.0666666667em;
}
@media (max-width: 768px) {
  .post-type-archive-metals .archive-items .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.05%;
    width: 100.1%;
  }
  .post-type-archive-metals .archive-items .row &gt; * {
    width: 49.9%;
    margin: 0 0.05% 0.075em;
  }
}
@media (max-width: 767px) {
  .post-type-archive-metals .archive-items .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.05%;
    width: 100.1%;
  }
  .post-type-archive-metals .archive-items .row &gt; * {
    width: 99.9%;
    margin: 0 0.05% 0.1em;
  }
}
.archive-items-metals {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .archive-items-metals {
    margin-bottom: 50px;
  }
}
.archive-items-metals .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.05%;
  width: 100.1%;
}
.archive-items-metals .row &gt; * {
  width: 33.2333333333%;
  margin: 0 0.05% 0.0666666667em;
}
@media (max-width: 768px) {
  .archive-items-metals .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.05%;
    width: 100.1%;
  }
  .archive-items-metals .row &gt; * {
    width: 49.9%;
    margin: 0 0.05% 0.075em;
  }
}
@media (max-width: 767px) {
  .archive-items-metals .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.05%;
    width: 100.1%;
  }
  .archive-items-metals .row &gt; * {
    width: 99.9%;
    margin: 0 0.05% 0.1em;
  }
}
.single-metals .post-single .thumb {
  margin-top: 0;
}
.home-blog-section .page-title {
  text-align: center;
}
.home-blog-section .page-title h2 {
  padding-bottom: 70px;
}
.page-id-450 .content table {
  margin: 20px 0;
  width: 100%;
}
.page-id-450 .content table td {
  text-align: center;
}
.page-id-450 .content table td a {
  font-size: 15px;
}
.page-id-450 .content table td img {
  margin: 0 auto;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  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: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  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%);
 }
 */
.page-template-tpl-contact-us .title-block {
  padding: 75px 0;
}
.page-template-tpl-contact-us .title-block h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 0;
}
.page-template-tpl-contact-us .title-block h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
}
.page-template-tpl-contact-us .wrapper-link {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .page-template-tpl-contact-us .wrapper-link {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-tpl-contact-us .wrapper-link .button-cus {
  margin-right: 15px;
  color: #4660db;
  padding: 15px 45px;
  font-size: 18px;
  background-color: #fff;
  font-weight: 500;
  -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;
  border: 2px solid #fff;
}
@media (max-width: 576px) {
  .page-template-tpl-contact-us .wrapper-link .button-cus {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .page-template-tpl-contact-us .wrapper-link .button-cus:last-child {
    margin-bottom: 0;
  }
}
.page-template-tpl-contact-us .wrapper-link .button-cus:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.page-template-tpl-contact-us .wrapper-link .button-cus:last-child {
  margin-right: 0;
}
.page-template-tpl-contact-us .block-info {
  padding: 95px 0;
}
@media (max-width: 1024px) {
  .page-template-tpl-contact-us .block-info {
    padding: 40px 0;
  }
}
.page-template-tpl-contact-us .block-info .row {
  width: 1250px;
}
.page-template-tpl-contact-us .block-info .row .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.page-template-tpl-contact-us .block-info .row .wrapper .item {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  width: 24%;
}
@media (max-width: 1024px) {
  .page-template-tpl-contact-us .block-info .row .wrapper .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    width: 48%;
  }
}
@media (max-width: 576px) {
  .page-template-tpl-contact-us .block-info .row .wrapper .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.page-template-tpl-contact-us .block-info .row .wrapper .item h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.page-template-tpl-contact-us .block-info .row .wrapper .item .wys a {
  color: #000;
}
.page-template-tpl-contact-us .contact-information .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-template-tpl-contact-us .contact-information .wrapper &gt; div {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}
@media (max-width: 1024px) {
  .page-template-tpl-contact-us .contact-information .wrapper &gt; div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.page-template-tpl-contact-us .contact-information .wrapper .left-content {
  background-color: #fafafa;
  padding: 70px 0;
  padding-right: 100px;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .page-template-tpl-contact-us .contact-information .wrapper .left-content {
    padding: 30px 10px;
  }
}
.page-template-tpl-contact-us .contact-information .wrapper .left-content .wys {
  max-width: 640px;
  margin-left: auto;
}
.page-template-tpl-contact-us .contact-information .wrapper .left-content .wys h2 {
  font-size: 40px;
}
.page-template-tpl-contact-us .contact-information .wrapper .left-content .wys p {
  font-size: 17px;
  line-height: 1.5;
}
.page-template-tpl-contact-us .contact-information .wrapper .left-content .wys form {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .page-template-tpl-contact-us .contact-information .wrapper .right-content {
    height: 500px;
  }
}
.page-template-tpl-contact-us .contact-information .wrapper .right-content p {
  padding-bottom: 0;
  height: 100%;
}
.page-template-tpl-contact-us .contact-information .wrapper .right-content p iframe {
  width: 100%;
  height: 100%;
}
.page-template-tpl-contact-us .slider-team {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .page-template-tpl-contact-us .slider-team {
    padding-top: 30px;
  }
}
.page-template-tpl-contact-us .slider-team .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #e1e1e1;
  margin: 0;
  margin-right: 20px;
  border-radius: 0;
  opacity: 1;
}
.page-template-tpl-contact-us .slider-team .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.page-template-tpl-contact-us .slider-team .swiper-pagination-bullet-active {
  background-color: #506df7;
}
.page-template-tpl-contact-us .slider-team .swiper-button-next, .page-template-tpl-contact-us .slider-team .swiper-button-prev {
  color: #fff;
  width: 52px;
  height: 52px;
  background-color: #506df7;
}
.page-template-tpl-contact-us .slider-team .swiper-button-next:after, .page-template-tpl-contact-us .slider-team .swiper-button-prev:after {
  font-size: 25px;
  font-weight: 700;
}
.page-template-tpl-contact-us .slider-team .swiper-button-next {
  right: -22px;
}
@media (max-width: 1279px) {
  .page-template-tpl-contact-us .slider-team .swiper-button-next {
    right: 0;
  }
}
.page-template-tpl-contact-us .slider-team .swiper-button-prev {
  left: -22px;
}
@media (max-width: 1279px) {
  .page-template-tpl-contact-us .slider-team .swiper-button-prev {
    left: 0;
  }
}
.page-template-tpl-contact-us .slider-team .row {
  width: 1350px;
}
.page-template-tpl-contact-us .slider-team .row .swiper-container {
  padding: 109px 0;
}
.page-template-tpl-contact-us .slider-team .row .swiper-slide {
  height: 100%;
}
.page-template-tpl-contact-us .slider-team .row .item {
  height: 100%;
  box-shadow: 0 10px 17px 3px rgba(204, 204, 204, 0.64);
  background-color: #fff;
}
.page-template-tpl-contact-us .slider-team .row .item .image img {
  height: 245px;
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
}
.page-template-tpl-contact-us .slider-team .row .item .content {
  padding: 25px 10px 40px;
  text-align: center;
}
.page-template-tpl-contact-us .slider-team .row .item .content h3 {
  color: #2f2f3c;
  font-size: 20px;
  font-weight: 700;
}
.page-template-tpl-contact-us .slider-team .row .item .content h4 {
  color: #575757;
  font-family: 'OpenSans';
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 7px;
}
.page-template-tpl-contact-us .slider-team .row .item .content .email {
  font-family: 'OpenSans';
  font-size: 17px;
  font-weight: 400;
  color: #4263ff;
}
.page-template-tpl-contact-us .slider-team .row .item .content .learn {
  color: #4263ff;
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
form input[type='text'], form input[type='number'], form input[type='email'], form input[type='password'], form input[type='search'], form input[type='tel'], form textarea {
  border-radius: 0;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 20px;
  color: #7275d7;
}
form input[type='text']::placeholder, form input[type='number']::placeholder, form input[type='email']::placeholder, form input[type='password']::placeholder, form input[type='search']::placeholder, form input[type='tel']::placeholder, form textarea::placeholder {
  color: #7275d7;
}
form input[type="submit"] {
  min-width: 215px;
  text-align: center;
}
form textarea {
  height: 145px;
}
form .flex-item {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  form .flex-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
form .flex-item span {
  margin-bottom: 0 !important;
}
form .flex-item.flex-item-full {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-tpl-team .image {
  margin-bottom: 40px;
  text-align: center;
}
.page-template-tpl-team .position {
  text-align: center;
  padding-bottom: 10px;
}
.page-template-tpl-team .mail {
  margin-bottom: 40px;
  text-align: center;
}
.page-template-tpl-team iframe {
  width: 100% !important;
  height: 450px !important;
}
.page-id-30 form select, .page-id-32 form select {
  border: 1px solid #000;
  padding: 2px 25px;
  height: 41px;
}
.page-id-30 form label, .page-id-32 form label {
  margin-bottom: 15px;
  display: block;
}
.page-id-30 form label input[type='checkbox'], .page-id-32 form label input[type='checkbox'] {
  margin-right: 10px;
}
</pre></body></html>