/* @import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css";
@import "https://use.fontawesome.com/releases/v5.0.6/css/all.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css";*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {line-height: 1;}
ol, ul {list-style: none;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {quotes: none;}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
/*@font-face {
  font-family: 'GilroyExtraBold';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'GilroyLight';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}*/
html, body {
  font-family: /*'GilroyLight'*/ Arial, Helvetica, sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  overflow-x: hidden;
}
b {font-family: /*'GilroyExtraBold'*/ Arial, Helvetica, sans-serif;}
a {text-decoration: none; color: #1d1d1d;}
a:hover {color: #ef3835;}
a.colored {color: #ef231f; font-weight: bold; text-decoration: underline;}
a.colored:hover {color: #1d1d1d;}

* {outline: 0 !important;}
input[type="submit"] {font-family: /*'GilroyLight'*/ Arial, Helvetica, sans-serif;}
input:not([type="submit"]), textarea, select {
  font-family: /*'GilroyLight'*/ Arial, Helvetica, sans-serif;
  color: #d0d0d0;
  font-size: /*13px*/ 16px;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(208, 208, 208, 0.3);
  padding-bottom: 15px;
}
/* placeholder */
.form-input {position: relative;}
.header-form .select-style, .form-input {margin-top: 31px;}
span.input-placeholder {
  font-size: 13px;
  color: #d0d0d0;
  top: 3px;
  left: 13px;
  position: absolute;
  pointer-events: none;
  transition: 0.2s ease all;
  padding-left: 5px;
}

input::-webkit-input-placeholder {opacity: 1;}
input::-moz-placeholder          {opacity: 1;}/* Firefox 19+ */
input:-moz-placeholder           {opacity: 1;}/* Firefox 18- */
input:-ms-input-placeholder      {opacity: 1;}

input:focus ~ span.input-placeholder,
textarea:focus ~ span.input-placeholder,
input:not(:focus):valid ~ span.input-placeholder,
textarea:not(:focus):valid ~ span.input-placeholder {
  top: -15px;
  bottom: 10px;
  left: 13px;
  font-size: 14px;
  opacity: 1;
  color: #D2A38B;
}

input:focus, textarea:focus, .select-style:focus {border-color: /*#D2A38B*/ #0f0;}
input:invalid, textarea:invalid {box-shadow: none;}
input:-moz-submit-invalid, textarea:-moz-submit-invalid {box-shadow: none;}
input:-moz-ui-invalid, textarea:-moz-ui-invalid {box-shadow: none;}

/* select styles */
.select-style {
  width: 280px;
  overflow: hidden;
  border-bottom: 1px solid rgba(208, 208, 208, 0.3);
  background: url("../images/arrow-icon.png") no-repeat 95% 30%;
}
.select-style select {
  width: 100% !important;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  color: #34363a;
}
.select-style select option {
  background: #1D1D1D;
  border-top: 0;
  border-bottom: 0;
}
.select-style select option:hover {box-shadow: 0 0 10px 100px #1882A8 inset;}
.select-style select option:first-child {display: none;}
.select-style select:focus {outline: none;}
.select-style select {
  color: #d0d0d0;
  font-size: /*13px*/ 16px;
  padding-left: 0;
}
.disabled-option {display: none;}
.container {
  width: 1138px;
  margin: auto !important;
  position: relative;
}
.m-col {float: left;}
.f-left {float: left;}
.f-right {float: right;}

/* line 191, ../sass/screen.scss */
.t-center {
  text-align: center;
}

/* line 195, ../sass/screen.scss */
.s-icon {
  display: inline-block;
  vertical-align: middle;
}

/* line 200, ../sass/screen.scss */
i.facebook {
  width: 5px;
  height: 11px;
  background: url(../images/facebook.png) no-repeat;
}

/* line 206, ../sass/screen.scss */
i.instagram {
  width: 12px;
  height: 12px;
  background: url(../images/instagram.png) no-repeat;
}

/* line 213, ../sass/screen.scss */
header {
  position: relative;
  overflow: hidden;
  background: url(../images/header-red-channel_bg.jpg) right -5px no-repeat;
}

/* line 220, ../sass/screen.scss */
header .container {
  padding-top: 20px;
}
/* line 222, ../sass/screen.scss */
header .container:after {
  content: '';
  clear: both;
  display: table;
}

/* line 229, ../sass/screen.scss */
.header-logo {
  width: 13%;
}

/* line 233, ../sass/screen.scss */
.header-contacts {
  width: 17%;
  text-align: right;
}

/* line 238, ../sass/screen.scss */
.call-text {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.header-phone {
  display: block;
  font-size: 22px;
  color: #ffffff;
  padding: 11px 0;
}
a.footer-phone {display: block; font-size: 24px; color: #1d1d1d; padding: 15px 0;}
a.footer-phone:hover {color: #ef3835;}


.callback {
  color: #ffffff;
  text-decoration: underline;
}

/* line 256, ../sass/screen.scss */
.red-bolder {
  color: #ef3835;
}

/* line 260, ../sass/screen.scss */
.bolder-text {
  font-size: 50px;
}

/* line 264, ../sass/screen.scss */
.header-intro-container {
  font-size: 30px;
}

/* line 268, ../sass/screen.scss */
.header-intro-container {
  width: 60%;
  float: left;
  padding-top: 55px;
}

/* line 274, ../sass/screen.scss */
.header-intro-block {
  margin-bottom: 20px;
}

/* line 278, ../sass/screen.scss */
.m-title {
  position: relative;
}
.z-title {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -125px;
  font-size: /*80px*/ 70px;
  color: rgba(29, 29, 29, 0.1);
}

/* line 291, ../sass/screen.scss */
.z-title-red {
  color: rgba(238, 70, 59, 0.07);
}

/* line 295, ../sass/screen.scss */
.fz30 {
  font-size: 30px;
}

/* line 299, ../sass/screen.scss */
.header-form-container {
  width: 37.5%;
  float: right;
}
/* line 302, ../sass/screen.scss */
.header-form-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 272px;
  height: 537px;
  border-top: 2px dashed rgba(255, 255, 255, 0.7);
  border-right: 2px dashed rgba(255, 255, 255, 0.7);
  border-radius: 0 40px 0 0;
}

/* line 316, ../sass/screen.scss */
.header-form {
  position: relative;
  width: 400px;
  margin-top: 81px;
  border-radius: 50px 50px 0;
  background: #1d1d1d;
  padding-top: 47px;
  padding-bottom: 50px;
}
/* line 323, ../sass/screen.scss */
.header-form h2 {
  color: #ffffff;
  text-align: center;
}

/* line 332, ../sass/screen.scss */
.header-form form select, .header-form form input {
  width: 100%;
}
/* line 335, ../sass/screen.scss */
.header-form form input[type="submit"] {
  font-size: 16px;
  margin-top: 47px;
  padding: 20px 0;
}

.header-form-inner {width: 280px; margin: auto;}
.header-navigation ul {padding: 8px 0;}
.header-navigation ul li {display: inline-block;}
.header-navigation ul li:not(:last-child) {margin-right: 27px;}
/*added*/ header-navigation ul li a{color: #d1d1d1; text-decoration:none; font-size: 16px;}
.header-navigation ul li a:hover {color: #ef3835;}

/* line 365, ../sass/screen.scss */
.arrow {
  width: 1250px;
  height: 0;
  border-bottom: 2px dashed #EC2A2F;
  position: absolute;
  z-index: 999;
  bottom: 35%;
  left: -1280px;
}
/* line 374, ../sass/screen.scss */
.arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
  bottom: -2px;
  margin: auto;
  width: 11px;
  height: 20px;
  background: url(../images/arrow-right.png) no-repeat;
}

.arrow-right {
  width: 1200px;
  height: 0px;
  position: absolute;
  z-index: 999;
  top: 41.5%;
  bottom: inherit;
  margin-left: 110%;
  border-bottom: 2px dashed #EC2A2F;
}
.arrow-right:after {
  content: '';
  right: inherit;
  left: -4px;
  right: inherit;
  transform: scale(-1, 1);
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  margin: auto;
  width: 11px;
  height: 20px;
  background: url(../images/arrow-right.png) no-repeat;
}

.btn-class {
  line-height: 60px;
  height: 60px;
  padding: 0 !important;
  cursor: pointer;
  border: none;
  color: #efefef;
  border-radius: 31px;
  /*background-image: -webkit-linear-gradient(85deg, #ef4542 0%, #ef231f 100%);
  background-image: -o-linear-gradient(85deg, #ef4542 0%, #ef231f 100%);
  background-image: linear-gradient(175deg, #ef4542 0%, #ef231f 100%);*/
  background-color: #ef231f;
  -webkit-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;
}
.btn-class:hover {
  -webkit-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: none;
  color: #ef4340;
  border: 1px solid #ef2926;
}

.card01 {left: 50px; bottom: 0px;}
.card01 img {width: 90%;}
.enllax-element {position: absolute; z-index: 9999;}
.m-container {
  position: relative;
  padding: 115px 0;
}
/* line 461, ../sass/screen.scss */
.m-container:before, .m-container:after {
  content: '';
  clear: both;
  display: table;
}

/* line 468, ../sass/screen.scss */
.z-title-m {
  font-size: 90px;
  left: -105px;
  bottom: -45px;
}

/* line 474, ../sass/screen.scss */
.c-title .bolder-text {
  font-size: 47px;
}

/* line 478, ../sass/screen.scss */
.video-preview-container {
  border-radius: 50px;
  margin-top: 80px;
}

/* line 483, ../sass/screen.scss */
.video-preview-container-image {
  position: relative;
  height: auto; /* 490px */
  border-radius: 50px 50px 0 0;
  box-shadow: -9px 8px 28px 7px rgba(0, 0, 0, 0.19);
}
/* line 488, ../sass/screen.scss */
.video-preview-container-image img {
  border-radius: 50px 50px 0 0;
}

/* line 493, ../sass/screen.scss */
.video-preview-container-description {
  background: #1d1d1d;
  border-radius: 0 0 50px 50px;
  box-shadow: -9px 8px 28px 7px rgba(0, 0, 0, 0.19);
  margin-top: -4px;
  padding: 45px 15px;
}
/* line 499, ../sass/screen.scss */
.video-preview-container-description p {
  font-size: 18px;
  line-height: 25px;
  color: #f8f8f8;
}

/* line 506, ../sass/screen.scss */
.pattern-line {
  width: 100%;
  height: 14px;
  background: #ef3a36;
  margin-bottom: 10px;
}

/* line 513, ../sass/screen.scss */
.pattern-wrap {
  display: none;
  width: 100%;
  height: 64px;
  position: absolute;
  top: 23.5%;
  margin: auto;
  overflow: hidden;
}

/* line 522, ../sass/screen.scss */
.pattern-01 {
  position: absolute;
  top: -50px;
  left: -90px;
  bottom: 0;
  margin: auto;
}

/* line 530, ../sass/screen.scss */
.pattern-02 {
  position: absolute;
  right: 100px;
  top: 0;
  bottom: -50px;
  margin: auto;
  transform: rotate(0deg);
}

/* line 539, ../sass/screen.scss */
.pattern-02-n {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 70px;
  margin: auto;
}

/* line 547, ../sass/screen.scss */
.red-symbol {
  color: #ef4542 !important;
}

/* line 551, ../sass/screen.scss */
.play-button {
  position: absolute;
  width: 134px;
  height: 134px;
  border: 1px solid #ef3a36;
  border-radius: 100%;
  cursor: pointer;
  top: 50px !important;
  -webkit-animation: play-button 2s infinite;
  /* Safari 4+ */
  -moz-animation: play-button 2s infinite;
  /* Fx 5+ */
  -o-animation: play-button 2s infinite;
  /* Opera 12+ */
  animation: play-button 2s infinite;
  /* IE 10+, Fx 29+ */
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 566, ../sass/screen.scss */
.play-button .play-button-red {
  width: 78.3%;
  height: 78.3%;
  border-radius: 100%;
  background: #ef3a36;
}
/* line 571, ../sass/screen.scss */
.play-button .play-button-red .play-button-white {
  width: 75.3%;
  height: 75.3%;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: -3px 3px 8px 1px rgba(0, 0, 0, 0.2);
}
/* line 577, ../sass/screen.scss */
.play-button .play-button-red .play-button-white .play-button-arrow {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 22px solid #1b1b1b;
  border-bottom: 14px solid transparent;
  left: 6px;
  top: 5px;
}

@-webkit-keyframes play-button {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes play-button {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes play-button {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes play-button {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* line 684, ../sass/screen.scss */
.pos-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* line 694, ../sass/screen.scss */
#video-preview {
  background: url(../images/channel-bg-02.png) center 60vh no-repeat;
}

#video-preview .pattern-wrap {
  display: block !important;
}

/* line 699, ../sass/screen.scss */
.service-block {
  width: 211px;
  margin: 20px 0;
  position: relative;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}

.service-block-col .vc_column-inner  {
  text-align: center;
}

/* line 706, ../sass/screen.scss */
.service-block .service-block-image {
  width: 100%;
  height: 130px;
  line-height: 130px;
  background: #ffffff;
  box-shadow: -9px 8px 35px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}
/* line 713, ../sass/screen.scss */
.service-block .service-block-image img {
  vertical-align: middle;
}
/* line 717, ../sass/screen.scss */
.service-block .service-block-title {
  font-size: 34px;
  margin-bottom: 15px;
}
/* line 721, ../sass/screen.scss */
.service-block .service-block-info {
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 725, ../sass/screen.scss */
.service-block .btn-class {
  display: inline-block;
  margin-top: 35px;
  width: 90%;
  padding: 23px 0;
}

/* line 733, ../sass/screen.scss */
.service-block:hover:after {
  content: '';
  width: 295px;
  height: 100%;
  position: absolute;
  top: 50px;
  left: -20%;
  right: 0;
  z-index: -1;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: -17px 15px 40px 6px rgba(0, 0, 0, 0.05);
}

/* line 747, ../sass/screen.scss */
.service-block .btn-class {
  -webkit-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: none;
  color: #ef4340;
  border: 1px solid #ef2926;
}

/* line 758, ../sass/screen.scss */
.service-block:hover .btn-class {
  color: #ffffff;
  /*background-image: -webkit-linear-gradient(85deg, #ef4542 0%, #ef231f 100%);
  background-image: -o-linear-gradient(85deg, #ef4542 0%, #ef231f 100%);
  background-image: linear-gradient(175deg, #ef4542 0%, #ef231f 100%);*/
  background-color: #ef231f;
}

/* line 765, ../sass/screen.scss */
.service-wrap .service-block:not(:last-child) {
  margin-right: 8.6%;
}

/* line 769, ../sass/screen.scss */
.pd-bt-none {
  padding-bottom: 0;
}

/* line 773, ../sass/screen.scss */
.tabs-nav {
  text-align: center;
}

.vc_tta-tabs-container .vc_tta-tabs-list {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.vc_tta-tab a:before,
.vc_tta-tab a:after {
  display: none !important;
}

/* line 775, ../sass/screen.scss */
.tabs-nav li:first-child a,
.row .simplefilter li:first-child,
.vc_tta-tabs-container .vc_tta-tabs-list li:first-child a {
  border-radius: 24px 0 0 24px !important;
}
/* line 778, ../sass/screen.scss */
.tabs-nav li:last-child a,
.row .simplefilter li:last-child,
.vc_tta-tabs-container .vc_tta-tabs-list li:last-child a{
  border-radius: 0 24px 24px 0 !important;
}

.vc_tta-tabs-container {
  text-align: center !important;
}

.vc_tta-tabs-container .vc_tta-tabs-list {
  display: inline-block !important;
}

/* line 783, ../sass/screen.scss */
#tabs .tab-more {
  width: 115px;
}

/* line 787, ../sass/screen.scss */
.tab-more a {
  background: #b4b4b4 !important;
  border-color: #b4b4b4 !important;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}

/* line 794, ../sass/screen.scss */
.tab-container {
  min-height: 560px;
  margin-top: 43px;
}

.vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center !important;
  border: 0 !important;
}

.row.filtr-container .filtr-item {
  padding: 30px !important;
}

/* line 799, ../sass/screen.scss */
.ui-tab {
  width: 148px !important;
  margin: 0 -1.5px !important;
  display: inline-block !important;
  vertical-align: top !important;
}

.vc_tta-tabs-container .vc_tta-tabs-list li {
   margin: 0 -1.5px !important;
  display: inline-block !important;
  vertical-align: top !important; 
}

.row .simplefilter {
  margin-bottom: 50px !important;
}

.vc_tta-tabs-container .vc_tta-tabs-list {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.row .simplefilter li {
    /*font-family: 'GilroyExtraBold' !important;*/
  text-transform: uppercase !important;
  height: 48px !important;
  line-height: 42px !important;
  background: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 -3px !important;
  background: #ffffff !important;
  color: #1d1d1d !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.vc_tta-tabs-container .vc_tta-tabs-list li a  {
  /*font-family: 'GilroyExtraBold' !important;*/
  font-size: 16px !important;
  text-transform: uppercase !important;
  background: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 -3px !important;
  background: #ffffff !important;
  color: #1d1d1d !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.row .simplefilter_36 li,.vc_tta-tabs-container .vc_tta-tabs-list li a {
  background-color: #ffffff !important;
}


.ui-tab a {
  /*font-family: 'GilroyExtraBold';*/
  text-transform: uppercase;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.ui-tab a,.simplefilter li, .ui-tabs-active,.simplefilter li.active {
  font-size: 16px !important;
}
.ui-tabs-active a, .ui-tab a:hover,
.row .simplefilter li.active,
.row .simplefilter li:hover,
.vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a,
.vc_tta-tabs-container .vc_tta-tabs-list li a:hover,
/* added*/.row .simplefilter li.active a,
/* added*/.row .simplefilter li:hover a
{
  font-size: 16px !important;
  color: #ffffff !important;
  text-align: center !important;
  border: 1px solid #EF4340 !important;
  background-image: -webkit-linear-gradient(bottom, #ef4340 0%, #ef433f 100%) !important;
  background-image: -o-linear-gradient(bottom, #ef4340 0%, #ef433f 100%) !important;
  background-image: linear-gradient(to top, #ef4340 0%, #ef433f 100%) !important;
}

/* line 838, ../sass/screen.scss */
.m-tab {
  width: 280px !important;
}

/* line 842, ../sass/screen.scss */
.m-tab-2 {
  width: 175px;
}

/* line 846, ../sass/screen.scss */
.portfolio {
  margin-top: 60px;
}

/* line 850, ../sass/screen.scss */
.slick-dots {
  margin: 18px 0;
  text-align: center;
}
/* line 853, ../sass/screen.scss */
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
/* line 858, ../sass/screen.scss */
.slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  border: 1px solid rgba(239, 67, 63, 0.3);
  border-radius: 100%;
  cursor: pointer;
}
/* line 867, ../sass/screen.scss */
.slick-dots .slick-active button {
  background: #ef433f;
}

/* line 872, ../sass/screen.scss */
.slick-arrow {
  width: 32px;
  height: 5px;
  border: none;
  font-size: 0;
  background: none;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  border-top: 1px solid #ef433f;
}

/* line 884, ../sass/screen.scss */
.slick-arrow.slick-prev:after,
.slick-arrow.slick-next:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  width: 10px;
  height: 2px;
  padding: 0;
  background: #ef433f;
}

/* line 896, ../sass/screen.scss */
.slick-arrow.slick-prev {
  left: 40%;
}

/* line 900, ../sass/screen.scss */
.slick-arrow.slick-next {
  right: 40%;
}

/* line 904, ../sass/screen.scss */
.slick-disabled {
  opacity: 0.5 !important;
}

/* line 908, ../sass/screen.scss */
.slick-arrow.slick-prev:after {
  left: 0;
  transform: rotate(30deg);
}

/* line 913, ../sass/screen.scss */
.slick-arrow.slick-next:before {
  right: 0;
  transform: rotate(-30deg);
}

/* line 919, ../sass/screen.scss */
.portfolio-slide {
  position: relative;
  text-align: center;
}
/* line 922, ../sass/screen.scss */
.filtr-item:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 47px;
  height: 51px;
  background: url(../images/thin-magnifier-glass.png) no-repeat;
}

body .filtr-item.filtr_item_36 img.thumbnail {
	border-radius: 45px !important;
}

/* line 935, ../sass/screen.scss */
.portfolio-slide img {
  display: inline-block;
}

/* line 941, ../sass/screen.scss */
.callback-contact-form {
  width: 1260px;
  position: relative;
  z-index: 0;
  background: #2c2c2c;
  border-radius: 50px 0 0 50px;
  color: #ffffff;
}
/* line 948, ../sass/screen.scss */
.callback-contact-form:before {
  content: '';
  position: absolute;
  top: 100px;
  left: -45%;
  display: block;
  width: 706px;
  height: 437px;
  background: url(../images/enllax-03.png) no-repeat;
}
/* line 958, ../sass/screen.scss */
.callback-contact-form:after {
  content: '';
  position: absolute;
  top: -63%;
  right: -250px;
  display: block;
  width: 596px;
  height: 817px;
  background: url(../images/enllax-02.png) no-repeat;
}

/* line 970, ../sass/screen.scss */
.callback-contact-form-inner {
  position: relative;
  z-index: 99;
  width: 865px; /* 780px*/
  padding: 92px 0px 120px 110px;
}
/* line 976, ../sass/screen.scss */
.callback-contact-form-inner form .form-input {
  display: inline-block;
  margin-right: 18px;
  width: 218px;
}
/* line 979, ../sass/screen.scss */
.callback-contact-form-inner form .form-input input {
  width: 215px;
}
/* line 982, ../sass/screen.scss */
.callback-contact-form-inner form .form-submit {
  position: relative;
  width: 258px;
  margin-top: 40px;
}
/* line 986, ../sass/screen.scss */
.callback-contact-form-inner form .form-submit input {
  width: 100%;
  font-size: 16px;
}

/* line 995, ../sass/screen.scss */
.m-right-none {
  margin-right: 0 !important;
}

/* line 999, ../sass/screen.scss */
.form-submit {
  position: relative;
}

/* line 1003, ../sass/screen.scss */
.callback-contact-form-title {
  font-size: 47px;
}

/* line 1007, ../sass/screen.scss */
.callback-contact-form-caption {
  font-size: 24px;
  padding: 30px 0 70px;
}

/* line 1012, ../sass/screen.scss */
#callback-form {
  padding-top: 0;
}

/* line 1016, ../sass/screen.scss */
.tab-image {
  width: 38.7%;
  float: left;
}
/* line 1019, ../sass/screen.scss */
.tab-image img {
  margin-top: 30px;
}

/* line 1024, ../sass/screen.scss */
.tabcontent {
  padding: 0;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wpb_text_column :last-child {
  margin-bottom: auto !important;
}

.service-block-col .wpb_text_column:last-child  {
  margin-bottom: 80px !important;
}

/* line 1028, ../sass/screen.scss */
#equipment {
  padding-top: 20px;
}
.tab-content-caption {
  width: 56.5%;
  float: right;
/*  padding-top: 70px;*/
  line-height: 25px;
}
.tab-content-caption h2 > b {
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
}
/* line 1041, ../sass/screen.scss */
.tab-content-caption h2 {
  margin-bottom: 30px;
}

/* line 1047, ../sass/screen.scss */
.equip-more {
  margin-top: 20px;
  font-size: 15px;
  color: #ef4340;
  display: inline-block;
  border-bottom: 1px dashed #ef4340;
  cursor: pointer;
}

/* line 1055, ../sass/screen.scss */
#feedback-clients {
  /*padding-bottom: 0;*/
}

/* line 1059, ../sass/screen.scss */
.client-feedback-container {
position: relative !important;
float: left !important;
margin: 0px -122px;
width: initial !important;
}
/* line 1063, ../sass/screen.scss */
.client-feedback-container a {
  display: block;
}

/* line 1068, ../sass/screen.scss */
.aeroflot {
  left: 0px;
}
/* line 1070, ../sass/screen.scss */
.aeroflot .client-feedback-caption {
  background: #112058;
}

/* line 1075, ../sass/screen.scss */
.alpha-bank {
  top: 25px;
  left: 30px;
}
/* line 1078, ../sass/screen.scss */
.alpha-bank .client-feedback-caption {
  background: #ee463b;
}

/* line 1083, ../sass/screen.scss */
.autodor {
  top: 60px;
  left: 10px;
}
/* line 1086, ../sass/screen.scss */
.autodor .client-feedback-caption {
  background: #E5B955;
  top: -82px;
  left: 80px;
}

/* line 1093, ../sass/screen.scss */
.rd {
  left: 30px;
}
/* line 1095, ../sass/screen.scss */
.rd .client-feedback-caption {
  background: #D33833;
  top: -13px;
  left: -10px;
}

/* line 1102, ../sass/screen.scss */
.client-feedback-caption {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 0;
  margin: auto;
  border-radius: 50px;
  width: 346px;
  height: 269px;
  color: #ffffff;
  line-height: 25px;
}

/* line 1117, ../sass/screen.scss */
.client-feedback-caption-inner {
  padding: 41px;
}

/* line 1121, ../sass/screen.scss */
.fb-caption-text {
  margin-bottom: 20px;
}

/* line 1125, ../sass/screen.scss */
.client-feedback-container:hover .client-feedback-caption {
  display: block;
}
#contacts {padding-top: /*0*/ 60px;  padding-bottom: 0; position: relative;}
/* line 1132, ../sass/screen.scss */
#contacts .header-intro-block {
  margin-left: 500px;
}

/* line 1137, ../sass/screen.scss */
#map,#mfwpmap {
  width: 100% !important;
  height: 442px !important;
  padding: 0;
  margin: 0;
}

/* line 1141, ../sass/screen.scss */
.contact-form-col {
  outline: 1px solid red;
  width: 49%;
  float: left;
}
.contact-form-col img {margin-top: 10px;}
.contact-form-btm {
  position: absolute;
  z-index: 999;
  bottom: 0;
  /*width: 729px;*/
  height: /*495px*/ 500px;
  box-shadow: -5px 0px 0px 0px rgba(0, 0, 0, 0.46);
  border-radius: 0 50px 0 0;
  background: url(../images/form-cards.png) -65px center #1d1d1d no-repeat;
}
/* line 1159, ../sass/screen.scss */
.contact-form-btm .header-form {
  width: 295px;
  float: right;
  background: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 50px;
  margin-right: 55px;
}
footer {padding: /*38px 0*/ 0 0 38px 0;}
/* line 1172, ../sass/screen.scss */
footer:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1177, ../sass/screen.scss */
footer .header-contacts .header-phone {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 5px;
  color: #1d1d1d;
}
/* line 1182, ../sass/screen.scss */
footer .header-contacts .callback {
  font-size: 16px;
  color: #ef2e2b;
}
/* line 1186, ../sass/screen.scss */
footer .social {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

/* line 1193, ../sass/screen.scss */
.header-navigation ul {
  display: inline-block;
  vertical-align: middle;
}

/* line 1198, ../sass/screen.scss */
.nav-close, .responsive-menu {
  display: none;
}

/* line 1202, ../sass/screen.scss */
.tech-info {
  display: none;
}

/* line 1206, ../sass/screen.scss */
.show-block {
  display: block;
}

/* line 1210, ../sass/screen.scss */
.hide-block {
  display: none;
}

/* line 1215, ../sass/screen.scss */
#hidden-content {
  width: 400px;
  height: 550px;
  margin: auto;
  display: none;
  border-radius: 50px;
}

/* line 1220, ../sass/screen.scss */
.modal {
  background: rgba(30, 30, 30,0.8);
  padding-left: 0;
  padding-right: 0;
}

body #hidden-content {
  background: #1D1D1D !important;
  padding-bottom: 0 !important;
}

/* line 1224, ../sass/screen.scss */
.modal .header-form {
  margin-top: 0;
}

.pum-close {
  font-weight: bolder;
color: #fff;
font-size: 22px;
position: absolute !important;
right: 4px !important;
top: -27px !important;
z-index: 999;
}

.pum-overlay {
  background: rgba(0,0,0,0.8) !important;
}

.modal-header {
  color: #ffffff !important;
  border-bottom: 0 !important;
}

.modal-content {
  background: none !important;
  border: 0 !important;
  box-shadow: inherit !important;
}

#our-portfolio .header-intro-block,
#video-preview .header-intro-block {
  margin-bottom: 50px !important;
}

@media (max-width: 1901px) {
  /* line 1230, ../sass/screen.scss */
  header {
    background: none;
  }

  /* line 1233, ../sass/screen.scss */
  .header-form-container:after {
    content: '';
    display: block;
    position: absolute;
    right: -33.7%;
    bottom: 0;
    z-index: -1;
    width: 653px;
    height: 780px;
    background: url(../images/header-red-channel_bg.jpg);
    background-size: cover;
  }
}
@media (min-width: 1720px) and (max-width: 1880px) {
  /*.arrow {
  	width: 60%;
  }*/
  /* line 1252, ../sass/screen.scss */
  .callback-contact-form::before {
    top: 175px;
    left: -34%;
    width: 569px;
    height: 395px;
    background-size: contain;
  }

  /* line 1259, ../sass/screen.scss */
  #contacts .header-intro-block .z-title {
    left: -75px;
  }
}
@media (min-width: 1550px) and (max-width: 1720px) {
  /* line 1266, ../sass/screen.scss */
  .header-form-container:after {
    background-position: -90px 0;
  }

  /*.arrow {
  	width: 61%;
  }*/
  /* line 1272, ../sass/screen.scss */
  .callback-contact-form:before {
    top: 192px;
    left: -21%;
    width: 569px;
    height: 245px;
    background-size: contain;
  }

  /* line 1279, ../sass/screen.scss */
  #contacts .header-intro-block .z-title {
    left: -75px;
  }
}
@media (min-width: 1370px) and (max-width: 1550px) {
  /* line 1285, ../sass/screen.scss */
  .header-form-container:after {
    background-position: -150px 0;
  }

  /*.arrow {
  	width: 62%;
  }*/
  /* line 1291, ../sass/screen.scss */
  .callback-contact-form:before {
    display: none;
  }

  /* line 1295, ../sass/screen.scss */
  #contacts .header-intro-block {
    margin-left: 80%;
  }

  /* line 1298, ../sass/screen.scss */
  .callback-contact-form::after {
    top: -47%;
    right: -171px;
    width: 424px;
    height: 643px;
    background: url(../images/enllax-02.png) no-repeat;
    background-size: contain;
  }

  /* line 1306, ../sass/screen.scss */
  #contacts .header-intro-block .z-title {
    left: -75px;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  /* line 1313, ../sass/screen.scss */
  .header-form-container:after {
    background-position: -190px 0;
  }

  /*.arrow {
  	width: 63.5%;
  }*/
  /* line 1319, ../sass/screen.scss */
  .callback-contact-form:before,
  .callback-contact-form::after {
    display: none;
  }

  /* line 1323, ../sass/screen.scss */
  #contacts .header-intro-block {
    margin-left: 80%;
  }

  /* line 1326, ../sass/screen.scss */
  #contacts .header-intro-block .z-title {
    left: -75px;
  }
}
@media (max-width: 1199px) {
  /* line 1334, ../sass/screen.scss */
  .callback-contact-form:before {
    display: none;
  }

  /* line 1337, ../sass/screen.scss */
  #contacts .header-intro-block {
    margin-left: 78%;
  }

  /* line 1340, ../sass/screen.scss */
  .header-form-container:after {
    background-position: -190px 0;
  }
}
@media (max-width: 1170px) {
  /* line 1347, ../sass/screen.scss */
  .callback-contact-form::after {
    display: none;
  }

  /* line 1350, ../sass/screen.scss */
  .callback-contact-form-inner {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }

  /* line 1355, ../sass/screen.scss */
  header .container {
    padding-top: 20px;
  }

  /* line 1358, ../sass/screen.scss */
  .video-preview-container-image {
    height: auto;
  }

  /* line 1361, ../sass/screen.scss */
  .portfolio-slide img {
    width: 90%;
  }

  .callback-contact-form-inner form .form-input {
    width: 231px !important;
    margin-right: 30px !important;
  }

  .callback-contact-form-inner form .form-input input {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1367, ../sass/screen.scss */
  .contact-form-btm {
    left: -100px;
  }

  /* line 1370, ../sass/screen.scss */
  #contacts .header-intro-block .z-title {
    left: -75px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .callback-contact-form-inner form .form-input {
    width: 180px !important;
    margin-right: 30px !important;
  }

  .callback-contact-form-title {
    font-size: 42px;
  }

  .callback-contact-form-inner {
    width: 90%;
  }

  .callback-contact-form-inner form .form-input {
    margin-right: 14px;
  }

  /* line 1377, ../sass/screen.scss */
  .container {
    width: 930px;
  }

  /* line 1380, ../sass/screen.scss */
  .callback-contact-form {
    width: 100%;
    border-radius: 0;
  }

  /* line 1384, ../sass/screen.scss */
  .header-contacts {
    width: 25%;
  }

  /* line 1387, ../sass/screen.scss */
  .video-preview-container {
    width: 98%;
    margin: 30px auto 0 !important;
  }

  /* line 1391, ../sass/screen.scss */
  .service-wrap .service-block:not(:last-child) {
    margin-right: 3%;
  }

  /* line 1394, ../sass/screen.scss */
  .client-feedback-container {
    margin: 0 -147px;
  }

  /* line 1397, ../sass/screen.scss */
  .header-intro-container {
    width: 50%;
  }

  /* line 1400, ../sass/screen.scss */
  .header-form-container {
    width: 44.5%;
  }

  /* line 1403, ../sass/screen.scss */
  .header-form-container:after {
    right: -38.7%;
  }

  /* line 1406, ../sass/screen.scss */
  .header-form-container:before {
    width: 301px;
    right: -10px;
  }

  /* line 1410, ../sass/screen.scss */
  .header-navigation ul li:not(:last-child) {
    margin-right: 13px;
  }

  /* line 1413, ../sass/screen.scss */
  .header-navigation ul li a {
    font-size: 15px;
  }

  /* line 1416, ../sass/screen.scss */
  .ui-tab {
    width: 120px;
  }

  /* line 1419, ../sass/screen.scss */
  .ui-tab a {
    font-size: 14px;
  }

  /* line 1422, ../sass/screen.scss */
  .tab-image img {
    margin-top: 65px;
    width: 100%;
  }

  /* line 1427, ../sass/screen.scss */
  .callback-contact-form-caption {
    font-size: 22px;
  }

  /* line 1431, ../sass/screen.scss */
  .ui-tab {
    width: 110px;
  }

  /* line 1435, ../sass/screen.scss */
  #tabs .tab-more {
    width: 80px;
  }

}
@media (max-width: 992px) {
  /* line 1448, ../sass/screen.scss */
  .social {
    padding-left: 10px !important;
  }

  /* line 1452, ../sass/screen.scss */
  .clients-feedback-container {
    text-align: center;
  }

  /* line 1456, ../sass/screen.scss */
  .client-feedback-container {
    width: 50% !important;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    text-align: center;
    margin: 40px 0;
  }


  .client-feedback-container .client-feedback-caption {
    width: 90% !important;
  }

  .client-feedback-container .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 1467, ../sass/screen.scss */
  .client-feedback-caption,
  .client-feedback-caption img {
    left: 0 !important;
    right: 0;
  }

  /* line 1474, ../sass/screen.scss */
  .client-feedback-caption {
    position: relative;
    display: block;
  }

  /* line 1479, ../sass/screen.scss */
  .autodor .client-feedback-caption,
  .rd .client-feedback-caption {
    top: 0;
  }

  /* line 1484, ../sass/screen.scss */
  .client_image img {
    display: none;
  }

  /* line 1489, ../sass/screen.scss */
  .contact-form-btm {
    position: relative;
    width: 100%;
    border-radius: 0;
  }

  /* line 1495, ../sass/screen.scss */
  .contact-form-btm .header-form {
    width: 50%;
    margin-right: 20px;
  }

  /* line 1500, ../sass/screen.scss */
  .header-form-inner {
    width: 80%;
  }

  /* line 1504, ../sass/screen.scss */
  .select-style {
    width: 100%;
  }

  /* line 1508, ../sass/screen.scss */
  #contacts .header-intro-block {
    margin-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  /* line 1515, ../sass/screen.scss */
  .container {
    width: 768px;
  }

  /* line 1518, ../sass/screen.scss */
  .header-form {
    width: 365px;
  }

  /* line 1521, ../sass/screen.scss */
  .header-form-container:after {
    right: -47%;
  }

  /* line 1524, ../sass/screen.scss */
  .header-form-container::before {
    width: 290px;
    right: 0;
  }

  /* line 1528, ../sass/screen.scss */
  .header-form-container {
    width: 50%;
  }

  /* line 1531, ../sass/screen.scss */
  .card01 {
    left: 20px;
  }

  /* line 1534, ../sass/screen.scss */
  .card01 img {
    width: 70%;
  }

  /* line 1537, ../sass/screen.scss */
  .z-title {
    width: 100%;
    bottom: 23px;
    left: 0;
    font-size: 46px;
  }

  /* line 1543, ../sass/screen.scss */
  .header-navigation ul {
    font-size: 0;
    padding: 10px 0;
  }

  /* line 1547, ../sass/screen.scss */
  .header-logo {
    width: 8%;
  }

  /* line 1550, ../sass/screen.scss */
  .header-navigation ul li:not(:last-child) {
    margin-right: 7px;
  }

  /* line 1553, ../sass/screen.scss */
  .header-navigation ul li a {
    font-size: 14px;
  }

  /* line 1556, ../sass/screen.scss */
  .video-preview-container-description p {
    font-size: 16px;
  }

  /* line 1559, ../sass/screen.scss */
  .play-button {
    top: 0 !important;
  }

  /* line 1563, ../sass/screen.scss */
  .service-block {
    width: 174px;
  }

  /* line 1567, ../sass/screen.scss */
  .service-block:hover::after {
    display: none;
  }
}


@media (max-width: 600px) {

.client-feedback-container {
width: 100% !important;
}
.client-feedback-container .client-feedback-caption {
width: 70% !important;
}

}


@media (min-width: 315px) and (max-width: 767px) {
  .callback-contact-form-inner form .form-input {
    display: block !important;
  }

  .header-form {
    border-radius: 50px !important;
  }

  .callback-contact-form-inner form .form-input {
    margin-right: 14px;
  }

  .client-feedback-container .client-feedback-caption-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* line 1576, ../sass/screen.scss */
  .container {
    width: 100%;
  }

  /* line 1579, ../sass/screen.scss */
  .responsive-nav {
    position: fixed;
 /*   z-index: 99999;*/ z-index: 999;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background: #1D1D1D;
    margin-right: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 1594, ../sass/screen.scss */
  .responsive-nav .header-navigation {
    width: 100%;
    text-align: right;
    float: right;
  }

  /* line 1599, ../sass/screen.scss */
  .responsive-nav .header-navigation ul li {
    display: block;
    margin-bottom: 30px;
  }
  .responsive-nav .header-navigation ul li a {
    color: #ffffff;
  }
  .responsive-nav .header-contacts {
    width: 100%;
    float: none;
  }
  .responsive-nav .header-navigation ul li:not(:last-child) {
    margin-right: 0;
  }
  .responsive-nav .responsive-nav-inner {
    padding: 30px;
  }
  .responsive-nav .header-navigation ul li a {
    font-size: 20px;
  }
  .responsive-menu {
    font-size: /*33px*/ 32px;
  }
  .responsive-menu a {
    color: #1D1D1D;
  }
  .nav-open {
    margin-right: 0;
  }
  .nav-close, .responsive-menu {
    display: block;
  }
  .nav-close {
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    left: 20px;
/*    top: 15px;*/     top: 45px;
  }
  .header-form-container::before {
    display: none;
  }
  .header-form-container::after {
    display: none;
  }
  .card01 {
    display: none;
  }
  .header-intro-container {
    width: 100%;
    text-align: center;
  }
  .header-form-container {
    width: 100%;
  }
  .header-form {
    margin: 81px auto 0;
  }
  .z-title {
    top: -20px;
    left: -51px;
    font-size: 45px;
  }
  .video-preview-container-description p {
    font-size: 14px;
    padding: 0 20px;
  }
  .play-button {
    width: 100px;
    height: 100px;
    top: 0 !important;
  }
  .pattern-wrap {
    display: none;
  }
  .tab-image {
    text-align: center;
  }

  /* line 1690, ../sass/screen.scss */
  .tab-image, .tab-content-caption {
    width: 100%;
  }

  /* line 1694, ../sass/screen.scss */
  .callback-contact-form {
    width: 100%;
    border-radius: 0;
  }

  /* line 1699, ../sass/screen.scss */
  .callback-contact-form-inner {
    width: 90%;
  }

  .service-block-col {
    width: 50% !important;
    float: left;
  }

  /* line 1703, ../sass/screen.scss */
  .service-block {
    width: 100% !important;
    float: left;
  }

  /* line 1708, ../sass/screen.scss */
  .service-wrap .service-block:not(:nth-child(2n)) {
    margin-right: 6% !important;
  }

  /* line 1712, ../sass/screen.scss */
  .service-wrap .service-block:not(:last-child) {
    margin-right: inherit;
  }

  /* line 1716, ../sass/screen.scss */
  .service-block:hover::after {
    display: none;
  }

  /* line 1721, ../sass/screen.scss */
  .callback-contact-form-title {
    font-size: 35px;
  }

  /* line 1725, ../sass/screen.scss */
  .callback-contact-form-caption {
    font-size: 19px;
  }

  /* line 1729, ../sass/screen.scss */
  .callback-contact-form-inner form .fz30 {
    font-size: 22px;
  }

  /* line 1734, ../sass/screen.scss */
  footer .header-logo {
    width: 9%;
  }

  /* line 1738, ../sass/screen.scss */
  footer .header-navigation ul li:not(:last-child) {
    margin-right: 10px;
  }

  /* line 1742, ../sass/screen.scss */
  footer .header-navigation ul li a {
    font-size: 14px;
  }

  /* line 1746, ../sass/screen.scss */
  footer .header-navigation ul.social {
    padding-left: 15px;
  }

  /* line 1750, ../sass/screen.scss */
  footer .header-contacts, footer .header-logo {
    width: 100%;
    text-align: center;
  }

  /* line 1755, ../sass/screen.scss */
  footer .header-navigation {
    float: none;
    text-align: center;
  }
  /* line 1756, ../sass/screen.scss */
  footer .header-navigation:before {
    content: '';
    display: table;
    clear: both;
  }
  /* line 1763, ../sass/screen.scss */
  footer .header-navigation nav {
    float: none;
    margin: 20px 0;
  }

  /* line 1770, ../sass/screen.scss */
  .contact-form-btm {
    background-size: 54%;
  }

  /* line 1774, ../sass/screen.scss */
  .ui-tab,.row .simplefilter li {
    width: 50% !important;
  }
  /* line 1776, ../sass/screen.scss */
  .ui-tab a,.row .simplefilter li {
    font-size: 13.5px;
    border-radius: 0 !important;
  }

  /* line 1782, ../sass/screen.scss */
  .tab-container ul li:last-child,.row .simplefilter li:last-child {
    width: 100% !important;
  }

  .row .simplefilter li:first-child,
  .row .simplefilter li:last-child {
    border-radius: 0 !important;
  }

  /* line 1788, ../sass/screen.scss */
  .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100% !important;
    /*z-index: 999999;*/ z-index: 998;
    background: #ffffff;
    padding-bottom: 20px;
    box-shadow: 10px 0 35px rgba(0, 0, 0, 0.1);
  }
  /* line 1799, ../sass/screen.scss */
  .sticky-header .header-menu-inner {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  /* line 1808, ../sass/screen.scss */
  #hidden-content,.header-form {
    width: 95%;
  }

  /* line 1811, ../sass/screen.scss */
  .header-form-inner {
    width: 85%;
  }

  /* line 1815, ../sass/screen.scss */
  .select-style {
    width: 100%;
  }

  /* line 1819, ../sass/screen.scss */
  .z-title {
    top: -20px;
    left: -31px;
    font-size: 40px;
  }

  /* line 1825, ../sass/screen.scss */
  .bolder-text {
    font-size: 43px;
  }

  /* line 1828, ../sass/screen.scss */
  .c-title .bolder-text {
    font-size: 37px;
  }

  /* line 1832, ../sass/screen.scss */
  .play-button {
    width: 70px;
    height: 70px;
    top: 0 !important;
  }

  /* line 1838, ../sass/screen.scss */
  .play-button-arrow {
    border-top: 8px solid transparent !important;
    border-left: 14px solid #1b1b1b !important;
    border-bottom: 8px solid transparent !important;
    top: 1px !important;
  }

  /* line 1845, ../sass/screen.scss */
  .service-block {
    width: 95%;
    float: none;
    margin: 0 auto 40px !important;
  }

  /* line 1851, ../sass/screen.scss */
  .service-wrap .service-block:not(:nth-child(2n)) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 1856, ../sass/screen.scss */
  .tab-image img {
    margin-top: 65px;
    width: 90%;
  }

  /* line 1861, ../sass/screen.scss */
  .callback-contact-form-title {
    font-size: 32px;
  }

  /* line 1865, ../sass/screen.scss */
  .callback-contact-form-caption {
    font-size: 16px;
  }

  /* line 1870, ../sass/screen.scss */
  .callback-contact-form-inner form .fz30 {
    font-size: 18.5px;
  }

  /* line 1874, ../sass/screen.scss */
  .contact-form-btm {
    background: #1d1d1d;
  }

  /* line 1878, ../sass/screen.scss */
  .contact-form-btm .header-form {
    width: 100%;
    margin-right: 0;
  }

  /* line 1884, ../sass/screen.scss */
  footer .header-navigation ul {
    display: block;
  }

  /* line 1888, ../sass/screen.scss */
  footer .header-navigation ul:first-child li {
    display: block;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }

  /* line 1894, ../sass/screen.scss */
  nav ul.social {
    font-size: 0;
    padding-left: 0 !important;
  }

  /* line 1899, ../sass/screen.scss */
  nav ul.social li {
    display: inline-block !important;
    margin: 0 8px !important;
  }

  /* line 1904, ../sass/screen.scss */
  .arrow {
    display: none;
  }

  .service-block-col {
    width: 100% !important;
    margin-bottom: 40px !important;
    float: left;
  }

  .client-feedback-container .client-feedback-caption {
    width: 90% !important;
    height: auto !important;
  }

  .client-feedback-caption-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}



/* VC */
.vc_tta-panels {
  background: none !important;
  border: 0 !important;
}

.wpcf7-tel {
  width: 100% !important;
}

/* fixed */
div.wpcf7-response-output {
	height: 85px !important;
    z-index: 2;
    position: absolute;
	top: 20px !important;
	padding: 20px 0 !important;
}
.yandex_map img {
	padding-left: 730px
}
.callback-contact-form {
	width: 980px;
}
.callback-contact-form:before {
	left: -62%;
}
.contact-form-btm .wpcf7-response-output {
    padding: 0 0 !important;
    top: -15px !important;
}
.client-feedback-container:hover .client-feedback-caption {
	width: 700px;
    z-index: 12;
}
@media (max-width: 1720px) and (min-width: 1550px) {
	.callback-contact-form:before {
		top: 144px;
		left: -53%;
		width: 627px;
		height: 375px;
		background-size: contain;
	}
}
@media (max-width: 991px) {
	.yandex_map img {
		padding-left: 0;
		width: 100%;
	}
}
/*----------------------*/
@keyframes YouTubePopUp-Content  {
from {transform: translate3d(0, 100%, 0);visibility: visible;}
to {transform: translate3d(0, 0, 0);}
}
.YouTubePopUp-Content  {animation-name: YouTubePopUp-Content;}
.YouTubePopUp-Close { 
			background:url(images/close-icon-white.png) no-repeat;
			background-size:50px 50px;
			-webkit-background-size:70px 50px;
			-moz-background-size:70px 50px;
			-o-background-size:70px 50px;
		}
#filter_gallery_36 .pfg_img_36 {width: 100% !important;}
#filter_gallery_36 .thumbnail_36 {width:100% !important; height:auto;}
#filter_gallery_36 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-right: 0px !important;padding-left: 0px !important;}
#filter_gallery_36 .thumbnail_36 {
			padding: 0px !important;
			margin-bottom: 0px !important;
			border: 0px !important;
			border-radius: 30px !important;
		}
.filtr_item_36 {padding: 0rem !important;}
.item_desc_36 {
			bottom: 12px  !important;
			left: 0rem !important;
			right: 0rem !important;
		}
.item_position_36 {left: 2rem !important; top: 2rem !important;}
.simplefilter_36 li {background-color: #003366 !important;}
.simplefilter_36 li:hover {background-color: #000000 !important;}
.simplefilter_36 li.active {background-color: #000000 !important;}
.ekko-lightbox-container img {border-radius: 40px !important;}
/*---------------------------*/
.equip {margin: 50px auto;}
.equip  li {display: inline-block; height: 48px !important; margin: 0 -3px !important;}
.equip  li {
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    border-radius: 0 !important;
    color: #1d1d1d !important;
    display: inline-block !important;
    /*font-family: "GilroyExtraBold" !important;*/
    height: 48px !important;
    line-height: 42px !important;
    margin: 0 -3px !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
}
.equip li:first-child {border-radius: 24px 0 0 24px !important;}
.equip li:last-child {border-radius: 0 24px 24px 0 !important;}
.equip  li a {
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s;
	color: #1d1d1d;
    /*font-family: "GilroyExtraBold" !important;*/
    font-size: 16px !important;
    text-transform: uppercase !important;
	}
.equip  li.active, .equip  li:hover {background-color: #ef4340;}
.equip  li.active a, .equip  li:hover a {color: #ffffff;} 

p.address {font-size: 18px; font-weight: bold; line-height: 24px; padding-left: 150px;}
p.copy    {font-size: 15px; padding: 0; margin: 0; float:right; line-height: 30px;}
ul.social {font-size: 30px; padding: 0 0 0 150px;}
ul.social li {display: inline-block; padding: 0 30px 0 0;}


#myModal .modal-dialog {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px 50px;
    margin-top: 81px;
    padding-bottom: 50px;
    padding-top: 47px;
    position: relative;
    width: 400px;
}
#myModal .modal-body {padding: 0 50px;}
#myModal .modal-body h2 {margin: 0 auto; text-align: center;}
#myModal button.close {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; font-size: 36px; opacity: 1;}
#myModal button.close:hover {opacity: .5;}
#myModal .form-control {
	margin: 20px 0;
    background-color: #ffffff;
    background-image: none;
	border-style: none none solid;
    border-width: 0 0 1px;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#myModal .form-control:focus {border-color: #0F0; box-shadow: none;	outline: 0 none;}
#myModal .help-block {color:#F00;}
#myModal .control-group.error input {border-bottom: 1px solid #e73f3c !important;}

.modal-header .close {
  float: right;
  font-size: /*21px*/ 40px;
  font-weight: bold;
  line-height: 1;
  color: /*#000*/ #fff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=100);
  opacity: 1;

}
/*.wpcf7-not-valid {border-bottom: 1px solid #e73f3c !important;}*/
.has-error input, .has-error input:focus, .has-error.select-style {border-bottom: 1px solid #e74c3c;}
#msgSubmit {
    background: #1d1d1d none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 20px;
    left: 0;
    margin: auto !important;
    padding: 20px 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    width: /*76%*/ 280px;
    z-index: 9999;
    height: 85px !important;
    padding: 20px 0 !important;
    position: absolute;
    top: 20px !important;
    font-weight: bold;
}
#msgSubmitBott {
    background: #1d1d1d none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 20px;
    left: 0;
    margin: auto !important;
    padding: 20px 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    width: /*76%*/ 280px;
    z-index: 9999;
    height: 85px !important;
    padding: 20px 0 !important;
    position: absolute;
    top: -30px !important;
    font-weight: bold;
}
.contact-form .success, .contact-form .error {display: none;}
