::-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 {
  background: #0057c0;
  padding: 24px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 9;
}
header nav > ul > li {
  margin: 0 35px;
  position: relative;
}
@media (max-width: 1350px) {
  header nav > ul > li {
    margin: 0 15px;
  }
}
header nav > ul > li a {
  font-family: "LeagueGothic";
  font-weight: 900;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
header nav > ul > li a:hover {
  color: #333;
}
header nav > ul > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  -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 > ul > li > ul.sub-menu > li {
  border-bottom: 1px solid #0057c0;
}
header nav > ul > li > ul.sub-menu > li:last-child {
  border-bottom: none;
}
header nav > ul > li > ul.sub-menu > li > a {
  display: block;
  color: #0057c0;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0;
  text-transform: uppercase;
}
header nav > ul > li > ul.sub-menu > li > a:hover {
  color: #333;
}
header nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
header nav > ul > li.current-menu-item > a {
  color: #fff;
}
header #searchform {
  width: 230px;
  position: relative;
}
@media (max-width: 1024px) {
  header #searchform {
    display: none;
  }
}
header #searchform input[type="text"] {
  height: 20px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(250, 250, 250, 1);
  background: transparent;
  padding: 2px 30px 2px 0;
  font-size: 18px;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 1px;
}
header #searchform .btn-search {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
header #searchform .btn-search:before {
  content: "\f002";
  font-family: "fontawesome-solid";
  font-size: 20px;
  color: #fff;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  z-index: 9;
}
header #searchform .btn-search input[type="submit"] {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9;
}
footer {
  background: #232a32;
  padding: 38px 0 45px;
}
@media (max-width: 1024px) {
  footer {
    text-align: center;
  }
}
footer .logo-footer {
  display: inline-block;
  margin-bottom: 35px;
}
footer p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
}
footer p > a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
  text-decoration: none;
  font-weight: 300;
  font-family: "LeagueGothic";
}
footer p > a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .foot-left {
  flex-basis: 25%;
}
@media (max-width: 1024px) {
  footer .foot-left {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  footer .foot-left .foot-left-copy > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .foot-left .foot-left-copy > div:first-child {
  width: 112px;
}
@media (max-width: 1024px) {
  footer .foot-left .foot-left-copy > div:first-child {
    width: 100%;
  }
}
footer .foot-right {
  flex-basis: 65%;
}
@media (max-width: 1024px) {
  footer .foot-right {
    flex-basis: 100%;
  }
}
footer .foot-right > nav {
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  footer .foot-right > nav {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  footer .foot-right > nav ul {
    display: block;
  }
}
footer .foot-right > nav ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
}
footer .foot-right > nav ul li a:hover {
  color: #0057c0;
}
footer .foot-right > nav ul li > ul {
  display: none;
}
@media (max-width: 1024px) {
  footer .foot-right .mini-nav {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  footer .foot-right .mini-nav ul {
    display: block;
  }
}
footer .foot-right .mini-nav ul li {
  margin-right: 70px;
}
@media (max-width: 1024px) {
  footer .foot-right .mini-nav ul li {
    margin: 0;
  }
}
footer .foot-right .mini-nav ul li:last-child {
  margin-right: 0;
}
footer .foot-right .mini-nav ul li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.3);
}
footer .foot-right .mini-nav ul li a:hover {
  color: #0057c0;
}
@media (max-width: 1024px) {
  footer .soc {
    flex-basis: 100%;
  }
}
footer .soc a {
  font-family: "fontawesome-brands";
  color: #fff;
  font-size: 40px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  footer .soc a {
    margin: 0 10px;
  }
}
footer .soc a:hover {
  color: #0057c0;
}
.top-block {
  position: relative;
  overflow: hidden;
  align-items: stretch;
  padding: 0 0 70px;
}
.top-block:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #e1e1e1;
  height: 135px;
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
}
.top-block .top-block-text {
  flex-basis: 50%;
  padding: 20px 60px 20px 80px;
}
@media (max-width: 1024px) {
  .top-block .top-block-text {
    flex-basis: 100%;
    padding: 20px 10px 20px 10px;
  }
}
.top-block .top-block-text p {
  font-size: 24px;
  line-height: 34px;
}
.top-block .top-block-image {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .top-block .top-block-image {
    flex-basis: 100%;
  }
}
.top-block .top-block-image img {
  display: block;
}
.top-block .top-block-image video {
  display: block;
  max-width: 100%;
}
.our-company {
  overflow: hidden;
  background: #e1e1e1;
  padding: 100px 0 160px;
}
@media (max-width: 1024px) {
  .our-company {
    padding: 50px 0 50px;
  }
}
.our-company .our-company-text {
  flex-basis: 35%;
  padding: 20px 60px 20px 190px;
}
@media (max-width: 1600px) {
  .our-company .our-company-text {
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 1024px) {
  .our-company .our-company-text {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.our-company .our-company-text p {
  font-size: 24px;
  line-height: 34px;
}
.our-company .our-company-text .our-company-swiper-buttons {
  margin-top: 55px;
  position: relative;
  width: 130px;
  max-width: 100%;
}
.our-company .our-company-text .our-company-swiper-buttons .swiper-button-next {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  background: url("../img/sl_right_st.svg");
}
.our-company .our-company-text .our-company-swiper-buttons .swiper-button-next:after {
  display: none;
}
.our-company .our-company-text .our-company-swiper-buttons .swiper-button-prev {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  background: url("../img/sl_left_st.svg");
}
.our-company .our-company-text .our-company-swiper-buttons .swiper-button-prev:after {
  display: none;
}
.our-company .our-company-slider {
  flex-basis: 60%;
}
@media (max-width: 1024px) {
  .our-company .our-company-slider {
    flex-basis: 100%;
    padding: 0 10px;
  }
}
.our-company .our-company-slider .swiper-slide {
  overflow: hidden;
  width: 625px;
  height: 423px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .our-company .our-company-slider .swiper-slide {
    width: 330px;
    height: 240px;
  }
}
.our-company .our-company-slider .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 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;
}
.our-company .our-company-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.our-company .our-company-slider .swiper-slide.video_file:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100px;
  height: 100px;
  background: url("../img/play.svg");
}
.our-company .our-company-slider .swiper-slide:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.our-blog {
  overflow: hidden;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .our-blog {
    padding: 50px 0;
  }
}
.our-blog .our-blog-text {
  margin-bottom: 40px;
}
.our-blog .our-blog-items {
  -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%;
}
.our-blog .our-blog-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .our-blog .our-blog-items {
    -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%;
  }
  .our-blog .our-blog-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.our-blog .our-blog-items .our-blog-item .thumb {
  display: block;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}
.our-blog .our-blog-items .our-blog-item .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 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;
}
.our-blog .our-blog-items .our-blog-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-blog .our-blog-items .our-blog-item .thumb span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 20px;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 20px 30px rgba(0, 0, 0, 0.6);
  -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;
}
.our-blog .our-blog-items .our-blog-item .info > div span {
  font-weight: 900;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #bbb;
}
.our-blog .our-blog-items .our-blog-item .info > div a {
  font-weight: 900;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.our-blog .our-blog-items .our-blog-item:hover .thumb:before {
  background: rgba(0, 0, 0, 0.5);
}
.our-blog .our-blog-items .our-blog-item:hover .thumb span {
  bottom: 20px;
}
.our-partner {
  overflow: hidden;
  background: #232a32;
  padding: 95px 0 50px;
}
@media (max-width: 1024px) {
  .our-partner {
    padding: 50px 0 50px;
  }
}
.our-partner .our-partner-text {
  flex-basis: 30%;
}
@media (max-width: 1024px) {
  .our-partner .our-partner-text {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.our-partner .our-partner-text * {
  color: #fff;
}
.our-partner .our-partner-logos {
  flex-basis: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .our-partner .our-partner-logos {
    flex-basis: 100%;
  }
}
.our-partner .our-partner-logos > div {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .our-partner .our-partner-logos > div {
    width: 49%;
  }
}
.iso-items {
  overflow: hidden;
  background: #e1e1e1;
  position: relative;
}
.iso-items:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: #232a32;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 0;
}
.iso-items:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 280px;
  background: #fff;
  clip-path: polygon(100% 0, -70% 100%, 100% 100%);
  z-index: 0;
}
.iso-items .image_iso {
  position: relative;
  z-index: 1;
  width: 380px;
  height: 490px;
  border: 20px solid #e1e1e1;
}
@media (max-width: 1024px) {
  .iso-items .image_iso {
    margin: 0 auto 20px;
    max-width: 100%;
    height: auto;
  }
}
.iso-items .image_iso img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.iso-items .iso-text {
  position: relative;
  z-index: 1;
  flex-basis: 60%;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .iso-items .iso-text {
    flex-basis: 100%;
  }
}
.iso-items .iso-text figure {
  width: 150px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .iso-items .iso-text figure {
    margin: 0 auto 20px;
  }
}
.iso-items .iso-text > div {
  max-width: 420px;
}
@media (max-width: 1024px) {
  .iso-items .iso-text > div {
    max-width: 100%;
  }
}
.testimonials {
  overflow: hidden;
  padding: 85px 0 120px;
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 50px 0 50px;
  }
}
.testimonials .text_testimonials {
  margin-bottom: 80px;
  margin: 0 auto;
  width: 750px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .testimonials .text_testimonials {
    margin-bottom: 50px;
  }
}
.testimonials .text_testimonials p {
  font-size: 24px;
  line-height: 34px;
}
.testimonials .testimonials_items {
  padding: 28px 14px;
  margin-bottom: 50px;
}
.testimonials .testimonials_items .swiper-slide {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 55px 43px;
}
.testimonials .testimonials_items .testi-name {
  margin-bottom: 20px;
}
.testimonials .testimonials_items .testi-name figure {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 18px;
}
.testimonials .testimonials_items .testi-name > div {
  flex: 1;
}
.testimonials .testimonials_items .testi-name h3 {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-shadow: none;
}
.testimonials .testimonials_items .testi-name p {
  font-size: 18px;
  line-height: 18px;
  color: #bbb;
  padding: 0;
}
.testimonials .testimonials-items-swiper-buttons {
  position: relative;
  width: 484px;
  max-width: 100%;
  margin: 0 auto;
}
.testimonials .testimonials-items-swiper-buttons .swiper-button-next {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  background: url("../img/sl_right_st.svg");
}
.testimonials .testimonials-items-swiper-buttons .swiper-button-next:after {
  display: none;
}
.testimonials .testimonials-items-swiper-buttons .swiper-button-prev {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  background: url("../img/sl_left_st.svg");
}
.testimonials .testimonials-items-swiper-buttons .swiper-button-prev:after {
  display: none;
}
.page-template-tpl-about-us .top-block {
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.page-template-tpl-about-us .top-block:before {
  display: none;
}
.page-template-tpl-about-us .top-block p {
  font-size: 18px;
  line-height: 26px;
}
.page-template-tpl-about-us .top-block .top-block-image {
  position: relative;
}
.page-template-tpl-about-us .top-block .top-block-image:before {
  content: "";
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 100%, 0 0, 100% 0);
  background: #fff;
  z-index: 1;
}
.page-template-tpl-about-us .top-block .top-block-image:after {
  content: "";
  height: 135px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #fff;
  z-index: 1;
}
.title-block {
  margin: 50px 0 80px;
}
@media (max-width: 1024px) {
  .title-block {
    margin: 15px 0 35px;
  }
}
.title-block #breadcrumbs {
  padding-bottom: 0px;
}
.title-block #breadcrumbs > span {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
.title-block #breadcrumbs > span > span {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  color: #0057c0;
}
.title-block #breadcrumbs > span > span > a {
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
.title-block #breadcrumbs .breadcrumb_last {
  color: #333;
  font-size: 24px;
  line-height: 34px;
}
.block-content-image {
  margin: 140px 0;
}
@media (max-width: 1024px) {
  .block-content-image {
    margin: 50px 0;
  }
}
.block-content-image .top-block-image {
  flex-basis: 47%;
  position: relative;
}
@media (max-width: 1024px) {
  .block-content-image .top-block-image {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.block-content-image .top-block-image:before {
  content: "";
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #fff;
  z-index: 1;
}
.block-content-image .top-block-image:after {
  content: "";
  height: 135px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
  z-index: 1;
}
.block-content-image .top-block-text {
  flex-basis: 53%;
  padding: 20px 190px 20px 60px;
}
@media (max-width: 1024px) {
  .block-content-image .top-block-text {
    flex-basis: 100%;
    padding: 20px 10px 20px 10px;
  }
}
.top-block-page {
  padding: 50px 0 0;
  position: relative;
  z-index: 8;
}
.top-block-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  background: #e1e1e1;
  clip-path: polygon(0 0, 100% 0, 26% 100%, 0 50%);
}
.top-block-page .title-block {
  margin: 0 0 80px;
}
@media (max-width: 1024px) {
  .top-block-page .title-block {
    margin: 0 0 40px;
  }
}
.content-page {
  margin: 0 0 140px;
}
@media (max-width: 1024px) {
  .content-page {
    margin: 0 0 50px;
  }
}
.content-page .row {
  position: static;
  width: 100%;
}
.content-page .content-page-text {
  flex-basis: 45%;
  padding-left: 7.8%;
}
@media (max-width: 1540px) {
  .content-page .content-page-text {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .content-page .content-page-text {
    flex-basis: 100%;
  }
}
.content-page .content-page-text .two_column > div {
  flex-basis: 48%;
}
@media (max-width: 1023px) {
  .content-page .content-page-text .two_column > div {
    flex-basis: 100%;
  }
}
.content-page .content-page-text.full {
  flex-basis: 100%;
}
.content-page .content-page-text.full h2 {
  font-family: "LeagueGothic";
  font-weight: 900;
  font-size: 45px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #0057c0;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .content-page .content-page-text.full h2 {
    font-size: 42px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .content-page .content-page-text.full h2 {
    font-size: 37px;
    line-height: 1.3;
    padding-bottom: 15px;
  }
}
.content-page .content-page-image {
  flex-basis: 45%;
  width: 45%;
}
@media (max-width: 1024px) {
  .content-page .content-page-image {
    position: static;
    width: 100%;
    flex-basis: 100%;
  }
}
.content-page .content-page-image .swiper {
  padding-bottom: 50px;
}
.content-page .content-page-image .quality-image {
  background: #fff;
  border: 20px solid #e1e1e1;
  height: 500px;
}
@media (max-width: 1024px) {
  .content-page .content-page-image .quality-image {
    height: 400px;
  }
}
.content-page .content-page-image .quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-page-full-image {
  margin: 100px 0 0;
  flex-basis: 100%;
  background: #e1e1e1;
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 1024px) {
  .content-page-full-image {
    margin: 50px 0 0;
    padding: 0 0 50px;
  }
}
.content-page-full-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 135px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.content-page-full-image .full-image {
  overflow: hidden;
  position: relative;
  background: #c6c6c6;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.content-page-full-image .full-image img {
  display: block;
}
.content-page-full-image .swiper {
  padding: 30px 15px 60px;
}
.swiper-buttons {
  margin: 40px 0;
  position: relative;
  width: 130px;
  max-width: 100%;
}
.swiper-buttons .swiper-button-next {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  background: url("../img/sl_right_st.svg");
}
.swiper-buttons .swiper-button-next:after {
  display: none;
}
.swiper-buttons .swiper-button-prev {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  background: url("../img/sl_left_st.svg");
}
.swiper-buttons .swiper-button-prev:after {
  display: none;
}
.content-page-full-image-nobg {
  margin: 100px 0 0;
  padding: 0 0 120px;
  text-align: center;
}
.contact-page .contact-form-block {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .contact-page .contact-form-block {
    margin-bottom: 0px;
  }
}
.contact-page .map-block {
  position: relative;
}
.contact-page .map-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 26% 100%, 0 50%);
}
.contact-page .map-block .row .map-info-block {
  padding: 36px 45px;
  width: 360px;
  max-width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.contact-page .map-image {
  height: 655px;
}
@media (max-width: 1023px) {
  .contact-page .map-image {
    height: 500px;
  }
}
.contact-page .map-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wpcf7-form .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.wpcf7-form .btn {
  padding: 27px 80px 27px 80px;
}
.wpcf7-form .btn:hover {
  color: #333;
}
.wpcf7-form .wpcf7-field-group-add, .wpcf7-form .wpcf7-field-group-remove {
  text-decoration: none !important;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 17px 50px 17px 50px;
  position: relative;
  display: inline-block;
  margin: 15px 15px 0 0;
  text-decoration: none;
  background: #0057c0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px 5px;
  cursor: pointer;
  -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: 768px) {
  .wpcf7-form .wpcf7-field-group-add, .wpcf7-form .wpcf7-field-group-remove {
    padding: 6px 20px 6px 20px;
  }
}
.wpcf7-form .wpcf7-field-group-add:hover, .wpcf7-form .wpcf7-field-group-remove:hover {
  color: #000;
  background: #fff;
}
.wpcf7-form .flex-block p {
  padding: 0;
}
.wpcf7-form .flex-block .form-item {
  flex-basis: 32%;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .wpcf7-form .flex-block .form-item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.wpcf7-form .flex-block .form-item br {
  display: none;
}
.wpcf7-form .flex-block .form-item label {
  font-weight: 900;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333;
  display: block;
  margin: 0 0 5px 15px;
}
.wpcf7-form .flex-block .form-item.full {
  flex-basis: 100%;
  display: flex;
  margin: 40px 0;
}
.wpcf7-form .flex-block .form-item.full span {
  flex: 1;
  border-bottom: 1px solid #0057c0;
}
.wpcf7-form .flex-block .form-item-wrap {
  flex-basis: 100%;
}
.wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(1) {
  flex-basis: 66%;
}
@media (max-width: 767px) {
  .wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(1) {
    flex-basis: 100%;
  }
}
.wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(2) {
  flex-basis: 32%;
}
@media (max-width: 767px) {
  .wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(2) {
    flex-basis: 100%;
  }
}
.wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(3) {
  flex-basis: 49%;
}
@media (max-width: 767px) {
  .wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(3) {
    flex-basis: 100%;
  }
}
.wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(4) {
  flex-basis: 49%;
}
@media (max-width: 767px) {
  .wpcf7-form .flex-block .form-item-wrap .form-item:nth-child(4) {
    flex-basis: 100%;
  }
}
.wpcf7-form .flex-block.full-item {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .wpcf7-form .flex-block.full-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wpcf7-form .flex-block.full-item .form-item {
  flex-basis: 100%;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .wpcf7-form .flex-block.full-item .form-item {
    margin-right: 0;
  }
}
.wpcf7-form .flex-block .wpcf7-field-groups {
  flex-basis: 100%;
  margin-bottom: 15px;
}
.wpcf7-form .flex-block .wpcf7-field-groups .wpcf7-field-group {
  margin-bottom: 15px;
}
.accordion-block {
  margin-bottom: 50px;
}
.acc .item {
  position: relative;
}
.acc .item h3 {
  padding: 24px 75px 24px 34px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  position: relative;
  margin-bottom: 40px;
}
.acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: "";
  background-color: #0057c0;
  width: 45px;
  height: 1px;
  position: absolute;
  right: 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;
}
.acc .item h3 span:before {
  right: 0;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc .item h3 span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item h3.active span:before, .acc .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info {
  display: none;
  padding: 24px 34px 5px 34px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
}
.online-form {
  background: url("../img/sas1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 115px 0 124px;
}
@media (max-width: 1024px) {
  .online-form {
    padding: 50px 0 50px;
  }
}
.online-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 26% 100%, 0 50%);
}
.online-form h2 {
  padding-bottom: 50px;
}
::-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%);
 }
 */
