@import url(../fonts/stylesheet.css);
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block_title h2:before {
  content: none !important;
}

.right .block_title h1 {
    padding-left: 0px !important;
}

.right .block_title h3 {
    padding-left: 0px !important;
}


.about_page_block .right .block_title {
    min-width: 500px;
}

.about_page_block .left .block_title {
    min-width: 500px;
}

.tabs {
  list-style: none;
  padding-left: 0;
/*   display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border: 1px solid #efefef; */
}

.my-tabs li {
  display: inline;
  line-height: 3.2 !important;
}

.my-tabs {
  padding-left: 0px !important;
  list-style: none
}

.tabs li {
  text-align: center;
  background-color: #fcfcfc;
  padding: 1rem;
  cursor: pointer;
  transition: background-color 0.45s ease-in-out;
}

.tabs li.active {
  background-color: #eee;
}

.tabs li > a {
  text-decoration: none;
  color: #0f0f0f;
}

.tabs-content {
/*   border: 1px solid #eee; */
  border-top: 0;
}

.tabs-panel {
  padding: 2rem 0rem;
  display: none;
}

.tabs-panel.active {
  display: block;
}

@media (max-width: 480px) {
  .tabs {
    grid-template-columns: 1fr;
  }
}

.about_page_block .right {
    width: 50%;
    max-width: 360px;
}

.right .block_title h2 {
    padding-left: 0px !important;
}

.right .block_title p {
    padding-left: 0px !important;
  font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.right .block_title > div {
    padding-left: 0px !important;
  font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type='button'] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type='checkbox'], input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

.clearfix {
  clear: both;
}

body {
  color: #000;
  font-size: 16px;
  font-family: 'Myriad Pro';
  font-weight: normal;
  font-style: normal;
}

.box {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto !important;
}

header,
main,
footer {
  max-width: 2560px;
  margin: 0 auto;
  width: 100%;
}

.customize-support header .logo img {
  -webkit-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition: 1.2s ease;
}

.customize-support header .main_nav ul li a {
  -webkit-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition: 1.2s ease;
}

header {
  position: absolute;
  z-index: 5;
}

header.innner_page_header {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  padding: 30px 60px;
}

