/* Specification */
@import "proxima-nova.css";
@import "icofont.css";
@import "../slick/slick.css";
@import "../slick/slick-theme.css";
@import "../libs/fancybox/jquery.fancybox.min.css";
@import "animate.css";
/* Animation */
@keyframes water-bg {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
*, div, p, a, ul, li, h1, h2, h3, h4, h5, h6, body, img, section, input, form, button {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
}

header, section, footer {
  display: flex;
}

body {
  font-family: "Roboto-Regular", sans-serif;
  font-family: "ProximaNovaT-Thin", sans-serif;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-family: "ProximaNova-RegularIt", sans-serif;
  font-family: "ProximaNova-Light", sans-serif;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-family: "ProximaNova-Bold", sans-serif;
  font-family: "ProximaNova-Black", sans-serif;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.65em;
  color: #4465A6;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}

.body-fixed {
  overflow: hidden;
}

.body-header-fixed {
  padding-top: 70px;
}

.delay-500ms {
  animation-delay: 100ms !Important;
}

.container {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.row {
  width: 100%;
  display: flex;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Gilroy-Bold", sans-serif;
  color: #184296;
}

h1, .h1 {
  font-size: 43px;
  line-height: 1.22em;
  display: block;
  color: #fff;
  font-family: "ProximaNova-Extrabld", sans-serif;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 22px;
    line-height: 1.28em;
  }
}
h2, .h2 {
  position: relative;
  font-size: 43px;
  line-height: 1.22em;
  display: block;
  font-family: "ProximaNova-Extrabld", sans-serif;
  color: #184296;
  margin-top: 146px;
}

@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 38px;
    margin-top: 112px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
    width: 100%;
    margin-top: 88px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 22.5px;
    margin-top: 58px;
  }
}
h4, .h4 {
  position: relative;
  font-size: 21px;
  line-height: 1.22em;
  font-family: "ProximaNova-Extrabld", sans-serif;
  color: #184296;
}

@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 14px;
  }
}
.btn {
  display: block;
  font-size: 21px;
  border-radius: 10px;
  color: #184296;
  text-decoration: none !important;
  text-align: center;
  transition: 0.3s ease;
  background: #FECB1B;
  font-family: "ProximaNova-Bold", sans-serif;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#search-2 .btn{
  border-radius: 1px;
}

