/* Specification */
/*
@import "../css/gilroy.css";
@import "../css/opensans.css";
@import "../slick/slick.css";
@import "../slick/slick-theme.css";
@import "../libs/fancybox/jquery.fancybox.min.css";
/*@import "../css/animate.css";*/
@import "../css/gilroy.css";
@keyframes play-pulse_01 {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  25% {
    width: 103px;
    height: 103px;
    opacity: 0.8;
  }
  50% {
    width: 156px;
    height: 156px;
    opacity: 0.4;
  }
  75% {
    width: 206px;
    height: 206px;
    opacity: 0;
  }
  100% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
}
@media (max-width: 1320px) {
  @keyframes play-pulse_01 {
    0% {
      width: 0px;
      height: 0px;
      opacity: 1;
    }
    25% {
      width: 82px;
      height: 82px;
      opacity: 0.8;
    }
    50% {
      width: 125px;
      height: 125px;
      opacity: 0.4;
    }
    75% {
      width: 165px;
      height: 165px;
      opacity: 0;
    }
    100% {
      width: 0px;
      height: 0px;
      opacity: 0;
    }
  }
}
@keyframes play-pulse_02 {
  0% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  25% {
    width: 150px;
    height: 150px;
    opacity: 1;
  }
  50% {
    width: 260px;
    height: 260px;
    opacity: 0.8;
  }
  65% {
    width: 330px;
    height: 330px;
    opacity: 0.6;
  }
  75% {
    width: 382px;
    height: 382px;
    opacity: 0.3;
  }
  96% {
    width: 442px;
    height: 442px;
    opacity: 0;
  }
  100% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
}
@media (max-width: 1320px) {
  @keyframes play-pulse_02 {
    0% {
      width: 36px;
      height: 36px;
      opacity: 1;
    }
    25% {
      width: 108px;
      height: 108px;
      opacity: 1;
    }
    50% {
      width: 187px;
      height: 187px;
      opacity: 0.8;
    }
    65% {
      width: 238px;
      height: 238px;
      opacity: 0.6;
    }
    75% {
      width: 241px;
      height: 241px;
      opacity: 0.3;
    }
    96% {
      width: 312px;
      height: 312px;
      opacity: 0;
    }
    100% {
      width: 0px;
      height: 0px;
      opacity: 0;
    }
  }
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

header, section, footer {
  display: flex;
}

/*
section:not(.section-main, .section-acceleration, .section-description, .section-dark-days, .section-lineup, .section-difficult-objects, .section-d3-models, .section-barriers-icons, .section-waste-time, .section-flagship-technologies, .section-nolimit) {
	display: none !Important;
}
*/
body {
  font-size: 18px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #00063A;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  line-height: 1.3em;
  min-height: 2000px;
}

.body_fixed {
  overflow: hidden;
}

.slick-slide:focus {
  outline: none;
}

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

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

b {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: normal;
}

p {
  display: block;
  margin: 0;
  line-height: 1.3em;
  font-size: 18px;
}

span {
  display: inline;
  font: inherit;
  color: inherit;
}

b {
  font-weight: normal;
}

ul {
  display: block;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: normal !important;
  color: #0030DA;
  line-height: 1.3em;
}

h1, .h1 {
  font-size: 58px;
  line-height: 74px;
  color: #fff;
}

@media (max-width: 1380px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 1.2em;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 20px;
  }
}
h2, .h2 {
  position: relative;
  font-size: 60px;
  line-height: 74px;
  width: 100%;
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #000;
}

h2 span, .h2 span {
  display: inline;
  font: inherit;
  color: #0030DA;
}

@media (max-width: 1380px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 1.2em;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 20px;
  }
}
h3, .h3 {
  display: block;
  width: 100%;
  font-size: 35px;
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #00063A;
}

h3 span, .h3 span {
  font-family: "Gilroy-ExtraBold", sans-serif;
}

@media (max-width: 1380px) {
  h3, .h3 {
    font-size: 31px;
    line-height: 1.2em;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 16px;
  }
}
h4, .h4 {
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 1.2em;
  font-family: "Gilroy-Medium", sans-serif;
  color: #0030DA;
}

h4 span, .h4 span {
  font-family: "Gilroy-ExtraBold", sans-serif;
}

@media (max-width: 1380px) {
  h4, .h4 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 14px;
  }
}

.gnss_battle{
  width: 100%;
  margin-top: 50px;
  color: white;
}

.gnss_battle div{
  margin: auto;
  max-width: 100%;
  text-align: left;
  font-size: 19px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 15px 0;
}

.gnss_battle img{
  height: 42px;
  float: left;
  margin-right: 20px;
}

@media (max-width: 1250px) {
  .gnss_battle div{
    font-size: 17px;
    padding: 15px 0;
  }
}

@media (max-width: 1100px) {
  .gnss_battle div{
    font-size: 17px;
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .gnss_battle div{
    font-size: 16px;
    padding: 15px 0;
    width: 580px;
  }
}

@media (max-width: 768px) {
  .gnss_battle{
    bottom: 35px;
  }
  .gnss_battle div{
    font-size: 16px;
    padding: 15px 0;
    width: 480px;
  }
}

@media (max-width: 575px) {
  .gnss_battle div{
    font-size: 14px;
    padding: 10px 0;
    width: 380px;
  }
}

@media (max-width: 400px) {
  .gnss_battle div{
    font-size: 12px;
  }
}

.btn {
  display: flex;
  color: #fff;
  position: relative;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: normal !important;
  text-decoration: none;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  outline: none;
  border: 0px;
  min-height: 71px;
  border-radius: 63px;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: 0.3s ease;
  /*
  &::before {
  	content: '';
  	display: inline-block;
  	position: absolute;
  	left: -1px;
  	top: -1px;
  	width: calc(100% + 2px);
  	height: calc(100% + 2px);
  	background: $btn-gradient;
  	z-index: 1;
  	border-radius: 63px;
  	opacity: 0;
  	transition: $transition-all;
  }
  */
}
.btn span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #fff;
  font-weight: normal !important;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  text-decoration: none;
  background: rgb(255, 255, 255);
  color: #00063A;
}
.btn:hover span {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #00063A;
  font-weight: normal !important;
  text-decoration: none;
}
.btn:hover.btn_alt {
  background: #3562FF !important;
  border-color: #3562FF;
}
.btn:hover.btn_alt span {
  color: #fff !important;
}

.btn_white {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25) !important;
  background: #fff;
  border-color: #fff;
}
.btn_white span {
  color: #00063A;
}
.btn_white:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25) !important;
  background: #0030DA;
  border-color: #0030DA;
}
.btn_white:hover span {
  color: #fff;
}

.btn_try {
  position: relative;
  display: inline-flex;
  width: auto;
  padding-left: 78px;
  padding-right: 30px;
}
.btn_try::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: url(../img/btn-try-before.svg) no-repeat center center/cover;
}

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

.ref {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  color: #00063A;
}

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

input {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  font-family: "Roboto-Regular";
}

.input {
  display: block;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
  height: 67px;
  background: #FFFFFF;
  border: 0.8px solid #ACACAC;
  border-radius: 17px;
  text-align: center;
  color: #969696;
  font-size: 18px;
  font-family: "Gilroy-Regular", sans-serif;
  opacity: 1 !important;
  transition: 0.3s ease;
}
.input:focus {
  color: #0030DA;
  border-color: #0030DA;
  transition: 0.3s ease;
}

.select {
  width: 100%;
  height: 67px;
  display: block;
  position: relative;
}
.select img {
  display: inline-block;
  position: absolute;
  width: 22.5px;
  max-height: 40px;
  height: auto;
  right: 25px;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}
.select img.active {
  opacity: 1;
  transition: 0.3s ease;
}
.select.active img {
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s ease;
}

select.input {
  text-align-last: center;
  appearance: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding-right: 55px;
  cursor: pointer;
}

textarea.input {
  height: 119px;
  width: 100% !important;
  display: block;
  resize: none;
  padding-top: 20px;
  padding-bottom: 22px;
}

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

input::placeholder, .input::placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number], .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;
}

.input:focus {
  outline: none;
}

ul.pattern-list li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  padding-left: 30px;
  letter-spacing: 0em;
  margin-top: 45px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #000;
}
ul.pattern-list li b {
  font-family: "Gilroy-ExtraBold", sans-serif !important;
  font-weight: normal !important;
}
ul.pattern-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00063A;
}

.billet {
  display: inline-block;
  padding-left: 26px;
  padding-right: 22px;
  padding-top: 22px;
  padding-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
}
.billet span {
  display: block;
  color: #878787;
  font-size: 17px;
  line-height: 1.2em;
}
.billet span b {
  font: inherit;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal !important;
  color: inherit;
}