header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .logo img {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

header .main_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main_nav ul span {
  margin-left: 60px;
  color: #3788C3;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition: 1.2s ease;
}

header .main_nav ul li a {
  margin-left: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

header .main_nav ul li a:hover {
  color: #3788C3;
}

header.dark .logo img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

header.dark ul li a {
  color: #000;
}

.mob_toggle {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 25px;
  height: 20px;
}

.mob_toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mob_toggle span:nth-child(1) {
  top: 0;
}

.mob_toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mob_toggle span:nth-child(3) {
  bottom: 0;
}

.mob_toggle.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.mob_toggle.active span:nth-child(2) {
  opacity: 0;
}

.mob_toggle.active span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translate(0, 50%) rotate(-45deg);
      -ms-transform: translate(0, 50%) rotate(-45deg);
          transform: translate(0, 50%) rotate(-45deg);
}

.section {
  position: relative;
  min-height: 100vh !important;
  z-index: 1;
  height: 100%;
}

.scroll_down {
  position: absolute;
  bottom: 15px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}

.scroll_down:hover span {
  color: #3788C3;
}

.scroll_down span {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  position: absolute;
  top: -50%;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
  height: 0;
  left: 0;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.scroll_down:before {
  height: 30px;
  width: 1px;
  background: #fff;
  content: '';
}

.scroll_down img {
  margin-top: 10px;
}

.hero {
  background-image: url(../img/hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero .image_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}

.hero .image_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.75;
}

.hero .box {
  position: relative;
  z-index: 1;
}

.hero .main_title {
  margin-bottom: 60px;
}

.hero .main_title h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.hero .main_title h1:before {
  position: absolute;
  left: -65px;
  top: 30px;
  width: 45px;
  height: 1px;
  content: '';
  background: #fff;
}

.hero .main_title h1 strong {
  font-weight: bold;
  color: #3788C3;
}

.hero .main_title h2 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero .quick_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.hero .quick_services .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.hero .quick_services .item .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.hero .quick_services .item p {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  max-width: 265px;
}

.hero .actions a {
  margin-right: 30px;
}

.dft_button {
  padding: 22px 43px;
  background-color: #fff;
  display: inline-block;
  min-width: 220px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.dft_button.theme_blue {
  height: 60px;
  background-color: #3788C3;
  color: #fff;
}

.dft_button.theme_blue:hover {
  background-color: transparent;
  background-image: url(../img/blue_border_button.svg);
  background-size: cover;
  background-position: center;
  color: #3788C3;
}

.dft_button.theme_blue_invert {
  background-color: transparent;
  background-image: url(../img/blue_border_button.svg);
  background-size: cover;
  background-position: center;
  height: 60px;
  color: #3788C3;
}

.dft_button.theme_blue_invert:hover {
  background-color: #3788C3;
  color: #fff;
}

.dft_button.theme_white {
  height: 60px;
  color: #000;
  background-color: #fff;
}

.dft_button.theme_white:hover {
  background-color: transparent;
  background-image: url(../img/white_border_button.svg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.dft_button.theme_white_invert {
  background-color: transparent;
  background-image: url(../img/white_border_button.svg);
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 60px;
}

.dft_button.theme_white_invert:hover {
  color: #000;
  background-color: #fff;
}

#fp-nav.left {
  left: 0;
}

#fp-nav.white ul li a span {
  background: #fff;
}

#fp-nav.white ul li .fp-tooltip {
  color: #fff;
}

#fp-nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 17px;
  margin: 5px 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li:hover a span {
  width: 15px;
  height: 1px;
  right: 0;
  margin: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li:hover a.active span {
  width: 45px;
  height: 1px;
  right: 0;
  margin: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li a {
  width: 100%;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li a span {
  width: 15px;
  height: 1px;
  background: #000;
  right: 0;
  margin: 0;
  left: auto;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fp-nav ul li a.active span {
  width: 45px;
  height: 1px;
  margin: 0;
}

#fp-nav ul li a.active:hover span {
  width: 45px;
  height: 1px;
}

#fp-nav ul li a:hover span {
  width: 15px;
  height: 1px;
}

#fp-nav ul li .fp-tooltip {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  top: auto;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.block_title h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
}

.block_title h2:before {
  position: absolute;
  content: '';
  width: 45px;
  height: 1px;
  background: #000;
  left: -55px;
  top: 20px;
}

.block_title.theme_white h2 {
  color: #FFFFFF;
}

.block_title.theme_white h2:before {
  background: #fff;
}

.solutions_section {
  position: relative;
}

.solutions_section:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  background-image: url(../img/logo_big_bg.png);
  background-position: left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
}

.solutions_section .scroll_down span {
  color: #000;
}

.solutions_section .scroll_down img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.solutions_section .scroll_down:before {
  background: #000;
}

.complex_solutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.complex_solutions .box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.complex_solutions .box .text {
  max-width: 360px;
  width: 30%;
}

.complex_solutions .box .text p {
  font-size: 16px;
  line-height: 1.37;
  margin-bottom: 25px;
}

.complex_solutions .box .complex_slide_wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.complex_solutions .image_slide {
  position: absolute;
  right: 0;
  width: 50%;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.complex_solutions .image_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.complex_solutions .image_slide:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 0%;
  height: 100%;
  background: #3788C3;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.complex_solutions .image_slide.changed:before {
  width: 100%;
}

.complex_slide_wrap {
  width: 360px;
}

.complex_slide_wrap .caption_slider_complex .item {
  background: #08538B;
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.complex_slide_wrap .caption_slider_complex .item h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.complex_slide_wrap .caption_slider_complex .item img {
  display: none;
}

.complex_slide_wrap .slider_navigation {
  position: absolute;
  width: 100%;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.complex_slide_wrap .slider_navigation .prev_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 5px;
}

.complex_slide_wrap .slider_navigation .prev_button:before {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
}

.complex_slide_wrap .slider_navigation .next_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 5px;
}

.complex_slide_wrap .slider_navigation .next_button:before {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: transparent;
  border-left: transparent;
}

.complex_slide_wrap .slider_navigation .counter {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
}

.complex_slide_wrap .slider_navigation .counter span {
  width: 45px;
  height: 1px;
  background: #fff;
  margin: 0 15px;
  margin-bottom: 5px;
}

.advantages_section {
  position: relative;
  background-image: url(../img/advantages_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.advantages_section:before {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.advantages_section .advantages {
  position: relative;
  z-index: 1;
}

.advantages_section .advantages .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.advantages_section .advantages .items .item {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.advantages_section .advantages .items .item:nth-child(4n) {
  border-right: 0;
}

.advantages_section .advantages .items .item:last-child, .advantages_section .advantages .items .item:nth-last-child(2), .advantages_section .advantages .items .item:nth-last-child(3), .advantages_section .advantages .items .item:nth-last-child(4) {
  border-bottom: 0;
}

.advantages_section .advantages .items .item p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  max-width: 195px;
}

.advantages_section .advantages .items .item span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #3788C3;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.propositions_section {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #E8EFF5), color-stop(50%, #fff));
  background-image: -o-linear-gradient(left, #E8EFF5 50%, #fff 50%);
  background-image: linear-gradient(to right, #E8EFF5 50%, #fff 50%);
}

.propositions_section .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.propositions_section .left {
  width: 50%;
  padding-right: 25px;
}

.propositions_section .left .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.propositions_section .left .items .item .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 22px;
}

.propositions_section .left .items .item p {
  font-size: 16px;
  line-height: 1.3;
  max-width: 360px;
}

.propositions_section .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
          padding-top: 50px;
}

.propositions_section .right .item_card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px #E8EFF5;
          box-shadow: 0px 0px 15px #E8EFF5;
  padding: 30px;
  max-width: 420px;
  margin-bottom: 20px;
}

.propositions_section .right .item_card h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.propositions_section .right .item_card p {
  font-size: 16px;
  line-height: 1.3;
  color: #6D7278;
}

.propositions_section .right .item_card a {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #3788C3;
  padding-bottom: 0px;
  border-bottom: 1px solid #3788C3;
}

.propositions_section .scroll_down span {
  color: #000;
}

.propositions_section .scroll_down img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.propositions_section .scroll_down:before {
  background: #000;
}

.services_section {
  background-color: #08538B;
  position: relative;
  background-image: url(../img/proair.png);
  background-size: auto 100%;
  background-position: 39%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
  display: block;
  min-height: 100vh;
}

.services_section .slider_services {
  width: 50%;
  position: absolute;
  height: 100%;
  min-height: 100vh;
  max-height: 1100px;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.services_section .slider_services .item {
  height: 600px;
}

.services_section .slider_services .item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.services_section .slider_services .slick-list {
  padding: calc((100% - 600px)/2) 0;
  min-height: 100vh;
  height: 100%;
}

.services_section .slider_services .slick-slide {
  position: relative;
  border: none;
}

.services_section .slider_services .slick-slide:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.services_section .slider_services .slick-slide.slick-current:before {
  opacity: 0;
}

.services_section .box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.services_section .box .text {
  max-width: 360px;
}

.services_section .box .text .caption_services_slider .item h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.services_section .box .text .caption_services_slider .item p {
  font-size: 16px;
  line-height: 1.37;
  color: #fff;
  margin-bottom: 60px;
}

.services_section .box .text .slider_navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
}

.services_section .box .text .slider_navigation .prev_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 5px;
}

.services_section .box .text .slider_navigation .prev_button:before {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
}

.services_section .box .text .slider_navigation .next_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 5px;
}

.services_section .box .text .slider_navigation .next_button:before {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: transparent;
  border-left: transparent;
}

.services_section .box .text .slider_navigation .counter {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
}

.services_section .box .text .slider_navigation .counter span {
  width: 45px;
  height: 1px;
  background: #fff;
  margin: 0 15px;
  margin-bottom: 5px;
}

.partners_section {
  background: #fff;
}

.partners_section:before {
  content: '';
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #E8EFF5;
  position: absolute;
  z-index: 0;
}

.partners_section:after {
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  width: 50%;
  top: 0;
  background-image: url(../img/partners_after.png);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 0;
}

.partners_section .box {
  z-index: 1;
  position: relative;
}

.partners_section .scroll_down {
  position: absolute;
  bottom: 15px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}

.partners_section .scroll_down:hover span {
  color: #3788C3;
}

.partners_section .scroll_down span {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  position: absolute;
  top: -100%;
  color: #000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
  height: 0;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.partners_section .scroll_down:before {
  height: 30px;
  width: 1px;
  background: #000;
  content: '';
}

.partners_section .scroll_down img {
  margin-top: 10px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.partners_section .partners_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.partners_section .partners_items .item {
  width: calc(100%/6 - 0.5px);
  height: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E9EAEB;
  background: #fff;
}

.partners_section .partners_items .item img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.partners_section .partners_items .item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.contacts_section {
  background-image: url(../img/contacts_bg.jpg);
  background-size: cover;
  background-position: center;
}

.contacts_section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 0;
}

.contacts_section .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.contacts_section .box .info {
  width: 50%;
}

.contacts_section .box .info .contacts_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contacts_section .box .info .contacts_row .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  position: relative;
}

.contacts_section .box .info .contacts_row .icon img {
  max-width: 100%;
  width: auto;
}

.contacts_section .box .info .contacts_row p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  line-height: 1.5;
}

.contacts_section .box .info .contacts_row p span {
  font-size: 16px;
  line-height: 19px;
}

