::-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: #1e1f21;
  padding: 25px 0;
}
header .row {
  width: 1820px;
  max-width: 96%;
}
@media (max-width: 480px) {
  header .row {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1800px) {
  header #logo {
    width: 360px;
  }
}
@media (max-width: 1550px) {
  header #logo {
    width: 300px;
  }
}
@media (max-width: 1310px) {
  header #logo {
    width: 250px;
  }
}
header nav > ul > li {
  margin: 0 20px;
  position: relative;
}
@media (max-width: 1800px) {
  header nav > ul > li {
    margin: 0 10px;
  }
}
header nav > ul > li > a {
  display: block;
  font-family: 'GothamPro';
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  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;
}
@media (max-width: 1550px) {
  header nav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1310px) {
  header nav > ul > li > a {
    font-size: 13px;
  }
}
header nav > ul > li > a:hover {
  color: #c90;
}
header nav > ul > li > ul.sub-menu {
  position: absolute;
  z-index: 9;
  top: 90%;
  width: 250px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  background: rgba(30, 31, 33, 0.8);
  -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 #fff;
}
header nav > ul > li > ul.sub-menu > li > a {
  display: block;
  font-family: 'GothamPro';
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 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;
}
header nav > ul > li > ul.sub-menu > li > a:hover {
  color: #c90;
}
header nav > ul li.current_page_item > a {
  color: #c90;
}
header nav > ul li.menu-item-has-children {
  padding-right: 15px;
}
header nav > ul li.menu-item-has-children:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #c90;
}
header nav > ul li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header .h-border {
  width: 1px;
  height: 60px;
  background: #333538;
}
@media (max-width: 1024px) {
  header .h-border {
    display: none;
  }
}
header .h-phone {
  display: block;
  font-family: 'GothamPro';
  font-weight: 700;
  color: #c90;
  font-size: 26px;
  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;
}
@media (max-width: 1550px) {
  header .h-phone {
    font-size: 20px;
  }
}
@media (max-width: 1310px) {
  header .h-phone {
    font-size: 16px;
  }
}
header .h-phone:hover {
  color: #fff;
}
.footer-top {
  background: url("../img/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer-top {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .footer-top .row {
    display: block;
    text-align: center;
  }
}
.footer-top h3 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .footer-top h3 {
    padding-bottom: 15px;
  }
}
.footer-top .colunm-one nav ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 140px;
}
@media (max-width: 768px) {
  .footer-top .colunm-one nav ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0;
  }
}
.footer-top .colunm-three a {
  display: inline-block;
  margin: 0 15px;
}
.footer-top .colunm-three a:before {
  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 .colunm-three a:hover:before {
  color: #c90;
}
.footer-top .colunm-three .wys {
  margin-top: 10px;
}
.footer-top .colunm-three .wys p {
  color: rgba(255, 255, 255, 0.35);
  padding-bottom: 0;
}
.footer-top nav ul li {
  margin-bottom: 15px;
}
.footer-top nav ul li a {
  display: block;
  font-family: 'Segoe';
  font-size: 17px;
  color: rgba(255, 255, 255, 0.35);
  -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 nav ul li a:hover {
  color: #c90;
}
.footer-bottom {
  background: #171515;
  padding: 24px 0;
  text-align: center;
}
.footer-bottom nav {
  display: block;
  margin: 0 auto;
}
.footer-bottom nav ul li {
  font-family: 'Segoe';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.15);
  padding: 0 15px;
  position: relative;
}
.footer-bottom nav ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #4c4b4b;
}
.footer-bottom nav ul li a {
  display: block;
  font-family: 'Segoe';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.15);
  -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-bottom nav ul li a:hover {
  color: #c90;
}
.footer-bottom nav ul li:last-child:before {
  display: none;
}
.our-services {
  background: url("../img/our_s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 100px;
}
.our-services .row {
  width: 1840px;
}
.our-services h2 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .our-services .our-services-blocks {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.our-services .our-services-blocks .our-services-block {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 60px;
  min-height: 840px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1024px) {
  .our-services .our-services-blocks .our-services-block {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .our-services .our-services-blocks .our-services-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 600px;
  }
}
.our-services .our-services-blocks .our-services-block > div {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background: #000;
  padding: 20px 40px 20px;
  min-height: 180px;
}
.our-services .our-services-blocks .our-services-block > div h3 {
  color: #fff;
  font-size: 35px;
  padding-bottom: 10px;
}
.our-services .our-services-blocks .our-services-block > div p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
}
.info-welcome-block {
  background: url("../img/tr_home_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 60px;
}
@media (max-width: 1024px) {
  .info-welcome-block {
    padding: 60px 0 60px;
  }
}
.info-welcome-block h2 {
  color: #3c3c3c;
  font-weight: 900;
  font-size: 50px;
}
@media (max-width: 768px) {
  .info-welcome-block h2 {
    font-size: 32px;
  }
}
.info-welcome-block img.alignnone {
  display: inline-block;
  margin: 10px;
}
.h-photo-slider .row {
  width: 100%;
  max-width: 100%;
}
.h-photo-slider .swiper-slide {
  min-height: 360px;
}
.h-video-blocks {
  background: url("../img/video_bg_home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .h-video-blocks {
    padding: 40px 0 40px;
  }
}
.h-video-blocks .row {
  width: 1840px;
}
.h-video-blocks h2 {
  padding-bottom: 80px;
}
.h-video-blocks .video-block > a {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  display: block;
}
@media (max-width: 1023px) {
  .h-video-blocks .video-block > a {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .h-video-blocks .video-block > a {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.h-video-blocks .video-block > a > div {
  min-height: 370px;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .h-video-blocks .video-block > a > div {
    min-height: 250px;
  }
}
.h-video-blocks .video-block > a > div:before {
  content: '';
  width: 68px;
  height: 47px;
  background: url("../img/play.png");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.h-video-blocks .video-block > a h3 {
  width: 70%;
  margin: 0 auto;
  color: #262626;
  font-size: 22px;
}
.h-two-block .row {
  width: 1920px;
  max-width: 100%;
}
.h-two-block .row > div {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .h-two-block .row > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.h-two-block h2 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 60px;
}
.h-two-block .hf-blocks {
  background: url("../img/f_h_block.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 760px;
  text-align: center;
}
@media (max-width: 768px) {
  .h-two-block .hf-blocks {
    min-height: 600px;
  }
}
.h-two-block .hf-blocks > div {
  padding: 0 10px;
  width: 420px;
  max-width: 100%;
}
.h-two-block .hf-blocks > div > div {
  background: #fff;
}
.h-two-block .hv-blocks {
  background: url("../img/face_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 760px;
  text-align: center;
}
@media (max-width: 768px) {
  .h-two-block .hv-blocks {
    min-height: 600px;
  }
}
.h-two-block .hv-blocks > div {
  width: 420px;
}
@media (max-width: 568px) {
  .h-two-block .hv-blocks .fb_iframe_widget iframe {
    width: 100% !important;
  }
}
::-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%);
 }
 */
.row1185 {
  width: 1185px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.row1840 {
  width: 1840px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.top-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  padding: 180px 0;
}
@media (max-width: 1024px) {
  .top-banner {
    padding: 100px 0;
  }
}
.top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6, .top-banner p {
  color: #fff;
  text-align: center;
}
.top-banner .center-btn {
  margin-top: 10px;
  text-align: center;
}
.top-banner .wpcf7 .wpcf7-response-output {
  color: #fff;
}
.text-bg {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .text-bg {
    padding: 60px 0;
  }
}
.gallery {
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .gallery {
    padding: 15px;
  }
}
.gallery .wrapper {
  -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%;
}
.gallery .wrapper > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1279px) {
  .gallery .wrapper {
    -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%;
  }
  .gallery .wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .gallery .wrapper {
    -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%;
  }
  .gallery .wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.gallery .wrapper .item a {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.gallery .wrapper .item a img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.gallery .wrapper .item h3 {
  text-align: center;
  padding-bottom: 0;
}
.text-no-bg {
  padding: 60px 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .text-no-bg {
    padding: 30px 0 15px;
  }
}
.custom-padding {
  padding: 350px 0 207px;
}
@media (max-width: 1024px) {
  .custom-padding {
    padding: 350px 0 60px;
  }
}
.form {
  margin-top: 100px;
  margin-bottom: -365px;
}
.form .small-form {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 60px 60px;
  box-shadow: 0 15px 74px 40px rgba(91, 93, 99, 0.1);
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  .form .small-form {
    padding: 30px 30px 60px;
  }
}
.form .small-form:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 10%;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.27;
  height: 100%;
  width: 106%;
}
@media (max-width: 1279px) {
  .form .small-form:before {
    display: none;
  }
}
.form .big-form {
  max-width: 100%;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 60px 60px;
  box-shadow: 0 15px 74px 40px rgba(91, 93, 99, 0.1);
}
@media (max-width: 576px) {
  .form .big-form {
    padding: 30px 30px 60px;
  }
}
.form .big-form:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.27;
  height: 94%;
  width: 106%;
}
@media (max-width: 1279px) {
  .form .big-form:before {
    display: none;
  }
}
.form .wys h2, .form .wys p {
  color: #242429;
}
.form h2 {
  padding-bottom: 30px;
}
.form form label {
  margin-bottom: 20px;
  display: block;
}
.form form input, .form form textarea {
  background-color: #ebeef6;
  border-radius: 5px;
  color: #4a4d52;
  font-family: GothamPro;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  padding-left: 40px;
}
.form form input::placeholder, .form form textarea::placeholder {
  color: #4a4d52;
  font-family: GothamPro;
  font-size: 14px;
  font-weight: 500;
}
.form form input {
  height: 50px;
}
.form form input[type='submit'] {
  height: auto;
  font-family: GothamPro;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 19px 60px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  background-color: #c90;
  -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;
  cursor: pointer;
}
.form form input[type='submit']:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}
.form form label span {
  position: relative;
}
.form form label span:before {
  font-size: 17px;
  color: #b8bdc8;
  font-family: 'fontawesome-solid';
  position: absolute;
  top: 18px;
  left: 14px;
  line-height: 18px;
}
.form form .name-ic span:before {
  content: '\f007';
}
.form form .email-ic span:before {
  content: '\f0e0';
}
.form form .phone-ic span:before {
  content: '\f095';
}
.form form .comments-ic span:before {
  content: '\f075';
  top: 21px;
}
.form form .btn-center {
  text-align: center;
  margin-bottom: -77px;
}
.form form .wrapper-el .w50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: Space-between;
  -ms-flex-pack: Space-between;
  -webkit-justify-content: Space-between;
  -moz-justify-content: Space-between;
  justify-content: Space-between;
}
.form form .wrapper-el .w50 label {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
  width: 48.5%;
}
@media (max-width: 576px) {
  .form form .wrapper-el .w50 label {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.form form .wrapper-el .w30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: Space-between;
  -ms-flex-pack: Space-between;
  -webkit-justify-content: Space-between;
  -moz-justify-content: Space-between;
  justify-content: Space-between;
}
.form form .wrapper-el .w30 label {
  -webkit-flex-basis: 32.5%;
  -moz-flex-basis: 32.5%;
  -ms-flex-preferred-size: 32.5%;
  flex-basis: 32.5%;
  width: 32.5%;
}
@media (max-width: 768px) {
  .form form .wrapper-el .w30 label {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.form form .wrapper-el .w100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: Space-between;
  -ms-flex-pack: Space-between;
  -webkit-justify-content: Space-between;
  -moz-justify-content: Space-between;
  justify-content: Space-between;
}
.form form .wrapper-el .w100 label {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
.page-id-7 .form h2 {
  padding-bottom: 10px;
}
.page-id-7 h1 {
  display: none;
}
.page-id-7 .text-bg p {
  line-height: 33px;
}
@media (max-width: 480px) {
  .scroll-t {
    overflow-x: auto;
  }
}
table {
  color: #fff;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 120px;
  background-color: #000;
}
@media (max-width: 768px) {
  table {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  table {
    width: 500px;
  }
}
table th {
  color: #fff;
  font-family: GothamPro;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.55px;
  padding: 10px 15px;
  width: 50%;
  position: relative;
}
table th:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
table td {
  padding: 15px;
  line-height: 1.4;
  opacity: 0.6;
  color: #eaeaea;
  font-family: "Segoe";
  font-size: 17px;
  font-weight: 400;
  width: 50%;
  position: relative;
}
table td:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.home .top-banner .row1185 > h1 {
  display: none;
}
.video-page-block .video-block a {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
@media (max-width: 768px) {
  .video-page-block .video-block a {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.video-page-block .video-block a > div {
  min-height: 700px;
}
@media (max-width: 1024px) {
  .video-page-block .video-block a > div {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .video-page-block .video-block a > div {
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .video-page-block .video-block a > div {
    min-height: 250px;
  }
}
.video-page-block .video-block a h3 {
  color: #fff;
}
.quick-specs__block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .quick-specs__block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .quick-specs__block {
    padding: 60px 0;
  }
}
.quick-specs__block .title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .quick-specs__block .title {
    margin-bottom: 30px;
  }
}
.quick-specs__block .title h2 {
  padding-bottom: 0;
  font-weight: 900;
}
.quick-specs__block .qs_specs {
  -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%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.quick-specs__block .qs_specs > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .quick-specs__block .qs_specs {
    -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%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .quick-specs__block .qs_specs > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .quick-specs__block .qs_specs {
    -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%;
  }
  .quick-specs__block .qs_specs > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.quick-specs__block .qs_specs .item {
  border: 4px solid #000;
  text-align: center;
  background: #fff;
  padding: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .quick-specs__block .qs_specs .item {
    padding: 20px;
  }
}
.quick-specs__block .qs_specs .item .btn {
  display: block;
  padding: 19px 20px;
  position: absolute;
  bottom: -30px;
  width: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .quick-specs__block .qs_specs .item .btn {
    padding: 20px 10px;
  }
}