.plus {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0px 3px 4px 2px rgba(61, 61, 61, 0.25);
  cursor: pointer;
  z-index: 2;
  background: #fff;
  transition: 0.3s ease;
}
.plus img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out;
}
.plus img.hover {
  opacity: 0;
}
.plus div {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -6px;
  transform: translateX(100%);
  width: 367px;
  background: #FFFFFF;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 33px;
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 51px;
  padding-bottom: 31px;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.plus div p {
  font-size: 15px;
  margin-bottom: 17px;
  line-height: 1.15em;
  margin-top: 0px !important;
}
.plus.rotate {
  right: auto;
  left: -6px;
  transform: translateX(-100%);
}
.plus.active {
  z-index: 6;
}
.plus.active img {
  transform: translate(-50%, -50%) rotate(45deg);
}
.plus.active div {
  pointer-events: auto;
  cursor: initial;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.plus:hover {
  background: #0030DA;
}
.plus:hover img {
  opacity: 0;
}
.plus:hover img.hover {
  opacity: 1;
}
.plus.disabled {
  background: #fff;
}
.plus.disabled img {
  opacity: 1;
}
.plus.disabled img.hover {
  opacity: 0;
}

.play {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background: rgba(28, 64, 185, 0.2);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease-in-out;
}
.play svg {
  display: inline-block;
  position: absolute;
  z-index: 5;
  width: 42px;
  left: calc(50% + 2.5px);
  top: calc(50% + 4px);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.play svg * {
  transition: all 0.4s ease-in-out;
}
.play:hover {
  transition: all 0.4s ease-in-out;
  border-color: #DEC280;
}
.play:hover svg * {
  fill: #DEC280;
}

.slick-slide:focus {
  outline: none;
}

a[data-fancybox]:focus {
  outline: none;
}

.controls {
  display: flex;
  width: 100%;
  position: relative;
  pointer-events: none;
}

.control {
  display: inline-block;
  z-index: 12;
  top: auto;
  left: auto;
  position: relative;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 1px 2px 7px #838383;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  right: auto;
  bottom: auto;
  cursor: pointer;
  color: transparent;
  outline: none;
  border: 0px solid transparent;
  transition: 0.3s ease;
  opacity: 1 !important;
  pointer-events: auto;
}
.control:hover {
  box-shadow: 1px 2px 7px #838383 Important;
  border: 0px solid transparent;
  opacity: 1 !important;
  background: #0030DA;
}
.control:hover img {
  opacity: 0;
}
.control:hover img.hover {
  opacity: 1;
}
.control img {
  display: inline-block;
  position: absolute;
  width: 19px;
  height: auto;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.3s ease;
}
.control img.hover {
  opacity: 0;
}
.control.slick-prev img {
  left: calc(50% - 2px);
}
.control.slick-next img {
  left: calc(50% + 2px);
}

@media (max-width: 1680px) {
  .input {
    height: 65px;
  }
  textarea.input {
    height: 110px;
  }
}
@media (max-width: 1380px) {
  .container {
    width: 100%;
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .billet {
    padding-left: 20px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 17px;
  }
  .billet span {
    font-size: 15px;
  }
  ul.list li {
    font-size: 16px;
    padding-left: 19px;
  }
  ul.list li::before {
    top: 7px;
  }
  .plus {
    width: 55px;
    height: 55px;
  }
  .plus img {
    width: 32px;
    height: 32px;
  }
  .plus div {
    width: 337px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 38px;
    padding-bottom: 26px;
  }
  .plus div p {
    margin-bottom: 12px;
  }
  .control {
    width: 55px;
    height: 55px;
  }
  .control img {
    width: 14px;
  }
}
@media (max-width: 1199px) {
  .body_fixed {
    height: 100vh;
    overflow: hidden;
  }
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .mobility-btn {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .plus div {
    border-radius: 20px;
    width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 15px;
  }
  .plus div p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .input {
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
    font-size: 15px;
  }
  textarea.input {
    height: 96px;
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .select {
    width: 100%;
    display: block;
    position: relative;
    height: 55px;
  }
  .select img {
    width: 16px;
    max-height: 30px;
    right: 20px;
    margin-top: 1px;
  }
  select.input {
    padding-right: 45px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .billet {
    padding-left: 15px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .billet span {
    font-size: 14px;
  }
  textarea.input {
    height: 88px;
  }
  ul.pattern-list li {
    padding-left: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .input {
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn {
    min-height: 55px;
  }
  .btn span {
    font-size: 15px;
  }
  .btn_try {
    padding-left: 62px;
    padding-right: 20px;
  }
  .btn_try::after {
    left: 8px;
    width: 38.5px;
    height: 38.5px;
  }
  .select {
    height: 48px;
  }
  .billet {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .billet span {
    font-size: 13px;
  }
  .play {
    width: 50px;
    height: 50px;
  }
  .play svg {
    width: 26px;
    left: calc(50% + 2px);
    top: calc(50% + 3px);
  }
  .plus {
    width: 40px;
    height: 40px;
  }
  .plus img {
    width: 22px;
    height: 22px;
  }
  .plus div {
    border-radius: 15px;
    width: 214px;
    max-width: 60vw;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 11px;
  }
  .plus div p {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .control {
    width: 40px;
    height: 40px;
  }
  .control img {
    width: 12px;
  }
  ul.pattern-list li {
    font-size: 12px;
    padding-left: 15px;
  }
  ul.pattern-list li::before {
    top: 4px;
  }
  textarea.input {
    height: 80px;
    padding-top: 12px;
    padding-bottom: 13px;
  }
}
/* Header-top */
.header_top {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 50;
  top: 0px;
  left: 0px;
  padding-top: 22px;
  padding-bottom: 20px;
  background: #FFFFFF;
  border-bottom: 0.8px solid #E7E7E7;
  border-right: 0.8px solid #E7E7E7;
  opacity: 1;
  transition: transform 1.4s ease-in-out;
}
.header_top.hidden {
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 1.4s ease-in-out;
}

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

.intro {
  display: inline-flex;
  margin-top: auto;
  margin-bottom: auto;
}

.logo {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  width: 114px;
  padding-top: 1px;
}
.logo img {
  display: inline-block;
  position: relative;
  bottom: -3px;
  max-width: 100%;
  max-height: 28px;
}

.menu {
  display: inline-block;
}
.menu ul {
  display: inline-flex;
  padding-left: 8px;
}
.menu li {
  display: inline-block;
  margin-left: 51px;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
}
.menu li.active .ref {
  color: #272727 !important;
}
.menu li.active .ref::before {
  background: #272727;
  width: calc(100% + 1px);
  transition: 0.3s ease;
}
.menu .ref {
  display: inline-block;
  font-size: 16px;
}
.menu .ref::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  width: 0px;
  height: 0.8px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
.menu .ref:hover::before {
  width: calc(100% + 1px);
  background: #0030DA;
  transition: 0.3s ease;
}

.header-content__contacts {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}
.header-content__contacts .ref {
  font-size: 22px;
}

.burger {
  display: none;
}

@media (max-width: 1680px) {
  .header_top {
    padding-top: 24px;
    padding-bottom: 21px;
  }
}
@media (max-width: 1380px) {
  .header_top {
    padding-top: 21px;
    padding-bottom: 18px;
  }
  .logo img {
    bottom: -5px;
  }
  .menu {
    padding-top: 2px;
  }
  .menu li {
    margin-left: 35px;
  }
  .header-content__contacts .ref {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header_top {
    position: relative !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    animation-name: fadeInUp !important;
    transform: none !important;
  }
  .header_top .menu {
    display: none;
  }
  .logo {
    padding-top: 2px;
  }
  .burger {
    display: inline-block;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    width: 35px;
    height: 35px;
    margin-left: 30px;
  }
  .burger img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: auto;
    max-height: 100%;
    transition: all 0.4s ease;
  }
  .burger img.close {
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s ease;
  }
  .burger.active img {
    transform: translate(-50%, -50%) scale(0);
  }
  .burger.active img.close {
    transform: translate(-50%, -50%) scale(1);
  }
  .header-content__contacts {
    padding-top: 1.5px;
  }
}
@media (max-width: 768px) {
  .header_top {
    padding-top: 15px;
    padding-bottom: 13px;
  }
  .header-content__contacts .ref {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .header_top {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .logo {
    width: 90px;
    padding-top: 3px;
  }
  .header-content__contacts {
    padding-top: 1px;
  }
  .header-content__contacts .ref {
    font-size: 15px;
  }
  .burger {
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
}
/* Header-bottom */
.section-header-wrapper {
  padding-top: 10px;
}

.header_bottom {
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 49;
  left: 0px;
  margin-top: 0px;
  top: 0px;
  padding-top: 14.5px;
  padding-bottom: 13px;
  background: #FFFFFF;
  border-top: 0.8px solid #EFEFEF;
  border-bottom: 0.8px solid #EFEFEF;
  transition: 0.3s ease;
}
.header_bottom.active {
  position: fixed;
  top: 0px;
  margin-top: 0px;
  transition: 0.3s ease;
}
.header_bottom .btn {
  min-height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  /*
  box-shadow: none;
  */
  /*
  &:hover {
  	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  }
  */
}
.header_bottom .btn span {
  font-size: 17px;
}

.logoi80 {
  color: #0030DA !important;
  font-family: "Gilroy-Bold", sans-serif;
  margin-top: auto;
  margin-bottom: auto;
  white-space: nowrap;
  font-size: 20px;
}

.landing-menu {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}
.landing-menu ul {
  display: flex;
  padding-left: 27px;
}
.landing-menu li {
  display: inline-block;
  margin-right: 25px;
}
.landing-menu .ref {
  display: inline-block;
  font-size: 16px;
  color: #969696;
}
.landing-menu .ref:hover {
  color: #0030DA;
}

.action-buttons {
  display: inline-flex;
  justify-content: space-between;
  width: 198px;
}
.action-buttons .btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 48px;
  color: #0030DA;
  border-color: #0030DA;
}
.action-buttons .btn span {
  font-size: 18px;
  padding-top: 1px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #0030DA;
}
.action-buttons .btn:hover {
  background: #0030DA;
  color: #fff;
}
.action-buttons .btn:hover span {
  color: #fff;
}

@media (max-width: 1380px) {
  .logoi30, .logoi80 {
    font-size: 18px;
  }
  .landing-menu ul {
    padding-left: 1.7vw;
  }
  .landing-menu li {
    margin-right: 1.7vw;
  }
  .landing-menu .ref {
    font-size: 15px;
  }
  .action-buttons {
    width: 160px;
  }
  .action-buttons .btn {
    height: auto;
    min-height: 40px;
    line-height: 40px;
  }
  .action-buttons .btn span {
    font-size: 15px;
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .header_bottom {
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .header_bottom .btn span {
    font-size: 14px;
  }
  .logoi30, .logoi80 {
    font-size: 16px;
  }
  .landing-menu ul {
    padding-left: 1.5vw;
  }
  .landing-menu li {
    margin-right: 1.5vw;
  }
  .landing-menu .ref {
    font-size: 13px;
  }
  .action-buttons {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .header_bottom {
    display: none;
  }
  .section-header-wrapper {
    display: none;
  }
}
/* Section-main */
.section-main {
  padding-top: 86px;
  position: relative;
  background: #00063A;
  overflow: hidden;
}

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

.main-info {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 484px;
  padding-top: 136px;
  padding-bottom: 100px;
}

.main-info__title {
  display: block;
  color: #fff;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: normal;
  margin-top: 24px;
}
.main-info__title b {
  display: block;
  font: inherit;
  color: inherit;
  font-size: 120px !important;
  line-height: 122px !important;
}

.main-info__sub {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}

.main-info__text {
  display: block;
  color: #fff;
  margin-top: 55px;
  line-height: 42px;
}
.main-info__text span {
  display: inline;
  font: inherit;
  color: #DEC280;
}

.main-action {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 42px;
}
.main-action .btn {
  margin-top: 10px;
  width: auto;
  max-width: 100%;
  min-width: 180px;
  padding-left: 22px;
  padding-right: 22px;
}
.main-action .btn span {
  font-size: 19px;
}

.main-action__price {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-right: 22px;
  min-width: 158px;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 41px;
  color: #fff;
}

.main-media {
  display: inline-flex;
  position: relative;
  width: calc(100% - 524px);
  max-width: 636px;
  height: 828px;
  min-height: 100%;
}
.main-media::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
  width: 1263px;
  height: 1263px;
  opacity: 0.75;
  background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
}

.main-media__image {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: auto;
  margin-left: auto;
  right: -30px;
}

@media (max-width: 1680px) {
  .section-main {
    padding-top: 72px;
  }
  .main {
    padding-right: 50px;
  }
  .main-info {
    display: inline-block;
    width: 484px;
    padding-top: 116px;
    padding-bottom: 80px;
  }
  .main-info__title {
    margin-top: 16px;
  }
  .main-info__text {
    margin-top: 30px;
  }
  .main-action {
    margin-top: 30px;
  }
  .main-media {
    max-width: 560px;
    height: 722px;
  }
  .main-media::before {
    top: -110px;
    width: 1063px;
    height: 1063px;
  }
}
@media (max-width: 1380px) {
  .main {
    padding-right: 80px;
  }
  .main-info {
    width: 448px;
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .main-info__title b {
    font-size: 110px !important;
    line-height: 110px !important;
  }
  .main-info__sub {
    font-size: 22px;
    line-height: 26px;
  }
  .main-media {
    max-width: 560px;
    height: 622px;
  }
  .main-media::before {
    top: -60px;
    width: 820px;
    height: 820px;
  }
  .main-media__image {
    max-height: 602px;
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .section-main {
    padding-top: 80px;
  }
  .main {
    padding-right: 0px;
  }
  .main-info {
    width: 430px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .main-action {
    display: block;
  }
  .main-action .btn {
    display: inline-flex;
    width: auto;
    margin-left: 0px;
    margin-right: auto;
    padding-left: 53px;
    padding-right: 53px;
    margin-top: 25px;
  }
  .main-action__price {
    display: block;
    width: 100%;
  }
  .main-media {
    width: calc(100% - 430px);
  }
  .main-media__image {
    max-width: calc(100% - 15px);
    margin-left: 0px;
    margin-right: auto;
  }
  .video-link {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .section-main {
    padding-top: 62px;
  }
  .main {
    flex-wrap: wrap;
  }
  .main-info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .main-info__sub {
    width: 100%;
    text-align: center;
  }
  .main-info__title {
    width: 100%;
    text-align: center;
    font-size: 36px;
  }
  .main-info__text {
    width: 100%;
    text-align: center;
    line-height: 28px;
  }
  .main-action {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .main-action .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .main-action__price {
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
  .main-media {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 444px;
    min-height: auto;
    max-height: none;
    padding-left: 1px;
  }
  .main-media::before {
    top: -100px;
    width: 720px;
    height: 720px;
  }
  .main-media__image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 516px;
  }
}
@media (max-width: 768px) {
  .section-main {
    padding-top: 55px;
  }
  .main-info {
    padding-bottom: 38px;
  }
  .main-info__sub {
    font-size: 18px;
    line-height: 22px;
  }
  .main-info__title {
    font-size: 32px;
  }
  .main-info__title b {
    font-size: 96px !important;
    line-height: 102px !important;
  }
  .main-info__text {
    margin-top: 16px;
  }
  .main-action {
    margin-top: 22px;
  }
  .main-action .btn {
    margin-top: 20px;
  }
  .main-action__price {
    font-size: 28px;
    line-height: 32px;
  }
  .main-media {
    height: 342px;
  }
  .main-media__image {
    height: 396px;
  }
}
@media (max-width: 575px) {
  .section-main {
    padding-top: 38px;
  }
  .main-info {
    padding-bottom: 22px;
  }
  .main-info__sub {
    font-size: 12px;
    line-height: 16px;
  }
  .main-info__title {
    font-size: 22px;
    margin-top: 8px;
  }
  .main-info__title b {
    font-size: 58px !important;
    line-height: 62px !important;
  }
  .main-info__text {
    line-height: 20px;
    margin-top: 14px;
  }
  .main-action > .btn {
    min-width: 180px;
    margin-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .main-action > .btn span {
    font-size: 16px;
  }
  .main-action__price {
    font-size: 22px;
    line-height: 25px;
    margin-top: 0px;
  }
  .main-media {
    height: 256px;
  }
  .main-media::before {
    top: -80px;
    width: 420px;
    height: 420px;
  }
  .main-media__image {
    height: 280px;
    object-fit: contain;
  }
}
/* Section-acceleration */
.section-acceleration {
  position: relative;
  padding-top: 132px;
  border-bottom: 1px solid #9A9A9A;
  padding-bottom: 90px
}

.mobility-btn_acceleration-big {
  display: inline-block;
  position: absolute;
  top: -70px;
  z-index: 3;
  transform: translate3d(0px, 0px, 0px);
  right: calc(50vw - 370px);
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: url(../img/mobility-btn_acceleration-big.png) no-repeat center center/100% auto;
  transition: 0.3s ease;
}

.mobility-btn_acceleration-min {
  display: inline-block;
  position: absolute;
  top: -161px;
  z-index: 3;
  transform: translate3d(0px, 0px, 0px);
  right: calc(50vw - 128px);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: url(../img/mobility-btn_acceleration-min.png) no-repeat center center/100% auto;
  transition: 0.3s ease;
}

.acceleration-info {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.acceleration-info h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.acceleration-info h4 {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 28px;
  color: #000;
}
.acceleration-info h4 span {
  font: inherit;
  color: #0030DA;
}

.acceleration {
  display: flex;
  width: 100%;
  max-width: 1074px;
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.acceleration .controls {
  position: absolute;
  left: 0px;
  top: calc(50% + 35px);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 28px;
  padding-right: 28px;
}

.acceleration-slider {
  display: flex;
  width: 100%;
  max-width: calc(100% - 96px);
  margin-left: auto;
  margin-right: auto;
}

.acceleration-slider-item {
  display: inline-block;
  width: calc(50% - 76px);
  margin-left: 38px;
  margin-right: 38px;
  /*margin-top: 48px;*/
}

.acceleration-slider-item__image {
  display: block;
  width: 100%;
  margin-top: 24px;
}

.acceleration-slider-item__image img {
  display: block;
  width: 100%;
  height: 652px;
  height: 898px;
  object-fit: cover;
  border-radius: 21px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
}

.acceleration-slider-item p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  margin-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
}

.acceleration-text{
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 1018px;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.acceleration-up_text{
  margin-top: 70px;
}

.acceleration-down_text{
  margin-top: 20px;
}

.acceleration-text span{
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 40px;
}



@media (max-width: 1680px) {
  .section-acceleration {
    padding-top: 78px;
  }
  .acceleration-info h4 {
    margin-top: 20px;
  }
  .acceleration {
    max-width: 860px;
    max-width: 920px;
  }
  .acceleration .controls {
    top: calc(50% + 23px);
  }
  .acceleration-slider-item {
    /*margin-top: 25px;*/
  }
  .acceleration-slider-item__image {
    margin-top: 20px;
  }
  .acceleration-slider-item__image img {
    height: 485px;
    height: 664px;
  }
  .acceleration-slider-item p {
    margin-top: 22px;
  }
  .acceleration-text{
    max-width: 770px;
  }
  .acceleration-up_text{
    margin-top: 50px;
  }
}
@media (max-width: 1380px) {
  .section-acceleration {
    padding-top: 60px;
  }
  .mobility-btn_acceleration-big {
    top: -50px;
    right: calc(50vw - (160px + 12vw));
    width: 88px;
    height: 88px;
  }
  .mobility-btn_acceleration-min {
    top: -131px;
    right: calc(50vw - (62px + 4vw));
    width: 64px;
    height: 64px;
  }
  .acceleration-info {
    max-width: 680px;
  }
  .acceleration {
    max-width: 760px;
    max-width: 820px;
  }
  .acceleration .controls {
    top: calc(50% + 18px);
  }
  .acceleration-slider-item {
    /*margin-top: 22px;*/
    margin-left: 25px;
    margin-right: 25px;
  }
  .acceleration-slider-item__image {
    margin-top: 14px;
  }
  .acceleration-slider-item__image img {
    height: 445px;
    height: 612px;
  }
  .acceleration-slider-item p {
    font-size: 18px;
    margin-top: 15px;
  }
  .acceleration-text{
    max-width: 670px;
  }
  .acceleration-up_text{
    margin-top: 40px;
  }
  .acceleration-text span{
    font-size: 18px;
  }
  
}
@media (max-width: 1199px) {
  .mobility-btn_acceleration-big {
    right: calc(50vw - 242px);
  }
  .mobility-btn_acceleration-min {
    right: calc(50vw - 48px);
  }
}
@media (max-width: 991px) {
  .mobility-btn_acceleration-big {
    display: none;
  }
  .mobility-btn_acceleration-min {
    display: none;
  }
  .acceleration-info {
    max-width: 580px;
  }
  .acceleration {
    max-width: 760px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .acceleration-slider-item__image img {
    height: 445px;
    max-height: 55vw;
    height: 612px;
    max-height: 75.8vw;
  }
  .acceleration-text{
    max-width: none;
    width: 665px;
  }
}
@media (max-width: 768px) {
  .section-acceleration {
    padding-top: 48px;
  }
  /*
  .acceleration-info {
  	max-width: 480px;
  }

  .acceleration {
  	max-width: 426px;
  }

  .acceleration-slider-item__image img {
  	height: 445px;
  	max-height: none;
  }
  */
  .acceleration-info {
    max-width: 440px;
  }
  .acceleration .controls {
    padding-left: 15px;
    padding-right: 15px;
  }
  .acceleration-slider {
    max-width: none;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
  .acceleration-slider-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .acceleration-slider-item__image img {
    height: 500px;
    max-height: 70.5vw;
    height: 740px;
    max-height: 97.8vw;
  }
  .acceleration-slider-item p {
    font-size: 16px;
  }
  .acceleration-text{
    width: 100%;
  }
  .acceleration-text span{
    font-size: 16px;
    padding: 0;
  }
  .acceleration-text span:first-child{
    margin-right: 50px;
  }
  
}
@media (max-width: 575px) {
  .section-acceleration {
    padding-top: 44px;
    overflow: hidden;
  }
  .acceleration-info {
    max-width: 300px;
  }
  .acceleration .controls {
    padding-left: 10px;
    padding-right: 10px;
  }
  .acceleration-info h4 {
    margin-top: 15px;
  }
  .acceleration-slider {
    width: calc(100% + 42px);
    min-width: calc(100% + 42px);
    margin-left: -21px;
  }
  .acceleration-slider .slick-list {
    padding-left: 12px;
    padding-right: 12px;
  }
  .acceleration-slider-item {
    /*margin-top: 12px;*/
    margin-left: 8px;
    margin-right: 8px;
  }
  .acceleration-slider-item p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    margin-top: 15px;
  }
  .acceleration-slider-item__image img {
    max-height: 98vw;
  }
  .acceleration-up_text{
    margin-top: 30px;
  }
  .acceleration-text span{
    font-size: 14px;
  }
  .acceleration-text span:first-child{
    margin-right: 30px;
  }
}
/* Section-description */
.section-description {
  position: relative;
  padding-top: 230px;
  padding-bottom: 230px;
}

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

.pattern-info {
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  width: calc(30% - 6px);
  padding: 58px;
  padding-top: 34px;
  padding-bottom: 60px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
}

.pattern-info p {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 33px;
}

.pattern-info p b {
  display: inline;
  color: #0030DA;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
}

.pattern-info p span {
  display: inline-block;
  font: inherit;
  color: inherit;
}

.section-description .pattern-info::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  bottom: 8px;
  transform: translate(0%, 100%);
  width: 114px;
  height: 89px;
  background: url(../img/description-info-after.png) no-repeat center center/100% auto;
}

.description__media {
  width: calc(70% - 16px);
  margin-top: auto;
  margin-bottom: auto;
}

.video-item {
  display: block;
  width: 100%;
  position: relative;
  height: 464px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.video-item video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.video-item__preview {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  transition: 0.3s ease;
  /*
  .play {
  	z-index: 2;
  	width: 106px;
  	height: 106px;
  	border-radius: 50%;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	background: rgba(28, 64, 185, 0.5);
  	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  	svg {
  	    width: 50px;
  	    height: auto;
  	    left: calc(50% + 4px);
  	    top: calc(50% + 5px);
  	}
  }
  &:hover {
  	.play {
  		border-color: $color-yellow;
  		svg {
  			* {
  				fill: $color-yellow;
  			}
  		}
  	}
  }
  */
}
.video-item__preview img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-item__preview::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background: #1B7DFF;
  opacity: 0.1;
  z-index: 3;
  pointer-events: none;
  transition: 0.3s ease;
}

.video-play-btn {
  position: absolute;
  z-index: 4;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 9px 44px #fff;
  transition: 0.3s ease;
}

.video-play-btn img {
  display: block;
  position: absolute;
  width: 57px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-duration {
  display: inline-block;
  position: absolute;
  z-index: 4;
  right: 28px;
  top: 26px;
  font-size: 18px;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: normal;
  color: #fff;
  padding-left: 30px;
}

.video-duration::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../img/video-duration-icon.png) no-repeat center center/100% auto;
  /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
  border-radius: 50%;*/
}

.video-item:hover .video-play-btn {
  box-shadow: 0px 9px 24px #fff;
}
.video-item:hover .video-item__preview::after {
  opacity: 0;
}

.video-item.active .video-item__preview {
  opacity: 0;
  pointer-events: none;
}

.description__media .video-item {
  width: 100%;
  /*height: 464px;*/
}
.description__media .video-play-btn {
  top: calc(50% + 2px);
}

.mobility-btn_description {
  display: inline-block;
  position: absolute;
  top: -1481px;
  z-index: 3;
  transform: translate3d(0px, -634px, 0px);
  left: calc(50vw - 592px);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: url(../img/mobility-btn_acceleration-bot.png) no-repeat center center/100% auto;
  transition: 0.3s ease;
  top: 566px;
  transform: translate3d(0px, 254px, 0px);
}

@media (max-width: 1680px) {
  .section-description {
    padding-top: 148px;
    padding-bottom: 150px;
  }
  .pattern-info {
    width: calc(34% - 0px);
  }
  .description__media {
    width: calc(66% - 22px);
  }
  .video-item {
    height: 433px;
  }
  .mobility-btn_description {
    top: -1141px;
    transform: translate3d(0px, -504px, 0px);
    top: 360px;
    transform: translate3d(0px, 304px, 0px);
  }
}
@media (max-width: 1380px) {
  .section-description {
    padding-top: 110px;
    padding-bottom: 112px;
  }
  .pattern-info {
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 34px;
    padding-bottom: 50px;
    width: calc(40% - 0px);
  }
  .pattern-info p {
    margin-top: 25px;
  }
  .description__media {
    width: calc(60% - 22px);
  }
  .video-item {
    height: 392px;
  }
}
@media (max-width: 1199px) {
  .pattern-info {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 26px;
    padding-bottom: 40px;
    width: calc(100% - 615px - 16px);
  }
  .pattern-info p {
    margin-top: 18px;
  }
  .description__media {
    width: 615px;
  }
  .video-item {
    height: 348px;
  }
}
@media (max-width: 991px) {
  .section-description {
    padding-top: 95px;
    padding-bottom: 98px;
  }
  .description {
    flex-wrap: wrap;
  }
  .pattern-info {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .section-description .pattern-info::after {
    display: none;
  }
  .description__media {
    width: 100%;
    margin-top: 35px;
  }
  .video-item {
    height: 52.5vw;
  }
}
@media (max-width: 768px) {
  .section-description {
    padding-top: 78px;
    padding-bottom: 84px;
  }
  .pattern-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .section-description {
    padding-top: 70px;
    padding-bottom: 74px;
  }
  .pattern-info {
    padding-top: 14px;
    padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pattern-info p {
    font-size: 12px;
    margin-top: 12px;
  }
  .video-play-btn {
    width: 80px;
    height: 80px;
  }
  .video-play-btn img {
    width: 40px;
  }
  .video-duration {
    right: 15px;
    top: 18px;
    font-size: 12px;
    padding-left: 23px;
  }
  .video-duration::before {
    top: calc(50% + 1px);
    width: 25px;
    height: 25px;
  }
  .description__media {
    margin-top: 25px;
  }
}
/* Section-dark-days */
.section-dark-days {
  overflow: hidden;
  padding-top: 124px;
  padding-bottom: 165px;
  background: #00063A;
}

.dark-days-info {
  display: inline-block;
  width: 100%;
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.dark-days-info h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.dark-days-info h2 span {
  color: #3562FF;
}

.dark-days {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 76px;
}

.dark-days__media {
  position: relative;
  width: calc(70% - 16px);
  /*
  .video-item {
  	height: 464px;
  }
  */
}

.dark-days__media::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1163px;
  height: 1163px;
  opacity: 0.75;
  background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
}

.dark-days .pattern-info {
  border-color: #354EA6;
  padding-top: 38px;
  padding-bottom: 64px;
}

.dark-days .pattern-info::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1px;
  bottom: -27px;
  transform: translate(0%, 100%);
  width: 136px;
  height: 56px;
  background: url(../img/dark-info-after.png) no-repeat center center/100% auto;
}

.dark-days .pattern-info p {
  color: #fff;
}
.dark-days .pattern-info p b {
  color: #fff;
}

@media (max-width: 1680px) {
  .section-dark-days {
    padding-top: 74px;
    padding-bottom: 105px;
  }
  .dark-days {
    margin-top: 48px;
  }
  .dark-days__media {
    width: calc(66% - 22px);
  }
  .dark-days .pattern-info {
    padding-top: 30px;
    padding-bottom: 56px;
  }
}
@media (max-width: 1380px) {
  .section-dark-days {
    padding-top: 58px;
    padding-bottom: 80px;
  }
  .dark-days-info {
    max-width: 920px;
  }
  .dark-days {
    margin-top: 40px;
  }
  .dark-days__media {
    width: calc(60% - 22px);
  }
  .dark-days__media::before {
    width: 883px;
    height: 883px;
  }
  .dark-days .pattern-info {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 44px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .dark-days__media {
    width: 615px;
  }
  .dark-days .pattern-info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 26px;
    padding-bottom: 40px;
    width: calc(100% - 615px - 16px);
  }
}
@media (max-width: 991px) {
  .dark-days-info {
    max-width: 620px;
  }
  .dark-days {
    flex-wrap: wrap;
  }
  .dark-days .pattern-info {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 35px;
  }
  .dark-days .pattern-info::after {
    display: none;
  }
  .dark-days__media {
    width: 100%;
  }
  .dark-days__media::before {
    width: 1223px;
    height: 1223px;
  }
}
@media (max-width: 768px) {
  .section-dark-days {
    padding-top: 46px;
    padding-bottom: 65px;
  }
  .dark-days__media::before {
    width: 883px;
    height: 883px;
  }
  .dark-days-info {
    max-width: 520px;
  }
  .dark-days .pattern-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .section-dark-days {
    padding-top: 42px;
    padding-bottom: 56px;
  }
  .dark-days-info {
    max-width: 360px;
  }
  .dark-days {
    margin-top: 30px;
  }
  .dark-days__media::before {
    width: 110vw;
    height: 110vw;
  }
  .dark-days .pattern-info {
    margin-top: 25px;
    padding-top: 14px;
    padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Section-difficult-objects */
.section-difficult-objects {
  position: relative;
  padding-top: 190px;
  padding-bottom: 100px;
  border-bottom: 1px solid #9A9A9A;
}

.difficult-objects-info {
  display: inline-block;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.difficult-objects-info h2 {
  display: block;
  width: 100%;
  text-align: center;
}

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

.difficult-objects .pattern-info {
  padding-bottom: 74px;
}

.difficult-objects .pattern-info::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  bottom: 1px;
  transform: translate(0%, 100%);
  width: 120px;
  height: 96px;
  background: url(../img/difficult-objects-info-after.png) no-repeat center center/100% auto;
}

.difficult-objects__media {
  width: calc(70% - 16px);
}

@media (max-width: 1680px) {
  .section-difficult-objects {
    padding-top: 120px;
  }
  .difficult-objects {
    margin-top: 52px;
  }
  .difficult-objects__media {
    width: calc(66% - 22px);
  }
  .difficult-objects .pattern-info {
    padding-bottom: 62px;
  }
}
@media (max-width: 1380px) {
  .section-difficult-objects {
    padding-top: 92px;
  }
  .difficult-objects-info {
    max-width: 920px;
  }
  .difficult-objects {
    margin-top: 44px;
  }
  .difficult-objects__media {
    width: calc(60% - 22px);
  }
}
@media (max-width: 1199px) {
  .difficult-objects .pattern-info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 26px;
    padding-bottom: 40px;
    width: calc(100% - 615px - 16px);
  }
  .difficult-objects__media {
    width: 615px;
  }
}
@media (max-width: 991px) {
  .section-difficult-objects {
    padding-top: 80px;
  }
  .difficult-objects-info {
    max-width: 640px;
  }
  .difficult-objects {
    flex-wrap: wrap;
  }
  .difficult-objects .pattern-info {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 26px;
    padding-bottom: 40px;
    width: 100%;
  }
  .difficult-objects .pattern-info::after {
    display: none;
  }
  .difficult-objects__media {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .section-difficult-objects {
    padding-top: 68px;
  }
  .difficult-objects-info {
    max-width: 520px;
  }
  .difficult-objects .pattern-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .section-difficult-objects {
    padding-top: 56px;
    padding-bottom: 25px;
  }
  .difficult-objects-info {
    max-width: 340px;
  }
  .difficult-objects {
    margin-top: 32px;
  }
  .difficult-objects .pattern-info {
    padding-top: 14px;
    padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .difficult-objects__media {
    margin-top: 25px;
  }
}
/* Section-barriers-icons */
.section-barriers-icons {
  padding-top: 124px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.barriers-icons-info {
  display: inline-block;
  width: 100%;
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}
.barriers-icons-info h4 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  color: #00063A;
}

.barriers {
  width: 100%;
  position: relative;
}

.barriers-icons {
  display: block;
  width: 100vw;
  min-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.barriers-icons__items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 51px;
  padding-right: 30px;
  padding-top: 32px;
  overflow: hidden;
}

.barriers-item {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 12.5%;
  padding: 10px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  line-height: 1.2em;
  border-left: 1px solid #F0F0F0;
}
.barriers-item:nth-child(8n) {
  border-right: 1px solid #F0F0F0;
}
.barriers-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  right: 0px;
  top: -30px;
  width: 100%;
  height: 1px;
  background: #F0F0F0;
}
.barriers-item:nth-child(1)::before, .barriers-item:nth-child(2)::before, .barriers-item:nth-child(3)::before, .barriers-item:nth-child(4)::before, .barriers-item:nth-child(5)::before, .barriers-item:nth-child(6)::before, .barriers-item:nth-child(7)::before, .barriers-item:nth-child(8)::before {
  display: none;
}
.barriers-item:nth-child(9)::before {
  width: calc(100% - 18px);
}

.barriers-item__image {
  display: inline-flex;
  width: 100%;
  height: 88px;
}
.barriers-item__image svg {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  margin-bottom: 0px;
}

.barriers-item__name {
  display: block;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 38px;
}

@media (max-width: 1680px) {
  .section-barriers-icons {
    padding-top: 64px;
    padding-bottom: 140px;
  }
  .barriers-icons__items {
    padding-left: 41px;
    padding-top: 6px;
  }
  .barriers-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  .barriers-item__name {
    max-width: 135px;
  }
}
@media (max-width: 1380px) {
  .section-barriers-icons {
    padding-top: 38px;
    padding-bottom: 98px;
  }
  .barriers-icons__items {
    padding-left: 34px;
    padding-right: 0px;
  }
  .barriers-item {
    font-size: 14px;
    margin-top: 35px;
  }
  .barriers-item::before {
    top: -19px;
  }
  .barriers-item:nth-child(8n) {
    border-right: 0px;
  }
  .barriers-item:nth-child(1) {
    padding-left: 15px;
  }
  .barriers-item:nth-child(9) {
    padding-left: 15px;
  }
  .barriers-item:nth-child(9)::before {
    width: 100%;
  }
  .barriers-item__image {
    height: 62px;
  }
  .barriers-item__name {
    max-width: 118px;
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .barriers-item {
    width: 25%;
  }
  .barriers-item:nth-child(1)::before, .barriers-item:nth-child(2)::before, .barriers-item:nth-child(3)::before, .barriers-item:nth-child(4)::before, .barriers-item:nth-child(5)::before, .barriers-item:nth-child(6)::before, .barriers-item:nth-child(7)::before, .barriers-item:nth-child(8)::before {
    display: inline-block;
  }
  .barriers-item:nth-child(1)::before, .barriers-item:nth-child(2)::before, .barriers-item:nth-child(3)::before, .barriers-item:nth-child(4)::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-barriers-icons {
    padding-top: 28px;
    padding-bottom: 84px;
  }
  .barriers-icons-info {
    max-width: 400px;
  }
  .barriers-icons__items {
    padding-left: 0px;
    padding-top: 0px;
  }
  .barriers-item {
    border-left: 0px;
    border-right: 1px solid #F0F0F0;
  }
  .barriers-item:nth-child(4n) {
    border-right: 0px;
  }
}
@media (max-width: 768px) {
  .section-barriers-icons {
    padding-top: 28px;
    padding-bottom: 72px;
  }
  .barriers-icons-info {
    max-width: 340px;
  }
}
@media (max-width: 575px) {
  .section-barriers-icons {
    padding-bottom: 62px;
  }
  .barriers-icons-info {
    max-width: 300px;
  }
  .barriers-item {
    width: 50%;
    font-size: 12px;
    margin-top: 28px;
  }
  .barriers-item::before {
    top: -14px;
    display: inline-block !important;
  }
  .barriers-item:nth-child(2n) {
    border-right: 0px;
  }
  .barriers-item:nth-child(1)::before, .barriers-item:nth-child(2)::before {
    display: none !important;
  }
  .barriers-item__image {
    height: 50px;
  }
  .barriers-item__name {
    max-width: 108px;
    margin-top: 20px;
  }
}
/* Section-d3-models */
.section-d3-models {
  position: relative;
  padding-top: 160px;
  background: #00063A;
}

.mobility-btn_d3-models {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: calc(50vw - 580px);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: url(../img/mobility-btn_acceleration-bot.png) no-repeat center center/100% auto;
  transition: 0.3s ease;
  top: -782px;
  top: -832px;
  transform: translate3d(0px, 690px, 0px);
}

.d3-models-info {
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.d3-models-info h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.d3-models-info h2 span {
  color: #3562FF;
}

/*
.d3-models-picture-slide__text {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}
*/
.d3-models-pictures {
  display: block;
  width: 100%;
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.d3-models-pictures::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(50% + 60px);
  transform: translate(-50%, -50%);
  width: 1220px;
  height: 1220px;
  opacity: 0.75;
  background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
}

.d3-models-pictures .controls {
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: calc(100% + 152px);
  min-width: calc(100% + 152px);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.d3-models-pictures__slider {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.d3-models-picture-slide {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
  margin-top: 74px;
}

.d3-models-picture-slide__image {
  width: 100%;
}
.d3-models-picture-slide__image img {
  display: block;
  width: 100%;
  height: 547px;
  border-radius: 21px;
  object-fit: cover;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
}

.d3-models-pictures__text {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.d3-models-pictures__text-col {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.d3-models-pictures__text-col p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 11px;
}

.completion-process {
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 188px;
  padding-bottom: 182px;
}

.completion-process__title {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
}

.completion-process__media {
  position: relative;
  width: 100%;
  z-index: 2;
}
.completion-process__media .controls {
  position: absolute;
  left: 50%;
  top: calc(50% + 16px);
  transform: translate(-50%, -50%);
  width: calc(100% + 152px);
  min-width: calc(100% + 152px);
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.completion-process__media::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translate(-50%, -50%);
  width: 1180px;
  height: 1180px;
  opacity: 0.75;
  background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
}

.video-slider {
  width: 100%;
  position: relative;
  z-index: 2;
}

.video-slider__item {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 44px;
  margin-top: 62px;
}
.video-slider__item .video-item {
  height: 468px;
}
.video-slider__item .video-item .video-play-btn {
  top: calc(50% + 8px);
}

.completion-process__text {
  width: 100%;
  position: relative;
  z-index: 2;
}
.completion-process__text p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 7px;
  color: #fff;
}

@media (max-width: 1680px) {
  .section-d3-models {
    padding-top: 100px;
  }
  .mobility-btn_d3-models {
    top: -662px;
    top: -688px;
    transform: translate3d(0px, 610px, 0px);
  }
  .d3-models-picture-slide {
    margin-top: 45px;
  }
  .d3-models-pictures {
    max-width: 880px;
  }
  .d3-models-pictures .controls {
    top: calc(50% + 0px);
  }
  .d3-models-pictures::before {
    top: calc(50% + 60px);
    width: 1040px;
    height: 1040px;
  }
  .d3-models-picture-slide__image img {
    height: 504px;
  }
  .completion-process {
    max-width: 790px;
    padding-top: 122px;
    padding-bottom: 118px;
  }
  .completion-process__media .controls {
    top: calc(50% + 10px);
  }
  .completion-process__media::before {
    top: calc(50% + 10px);
    width: 980px;
    height: 980px;
  }
  .video-slider__item {
    margin-bottom: 35px;
    margin-top: 45px;
  }
  .video-slider__item .video-item {
    height: 435px;
  }
  .video-slider__item .video-item .video-play-btn {
    top: calc(50% + 5px);
  }
}
@media (max-width: 1380px) {
  .section-d3-models {
    padding-top: 74px;
  }
  .mobility-btn_d3-models {
    top: -542px;
    top: -574px;
    transform: translate3d(0px, 510px, 0px);
  }
  .d3-models-picture-slide {
    margin-top: 38px;
  }
  .d3-models-pictures {
    max-width: 760px;
  }
  .d3-models-pictures::before {
    top: calc(50% + 40px);
    width: 920px;
    height: 920px;
  }
  .d3-models-picture-slide__image img {
    height: 430px;
  }
  .d3-models-pictures .controls {
    width: calc(100% + 126px);
    min-width: calc(100% + 126px);
  }
  .d3-models-pictures__text-col p {
    font-size: 18px;
  }
  .completion-process__text p {
    font-size: 18px;
    margin-top: 5px;
  }
  .completion-process {
    max-width: 715px;
    padding-top: 88px;
    padding-bottom: 86px;
  }
  .completion-process__media .controls {
    top: calc(50% + 5px);
    width: calc(100% + 126px);
    min-width: calc(100% + 126px);
  }
  .completion-process__media::before {
    top: calc(50% + 5px);
    width: 860px;
    height: 860px;
  }
  .video-slider__item {
    margin-bottom: 26px;
    margin-top: 35px;
  }
  .video-slider__item .video-item {
    height: 390px;
  }
  .video-slider__item .video-item .video-play-btn {
    top: calc(50% + 3px);
  }
}
@media (max-width: 1199px) {
  .section-d3-models {
    overflow: hidden;
  }
  .mobility-btn_d3-models {
    display: none;
  }
  .d3-models-picture-slide__image img {
    height: 430px;
  }
  .completion-process {
    max-width: 635px;
  }
  .video-slider__item .video-item {
    height: 346px;
  }
}
@media (max-width: 991px) {
  .section-d3-models {
    padding-top: 65px;
  }
  .d3-models-pictures {
    max-width: none;
    width: calc(100% - 130px);
    min-width: calc(100% - 130px);
  }
  .d3-models-picture-slide__image img {
    height: 43vw;
  }
  .d3-models-pictures .controls {
    width: calc(100% + 130px);
    min-width: calc(100% + 130px);
    top: calc(50% - 3px);
  }
  .completion-process {
    max-width: none;
    padding-top: 76px;
    padding-bottom: 74px;
  }
  .video-slider {
    width: calc(100% + 50px);
    min-width: calc(100% + 50px);
    margin-left: -25px;
  }
  .video-slider__item {
    margin-left: 25px;
    margin-right: 25px;
  }
  .video-slider__item .video-item {
    height: 52vw;
  }
  .completion-process__media .controls {
    width: 100%;
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .section-d3-models {
    padding-top: 58px;
  }
  .video-slider {
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
  .video-slider__item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .d3-models-pictures__text-col p {
    font-size: 16px;
  }
  .completion-process__text p {
    font-size: 16px;
  }
  .completion-process {
    padding-top: 66px;
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .section-d3-models {
    padding-top: 52px;
  }
  .d3-models-info {
    max-width: 422px;
  }
  .d3-models-pictures {
    width: calc(100% + 42px);
    min-width: calc(100% + 42px);
    margin-left: -21px;
  }
  .d3-models-pictures__slider .slick-list {
    padding-left: 12px;
    padding-right: 12px;
  }
  .d3-models-picture-slide__image img {
    height: 51vw;
  }
  .d3-models-pictures .controls {
    width: calc(100% - 42px);
    min-width: calc(100% - 42px);
    padding-left: 10px;
    padding-right: 10px;
    top: calc(28vw + 23px);
  }
  .d3-models-pictures::before {
    top: calc(50% + 20px);
    width: 110vw;
    height: 110vw;
  }
  .d3-models-pictures__text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .d3-models-pictures__text-col p {
    font-size: 14px;
  }
  .d3-models-picture-slide {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .d3-models-pictures__text-col p {
    margin-top: 8px;
  }
  .completion-process {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .completion-process__media .controls {
    padding-left: 10px;
    padding-right: 10px;
    top: calc(50% + 5px);
  }
  .video-slider {
    width: calc(100% + 35px);
    min-width: calc(100% + 35px);
    margin-left: -17.5px;
  }
  .video-slider__item {
    margin-left: 17.5px;
    margin-right: 17.5px;
    margin-bottom: 16px;
    margin-top: 25px;
  }
  .video-slider__item .video-item .video-play-btn {
    top: calc(50% + 4px);
  }
  .completion-process__media::before {
    top: calc(50% + 3px);
    width: 110vw;
    height: 110vw;
  }
  .completion-process__text p {
    font-size: 14px;
  }
}
/* Section-waste-time */
.section-waste-time {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: #fff;
  padding-top: 300px;
}

.waste-time {
  display: flex;
  width: 100%;
}

.waste-time__image {
  display: inline-block;
  position: absolute;
  left: calc(50vw - 956px);
  bottom: 0px;
}
.waste-time__image img {
  display: block;
  width: 855px;
  max-width: calc(100vw - 700px);
}

.waste-time__container {
  display: inline-block;
  position: relative;
  width: 700px;
  max-width: 100%;
  padding-top: 1118px;
  padding-top: 5px;
  padding-bottom: 60px;
  margin-left: auto;
}

.waste-time-fast-scroll .btn {
  width: 100%;
  max-width: 382px;
  margin-top: 164px;
  border: 1px solid #00063A;
  transition: all 0s, background 0.3s ease, border-color 0.3s ease !important;
}
.waste-time-fast-scroll .btn span {
  color: #00063A;
}
.waste-time-fast-scroll .btn:hover {
  background: #0030DA;
  border-color: #0030DA;
}
.waste-time-fast-scroll .btn:hover span {
  color: #fff;
}

.waste-time-text {
  display: block;
  width: 100%;
}

.waste-time-text__block {
  display: block;
  width: 100%;
  margin-top: 178px;
  position: relative;
}
.waste-time-text__block:first-child {
  margin-top: 100px;
}
.waste-time-text__block b {
  display: block;
  font-size: 50px;
  line-height: 1.2em;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  color: #00063A;
}
.waste-time-text__block.waste-time-text__block_alt b {
  color: #0030DA;
}

.waste-animate-scroll {
  top: 2290px;
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 1680px) {
  .section-waste-time {
    padding-top: 140px;
  }
  .waste-time__image {
    left: calc(50vw - (250px + 35vw));
    left: calc(22vw - 345px);
  }
  .waste-time__image img {
    width: 690px;
    max-width: none;
    width: 45.5vw;
    max-width: 690px;
  }
  .waste-time__container {
    width: 688px;
  }
  .waste-time-fast-scroll .btn {
    margin-top: 94px;
  }
  .waste-time-text__block {
    margin-top: 108px;
  }
  .waste-time-text__block:first-child {
    margin-top: 65px;
  }
  .waste-animate-scroll {
    top: 1910px;
  }
}
@media (max-width: 1380px) {
  .section-waste-time {
    padding-top: 60px;
  }
  .waste-time__image {
    left: calc(50vw - 555px);
  }
  .waste-time__image img {
    width: 49vw;
    max-width: 550px;
  }
  .waste-time__container {
    width: 550px;
  }
  .waste-time-fast-scroll .btn {
    margin-top: 56px;
  }
  .waste-time-text__block {
    margin-top: 65px;
  }
  .waste-time-text__block:first-child {
    margin-top: 45px;
  }
  .waste-time-text__block b {
    font-size: 40px;
  }
  .waste-animate-scroll {
    top: 1590px;
  }
}
@media (max-width: 1199px) {
  .section-waste-time {
    padding-top: 75px;
    padding-bottom: 106px;
  }
  .waste-time-fast-scroll {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
  }
  .waste-time-fast-scroll .btn {
    transform: none !important;
    top: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  .waste-time-text__block {
    transform: none !important;
    top: auto !important;
  }
  .waste-time {
    flex-wrap: wrap;
  }
  .waste-time__image {
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .waste-time__image img {
    width: 49vw;
    width: 550px;
    max-width: 550px;
  }
  .waste-time__container {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .waste-time-text__block {
    margin-top: 40px;
  }
  .waste-time-text__block b {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .section-waste-time {
    padding-top: 60px;
    padding-bottom: 94px;
  }
  .waste-time__image img {
    width: 460px;
    max-width: 460px;
  }
  .waste-time-text__block {
    margin-top: 30px;
  }
  .waste-time-text__block b {
    font-size: 30px;
  }
  .waste-time-fast-scroll {
    padding-top: 8px;
  }
  .waste-time-fast-scroll .btn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .section-waste-time {
    padding-top: 52px;
    padding-bottom: 84px;
  }
  .waste-time__image img {
    width: 408px;
    max-width: 408px;
  }
  .waste-time-text__block {
    margin-top: 24px;
  }
  .waste-time-text__block b {
    font-size: 26px;
  }
  .waste-time-fast-scroll {
    padding-top: 2px;
  }
  .waste-time-fast-scroll .btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .section-waste-time {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .waste-time__image img {
    width: 280px;
    max-width: 280px;
  }
  .waste-time-text__block {
    margin-top: 18px;
  }
  .waste-time-text__block:first-child {
    margin-top: 32px;
  }
  .waste-time-text__block b {
    font-size: 18px;
  }
  .waste-time-fast-scroll {
    padding-top: 0px;
  }
  .waste-time-fast-scroll .btn {
    margin-top: 26px;
  }
}
/* Section-flagship-technologies */
.section-flagship-technologies {
  position: relative;
  overflow: hidden;
  padding-top: 190px;
  background: #00063A;
}

.flagship-technologies-info {
  width: 100%;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.flagship-technologies-info h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.flagship-technologies {
  display: flex;
  width: 100%;
  margin-top: 68px;
}

.flagship-technologies__media {
  width: 50%;
  height: 818px;
  position: relative;
}
.flagship-technologies__media img {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: auto;
}
.flagship-technologies__media::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 70px);
  transform: translateX(-50%);
  top: -320px;
  width: 1240px;
  height: 1240px;
  opacity: 0.75;
  background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
}

.flagship-technologies__info {
  display: block;
  width: 50%;
  padding-left: 60px;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 34px;
  padding-bottom: 120px;
}
.flagship-technologies__info ul.pattern-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flagship-technologies__info ul.pattern-list li {
  display: block;
  width: calc(50% - 10px);
  max-width: 240px;
  padding-left: 28px;
  color: #fff;
  font-size: 16px;
  margin-top: 59px;
  line-height: 1.17em;
  /*
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: normal;
  */
}
.flagship-technologies__info ul.pattern-list li::before {
  top: 6px;
  background: #fff;
}
.flagship-technologies__info ul.pattern-list li span {
  color: #DEC280;
}
.flagship-technologies__info .btn {
  width: 100%;
  max-width: 294px;
  margin-top: 46px;
}
.flagship-technologies__info .btn span {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
}

@media (max-width: 1680px) {
  .section-flagship-technologies {
    padding-top: 122px;
  }
  .flagship-technologies {
    margin-top: 44px;
  }
  .flagship-technologies__media {
    height: 690px;
  }
  .flagship-technologies__media::before {
    left: calc(50% - 40px);
    top: -320px;
    width: 1140px;
    height: 1140px;
    border-radius: 50%;
    background-size: calc(100% - 200px) auto;
  }
  .flagship-technologies__info {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .flagship-technologies__info ul.pattern-list li {
    margin-top: 44px;
  }
  .flagship-technologies__info .btn {
    margin-top: 36px;
  }
}
@media (max-width: 1380px) {
  .section-flagship-technologies {
    padding-top: 94px;
  }
  .flagship-technologies {
    margin-top: 38px;
  }
  .flagship-technologies__media {
    height: 606px;
  }
  .flagship-technologies__media::before {
    left: calc(50% - 5px);
    top: -260px;
    width: 1020px;
    height: 1020px;
  }
  .flagship-technologies__info {
    padding-top: 28px;
    padding-bottom: 50px;
    padding-left: 45px;
  }
  .flagship-technologies__info ul.pattern-list li {
    margin-top: 35px;
  }
  .flagship-technologies__info .btn {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .flagship-technologies__media {
    width: calc(50% + 15px);
    height: 568px;
    margin-top: auto;
  }
  .flagship-technologies__info {
    width: calc(50% - 15px);
    padding-left: 30px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-flagship-technologies {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .flagship-technologies {
    flex-wrap: wrap;
    margin-top: 36px;
  }
  .flagship-technologies__media {
    width: 408px;
    max-width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .flagship-technologies__media img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .flagship-technologies__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .flagship-technologies__info ul.pattern-list li {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-top: 25px;
  }
  .flagship-technologies__info ul.pattern-list li br {
    display: none;
  }
  .flagship-technologies__info .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .section-flagship-technologies {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .flagship-technologies__media {
    width: 362px;
  }
}
@media (max-width: 575px) {
  .section-flagship-technologies {
    padding-top: 58px;
    padding-bottom: 76px;
  }
  .flagship-technologies__media {
    width: 262px;
  }
  .flagship-technologies {
    margin-top: 25px;
  }
  .flagship-technologies__info {
    padding-top: 16px;
  }
  .flagship-technologies__info ul.pattern-list li {
    padding-left: 16px;
    font-size: 12px;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-top: 15px;
  }
  .flagship-technologies__info ul.pattern-list li::before {
    top: 3px;
  }
  .flagship-technologies__info .btn {
    margin-top: 28px;
  }
}
/* Section-nolimit */
.section-nolimit {
  padding-top: 178px;
  padding-bottom: 130px;
}

.nolimit-info {
  display: block;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.nolimit-info h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #00063A;
}

.nolimit {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 20px;
  margin-top: 334px;
  padding-left: 100px;
  padding-right: 60px;
  padding-top: 22px;
  padding-bottom: 95px;
  background: #FFF;
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.nolimit__media {
  width: 322px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.nolimit__media .controls {
  position: absolute;
  left: 0px;
  top: calc(50% - 44px);
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
}

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

.nolimit-slider__item {
  display: block;
  margin-left: 33px;
  margin-right: 33px;
}
.nolimit-slider__item img {
  display: block;
  width: 100%;
  height: 894px;
  object-fit: contain;
}

.nolimit__info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nolimit__info ul.pattern-list {
  width: calc(50% - 20px);
  max-width: 240px;
}
.nolimit__info ul.pattern-list li {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: normal;
  margin-top: 86px;
}
.nolimit__info ul.pattern-list li::before {
  top: 6px;
  left: -5px;
}
.nolimit__info ul.pattern-list span {
  color: #0030DA;
}

@media (max-width: 1680px) {
  .section-nolimit {
    padding-top: 114px;
    padding-bottom: 68px;
  }
  .nolimit {
    margin-top: 262px;
    padding-top: 18px;
    padding-bottom: 64px;
  }
  .nolimit-slider__item img {
    height: 688px;
  }
  .nolimit__info ul.pattern-list li {
    margin-top: 55px;
  }
  .nolimit__media .controls {
    top: calc(50% - 33px);
  }
}
@media (max-width: 1380px) {
  .section-nolimit {
    padding-top: 80px;
    padding-bottom: 28px;
  }
  .nolimit {
    margin-top: 204px;
    padding-top: 22px;
    padding-bottom: 48px;
    padding-left: 70px;
    padding-right: 40px;
  }
  .nolimit-slider__item img {
    height: 544px;
  }
  .nolimit__info ul.pattern-list li {
    margin-top: 35px;
  }
  .nolimit__media {
    width: 280px;
  }
  .nolimit__media .controls {
    top: calc(50% - 21px);
  }
}
@media (max-width: 1199px) {
  .nolimit {
    padding-left: 40px;
    padding-right: 20px;
  }
  .nolimit__media {
    width: 240px;
  }
  .nolimit-slider__item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .nolimit-slider__item ul.pattern-list li {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .section-nolimit {
    padding-top: 74px;
    padding-bottom: 16px;
  }
  .nolimit {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    margin-top: 160px;
  }
  .nolimit__media {
    width: 240px;
    position: relative;
    margin-top: -130px;
  }
  .nolimit__media .controls {
    top: calc(50% - 14px);
  }
  .nolimit__info {
    padding-top: 10px;
  }
  .nolimit__info ul.pattern-list {
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .section-nolimit {
    padding-bottom: 20px;
  }
  .nolimit {
    padding-bottom: 43px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .nolimit-slider__item img {
    height: 422px;
  }
  .nolimit__info ul.pattern-list li {
    padding-left: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .section-nolimit {
    padding-top: 58px;
  }
  .nolimit {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 98px;
  }
  .nolimit__info {
    padding-top: 5px;
  }
  .nolimit__info ul.pattern-list {
    width: calc(50% - 12.5px);
  }
  .nolimit__info ul.pattern-list li {
    padding-left: 16px;
    font-size: 12px;
    margin-top: 20px;
  }
  .nolimit__info ul.pattern-list li::before {
    top: 4px;
    left: 0px;
  }
  .nolimit__media {
    width: 210px;
    margin-top: -80px;
  }
  .nolimit-slider__item img {
    height: 308px;
  }
}
/* Section- */
/* Section- */
/* Section-mobility */
.section-mobility {
  padding-top: 78px;
  padding-bottom: 144px;
  padding-bottom: 0px;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
.section-mobility h2 {
  width: 100%;
  text-align: center;
  /*
  max-width: 550px;
  */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1085px;
}
.section-mobility h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -18px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url(../img/mobility-btn_acceleration-bot.png) no-repeat center center/100% auto;
  top: -27px;
}
.section-mobility .container {
  position: relative;
}
.section-mobility .linear-slider {
  margin-top: 82px;
  margin-top: 62px;
}
.section-mobility .linear-slider__slide {
  border: 0px;
  border: 1px solid #fff;
  margin-left: 0px;
  margin-right: 0px;
}
.section-mobility .linear-slider__slide a {
  height: 460px;
  margin-left: 0px;
  margin-right: 0px;
}

/*
.mobility {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;

	a {
		display: inline-block;
		position: relative;
		width: calc(100% / 3);
		height: 422px;

		img {
			display: inline-block;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
}
*/
.video-preview {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 144px;
  margin-bottom: -42px;
  width: 427px;
  height: 242px;
  border-radius: 11px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.video-preview iframe {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 11px;
  z-index: 2;
}
.video-preview .play {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-preview .play .play-pulse {
  border-color: #137FFE;
  animation: play-pulse_02 2.5s infinite;
}
.video-preview:hover .video-preview::after {
  opacity: 0;
}
.video-preview:hover .play::before {
  background: #0030DA;
}
.video-preview:hover .play img {
  opacity: 0;
}
.video-preview:hover .play img.hover {
  opacity: 1;
}
.video-preview.active .play {
  opacity: 0;
  pointer-events: none;
}
.video-preview.active .video-preview__overlay {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.video-preview__overlay {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
  border-radius: 11px;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s ease;
}
.video-preview__overlay h5 {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  text-align: center;
  left: 0px;
  top: 26px;
  font-family: "Gilroy-SemiBold", sans-serif !important;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  transform: translateX(-50%);
}

@media (max-width: 1680px) {
  .section-mobility {
    padding-top: 72px;
    padding-bottom: 118px;
    padding-bottom: 0px;
  }
  .section-mobility .linear-slider {
    margin-top: 44px;
  }
  .section-mobility .linear-slider__slide a {
    height: 330px;
  }
  .video-preview {
    margin-top: 90px;
    margin-bottom: -35px;
    width: 407px;
    height: 212px;
  }
}
@media (max-width: 1380px) {
  .section-mobility {
    padding-top: 66px;
    padding-bottom: 0px;
  }
  .section-mobility .linear-slider {
    margin-top: 36px;
  }
  .section-mobility .linear-slider__slide {
    width: 384px !important;
  }
  .section-mobility .linear-slider__slide a {
    width: 100%;
    height: 248px !important;
  }
  .section-mobility h2 {
    max-width: 905px;
  }
  .video-preview {
    margin-top: 60px;
    margin-bottom: -30px;
    width: 350px;
    height: 180px;
  }
  .video-preview__overlay h5 {
    font-size: 16px;
    top: 15px;
  }
}
@media (max-width: 1199px) {
  .section-mobility {
    padding-top: 60px;
    padding-bottom: 104px;
    padding-bottom: 0px;
  }
  .section-mobility h2::before {
    display: none;
  }
  .section-mobility .linear-slider {
    margin-top: 28px;
  }
  .section-mobility .linear-slider__slide {
    width: 324px !important;
  }
  .section-mobility .linear-slider__slide a {
    height: 218px !important;
  }
  .video-preview {
    margin-top: 50px;
    margin-bottom: -20px;
  }
}
@media (max-width: 991px) {
  .section-mobility {
    padding-top: 72px;
  }
  .section-mobility .container {
    position: unset;
  }
  .video-preview {
    margin-top: 65px;
    margin-bottom: 68px;
  }
  .video-preview__overlay h5 {
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%, -100%);
    top: -28px;
  }
  .video-preview__overlay h5 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-mobility {
    padding-top: 56px;
  }
  .section-mobility .linear-slider {
    margin-top: 24px;
  }
  .video-preview {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}
@media (max-width: 575px) {
  .section-mobility {
    padding-top: 46px;
  }
  .section-mobility .linear-slider {
    margin-top: 22px;
  }
  .section-mobility .linear-slider__slide {
    width: 275px !important;
  }
  .section-mobility .linear-slider__slide a {
    width: 275px !important;
    height: 186px !important;
  }
  .video-preview {
    margin-top: 56px;
    width: 300px;
    height: 160px;
  }
  .video-preview__overlay h5 {
    font-size: 15px;
  }
}
/* Section-software */
.section-software {
  margin-top: 56px;
  padding-top: 140px;
}

.software {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.software h2 {
  display: block;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 58px;
  text-align: center;
  color: #00063A;
}

.software__info {
  display: inline-block;
  width: 490px;
}

.software__text p {
  max-width: 378px;
  display: block;
  margin-top: 32px;
  line-height: 1.18em;
}
.software__text p b {
  font-family: "Gilroy-ExtraBold", sans-serif !important;
  font-weight: normal !important;
}

.software__advantages {
  padding-top: 12px;
  padding-top: 0px;
}

.software__advantage {
  margin-top: 65px;
  padding-left: 94px;
  position: relative;
  max-width: 325px;
  line-height: 1.18em;
}
.software__advantage:nth-child(2) {
  /*
  margin-left: 80px;
  */
}
.software__advantage b {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal !important;
}

.software__media {
  display: inline-block;
  position: relative;
  width: calc(100% - 490px);
  padding-bottom: 248px;
  padding-left: 28px;
}

.software__bg {
  display: inline-block;
  position: absolute;
  right: -74px;
  right: -94px;
  bottom: 0px;
  max-width: 100%;
  z-index: 0;
  user-select: none;
}

.phone {
  display: inline-block;
  position: relative;
  width: 294px;
  height: 632px;
  box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  margin-top: 40px;
  z-index: 2;
}
.phone .controls {
  position: absolute;
  z-index: 10;
  width: calc(100% + 60px);
  left: 50%;
  top: calc(50% + 15px);
  transform: translate(-50%, -50%);
  justify-content: space-between;
}

.phone__bg {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.phone__slider {
  z-index: 4;
  position: relative;
  display: block;
  width: calc(100% - 26px);
  left: calc(50% + 1px);
  transform: translateX(-50%);
  height: 598px;
  border-radius: 25px;
  margin-top: 32px;
  margin-top: 18px;
  overflow: hidden;
}

.phone__slide {
  display: inline-block;
  height: 598px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(100% + 3px) auto;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-left: 0px !important;
  margin-right: 0px !important;
}

.software-video {
  display: block;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 56px;
}
.software-video .video-item {
  max-width: 380px;
  height: 218px;
}
.software-video .video-item__preview {
  opacity: 1 !important;
}
.software-video .video-item__preview::after {
  background: #00255C;
  opacity: 0.3;
}

@media (max-width: 1680px) {
  .section-software {
    margin-top: 40px;
    padding-top: 84px;
  }
  .software__info h2 {
    padding-bottom: 20px;
  }
  .software__text p {
    margin-top: 25px;
  }
  .software__advantages {
    padding-top: 8px;
    padding-top: 0px;
  }
  .software__advantage {
    margin-top: 50px;
  }
  .software__advantage:nth-child(2) {
    margin-left: 60px;
    margin-left: 0px;
  }
  .software__media {
    width: calc(100% - 490px);
    padding-bottom: 164px;
    padding-left: 28px;
  }
  .software__bg {
    width: 430px;
    right: 40px;
  }
  .phone {
    margin-top: 20px;
    width: 265px;
    height: 560px;
  }
  .phone__slider {
    height: 536px;
    margin-top: 14px;
  }
  .phone__slide {
    height: 536px;
  }
  .software-video {
    margin-top: 54px;
    margin-bottom: 90px;
  }
}
@media (max-width: 1380px) {
  .section-software {
    margin-top: 24px;
    padding-top: 60px;
  }
  .software h2 {
    padding-bottom: 44px;
  }
  .software__info {
    width: 410px;
  }
  .software__text p {
    margin-top: 20px;
    font-size: 16px;
    max-width: 328px;
  }
  .software__advantages {
    padding-top: 8px;
    padding-top: 0px;
  }
  .software__advantage {
    margin-top: 40px;
    padding-left: 74px;
  }
  .software__advantage p {
    font-size: 16px;
  }
  .software__media {
    width: calc(100% - 430px);
    margin-right: 40px;
    max-width: 640px;
    padding-left: 28px;
    padding-bottom: 136px;
  }
  .software__bg {
    width: 370px;
    right: 40px;
  }
  .phone {
    margin-top: 4px;
    width: 238px;
    height: 504px;
  }
  .phone__slider {
    height: 480px;
    margin-top: 14px;
  }
  .phone__slide {
    height: 480px;
    background-size: calc(100% + 6px) auto;
  }
  .software-video {
    margin-top: 42px;
    margin-bottom: 58px;
  }
  .software-video .video-item {
    max-width: 320px;
    height: 184px;
  }
}
@media (max-width: 1199px) {
  .software__advantage {
    padding-left: 68px;
  }
  .software__advantage:nth-child(2) {
    margin-left: 40px;
    margin-left: 0px;
  }
  .software__info {
    width: 380px;
  }
  .software__media {
    margin-right: 3vw;
    padding-bottom: 116px;
    width: calc(100% - 420px);
    max-width: 560px;
    user-select: unset !important;
  }
  .software__bg {
    width: 340px;
    right: 0px;
  }
}
@media (max-width: 991px) {
  .software {
    flex-wrap: wrap;
  }
  .software h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .software__info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .software__info p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .software__info p br {
    display: none;
  }
  .software__advantages {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }
  .software__advantage {
    max-width: 272px;
  }
  .software__advantage p {
    text-align: left;
  }
  .software__media {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 82px;
    width: 460px;
    max-width: 100%;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    margin-top: 62px;
    padding-top: 0px !important;
  }
  .phone {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  .software__bg {
    width: 140px;
    max-height: 230px;
    right: 50%;
    transform: translate(50%, 0%);
    top: 0px;
    bottom: auto;
    display: none !important;
  }
  .software-video {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    max-width: 100%;
  }
  .software-video .video-item {
    max-width: 100%;
    height: 184px;
  }
}
@media (max-width: 768px) {
  .section-software {
    padding-top: 62px;
  }
  .software {
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
  }
  .software__info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .software__info p {
    margin-top: 15px;
  }
  .software__advantages {
    padding-top: 5px;
    padding-top: 0px;
  }
  .software__advantage {
    margin-top: 35px;
  }
  .software__media {
    padding-bottom: 74px;
    margin-top: 52px;
  }
}
@media (max-width: 575px) {
  .section-software {
    margin-top: 8px;
    padding-top: 54px;
  }
  .software {
    padding-bottom: 0px;
  }
  .software h2 {
    padding-bottom: 10px;
  }
  .software__info p {
    font-size: 12px;
    margin-top: 10px;
  }
  .software__advantage {
    margin-top: 22px;
    max-width: 205px;
    padding-left: 52px;
    padding-bottom: 0px;
  }
  .software__advantage:nth-child(2) {
    margin-left: 0px;
  }
  .software__advantage p {
    font-size: 12px;
  }
  .software__media {
    padding-bottom: 62px;
    margin-top: 42px;
    padding-top: 92px;
  }
  .phone {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.25);
  }
  .phone .controls {
    width: calc(100% + 30px);
    top: calc(50% + 6px);
  }
  .phone {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.25);
  }
  .phone .controls {
    width: calc(100% + 30px);
    top: calc(50% + 6px);
  }
  .phone {
    width: 202px;
    height: 428px;
  }
  .phone__slider {
    height: 404px;
    margin-top: 12px;
  }
  .phone__slide {
    height: 404px;
    background-size: calc(100% + 6px) auto;
  }
  .software__bg {
    width: 110px;
    max-height: 210px;
  }
  .software-video {
    width: 280px;
  }
  .software-video .video-item {
    height: 160px;
  }
  .fancybox-slide--video {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* Section-safety */
.section-safety {
  padding-top: 170px;
  padding-bottom: 220px;
  padding-bottom: 185px;
  background: #00063A;
  flex-direction: column;
}
.section-safety h2 {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Gilroy-Bold", sans-serif;
  margin-top: -20px;
  margin-bottom: -18px;
}
.section-safety h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -38px;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: url(../img/mobility-btn_acceleration-bot.png) no-repeat center center/100% auto;
  top: -180px;
}

.safety {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 100px;
}

.safety__media {
  display: inline-block;
  width: 50%;
  height: 640px;
  position: relative;
}
.safety__media .controls {
  width: auto;
  display: inline-flex;
  z-index: 2;
  position: absolute;
  right: 11px;
  bottom: 20px;
  left: auto;
}
.safety__media .controls .control {
  margin-right: 16px;
}
.safety__media::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -325px;
  width: 1320px;
  max-width: calc(100% + 350px);
  height: 1320px;
  top: calc(50% - 10px);
  pointer-events: none;
  transform: translateY(-50%);
  background: url(../img/safety-shadow.svg) no-repeat center center/calc(100% - 150px) auto;
  pointer-events: none;
}

.safety__slider {
  display: inline-block;
  width: 100%;
  height: 640px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.3);
}

.safety__slide {
  display: inline-block;
  height: 640px;
  position: relative;
}
.safety__slide img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safety__brands {
  display: inline-flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  width: 50%;
  padding-right: 80px;
  padding-left: 25px;
}

.clients {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  max-width: 555px;
  padding-top: 8px;
}
.clients p {
  display: block;
  color: #fff;
  padding-left: 36px;
}

.clients__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-top: 52px;
}

.clients__item {
  display: inline-flex;
  height: 110px;
  width: calc((100% - 120px) / 3);
}
.clients__item img {
  display: inline-block;
  margin: auto;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.clients__item.clients__item_04 img {
  top: -3px;
}
.clients__item.clients__item_05 img {
  top: 6px;
}
.clients__item.clients__item_07 img {
  top: -4px;
}
.clients__item.clients__item_11 img {
  top: 5px;
}

@media (max-width: 1680px) {
  .section-safety {
    padding-top: 112px;
    padding-bottom: 140px;
    padding-bottom: 130px;
  }
  .section-safety h2 {
    margin-top: -8px;
    margin-bottom: -6px;
  }
  .section-safety h2::before {
    top: -140px;
  }
  .safety {
    margin-top: 58px;
  }
  .safety__media {
    height: 530px;
  }
  .safety__slider {
    height: 530px;
  }
  .safety__slide {
    height: 530px;
  }
  .safety__brands {
    padding-right: 40px;
  }
  .clients {
    max-width: 520px;
    padding-top: 2px;
  }
  .clients p {
    padding-left: 28px;
  }
  .clients__items {
    padding-left: 20px;
    padding-top: 34px;
  }
  .clients__item {
    height: 98px;
    width: calc((100% - 100px) / 3);
  }
}
@media (max-width: 1380px) {
  .section-safety {
    padding-top: 84px;
    padding-bottom: 100px;
    padding-bottom: 95px;
  }
  .section-safety h2 {
    max-width: 1100px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-safety h2::before {
    top: -115px;
  }
  .safety {
    margin-top: 48px;
  }
  .safety__media {
    height: 460px;
  }
  .safety__media .controls {
    right: 10px;
    bottom: 15px;
  }
  .safety__media .controls .control {
    margin-right: 10px;
  }
  .safety__slider {
    height: 460px;
  }
  .safety__slide {
    height: 460px;
  }
  .safety__brands {
    padding-right: 20px;
    padding-left: 20px;
  }
  .clients {
    max-width: 400px;
  }
  .clients p {
    padding-left: 16px;
    font-size: 16px;
  }
  .clients__items {
    padding-left: 15px;
    padding-top: 28px;
  }
  .clients__item {
    height: 85px;
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 1199px) {
  .section-safety {
    overflow: hidden;
  }
  .section-safety h2::before {
    display: none;
  }
  .safety {
    margin-top: 42px;
  }
  .safety__media {
    height: 430px;
  }
  .safety__slider {
    height: 430px;
  }
  .safety__slide {
    height: 430px;
  }
  .clients__items {
    padding-top: 24px;
  }
  .clients__item {
    height: 80px;
    width: calc((100% - 70px) / 3);
  }
  .clients {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .section-safety {
    padding-top: 76px;
    padding-bottom: 64px;
  }
  .safety {
    width: 100%;
    flex-wrap: wrap;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
  .safety__media {
    width: 100%;
    height: 400px;
  }
  .safety__media::before {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .safety__media .controls {
    right: 20px;
    width: calc(100% - 40px);
    bottom: 20px;
    justify-content: space-between;
  }
  .safety__media .controls .control {
    margin-right: 0px;
    margin-left: 0px;
  }
  .safety__slider {
    height: 400px;
    border-radius: 0px;
  }
  .safety__slide {
    height: 400px;
  }
  .safety__brands {
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    margin-top: 42px;
  }
  .clients {
    width: 100%;
    max-width: 100%;
  }
  .clients p {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .clients__items {
    padding-top: 34px;
  }
  .clients__item {
    height: 94px;
    width: calc((100% - 70px) / 3);
  }
}
@media (max-width: 768px) {
  .section-safety {
    padding-top: 72px;
    padding-bottom: 62px;
  }
  .safety {
    margin-top: 35px;
    max-width: 100%;
  }
  .safety__brands {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
  .clients__item {
    height: 88px;
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 575px) {
  .section-safety {
    padding-top: 58px;
    padding-bottom: 50px;
  }
  .section-safety h2 {
    max-width: 360px;
  }
  .safety {
    margin-top: 28px;
  }
  .safety__brands {
    padding-right: 23px;
  }
  .safety__media {
    height: 320px;
    max-height: 70vw;
  }
  .safety__media .controls {
    right: 17.5px;
    width: calc(100% - 35px);
  }
  .safety__slider {
    height: 320px;
    max-height: 70vw;
  }
  .safety__slide {
    height: 320px;
    max-height: 70vw;
  }
  .safety__brands {
    margin-top: 28px;
    max-width: 460px;
  }
  .clients p {
    font-size: 16px;
  }
  .clients__items {
    padding-top: 27px;
  }
  .clients__item {
    height: 82px;
    max-height: 20vw;
    width: calc((100% - 64px) / 3);
  }
}
/* Section-company */
.section-company {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

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

.certificates {
  position: relative;
  display: block;
  width: 30%;
  min-width: 604px;
  min-height: 100%;
}

.certificates__slider {
  display: block;
  flex-wrap: wrap;
  width: 100%;
}
.certificates__slider .slick-track {
  min-height: 1265px;
}
.certificates__slider .slick-list {
  padding-right: 2px;
  min-height: 1265px;
}

.certificates__slide {
  display: flex !important;
  width: 100%;
  border: 0px !important;
}

.certificate {
  display: inline-block;
  position: relative;
  width: 33.3333333333%;
  background: #fff;
  height: 14vw !important;
  min-height: 284px !important;
  border: 0.4px solid #EDEDED;
}
.certificate img {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.certificate::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  z-index: 2;
  opacity: 1;
  background-color: #000;
  mix-blend-mode: color;
  transition: all 0.4s ease-in-out;
}
.certificate::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  border: 1.5px solid #0030DA;
  z-index: 3;
  opacity: 0;
  background-color: rgba(0, 117, 255, 0.05);
  transition: all 0.5s ease-in-out;
}
.certificate:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.certificate:hover::after {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.company__info {
  display: inline-block;
  width: 70%;
  max-width: calc(100% - 606px - 0px);
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 22px;
  padding-bottom: 42px;
  margin-top: auto;
  margin-bottom: auto;
  /*
  h2 {
  	color: #fff;
  	font-size: 110px;
  }
  */
}
.company__info h2 {
  display: block;
  max-width: 780px;
  padding-left: 55px;
}

.company-details {
  width: 100%;
  max-width: 902px;
  margin-top: 64px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding-left: 95px;
  padding-right: 95px;
  padding-top: 32px;
  padding-bottom: 78px;
}
.company-details .pattern-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 4px;
}
.company-details .pattern-list li {
  display: inline-block;
  width: calc(33.3333333333% - 15px);
  max-width: 218px;
  padding-right: 30px;
  padding-left: 28px;
  line-height: 1.4em;
  margin-top: 30px;
  padding-right: 20px;
}
.company-details .pattern-list li:nth-child(3n-1) {
  width: calc(33.3333333333% - 15px);
}
.company-details .pattern-list li:nth-child(3n) {
  width: calc(33.3333333333% + 30px);
  max-width: none;
}

.company-details__main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding-top: 40px;
  padding-bottom: 42px;
  padding-left: 34px;
  padding-right: 34px;
  margin-top: 48px;
}

.company-details__main-info {
  display: inline-block;
  width: 242px;
  padding-right: 30px;
}
.company-details__main-info h5 {
  display: block;
  color: #0030DA;
  font-size: 20px;
  line-height: 1.26em;
}
.company-details__main-info h5 span {
  display: block;
  font: inherit;
  font-size: 120px;
  line-height: 0.9em;
  margin-bottom: -4px;
}

.company-details__main-map {
  display: inline-flex;
  width: calc(100% - 242px);
  height: 218px;
}
.company-details__main-map img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.company-details__text {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.company-details__text div {
  display: block;
  width: calc(50% - 35px);
}
.company-details__text div p {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 36px;
}
.company-details__text div p b {
  font-family: "Gilroy-Bold", sans-serif !important;
  font-weight: normal !important;
}

@media (max-width: 1680px) {
  .certificates__slider .slick-track {
    min-height: 1040px;
  }
  .certificates__slider .slick-list {
    min-height: 1040px;
  }
  .company-details {
    margin-top: 45px;
    padding-top: 22px;
    padding-bottom: 54px;
    padding-left: calc(17vw - 200px);
    padding-right: calc(17vw - 200px);
    max-width: 862px;
  }
  .company-details .pattern-list li {
    margin-top: 25px;
  }
  .company-details__main {
    padding-top: 30px;
    padding-bottom: 32px;
    margin-top: 36px;
  }
  .company-details__text div p {
    margin-top: 30px;
  }
  .company-details__main {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .company-details__main-info h5 {
    max-width: 216px;
  }
  .company-details__main-info h5 span {
    font-size: 110px;
  }
}
@media (max-width: 1380px) {
  .certificates {
    min-width: auto;
    width: 522px;
  }
  .certificates__slider .slick-track {
    min-height: 880px;
  }
  .certificates__slider .slick-list {
    min-height: 880px;
  }
  .certificate {
    height: auto;
    min-height: auto !important;
    height: 250px !important;
  }
  .company__info {
    width: calc(100% - 522px);
    max-width: none;
    padding-left: 35px;
    padding-right: 40px;
  }
  .company__info h2 {
    padding-left: 0px;
  }
  .company__items {
    margin-top: 22px;
    max-width: 610px;
  }
  .company__items p {
    font-size: 16px;
  }
  .company-details {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .company-details .pattern-list li {
    margin-top: 20px;
  }
  .company-details__main {
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 20px;
    padding-bottom: 22px;
    margin-top: 30px;
  }
  .company-details__main-info {
    width: 202px;
    padding-right: 20px;
  }
  .company-details__main-info h5 {
    font-size: 18px;
  }
  .company-details__main-info h5 span {
    font-size: 90px;
    line-height: 1em;
  }
  .company-details__main-map {
    width: calc(100% - 202px);
    height: 200px;
  }
  .company-details__text div {
    width: calc(50% - 20px);
    padding-top: 4px;
  }
  .company-details__text div p {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .certificates {
    width: 462px;
  }
  .certificates__slider .slick-track {
    min-height: 1080px;
  }
  .certificates__slider .slick-list {
    min-height: 1080px;
  }
  .certificate {
    height: 234px !important;
  }
  .company__info {
    width: calc(100% - 462px);
    padding-left: 30px;
    padding-right: 40px;
  }
  .company__info h2 {
    font-size: 38px;
  }
  .company-details {
    padding-left: 30px;
    padding-right: 30px;
  }
  .company-details .pattern-list li {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(33.3333333333% - 10px);
    padding-left: 24px;
    padding-right: 15px;
    max-width: 155px;
  }
  .company-details .pattern-list li:nth-child(3n-1) {
    max-width: 150px;
    width: calc(33.3333333333% + 20px);
    padding-right: 0px;
  }
  .company-details .pattern-list li:nth-child(3n) {
    max-width: 155px;
    width: calc(33.3333333333% - 10px);
    padding-right: 0px;
  }
  .company-details__main {
    flex-wrap: wrap;
  }
  .company-details__main-info {
    width: 100%;
    padding-right: 0px;
  }
  .company-details__main-info h5 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .company-details__main-map {
    width: 100%;
    height: 210px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .section-company {
    padding-top: 72px;
    border-bottom: 1px solid #272727;
  }
  .company {
    flex-wrap: wrap;
  }
  .company__info {
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
  }
  .company__info h2 {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 38px;
  }
  .company__info .pattern-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .company__info .pattern-list li {
    width: calc(33.3333333333% - 30px) !important;
    max-width: 220px !important;
    padding-right: 30px !important;
  }
  .company-details {
    max-width: 100%;
    margin-top: 38px;
  }
  .company-details__main-info {
    width: 202px;
    padding-right: 20px;
  }
  .company-details__main-info h5 {
    text-align: left;
  }
  .company-details__main-map {
    width: calc(100% - 202px);
    height: 200px;
    margin-top: 0px;
  }
  .certificates {
    width: 100%;
    order: 2;
    margin-top: 8px;
  }
  .certificates__slider .slick-track {
    min-height: auto;
  }
  .certificates__slider .slick-list {
    min-height: auto;
  }
  .certificates__slide {
    width: 593px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
  }
  .certificate {
    height: 288px !important;
  }
}
@media (max-width: 768px) {
  .company__info h2 {
    font-size: 32px;
  }
  .company__info .pattern-list li {
    width: calc(50% - 20px) !important;
    max-width: 340px !important;
    padding-right: 0px !important;
  }
  .certificates__slide {
    width: 475px;
  }
  .certificate {
    height: 230px !important;
  }
  .company-details__main-info {
    width: 100%;
    padding-right: 0px;
  }
  .company-details__main-info h5 {
    text-align: center;
  }
  .company-details__main-map {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .section-company {
    padding-top: 40px;
  }
  .company-details {
    margin-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .company__info {
    padding-bottom: 35px;
  }
  .company__info h2 {
    font-size: 20px;
    margin-top: 10px;
  }
  .company__info .pattern-list {
    margin-top: 0px;
  }
  .company__info .pattern-list li {
    margin-top: 15px;
    padding-left: 15px;
    width: calc(50% - 10px) !important;
  }
  .company-details__main {
    margin-top: 20px;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .company-details__main h5 {
    font-size: 14px;
  }
  .company-details__main h5 span {
    font-size: 60px;
  }
  .company-details__main-map {
    height: auto;
    margin-top: 15px;
  }
  .company-details__text {
    display: block;
    padding-top: 5px;
  }
  .company-details__text div {
    width: 100%;
  }
  .company-details__text div p {
    font-size: 12px;
    margin-top: 10px;
  }
  .certificates {
    margin-top: 0px;
  }
}

/* Section-ecosystem */
.section-ecosystem {
  background: linear-gradient(127.19deg, #1C43D8 21.99%, #0E1A56 79.18%);
  background: linear-gradient(120deg, #00063A 34.76%, #00135A 81.69%);
  padding-top: 154px;
  padding-bottom: 155px;
  padding-bottom: 145px;
  overflow: hidden;
}

.ecosystem {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.ecosystem h2 {
  display: block;
  width: 100%;
  max-width: 720px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
.ecosystem > .btn {
  max-width: 100%;
  min-width: 292px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-top: 90px;
  position: relative;
  z-index: 2;
}

.ecosystem__main {
  display: flex;
  position: relative;
  width: 598px;
  height: 578px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
}

.ecosystem__main-solution {
  display: inline-flex;
  position: absolute;
  left: 46px;
  top: -62px;
  transform: translateX(-100%);
  width: 296px;
  height: 232px;
  z-index: 2;
}
.ecosystem__main-solution img {
  display: block;
  width: 100%;
  max-height: 100%;
  margin: auto;
}

.ecosystem__main-advantages {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ecosystem__main-advantages img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.ecosystem__main-advantages::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 1600px;
  height: 1600px;
  max-width: calc(100vw + 200px);
  position: absolute;
  left: 50%;
  top: calc(50% - 8px);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../img/ecosystem-before.svg) no-repeat center center/120% auto;
}

.ecosystem__main-complex {
  display: inline-flex;
  position: absolute;
  right: -25px;
  bottom: 9px;
  transform: translateX(100%);
  width: 277px;
  height: 134px;
  z-index: 2;
}
.ecosystem__main-complex img {
  display: block;
  width: 100%;
  max-height: 100%;
  margin: auto;
}

@media (max-width: 1680px) {
  .section-ecosystem {
    padding-top: 96px;
    padding-bottom: 98px;
  }
  .ecosystem__main {
    width: 508px;
    height: 488px;
    margin-top: 70px;
  }
  .ecosystem__main-advantages::before {
    width: 1300px;
    height: 1300px;
  }
}
@media (max-width: 1380px) {
  .section-ecosystem {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  .ecosystem h2 {
    max-width: 580px;
  }
  .ecosystem > .btn {
    margin-top: 58px;
  }
  .ecosystem__main {
    width: 420px;
    height: 406px;
    margin-top: 48px;
  }
  .ecosystem__main-solution {
    left: 22px;
    top: -52px;
    width: 276px;
    height: 184px;
  }
  .ecosystem__main-advantages::before {
    width: 1120px;
    height: 1120px;
    top: calc(50% - 0px);
  }
  .ecosystem__main-complex {
    right: -20px;
    bottom: 2px;
    width: 222px;
    height: 108px;
  }
}
@media (max-width: 991px) {
  .section-ecosystem {
    padding-top: 60px;
    padding-bottom: 68px;
  }
  .ecosystem > .btn {
    margin-top: 46px;
  }
  .ecosystem__main {
    flex-direction: column;
    margin-top: -8px;
    height: auto;
  }
  .ecosystem__main-solution {
    position: relative;
    left: auto;
    margin-top: 0px;
    top: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    width: 345px;
    height: 230px;
  }
  .ecosystem__main-advantages {
    height: 406px;
    margin-top: -24px;
  }
  .ecosystem__main-advantages::before {
    width: 1120px;
    height: 1120px;
    top: calc(50% - 6px);
  }
  .ecosystem__main-complex {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 28px;
    top: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    width: 345px;
  }
}
@media (max-width: 768px) {
  .ecosystem__main-solution {
    width: 276px;
    height: 184px;
  }
  .ecosystem__main-advantages {
    height: 324px;
    margin-top: -24px;
  }
  .ecosystem__main-advantages::before {
    width: 870px;
    height: 870px;
    top: calc(50% - 2px);
  }
  .ecosystem__main-complex {
    width: 278px;
    height: 86px;
  }
}
@media (max-width: 575px) {
  .section-ecosystem {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .ecosystem > .btn {
    min-width: 250px;
    margin-top: 34px;
  }
  .ecosystem__main {
    width: 100%;
    margin-top: -10px;
  }
  .ecosystem__main-solution {
    width: 220px;
    height: 147px;
  }
  .ecosystem__main-advantages {
    height: 260px;
    margin-top: -24px;
  }
  .ecosystem__main-advantages::before {
    width: 680px;
    height: 680px;
    top: calc(50% - 2px);
  }
  .ecosystem__main-complex {
    width: 222px;
    height: 68px;
  }
}

/* Section-community */
.section-community {
  padding-top: 176px;
  padding-bottom: 222px;
  overflow: hidden;
  flex-direction: column;
}
.section-community h2 {
  color: #00063A;
  width: 100%;
  text-align: center;
}

.clients {
  width: 100%;
  display: block;
}
.clients h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.linear-slider {
  width: 100%;
  margin-top: 68px;
  transition: all 0s linear !important;
  /*
  &:active {
  	.slick-track {
  		transition-timing-function: ease !important;
  		transition-duration: 0.2s !important;
  	}	
  }
  */
}

.linear-slider__slide {
  display: inline-block;
  border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  overflow: hidden;
}
.linear-slider__slide a {
  display: block;
  width: 100%;
  position: relative;
  height: 318px;
  overflow: hidden;
  transition: all 0s !important;
}
.linear-slider__slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0s !important;
}

.linear-slider__slide:focus, .linear-slider__slide a:focus {
  outline: none !important;
}

@media (max-width: 1680px) {
  .section-community {
    padding-top: 112px;
    padding-bottom: 146px;
  }
  .section-community .linear-slider {
    margin-top: 62px;
  }
  .section-community .linear-slider__slide a {
    height: 264px;
  }
}
@media (max-width: 1380px) {
  .section-community {
    padding-top: 88px;
    padding-bottom: 114px;
  }
  .section-community .linear-slider {
    margin-top: 46px;
  }
  .section-community .linear-slider__slide {
    /*width: 244px !Important;*/
  }
  .section-community .linear-slider__slide a {
    height: 244px !important;
  }
}
@media (max-width: 1199px) {
  .section-community {
    padding-top: 78px;
    padding-bottom: 104px;
  }
}
@media (max-width: 768px) {
  .section-community {
    padding-top: 68px;
    padding-bottom: 92px;
  }
  .section-community .linear-slider {
    margin-top: 40px;
  }
  .section-community .linear-slider__slide {
    width: 206px !important;
  }
  .section-community .linear-slider__slide a {
    width: 206px !important;
    height: 206px !important;
  }
  .section-community .linear-slider__slide a img {
    width: 206px !important;
    height: 206px !important;
  }
}
@media (max-width: 575px) {
  .section-community {
    padding-top: 58px;
    padding-bottom: 76px;
  }
  .section-community .linear-slider {
    margin-top: 28px;
  }
}
/* Section-specification */
.section-specification {
  overflow: hidden;
  padding-top: 144px;
  padding-bottom: 196px;
  background: linear-gradient(132.66deg, #1C43D8 17.67%, #0E1A56 85.88%);
  background: #00063A;
}

.specification {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.specification::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(50% + 40px);
  transform: translate(-50%, -50%);
  width: 1240px;
  height: 1240px;
  opacity: 0.75;
  background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
}
.specification h2 {
  display: block;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
.specification > .btn {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  width: auto;
  margin-top: 92px;
  padding-left: 70px;
  padding-right: 32px;
  background: rgba(0, 6, 58, 0);
  border: 1px solid #fff;
}
.specification > .btn span {
  color: #fff;
}
.specification > .btn::after {
  left: 19px;
  width: 33px;
  height: 33px;
  background-image: url(../img/btn-try-before_rotate.svg);
  background-image: url(../img/btn-try-before_white.svg);
}
.specification > .btn:hover {
  background: rgb(0, 6, 58);
}
.specification-main {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  justify-content: space-between;
  margin-top: 90px;
  padding: 72px;
  padding-top: 70px;
  padding-bottom: 65px;
  padding-left: 49px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.specification-main__image {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  width: 420px;
  height: 370px;
  border-radius: 50px;
}
.specification-main__image img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

.specification-main__info {
  display: inline-block;
  width: calc(100% - 420px);
  padding-left: 57px;
  padding-top: 8px;
}
.specification-main__info .pattern-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specification-main__info .pattern-list li {
  width: 50%;
  max-width: 260px;
  padding-right: 20px;
  padding-left: 25px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #272727;
}
.specification-main__info .pattern-list li::before {
  background: #272727;
  top: 8px;
}

.specification-bonuses {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding-top: 42px;
  border-top: 1px solid #C0C0C0;
}
.specification-bonuses p {
  color: #272727;
  line-height: 1.2em;
}
.specification-bonuses__items {
  display: flex;
  justify-content: space-around;
  width: calc(100% + 20px);
  min-width: calc(100% + 20px);
}

.specification-bonus {
  max-width: 220px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 15px;
}
.specification-bonus span {
  display: inline-block;
  width: auto;
  line-height: 1.15em;
  max-width: calc(100% - 50px);
  padding-left: 20px;
  color: #272727;
}
.specification-bonus:nth-child(3) {
  max-width: 130px;
}
.specification-bonus:nth-child(3) .specification-bonus__icon {
  width: 40px;
}

.specification-bonus__icon {
  display: inline-flex;
  flex-direction: column;
  width: 50px;
  height: 55px;
}
.specification-bonus__icon img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1680px) {
  .section-specification {
    padding-top: 88px;
    padding-bottom: 128px;
  }
  .specification > .btn {
    margin-top: 58px;
  }
  .specification-main {
    padding-top: 60px;
    padding-bottom: 55px;
    margin-top: 56px;
  }
  .specification-main__image {
    height: 350px;
  }
  .specification-bonuses {
    margin-top: 8px;
    padding-top: 32px;
  }
}
@media (max-width: 1380px) {
  .section-specification {
    padding-top: 68px;
    padding-bottom: 108px;
  }
  .specification::before {
    top: calc(50% + 20px);
    width: 920px;
    height: 920px;
  }
  .specification h2 {
    max-width: 440px;
  }
  .specification > .btn {
    margin-top: 50px;
  }
  .specification-main {
    padding-top: 40px;
    padding-bottom: 35px;
    margin-top: 44px;
  }
  .specification-main__image {
    width: 390px;
    height: 340px;
  }
  .specification-main__info {
    width: calc(100% - 390px);
  }
  .specification-main__info .pattern-list li {
    margin-bottom: 25px;
  }
  .specification-bonuses {
    padding-top: 26px;
  }
}
@media (max-width: 1199px) {
  .specification-main {
    padding-right: 45px;
    padding-left: 40px;
  }
  .specification-main__image {
    width: 320px;
  }
  .specification-main__info {
    width: calc(100% - 320px);
    padding-left: 35px;
  }
  .specification-bonuses__items {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-specification {
    padding-top: 60px;
    padding-bottom: 92px;
  }
  .specification::before {
    width: 1120px;
    height: 1120px;
  }
  .specification h2 {
    max-width: 340px;
  }
  .specification-main {
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .specification-main__image {
    width: 100%;
  }
  .specification-main__image img {
    margin-left: auto;
    margin-right: auto;
  }
  .specification-main__info {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .specification-main__info .pattern-list {
    padding-top: 20px;
  }
  .specification-main__info .pattern-list li {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .specification-main {
    margin-top: 40px;
  }
  .specification-bonuses__items {
    display: block;
  }
  .specification-bonus {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .section-specification {
    padding-top: 52px;
    padding-bottom: 70px;
  }
  .specification > .btn {
    margin-top: 34px;
  }
  .specification-main {
    margin-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .specification-main__image {
    width: 100%;
    height: auto;
  }
  .specification-main__image img {
    margin-left: auto;
    max-height: 200px;
    margin-right: auto;
  }
  .specification-main__info .pattern-list {
    padding-top: 4px;
  }
  .specification-main__info .pattern-list li {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .specification-main__info .pattern-list li::before {
    top: 4px;
  }
  .specification-bonuses {
    margin-top: 2px;
    padding-top: 20px;
  }
  .specification-bonuses p {
    font-size: 12px;
  }
  .specification-bonuses__items {
    display: block;
    padding-top: 10px;
  }
  .specification-bonus__icon {
    width: 30px;
    height: 30px;
  }
  .specification-bonus {
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .specification-bonus span {
    max-width: calc(100% - 50px);
    padding-left: 14px;
    font-size: 12px;
  }
}
/* Section-kits */
.section-kits {
  padding-top: 146px;
  padding-bottom: 161px;
  border-top: 1px solid #000;
}
.section-kits h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #00063A;
}
.section-kits.section-kits__offset {
  padding-bottom: 0px !important;
}

.kits {
  width: 100%;
  display: block;
  padding-top: 28px;
}

.kits__item {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding-left: 61px;
  padding-right: 36px;
  padding-top: 15px;
  /*padding-bottom: 90px;*/
  margin-top: 53px;
  min-height: 390px;
  cursor: pointer;
  transition: 0.3s ease;
}
.kits__item h5 {
  display: block;
  width: 100%;
  color: #272727;
  font-size: 22px;
  line-height: 1.22em;
  margin-top: -5px;
  font-family: "Gilroy-Bold", sans-serif;
  padding-bottom: 40px;
  border-bottom: 0.8px solid #D2D2D2;
}
.kits__item ul {
  display: block;
  padding-bottom: 20px;
}
.kits__item li {
  display: block;
  margin-bottom: 30px;
  padding-left: 26px;
  font-size: 17px;
  line-height: 20px;
  color: #272727;
  position: relative;
}
.kits__item li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 7.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #272727;
}
.kits__item li span {
  display: block;
}
.kits__item li:last-child {
  /*margin-bottom: 0px !Important;*/
}
.kits__item:hover {
  /*box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);*/
  border-color: #0030DA;
}

.kits__col {
  display: inline-block;
  width: 308px;
  padding-right: 0px;
  padding-left: 52px;
  padding-top: 40px;
}
.kits__col:first-child {
  width: 240px;
  padding-left: 0px;
}
.kits__col:nth-child(5n-1) {
  width: 281px;
  padding-left: 15px;
}
.kits__col:last-child {
  padding-top: 0px;
}

.kits__prices {
  display: block;
  padding-top: 24px;
}
.kits__prices span {
  display: block;
  font-size: 30px;
  color: #0030DA;
  margin-top: 15px;
}
.kits__prices span s {
  text-decoration: none !important;
}
.kits__prices span.old {
  font-size: 22px;
  color: #969696;
  text-decoration: line-through;
}
.kits__prices span.old s {
  text-decoration: line-through !important;
}

.kits__sale {
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
  width: 55px;
  line-height: 54px;
  height: 55px;
  background: #0030DA;
  border-radius: 0px 15px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: "Gilroy-Medium", sans-serif;
}

.kits__col img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  bottom: -8px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.kits-text {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  color: #272727;
  margin-top: 92px;
}

@media (max-width: 1680px) {
  .section-kits {
    padding-top: 94px;
    padding-bottom: 106px;
  }
  .kits {
    padding-top: 10px;
  }
  .kits__item {
    margin-top: 40px;
    padding-top: 5px;
    min-height: 340px;
  }
  .kits__item h5 {
    padding-bottom: 34px;
  }
  .kits__item ul {
    padding-bottom: 18px;
  }
  .kits__item li {
    margin-bottom: 22px;
  }
  .kits__prices {
    padding-top: 22px;
  }
  .kits-text {
    margin-top: 55px;
  }
}
@media (max-width: 1380px) {
  .section-kits {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .kits {
    padding-top: 5px;
  }
  .kits__item {
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 28px;
    padding-top: 0px;
    min-height: 300px;
  }
  .kits__item h5 {
    font-size: 20px;
    padding-bottom: 28px;
  }
  .kits__item li {
    font-size: 15px;
    padding-left: 21px;
    margin-bottom: 16px;
  }
  .kits__item li::before {
    top: 7.5px;
  }
  .kits__prices {
    padding-top: 18px;
  }
  .kits__prices span {
    font-size: 24px;
    margin-top: 10px;
  }
  .kits__prices span.old {
    font-size: 18px;
  }
  .kits-text {
    margin-top: 40px;
    font-size: 16px;
  }
  .kits__sale {
    width: 45px;
    line-height: 46px;
    height: 45px;
    font-size: 13px;
  }
  .kits__col {
    width: 282px;
    padding-left: 42px;
  }
  .kits__col:first-child {
    width: 220px;
  }
  .kits__col:nth-child(5n-1) {
    width: 242px;
  }
}
@media (max-width: 1199px) {
  .kits__col {
    width: 252px;
    padding-left: 28px;
  }
  .kits__col:first-child {
    width: 185px;
  }
  .kits__col:nth-child(5n-1) {
    width: 236px;
  }
}
@media (max-width: 991px) {
  .section-kits {
    padding-top: 66px;
    padding-bottom: 76px;
  }
  .kits {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .kits__item {
    margin-top: 30px;
    min-height: auto;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .kits__item h5 br {
    display: none;
  }
  .kits__item ul {
    padding-bottom: 0px;
  }
  .kits__item li {
    margin-bottom: 14px;
  }
  .kits__item li br {
    display: none;
  }
  .kits__item li span {
    display: inline;
  }
  .kits__col {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px;
  }
  .kits__prices {
    padding-bottom: 25px;
  }
  .kits__col img {
    margin-top: 24px;
    max-height: 250px;
  }
}
@media (max-width: 768px) {
  .section-kits {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .kits {
    padding-top: 5px;
  }
  .kits__item h5 {
    font-size: 17px;
    padding-bottom: 16px;
  }
  .kits__item li {
    margin-bottom: 11px;
  }
  .kits__prices {
    padding-top: 14px;
    padding-bottom: 18px;
  }
  .kits__prices span {
    font-size: 21px;
  }
  .kits__prices span.old {
    font-size: 16px;
  }
  .kits__col img {
    margin-top: 20px;
    max-height: 230px;
  }
  .kits-text {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .section-kits {
    padding-top: 52px;
    padding-bottom: 62px;
  }
  .kits__sale {
    width: 42px;
    line-height: 41px;
    height: 42px;
    font-size: 12px;
  }
  .kits__item {
    margin-top: 25px;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .kits__item h5 {
    font-size: 16px;
    padding-bottom: 14px;
    padding-right: 25px;
  }
  .kits__item li {
    margin-bottom: 9px;
    font-size: 12px;
    padding-left: 14px;
  }
  .kits__prices {
    padding-top: 14px;
    padding-bottom: 17px;
  }
  .kits__prices span {
    font-size: 18px;
    margin-top: 6px;
  }
  .kits__prices span.old {
    font-size: 15px;
  }
  .kits__col img {
    margin-top: -5px;
    max-height: 220px;
  }
  .kits-text {
    font-size: 12px;
  }
  .kits-text br {
    display: none;
  }
  .kits-text br::before {
    top: 4px;
  }
}


/* Section-lineup */
.section-lineup {
  position: relative;
  width: 100%;
  padding-top: 144px;
  padding-bottom: 170px;
  border-bottom: 1px solid #343536;
}

.section-lineup__anchor {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 550px;
  width: 100%;
  height: 100px;
  pointer-events: none;
  opacity: 0;
}

.lineup-info {
  width: 100%;
  display: block;
  padding-bottom: 2px;
}
.lineup-info h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: #002299;
}
.lineup-info p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.18em;
  margin-top: 14px;
  color: #272727;
}

.lineup {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 88px;
  pointer-events: none;
  position: relative;
  transform: translateX(-100vw);
  transition: transform 1.2s ease-in-out;
}
.lineup.active {
  pointer-events: auto;
  transform: translateX(0vw);
  transition: transform 1.2s ease-in-out;
}

.lineup__item {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 104px) / 6);
  box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 22px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  /*
  &:nth-child(3) {
  	&::before {
  		background: #0B376E;
  	}
  }
  */
}
.lineup__item p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.22em;
  z-index: 2;
  transition: 0.3s ease;
}
.lineup__item img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 124px;
  margin-top: 40px;
  bottom: -1px;
  opacity: 1;
  pointer-events: auto;
}
.lineup__item img.active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.lineup__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  border-radius: 17px;
  opacity: 0;
  background: #fff;
}
.lineup__item:first-child {
  justify-content: flex-start;
}
.lineup__item:first-child::before {
  background: #00489D;
}
.lineup__item:first-child img {
  margin-top: auto;
  margin-bottom: 26px;
}
.lineup__item:nth-child(2)::before {
  background: linear-gradient(137.88deg, #001E8C 16.37%, #00135A 86.66%);
}
.lineup__item:nth-child(3)::before {
  background: linear-gradient(218.03deg, #4EDAEB 7.66%, #0075FF 78.05%), #E1E1E1;
}
.lineup__item:nth-child(4)::before {
  background: linear-gradient(52.4deg, #1C43D8 18.61%, #0E1A56 91.56%), #E1E1E1;
}
.lineup__item:nth-child(5)::before {
  background: #0c3a71;
}
.lineup__item:nth-child(6)::before {
  background: linear-gradient(139deg, #0069CA 30.47%, #00398C 78.92%);
}
.lineup__item:nth-child(7)::before {
  background: linear-gradient(135deg, #00063A 40.55%, #00135A 90.73%);
}
.lineup__item:nth-child(7) img {
  bottom: -1px;
}
.lineup__item.active {
  pointer-events: none;
  box-shadow: none;
}
.lineup__item.active p {
  color: #fff;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal !important;
}
.lineup__item.active::before {
  opacity: 1;
}
.lineup__item.active img {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.lineup__item.active img.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
.lineup__item:hover p {
  color: #fff;
}
.lineup__item:hover::before {
  opacity: 1;
}
.lineup__item:hover img {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.lineup__item:hover img.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
.lineup__item:hover:first-child img.active {
  transition: opacity 0.3s ease;
}

@media (max-width: 1680px) {
  .section-lineup {
    padding-top: 80px;
    padding-bottom: 104px;
  }
  .section-lineup__anchor {
    top: 440px;
  }
  .lineup-info p {
    margin-top: 15px;
  }
  .lineup {
    margin-top: 66px;
  }
  .lineup__item img {
    margin-top: 28px;
  }
}
@media (max-width: 1380px) {
  .section-lineup {
    padding-top: 62px;
    padding-bottom: 84px;
  }
  .section-lineup__anchor {
    top: 410px;
  }
  .lineup {
    margin-top: 56px;
  }
  .lineup-info p {
    font-size: 16px;
    margin-top: 15px;
  }
  .lineup__item {
    width: calc((100% - 70px) / 6);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 23px;
  }
  .lineup__item img {
    margin-top: 22px;
    max-height: 108px;
  }
  .lineup__item p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .section-lineup {
    /*
    padding-top: 54px;
    padding-bottom: 82px;
    */
  }
  .section-lineup__anchor {
    top: 390px;
  }
  .lineup {
    margin-top: 46px;
    flex-wrap: wrap;
    margin-top: 0px;
    padding-top: 16px;
  }
  .lineup__item {
    width: calc((100% - 75px) / 6);
    padding-left: 15px;
    padding-right: 15px;
    width: calc((100% - 100px) / 3);
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
  }
  .lineup__item img {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .lineup-info h2 {
    font-size: 38px;
  }
  .lineup {
    position: relative;
    padding-top: 0px;
    margin-top: 30px;
    justify-content: center;
    width: calc(100% + 20px);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    transform: none !important;
    pointer-events: auto !important;
    left: 10px !important;
  }
  .lineup__item {
    margin-top: 20px;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .lineup__item img {
    margin-top: 22px;
    max-height: 122px;
  }
}
@media (max-width: 768px) {
  .section-lineup {
    padding-top: 46px;
    padding-bottom: 72px;
  }
  .lineup-info h2 {
    font-size: 32px;
  }
  .lineup {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .section-lineup {
    padding-top: 56px;
    padding-bottom: 68px;
  }
  .lineup-info {
    padding-bottom: 0px;
  }
  .lineup-info h2 {
    font-size: 20px;
  }
  .lineup-info p {
    font-size: 14px;
    margin-top: 10px;
  }
  .lineup {
    margin-top: 15px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    left: 0px !important;
  }
  .lineup__item {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 16px;
    margin-top: 16px;
    width: 100%;
  }
  .lineup__item p {
    font-size: 14px;
  }
  .lineup__item img {
    /*
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    */
    max-height: 108px;
  }
  .lineup__item:nth-child(1) {
    padding-bottom: 24px;
  }
  .lineup__item:nth-child(1) img {
    max-height: 80px;
    margin-top: 22px;
    margin-bottom: 0px;
  }
  .lineup__item:nth-child(4) img {
    max-width: calc(100% + 30px);
  }
}


/* Mobile-menu */
.mobile-menu {
  display: none;
}

.overlay.overlay_white.active {
  background: #fff;
  opacity: 1;
  left: 0px;
  top: 100px;
  transition: opacity 0.4s ease, left 0.4s ease;
}

@media (max-width: 1199px) {
  .modal-menu {
    display: block;
    width: 100%;
    height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    opacity: 0;
    left: -2000px;
    top: 75px;
    pointer-events: none;
    transition: opacity 0.3s ease, left 0.9s ease;
  }
  .modal-menu.active {
    opacity: 1;
    z-index: 101;
    left: 0px;
    width: 100%;
    top: 100px;
    height: 100vh;
    overflow: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease, left 0.4s ease;
  }
  .mobile-menu {
    display: block;
    width: 100%;
  }
  .mobile-menu ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 21;
    padding-top: 13px;
  }
  .mobile-menu ul li {
    display: block;
    width: 100%;
  }
  .mobile-menu ul li .ref {
    display: inline-block;
    height: 100%;
    text-align: left;
    text-decoration: none;
    line-height: 1.3em;
    color: #0030DA;
    margin-top: 21px;
    font-size: 38px;
    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) {
  .modal-menu {
    padding-left: 24px;
    padding-right: 24px;
  }
  .mobile-menu ul li .ref {
    margin-top: 16px;
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .modal-menu {
    padding-left: 20px;
    padding-right: 20px;
    top: 65px;
  }
  .modal-menu.active {
    top: 90px;
  }
  .mobile-menu ul {
    padding-top: 10px;
  }
  .mobile-menu ul li .ref {
    margin-top: 14px;
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .modal-menu {
    padding-left: 15px;
    padding-right: 15px;
    top: 51px;
  }

  .overlay.overlay_white.active {
    top: 90px;
  }

  .modal-menu.active {
    top: 85px;
  }
}
/* Contacts-bottom */
.contacts-bottom {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0px;
  width: 100%;
  background: #FFFFFF;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #E4E4E4;
  display: none;
}
.contacts-bottom .action-buttons {
  justify-content: center;
  width: 292px;
  max-width: 100%;
}
.contacts-bottom .btn {
  width: 100%;
  max-width: 198px;
  min-height: 48px;
}
.contacts-bottom .btn span {
  font-size: 18px;
}
.contacts-bottom .btn::after {
  width: 21px;
  height: 21px;
}

@media (max-width: 991px) {
  .contacts-bottom {
    display: flex;
  }
}
 /* Section-history */
 
.section-history {
    width: 100%;
    /*padding-top: 125px;*/
    overflow: hidden;
    background: linear-gradient(275deg, #00063A 59.66%, #00135A 98.31%);
}

.section-history{
  padding-top: 140px;
  /* 1. background-image: Картинка, Градиент */
  background-image: 
      url(/local/templates/.default/img/flag2.png),
      linear-gradient(275deg, #00063A 59.66%, #00135A 98.31%);
  
  /* 2. Установите повторение для КАЖДОГО слоя */
  background-repeat: 
      no-repeat, /* Для картинки (верхний слой) */
      repeat;    /* Для градиента (нижний слой, он не должен повторяться, но repeat лучше, чем no-repeat) */

  /* 3. Установите позицию для КАЖДОГО слоя */
  background-position: 
      left 0px, /* Позиция вашей КАРТИНКИ: центрируем по X, 0px по Y */
      left top;   /* Позиция ГРАДИЕНТА (можно оставить left top) */
}

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

.history-info h2 {
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: normal;
  position: relative;
  line-height: 1.2em;
  max-width: 936px;
  width: 100%;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.connection__bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translate(-50%, 0%);
  width: 1160px;
  height: 1160px;
  z-index: 1;
  opacity: 0.75;
  pointer-events: none;
  background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
}

.questions::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 27px);
  width: 1108px;
  height: 362px;
  top: 18px;
  pointer-events: none;
  transform: translateX(-50%);
  background: url(../img/questions-before.png) no-repeat center center/100% auto;
  pointer-events: none;
}

@media (max-width: 1900px) {
  div.history-info> h2{
      max-width: 900px;
  }
}

@media (max-width: 1680px) {
  .section-history{
      padding-top: 100px;
      background-size: 340px, cover;
      background-position-y: 25px;
  }
}

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

@media (max-width: 1380px) {
  .section-history .container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .connection__bg::before {
    top: -120px;
    width: 920px;
    height: 920px;
  }
}

@media (max-width: 1199px) {
  .section-history .container{
    padding-left: 0;
    padding-right: 0;
  }
  .questions::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-history {
    padding-top: 340px;
  }
  .section-history .container{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .section-history .container{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .section-history {
    padding-top: 275px !important;
    background-size: 260px, cover;
}
  .section-history .container{
    padding-left: 0;
    padding-right: 0;
  }
}