.contacts_section .box .info .contacts_row p a {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contacts_section .box .info .contacts_row p a:hover {
  text-decoration: underline;
}

.contacts_section .box .info .contacts_row p a.mail {
  font-size: 18px;
  line-height: 22px;
  color: #3788C3;
  font-weight: 400;
  text-decoration: underline;
}

.contacts_section .box .info .socials {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts_section .box .info .socials a {
  margin-right: 43px;
}

.contacts_section .box .info .socials a svg path {
  fill: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contacts_section .box .info .socials a:hover svg path {
  fill: #3788C3;
}

.contacts_section .box .contacts_form {
  width: 50%;
}

.contacts_section .box .contacts_form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts_section .box .contacts_form form input {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
}

.contacts_section .box .contacts_form form input::-webkit-input-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form input::-moz-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form input:-ms-input-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form input::-ms-input-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form input::placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form input.error {
  border-bottom-color: #fa3b3b;
  color: #fa3b3b;
}

.contacts_section .box .contacts_form form input.error::-webkit-input-placeholder {
  color: #fa3b3b;
}

.contacts_section .box .contacts_form form input.error::-moz-placeholder {
  color: #fa3b3b;
}

.contacts_section .box .contacts_form form input.error:-ms-input-placeholder {
  color: #fa3b3b;
}

.contacts_section .box .contacts_form form input.error::-ms-input-placeholder {
  color: #fa3b3b;
}

.contacts_section .box .contacts_form form input.error::placeholder {
  color: #fa3b3b;
}

.contacts_section .box .contacts_form form label.errror {
  position: absolute;
}

.contacts_section .box .contacts_form form textarea {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  color: #fff;
  line-height: 19px;
  min-height: 160px;
}

.contacts_section .box .contacts_form form textarea::-webkit-input-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form textarea::-moz-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form textarea:-ms-input-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form textarea::-ms-input-placeholder {
  color: #fff;
}

.contacts_section .box .contacts_form form textarea::placeholder {
  color: #fff;
}

.custom_modal {
  width: 100%;
  max-width: 480px;
  padding: 60px;
  background: #E8EFF5;
}

.custom_modal h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.custom_modal form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_modal form input {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6D7278;
  margin-bottom: 30px;
}

.custom_modal form input.error {
  border-bottom-color: #fa3b3b;
  color: #fa3b3b;
}

.custom_modal form input.error::-webkit-input-placeholder {
  color: #fa3b3b;
}

.custom_modal form input.error::-moz-placeholder {
  color: #fa3b3b;
}

.custom_modal form input.error:-ms-input-placeholder {
  color: #fa3b3b;
}

.custom_modal form input.error::-ms-input-placeholder {
  color: #fa3b3b;
}

.custom_modal form input.error::placeholder {
  color: #fa3b3b;
}

.custom_modal form label.errror {
  position: absolute;
}

.custom_modal form .dft_button:hover {
  color: #000;
}

.banner_inner {
  min-height: 100vh;
  padding-top: 165px;
  padding-bottom: 200px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-size: cover;
  background-position: center;
}

.banner_inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: #000;
  opacity: 0.75;
  z-index: 0;
}

.banner_inner.equipment_page {
  background-image: url(../img/advantages_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_inner.equipment_page_refrigerating {
  background-image: url(../img/refrigirator_bg.jpg);
}

.banner_inner.contacts_page {
  background-image: none;
  background-image: url(../img/contacts_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
}

.banner_inner.contacts_page .breadcrumbs {
  margin-bottom: 25px;
}

.banner_inner.contacts_page .box .contacts_form form textarea {
  min-height: 125px;
}

.banner_inner .box {
  position: relative;
}

.banner_inner .box .text h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.33;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 60px;
  position: relative;
}

.banner_inner .box .text h1:before {
  width: 45px;
  height: 1px;
  content: '';
  position: absolute;
  left: -60px;
  top: 15px;
  background: #fff;
}

.banner_inner .box .text p {
  font-size: 16px;
  line-height: 1.37;
  color: #FFFFFF;
  max-width: 100%;
  margin-bottom: 20px;
}

.banner_inner .scroll_down {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.banner_inner.about_page {
  background-image: url(../img/hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 70px;
}

.breadcrumbs li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 3px 0;
  position: relative;
  padding-right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs li a:before {
  width: 15px;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  right: 10px;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:last-child a {
  pointer-events: none;
}

.breadcrumbs li:last-child a:before {
  display: none;
}

.map_block {
  height: 600px;
}

.map_block #map {
  height: 100%;
  background: #ccc;
  width: 100%;
}

.map_block #map iframe {
  height: 100%;
  width: 100%;
}

footer {
  padding: 90px 0;
  background: #08538B;
  color: #fff;
}

footer .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

footer .box .logo {
  max-width: 250px;
}

footer .box .foot_navigation .mail {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 20px;
}

footer .box .foot_navigation ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 22px;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

footer .box .foot_navigation ul li a:hover {
  text-decoration: underline;
}

footer .box .foot_navigation ul li span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 22px;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: underline;
}

footer .box .foot_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .box .foot_contacts p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  margin-bottom: 22px;
}

footer .box .foot_contacts a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 22px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

footer .box .foot_contacts a:hover {
  text-decoration: underline;
}

footer .box .foot_contacts a.mail {
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #3788C3;
  text-decoration: underline;
}

footer .box .foot_contacts a.mail:hover {
  color: #fff;
}

footer .box .foot_contacts .socials {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .box .foot_contacts .socials a {
  margin-left: 43px;
}

footer .box .foot_contacts .socials a svg path {
  fill: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

footer .box .foot_contacts .socials a:hover svg path {
  fill: #3788C3;
}

footer .box .copyright {
  position: absolute;
  bottom: 0;
}

footer .box .copyright p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 22px;
}

footer .box .copyright p a {
  color: #3788C3;
}

.equipment_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 0;
}

.equipment_block .item {
  margin: 15px;
  width: calc(100% / 3 - 30px);
  height: 240px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.equipment_block .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.equipment_block .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.equipment_block .item p {
  z-index: 1;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: -60px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.equipment_block .item .dft_button {
  z-index: 1;
  bottom: -100%;
  position: relative;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.equipment_block .item:hover p {
  margin-bottom: 30px;
}

.equipment_block .item:hover .dft_button {
  position: relative;
  bottom: 0;
}

.equipment_block .item:hover:before {
  background: #08538B;
  opacity: 0.80;
}

.equipment_page_block {
  padding: 90px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.equipment_page_block .block_title {
  width: 100%;
}

.equipment_page_block:before {
  content: '';
  width: 200%;
  height: 100%;
  background: #E8EFF5;
  right: 50%;
  top: 0;
  position: absolute;
}

.equipment_page_block .left {
  width: 50%;
  z-index: 1;
}

.equipment_page_block .left ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.37;
  color: #000000;
  margin-bottom: 15px;
  padding-left: 30px;
  max-width: 90%;
}

.equipment_page_block .left ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  left: 0;
  top: 10px;
}

.equipment_page_block .right {
  width: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.equipment_page_block .right .advantage_card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px #E8EFF5;
          box-shadow: 0px 0px 15px #E8EFF5;
  padding: 30px;
  margin-bottom: 30px;
  max-width: 420px;
  width: 100%;
}

.equipment_page_block .right .advantage_card span {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.equipment_page_block .right .advantage_card span:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 1px;
  background: #000;
  left: -60px;
}

.equipment_page_block .right .advantage_card p {
  font-size: 16px;
  line-height: 1.4;
  color: #6D7278;
}

.about_page .quick_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.about_page .quick_services .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 20px;
}

.about_page .quick_services .item .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.about_page .quick_services .item p {
  max-width: 260px;
}

.about_page_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 90px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_page_block:before {
  content: '';
  width: 200%;
  height: 100%;
  background: #08538B;
  right: 50%;
  top: 0;
  position: absolute;
  z-index: -1;
}

.about_page_block .left {
  width: 50%;
  max-width: 360px;
}

.about_page_block .left p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #fff;
}

.about_page_block .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_page_block .right ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.37;
  color: #000000;
  margin-bottom: 15px;
  padding-left: 30px;
  max-width: 360px;
}

.about_page_block .right ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  left: 0;
  top: 10px;
}

.about_advantages {
  background: #E8EFF5;
  padding: 90px 0;
}

.about_advantages .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_advantages .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 30px);
}