.btn:hover {
  text-decoration: none;
  transition: 0.3s ease;
  background: #184296;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn:focus,
.btn.focus {
  outline: none;
}

.btn_white {
  background: #fff;
  color: #4465A6;
}
.btn_white:hover {
  background: #FECB1B;
  color: #184296;
}

.ref {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: "Roboto-Regular", sans-serif;
  color: #184296;
  font-size: 17px;
  line-height: 1.25em;
}

.ref:hover {
  color: #4465A6;
  text-decoration: none;
  transition: 0.3s ease;
}

input, .input {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  font-family: inherit;
  color: #aeafb0;
  font-size: 18.5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s ease;
}
input:focus, .input:focus {
  outline: none;
  border-color: #184296;
  color: #184296;
  transition: 0.3s ease;
}
input:focus::placeholder, .input:focus::placeholder {
  font-size: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input::placeholder {
  font-family: inherit;
  opacity: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #aeafb0;
  font-size: 18.5px;
}

input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder {
  background: transparent !important;
  padding-left: 0px !important;
}

@media (max-width: 1320px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 360px;
    max-width: calc(100% - 30px);
  }

  .btn {
    font-size: 18px;
    width: 100%;
  }
}
.slick-slide:focus {
  outline: none;
}

.buttons {
  position: relative;
  display: flex;
  width: 61px;
  justify-content: space-between;
}

.slick-prev, .slick-next {
  display: block;
  z-index: 12;
  top: auto;
  left: auto;
  position: relative;
  width: 14.5px;
  height: 27px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  right: auto;
  bottom: auto;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 0px solid transparent;
  transition: 0s;
  opacity: 1 !important;
}
.slick-prev:hover, .slick-next:hover {
  transition: 0s;
  border: 0px solid transparent;
  background: transparent;
  opacity: 1 !important;
}
.slick-prev img, .slick-next img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.slick-prev img.active, .slick-next img.active {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.slick-disabled {
  opacity: 0.2 !important;
}

.slick-disabled:hover {
  opacity: 0.2 !important;
  cursor: auto !important;
}

/* Header */
header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 50;
  background: transparent;
  padding-top: 43px;
  padding-bottom: 43px;
  transition: 0.3s ease;
}
header::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
  background: #184296;
  background: linear-gradient(125deg, #184296 0%, #2157a3 100%);
  border-bottom: 1px solid #7690C9;
}

.header-fixed, header.active {
  transition: 0.3s ease;
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-fixed::after, header.active::after {
  transition: 0.3s ease;
  opacity: 1;
}

.header-content {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.logo {
  width: 199px;
  height: 36px;
  display: block;
  margin-top: 3px;
  transition: all 0s !important;
}
.logo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0s !important;
}

.menu {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 6px;
}
.menu ul {
  display: inline-flex;
  margin-top: auto;
  margin-bottom: auto;
}
.menu li {
  display: inline-flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 13px;
  padding-right: 13px;
}

.menu li.menu-item-home {
	display: none !Important;
}

.menu .ref {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  position: relative;
}
.menu .ref::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -1.5px;
  width: 0%;
  height: 1.2px;
  background: #fff;
  transition: width 0.4s ease;
}
.menu .ref:hover {
  color: #fff;
}
.menu .ref:hover::after {
  width: 100%;
  transition: width 0.4s ease;
}
.menu .active .ref::after {
  width: 100%;
}

.header-btn {
  background: transparent;
  display: inline-block;
  height: 44px;
  line-height: 43px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17px !important;
  color: #fff !important;
  font-family: "ProximaNova-Regular", sans-serif !important;
}
.header-btn:hover {
  background: #fff !important;
  color: #4465A6 !important;
}

.burger {
  display: none;
}

@media (max-width: 1320px) {
  .menu li {
    padding-left: 11px;
    padding-right: 11px;
  }
  .menu .ref {
    font-size: 16px;
  }

  .header-btn {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 1199px) {
  header {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .menu {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .burger {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 34px;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
  }
  .burger img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .burger img.active {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .burger img.burger_close {
    width: 90%;
  }
}
@media (max-width: 991px) {
  header {
    transition: 0.3s ease;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header::after {
    transition: 0.3s ease;
    opacity: 1;
  }
  header.header-fixed, header.active {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 575px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.header-fixed {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header.active {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .logo {
    width: 191px;
    height: 34px;
    margin-top: 0px;
  }
}
/* Section-main */
.section-main {
  position: relative;
  height: 800px;
  background: #184296;
  background: linear-gradient(125deg, #184296 0%, #2ca2bf 100%);
}

.main-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-slider::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1280px;
  height: 100%;
  background: url(/local/templates/apache/images/main-overlay.png) no-repeat center center/cover;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.main-slider .slick-prev, .main-slider .slick-next {
  display: none !important;
}

.main__slide {
  width: 100%;
  height: 800px;
  display: inline-flex !important;
  position: relative;
}
.main__slide img {
  display: block;
  height: 100%;
  width: auto;
  margin-left: auto;
  top: 0px;
  position: absolute;
  right: 0px !important;
  margin-right: -300px !important;
  opacity: 0 !important;
  transition: opacity 0s ease-in-out, margin-right 0s ease-in-out !important;
}
.main__slide.main__slide_left img {
  margin-right: 0px !important;
}
.main__slide.slick-active img {
  margin-right: 0px !important;
  opacity: 1 !important;
  transition: opacity 0.4s ease-in-out, margin-right 9s linear !important;
}
.main__slide.main__slide_left.slick-active img {
  margin-right: -300px !important;
}

.main {
  position: relative;
  padding-top: 200px;
  height: 800px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.main__info {
  width: 100%;
  display: block;
}
.main__info h1 {
  max-width: 568px;
}
.main__info p {
  display: block;
  max-width: 356px;
  color: #fff;
  font-size: 22px;
  margin-top: 26px;
  padding-top: 2px;
}

.main__last {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: auto;
  padding-bottom: 62px;
  padding-top: 64px;
  border-top: 1px solid #6699ff;
}
.main__last .buttons {
  display: inline-flex;
  margin-top: auto;
  margin-bottom: auto;
}
.main__last .slick-prev, .main__last .slick-next {
  display: block !important;
  pointer-events: auto;
}

.places {
  display: inline-flex;
  max-width: calc(100% - 80px);
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: auto;
}

.places__item {
  display: inline-flex;
  min-height: 40px;
  margin-left: 74px;
  position: relative;
}
.places__item img {
  display: inline-block;
  width: auto;
  min-height: 100%;
  height: auto;
  position: absolute;
  max-width: 65px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.places__item p {
  display: inline-block;
  padding-left: 70px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 1.15em;
}

@media (max-width: 1320px) {
  .places__item {
    margin-left: 65px;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .section-main {
    height: 690px;
  }

  .main__slide {
    height: 690px;
  }

  .main {
    padding-top: 160px;
    height: 700px;
  }

  .main__last {
    padding-bottom: 47px;
    padding-top: 49px;
  }

  .places__item {
    margin-left: 42px;
  }
  .places__item img {
    max-width: 60px;
  }
  .places__item p {
    padding-left: 68px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-main {
    height: auto;
    background: #184396;
    background: linear-gradient(90deg, #184396 0%, #206ca8 50%, #194798 100%);
  }

  .main-slider {
    display: none;
    height: auto;
  }

  .main {
    padding-top: 145px;
    height: auto;
  }

  .main__info h1 {
    max-width: 480px;
  }
  .main__info p {
    max-width: 330px;
    font-size: 20px;
    margin-top: 35px;
  }

  .main__last {
    margin-top: 58px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .main__last .buttons {
    display: none;
  }
  .main__last .places {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .main__last .places__item {
    margin-left: 0px;
    width: calc(50% - 30px);
    margin-top: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main__last .places__item {
    width: calc(50% - 10px);
  }

  .places__item img {
    max-width: 52px;
  }
  .places__item p {
    padding-left: 66px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .main {
    padding-top: 100px;
  }

  .main__info h1 {
    max-width: 300px;
    width: 100%;
  }
  .main__info p {
    max-width: 230px;
    font-size: 14px;
    margin-top: 26px;
    line-height: 1.25em;
  }

  .main__last {
    margin-top: 48px;
    padding-top: 36px;
    padding-bottom: 37px;
  }
  .main__last .places__item {
    width: 50%;
    padding-right: 5px;
    margin-top: 13px;
    margin-bottom: 14px;
    min-height: 25px;
  }
  .main__last .places__item img {
    height: 25px;
    min-height: auto;
    max-width: 35px;
  }
  .main__last .places__item p {
    padding-left: 44px;
    font-size: 11px;
    letter-spacing: -0.01em;
  }
  .main__last .places__item:nth-child(2), .main__last .places__item:nth-child(4) {
    padding-right: 0px;
  }
}
/* Section-intro */
.section-intro {
  background: #fff;
  padding-bottom: 138px;
  width: 100%;
  overflow: hidden;
}
.section-intro.offset {
  padding-top: 290px;
}

.intro-main {
  display: block;
  max-width: 384px;
}
.intro-main p {
  display: block;
  margin-top: 30px;
  color: #184296;
  font-size: 31px;
}

.intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -304px;
}

.intro__info {
  width: 540px;
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 304px;
  min-height: 500px;
}

.intro__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}

.intro__item {
  display: inline-block;
  width: calc(50% - 20px);
  margin-top: 48px;
}
.intro__item:nth-child(3) {
  width: calc(50% - 17px);
}
.intro__item h4 {
  color: #4465A6;
  word-wrap: break-word;
}
.intro__item p {
  display: block;
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.3em;
}

.intro__action {
  position: relative;
  display: inline-flex;
  width: 626px;
  margin-top: auto;
}
.intro__action::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 48px;
  background: url(/local/templates/apache/images/intro-slider-before.svg) no-repeat center center/100% auto;
}

.intro__slider {
  display: inline-block;
  height: auto;
  margin-top: auto;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: -1px;
}
.intro__slider .slick-track, .intro__slider .slick-list {
  display: flex !important;
}

.intro__slide {
  display: inline-flex !important;
  width: 100%;
  height: auto;
  padding-bottom: 88px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}
.intro__slide img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px !important;
  overflow: hidden;
}

.intro__slide figure {
	border-radius: 16px !important;
}

.intro__numbers {
  position: absolute;
  display: flex;
  right: 406px;
  bottom: 0px;
  font-size: 40px;
  font-family: "ProximaNova-Extrabld", sans-serif;
  color: #95B6DE;
}

.intro__controls {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 382px;
}
.intro__controls .buttons {
  width: 50px;
}
.intro__controls::before {
  content: "";
  display: block;
  width: 294px;
  height: 1px;
  background: #95B6DE;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1320px) {
  .intro__action {
    width: 580px;
  }
}
@media (max-width: 1199px) {
  .section-intro {
    padding-bottom: 108px;
  }
  .section-intro.offset {
    padding-top: 180px;
  }

  .intro__info {
    width: 420px;
  }

  .intro-main p {
    font-size: 28px;
    margin-top: 20px;
  }

  .intro__items {
    margin-top: 18px;
  }

  .intro__item {
    width: calc(50% - 10px);
    margin-top: 28px;
  }
  .intro__item p {
    font-size: 16px;
  }

  .intro__action {
    width: 500px;
  }

  .intro__slide {
    padding-bottom: 66px;
  }

  .intro__controls {
    width: 312px;
  }
  .intro__controls::before {
    width: 244px;
  }

  .intro__numbers {
    right: 336px;
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .section-intro.offset {
    padding-top: 100px;
  }

  .intro-main p {
    font-size: 24px;
  }

  .intro {
    flex-wrap: wrap;
    margin-top: 90px;
  }

  .intro__action {
    width: 100%;
    order: 1;
  }

  .intro__slide {
    display: inline-block !important;
  }
  .intro__slide img {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .intro__controls {
    width: calc(100% - 120px);
  }
  .intro__controls::before {
    width: calc(100% - 85px);
  }

  .intro__numbers {
    right: auto;
    left: 0px;
  }

  .intro__info {
    width: 100%;
    order: 2;
    padding-top: 44px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .section-intro {
    padding-bottom: 88px;
  }

  .intro-main {
    max-width: 280px;
  }
  .intro-main p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .section-intro {
    padding-bottom: 58px;
  }
  .section-intro.offset {
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .intro-main {
    max-width: 200px;
  }
  .intro-main p {
    font-size: 14px;
    margin-top: 10px;
  }

  .intro {
    margin-top: 47px;
  }

  .intro__action::before {
    top: -42px;
    width: 40px;
    height: 28px;
  }

  .intro__controls {
    width: calc(100% - 112px);
  }
  .intro__controls::before {
    width: calc(100% - 78px);
  }

  .intro__items {
    margin-top: 6px;
  }

  .intro__item {
    width: 100% !important;
    padding-right: 25px;
    margin-top: 23px;
  }
  .intro__item p {
    font-size: 13.5px;
    margin-top: 20px;
  }
}
/* Section-intro_about */
.section-intro_about {
  padding-top: 38px;
  margin-bottom: 30px;
}
.section-intro_about .intro {
  margin-top: 0px;
}
.section-intro_about .intro__info {
  padding-top: 0px;
  min-height: auto;
}
.section-intro_about .intro__items {
  margin-top: 20px;
}
.section-intro_about .intro__item {
  width: calc(50% - 10px);
  padding-left: 28px;
  position: relative;
}
.section-intro_about .intro__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4465A6;
  opacity: 0.8;
}
.section-intro_about .intro__item h4 {
  color: #184296;
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: 100;
}
.section-intro_about .intro__item p {
  margin-top: 0px;
  color: #184296;
  font-size: 20.5px;
}
.section-intro_about .intro__item p span {
  display: block;
}
.section-intro_about .intro__action::before {
  display: none;
}
.section-intro_about .intro__slide {
  padding-bottom: 58px;
}

@media (max-width: 1320px) {
  .section-intro_about .intro {
    margin-top: 10px;
  }
  .section-intro_about .intro__item {
    margin-top: 41px;
    width: 50%;
    padding-right: 10px;
    padding-left: 24px;
  }
}
@media (max-width: 1199px) {
  .section-intro_about {
    padding-top: 24px;
    margin-bottom: 20px;
  }
  .section-intro_about .intro__item {
    margin-top: 34px;
    padding-left: 27px;
  }
  .section-intro_about .intro__item p {
    font-size: 18px;
  }
  .section-intro_about .intro__slide {
    padding-bottom: 58px;
  }
}
@media (max-width: 991px) {
  .section-intro_about {
    padding-top: 4px;
    margin-bottom: 0px;
  }
  .section-intro_about .intro {
    margin-top: 70px;
  }
  .section-intro_about .intro__slide {
    padding-bottom: 66px;
  }
  .section-intro_about .intro__info {
    padding-top: 34px;
  }
  .section-intro_about .intro__item {
    width: calc(100% / 4);
  }
}
@media (max-width: 767px) {
  .section-intro_about .intro {
    margin-top: 52px;
  }
  .section-intro_about .intro__items {
    margin-top: 4px;
  }
  .section-intro_about .intro__item {
    width: calc(100% / 2);
  }
}
@media (max-width: 575px) {
  .section-intro_about {
    padding-bottom: 42px;
  }
  .section-intro_about .intro {
    margin-top: 31px;
  }
  .section-intro_about .intro-main {
    width: 100%;
    max-width: 100%;
  }
  .section-intro_about .intro-main h2 {
    margin-top: 38px;
  }
  .section-intro_about .intro__slide {
    padding-bottom: 55px;
  }
  .section-intro_about .intro__info {
    padding-top: 22px;
  }
  .section-intro_about .intro__items {
    margin-top: 0px;
  }
  .section-intro_about .intro__item {
    width: calc(100% / 2) !important;
    padding-left: 24px;
    margin-top: 30px;
    word-wrap: break-word;
  }
  .section-intro_about .intro__item h4 {
    font-size: 13.5px;
    letter-spacing: -0.01em;
  }
  .section-intro_about .intro__item::before {
    top: 4px;
  }
  .section-intro_about .intro__item p {
    font-size: 13px;
  }
}
/* Section-intro_company */
.section-intro_company {
  padding-top: 129px;
  margin-bottom: 0px;
  padding-bottom: 110px;
}

.intro__company {
  display: block;
  margin-top: -5px;
}
.intro__company h5 {
  display: block;
  max-width: 264px;
  font-size: 25px;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #184296;
  line-height: 1.25em;
  padding-bottom: 6px;
}
.intro__company p {
  display: block;
  font-size: 19px;
  margin-top: 22px;
  color: #184296;
  max-width: 400px;
  line-height: 1.26em;
}

.section-intro_company .intro__info {
  width: 460px;
}
.section-intro_company .intro__action {
  width: 676px;
  margin-bottom: auto;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .section-intro_company {
    padding-top: 116px;
    padding-bottom: 100px;
  }

  .section-intro_company .intro__info {
    width: 350px;
  }
  .section-intro_company .intro__info p {
    margin-top: 20px;
    font-size: 16px;
  }
  .section-intro_company .intro__action {
    width: 586px;
  }
}
@media (max-width: 991px) {
  .section-intro_company {
    padding-top: 16px;
    padding-bottom: 90px;
  }
  .section-intro_company .intro__info {
    width: 100%;
    padding-top: 70px;
  }
  .section-intro_company .intro__info h5 {
    max-width: 100%;
    padding-bottom: 14px;
  }
  .section-intro_company .intro__info p {
    max-width: 100%;
  }
  .section-intro_company .intro__action {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-intro_company .intro__info {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .section-intro_company {
    padding-top: 18px;
    padding-bottom: 40px;
  }
  .section-intro_company .intro__info {
    padding-top: 67px;
  }
  .section-intro_company .intro__info h5 {
    font-size: 23px;
    padding-bottom: 12px;
    max-width: 282px;
    line-height: 1.3em;
  }
  .section-intro_company .intro__info p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 18px;
  }
}
/* Section-intro_alternate */
.section-intro_alternate {
  padding-top: 176px;
  padding-bottom: 110px;
}
.section-intro_alternate h2 {
  margin-top: 0px;
}
.section-intro_alternate .intro__action {
  width: 50%;
  margin-top: 0px;
  margin-bottom: auto;
}
.section-intro_alternate .intro__slider {
  margin-top: auto;
}
.section-intro_alternate .intro__slide {
  padding-bottom: 66px;
}
.section-intro_alternate .intro__info {
  width: 50%;
  padding-right: 0px;
  padding-left: 56px;
}
.section-intro_alternate .intro__info_offset {
  padding-left: 44px;
}

.intro__drone {
  width: 100%;
  display: block;
  padding-right: 30px;
}
.intro__drone p {
  color: #4d4d4d;
  margin-top: 19px;
  display: block;
  padding-left: 14px;
  position: relative;
  line-height: 1.24em;
  font-size: 16.8px;
}
.intro__drone:not(.notafter) p:before {
	content: '-';
	position: absolute;
	left: 0px;
}
.intro__drone span {
  display: inline-block;
  position: absolute;
  left: 0px;
}

.intro__drone-items {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-right: 0px;
}

.intro__drone-item {
  margin-top: 45px;
}
.intro__drone-item u {
  display: inline-block;
  font-size: 19px;
  line-height: 1.2em;
  font-weight: 900;
  color: #184296;
}
.intro__drone-item p {
  padding-left: 0px !important;
  color: #184296 !important;
  line-height: 1.4em;
  margin-top: -2px !important;
}

@media (max-width: 1320px) {
  .intro__drone {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .section-intro_alternate {
    padding-top: 128px;
    padding-bottom: 90px;
  }
  .section-intro_alternate .intro__info {
    padding-left: 36px;
  }
}
@media (max-width: 991px) {
  .section-intro_alternate {
    padding-top: 52px;
    padding-bottom: 110px;
  }
  .section-intro_alternate .intro__info {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    order: 1;
  }
  .section-intro_alternate .intro__action {
    width: 100%;
    order: 2;
    margin-top: 50px;
  }
  .section-intro_alternate h2 {
    max-width: 380px;
  }

  .intro__drone-items {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .section-intro_alternate {
    padding-top: 98px;
    padding-bottom: 70px;
  }
  .section-intro_alternate h2 {
    max-width: 288px;
  }
  .section-intro_alternate .intro__action {
    margin-top: 38px;
  }
  .section-intro_alternate .intro__slide {
    padding-bottom: 56px;
  }

  .intro__drone {
    padding-right: 0px;
  }
  .intro__drone p {
    margin-top: 17px;
    padding-left: 12px;
    font-size: 14px;
  }

  .intro__drone-items {
    margin-top: 32px;
  }
  .intro__drone-items u {
    font-size: 14px;
  }
  .intro__drone-items p {
    /*
    line-height: 1.15em;
    margin-top: -4px !Important;
    */
  }

  .intro__drone-item {
    margin-top: 27px;
  }
}
/* Section-list */
.section-list {
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 126px;
}
.section-list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(/local/templates/apache/images/water-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: water-bg 15s linear 0s infinite;
  pointer-events: none;
}
.section-list .container {
  z-index: 3;
}

.list-info {
  display: flex;
  width: 100%;
}
.list-info h2 {
  color: #fff;
  display: inline-block;
  max-width: 482px;
  margin-top: 0px;
}

.list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 46px;
}

.list__item {
  display: inline-block;
  width: calc(100% / 4);
  height: 160px;
  border: 1px solid #4465A6;
  border-top: 0px;
  border-left: 0px;
  transition: 0.3s ease;
  background-image: url(/local/templates/apache/images/list-arrow.svg);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: -60px calc(100% - 16px);
  padding-left: 24px;
  padding-right: 24px;
}
.list__item:nth-child(4n) {
  border-right: 1px solid #4465A6;
}
.list__item:nth-child(1) {
  border-top-left-radius: 16px;
  border-top: 1px solid #4465A6;
  border-left: 1px solid #4465A6;
  padding-left: 40px;
  padding-right: 40px;
}
.list__item:nth-child(4n+1) {
  border-left: 1px solid #4465A6;
}
.list__item:nth-child(2) {
  border-top: 1px solid #4465A6;
}
.list__item:nth-child(3) {
  border-top: 1px solid #4465A6;
}
.list__item:nth-child(4) {
  border-top-right-radius: 16px;
  border-top: 1px solid #4465A6;
}
.list__item:nth-last-child(4) {
  border-bottom-left-radius: 16px;
}
.list__item:last-child {
  border-bottom-right-radius: 16px;
}
.list__item .ref {
  display: flex;
  width: 100%;
  height: 100%;
}
.list__item span {
  display: inline-block;
  color: #fff;
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.25em;
  transition: 0.3s ease;
}
.list__item:hover {
  background-color: #fff;
  transition: 0.3s ease;
  background-position: center calc(100% - 16px);
  padding-bottom: 4px;
}
.list__item:hover span {
  color: #184296;
  transition: 0.3s ease;
}

@media (max-width: 1320px) {
  .list__item {
    padding-left: 18px;
    padding-right: 18px;
  }
  .list__item:nth-child(1) {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1199px) {
  .list__item span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-list {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .list-info h2 {
    max-width: 382px;
  }

  .list {
    margin-top: 40px;
  }

  .list__item {
    width: calc(100% / 3);
  }
  .list__item:nth-child(4n+1) {
    border-left: 0px solid #4465A6;
  }
  .list__item:nth-child(3n+1) {
    border-left: 1px solid #4465A6;
  }
  .list__item:nth-child(1) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list__item:nth-child(3) {
    border-top: 1px solid #4465A6;
    border-top-right-radius: 16px;
  }
  .list__item:nth-child(4) {
    border-top-right-radius: 0px;
    border-top: 0px solid #4465A6;
  }
  .list__item:nth-last-child(4) {
    border-bottom-left-radius: 0px;
  }
  .list__item:nth-last-child(3) {
    border-bottom-left-radius: 16px;
  }
}
@media (max-width: 767px) {
  .section-list::after {
    display: none;
  }

  .list-info h2 {
    max-width: 352px;
  }

  .list__item {
    width: calc(100% / 2);
    height: 120px;
    border-bottom: 1px solid #4465A6 !important;
    border-top: 0px !important;
    border-radius: 0px !important;
    background-position: -80px calc(100% - 8px);
  }
  .list__item:nth-child(3n+1) {
    border-left: 0px solid #4465A6;
  }
  .list__item:nth-child(2n+1) {
    border-left: 1px solid #4465A6 !important;
  }
  .list__item:nth-child(1) {
    border-top-left-radius: 16px !important;
    border-top: 1px solid #4465A6 !important;
  }
  .list__item:nth-child(2) {
    border-top-right-radius: 16px !important;
    border-top: 1px solid #4465A6 !important;
  }
  .list__item:nth-last-child(3) {
    border-bottom-left-radius: 0px;
  }
  .list__item:nth-last-child(2) {
    border-bottom-left-radius: 16px !important;
  }
  .list__item:last-child {
    border-bottom-right-radius: 16px !important;
  }
  .list__item:hover {
    background-position: center calc(100% - 8px);
  }
}
@media (max-width: 575px) {
  .section-list {
    padding-top: 44px;
    padding-bottom: 100px;
  }

  .list-info h2 {
    max-width: 282px;
    margin-top: 0px;
  }

  .list {
    margin-top: 38px;
  }

  .list__item {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    min-height: 98px;
    background-size: 36px auto !important;
  }
  .list__item span {
    font-size: 12px;
  }
  .list__item:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .list__item span {
    font-size: 11.5px;
  }
  .list__item:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Section-list_page */
.section-list_page {
  padding-top: 202px;
  padding-bottom: 262px;
  border-bottom: 1px solid #7690C9;
}
.section-list_page::after {
  background-image: url(/local/templates/apache/images/water-bg_02.png);
}

#section-tasks::after {
  background-image: url(/local/templates/apache/images/water-bg.png);
}

.section-list_page h2 {
  max-width: 592px;
}
.section-list_page h5 {
  display: inline-block;
  width: calc(100% - 646px);
  max-width: 190px;
  line-height: 1.3em;
  color: #95B6DE;
  font-size: 15px;
  margin-top: auto;
  padding-left: 54px;
  margin-bottom: 8px;
  font-family: "ProximaNova-Extrabld", sans-serif;
}
.section-list_page .list__item {
  min-height: 74px;
}

#section-tasks .list-info h2 {
  max-width: 680px;
}

@media (max-width: 1320px) {
  .section-list_page {
    padding-top: 192px;
    padding-bottom: 242px;
  }
}
@media (max-width: 1199px) {
  .section-list_page {
    padding-top: 172px;
    padding-bottom: 192px;
  }
}
@media (max-width: 991px) {
  .section-list_page {
    padding-top: 142px;
    padding-bottom: 132px;
  }

  .section-list_page h2 {
    max-width: 442px;
  }
  .section-list_page h5 {
    width: calc(100% - 442px);
    padding-left: 44px;
  }
  .section-list_page .list__item:last-child {
    border-right: 1px solid #4465A6;
  }
}
@media (max-width: 767px) {
  .section-list_page .list-info {
    flex-wrap: wrap;
  }
  .section-list_page h2 {
    max-width: 100%;
    width: 100%;
  }
  .section-list_page h5 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 32px;
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .section-list_page {
    padding-top: 108px;
    padding-bottom: 112px;
  }
  .section-list_page h5 {
    margin-top: 26px;
  }
  .section-list_page .list__item {
    min-height: 74px;
  }
}
/* Section-examples */
.section-examples {
  padding-top: 34px;
  padding-bottom: 182px;
}
.section-examples.section-examples_last {
  margin-bottom: 35px;
}

.section-examples_blue {
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 140px;
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
}
.section-examples_blue * {
  color: #fff !important;
}
.section-examples_blue h2 {
  margin-top: 118px;
}

.examples {
  margin-top: 27px;
  display: block;
  width: 100%;
}
.examples ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}
.examples a {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 19px;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 82px;
  margin-top: 20px;
  border-bottom: 6px solid rgba(122, 149, 209, 0);
  transition: 0.3s ease;
}
.examples .examples__image {
  width: 100%;
  height: 55px;
  position: relative;
}
.examples img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 51px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.examples img.active-img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.section-examples_blue .examples img.active-img {
  filter: brightness(30%) invert(1);
}
.section-examples_blue .examples__image>img:last-child {
  filter: brightness(0) invert(1);
}
.examples span {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 16px;
  color: #818181;
  text-align: center;
  margin-top: 0px;
}
.examples li {
  display: inline-block;
  margin-bottom: -1px;
}
.examples li:first-child img {
  height: 34px;
}
.examples li:hover img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.examples li:hover img.active-img {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.examples li:hover span {
  color: #7a95d1;
}
.examples li:hover a {
  border-color: #7a95d1;
  transition: 0.3s ease;
}
.examples li.active img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.examples li.active img.active {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.examples li.active span {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #7a95d1;
  font-size: 17px;
}
.examples li.active a {
  border-color: #7a95d1;
  transition: 0.3s ease;
}

.examples-full {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 62px;
  padding-top: 58px;
  border-bottom: 1px solid #cccccc;
}

.examples-post {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.examples-post.active {
  pointer-events: auto;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.examples-post__info {
  width: 530px;
  display: inline-block;
  padding-bottom: 4px;
}
.examples-post__info h4 {
  max-width: 340px;
  font-size: 25px;
}
.examples-post__info .examples-post__text {
  display: block;
  margin-top: 42px;
}
.examples-post__info p {
  font-size: 21px;
  display: block;
  margin-top: 25px;
  line-height: 1.22em;
}

.examples-post__media {
  width: 600px;
  min-height: 340px;
  display: inline-flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  cursor: pointer;
}
.examples-post__media img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
  height: auto;
  border-radius: 16px !Important;
}

.examples-post__play {
  display: block;
  position: absolute;
  right: 45px;
  bottom: -46px;
}
.examples-post__play p {
  width: 100%;
  text-align: center;
  color: #95B6DE !important;
  padding-top: 5px;
  transition: 0.3s ease;
  display: block;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 17px;
}

.examples-post__button {
  display: block;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}
.examples-post__button::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 50%;
  border: 1px solid #95B6DE;
  transition: 0.3s ease;
}
.examples-post__button img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: auto;
  margin-left: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.examples-post__button img.active {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.examples-post__media:hover .examples-post__play p {
  color: #4465A6 !important;
  padding-top: 10px;
  transition: 0.3s ease;
}
.examples-post__media:hover .examples-post__button {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.3s ease;
}
.examples-post__media:hover .examples-post__button::before {
  border-color: #4465A6;
  transition: 0.3s ease;
}

.section-examples_blue .examples-post__media:hover p {
  color: #fff !important;
}

@media (max-width: 1320px) {
  .examples a {
    padding-left: 12px;
    padding-right: 12px;
    min-width: 76px;
  }

  .examples-post__info {
    width: 500px;
  }
  .examples-post__info p {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .section-examples {
    padding-top: 24px;
    padding-bottom: 142px;
  }

  .section-examples_blue {
    padding-bottom: 120px;
  }
  .section-examples_blue h2 {
    margin-top: 100px;
  }

  .examples {
    margin-top: 50px;
  }
  .examples ul {
    border-top: 1px solid #cccccc;
    border-bottom: 0px !important;
    padding-top: 3px;
  }
  .examples a {
    padding-left: 12px;
    padding-right: 12px;
    min-width: 140px;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 32px;
  }

  .examples-full {
    margin-top: 20px;
  }

  .examples-post__info {
    width: 450px;
    padding-bottom: 18px;
  }
  .examples-post__info h4 {
    max-width: 260px;
    font-size: 22px;
  }
  .examples-post__info .examples-post__text {
    margin-top: 30px;
  }
  .examples-post__info p {
    font-size: 18px;
  }

  .examples-post__media {
    width: 480px;
    min-height: auto;
  }
  .examples-post__media img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-examples {
    padding-top: 5px;
    padding-bottom: 112px;
  }
  .section-examples.section-examples_last {
    margin-bottom: 22px;
  }

  .examples a {
    padding-left: 14px;
    padding-right: 14px;
    min-width: 115px;
  }

  .examples-full {
    margin-top: 5px;
    padding-bottom: 70px;
  }

  .examples-post {
    flex-wrap: wrap;
  }

  .examples-post__info {
    width: 100%;
  }

  .examples-post__media {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .section-examples {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .section-examples {
    padding-top: 14px;
    padding-bottom: 58px;
  }
  .section-examples.section-examples_last {
    margin-bottom: 11px;
  }

  .section-examples_blue {
    padding-bottom: 50px;
  }
  .section-examples_blue h2 {
    margin-top: 36px;
  }
  .section-examples_blue .examples-full {
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .examples {
    margin-top: 42px;
  }
  .examples ul {
    justify-content: left;
  }
  .examples li {
    min-width: calc(100% / 3);
    width: calc(100% / 3);
  }
  .examples a {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    word-wrap: break-word !important;
  }
  .examples span {
    display: block;
    width: 100%;
    padding-top: 16px;
    font-size: 15px !important;
    font-family: "ProximaNova-Regular" !important;
    word-wrap: break-word !important;
  }

  .examples-full {
    margin-top: 0px;
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .examples-post__info {
    padding-bottom: 18px;
    padding-right: 20px;
  }
  .examples-post__info .examples-post__text {
    margin-top: 30px;
  }
  .examples-post__info p {
    font-size: 13.6px;
    line-height: 1.25em;
    margin-top: 17px;
  }

  .examples-post__media {
    margin-top: 14px;
  }

  .examples-post__play {
    right: 41px;
    bottom: -34px;
  }
  .examples-post__play p {
    font-size: 12px;
    padding-top: 0px;
    margin-top: -1px;
  }

  .examples-post__button {
    width: 68px;
    height: 68px;
  }
  .examples-post__button::before {
    width: calc(100% - 10.5px);
    height: calc(100% - 10.5px);
  }
  .examples-post__button img {
    width: 18px;
    margin-left: 2px;
  }

  .examples-post__media:hover .examples-post__play p {
    padding-top: 0px;
  }
  .examples-post__media:hover .examples-post__button {
    transform: scale(1);
    margin-top: auto;
    top: auto;
  }
}
@media (max-width: 360px) {
  .examples span {
    font-size: 14px;
  }
}
/* Section-examples_page */
.section-examples_page {
  position: relative;
  padding-top: 56px;
  overflow: hidden;
  padding-bottom: 270px;
}
.section-examples_page .examples-title {
  color: #fff;
  max-width: 380px;
}
.section-examples_page .examples-title_fixed {
  padding-bottom: 165px;
}
.section-examples_page .examples {
  position: relative;
  width: 1210px;
  max-width: 100%;
  top: 0px;
  border-bottom: 0px;
  transition: all 0.8s ease;
}
.section-examples_page .examples::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -10000px;
  bottom: 0px;
  width: 100000px;
  height: 100000px;
  display: block;
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
}
.section-examples_page .examples ul {
  border-bottom: 0px;
}
.section-examples_page .examples li span {
  color: #b6c9ec;
}
.section-examples_page .examples li:hover span {
  color: #fff;
}
.section-examples_page .examples li.active span {
  color: #fff;
}
.section-examples_page .examples .examples__image_mob {
  display: none;
}
.section-examples_page .examples-full {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-examples_page .examples-full:last-child {
  border-bottom: 0px;
}
.section-examples_page .examples-post {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  padding-top: 158px;
  padding-bottom: 162px;
  border-bottom: 1px solid #cccccc;
}
.section-examples_page .examples-fixed {
  position: fixed;
  top: 66px;
  z-index: 49;
  width: 1210px;
  max-width: 100%;
  transition: all 0.8s ease;
}

.examples-post__enchor {
  position: absolute;
  left: 0px;
  top: -130px;
  width: 100%;
  pointer-events: none;
  height: 20px;
  display: block;
  background: transparent;
  z-index: -100;
}

@media (max-width: 1320px) {
  .section-examples_page {
    padding-bottom: 240px;
  }
  .section-examples_page .examples {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .section-examples_page {
    padding-bottom: 200px;
  }
  .section-examples_page .examples-title {
    position: relative;
    padding-bottom: 88px;
    max-width: 360px;
  }
  .section-examples_page .examples-title::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -10000px;
    bottom: 0px;
    width: 100000px;
    height: 100000px;
    display: block;
    background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  }
  .section-examples_page .examples-title_fixed {
    padding-bottom: 0px;
  }
  .section-examples_page .examples {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
  }
  .section-examples_page .examples::after {
    display: none;
  }
  .section-examples_page .examples ul {
    border-top: 0px;
  }
  .section-examples_page .examples li span {
    color: #818181;
  }
  .section-examples_page .examples li:hover span {
    color: #4465A6;
  }
  .section-examples_page .examples li.active span {
    color: #818181;
    font-family: "ProximaNova-Regular", sans-serif !important;
  }
  .section-examples_page .examples li.active img {
    opacity: 0;
  }
  .section-examples_page .examples li.active .active-img {
    opacity: 1 !important;
  }
  .section-examples_page .examples li.active-mob span {
    color: #7a95d1;
    font-family: "ProximaNova-Semibold", sans-serif !important;
  }
  .section-examples_page .examples li.active-mob img {
    opacity: 1;
  }
  .section-examples_page .examples li.active-mob .active-img {
    opacity: 0 !important;
  }
  .section-examples_page .examples .examples__image {
    display: none;
  }
  .section-examples_page .examples .examples__image_mob {
    display: block;
  }
  .section-examples_page .examples-post {
    padding-top: 158px;
    padding-bottom: 162px;
  }
  .section-examples_page .examples-fixed {
    position: relative;
    top: 0px;
    z-index: 10;
    width: 100%;
    max-width: 100%;
  }

  .examples-post__enchor {
    top: -50px;
  }
}
@media (max-width: 991px) {
  .section-examples_page {
    padding-bottom: 150px;
    padding-top: 40px;
  }
  .section-examples_page .examples-title {
    padding-bottom: 68px;
    max-width: 280px;
  }
  .section-examples_page .examples-post {
    padding-top: 88px;
    padding-bottom: 92px;
  }

  .examples-post__enchor {
    top: -50px;
  }

  .section-examples_blue {
     background: #124EA0;
  }
}
@media (max-width: 767px) {
  .section-examples_page {
    padding-bottom: 120px;
    padding-top: 32px;
  }
  .section-examples_page .examples-title {
    padding-bottom: 58px;
  }
  .section-examples_page .examples-post {
    padding-top: 68px;
    padding-bottom: 82px;
  }
}
@media (max-width: 575px) {
  .section-examples_page {
    padding-bottom: 54px;
    padding-top: 37px;
  }
  .section-examples_page .examples-title {
    padding-bottom: 38px;
    max-width: 210px;
  }
  .section-examples_page .examples {
    margin-top: 4px;
    padding-bottom: 38px;
  }
  .section-examples_page .examples-post {
    padding-top: 34px;
    padding-bottom: 53px;
  }

  .examples-post__enchor {
    top: -40px;
  }
}
/* Section-types */
.section-types {
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 176px;
}
.section-types::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(/local/templates/apache/images/water-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: water-bg 15s linear 0s infinite;
  pointer-events: none;
}
.section-types::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  right: calc(50% - 1444px);
  width: 1040px;
  height: 965px;
  background-image: url(/local/templates/apache/images/types-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
.section-types .container {
  z-index: 3;
}

.types-title {
  color: #fff;
  max-width: 650px;
}

.types {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 52px;
}

.types__item {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 56px;
  width: calc(100% / 4);
  background: #fff;
  border-right: 1px solid #ccc;
  min-height: 520px;
  position: relative;
}
.types__item a {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.types__item:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.types__item:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 0px;
}
.types__item h3 {
  display: block;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-size: 25px;
  width: 100%;
  text-align: center;
  padding-top: 52px;
}

.types__full {
  display: none;
}

.types__image {
  position: relative;
  width: 100%;
  display: flex;
  height: 240px;
  flex-direction: column;
  overflow: hidden;
  margin-left: -1px;
}
.types__image img {
  position: absolute;
  display: block;
  bottom: 0px;
  right: 54px;
  transition: right 0.3s ease;
}

.types__text {
  display: block;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 30px;
}
.types__text p {
  display: block;
  color: #676766;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.22em;
  transition: color 0.3s ease;
}
.types__text b {
  font-family: "ProximaNova-Semibold", sans-serif;
}

.types__item:hover .types__image img {
  right: 22px;
  transition: right 0.3s ease;
}
.types__item:hover .types__text p {
  color: #4465A6;
  transition: color 0.3s ease;
}

@media (max-width: 1320px) {
  .section-types {
    padding-top: 0px;
    padding-bottom: 160px;
  }
  .section-types::before {
    right: calc(50% - 1244px);
    width: 1020px;
    height: 950px;
  }
}
@media (max-width: 1199px) {
  .section-types {
    padding-bottom: 125px;
  }
  .section-types::before {
    right: calc(50% - 1044px);
    width: 850px;
    height: 800px;
  }

  .types__item {
    padding-top: 20px;
    padding-bottom: 44px;
    min-height: 420px;
  }
  .types__item h3 {
    font-size: 22px;
    padding-top: 44px;
  }

  .types__image {
    height: 210px;
  }

  .types__text {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 20px;
  }
  .types__text p {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .section-types {
    padding-bottom: 116px;
  }
  .section-types::before {
    display: none;
  }

  .types-title {
    max-width: 460px;
  }

  .types {
    border-radius: 16px;
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .types__item {
    width: 50%;
    border-right: 0.8px solid #ccc !important;
    border-top: 0.8px solid #ccc;
    border-radius: 0px !important;
  }
  .types__item:nth-child(2n) {
    border-right: 0px !important;
  }
  .types__item:nth-child(1), .types__item:nth-child(2) {
    border-top: 0px;
  }

  .types__text {
    padding-left: 32px;
    padding-right: 32px;
  }
  .types__text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-types {
    padding-bottom: 98px;
    background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  }
  .section-types::after {
    display: none;
  }

  .types {
    max-width: 100%;
  }

  .types__text {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 575px) {
  .section-types {
    padding-bottom: 104px;
  }

  .types-title {
    margin-top: 50px;
    max-width: 344px;
  }

  .types {
    margin-top: 12px;
    width: 100%;
    max-width: 272px;
    border-radius: 0px;
  }

  .types__item {
    width: 100%;
    border: 0px solid #fff !important;
    border-top: 0px !important;
    padding-top: 32px;
    padding-bottom: 60px;
    min-height: auto;
    margin-top: 36px;
    border-radius: 16px !important;
  }
  .types__item:nth-child(1) {
    padding-top: 62px;
  }
  .types__item h3 {
    padding-top: 46px;
  }

  .types__image {
    height: auto;
    width: 292px;
    position: unset;
  }
  .types__image img {
    display: block;
    width: 300px;
    position: relative;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .types__item:hover img {
    right: 44px !important;
  }

  .types__text {
    padding-left: 31px;
    padding-right: 31px;
    max-width: 255px;
    margin-top: 24px;
  }
  .types__text p {
    font-size: 14px;
    margin-top: 18px;
  }
}
/* Section-types_main */
.section-types_main {
  padding-top: 54px;
  padding-bottom: 206px;
}
.section-types_main::before {
  display: none;
}
.section-types_main::after {
  background-image: url(/local/templates/apache/images/water-bg_big.png);
}
.section-types_main .types__item {
  padding-bottom: 44px;
}
.section-types_main .types__full {
  display: block;
}

.types__expand {
  display: none;
}

@media (max-width: 1199px) {
  .section-types_main {
    padding-bottom: 164px;
  }
  .section-types_main .types__item {
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .section-types_main {
    padding-bottom: 124px;
    padding-top: 34px;
  }
  .section-types_main .types__item {
    padding-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .section-types_main {
    padding-bottom: 140px;
    padding-top: 46px;
  }
  .section-types_main .types__item {
    padding-bottom: 66px;
    position: relative;
  }
  .section-types_main .types__item a {
    height: calc(100% - 60px);
  }
  .section-types_main .types__expand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: block;
    width: 100%;
    height: 60px;
    opacity: 1;
    z-index: 5;
  }
  .section-types_main .types__expand img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    width: 26px;
    transition: transform 0.3s ease;
    transform: translate(-50%, -50%) rotate(180deg) !important;
  }

  .types__full {
    position: relative;
    max-height: 0px;
    height: auto;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out, max-height 0.8s ease-in-out;
    padding-bottom: 4px;
  }

  .types__item.active .types__full {
    position: relative;
    max-height: 1600px;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
    transition: opacity 0.6s ease-in-out, max-height 0.8s ease-in-out;
  }
  .types__item.active .types__expand img {
    transition: transform 0.3s ease;
    transform: translate(-50%, -50%) rotate(0deg) !important;
  }
}
/* Section-sensors */
.section-sensors {
  padding-bottom: 180px;
  background: #fff;
  padding-top: 24px;
  border-bottom: 1px solid #ccc;
}

.sensors-title {
  max-width: 596px;
}

.sensors {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.sensors::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #95B6DE;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.more-ref {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: -8px;
  font-size: 16px;
  line-height: 1.2em;
  width: 96px;
  color: #95B6DE;
  padding-bottom: 22px;
}
.more-ref img {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60px;
  height: auto;
  opacity: 0.6;
  transition: 0.3s ease;
}
.more-ref:hover {
  transition: 0.3s ease;
}
.more-ref:hover img {
  opacity: 1;
}

.sensors__items {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin-top: 45px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.sensors__item {
  display: inline-flex;
  width: 50%;
  cursor: pointer;
  height: 119px;
  padding-left: 21px;
  padding-right: 21px;
  border: 1px solid #ccc;
  border-right: 0px;
  border-top: 0px;
}
.sensors__item:nth-child(2n) {
  border-right: 1px solid #ccc;
}
.sensors__item:nth-child(1) {
  border-top: 1px solid #ccc;
}
.sensors__item:nth-child(2) {
  border-top: 1px solid #ccc;
}
.sensors__item span {
  margin: auto;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #4d4d4d;
  line-height: 1.31em;
}
.sensors__item:hover, .sensors__item.active {
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  transition: 0.3s ease;
}
.sensors__item:hover span, .sensors__item.active span {
  color: #fff;
  transition: 0.3s ease;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.sensors__images {
  width: 50%;
  display: inline-flex;
  height: 100%;
  min-height: 474px;
  position: relative;
}
.sensors__images img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  bottom: 0px;
  top: auto;
  transform: translate(-50%, 0%);
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sensors__images img.active {
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media (max-width: 1320px) {
  .section-sensors {
    padding-bottom: 160px;
  }
}
@media (max-width: 1199px) {
  .section-sensors {
    padding-bottom: 120px;
    padding-top: 12px;
  }

  .sensors__item {
    padding-left: 18px;
    padding-right: 18px;
  }
  .sensors__item span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-sensors {
    padding-bottom: 106px;
    padding-top: 0px;
  }

  .sensors {
    width: 500px;
    padding-bottom: 0px;
    flex-wrap: wrap;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .sensors::after {
    display: none;
  }

  .sensors__items {
    width: 100%;
  }

  .sensors__item {
    min-height: 108px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: auto;
  }

  .sensors__images {
    width: calc(100% - 120px);
    margin-top: 80px;
    height: 420px;
    min-height: 420px;
  }

  .more-ref {
    bottom: 6px;
  }
}
@media (max-width: 767px) {
  .section-sensors {
    padding-top: 10px;
    padding-bottom: 88px;
  }

  .sensors {
    width: 100%;
  }

  .sensors__images {
    margin-top: 68px;
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .section-sensors {
    padding-bottom: 62px;
  }

  .sensors__items {
    margin-top: 35px;
  }

  .sensors__item {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    min-height: 73px;
  }
  .sensors__item span {
    font-size: 12px;
  }

  .sensors__images {
    margin-top: 62px;
    height: 256px;
    min-height: auto;
    max-height: 75vw;
    width: calc(100% - 140px);
    margin-left: 20px;
  }
}
/* Section-sertificates */
.section-sertificates {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #fff;
}

.sertificates {
  width: 100%;
  display: flex;
  position: relative;
}
.sertificates::before, .sertificates::after {
  display: block;
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: 130px;
  top: -2px;
  z-index: 8;
}
.sertificates::before {
  left: 0px;
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.2) 100%);
}
.sertificates::after {
  right: 0px;
  background: linear-gradient(-90deg, white 30%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.2) 100%);
}

.sertificates__slider {
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.sertificates__slide {
  margin-left: 5px;
  margin-right: 5px;
  width: 236px;
  height: 338px;
  background-color: #d1d1d1;
  filter: grayscale(100%) contrast(100%);
  transition: filter 0.3s ease;
}
.sertificates__slide:hover {
  filter: grayscale(0%) contrast(100%);
  transition: filter 0.3s ease;
}
.sertificates__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.sertificates__control {
  z-index: 20;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.12);
  top: 50%;
  transform: translate(0%, -50%) !important;
  transition: 0.3s ease;
}
.sertificates__control img {
  width: 14.5px;
}
.sertificates__control.slick-prev img {
  margin-left: -1.5px;
}
.sertificates__control.slick-next img {
  margin-left: 1.5px;
}

.sertificates__control.slick-prev {
  left: 42px;
}
.sertificates__control.slick-prev img {
  margin-left: -2px;
}

.sertificates__control.slick-next {
  right: 42px;
}
.sertificates__control.slick-next img {
  margin-left: 2px;
}

.sertificates__control:hover {
  opacity: 1 !important;
  background: #fff;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
}

@media (max-width: 1199px) {
  .section-sertificates {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .sertificates::before, .sertificates::after {
    width: 80px;
  }

  .sertificates__control.slick-prev {
    left: 24px;
  }

  .sertificates__control.slick-next {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .section-sertificates {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sertificates {
    width: 100%;
    max-width: 384px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .sertificates::before, .sertificates::after {
    display: none;
  }

  .sertificates__slide {
    width: 272px;
    height: 390px;
    margin-left: 54px;
    margin-right: 54px;
  }

  .sertificates__control.slick-prev {
    left: 12px;
  }

  .sertificates__control.slick-next {
    right: 12px;
  }
}
@media (max-width: 575px) {
  .section-sertificates {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sertificates {
    width: 88vw;
    max-width: calc(272px + 8vw);
  }

  .sertificates__slide {
    height: 114vw;
    max-height: 388px;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .sertificates__control.slick-prev {
    left: calc(35px - 12vw);
  }

  .sertificates__control.slick-next {
    right: calc(35px - 12vw);
  }
}
@media (max-width: 360px) {
  .sertificates__control.slick-prev {
    left: -2px;
  }

  .sertificates__control.slick-next {
    right: -2px;
  }
}
/* Section-news */
.section-news {
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-news::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 882px;
  background: url(/local/templates/apache/images/news-section-bg-new.png) no-repeat center top/cover;
}

.news {
  width: 100%;
  position: relative;
  padding-top: 122px;
  padding-bottom: 192px;
}
.news::after, .news::before {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  width: 1px;
  background: #95B6DE;
  z-index: 5;
  height: calc(50% - 50px);
}
.news::after {
  bottom: 0px;
  height: calc(100% - 122px - 52px - 46px - 210px - 50px + 5px);
}
.news::before {
  top: 0px;
  height: calc(122px + 52px + 46px + 210px - 50px - 10px);
}
.news .slick-prev, .news .slick-next {
  z-index: 20;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.12);
  top: calc(210px + 46px + 52px + 122px - 10px);
  transform: translate(0%, -50%) !important;
  transition: 0.3s ease;
  z-index: 20;
}
.news .slick-prev img, .news .slick-next img {
  width: 14.5px;
}
.news .slick-prev.slick-prev img, .news .slick-next.slick-prev img {
  margin-left: -1.5px;
}
.news .slick-prev.slick-next img, .news .slick-next.slick-next img {
  margin-left: 1.5px;
}
.news .slick-prev.slick-disabled, .news .slick-next.slick-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
.news .slick-prev {
  left: 0px;
  transform: translate(-50%, -50%) !important;
}
.news .slick-next {
  right: 0px;
  transform: translate(50%, -50%) !important;
}
.news__date{
  font-size: 20px;
  margin-bottom: 10px;
}
.news__title {
  display: block;
  color: #fff;
  margin-top: 0px;
}

.news__slider {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: block;
  margin-top: 46px;
}

.news__slide {
  display: inline-flex !important;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.news__image {
  display: inline-block;
  width: 600px;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: auto;
  border-radius: 16px;
}
.news__image .slick-prev, .news__image .slick-next {
  display: none;
}

.news__info {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 600px);
  padding-left: 55px;
  padding-right: 85px;
  padding-top: 8px;
  pointer-events: none;
}
/*
.section-news:not(.section-news_page) .news__info {
  max-height: 420px;
  overflow: hidden;	
}
*/

.news__info h3 {
  max-width: 440px;
  font-size: 29px;
  display: block;
  font-family: "ProximaNova-Extrabld", sans-serif;
  color: #fff;
  line-height: 1.25em;
}

.news__text {
  display: block;
  margin-top: auto;
  margin-top: 2px;
}
.news__text p {
  display: block;
  font-size: 21px;
  color: #fff;
  margin-top: 26px;
  line-height: 1.24em;
}

@-moz-document url-prefix() {
  .news__text p {
	  display: none;
  }
}

.news__text p:first-child {
	display: block;
}

.news__text {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	
	line-clamp: 8;
	box-orient: vertical;
}
/*
.section-news:not(.section-news_page) .news__text::after {
	content: 'Читать далее';
	display: inline-block;
	font: inherit !Important;
	color: #fff;
	font-size: 21px;
    line-height: 1.24em;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: red;
}
*/

.news__slide.active .news__text {
	overflow: visible;
	text-overflow: unset;
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.news__slide.active .news__text p {
	display: block;
}

.news__info::after {
	content: 'Читать далее';
	display: block;
	margin-top: 15px;
	font: inherit;
	font-family: "ProximaNova-Regular", sans-serif;
	color: #95B6DE;
	font-size: 21px;
    line-height: 1.24em;
	pointer-events: auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.news__slide.active .news__info::after {
	content: 'Свернуть';
}

.news__info:hover::after {
	color: #fff
}

.section-news.section-news_page .news__info:hover::after {
	color: #499DF3;
}


/*
.section-news:not(.section-news_page) .news__text p {
  display: none;
}
*/

.news__text p:first-child {
  display: block;
  margin-top: 20px;
}
/*
.section-news:not(.section-news_page) .news__text p:first-child {
  display: block;
}
*/

.news__text .news__date {
  display: block;
  padding-top: 26px;
  color: #fff;
  font-size: 21px;
}

@-moz-document url-prefix() {
  .news__text .news__date {
	  display: none;
  }
}

.news__slide.active .news__text .news__date {
	display: block;
}



@media (max-width: 1320px) {
  .news .slick-prev {
    left: 0px;
    transform: translate(-35%, -50%) !important;
  }
  .news .slick-next {
    right: 0px;
    transform: translate(35%, -50%) !important;
  }

  .news__info {
    padding-left: 35px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
	
.section-news::before {
  max-height: 772px;
}
	
  .news {
    padding-top: 92px;
    padding-bottom: 132px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  
    .news::after {
	  height: calc(100% - 92px - 46px - 22px - 196px - 50px + 5px);
	}
	.news::before {
	  height: calc(92px + 46px + 22px + 196px - 50px - 10px);
	}
	.news .slick-prev, .news .slick-next {
	  top: calc(196px + 46px + 22px + 92px - 10px);
	}
  
  .news .slick-prev {
    left: 0px;
    transform: translate(-30%, -50%) !important;
  }
  .news .slick-next {
    right: 0px;
    transform: translate(30%, -50%) !important;
  }

  .news__slider {
    margin-top: 22px;
  }

  .news__image {
    width: 560px;
    height: 392px;
  }

  .news__info {
    width: calc(100% - 560px);
    padding-left: 25px;
    padding-right: 65px;
  }
  .news__info h3 {
    font-size: 25px;
  }

/*
  .news__text {
    display: inline-block;
    margin-top: auto;
    padding-bottom: 8px;
  }
*/
  .news__text p {
    font-size: 18px;
    margin-top: 16px;
  }
  .news__text .news__date {
    padding-top: 18px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .news {
    padding-bottom: 118px;
  }
  .news::after, .news::before {
    display: none;
  }
  .news .slick-prev {
    top: auto;
    margin-top: 262px;
    left: 0px;
    margin-left: 10px;
    transform: translate(0%, -50%) !important;
  }
  .news .slick-next {
    top: auto;
    right: auto;
    left: 0px;
    margin-left: 590px;
    margin-top: 262px;
    transform: translate(-100%, -50%) !important;
  }

  .news__slider {
    margin-top: 52px;
  }

  .news__slide {
    display: inline-block !important;
  }

  .news__image {
    width: 600px;
    height: 420px;
  }
  .news__image .slick-prev, .news__image .slick-next {
    display: inline-block !important;
  }

  .news__info {
    width: 100%;
    padding-left: 0px;
    padding-right: 60px;
    padding-top: 30px;
    height: auto;
    min-height: auto;
    display: block;
  }
  
  .news__text {
	overflow: auto;
	text-overflow: unset;
	display: unset;
	-moz-box-orient: unset;
	display: auto;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	
	line-clamp: unset;
	box-orient: initial;
}

  .news__text p {
    margin-top: 24px;
	display: block !Important;
  }
  .news__text p:first-child {
    margin-top: 32px;
  }
  .news__text .news__date {
    padding-top: 24px;
	display: block !Important;
  }
  
  .news__info::after {
	display: none !Important;
  }
}
@media (max-width: 767px) {
  .section-news {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section-news::before {
    display: none;
  }

  .news {
    padding-top: 78px;
    padding-bottom: 90px;
  }
  .news .slick-prev {
    margin-top: 232px;
  }
  .news .slick-next {
    margin-left: calc(100% - 10px);
    margin-top: 232px;
  }

  .news__slider {
    margin-top: 50px;
  }

  .news__image {
    width: 100%;
    height: 364px;
  }
}
@media (max-width: 575px) {
  .news {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 44px;
  }
  .news .slick-prev {
    margin-top: 170px;
  }
  .news .slick-next {
    margin-top: 170px;
  }

  .news__slider {
    margin-top: 42px;
  }

  .news__image {
    height: 256px;
  }

  .news__info {
    padding-right: 20px;
    padding-top: 22px;
  }
  .news__info h3 {
    font-size: 21px;
    line-height: 1.32em;
  }

  .news__text p {
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.16em;
  }
  .news__text p:first-child {
    margin-top: 28px;
  }
  .news__text .news__date {
    font-size: 14px;
    margin-top: 14px;
    padding-top: 0px;
  }
}
@media (max-width: 360px) {
  .news .slick-prev {
    margin-top: 152px;
  }
  .news .slick-next {
    margin-top: 152px;
  }

  .news__image {
    height: 220px;
  }
}
/* Section-news_page */
.section-news_page {
  background: #fff;
  padding-bottom: 0px;
  padding-top: 0px;
}
.section-news_page * {
  color: #184296 !important;
}
.section-news_page::before {
  display: none;
}
.section-news_page .news {
  padding-top: 0px;
}
.section-news_page .news::before, .section-news_page .news::after {
  display: none;
}
.section-news_page .news__slide {
  padding-top: 123px;
  padding-bottom: 124px;
  border-bottom: 1px solid #95B6DE;
}

@media (max-width: 991px) {
  .section-news_page .news {
    width: 100%;
  }
  .section-news_page .news__slide {
    padding-top: 103px;
    padding-bottom: 90px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .section-news_page .news__slide {
    padding-top: 78px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .section-news_page {
    padding-top: 6px;
    padding-bottom: 15px;
  }
  .section-news_page .news__slide {
    padding-top: 58px;
    padding-bottom: 44px;
  }
}
/* Section-main-internal */
.section-main-internal {
  padding-top: 56px;
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  padding-bottom: 70px;
}

.main-internal {
  display: block;
}
.main-internal h2 {
  color: #fff;
}

@media (max-width: 1199px) {
  .section-main-internal {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .section-main-internal {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-main-internal {
    padding-top: 42px;
    padding-bottom: 58px;
  }
}
@media (max-width: 575px) {
  .section-main-internal {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
/* Section-about */
.section-about {
  padding-top: 95px;
  padding-bottom: 394px;
  background: #184296;
}

.about {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.about p {
  display: block;
  color: #fff;
  font-size: 21.5px;
  font-family: "ProximaNova-Light", sans-serif;
  line-height: 1.25em;
}

.about__numbers {
  display: inline-flex;
  width: calc(100% - 750px);
  flex-wrap: wrap;
  margin-bottom: auto;
}

.about__number {
  display: inline-block;
  margin-right: 86px;
}
.about__number:nth-child(2n) {
  margin-right: 0px;
}
.about__number h3 {
  display: block;
  color: #fff;
  font-size: 145px;
  line-height: 1em;
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: 400;
}
.about__number p {
  max-width: 132px;
  padding-top: 8px;
}
.about__number:nth-child(2) p {
  max-width: 124px;
}

.about__list {
  display: inline-flex;
  width: 750px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: auto;
  padding-top: 25px;
}

.about__item {
  display: inline-block;
  width: 40%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 52px;
}
.about__item:nth-child(3n-1) {
  width: 36%;
}
.about__item:nth-child(3n) {
  width: 24%;
}
.about__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.about__item h4 {
  display: block;
  color: #fff;
  font-size: 21px;
  font-family: "ProximaNova-Semibold", sans-serif;
}
.about__item p {
  max-width: 188px;
}

@media (max-width: 1320px) {
  .about__numbers {
    width: calc(100% - 710px);
  }

  .about__number {
    margin-right: 60px;
  }

  .about__list {
    width: 710px;
  }
}
@media (max-width: 1199px) {
  .section-about {
    padding-top: 85px;
    padding-bottom: 354px;
  }

  .about__numbers {
    width: calc(100% - 560px);
  }

  .about__number {
    margin-right: 44px;
  }
  .about__number:nth-child(2n) {
    margin-right: 0px;
  }
  .about__number h3 {
    font-size: 140px;
  }

  .about__list {
    width: 560px;
  }

  .about__item {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 34px;
  }
  .about__item:nth-child(3n-1) {
    width: 50%;
  }
  .about__item:nth-child(3n) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .section-about {
    padding-top: 75px;
    padding-bottom: 254px;
  }

  .about {
    justify-content: space-around;
  }

  .about__numbers {
    width: 220px;
  }

  .about__number {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 110px;
  }

  .about__list {
    width: 250px;
  }

  .about__item {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .section-about {
    padding-bottom: 184px;
  }
}
@media (max-width: 575px) {
  .section-about {
    padding-top: 35px;
    padding-bottom: 26px;
  }

  .about {
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
  .about p {
    font-size: 15.5px;
    line-height: 1.2em;
  }

  .about__numbers {
    width: calc(100% - 170px);
  }
  .about__numbers h3 {
    font-size: 106px;
  }
  .about__numbers p {
    max-width: 96px;
    padding-top: 5px;
  }

  .about__number {
    margin-bottom: 88px;
  }
  .about__number:nth-child(2) p {
    max-width: 90px;
  }

  .about__list {
    width: 170px;
    padding-top: 16px;
  }

  .about__item {
    padding-left: 25px;
  }
  .about__item::before {
    top: 4px;
    width: 6px;
    height: 6px;
  }
  .about__item h4 {
    font-size: 14px;
  }
  .about__item p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .about__numbers {
    width: calc(100% - 160px);
  }
  .about__numbers h3 {
    font-size: 100px;
  }

  .about__number {
    margin-bottom: 72px;
  }

  .about__list {
    width: 160px;
  }

  .about__item {
    padding-left: 15px;
  }
}
/* Section-social */
.section-social {
  padding-bottom: 142px;
}

.social {
  display: block;
  width: 100%;
}

.social__vidget {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -342px;
  min-height: 470px;
  border-radius: 10px;
  background: url(/local/templates/apache/images/vidget-test-map.png) no-repeat center center/cover;
}

.social__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

.social__item {
  display: inline-flex;
  width: calc((100% - 82px) / 3);
  margin-top: 41px;
  min-height: 98px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d8d9d9;
  padding-top: 6px;
  padding-bottom: 3px;
  margin-bottom: auto;
}
.social__item.ref {
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 5px;
  padding-top: 3px;
}
.social__item.ref:hover {
  background: #fefefe;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.social__item span {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 22px;
  line-height: 1.3em;
  color: #184296;
  font-family: "ProximaNova-Bold", sans-serif;
}

.social__icons {
  display: inline-flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}

.social__icon {
  display: inline-flex;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  transition: opacity 0.3s ease;
}
.social__icon i {
  text-align: center;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  line-height: 53px;
}
.social__icon i.icofont-youtube-play {
  font-size: 27px;
}
.social__icon i.icofont-instagram {
  font-size: 29px;
}
.social__icon:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

@media (max-width: 1320px) {
  .social__icon {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .section-social {
    padding-bottom: 112px;
  }

  .social__vidget {
    margin-top: -312px;
    min-height: 390px;
  }

  .social__items {
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
  }

  .social__item {
    width: calc((100% - 62px) / 2);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .social__item.ref {
    padding-left: 30px;
    padding-right: 30px;
  }
  .social__item span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .social__vidget {
    margin-top: -222px;
    min-height: 316px;
  }

  .social__items {
    margin-top: 35px;
  }

  .social__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social__item.ref {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (max-width: 767px) {
  .social__item {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 362px;
  }
  .social__item.ref {
    padding-left: 25px;
    padding-right: 25px;
  }
  .social__item span {
    max-width: 240px;
  }

  .social__vidget {
    min-height: 240px;
    margin-top: -162px;
  }
}
@media (max-width: 575px) {
  .section-social {
    padding-bottom: 108px;
  }

  .social__vidget {
    margin-top: 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-radius: 0px;
    min-height: 308px;
  }

  .social__items {
    margin-top: 62px;
  }

  .social__item {
    margin-top: 32px;
  }

  .social__icon {
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media (max-width: 360px) {
  .social__icon {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* section-contacts */
.section-contacts {
  padding-bottom: 560px;
  padding-top: 202px;
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
}
.section-contacts::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(/local/templates/apache/images/water-bg_contacts.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
.section-contacts .container {
  z-index: 3;
}

.contacts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contacts__info {
  width: 602px;
  max-width: calc(100% - 420px);
  display: inline-block;
}
.contacts__info * {
  color: #fff;
}
.contacts__info h2 {
  margin-top: 0px;
}

.contacts__items {
  max-width: 372px;
  display: block;
  padding-top: 28px;
}

.contacts__item {
  margin-top: 47px;
}
.contacts__item:last-child {
  margin-top: 24px;
}
.contacts__item h4 {
  display: block;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 19px;
  margin-bottom: 2px;
}
.contacts__item p {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
}
.contacts__item p a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}
.contacts__item p a:hover {
  color: #fff;
  text-decoration: underline;
}

.form {
  display: inline-block;
  width: 422px;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 48px;
  padding-bottom: 52px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: auto;
  margin-top: 2px;
}

.form__content {
  width: 100%;
}

.form__info {
  width: 100%;
  display: block;
}
.form__info h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 1.22em;
}

.form form {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

.form__input {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 12px;
  text-align: center;
  border: 1px solid #aeafb0;
  border-radius: 10px;
  font-family: inherit;
}
.form__select {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 1px;
  margin-top: 12px;
  cursor: pointer !important;
}
.form__select select {
  position: relative;
  text-align-last: center;
  padding-right: 48px;
  padding-left: 30px;
  cursor: pointer !important;
  margin-top: 0px;
}
.form__select select option {
  cursor: pointer !important;
}
.form__select img {
  display: block;
  position: absolute;
  width: 21px;
  height: auto;
  right: 18px;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.form__select img.active {
  opacity: 1;
  transition: margin-top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.form__select.active img {
  margin-top: 0px;
  transform: translateY(-50%) rotate(-180deg);
  transition: margin-top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.form__btn {
  margin-top: 19px;
  border: 0px;
  width: 100%;
  height: 70px;
  line-height: 69px;
}

@media (max-width: 1199px) {
  .section-contacts {
    padding-bottom: 480px;
    padding-top: 180px;
  }

  .contacts__info {
    width: calc(100% - 422px);
    max-width: calc(100% - 422px);
  }
}
@media (max-width: 991px) {
  .section-contacts {
    padding-bottom: 350px;
    padding-top: 170px;
  }

  .contacts__info {
    width: calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding-right: 40px;
  }

  .form {
    width: 350px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .form form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .section-contacts {
    padding-bottom: 280px;
    padding-top: 140px;
    background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  }
  .section-contacts::after {
    display: none;
  }

  .contacts__info {
    width: 100%;
    max-width: 100%;
  }

  .contacts__items {
    padding-top: 14px;
  }

  .form {
    width: 100%;
    margin-top: 60px;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .form form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .section-contacts {
    padding-bottom: 76px;
    padding-top: 96px;
  }

  .contacts__items {
    padding-top: 7px;
  }

  .contacts__item {
    margin-top: 34px;
  }
  .contacts__item:last-child {
    margin-top: 18px;
  }
  .contacts__item h4 {
    font-size: 14.5px;
    margin-bottom: 2px;
  }
  .contacts__item p {
    font-size: 14px;
    line-height: 1.2em;
  }

  .form {
    width: 100%;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 39px;
    padding-top: 41px;
    padding-bottom: 46px;
  }
  .form form {
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 23px;
  }

  .form__info h3 {
    font-size: 21.5px;
    line-height: 1.25em;
  }

  .form__input {
    height: 45px;
    margin-top: 11px;
    font-size: 16px;
  }
  .form__input::placeholder {
    font-size: 16px;
  }

  .form__select select {
    padding-right: 44px;
    padding-left: 20px;
  }
  .form__select img {
    width: 18px;
    right: 18px;
    top: 50%;
    margin-top: 2px;
  }

  .form__btn {
    margin-top: 16px;
    height: 61px;
    line-height: 60px;
  }
}
@media (max-width: 360px) {
  .form {
    padding-left: 20px;
    padding-right: 19px;
  }
  .form form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Section-products */
.section-products {
  padding-top: 210px;
  padding-bottom: 216px;
  background: #184296;
  background: linear-gradient(90deg, #184296 0%, #006ab5 80%);
}

.product {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.product__navigation {
  display: inline-block;
  width: 224px;
}
.product__navigation ul {
  width: 100%;
  display: block;
}
.product__navigation li {
  display: block;
  width: 100%;
}
.product__navigation li:last-child a {
  background: url(/local/templates/apache/images/dotted.png) repeat-x left top, url(/local/templates/apache/images/dotted.png) repeat-x left bottom;
}
.product__navigation li.active a {
  padding-left: 22px;
  padding-right: 0px;
  color: #fff;
  /*font-family: "ProximaNova-Semibold", sans-serif;*/
}
.product__navigation li.active a::after {
  transition: 0.3s ease;
  opacity: 1;
}
.product__navigation a {
  position: relative;
  color: #fff;
  width: 100%;
  display: block;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 22px;
  background: url(/local/templates/apache/images/dotted.png) repeat-x left top;
  font-size: 16.5px;
}
.product__navigation a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 21px;
  width: 15px;
  height: 1px;
  background: #fff;
  transition: 0.3s ease;
  opacity: 0;
}
.product__navigation a:hover {
  padding-left: 22px;
  padding-right: 0px;
  color: #fff;
  /*font-family: "ProximaNova-Semibold", sans-serif;*/
}
.product__navigation a:hover::after {
  transition: 0.3s ease;
  opacity: 1;
}

.post {
  position: relative;
  width: calc(100% - 224px - 25px);
  min-height: 500px;
  background: #fff;
  border-radius: 10px;
  margin-top: -1px;
  border: 1px solid #e6e6e6;
  padding-left: 79px;
  padding-right: 79px;
  padding-top: 22px;
  padding-bottom: 8px;
}

.post__image {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 480px;
  overflow: hidden;
  /*height: 628px;*/
}
.post__image img {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(0%, 0%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.post__content {
  width: 100%;
  display: block;
}
.post__content h2 {
  font-size: 29px;
  margin-top: 0px;
  max-width: 474px;
}
.post__content p {
  font-size: 17px;
  line-height: 1.25em;
  color: #4d4d4d;
}
.post__content h5 {
  display: block;
  color: #184296;
  font-size: 21px;
  max-width: 474px;
  padding-bottom: 4px;
  font-family: "ProximaNova-Extrabld", sans-serif;
}

.post__title-text {
  padding-right: 80px;
  margin-top: 35px;
  padding-bottom: 10px;
}
.post__title-text p {
  margin-top: 20px;
}

.post__item {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(/local/templates/apache/images/dotted-dark.png) repeat-x left top;
}
.post__item:first-child {
  background: transparent;
}

.post__item ul {
  padding-top: 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.post__item ul li {
margin-top: 34px;
display: inline-block;
  position: relative;
  width: 50%;
  padding-left: 27px;
  padding-right: 30px;
}
.post__item ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 9.5px;
  width: 6.6px;
  height: 6.6px;
  border-radius: 50%;
  background: #7a95d1;
}
.examples-post__media>img {
  border-radius: 16px;
}

.post__main {
  display: block;
  width: 100%;
  max-width: 336px;
}
.post__main p {
  color: #184296;
  display: block;
  margin-top: 23px;
  font-size: 18.5px;
  line-height: 1.25em;
}

.post__main-text {
  display: block;
  margin-top: 48px;
}

.post__content.post__content_sensors .post__main-text {
  margin-top: 0px;
}

.post__content.post__content_sensors .post__item {
  padding-bottom:20px;
}

.post__content.post__content_sensors .post__main {
  max-width: 100%;
}

.post__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 35px;
}
.post__list li {
  display: inline-block;
  position: relative;
  width: 50%;
  margin-top: 14px;
  padding-left: 27px;
  padding-right: 30px;
}
.post__list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 9.5px;
  width: 6.6px;
  height: 6.6px;
  border-radius: 50%;
  background: #7a95d1;
}
.post__list p {
  display: inline-block;
  max-width: 270px;
}

.post__list_offset {
  padding-top: 12px;
}
.post__list_offset li {
  margin-top: 34px;
}
.post__list_offset p {
  max-width: 320px;
}

.post__list_advantages li {
  padding-left: 0px;
  padding-right: 140px;
  margin-top: 44px;
}
.post__list_advantages li::before {
  display: none;
}
.post__list_advantages h5 {
  padding-bottom: 14px;
}

.post__action {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-top: 30px;
}

.post__slider {
  display: inline-block;
  height: auto;
  margin-top: auto;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: -1px;
}
.post__slider .slick-track, .post__slider .slick-list {
  display: flex !important;
}

.post__slide {
  display: inline-flex !important;
  width: 100%;
  height: auto;
  padding-bottom: 62px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.post__slide img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px !important;
  overflow: hidden;
}

.post__numbers {
  position: absolute;
  display: flex;
  right: 406px;
  bottom: 0px;
  font-size: 40px;
  font-family: "ProximaNova-Extrabld", sans-serif;
  color: #95B6DE;
}

.post__controls {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 382px;
}
.post__controls .buttons {
  width: 50px;
}
.post__controls::before {
  content: "";
  display: block;
  width: 294px;
  height: 1px;
  background: #95B6DE;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.post__action_single .post__slider {
  margin-top: 10px;
}
.post__action_single .post__slide {
  padding-bottom: 66px;
}
.post__action_single .post__numbers {
  
}
.post__action_single .post__controls {
  
}

.post__recommendation {
  margin-top: 5px;
}
.post__recommendation .types {
  flex-wrap: wrap;
  margin-top: 30px;
}
.post__recommendation .types__item {
  width: 100%;
  border: 1px solid #d8d9d9 !important;
  border-radius: 10px !important;
  margin-bottom: 31px;
  padding-left: calc(50% + 48px);
  min-height: 258px;
  padding-top: 46px;
  padding-bottom: 43px;
  transition: 0.3s ease;
}
.post__recommendation .types__item h3 {
  text-align: left;
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
.post__recommendation .types__item .types__text {
  padding-left: 0px;
  max-width: 282px;
}
.post__recommendation .types__image {
  position: absolute;
  width: 50%;
  left: 0px;
  top: 18px;
  height: calc(100% - 36px);
  border-right: 1px solid #d8d9d9;
  transition: 0.3s ease;
}
.post__recommendation .types__image img {
  max-width: 90%;
  max-height: 90%;
  bottom: 50% !important;
  right: 50% !important;
  transform: translate(50%, 50%) !important;
  transition: transform 0.3s ease;
}
.post__recommendation .types__item:hover {
  border-color: #184296 !important;
}
.post__recommendation .types__item:hover .types__image {
  border-color: #184296;
}
.post__recommendation .types__item:hover img {
  transition: transform 0.3s ease;
  transform: translate(50%, 50%) scale(1.05) !important;
}

@media (max-width: 1320px) {
  .post {
    padding-left: 69px;
    padding-right: 69px;
  }

  .post__image {
    width: 384px;
    height: 502px;
  }
}
@media (max-width: 1199px) {
  .section-products {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .post {
    padding-left: 28px;
    padding-right: 28px;
  }

  .post__image {
    width: 307px;
    height: 402px;
  }

  .post__item {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .post__list_advantages li {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .section-products {
    padding-top: 160px;
    padding-bottom: 110px;
  }
  .section-products .types__item {
    border: 1px solid #d8d9d9 !important;
    border-radius: 10px !important;
  }

  .product {
    flex-wrap: wrap;
  }

  .product__navigation {
    width: 100%;
  }

  .post {
    width: 100%;
    margin-top: 80px;
  }

  .post__recommendation .types {
    overflow: visible;
    max-width: 100%;
  }
  .post__recommendation .types__item {
    border: 1px solid #d8d9d9 !important;
    border-radius: 10px !important;
  }
}
@media (max-width: 767px) {
  .section-products {
    padding-top: 130px;
    padding-bottom: 90px;
  }

  .post {
    padding-top: 0px;
    margin-top: 61px;
  }

  .post__image {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    max-height: 450px;
    position: relative;
    right: auto;
    margin-bottom: 16px;
  }
  .post__image img {
    position: relative;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    height: auto;
    max-height: none;
    width: auto;
    max-width: 100%;
    border-radius: 0px !important;
    padding-right: 0px;
  }

  .post__main {
    max-width: 100%;
  }

  .post__recommendation {
    margin-top: 20px;
  }
  .post__recommendation .types {
    margin-top: 50px;
  }
  .post__recommendation .types__item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 42px;
    padding-bottom: 60px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .post__recommendation .types__image {
    position: unset;
    width: 100%;
    top: auto;
    height: auto;
    border: 0px;
    margin-bottom: 50px;
    transition: 0.3s ease;
  }
  .post__recommendation .types__image img {
    display: block;
    width: 100%;
    position: relative;
    height: auto !important;
    max-height: none !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    right: 54px !important;
    max-width: none !important;
    transition: 0.3s ease;
  }
  .post__recommendation h3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;
  }
  .post__recommendation .types__text {
    padding-left: 30px !important;
    padding-right: 30px !important;
    max-width: 100% !important;
  }

  .types__item:hover .types__image img {
    display: block;
    width: 100%;
    position: relative;
    height: auto !important;
    max-height: none !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    right: 24px !important;
    transition: 0.3s ease;
  }

  .post__list_advantages li {
    padding-right: 40px;
  }

  .post__content.post__content_sensors .post__content {
    position: relative;
  }
}
@media (max-width: 575px) {
  .section-products {
    padding-top: 100px;
    padding-bottom: 0px;
    border-bottom: 0px;
    overflow: hidden;
  }

  .product__navigation {
    width: 100%;
  }
  .product__navigation li.active a {
    padding-left: 29px;
	padding-right: 0px;
  }
  .product__navigation li:hover a {
    padding-left: 29px;
	padding-right: 0px;
  }
  .product__navigation a {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 29px;
    font-size: 22px;
  }
  .product__navigation a::after {
    width: 20px;
    top: 26px;
    left: 1px;
  }

  .post {
    padding-top: 0px;
    margin-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 101vw !important;
    min-width: 101vw !important;
    max-width: 101vw !important;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px;
    border: 0px;
  }

  .post__content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .post__content h2 {
    font-size: 22.5px;
  }
  .post__content p {
    font-size: 14px;
    line-height: 1.25em;
    margin-top: 15px;
  }
  .post__content h5 {
    font-size: 14px;
  }

  .post__title-text {
    padding-right: 0px;
    margin-top: 31px;
    padding-bottom: 5px;
    margin-bottom: -5px;
  }
  .post__title-text p {
    margin-top: 15px;
    font-size: 14px;
  }

  .post__item {
    padding-top: 46px;
    padding-bottom: 42px;
  }
  .post__item:last-child {
    border-bottom: 0px;
  }

  .post__image {
    height: 350px;
    max-height: 87vw;
    margin-bottom: 10px;
  }
  .post__image img {
    max-width: calc(100% - 30px);
  }

  .post__main {
    margin-top: -14px;
  }

  .post__main-text {
    margin-top: 22px;
    padding-bottom: 5px;
  }

  .post__list {
    padding-bottom: 5px;
    padding-top: 23px;
  }
  .post__list li {
    padding-left: 21px;
    padding-right: 20px;
    margin-top: 8px;
  }
  .post__list li::before {
    top: 10px;
    width: 5px;
    height: 5px;
  }
  .post__list p {
    max-width: 100%;
    color: #333333;
    margin-top: 0px;
    word-wrap: break-word;
  }

  .post__list_offset {
    padding-top: 6px;
  }
  .post__list_offset li {
    width: 100%;
    margin-top: 28px;
  }

  .post__list_advantages {
    padding-top: 15px;
  }
  .post__list_advantages li {
    padding-left: 0px;
    padding-right: 40px;
    margin-top: 14px;
  }

  .post__slider {
    margin-top: 2px;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .post__slide {
    padding-bottom: 56px;
    display: block !important;
  }

  .post__action_single {
    margin-bottom: 4px;
  }

  .post__action .post__numbers {
    right: auto;
    left: 0px;
  }
  .post__action .post__controls {
    width: calc(100% - 112px) !important;
  }
  .post__action .post__controls .buttons {
    width: 50px;
  }
  .post__action .post__controls::before {
    width: calc(100% - 78px);
  }

  .post__recommendation {
    margin-top: 5px;
  }
  .post__recommendation .types {
    margin-top: 24px;
    max-width: calc(100% - 60px);
    min-width: 270px;
  }
  .post__recommendation .types__item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 52px;
    padding-bottom: 68px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .post__recommendation .types__item .types__text p {
    color: #676766 !important;
  }
}

@media (max-width: 480px) {
  .post__item ul {
    flex-direction: column;
  }
  .post__item ul li {
    width: 100%;
  }
}
/* section-connection */
.section-connection {
  padding-top: 200px;
  padding-bottom: 180px;
}
.section-connection .form {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 730px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.12);
}
.section-connection .form__image {
  position: absolute;
  display: block;
  right: 30px;
  top: 0px;
  width: calc(730px - 50px);
  height: 100%;
  overflow: hidden;
}
.section-connection .form__image img {
  display: inline-block;
  position: absolute;
  left: calc(50% + 15px);
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.section-connection_offset {
  padding-top: 170px;
  border-top: 1px solid #d8d9d9;
}

@media (max-width: 1320px) {
  .section-connection .form {
    padding-left: 0px;
    padding-right: 675px;
  }
  .section-connection .form__image {
    width: calc(675px - 50px);
  }
}
@media (max-width: 1199px) {
  .section-connection {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .section-connection .form {
    max-width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-connection .form__image {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-connection {
    padding-top: 110px;
    padding-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .section-connection {
    padding-top: 60px;
    padding-bottom: 85px;
  }
}
@media (max-width: 575px) {
  .section-connection {
    padding-top: 10px;
    padding-bottom: 116px;
    margin-top: -1px;
    background: #fff;
  }
  .section-connection .form {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 44px;
  }
  .section-connection .form__input {
    margin-top: 10px;
  }
  .section-connection .form__select .form__input {
    margin-top: 0px;
  }
}
/* Section-intro_dron */
.section-intro_drone {
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 202px;
  padding-bottom: 90px;
  min-height: 800px;
}
.section-intro_drone::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(/local/templates/apache/images/section-drone__bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
.section-intro_drone .container {
  z-index: 3;
}
.section-intro_drone .intro__info {
  width: 500px;
  padding-bottom: 340px;
  position: relative;
}
.section-intro_drone .intro__action {
  width: calc(100% - 500px);
  min-height: 100%;
}
.section-intro_drone .intro__slider, .section-intro_drone .slick-list, .section-intro_drone .slick-track {
  min-height: 100% !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.section-intro_drone .intro__slide img {
  position: relative;
  top: -10px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0px;
  margin-left: auto;
  max-width: 100%;
}

.drone {
  width: 100%;
}
.drone * {
  color: #fff;
}
.drone h2 {
  margin-top: 0px;
}

.drone__text {
  display: block;
  margin-top: 56px;
}
.drone__text p {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 25px;
  padding-left: 52px;
}
.drone__text p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 1px;
  background: #fff;
}

.drone-preview {
  position: absolute;
  left: 0px;
  bottom: 14px;
  width: 394px;
  height: 224px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
}
.drone-preview .play {
  display: block;
  width: 110px;
  height: 110px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}
.drone-preview .play::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 50%;
  border: 1px solid #95B6DE;
  transition: 0.3s ease;
}
.drone-preview .play img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: auto;
  margin-left: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.drone-preview .play img.active {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.drone-preview:hover .play {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.3s ease;
}
.drone-preview:hover .play::before {
  border-color: #4465A6;
  transition: 0.3s ease;
}

@media (max-width: 1199px) {
  .section-intro_drone {
    padding-top: 174px;
  }
  .section-intro_drone .intro__info {
    width: 460px;
    padding-bottom: 280px;
  }
  .section-intro_drone .intro__action {
    width: calc(100% - 460px);
    padding-left: 10px;
  }

  .drone__text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .section-intro_drone {
    padding-top: 84px;
    padding-bottom: 0px;
    overflow-x: hidden;
    overflow: visible;
  }
  .section-intro_drone .intro {
    position: relative;
    padding-bottom: 280px;
  }
  .section-intro_drone .intro__info {
    width: 100%;
    padding-bottom: 0px;
    order: 1;
    position: unset;
  }
  .section-intro_drone .intro__action {
    width: 100%;
    padding-left: 0px;
    min-height: auto !important;
    order: 2;
  }
  .section-intro_drone .intro__slider, .section-intro_drone .slick-list, .section-intro_drone .slick-track {
    min-height: auto !important;
  }
  .section-intro_drone .intro__slide {
    padding-top: 140px;
    padding-bottom: 150px;
  }
  .section-intro_drone .intro__slide img {
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .drone__text {
    margin-top: 40px;
  }

  .drone-preview {
    bottom: -46px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .section-intro_drone::after {
    background-image: url(/local/templates/apache/images/section-drone__bg-mob.png);
    background-size: 100% 100%;
  }
}
@media (max-width: 575px) {
  .section-intro_drone {
    padding-top: 68px;
  }
  .section-intro_drone::after {
    background-position: center calc(50% + 28px);
    background-size: 100% calc(100% - 20px);
  }
  .section-intro_drone .intro {
    padding-bottom: 210px;
  }

  .drone h2 {
    max-width: 280px;
  }

  .drone__text {
    margin-top: 40px;
  }
  .drone__text p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.2em;
  }
  .drone__text p:before {
    top: 4px;
    transform: translate(0%, 0%);
  }

  .drone-preview {
    bottom: -46px;
    width: 364px;
    height: 206px;
  }
  .drone-preview .play {
    width: 96px;
    height: 96px;
  }
  .drone-preview .play img {
    width: 26px;
  }
}
@media (max-width: 425px) {
  .section-intro_drone::after {
    background-size: 425px calc(100% - 20px);
  }
}
/* section-description */
.section-description {
  padding-top: 128px;
  padding-bottom: 152px;
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
}

.description {
  width: 100%;
  display: flex;
}

.description__info {
  width: 50%;
  display: inline-block;
  padding-right: 18px;
}
.description__info * {
  color: #fff;
}
.description__info h2 {
  margin-top: 0px;
}

.description__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 20px;
}

.description__item {
  display: inline-block;
  width: calc(50% - 15px);
  margin-top: 57px;
  padding-right: 20px;
}
.description__item h4 {
  font-size: 21px;
  font-family: "ProximaNova-Bold", sans-serif;
}

.description__text {
  margin-top: 11px;
}
.description__text p {
  display: block;
  font-size: 17px;
  line-height: 1.25em;
  margin-top: 0px;
}
.description__text span {
  display: block;
}

.description__media {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
}
.description__media img {
  display: inline-block;
  margin-top: auto;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.description__length {
  width: 100%;
  display: block;
  padding-top: 23px;
  margin-top: 20px;
  background: url(/local/templates/apache/images/length-bg.png) no-repeat center top/100% auto;
}
.description__length p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #95b6de;
  padding-top: 5px;
}

.description__btn {
  width: 100%;
  margin-top: 56px;
  height: 83px;
  line-height: 82px;
}
.description__btn:hover {
  color: #184296;
  background: #FFC10A;
}

.drone-form-download {
	position: absolute!Important;
	opacity: 0!Important;
	z-index: -2!Important;
	left: -9999px!Important;
}



@media (max-width: 1320px) {
  .description__info {
    width: 55%;
    padding-right: 40px;
  }

  .description__media {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .section-description {
    padding-top: 118px;
    padding-bottom: 132px;
  }

  .description {
    flex-wrap: wrap;
  }

  .description__info {
    width: 100%;
    padding-right: 0px;
  }
  .description__info h2 {
    padding-right: 60px;
  }

  .description__items {
    padding-right: 0px;
  }

  .description__item {
    width: calc(30% - 35px);
    padding-right: 0px;
  }

  .description__media {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
  .description__media img {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .description__info h2 {
    padding-right: 20px;
  }

  .description__item {
    width: calc(33% - 20px);
  }

  .description__text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-description {
    padding-top: 96px;
    padding-bottom: 102px;
  }

  .description__item {
    width: calc(50% - 20px);
  }

  .description__media {
    width: 100%;
    max-width: 100%;
    margin-top: 95px;
  }
}
@media (max-width: 575px) {
  .section-description {
    padding-top: 58px;
    padding-bottom: 78px;
  }

  .description__items {
    flex-direction: column;
  }

  .description__item {
    width: 282px;
    max-width: 100%;
    padding-left: 40px;
    margin-top: 45px;
  }
  .description__item:first-child {
    margin-top: 38px;
  }
  .description__item h4 {
    font-size: 15px;
  }

  .description__text {
    margin-top: 12px;
  }
  .description__text p {
    font-size: 14px;
  }

  .description__media {
    margin-top: 66px;
  }

  .description__length {
    margin-top: 12px;
  }
  .description__length p {
    font-size: 12px;
    padding-top: 0px;
    margin-top: -9px;
  }

  .description__btn {
    font-size: 14px;
    margin-top: 38px;
    height: 56px;
    line-height: 55px;
  }
}
@media (max-width: 360px) {
  .description__btn {
    font-size: 12px;
  }
}
/* section- */
/* section- */

/* section-specifications */

.section-specifications {
	padding-top: 52px;
	padding-bottom: 54px;
	background: #499DF3;
}

.specifications {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border: 4px solid #FFFFFF;
	border-radius: 10px;
}

.specifications__media {
	display: inline-block;
	position: relative;
	width: 526px;
	min-height: 100%;
}

.specifications__media img {
   display: inline-block;
   position: absolute;
   right: 0px;
   bottom: -28px;
   width: auto;
   max-width: calc(100% + 32px);
   height: auto;
   max-height: calc(100% + 160px);
}

.specifications__info {
	display: inline-block;
	width: calc(100% - 526px);
	padding-left: 73px;
	padding-right: 73px;
	padding-top: 50px;
	padding-bottom: 58px;
}

.specifications__info h4 {
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: "ProximaNova-Semibold", sans-serif !Important;
	font-weight: normal !Important;
}

.specifications__info .btn {
	margin-top: 27px;
	max-width: 234px;
	height: 77px;
	line-height: 77px;
	position: relative;
	padding-left: 78px;
	font-size: 20px;
	text-align: left;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.specifications__info .btn:hover {
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

.specifications__info .btn img {
	display: inline-block;
	position: absolute;
	left: 18px;
	width: 36px;
	max-height: 46px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.specifications__info .btn img.active {
	opacity: 1;
	pointer-events: auto;
}

.specifications__info .btn:hover img {
	opacity: 1;
	pointer-events: auto;
}

.specifications__info .btn:hover img.active {
	opacity: 0;
	pointer-events: none;
}


@media (max-width: 1320px) {

}


@media (max-width: 1199px) {

.section-specifications {
	padding-top: 40px;
	padding-bottom: 42px;
}

.specifications {
	border: 3px solid #FFFFFF;
}

.specifications__media {
	width: 486px;
}

.specifications__media img {
   bottom: -22px;
   max-width: calc(100% + 25px);
   height: auto;
   max-height: calc(100% + 115px);
}

.specifications__info {
	width: calc(100% - 486px);
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 48px;
}

.specifications__info h4 {
	font-size: 26px;
}

}

@media (max-width: 991px) {

.specifications {
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}

.specifications__media {
	width: 100%;
	display: inline-block;
	min-height: auto;
	order: 1;
	margin: auto;
}

.specifications__media img {
   bottom: auto;
   max-width: 234px;
   width: auto;
   height: auto;
   max-height: none;
   position: unset;
   margin: 0px;
   position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.specifications__info {
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 32px;
	padding-bottom: 52px;
	order: 2;
}

.specifications__info h4 {
	font-size: 22px;
}

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

.specifications {
	padding-top: 25px;
}

.specifications__info {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 22px;
	padding-bottom: 34px;
}

.specifications__info h4 {
	font-size: 20px;
}

.specifications__media img {
   max-width: 220px;
}

.specifications__info .btn {
	margin-top: 20px;
	height: 62px;
	line-height: 63px;
	font-size: 18px;
	padding-left: 68px;
	max-width: 220px;
}

.specifications__info .btn img {
	width: 30px;
	max-height: 40px;
}


}

@media (max-width: 767px) {
	.section-examples {
		overflow: hidden !Important;
	}	
}

/* Section-clouds */

.section-clouds {
  background: #124EA0;
  overflow: hidden;
  margin-bottom: -50px;
  padding-bottom: 2px;
  display: none;
}

.clouds {
  display: block;
  width: 100%;
}

.clouds h2 {
  display: inline-block;
  max-width: 696px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  margin-top: 138px;
}

.clouds-items {
  display: flex;
  width: 100vw;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 36px;
}

.cloud {
  display: inline-block;
  width: calc(100% / 3);
  min-height: 550px;
  position: relative;
  padding: 38px;
  padding-top: 86px;
  cursor: pointer;
}

.cloud:hover {
  z-index: 3;
}

.cloud::before {
  content:  '';
  display: inline-block;
  position: absolute;
  left: -0px;
  top: -0px;
  z-index: 1;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: linear-gradient(358.75deg, rgba(0, 47, 113, 0.06) 1.28%, rgba(0, 47, 113, 0.9) 71.57%);
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
}

.cloud:hover::before {
  border-color: #FECB1B;
  z-index: 2;
}

.cloud img {
  display:  inline-block;
  position: absolute;
  left: 0px;
  top: -0px;
  z-index: 0;
  width: calc(100% + 0px);
  height: calc(100% + 1px);
  object-fit: cover;
}

.cloud b {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 110px;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  transition: all 0.3s ease;
}

.cloud:hover b {
  color: #FECB1B;
}

.cloud__icon {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 84px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 38px;
}

.cloud__icon svg {
  display: inline-block;
  width: 100%;
  height: auto;
}

.cloud__icon svg * {
  transition: all 0.3s ease;
}

.cloud:hover .cloud__icon svg * {
  fill: #FECB1B !important;
}


.post__content .clouds-items {
  width: calc(100% + 79px + 78px);
  margin-left: -79px;
  left: auto;
  transform: translateX(0%);
  padding-top: 15px;
}

.post__content .cloud {
  width: 100%;
  min-height: auto !important;
  padding-top: 42px !important;
  padding-bottom: 28px !important;
}

.post__content .cloud b {
  min-height: auto;
  max-width: 548px;
  left: 50%;
  transform: translateX(-50%);
}

.post__content .cloud__icon {
  margin-top: 22px !important;
}


@media (max-width: 1320px) {

.cloud {
  min-height: 448px;
  padding: 25px;
  padding-top: 68px;
}

.cloud__icon {
  margin-top: 18px;
}

.post__content .clouds-items {
  width: calc(100% + 69px + 69px);
  margin-left: -70px;
}

}

@media (max-width: 1199px) {

.clouds h2 {
  max-width: 628px;
  margin-top: 104px;
}

.clouds-items {
  margin-top: 28px;
}

.cloud {
  min-height: 380px;
  padding: 20px;
  padding-top: 48px;
}

.cloud b {
  min-height: 88px;
  font-size: 22px;
  line-height: 26px;
}

.cloud__icon {
  width: 78px;
}

.post__content .clouds-items {
  width: calc(100% + 28px + 28px);
  margin-left: -29px;
}

}

@media (max-width: 991px) {

.cloud {
  width: 100%;
  max-width: 540px;
}

.post__content .clouds-items {
  padding-top: 8px;
  position: relative;
  z-index: 3;
  padding-bottom: 6px;
  margin-bottom: -1px;
  background: #fff;
}

.post__content .cloud {
  max-width: 100%;
}

}

@media (max-width: 767px) {

.clouds h2 {
  max-width: 100%;
  margin-top: 82px;
}

}

@media (max-width: 575px) {

.section-clouds {
  margin-top: 50px
}

.clouds h2 {
  margin-top: 54px;
}

.clouds-items {
  margin-top: 24px
}

.cloud {
  min-height: 74vw;
  padding: 15px;
  padding-top: 38px;
}

.cloud b {
  min-height: 76px;
  font-size: 18px;
  line-height: 22px;
}

.cloud__icon {
  width: 64px;
}

.post__content .clouds-items {
  padding-top: 4px;
  padding-bottom: 2px;
}

}







/* Section-main_ecology */

.section-main_ecology {

}

.section-main_ecology .main {
  overflow: visible;
  padding-top: 85px;
}

.section-main_ecology .main__info {
  display: none;
}

.section-main_ecology .main__last {
  display: none;
}

.main__ecology {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: calc(50% + 50px);
  min-height: 100%;
  position: relative;
  padding-top: 28px;
  padding-bottom: 38px;
  padding-right: 106px;
}

.main__ecology * {
  position: relative;
  z-index: 2;
}

.main__ecology::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -85px;
  width: calc(50vw + 50px);
  height: calc(100% + 85px);
  background: url(/local/templates/apache/images/main-ecology-before.png) no-repeat right center/ 100% 100%;
  right: 0px;
  z-index: 1;
}

.main__ecology-line {
  display: block;
  width: 312px;
  height: 1px;
  background: #fff;
  margin-top: 4px;
}

.main__ecology h2 {
  display: block;
  min-width: calc(100% + 50px);
  color: #fff;
  font-family: "ProximaNova-Black", sans-serif;
  margin-bottom: 38px;
  margin-top: 0px;
}

.main__ecology h2 p {
  display: block;
  margin: auto;
  padding: 0px;
  font: inherit;
}

.main__ecology h2 p mark {
  margin-left: -12px;
  font: inherit;
  background: #FECB1B;
  color: #184296;
  border-left: 12px solid #FECB1B;
  border-right: 12px solid #FECB1B;
}

.main__ecology h5 {
  display: block;
  max-width: 448px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.main__ecology h5 b {
  display: block;
  font: inherit;
  color: inherit;
  font-family: "ProximaNova-Extrabld", sans-serif;
}

.main__ecology ul {
  display: flex;
  flex-direction: column;
  padding-top: 7px;
}

.main__ecology ul li {
  display: inline-block;
  margin-right: auto;
  font-size: 20px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld", sans-serif;
  color: #0B3487;
  background: #FECB1B;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-left: -12px;
  margin-top: 12px;
}

.main__ecology ul li::before {
  display: inline-block;
  padding-right: 6px;
  font: inherit;
  content: '·';
  color: inherit;
  font-size: 28px;
}

@media (max-width: 1320px) {

.main__ecology {
  width: calc(50% + 80px);
}

.main__ecology::before {
  width: calc(50vw + 80px);
}

}

@media (min-width: 1199px) {

.main__ecology h2 {
  font-size: 40px;
}

}

@media (max-width: 1199px) {

.section-main_ecology .main {
  padding-top: 75px;
  height: 690px;
}

.main__ecology {
  width: calc(50% + 130px);
  padding-right: 80px;
}

.main__ecology::before {
  width: calc(50vw + 130px);
  top: -75px;
  height: calc(100% + 75px);
}

.main__ecology h2 {
  margin-bottom: 25px;
}

.main__ecology h5 {
  max-width: 408px;
  font-size: 18px;
  line-height: 22px;
}

.main__ecology ul li {
  font-size: 18px;
  line-height: 26px;
}

.main__ecology ul li::before {
  font-size: 24px;
}

}

@media (max-width: 991px) {

.section-main_ecology .main {
  padding-top: 145px;
  height: auto;
}

.main__ecology {
  width: 100%;
  padding-right: 0px;
  height: auto;
  display: block;
  padding-top: 0px;
  padding-bottom: 80px;
}

.main__ecology::before {
  display: none;
}

.main__ecology h2 {
  margin-bottom: 30px;
  min-width: 100%;
}

.main__ecology-line {
  width: 100%;
  margin-top: 44px;
  margin-bottom: 40px;
}

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
 
.section-main_ecology .main {
  padding-top: 100px;
}

.main__ecology {
  padding-bottom: 55px;
}

.main__ecology h2 {
  margin-bottom: 25px;
}

.main__ecology h2 p mark {
    margin-left: -6px;
    border-left: 6px solid #FECB1B;
    border-right: 6 px solid #FECB1B;
}

.main__ecology h5 {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.3em;
}

.main__ecology-line {
  margin-top: 34px;
  margin-bottom: 30px;
}

.main__ecology ul li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 6px;
  margin-left: -6px;
}

.main__ecology ul li::before {
  font-size: 22px;
  padding-right: 2px;
  margin-bottom: -2px;
}



}





/* Section-ecology */

.page-template-page-ecology .section-examples {
  padding-bottom: 50px;
}

.page-template-page-ecology .examples-full {
  border-bottom: 0px;
}


.section-ecology {
  position: relative;
  background: #184296;
}

.ecology {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 816px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ecology-gallery {
  display: flex;
  width: calc(50% - 70px);
  position: absolute;
  left: 0px;
  top: 0px;
  flex-wrap: wrap;
}

.ecology-gallery a {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 272px;
  border: 1.6px solid #FFFFFF;
  border-left: 0px;
  border-bottom: 0px;
  outline: none;
  margin: 0px;
  overflow: hidden;
}

.ecology-gallery a img {
  display: inline-block;
  position: absolute;
  width: calc(100% + 2px);
  min-width: calc(100% + 2px);
  height: 274px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0px;
  outline: none;
  margin: 0px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.ecology-gallery a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.ecology__info {
  display: inline-block;
  width: 50%;
  padding-left: 16px;
  margin-left: auto;
}

.ecology__info h2 {
  display: block;
  max-width: 512px;
  margin-top: 0px;
  color: #fff;
  font-family: "ProximaNova-Black", sans-serif;
}

.ecology__items {
  display: block;
  padding-top: 22px;
}

.ecology__items div {
  display: flex;
  min-width: calc(100% + 10px);
  align-items: center;
  position: relative;
  padding-left: 100px;
  min-height: 60px;
  margin-top: 35px;
}

.ecology__items div img {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  max-width: 80px;
  height: 60px;
}

.ecology__items div b {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  font-family: "ProximaNova-Extrabld", sans-serif;
}

.btn_knowmore {
  padding-left: 86px;
  padding-right: 50px;
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 26px;
  padding-bottom: 25px;
  font-size: 20px;
}

.btn_knowmore img {
  display: inline-block;
  position: absolute;
  width: 25px;
  max-height: 25px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);

  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.btn_knowmore:hover {
  background: #FFC10A !important;
}

.btn_knowmore img.active {
  opacity: 1;
  pointer-events: auto;
}

.btn_knowmore:hover img {
  opacity: 1;
  pointer-events: auto;
}

.btn_knowmore:hover img.active {
  opacity: 0;
  pointer-events: none;
}

.ecology .btn {
  margin-top: 58px;
}


@media (max-width: 1320px) {

.ecology {
  min-height: 726px;
}

.ecology-gallery {
  width: calc(50% + 0px);
}

.ecology-gallery a {
  height: 242px;
}

.ecology-gallery a img {
  height: 244px;
}

.ecology__info {
  padding-left: 40px
}

.ecology__items {
  padding-top: 16px;
}

.ecology__items div {
  margin-top: 30px;
}

.ecology .btn {
  margin-top: 45px;
}

.btn_knowmore {
  padding-top: 21px;
  padding-bottom: 20px;
}

}
@media (min-width: 1199px) {

.ecology__info h2 {
  display: block;
  color: #fff;
  font-size: 40px;
}
  
}
@media (max-width: 1199px) {

.page-template-page-ecology .section-examples {
  padding-bottom: 30px;
} 

.ecology {
  min-height: 636px;
}

.ecology-gallery {
  width: calc(50% - 20px);
}

.ecology-gallery a {
  height: 212px;
}

.ecology-gallery a img {
  height: 214px;
}

.ecology__info {
  padding-left: 35px;
  width: calc(50% + 20px);
}

.ecology__info h2 {
  max-width: calc(100% + 10px);
  min-width: calc(100% + 10px);
}

.ecology__items {
  padding-top: 10px;
} 

.ecology__items div {
  min-width: 100%;
  margin-top: 25px;
  min-height: 50px;
  padding-left: 80px;
}

.ecology__items div img {
  height: 50px;
  max-width: 65px;
}

.ecology__items div b {
  font-size: 20px;
  line-height: 26px;
}

.ecology .btn {
  margin-top: 40px;
}


}
@media (max-width: 991px) {

.page-template-page-ecology .section-examples {
  padding-bottom: 50px;
} 

.section-ecology {
  padding-top: 76px;
  padding-bottom: 80px;
}

.ecology {
  min-height: auto;
}

.ecology__info {
  padding-left: 0px;
  margin-top: 0px;
  width: 100%;
} 

.ecology__info h2 {
    min-width: 100%;
    max-width: 100%;
}

.ecology__items div {
  margin-top: 35px;
}

.ecology-gallery {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  top: auto;
  margin-top: 45px;
}

.ecology-gallery a {
  border: 1px solid #FFFFFF;
  border-left: 0px;
  border-top: 0px;
}

.ecology-gallery a:nth-child(2n + 1) {
  border-left: 1px solid #FFFFFF;
}

.ecology-gallery a:nth-child(1) {
  border-top: 1px solid #FFFFFF;
}

.ecology-gallery a:nth-child(2) {
  border-top: 1px solid #FFFFFF;
}

.ecology-gallery a {
  height: 28vw;
}

.ecology-gallery a img {
  height: calc(28vw + 2px);
}

.ecology .btn {
  margin-top: 60px;
}

}

@media (max-width: 767px) {

.page-template-page-ecology .section-examples {
  padding-bottom: 40px;
} 

.section-ecology {
  padding-top: 58px;
  padding-bottom: 64px;
}

.ecology-gallery a {
  height: 30vw;
}

.ecology-gallery a img {
  height: calc(30vw + 2px);
}

}

@media (max-width: 575px) {

.page-template-page-ecology .section-examples {
  padding-bottom: 30px;
} 

.btn_knowmore {
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 75px;
  padding-right: 30px;
}

.btn_knowmore img {
  left: 40px;
}

.section-ecology {
  padding-top: 38px;
  padding-bottom: 40px;
}

.ecology__items div {
  margin-top: 28px;
  padding-left: 60px;
  min-height: 35px;
}

.ecology__items div img {
  height: 35px;
  max-width: 50px;
}

.ecology__items div b {
  font-size: 16px;
  line-height: 20px;
}

.ecology-gallery {
  margin-top: 35px;
}

.ecology-gallery a {
  height: 34vw;
  min-height: 130px;
}

.ecology-gallery a img {
  height: calc(34vw + 2px);
  min-height: 132px;
}

.ecology .btn {
  margin-top: 45px;
}
  
}


/* Footer */
footer {
  background: linear-gradient(125deg, #184296 0%, #0f55a6 100%);
  overflow: hidden;
}

.footer-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 20px;
}

.footer-menu__column {
  width: 292px;
  padding-right: 25px;
  display: inline-block;
}
.footer-menu__column:last-child {
  padding-right: 0px;
}
.footer-menu__column a {
  display: inline-block;
  color: #fff;
  text-decoration: none !Important;
}

.footer-menu__column a::after {
	display: none !Important;
}

.footer-menu__column a:hover {
  text-decoration: underline !Important;
  color: #fff;
}

.footer-menu__item {
  width: 100%;
  display: block !Important;
  padding-top: 10px;
}

.footer-menu li {
	display: block !Important;
	cursor: unset !Important;
}

.footer-menu li a {
	cursor: pointer !Important;
}

.footer-menu__title-ref {
  font-size: 29px !Important;
  font-family: "ProximaNova-Bold", sans-serif !Important;
  margin-bottom: 30px !Important;
  margin-top: 0px;
}

.footer-menu__title-ref .ref {
	font-size: 29px !Important;
   font-family: "ProximaNova-Bold", sans-serif !Important;
}

.footer-menu__title-ref::after {
	display: none !Important;
}

.footer-menu__ref {
  font-size: 18.5px;
  margin-bottom: 18px !Important;
  margin-top: 12px;
}

.footer-menu__ref::after {
	display: none !Important;
}

.footer-menu__item_main {
  padding-top: 24px !Important;
}
.footer-menu__item_main .footer-menu__title-ref {
  margin-bottom: 35px !Important;
}

footer .logo {
  width: 266px;
  max-width: 100%;
  margin-bottom: 42px !Important;
}

.footer-menu__contact-ref {
  font-size: 31px;
  font-family: "ProximaNova-Bold", sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
}

.footer-menu__basic {
  display: block;
  max-width: 160px;
  margin-top: 40px !Important;
}
.footer-menu__basic h4 {
  display: block;
  color: #fff;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 22px;
}

.footer-menu__icons {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 38px !Important;
  margin-bottom: 22px !Important;
}
.footer-menu__icons .ref {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #E9F3F8;
  position: relative;
  transition: border-color 0.3s ease;
}
.footer-menu__icons .ref:hover {
  border-color: #FECB1B;
  transition: border-color 0.3s ease;
}
.footer-menu__icons img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  max-height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.footer-menu__icons img.active {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.footer-menu__btn {
  display: inline-flex !important;
  height: auto;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 24px;
  color: #184296 !important;
  padding-left: 42px;
  padding-right: 42px;
  line-height: 1.22em;
  margin-top: 20px !Important;
  min-height: 120px;
}
.footer-menu__btn span {
  display: inline-block;
  margin: auto;
}
.footer-menu__btn.btn_white {
  color: #4465A6 !important;
  background: #fff !important;
}
.footer-menu__btn.btn_white:hover {
  color: #fff !important;
  background: #FFC10A !important;
}
.footer-menu__btn:hover {
  color: #fff !important;
  background: #FFC10A !important;
}

.footer-last {
  display: block;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  margin-top: 9px;
}
.footer-last::after {
  content: "";
  display: block;
  position: absolute;
  left: -50000px;
  width: 100000px;
  height: 1px;
  top: 0px;
  background: #E9F3F8;
}
.footer-last .footer-menu {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.footer-last .footer-menu__column {
  display: inline-flex;
  align-items: center;
}

.rights-text {
  color: #fff;
  font-size: 18px;
  padding-top: 6px;
}
.rights-text a {
  color: #fff;
  font-size: 18px;
}

.denis-web {
  display: inline-block;
  width: 212px;
  height: 66px;
}
.denis-web img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1320px) {
	
footer .logo {
  margin-bottom: 32px !Important;
}	
	
  .footer-menu__column {
    width: 276px;
    padding-right: 18px;
  }
  
  .footer-menu__basic {
  margin-top: 30px !Important;
}

  .footer-menu__title-ref {
    margin-bottom: 22px !Important;
  }

.footer-menu__icons {
    margin-top: 28px !Important;
    margin-bottom: 22px !Important;
}	

  .footer-menu__ref {
    margin-bottom: 12px !Important;
    margin-top: 11px;
  }

  .footer-menu__item_main {
    padding-top: 22px;
  }
  .footer-menu__item_main .footer-menu__title-ref {
    margin-bottom: 32px;
  }

  .rights-text {
    font-size: 16px;
  }
  .rights-text a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
	
footer .logo {
  margin-bottom: 24px !Important;
}		
	
  .footer-menu__column {
    width: 230px;
    padding-right: 20px;
  }

  .footer-menu__title-ref {
    font-size: 24px;
  }

  .footer-menu__ref {
    font-size: 16px;
  }

  .footer-menu__contact-ref {
    font-size: 26px;
  }
  
  .footer-menu__basic {
  margin-top: 24px !Important;
}

  .footer-menu__icons {
    margin-top: 24px !Important;
    margin-bottom: 17px !Important;
  }
  .footer-menu__icons .ref {
    width: 48px;
    height: 48px;
  }
  .footer-menu__icons .ref img {
    max-width: 90%;
    max-height: 90%;
  }

  .footer-menu__btn {
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 22px;
    padding-right: 22px;
    min-height: 110px;
  }

  .footer-last {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-menu {
    flex-wrap: wrap;
    width: 290px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	
	
  }

  .footer-menu__column {
    width: 100%;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
	
	display: none !Important; 
  }
  
  .footer-menu__column:last-child {
	display: flex !Important;  
  }
  
  .footer-last .footer-menu__column {
	display: flex !Important;    
  }

  .footer-menu__item {
    display: none;
  }

  .footer-menu__contact-ref {
    margin-left: 0px;
    margin-right: 0px;
	position: relative;
	left: 50%;
	font-size: 28px;
	transform: translateX(-50%);
	text-align: center;
    display: inline-block !important;
  }

  footer .logo {
    margin-left: 0px;
    margin-right: 0px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-width: 220px;
	height: 50px;
    margin-bottom: 44px;
  }

  .footer-menu__basic {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 38px;
  }
  .footer-menu__basic br {
    display: none;
  }
  .footer-menu__basic h4 {
    text-align: center;
    font-size: 22px;
  }

  .footer-menu__icons {
    margin-top: 40px!Important;
    margin-bottom: 22px!Important;
  }
  
  .footer-menu__icons .ref {
    width: 53px;
    height: 53px;
  }

  .footer-menu__btn {
    padding-left: 54px;
    padding-right: 54px;
    min-height: 118px;
  }

  .footer-last {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .rights-text {
    font-size: 18px;
  }
  .rights-text a {
    font-size: 18px;
    padding-top: 15px;
  }

  .denis-web {
    margin-top: 36px;
  }
}
@media (max-width: 575px) {
  .footer-menu {
    padding-top: 52px;
    padding-bottom: 18px;
  }
  footer .logo {
    margin-bottom: 18px !Important;
  }
  
  .footer-menu__basic {
    margin-top: 32px !Important;
}

.rights-text a {
    padding-top: 20px;
}

.footer-menu__icons {
    margin-top: 46px!Important;
    margin-bottom: 25px!Important;
  }
  
  .footer-last {
    margin-top: 42px;
    padding-top: 38px;
    padding-bottom: 60px;
}
  
}
/* Modal */
.up {
  display: block;
  position: fixed;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background: #fff;
  z-index: 20;
  transition: background 0.3s ease, opacity 0.4s ease, bottom 0.4s ease;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  display: none;
}
.up img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.up img.active {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.up:hover {
  background: #95B6DE;
  transition: background 0.3s ease, opacity 0.3s ease;
}

div.thankschar {
	position: absolute !Important;
	opacity: 0 !Important;
	left: -9999px !Important;
	z-index: -10 !Important;
	margin: 0px !Important;
	height: 0px !Important;
	top: -100px !Important;
	bottom: auto !Important;
	display: block !Important;
}

.overlay {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: 0px;
  top: 0px;
  background: #fff;
  opacity: 0;
  z-index: -2;
  transition: opacity 0.4s ease;
}

.overlay-modal {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: -2;
  transition: opacity 0.4s ease;
}

.overlay.active {
  cursor: pointer;
  left: 0px;
  top: 70px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 49;
  transition: opacity 0.4s ease;
}

.overlay_black.active {
  top: 0px;
  background: #184296;
  opacity: 0.6;
  z-index: 60;
}

.overlay__close {
  display: inline-block;
  position: absolute;
  right: 0px;
  margin-right: -3px;
  top: 3px;
  font-size: 60px;
  line-height: 1em;
  color: #4465A6;
  z-index: 30;
  position: fixed;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.overlay__close:hover {
  transition: all 0.4s ease-in-out;
}

.modal {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 0vw;
  height: 0%;
  left: -9999px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -2;
}

.thanks {
  position: fixed;
  overflow-y: auto;
  padding: 30px;
  width: 500px;
  max-width: calc(100% - 30px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  height: auto;
  min-height: 100px;
  max-height: 100%;
  left: -1000px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -10;
  pointer-events: none;
}

.thanks.active {
	display: block !Important;
  left: 50%;
  opacity: 1;
  z-index: 101;
  pointer-events: auto;
  transition: opacity 0.4s ease;
}

.thanks h3 {
	display: block;
	width: 100%;
	text-align: center;
}

.thanks p {
	display: block;
	width: 100%;
	text-align: center;
}

.modal.active {
  position: fixed;
  overflow-y: auto;
  width: 500px;
  max-width: calc(100% - 30px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  height: auto;
  min-height: 100px;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 101;
  transition: opacity 0.4s ease;
}

.modal_02 .form, .modal_04 .form {
  padding-left: 29px;
  padding-right: 29px;
}

.modal_big.active {
	width: 990px;
	padding-left: 500px;
}

.modal__media {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 100%;
	background: #499DF3;
}

.modal__media img {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.modal_big.active .form {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.modal_big.active .form form {
	max-width: 365px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.modal.active .service__sidebar-content {
  width: 100% !important;
  position: relative !important;
}

.modal_video.active {
  overflow: hidden;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}

.modal-close {
  position: absolute;
  display: block;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal-close i {
  color: #184296;
  font-size: 30px;
  line-height: 30px;
  transition: 0.3s ease;
}
.modal-close:hover i {
  color: #0d2554;
  transition: 0.3s ease;
}

.modal-videos {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  margin-top: auto;
}

.modal-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-video.active {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.modal-video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.download_doc {
	color: #184296 !important;
	
}

.download_doc:hover {
	background: #FFC10A !important;
	color: #184296 !important;
}


.modal_04.active {
  width: 100vw !important;
  max-width: 100vw !important;
  border-radius: 0px;
  padding: 0px;
}

.new-close {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 115px;
  height: 115px;
  cursor: pointer;
  z-index: 3;
  border: 3px solid #FFFFFF;
  background: #003FBA;
  transition: all 0.3s ease;
}

.new-close::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(358.75deg, #002F71 1.28%, #002F71 71.57%);
  opacity: 1;
  transition: all 0.3s ease;
}

.new-close:hover::before {
  opacity: 0;
}

.new-close svg {
  display: inline-block;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  max-height: 30px;
  z-index: 2;
}

.modal-cloud {
  display: block;
  position: relative;
  width: 100%;
}

.modal-cloud > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}

.modal-cloud > iframe {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .up {
    display: block;
    opacity: 0;
    pointer-events: none;
    bottom: -20px;
  }

  .up_show {
    opacity: 1;
    pointer-events: auto;
    bottom: 20px;
    transition: background 0.3s ease, opacity 0.4s ease, bottom 0.4s ease;
  }
}
@media (max-width: 991px) {
  .overlay.active {
    top: 62px;
    top: 0;
  }

  .modal .form {
    padding-left: 0px;
    padding-right: 0px;
	max-width: 350px;
  }
  
.modal_big.active {
	width: 500px;
	padding-left: 0px;
	 padding-right: 0px;
}

.modal_big.active .form {
    padding-left: 0px;
    padding-right: 0px;
	max-width: 350px;
  }

.modal__media {
	display: none;
}

.modal_big.active .form form {
	
}

.new-close {
  width: 98px;
  height: 98px;
}

  
}
@media (max-width: 767px) {
  .modal .form {
    padding-top: 48px;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal.active {
    width: 410px;
  }
}
@media (max-width: 575px) {
  .overlay.active {
    /*top: 48px;*/
    top: 0;
  }

  .overlay__close {
    top: 10px;
    right: 0px;
    font-size: 38px;
  }

  .modal.active {
    width: 365px;
  }
  
  .modal_big.active {
	width: 365px;
	padding-left: 0px;
	 padding-right: 0px;
}

.modal .form {
    padding-top: 28px;
	padding-bottom: 34px;
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
  }
 
.modal_big.active .form {
    padding-left: 25px;
    padding-right: 25px;

 } 

.new-close {
  width: 68px;
  height: 68px;
  border-width: 2px;
} 

.new-close svg {
  width: 22px;
  max-height: 22px;
}
  
}
/* Mobile-menu */
.mobile-menu {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-menu {
    display: block;
    width: auto;
    height: auto;
    z-index: 21;
    opacity: 0;
    z-index: -100;
    position: absolute;
    left: -9999px;
    top: -9999px;
    pointer-events: none;
  }
  .mobile-menu.active {
    opacity: 1;
    z-index: 49;
    position: fixed;
    left: 50%;
    min-width: 960px;
    transform: translateX(-50%);
    top: 0px;
    padding-top: 44px;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }

  .mobile-menu__list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    list-style-type: none;
    z-index: 21;
  }

  .mobile-menu__item {
    display: block;
    width: 100%;
  }

  .mobile-menu__ref {
    display: inline-block;
    height: 100%;
    text-align: left;
    text-decoration: none;
    line-height: 1.8em;
    color: #4465A6;
    font-size: 26px;
    transition: opacity 0.4s ease-in-out;
  }

  .mobile-menu__ref:hover {
    text-decoration: none;
    transition: opacity 0.4s ease-in-out;
  }
}
@media (max-width: 991px) {
  .mobile-menu.active {
    min-width: 720px;
  }

  .mobile-menu__list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mobile-menu.active {
    left: 50%;
    min-width: 540px;
    width: 540px;
    transform: translateX(-50%);
  }

  .mobile-menu__ref {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .mobile-menu.active {
    width: 360px;
    min-width: auto;
    max-width: calc(100% - 30px);
  }

  .mobile-menu__list {
    margin-top: 22px;
  }

  .mobile-menu__ref {
    font-size: 20px;
  }
}

.cursor-default {
  cursor: default;
}
/* Форма Б24 */
div.b24-window-scrollable{
  overflow: hidden;
  border-radius: 5px;
  padding: 7px;
}
div.b24-form .b24-form-wrapper, .b24-form-wrapper .b24-form-btn{
  border-radius: 17px;
}
.b24-form-wrapper .b24-form-btn{
  color: #184296;
  background-color: #FECB1B;
  font-size: 19px;
  font-weight: bold;
}
.b24-form-wrapper .b24-form-btn:hover{
  color: #fff;
  background-color: #184296;
  /*box-shadow: 0px 3px 10px #FECB1B;*/
}
div.b24-form .b24-form-field{
  margin-bottom: 10px;
}
div.b24-form .b24-form-wrapper{
  padding: 10px;
}
div.modal-writing div.b24-form .b24-form-wrapper{
  padding: 0;
}
div.b24-form .b24-form-content .b24-form-control-container input, div.b24-form .b24-form-content .b24-form-control-container textarea{
  border: 0.8px solid #D0D0D0;
  border-radius: 10px;
  text-align: center;
  color: #B9B9B9;
}
div.b24-form .b24-form-field .b24-form-control-container.b24-form-control-icon-after input{
  padding-right: 10px;
  background-color: white;
  padding: 27px;
}
div.b24-form .b24-form-content .b24-form-control-container input:focus, div.b24-form .b24-form-content .b24-form-control-container textarea:focus {
  color: #184296;
  border-color: #184296;
  transition: 0.3s ease;
}
div.b24-window-panel.b24-window-panel-pos-center{
    height: 490px;
    top: 50%;
    margin-top: -245px;
}

div.b24-form .b24-form-header-title{
  color: #184296;
  font-weight: 700;
  font-size: 28px;
}
div.b24-form .b24-form-header-description{
  color: #184296;
  font-weight: 700;
  opacity: 1;
}
div.b24-form .b24-form-dropdown-container{
  height: 170px;
  border-radius: 10px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
div.b24-form .b24-form-control-list-selector-item-title{
  color: #184296;
}
div.modal_b24 .b24-form form{
  display: block;
  max-width: 100%;
}
div.modal_b24 div.form {
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 0;
}
div.b24-form .b24-form-dropdown-container::-webkit-scrollbar { width: 0; }
div.modal_b24 .b24-form .b24-form-padding-side{
    padding-left: 10px;
    padding-right: 10px;
}
div.b24-form .b24-form-inner-box{
  background-color: #FFFFFF;
}
.modal_b24 .form div.b24-form form{
  max-width: 100%;
}
div.b24-form .b24-form-control-alert-message{
  display: none;
}
div.b24-form .b24-form-control-alert {
  margin-bottom: 15px !important;
}
div.b24-form .b24-form-btn-block button {
  height: 66px;
}
div.b24-form input{ 
  webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
div.b24-form .b24-form-icon-after.b24-form-icon-remove{
  display: none;
}
div.b24-form .b24-form-sign{
  display: none;
}
@media (max-width: 991px){
  div.modal_b24 div.form {
    width: auto;
    max-width: 400px;
  }
  div.modal_b24.contacts div.form {
    width: auto;
    max-width: 350px;
  }
  
}
@media screen and (max-width: 767px) {
  div.modal_b24 div.form {
    max-width: 365px;
  }
  div.modal_b24 div.form form{
    padding-left: 0;
    padding-right: 0;
  }
  div.modal_b24.contacts div.form {
    max-width: 100%;
    padding-left: 46px;
    padding-right: 46px;
  }
}

@media screen and (max-width: 575px) {
  div.modal_b24 div.form {
    max-width: 320px;
  }
  div.b24-form div.b24-form-header-title{
    font-size: 21px;
  }
  div.b24-form div.b24-form-field{
    margin-bottom: 10px;
  }
  div.b24-form .b24-form-control-alert {
    margin-bottom: 10px !important;
  }
  .div.b24-form .b24-form-control-container{
    font-size: 14px;
  }
  div.modal_b24.contacts div.form {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 413px){
  div.modal_b24 div.form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.modal_b24 div.form .b24-form-header-description{
    margin-bottom: 5px;
  }
  div.b24-form div.b24-form-field {
    margin-bottom: 7px;
  }
  div.modal_b24.contacts div.form {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Section-history */

.section-history {
  width: 100%;
  padding-top: 155px;
  padding-bottom: 40px;
  overflow: hidden;
  padding-bottom: 0px;
  background-image: url(/local/templates/apache/images/2022/12/flag2.png);
  background-repeat: no-repeat;
}

.section-history .container{
  width: 100%;
}

.section-history h2{
  margin-top: 0;
}

.history-info {
  display: flex;
  width: 100%;
}

.history-info h2 {
  font-family: "ProximaNova-Extrabld", sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: normal;
  position: relative;
  font-size: 43px;
  line-height: 1.2em;
  max-width: 858px;
  width: 100%;
  color: #0042A0;

  /*font-weight: 800;*/
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.history {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 76px;
}

.history__btn {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 57px;
  height: 12vw;
  max-height: 250px;
  background: rgba(0, 46, 112, 0.7);
  cursor: pointer;
  z-index: 4;
  overflow: hidden;
  transition: all 0.3s ease;
}

.history__btn img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  max-height: 60px;
  transition: all 0.3s ease;
}

.history__btn:hover {
  background: rgba(0, 46, 112, 0.9);
}

.history.active .history__btn img {
  transform: translate(-50%, -50%) rotate(-180deg);
}


.history-slider {
  display: flex;
  width: 100%;
}

.history-slider__item {
  display: none;
  width: 100%;
  border: 0px !important;
}

.history-slider__item.active {
  display: block;
}

.history-items {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
  width: 100vw;
  min-width: 100vw;
  /*height: calc(calc(12vw * 2));
  max-height: calc(calc(250px * 2));*/
}

.history-items a {
  display: inline-block;
  width: 20%;
  height: 12vw;
  max-height: 250px;
}

.history-items a img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}


.controls {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0px;
  padding-left: 17px;
  padding-right: 17px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  justify-content: space-between;
  pointer-events: none;
}

.control {
  display: inline-block;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.control:hover {
  background: #0042A0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
}

.control svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.control_prev svg {
  left: calc(50% - 2px);
}

.control_next svg {
  left: calc(50% + 2px);
}

.control svg * {
  transition: all 0.3s ease;
}

.control:hover svg * {
  fill: #fff;
}


@media (max-width: 1680px) {
  .section-history {
      padding-top: 110px;
      background-size: 340px;
      background-position-y: 30px;
  }

  .history {
      margin-top: 56px;
  }
}

@media (max-width: 1380px) {
  .section-history {
      padding-top: 250px;
      background-position-y: 0;
  }

  .history-info h2 {
    font-size: 42px;
    max-width: 902px;
  }

  .history {
      margin-top: 48px;
  }
}

@media (max-width: 1200px) {
  .history__btn {
    height: 21vw;
    max-height: 230px;
  }

  .history-items {
    height: auto;
    max-height: none;
  }

  .history-items a {
    width: calc(100% / 2);
    height: 28vw;
    max-height: 265px;
  }

  .history-info h2 {
    font-size: 38px;
    width: calc(100vw - 40px);
    max-width: 780px;
  }
}
@media (max-width: 1000px) {

  .section-history {
      padding-top: 340px;
  }
}

@media (max-width: 991px) {
  .history-info h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section-history {
      padding-top: 340px;
  }

  .history {
      margin-top: 38px;
  }
}

@media (max-width: 575px) {
    .history-info h2 {
      font-size: 22.5px;
      line-height: 1.22em;
    }

  .section-history {
      padding-top: 280px;
      background-size: 260px;
  }

  .history {
      margin-top: 32px;
  }
  /*
  .history-items {
    height: calc(31vw * 5);
    max-height: calc(252px * 5);
  }
  */

  .history-items a {
    width: calc(100% / 2);
    height: 31vw;
    max-height: 252px;
  }

  .history__btn {
    width: 40px;
    height: 31vw;
    max-height: 252px;
  }

  .history__btn img {
    width: 18px;
    max-height: 50px;
  }

  .controls {
    padding-left: 15px;
    padding-right: 15px;
  }

  .control {
    width: 46px;
    height: 46px;
  }

  .control svg {
    width: 22px;
    height: 22px;
  }

  .control_prev svg {
    left: calc(50% - 1px);
  }

  .control_next svg {
    left: calc(50% + 1px);
  }
}



/* Cookies */
.new-btn {
  position: relative;
  align-items: center;
  justify-content: center;
  border: 0px !important;
  text-align: center;
  text-decoration: none;
  color: #004271;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: 800;
  font-size: 18px;
  background: #FECB1B;
  border-radius: 10px !important;
  cursor: pointer;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
}
.popup-cookies {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 582px;
  right: 0px;
  bottom: 0px;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 19px;
  padding-bottom: 19px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 20px 0px 0px 0px;


  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.popup-cookies.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 104;
}

.popup-cookies__text {
  display:  inline-block;
  width: calc(100% - 97px);
  padding-top: 1px;
  padding-right: 16px;
  font-size: 15px;
  line-height: 20px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #4D4D4D;
}

.popup-cookies__text .ref {
  display: inline-block;
  position: relative;
  font: inherit;
  color: #4D4D4D;
  transition: all 0.3s ease;
}

.popup-cookies__text .ref::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 100%;
  height: .5px;
  background: #4D4D4D;
  transition: all 0.3s ease;
}

.popup-cookies__text .ref:hover {
  color: #004271;
}

.popup-cookies__text .ref:hover::before {
  opacity: 0;
}

.popup-cookies .new-btn {
  display: inline-flex;
  width: 97px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: auto;
  height: 41px;
  margin-top: 0px;
  box-shadow: none;
}

.popup-cookies .new-btn span {
  font-size: 18px;
  line-height: 25px;
  color: #00489D;
  transition: all 0.3s ease;
}

.popup-cookies .new-btn:hover span {
  color: #fff;
}
.popup-cookies .new-btn:hover {
  background-color: #00489D;
}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

.popup-cookies {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
  justify-content: center;
}

.popup-cookies__text {
  width: auto;
  max-width: calc(100% - 97px);
  padding-right: 20px
}

}

@media (max-width: 768px) {

.popup-cookies {
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 14px;
}

.popup-cookies__text {
  max-width: calc(100% - 65px);
  font-size: 13px;
  line-height: 16px;
}

.popup-cookies .new-btn {
  width: 65px;
}

}

/*privacy*/
.agreement-text h1{
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  margin: 5vh 0;
  line-height: 1.2;
}
.agreement-text h2{
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 2;
  margin-top: 25px;
}
.agreement-text p{
  padding: 0;
  margin: 17px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  /*background: #fff;*/
  font-weight: normal;
}
.agreement-text ul{
  list-style-type: disc;
  padding-left: 15px;
}
.agreement-text ul li{
  display: list-item;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
}
.agreement-text a{
  color: #fff;
}
.agreement-text.main__slider ul{
  display: none;
}
.agreement-text.main__slider{
  height: 160px;
}
@media (max-width: 1680px){
  .agreement-text.main__slider{
      height: 130px;
    }
}
@media (max-width: 1320px){
  .agreement-text.main__slider{
      height: 100px;
    }
}
@media (max-width: 1199px){
  .agreement-text.main__slider{
      height: 95px;
    }
}
@media (max-width: 991px){
  .agreement-text.main__slider{
      height: 0px;
    }
}
@media (max-width: 676px){
  .agreement-text h1{
      font-size: 24px;
  }
  .agreement-text h2{
    font-size: 23px;
}
}

/* Однолучевой эхолот */
.post-main-echo-sounder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  padding-top: 23px;
  padding-bottom: 10px;
}
.post-main-echo-sounder__item {
  display: inline-block;
  width: calc(50% - 20px);
  max-width: 336px;
  color: #184296;
  display: block;
  margin-top: 23px;
  font-size: 18.5px;
  line-height: 1.25em;
}
@media (max-width: 991px) {
	.post-main-echo-sounder {
		padding-top: 4px;
		padding-bottom: 2px;
	}
	.post-main-echo-sounder__item {
		width: 100%;
		max-width: 100%;
	}
}

.post-recommendation-new {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 25px;
}
.post-recommendation-new__item {
  display: inline-block;
  position: relative;
  width: calc(50% - 17px);
  margin-top: 34px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
  border: 1px solid #184296;
  padding: 30px;
  padding-top: 37px;
  padding-bottom: 50px;
  border-radius: 20px;
}
.post-recommendation-new__item a {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.post-recommendation-new__item .sertificate {
  position: absolute;
  top: 8px;
  right: 8px;
}
.post-recommendation-new__item-image {
  display: inline-flex;
  width: 100%;
  height: 230px;
}
.post-recommendation-new__item-info {
  display: block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.post-recommendation-new__item-info h3 {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-weight: normal;
}
.post-recommendation-new__item-info p{
  color: #184296;
  display: block;
  margin-top: 23px;
  font-size: 18.5px;
  line-height: 1.25em;
}
.post-recommendation-new__item-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
  transition: all 0.3s ease;
}
.post-recommendation-new__item:hover .post-recommendation-new__item-image img {
transform: scale(1.06);
}
/* .post__item.wow.fadeIn.slow.delay-500ms .post__item.wow.fadeIn.slow.delay-500ms, .clouds-items, .post__content .post__item.wow.fadeIn.slow.delay-500ms>p {
  display: none;
} */
@media (max-width: 991px){
  .post-main-echo-sounder {
    padding-top: 4px; 
    padding-bottom: 2px;
  }
  .post-main-echo-sounder__item { 
    width: 100%; 
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .post-recommendation-new__item {width: 100%;}
  .post-recommendation-new {padding-bottom: 10px;}
}
@media (max-width: 575px) {
  .post-recommendation-new {padding-top: 25px;}
  .post-recommendation-new__item {
    padding-left: 35px; 
    padding-right: 35px; 
    padding-top: 22px; 
    padding-bottom: 35px;
  } 
  .post-recommendation-new__item-image {height: 200px;}
  .post-recommendation-new__item-info h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .post-recommendation-new__item-info p {
    font-size: 14px;
    line-height: 1.25em;
  }
}




/* Section-echo-sounder-main */

.section-echo-sounder-main {
  position: relative;
  padding-top: 158px;
  background: linear-gradient(89.74deg, #184296 3.58%, #0F51A2 31.67%, #085CAA 53.91%, #0168B4 77.94%, #006AB5 94.25%);
}

.echo-sounder-main {
  display: flex;
  width: 100%;
}

.echo-sounder-main__info {
  display: inline-block;
  width: calc(100% - 720px);
  padding-right: 35px;
  padding-top: 38px;
  padding-bottom: 48px;
}

.echo-sounder-main__info h1 {
  display: block;
  color: #fff;
}

.echo-sounder-main__info p {
  display: block;
  color: #fff;
  font-size: 29px;
  line-height: 35px;
  margin-top: 30px;
}

.echo-sounder-main__info .sertificate {
  display: block;
  margin-top: 18px;
  margin-bottom: 20px;
}

.echo-sounder-main__info .btn {
  display: inline-block;
  margin-right: auto;
  margin-top: 40px;
  min-height: 60px;
  line-height: 60px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-weight: normal;
}

.echo-sounder-main__info .btn {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.echo-sounder-main__info .btn:hover {
  background: #FECB1B;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.echo-sounder-main__image {
  display: inline-block;
  position: relative;
  width: 720px;
  max-width: 50vw;
  height: 592px;
  margin-bottom: -45px;
}

.echo-sounder-main__image img {
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: 907px;
  right: -76px;
  top: 0px;
}

@media (max-width: 1320px) {

.echo-sounder-main__info {
  width: calc(100% - 690px);
  padding-top: 8px;
  padding-right: 30px;
}

.echo-sounder-main__info p {
  margin-top: 26px;
}

.echo-sounder-main__info .sertificate {
  margin-bottom: 28px;
}

.echo-sounder-main__info .btn {
  margin-top: 32px;
}

.echo-sounder-main__image {
  width: 690px;
  max-width: none;
}

.echo-sounder-main__image img {
  right: -15px;
}

}


@media (max-width: 1199px) {

.section-echo-sounder-main {
  padding-top: 130px;
  padding-bottom: 30px;
}

.echo-sounder-main {
  justify-content: space-between;
}

.echo-sounder-main__info {
  padding-right: 35px;
  padding-top: 18px;
  padding-bottom: 28px;
  width: calc(100% - 540px);
}

.echo-sounder-main__image {
  width: 540px;
  height: 444px;
  margin-bottom: auto;
}

.echo-sounder-main__image img {
  max-width: 726px;
  right: -5px;
}

}

@media (max-width: 991px) {

.section-echo-sounder-main {
  padding-bottom: 60px;
}

.echo-sounder-main {
  flex-wrap: wrap;
}

.echo-sounder-main__info {
  order: 2;
  padding-right: 0px;
  padding-top: 35px;
  padding-bottom: 0px;
  width: 100%;
}

.echo-sounder-main__info h1 {
  display: block;
  text-align: center;
}

.echo-sounder-main__info p {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.echo-sounder-main__info .btn, 
.echo-sounder-main__info .sertificate {
  position: relative;
  width: auto;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.echo-sounder-main__image {
  order: 1;
  width: 540px;
  height: auto;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.echo-sounder-main__image img {
  position: relative;
  max-width: 100%;
  width: 100%;
  right: auto;
  left: 0px;
  height: auto;
  max-height: none;
}


}

@media (max-width: 767px) {

.echo-sounder-main__info p br {
  display: none;
}

}

@media (max-width: 575px) {

.section-echo-sounder-main {
  padding-top: 100px;
  padding-bottom: 50px;
}


.echo-sounder-main__image {
  width: 100%;
}

.echo-sounder-main__info h1 {
  display: block;
  max-width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.echo-sounder-main__info p {
  font-size: 16px;
  line-height: 20px;
}

}


/* Section-echo-sounder-info */

.section-echo-sounder-info {
  position: relative;
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 210px;
}

.echo-sounder-info {
  display: block;
  width: 100%;
}

.echo-sounder-info__item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  margin-top: 86px;
}

.echo-sounder-info__item-image {
  display: inline-block;
  position: relative;
  width: 595px;
  height: 535px;
}

.echo-sounder-info__item-image img {
  display: inline-block;
  position: absolute;
  right: 0px;
  height: 100%;
  width: auto;
  max-width: 48vw;
  object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}

.echo-sounder-info__item-info {
  display: inline-block;
  width: 531px;
  margin-left: 68px;
  padding-right: 20px;
  padding-top: 42px;
}

.echo-sounder-info__item-info h2 {
  display: block;
  margin-top: 0px;
  font-size: 29px;
  padding-bottom: 18px;
}

.echo-sounder-info__item-info ul {
  display: block;
}

.echo-sounder-info__item-info ul li {
  display: block;
  position: relative;
  margin-top: 22px;
  font-size: 18px;
  line-height: 22px;
  padding-left: 24px;
}

.echo-sounder-info__item-info ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: #184296;
}

.echo-sounder-info__item-info p {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 22px;
  color: #184296;
}

.echo-sounder-info__item-info p b {
  display: inline;
  font: inherit;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-weight: normal;
}

.echo-sounder-info__item:nth-child(2n) {
  margin-top: 112px;
}

.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-image {
  order: 2;
  margin-bottom: auto;
  margin-top: 25px;
  width: 440px;
  height: 535px;
}

.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-image img {
  right: auto;
  left: 0px;
}

.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-info {
  order: 1;
  margin-left: 0px;
  /* margin-bottom: auto; */
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1320px) {

}

@media (max-width: 1199px) {

.section-echo-sounder-info {
  padding-top: 25px;
  padding-bottom: 135px;
}

.echo-sounder-info__item {
  margin-top: 50px;
}

.echo-sounder-info__item-image {
  width: calc(100% - 480px - 30px);
  height: 340px;
}

.echo-sounder-info__item-image img {
  max-width: 46vw;
}

.echo-sounder-info__item-info {
  width: 480px;
  margin-left: 30px;
  padding-right: 0px;
}

.echo-sounder-info__item-info h2 {
  padding-bottom: 10px;
}

.echo-sounder-info__item-info ul li {
  margin-top: 15px;
}

.echo-sounder-info__item-info p {
  margin-top: 15px;
}

.echo-sounder-info__item:nth-child(2n) {
  margin-top: 75px;
}

.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-info {
  margin-left: 0px;
}

.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-image {
  width: calc(100% - 511px);
  height: 720px;
}

}

@media (max-width: 991px) {

.section-echo-sounder-info {
  padding-top: 45px;
  padding-bottom: 125px;
}

.echo-sounder-info__item {
  margin-top: 55px;
  flex-wrap: wrap;
}

.echo-sounder-info__item-image {
  display: flex;
  width: 100% !Important;
  max-width: none !Important;
  height: auto !Important;
  order: 1 !Important;
  margin-top: 0px !Important;
}

.echo-sounder-info__item-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 400px;
  transform: none !Important;
}

.echo-sounder-info__item-info {
  order: 2 !Important;
  width: 100% !Important;
  margin-left: 0px !Important;
  padding-left: 0px !Important;
  padding-right: 0px !Important;
  padding-top: 38px;
}

.echo-sounder-info__item:nth-child(2n) {
  margin-top: 25px;
}

.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-image img {
  max-height: 580px;
}

.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-info {
  padding-top: 0px;
  /* margin-top: -20px; */
}

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

.section-echo-sounder-info {
  padding-top: 20px;
  padding-bottom: 80px;
}


.echo-sounder-info__item {
  margin-top: 45px;
}

.echo-sounder-info__item-image img {
  max-height: 320px;
}

.echo-sounder-info__item-info {
  padding-top: 30px;
}

.echo-sounder-info__item-info h2 {
  padding-bottom: 5px;
  font-size: 22.5px;
}

.echo-sounder-info__item-info ul li {
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.25em;
}

.echo-sounder-info__item-info ul li::before {
  top: 6px;
}

.echo-sounder-info__item-info p {
  font-size: 14px;
  line-height: 1.25em;
}



.echo-sounder-info__item:nth-child(2n) .echo-sounder-info__item-image img {
  max-height: 404px;
}


}


/* Section-echo-sounder-test */

.section-echo-sounder-test {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background: linear-gradient(89.74deg, #184296 3.58%, #0F51A2 31.67%, #085CAA 53.91%, #0168B4 77.94%, #006AB5 94.25%);
}

.echo-sounder-test {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 66px;
  border: 2px solid #fff;
  border-radius: 10px;
}

.echo-sounder-test__image {
  display: inline-block;
  height: 318px;
  width: 564px;
  max-width: calc(100% - 470px);
  position: relative;
}

.echo-sounder-test__image img {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 548px;
  max-width: 47vw;
  object-fit: contain;
  max-height: 100%;
}

.echo-sounder-test__info {
  display: inline-block;
  width: 470px;
  padding-top: 56px;
  padding-bottom: 68px;
}

.echo-sounder-test__info h1 {
  display: block;
  color: #fff;
}

.echo-sounder-test__info .btn {
  display: inline-block;
  margin-right: auto;
  min-height: 60px;
  line-height: 60px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 30px;
  font-size: 20px;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-weight: normal;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.echo-sounder-test__info .btn:hover {
  background: #FECB1B;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}


@media (max-width: 1320px) {

.echo-sounder-test {
  padding-right: 30px;
}

.echo-sounder-test__image {
  width: calc(100% - 495px);
  max-width: calc(100% - 495px);
}

.echo-sounder-test__image img {
  right: 0px;
  height: 548px;
  max-width: 52vw;
}

.echo-sounder-test__info {
  width: 460px;
}

}

@media (max-width: 1199px) {

.section-echo-sounder-test {
  padding-top: 40px;
  padding-bottom: 40px;
}

.echo-sounder-test__image {
  width: calc(100% - 380px);
  max-width: calc(100% - 380px);
  height: 288px;
}

.echo-sounder-test__image img {
  max-width: 55vw;
}

.echo-sounder-test__info {
  width: 340px;
  padding-top: 38px;
  padding-bottom: 46px;
}

.echo-sounder-test__info .btn {
  margin-top: 25px;
}

}

@media (max-width: 991px) {

.section-echo-sounder-test {
  padding-top: 48px;
  padding-bottom: 48px;
}

.echo-sounder-test {
  flex-wrap: wrap;
  padding-top: 35px;
  padding-right: 0px;
}

.echo-sounder-test__image {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.echo-sounder-test__image img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  height: 390px;
  max-width: 100%;
}

.echo-sounder-test__info {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 38px;
}

.echo-sounder-test__info h1 {
  display: block;
  width: 100%;
  text-align: center;
}

.echo-sounder-test__info .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

}

@media (max-width: 767px) {

.echo-sounder-test__image img {
  height: 340px;
}

}

@media (max-width: 575px) {

.echo-sounder-test__image img {
  height: auto;
  width: calc(100% - 40px);
}

.echo-sounder-test__info {
  padding-top: 32px;
  padding-bottom: 40px;
}

}

/* Section-measurement-automation */

.section-measurement-automation {
  padding-top: 134px;
  padding-bottom: 132px;
  border-bottom: 1px solid #ACACAC;
}

.measurement-automation {
  display: block;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.measurement-automation__info {
  display: block;
  width: 100%;
}

.measurement-automation__info h1 {
  display: block;
  min-width: 840px;
  min-height: 245px;
  color: #184296;
}

.measurement-automation__items {
  display: block;
  width: 100%;
  padding-top: 2px;
}

.measurement-automation__items .types {
  flex-wrap: wrap;
  margin-top: 30px;
}

.measurement-automation__items .types__item {
  width: 100%;
  border: 1px solid #d8d9d9 !important;
  border-radius: 10px !important;
  margin-bottom: 31px;
  padding-left: calc(50% + 48px);
  min-height: 258px;
  padding-top: 46px;
  padding-bottom: 43px;
  transition: 0.3s ease;
}

.measurement-automation__items .types__item h3 {
  text-align: left;
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

.measurement-automation__items .types__item .types__text {
  padding-left: 0px;
  max-width: 282px;
}
.measurement-automation__items .types__image {
  position: absolute;
  width: 50%;
  left: 0px;
  top: 18px;
  height: calc(100% - 36px);
  border-right: 1px solid #d8d9d9;
  transition: 0.3s ease;
}

.measurement-automation__items .types__image img {
  max-width: 90%;
  max-height: 90%;
  bottom: 50% !important;
  right: 50% !important;
  transform: translate(50%, 50%) !important;
  transition: transform 0.3s ease;
}

.measurement-automation__items .types__item:hover {
  border-color: #184296 !important;
}

.measurement-automation__items .types__item:hover .types__image {
  border-color: #184296;
}

.measurement-automation__items .types__item:hover img {
  transition: transform 0.3s ease;
  transform: translate(50%, 50%) scale(1.05) !important;
}

@media (max-width: 1320px) {

}

@media (max-width: 1199px) {

.section-measurement-automation {
  padding-top: 120px;
  padding-bottom: 118px;
}

.measurement-automation__info h1 {
  min-height: 235px;
}

.measurement-automation__items {
  padding-top: 0px;
}

}

@media (max-width: 991px) {

.section-measurement-automation {
  padding-top: 110px;
  padding-bottom: 106px;
}

.measurement-automation__info h1 {
  min-width: 100%;
  min-height: auto;
}

.measurement-automation__items {
  padding-top: 55px;
}

.measurement-automation__items .types__item {
  border: 1px solid #d8d9d9 !important;
  border-radius: 10px !important;
}

.measurement-automation__items .types {
  overflow: visible;
  max-width: 100%;
}
.measurement-automation__items .types__item {
  border: 1px solid #d8d9d9 !important;
  border-radius: 10px !important;
}




}

@media (max-width: 767px) {

.section-measurement-automation {
  padding-top: 88px;
  padding-bottom: 80px;
}

.measurement-automation__items {
  padding-top: 22px;
}

.measurement-automation__items .types {
  margin-top: 50px;
}

.measurement-automation__items .types__item {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 42px;
  padding-bottom: 60px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

.measurement-automation__items .types__image {
  position: unset;
  width: 100%;
  top: auto;
  height: auto;
  border: 0px;
  margin-bottom: 50px;
  transition: 0.3s ease;
}

.measurement-automation__items .types__image img {
  display: block;
  width: 100%;
  position: relative;
  height: auto !important;
  max-height: none !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  right: 54px !important;
  max-width: none !important;
  transition: 0.3s ease;
}

.measurement-automation__items .types__item:hover img {
  right: 54px !important;
  transform: none !important;
}

.measurement-automation__items h3 {
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: center !important;
}

.measurement-automation__items .types__text {
  padding-left: 30px !important;
  padding-right: 30px !important;
  max-width: 100% !important;
}


}

@media (max-width: 575px) {

.section-measurement-automation {
  padding-top: 52px;
  padding-bottom: 45px;
}

.measurement-automation__items {
  padding-top: 2px;
}

.measurement-automation__items .types {
  margin-top: 24px;
  max-width: 100%;
  min-width: 270px;
}

.measurement-automation__items .types__item {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 52px;
  padding-bottom: 68px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 16px;
}

.measurement-automation__items .types__item .types__text p {
  color: #676766 !important;
}


}


/*

@media (max-width: 1320px) {

}


@media (max-width: 1199px) {


}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

*/
/*
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);

	background-image: url('../img/name.png');
	background-position: center;
	background-size: cover;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;

	::before { 
		content: ""; 
		display: block; 
		padding-top: 100%;
	}




	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;


*/
/* Section-video-about задача #215105 */

.new-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 30px);
  max-width: 1240px;
}

.new-container .row {
  display: flex;
  width: 100%;
}

.section-video-about {
  position: relative;
  width: 100%;
  padding-top: 103px;
  padding-bottom: 163px;
  background: linear-gradient(103.71deg, #002E70 15.93%, #0074E0 47.68%, #002E70 83.67%);
}

.video-about {
  width: 100%;
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

.video-about__info {
  width: 100%;
  text-align: center;
}

.video-about__info h2 {
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-family: "ProximaNova-Extrabld", sans-serif;
  font-weight: normal;
  color: #fff;
  margin: auto;
}

.video-about__info p {
  width: 100%;
  text-align: center;
  margin-top: 20px;

  font-size: 20px;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-weight: normal;
  color: #fff;
}


.video-about__media {
  width: 100%;
  margin-top: 35px;
}

.video-item {
  width: 100%;
  position: relative;
  height: 540px;
  cursor: pointer;
  border-radius: 10px;  
}

.video-item video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  background: #000;
}

.video-item__preview,
.video-item iframe {
  position: absolute;
  left: 0;
  top: -1px;
  width: calc(100% - 2px);
  height: calc(100% + 2px);
  z-index: 2;
  border-radius: 10px;
  transition: 0.3s ease;
}
.video-item__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.video-item__preview-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 37, 92, 0.70);
  border-radius: 10px;
  transition: 0.3s ease;
}

.video-play-btn {
  position: absolute;
  z-index: 2;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 9px 44px #fff;
}
.video-play-btn img {
  display: block;
  position: absolute;
  width: 57px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-item:hover .video-item__preview-bg {
  background: rgba(0, 37, 92, 0.20);
}

.video-item.active .video-item__preview {
  pointer-events: none;
  opacity: 0;
}

.video-duration {
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 34px;
  top: 28px;

  font-size: 18px;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: normal;
  color: #fff;

  padding-left: 32px;
}

.video-duration::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  /* background: url(/local/templates/apache/images/video-duration-icon.png) no-repeat center center/ 100% auto; */
}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

.section-video-about {
  padding-top: 73px;
  padding-bottom: 113px;
}

.video-item {
  height: 540px;
  max-height: 54vw; 
}


}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

.section-video-about {
  padding-top: 48px;
  padding-bottom: 72px;
}

.video-about__info h2 {
  font-size: 30px;
}

.video-about__info p {
  margin-top: 15px;

  font-size: 14px;
}


.video-about__media {
  margin-top: 25px;
}

.video-play-btn {
  width: 80px;
  height: 80px;
}

.video-play-btn img {
  width: 40px;
}

.video-duration {
  right: 20px;
  top: 18px;

  font-size: 12px;
  padding-left: 27px;
}

.video-duration::before {
  width: 20px;
  height: 20px;
}


}


/* file style.css?ver=6.8.3 */

@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}
/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.menu .current-menu-parent .ref::after {
	width: 100%;
}
.intro__drone:not(.notafter) p:before {
	content: '-';
	position: absolute;
	left: 0px;
}
.description__item h4 {
	max-width: 90%;
}
center {
	text-align: center;
	width: 100%;
}
center .types-title {
	max-width: 100%;
}
footer .menu li a {
	text-decoration: none;
}
footer .menu li.footer-menu__ref {
	display: block;
	margin-top: auto;
	margin-bottom: 24px;
	padding-left: 0;
	padding-right: 0;
}
footer .menu li.footer-menu__title-ref {
	display: block;
	margin-top: auto;
	margin-bottom: 35px;
	padding-left: 0;
	padding-right: 0;
}
footer .menu .ref:hover::after {
	display: none;
}
.product__navigation li:empty {
	display: none;
}
.post__slide figure, .intro__slide figure {
	width: 100%;
	height: 100%;
	border-radius: 16px !important;
	overflow: hidden;
}
.post__slide figure img, .intro__slide figure img {
	opacity: 0;
}
.post {
	overflow: hidden;
}
.section-intro_about .intro {
	position: relative;
}
#top-nav-ul li:first-child {
	display: none;
}
.thanks, .thankschar {
	position: fixed;
	width: 300px;
	height: 100px;
	background: #fff;
	text-align: center;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	margin: auto;
	font-size: 14px;
	line-height: normal;
	padding: 10px;
	display: none;
	z-index: 9999;
}
.thankschar a {
	background: #fecb1b;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    border-radius: 15px;
    position: absolute;
    height: 35px;
    width: 95%;
    padding: 10px 5px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