.about_advantages .item .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.about_advantages .item .icon span {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.about_advantages .item .icon h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
}

.about_advantages .item p {
  font-size: 16px;
  line-height: 1.4;
}

.adticles_block {
  padding-top: 90px;
}

.adticles_block .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  margin-bottom: 90px;
}

.adticles_block .article:nth-child(even) .image {
  -webkit-box-ordinal-group: 1000;
  -webkit-order: 999;
      -ms-flex-order: 999;
          order: 999;
}

.adticles_block .article .image {
  width: calc(50% - 15px);
  min-width: 360px;
}

.adticles_block .article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.adticles_block .article .text {
  width: 45%;
}

.adticles_block .article .text h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
}

.adticles_block .article .text h4:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -60px;
  top: 8px;
}

.adticles_block .article .text h4 a {
  color: #000;
}

.adticles_block .article .text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
}

.adticles_block .article .text h3:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -60px;
  top: 8px;
}

.adticles_block .article .text h3 a {
  color: #000;
}

.adticles_block .article .text h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
}

.adticles_block .article .text h2:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -60px;
  top: 8px;
}

.adticles_block .article .text h2 a {
  color: #000;
}

.adticles_block .article .text h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
}

.adticles_block .article .text h5:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -60px;
  top: 8px;
}

.adticles_block .article .text h5 a {
  color: #000;
}

.adticles_block .article .text p {
  font-size: 16px;
  line-height: 1.4;
  color: #6D7278;
  margin-bottom: 20px;
  color: #000;
}

.adticles_block .article .text ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}

.adticles_block .article .text ul li {
  margin-bottom: 5px;
  line-height: 1.2;
}

.adticles_block .article .text blockquote {
  padding: 10px;
  border: 4px solid #08538b;
  border-radius: 5px;
  margin-bottom: 20px;
}

.adticles_block .article .text blockquote p {
  margin-bottom: 0;
}

.adticles_block .article .text h6 {
  padding: 10px;
  background: #08538b;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}

.inner_page {
  padding: 90px 0;
  padding-bottom: 30px;
}

.tpl_content {
  line-height: 1.4;
}

.tpl_content h2, .tpl_content h3, .tpl_content h4, .tpl_content h5 {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.tpl_content h2:before, .tpl_content h3:before, .tpl_content h4:before, .tpl_content h5:before {
  position: absolute;
  content: '';
  width: 45px;
  height: 1px;
  background: #000;
  left: -55px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.tpl_content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.tpl_content h3 {
  font-size: 24px;
}

.tpl_content h4 {
  font-size: 21px;
}

.tpl_content h5 {
  font-size: 18px;
}

.tpl_content p {
  margin-bottom: 20px;
}

.tpl_content p:last-child {
  margin-bottom: 0;
}

.tpl_content ul {
  margin-bottom: 20px;
}

.tpl_content ul:last-child {
  margin-bottom: 0;
}

.tpl_content ul li {
  position: relative;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 30px;
}

.tpl_content ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  left: 0;
  top: 10px;
}

.tpl_content ul li:last-child {
  margin-bottom: 0;
}

.tpl_content blockquote {
  padding: 10px;
  border: 4px solid #08538b;
  border-radius: 5px;
  margin-bottom: 20px;
}

.tpl_content blockquote p {
  margin-bottom: 0;
}

.tpl_content h6 {
  padding: 10px;
  background: #08538b;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}

.content_page {
  line-height: 1.4;
}

.content_page .gallery .gallery-item {
  margin-bottom: 20px;
}

.content_page h1 {
  -webkit-box-flex: 40px;
  -webkit-flex: 40px;
      -ms-flex: 40px;
          flex: 40px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  font-size: 34px;
}

.content_page h2, .content_page h3, .content_page h4, .content_page h5 {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.content_page h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.content_page h3 {
  font-size: 24px;
}

.content_page h4 {
  font-size: 21px;
}

.content_page h5 {
  font-size: 18px;
}

.content_page p {
  margin-bottom: 20px;
}

.content_page p:last-child {
  margin-bottom: 0;
}

.content_page ul {
  margin-bottom: 20px;
}

.content_page ul:last-child {
  margin-bottom: 0;
}

.content_page ul li {
  position: relative;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 30px;
}

.content_page ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  left: 0;
  top: 10px;
}

.content_page ul li:last-child {
  margin-bottom: 0;
}

.content_page blockquote {
  padding: 10px;
  border: 4px solid #08538b;
  border-radius: 5px;
  margin-bottom: 20px;
}

.content_page blockquote p {
  margin-bottom: 0;
}

.content_page h6 {
  padding: 10px;
  background: #08538b;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}

.not-found {
  padding: 100px 0;
  text-align: center;
  background-image: url(../img/hero_bg.jpg);
  background-repeat: no-repeat;
}

.not-found .image {
  margin: 50px 0;
}

.not-found .image img {
  max-width: 250px;
}

.not-found h1 {
  color: #fff;
}

.not-found .dft_btn {
  color: #fff;
  margin-right: 20px;
}

.not-found .dft_btn:hover {
  text-decoration: underline;
}

.not-found .dft_btn:last-child {
  margin-right: 0;
}

.gallery-item .gallery-icon a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products_tabs {
  padding: 50px 0;
}

.products_tabs .tabs {
  margin-bottom: 50px;
  text-align: center;
}

.products_tabs .tabs a {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}

.products_tabs .adticles_block {
  padding-top: 0;
}

.products_tabs .content {
  display: none;
}

.products_tabs .content.active {
  display: block;
}
.menu-item-has-children .sub-menu{
  display: block;
  position: absolute;
  width: 500px;
  left: 50px;
  background: rgba(255, 253, 253, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: .55s opacity, .55s visibility;
  margin-top: 19px;

}
.menu-item-has-children:hover .sub-menu{
  visibility: visible;
  opacity: 1;
}
.menu-item-has-children .sub-menu li{
      padding: 15px 10px;
}
.menu-item-has-children .sub-menu li a{
  margin-left: 0px;
  color: #000;
}
.menu-item-has-children a{
  padding-bottom: 20px;
}
.new-page .breadcrumbs a{
  color: #000
}
.inner_page.new-page{
  padding-top: 160px;
}
.inner_page.new-page .breadcrumbs li a:before{
  background: #000
}
.inner_page.new-page .breadcrumbs{
  margin-bottom: 40px;
}
.propositions_section .right h2{
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}
.propositions_section .right p{
  width: 100%;
  text-align: center;
}
.propositions_section .right .description{
  font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.propositions_section .right .wpcf7{
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 10px;
}
.propositions_section .right .wpcf7 .wrapp-form__block{
  flex-wrap: wrap;
}
.propositions_section .right .wpcf7 .wrapp-form__block > div{
  width: 100%;
  margin-top: 15px;
}
.propositions_section .right .wpcf7 .wrapp-form__block i{
  top: calc(50% - 8px);
}
.current-menu-ancestor .sub-menu{
  left: unset;
  right: 0;
}
#section_5 {
  padding-top: 75px;
}
#section_6 {
  padding-top: 75px;
}
#section_7 {
  padding-top: 75px;
}
#section_2 {
  padding-top: 50px;
}
.menu-item-has-children:nth-child(2){
  
}
.wrapp-company{
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}
.wrapp-company__img{
  flex-basis: 10%;
    max-width: 10%;
}
.wrapp-company__img a{
  border-radius: 25px;
    transition: background .2s;
    padding-bottom: .5rem;
    padding-top: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapp-company__img a:hover{
  color: #000;
  background-color: #dddede;
}
.wrapp-company__img a img{
  height: 70px;
    display: flex;
    align-items: center;
   margin-bottom: 5px;
    max-width: 70px;
    object-fit: contain;
}
.wrapp-company__img a p{
  font-size: 12px;
  text-align: center;
  padding: 0 7px;
  color: #000;
  text-transform: uppercase;
}
.wrapp-company.new-company .wrapp-company__img{
      flex-basis: 14%;
    max-width: 14%;
}
@media screen and (max-height: 900px) {
  header .box {
    padding: 15px 60px;
  }
  .complex_solutions .image_slide {
    height: 500px;
  }
  .advantages_section .advantages .items .item {
    padding: 15px 14px;
  }
  .propositions_section .right .item_card {
    padding: 20px;
    margin-bottom: 15px;
  }
  .propositions_section .left .items .item {
    margin-bottom: 15px;
  }
  .services_section .slider_services .slick-list {
    padding: calc((100% - 500px)/2) 0;
  }
  .services_section .slider_services .item {
    height: 500px;
  }
  header {
    position: fixed;
    top: 0;
  }
  footer {
    padding: 50px 0;
  }
  .content_page h2{
    font-size: 19px;
  }
  .content_page h1{
    font-size: 23px
  }
}

@media screen and (max-height: 850px) {
  .services_section {
    min-height: 100vh !important;
  }
}

@media screen and (max-height: 750px) {
  .section {
    min-height: 100vh !important;
    height: auto;
  }
  .hero .main_title h1 {
    font-size: 40px;
  }
  .hero .main_title {
    margin-bottom: 30px;
  }
  .hero .quick_services {
    margin-bottom: 25px;
  }
  .hero .box {
    padding-top: 50px;
  }
  header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  header.dark .logo img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  header.dark ul li a {
    color: #fff;
  }
  header .logo {
    max-width: 200px;
  }
  header .box {
    padding: 10px 50px;
  }
  .hero .quick_services .item p {
    line-height: 1.2;
  }
  .block_title h2 {
    margin-bottom: 45px;
  }
  .contacts_section .box .contacts_form form input {
    margin-bottom: 15px;
  }
  .contacts_section .box .info .contacts_row {
    margin-bottom: 15px;
  }
  .contacts_section .box .info .contacts_row .icon {
    width: 40px;
    height: 40px;
  }
  .contacts_section .box .info .socials {
    padding-top: 15px;
  }
  .contacts_section .box .info .contacts_row p a {
    font-size: 20px;
    line-height: 1.2;
  }
  .contacts_section .box .info .block_title h2 {
    margin-bottom: 30px;
  }
  .block_title h2 {
    font-size: 25px;
  }
  .propositions_section .left .items .item .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    height: 60px;
  }
  .propositions_section .right .item_card h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .propositions_section .right .item_card p {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media screen and (max-height: 600px) {
  .section {
    padding: 60px 0;
    min-height: 600px;
  }
}

@media screen and (min-width: 1200px){
  .about_page_block {
    max-width: 1400px !important;
  }
  .right .block_title h1 {
    margin-left: -10%;
  }
  
  .right .block_title h3 {
    margin-left: -10%;
  }
}

@media screen and (max-width: 1350px) {
  #fp-nav.left {
    left: -15px;
  }
}

@media screen and (max-width: 1200px) {
  .box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hero .quick_services .item {
    width: 33%;
  }
  header .box {
    padding: 15px 50px;
  }
  header .logo {
    max-width: 200px;
  }
  .hero .main_title {
    padding-left: 50px;
    max-width: 100%;
  }
  .hero .main_title h1 {
    font-size: 35px;
  }
  .complex_solutions .box .text {
    max-width: 40%;
    width: 50%;
  }
  .complex_solutions .image_slide {
    width: 40%;
    height: 400px;
  }
  .complex_solutions .box .complex_slide_wrap {
    position: absolute;
    left: 45%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 300px;
  }
  .complex_slide_wrap .caption_slider_complex .item {
    height: 250px;
  }
  .complex_slide_wrap .caption_slider_complex .item h4 {
    font-size: 18px;
  }
  .advantages_section .advantages .items .item span {
    font-size: 25px;
    margin-right: 15px;
  }
  .advantages_section .advantages .items .item p {
    font-size: 16px;
  }
  .services_section .slider_services {
    height: 100%;
    width: 50%;
    min-height: 100%;
  }
  .services_section .slider_services .item {
    height: 400px;
  }
  .services_section .slider_services .slick-list {
    min-height: 100%;
    height: 100%;
    padding: calc((100% - 400px)/2) 0;
  }
  .services_section .box .text {
    max-width: 45%;
  }
  .partners_section .partners_items .item {
    height: 150px;
  }
}

@media screen and (max-width: 1100px) {
  .section {
    min-height: auto;
    padding: 80px 0;
  }
  .hero {
    min-height: 700px;
  }
  .section .scroll_down {
    display: none;
  }
  #fp-nav {
    display: none !important;
  }
  .equipment_block .item {
    padding: 15px;
    min-width: 250px;
  }
}

@media screen and (max-width: 1024px) {
  header .main_nav ul li a {
    margin-left: 20px;
    font-size: 14px;
  }
  header .box {
    padding: 15px;
  }
  .hero {
    padding-top: 150px;
  }
  .hero .main_title h1 {
    font-size: 30px;
  }
  .hero .quick_services .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .quick_services .item .icon {
    margin-bottom: 15px;
  }
  .hero .quick_services .item p {
    font-size: 14px;
  }
  .complex_solutions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .complex_solutions .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .complex_solutions .box .text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .complex_solutions .box .complex_slide_wrap {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .complex_solutions .image_slide {
    position: absolute;
    bottom: -25px;
    width: 65%;
    height: 300px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
  }
  .block_title h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .block_title h2:before {
    top: 10px;
  }
  .advantages_section .advantages .items .item {
    width: 33%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .advantages_section .advantages .items .item:nth-child(4n) {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .advantages_section .advantages .items .item:last-child, .advantages_section .advantages .items .item:nth-last-child(2), .advantages_section .advantages .items .item:nth-last-child(3), .advantages_section .advantages .items .item:nth-last-child(4) {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partners_section .partners_items .item {
    width: calc(100%/4);
  }
  .contacts_section .box .info .contacts_row .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .contacts_section .box .info .contacts_row p {
    font-size: 14px;
    line-height: 1.3;
  }
  .contacts_section .box .info .contacts_row p span {
    font-size: 14px;
    line-height: 1.3;
  }
  .contacts_section .box .info .contacts_row p a {
    font-size: 20px;
  }
  .contacts_section .box .info .contacts_row p a.mail {
    font-size: 16px;
  }
  .contacts_section .box .contacts_form form input {
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .contacts_section .box .contacts_form form textarea {
    padding: 15px 0;
    margin-bottom: 15px;
    min-height: 110px;
  }
  .banner_inner {
    padding-top: 120px;
  }
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .banner_inner {
    min-height: auto;
  }
  .equipment_block .item {
    min-width: 250px;
    min-height: 200px;
    height: auto;
  }
  .equipment_block .item p {
    font-size: 16px;
  }
  .equipment_page_block .right {
    padding-left: 40px;
  }
  .about_page .quick_services {
    margin-bottom: 0;
  }
  .about_page .quick_services .item {
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_page .quick_services .item .icon {
    margin-bottom: 15px;
  }
  .about_advantages .item .icon {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .services_section .slider_services {
    height: 100%;
    width: 50%;
    min-height: 100%;
  }
  .services_section .slider_services .item {
    height: 400px;
  }
  .services_section .slider_services .slick-list {
    min-height: 100%;
    height: 100%;
    padding: calc((100% - 400px)/2) 0;
  }
}

@media screen and (max-width: 768px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob_toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .main_nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #08538B;
  }
  header .main_nav ul li a {
    padding: 10px 0;
    display: inline-block;
  }
  body.overflow {
    overflow: hidden;
  }
  .advantages_section .advantages .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages_section .advantages .items .item span {
    margin-bottom: 15px;
  }
  .propositions_section {
    background: none;
  }
  .propositions_section .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .propositions_section .box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .propositions_section .box .left .items .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
  }
  .propositions_section .box .left .items .item p {
    max-width: 100%;
  }
  .propositions_section .box .right {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .services_section .box .text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .services_section .slider_services {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    max-width: 400px;
    height: 250px;
    margin: 0 auto;
    min-height: auto;
  }
  .services_section .slider_services .slick-list {
    padding: 0;
    min-height: auto;
    height: auto;
  }
  .services_section .slider_services .item {
    height: 250px;
  }
  .services_section .box .text .caption_services_slider .item p {
    margin-bottom: 30px;
  }
  .services_section .box .text .slider_navigation {
    margin-top: 20px;
  }
  .section {
    padding: 50px 0;
  }
  .hero {
    padding-top: 120px;
  }
  .block_title h2 {
    margin-left: 20px;
  }
  footer {
    padding: 30px 0;
  }
  footer .box .logo {
    width: 50%;
    max-width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  footer .box .foot_navigation {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .box .foot_navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  footer .box .foot_contacts {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .box .foot_contacts .socials {
    padding-top: 0;
  }
  footer .box .copyright {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .equipment_page_block {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .equipment_page_block:before {
    display: none;
  }
  .equipment_page_block .left {
    width: 100%;
  }
  .equipment_page_block .right {
    padding-left: 0;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_page_block {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #3788C3;
  }
  .about_page_block:before {
    display: none;
  }
  .about_page_block .left {
    width: 100%;
    color: #000;
    max-width: 100%;
  }
  .about_page_block .right {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_page_block .right ul li {
    color: #fff;
  }
  .about_page_block .right ul li:before {
    background: #fff;
  }
  .about_advantages {
    padding: 30px 0;
  }
  .about_advantages .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about_advantages .box .item {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
  .adticles_block {
    padding-top: 30px;
  }
  .adticles_block .article {
    margin-bottom: 30px;
    display: block;
  }
  .adticles_block .article .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .adticles_block .article .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
  .adticles_block .article .text h4:before {
    display: none;
  }
  header {
    position: absolute;
    top: 0;
  }
  .products_tabs .tabs a.dft_button {
    padding: 15px 20px;
    height: auto;
    border: 1px solid #3788c3;
    min-width: inherit;
  }
  .products_tabs .tabs a.dft_button.theme_blue_invert {
    background: transparent;
  }
  .products_tabs .tabs {
    margin-bottom: 20px;
  }
   .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children .sub-menu{
  	position: unset;
  	background: #08538B;
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	padding-left: 40px;
  	opacity: 1;
  	display: block!important;
  	visibility: visible;
  }
  .menu-item-has-children .sub-menu li{
  	padding: 8px;
  }
  .menu-item-has-children .sub-menu li a{
  	color: #fff;
  }
}

@media screen and (max-width: 640px) {
  header .logo {
    max-width: 160px;
  }
  .hero {
    padding-top: 100px;
  }
  .hero .main_title h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .hero .quick_services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .hero .quick_services .item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .quick_services .item .icon {
    margin-bottom: 0;
  }
  .hero .quick_services .item p {
    max-width: 100%;
  }
  .hero .actions a {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .block_title h2 {
    margin-left: 0;
  }
  .block_title h2:before {
    display: none;
  }
  .advantages_section .advantages .items .item {
    width: 50%;
  }
  .propositions_section .box .right {
    padding-left: 0;
  }
  .services_section .box .text .caption_services_slider .item h4 {
    font-size: 18px;
  }
  .partners_section .partners_items .item {
    width: calc(100%/3);
  }
  .contacts_section .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts_section .box .info {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts_section .box .contacts_form {
    width: 100%;
  }
  footer .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .box .foot_contacts {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  footer .box .foot_contacts .socials a {
    margin: 5px 15px;
  }
  footer .box .copyright {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .about_page .quick_services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_page .quick_services .item {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about_page .quick_services .item .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
  }
  .about_page .quick_services .item p {
    max-width: none;
  }
  .about_page_block .right .block_title{
  	min-width: unset;
  	width: 100%;

  }
  .about_page_block .left .block_title{
	min-width: unset;
  	width: 100%;
  	margin-bottom: 20px;
  }
  .about_page_block .left .block_title h2, .about_page_block .left .block_title h3{
  	padding-left: 0!important
  }
}

@media screen and (max-width: 480px) {
  .hero .main_title {
    padding-left: 0;
  }
  .hero .main_title h1 {
    text-align: center;
  }
  .hero .main_title h1 br {
    display: none;
  }
  .hero .main_title h1:before {
    display: none;
  }
  .hero .actions a {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .complex_solutions .box .complex_slide_wrap {
    width: 100%;
    max-width: 300px;
  }
  .complex_slide_wrap .caption_slider_complex .item {
    height: 200px;
    padding-top: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .complex_solutions .image_slide {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 300px;
    margin-top: -100px;
  }
  .advantages_section .advantages .items .item {
    width: 100%;
  }
  .advantages_section .advantages .items .item p {
    max-width: 100%;
  }
  .partners_section .partners_items .item {
    width: calc(100%/2);
  }
  .custom_modal {
    padding: 35px 20px;
  }
  footer .box .foot_navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .box .foot_navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner_inner .box .text h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .banner_inner .box .text h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .banner_inner .box .text h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about_advantages .box .item {
    width: 100%;
    max-width: 350px;
  }
  .adticles_block .article .image {
    min-width: inherit;
  }
  .products_tabs .tabs {
    margin-bottom: 10px;
  }
  .products_tabs .tabs a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .products_tabs {
    padding: 25px 0;
  }
  .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gallery .gallery-item {
    width: 50% !important;
  }
  .tpl_content h3 {
    font-size: 20px;
    word-break: break-all;
  }
}

.wrapp-product__top{
  display: flex;
}
.wrapp-product__top .top-img{
  width: 50%;
}
.wrapp-product__top .top-info{
  width: 50%;
}
.wrapp-product__top .top-info p{
  margin-bottom: 5px;
}
.top-info__tel{
  margin-top: 50px;
}
.top-info__tel a{
  display: flex;
  font-size: 32px;
  font-weight: bold;
  color: #1F5E91;
  align-items: center;
}
.wrapp-product__top h1{
  color: #1F5E91;
}
.wrapp-product{
  margin-top: 50px;
}
.top-info__tel a img{
  width: 25px;
  height: 25px;
  margin-right: 15px;
  margin-bottom: 4px;
}
.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}
.wrapp-product__bot .tabs{
  display: flex;
}
.wrapp-product__bot .tabs a{
  width: 100%;
  margin: 0;
  color: #000;
  background: #efefef;
  border: 1px solid #ded8d8;
}
.wrapp-product__bot .dft_button.theme_blue_invert{
  background: #1F5E91;
  color: #fff;
  background-image: unset;

}
.wrapp-product__bot .dft_button.theme_blue:hover{
  background: #1F5E91;
  color: #fff;
  background-image: unset;

}
.wrapp-new-container .new-dice{
  padding-top: 0;
  padding-bottom: 0;
}
.inner_page.active{
  padding-top: 30px;
}
.inner_page.active h2:first-child{
  margin-bottom: 17px;
}
.owl-carousel.equipment_block .item{
  width: unset;
}
.owl-carousel.equipment_block .owl-nav{
  text-align: center;
}
.owl-carousel.equipment_block .owl-dots{
  display: none;
}
.owl-carousel.equipment_block .owl-nav button{
  font-size: 33px!important
}
.owl-prev{
  margin-right: 25px;
  background-image: url("/wp-content/themes/proairzahid/img/next.svg")!important;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -47px;
  top: 34%;
  transform: rotate(180deg);
}
.owl-next{
  margin-left: 25px;
  background-image: url("/wp-content/themes/proairzahid/img/next.svg")!important;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -47px;
  top: 34%;

}
.owl-carousel.equipment_block .item{
  height: 180px;
}
.owl-carousel.equipment_block .item p{
  font-size: 14px;
}
.owl-carousel.equipment_block .item p:nth-child(4){
    z-index: 1;
    bottom: -100%;
    position: relative;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.owl-carousel.equipment_block .item:hover p:nth-child(4){
position: relative;
    bottom: 0px;
}
.owl-carousel.equipment_block .item{
  margin: 0;
}
.owl-carousel.equipment_block{
  padding: 0;
}
.owl-carousel.equipment_block{
  padding: 0 30px;
}
.owl-carousel.equipment_block .item p br{
  display: none;
}
.wrapp-toolbar .box span{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.wrapp-toolbar .box a{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  
}
.wrapp-toolbar .box .wrapp-toolbar__call a{
  background: #fff;
  color: #000;
  padding: 15px;
  display: block;
  display: flex;
  align-items: center;
  padding: 15px;
    padding-right: 25px;
}
.wrapp-toolbar svg{
  width: 15px;
  height: 15px;
  fill: #e6936a;
  margin-right: 10px;
}
.wrapp-toolbar .box > div{
  display: flex;
      align-items: center;
}
.wrapp-toolbar__lang ul{
  display: none;
}
.wrapp-toolbar__lang > a:after{
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  border: none;
    background-image: url(/wp-content/themes/proairzahid/img/arrow.svg);
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    margin-left: calc(7px - 0.31px);
    right: 0;
    top: calc(50% - 5px);
}
.wrapp-toolbar__lang:hover ul{
  display: block;
  position: absolute;
    top: 51px;
}
.wrapp-toolbar .box a:hover{
  color: #e6936a
}
.wrapp-toolbar__lang a:hover{
  color: #e6936a
}
.wrapp-toolbar__lang:hover span{
  color: #e6936a
}
#trp-floater-ls{
  left: unset!important;
  right: 37px!important;
  top: 20px!important;
  background: unset!important
}
.wrapp-toolbar__lang{
  width: 40px;
}
#trp-floater-ls-current-language a{
  color: #fff!important
}
@media screen and (max-width: 1100px) {
  #trp-floater-ls{
    right: 15px!important;
  }
}
@media screen and (max-width: 912px) {
  .wrapp-toolbar .box .wrapp-toolbar__call a{
    font-size: 0;
    padding: 10px;
  }
  .wrapp-toolbar .box .wrapp-toolbar__call a svg{
    margin-right: 0;
  }
  .wrapp-toolbar .box span{
    font-size: 11px;
  }
  .wrapp-toolbar .box a{
    font-size: 11px;
  }
  #trp-floater-ls{
    top: 18px!important;
  }
}
@media screen and (max-width: 684px){
  .wrapp-toolbar .box .wrapp-toolbar__email{
    display: none;
  }
  .wrapp-toolbar .box .wrapp-toolbar__tel{
    display: none;
  }
  .wrapp-toolbar .box .wrapp-toolbar__call{
        top: 57px;
    position: absolute;
    right: 60px;
  }
  #trp-floater-ls{
    top: 6px!important;
  }
  .wrapp-toolbar .box{
    padding-bottom: 0;
  }
}
#section_1{
  padding-top: 160px;
}
header{
  position: absolute!important
}
.wrapp-form__block{
  display: flex;
  justify-content: space-between;
}
.wrapp-form__block input{
  height: 67px;
  border: 2px solid #08538B;
  background-color: #ffffff;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.48px;
  padding-left: 26px;
  padding-right: 50px;
  width: 100%;
  outline: none;
}

.wrapp-form__block .wpcf7-submit{
  text-align: left;
  background: #08538B;
  color: #fff;
  transition: 0.5s all;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 20px 43px 8px rgb(34 28 129 / 27%);
}
.wrapp-form__block .wpcf7-submit:hover{
  background: #a76e53;
}
.wrapp-form{
  margin:0px;
  padding: 20px;
}
.wrapp-form__block > div{
  width: 30%;
  position: relative;
}
.wrapp-form__block i{
  position: absolute;
  color: #000;
  font-size: 16px;
  top: calc(37% - 8px);
  right: 20px;
}
.svg-icon--users{
      background-image: url(/wp-content/themes/proairzahid/img/namesvg.svg);
    width: 16px;
    height: 16px;
}
.svg-icon--phonecall{
      background-image: url(/wp-content/themes/proairzahid/img/phone-call.svg);
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 942px) {
  .wrapp-form__block > div{
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 15px;
  }
  .wrapp-form__block{
    flex-wrap: wrap;
  }
  .wrapp-form h2{
    text-align: center;
  }
  .wrapp-form__block i{
    top: calc(50% - 8px);
  }
}
@media screen and (max-width: 600px) {
  .owl-next{
    right: -10px;
    top: 39%;
    width: 22px;
    height: 22px;
  }
  .owl-prev{
    left: -10px;
    top: 40%;
    width: 22px;
    height: 22px;
  }
}
.wrapp-toolbar.new-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  z-index: 9999;
}
#trp-floater-ls{
  position: absolute!important;
}
.look #trp-floater-ls{
  position: fixed!important;
}
.menu-item-has-children{
  position: relative;
}


@media screen and (max-width: 1259px) and (min-width: 992px){
  .wrapp-company__img{
    flex-basis: 16.66%;
    max-width: 16.66%;
  }
  .wrapp-company.new-company .wrapp-company__img{
  	 flex-basis: 16.66%;
    max-width: 16.66%;
  }

}
@media screen and (max-width: 991px) and (min-width: 768px){
   .wrapp-company__img{
     flex-basis: 20%;
    max-width: 20%;
  }
  .wrapp-company.new-company .wrapp-company__img{
flex-basis: 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 767px){
   .wrapp-company__img{
        flex-basis: 25%;
    max-width: 25%;
  }
  .wrapp-company.new-company .wrapp-company__img{
flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 575px){
   .wrapp-company__img{
   flex-basis: 33.3334%;
    max-width: 33.3334%;
  }
  .wrapp-company.new-company .wrapp-company__img{
  	flex-basis: 33.3334%;
    max-width: 33.3334%;
  }
}
.wrapp-services{
  display: flex;
  background: #E8EFF7;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapp-services h3{
  width: 100%;
      padding-top: 30px;
    text-align: center;
    color: #08538B;
        border-bottom: 10px solid #fff;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.wrapp-services h3:before{
  content: none;
}
.wrapp-services p{
  margin-bottom: 20px;
}
.wrapp-services__block img{
  width: 80px;
}
.wrapp-services__block{
  width: 18%;
  text-align: center;
  z-index: 10;
}
.wrapp-services__title{
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.wrapp-services:before{
  content: '';
  background: #E8EFF7;
  position: absolute;
  width: 100%;
  height: 312px;
  left: 0;
}
.wrapp-services__block a{
  display: block;
  -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.wrapp-services__block a:hover p{
  color: #3788C3;
 -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

}
@media screen and (max-width: 1200px) {
  .wrapp-services:before{
        height: 260px;
  }
}
@media screen and (max-width: 1113px) {
  .wrapp-services:before{
     height: 395px;
  }
  .wrapp-services{
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrapp-services__block{
    width: 29%;
    text-align: center;
    z-index: 10;
    margin: 0 2%;
  }
}
@media screen and (max-width: 1014px){
   .wrapp-services:before{
        height: 413px;
   }
}
@media screen and (max-width: 862px){
  .wrapp-services:before{
        height: 433px;
   }
}
@media screen and (max-width: 700px){
  .wrapp-services__block{
    width: 46%;
  }
  .wrapp-services:before{
    height: 568px;
  }
}

@media screen and (max-width: 615px){
  .wrapp-services:before{
    height: 587px;
  }
}
@media screen and (max-width: 520px){
  .wrapp-services:before{
    height: 608px;
  }
  .gallery img{
  	height: 100%!important;
  }
  .wrapp-toolbar.new-header{
  	height: 50px;
  }
  .wrapp-toolbar.new-header .wrapp-toolbar__call{
  	top: 7px;
  	right: 20px;
  }
}
@media screen and (max-width: 453px){
  .wrapp-services:before{
    height: 644px;
  }
}
@media screen and (max-width: 436px){
  .wrapp-services:before{
    height: 663px;
  }
}
@media screen and (max-width: 436px){
  .wrapp-services:before{
    height: 663px;
  }
}
@media screen and (max-width: 407px){
  .wrapp-services:before{
    height: 875px;
  }
  .wrapp-services__block{
    width: 100%;
  }
}
@media screen and (max-width: 373px){
  .wrapp-services:before{
        height: 895px;
  }
}
#section_4 .wpcf7-response-output{
  display: none!important
}
.wrapp-form__home .error{
  color: #fa3b3b;
  border-color: #fa3b3b;
}
.pll-parent-menu-item .sub-menu{
  width: auto;
}
.wpcf7-response-output{
  display: none!important
}
.wrapp-form__block .error{
  color: #fa3b3b;
  border-color: #fa3b3b;
}
iframe{
  max-width: 100%;
}
.wp-caption.alignnone{
  max-width: 100%;
}