/* Specification */
/*
@import "../css/gilroy.css";
@import "../css/geometria.css";
@import "../slick/slick.css";
@import "../slick/slick-theme.css";
@import "../libs/fancybox/jquery.fancybox.min.css";*/
@import "../css/gilroy.css";
@import "../css/animate.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;
}

body {
  font-size: 18px;
  font-family: "Gilroy-Regular", sans-serif;
  color: #272727;
  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 !important;
  font-weight: normal !important;
}

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

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

b {
  font-weight: normal !important;
}

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: #002299;
  line-height: 1.3em;
}

h1, .h1 {
  font-size: 150px;
  color: #272727;
}

@media (max-width: 1380px) {
  h1, .h1 {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 50px;
  }
}
h2, .h2 {
  position: relative;
  font-size: 60px;
  line-height: 74px;
  width: 100%;
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #002299;
}

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

@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: #272727;
}

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: #002299;
}

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;
  }
}
.btn {
  display: flex;
  color: #fff;
  position: relative;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: normal !important;
  text-decoration: none;
  text-align: center;
  background: #FFD600;
  outline: none;
  border: 0px;
  min-height: 71px;
  border-radius: 63px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: 0.3s ease;
}
.btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(180deg, #FAFF00 0%, #FFC700 100%);
  z-index: 1;
  border-radius: 63px;
  opacity: 0;
  transition: 0.3s ease;
}
.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: #002299;
  font-weight: normal !important;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  text-decoration: none;
  background: #FFD600;
  box-shadow: 0px 4px 62px rgba(250, 254, 0, 0.7);
  color: #fff;
  transition: 0.3s ease;
}
.btn:hover span {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #002299;
  font-weight: normal !important;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn_white {
  background: #fff;
  border: 1px solid rgb(0, 50, 227);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0) !important;
  border-radius: 61px;
}
.btn_white span {
  color: #002299;
}
.btn_white:hover {
  border: 1px solid rgba(0, 50, 227, 0);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  background: linear-gradient(180deg, #FAFF00 0%, #FFC700 100%);
}
.btn_white:hover::before {
  opacity: 1;
}
.btn_white:hover span {
  color: #0031BF;
}

.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: #272727;
}

.ref:hover {
  color: #002299;
  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: #002299;
  border-color: #002299;
  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: #272727;
}

.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: #002299;
}
.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;
  background: transparent;
}
.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: #FFD600;
}
.play:hover svg * {
  fill: #FFD600;
}

.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: #002299;
}
.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;
  }
}
@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-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: #002299 !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: 18px;
}
.landing-menu li {
  display: inline-block;
  margin-right: 16px;
}
.landing-menu .ref {
  display: inline-block;
  font-size: 16px;
  color: #969696;
}
.landing-menu .ref:hover {
  color: #002299;
}

.action-buttons {
  display: inline-flex;
  justify-content: flex-end;
  width: 366px;
}

.action-buttons-mobile {
  justify-content: center;
}

.action-buttons .btn {
  width: calc(50% - 4.5px);
  padding-left: 10px;
  padding-right: 10px;
  height: 45px;
  /*
  background: #fff;
  border: 1px solid $color-blue;
  span {
  	color: $color-blue;
  }
  */
}
.action-buttons .btn span {
  font-size: 16px;
  padding-top: 1px;
  font-family: "Gilroy-Bold", sans-serif;
}
.action-buttons .btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 1;
}
.action-buttons .btn.action-buttons__writing-btn::after {
  left: 21px;
  background-image: url(../img/action-button-icon_01.svg);
}
.action-buttons .btn.action-buttons__consultation-btn::after {
  background-image: url(../img/action-button-icon_02.svg);
}

@media (max-width: 1380px) {
  .logoi30, .logoi80 {
    font-size: 18px;
  }
  .landing-menu ul {
    padding-left: 1.6vw;
  }
  .landing-menu li {
    margin-right: 1.6vw;
  }
  .landing-menu .ref {
    font-size: 15px;
  }
  .action-buttons {
    width: 334px;
  }
  .action-buttons .btn {
    height: auto;
    min-height: 40px;
    line-height: 40px;
  }
  .action-buttons .btn span {
    font-size: 15px;
    padding-top: 0px;
  }
  .action-buttons .btn::after {
    left: 14px;
    width: 24px;
    height: 23px;
  }
  .action-buttons .btn.action-buttons__writing-btn::after {
    left: 17px;
  }
}
@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.2vw;
  }
  .landing-menu li {
    margin-right: 1.2vw;
  }
  .landing-menu .ref {
    font-size: 13px;
  }
  .action-buttons {
    width: 318px;
  }
  .action-buttons .btn::after {
    left: 10px;
  }
  .action-buttons .btn.action-buttons__writing-btn::after {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .header_bottom {
    display: none;
  }
  .section-header-wrapper {
    display: none;
  }
}
/* Section-main */
.section-main {
  padding-top: 150px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(109.42deg, #001E8C 33.05%, #00145A 74.27%);
  padding-top: 9px;
}

.main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding-right: 6px;
}

.main-info {
  display: inline-block;
  width: 490px;
  padding-top: 145px;
  padding-bottom: 155px;
}

.main-info__title {
  display: block;
  color: #fff;
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.main-info__title span {
  display: block;
  font: inherit;
  color: inherit;
  font-size: 150px;
  line-height: 164px;
}

.main-info__sub {
  display: block;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 22px;
  color: #fff;
}

.main-action {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 38px;
}
.main-action .btn {
  margin-top: 10px;
  width: auto;
  max-width: 100%;
  padding-left: 43px;
  padding-right: 43px;
  margin-top: 0px;
}

.main-action__price {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  margin-right: 22px;
  min-width: 172px;
  font-size: 35px;
  line-height: 41px;
  color: #fff;
}

.main-media {
  display: inline-flex;
  position: relative;
  width: calc(100% - 520px);
  max-width: 598px;
  height: 942px;
  min-height: 100%;
}
.main-media::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% + 20px);
  width: 722px;
  height: 722px;
  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: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-left: auto;
  bottom: -21px;
  object-fit: contain;
}

.video-link {
  display: inline-flex;
  position: absolute;
  right: 400px;
  bottom: 62px;
  z-index: 2;
  padding-left: 96px;
  min-height: 80px;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.video-link span {
  display: inline-block;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 2px;
  color: #fff;
  border-bottom: 1px dashed rgb(255, 255, 255);
  transition: 0.3s ease;
}

.video-link:hover {
  /*
  .play {
  	background: #fff;
  	transition: all 0.4s ease-in-out;
  	svg {
  		* {
  			fill: $color-blue;
  		}
  	}
  }
  */
}
.video-link:hover .play {
  border-color: #FFD600;
  transition: all 0.4s ease-in-out;
}
.video-link:hover .play svg * {
  fill: #FFD600;
}

.video-link:hover span {
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFD600;
  color: #FFD600;
}

@media (max-width: 1680px) {
  .section-main {
    padding-top: 134px;
    padding-top: 22px;
  }
  .main-info {
    padding-top: 115px;
    padding-bottom: 92px;
  }
  .main-media {
    height: 778px;
  }
  .main-media::before {
    top: calc(50% + 80px);
  }
  .main-media__image {
    height: 942px;
    max-height: none;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: auto;
  }
  .video-link {
    bottom: 40px;
  }
}
@media (max-width: 1380px) {
  .main-info {
    width: 488px;
  }
  .main-info__title {
    font-size: 35px;
  }
  .main-info__title span {
    font-size: 128px;
    line-height: 140px;
  }
  .main-action .btn {
    padding-left: 35px;
    padding-right: 35px;
  }
  .main-media {
    width: calc(100% - 518px);
    height: 670px;
  }
  .main-media__image {
    height: 756px;
  }
  .video-link {
    right: 320px;
    bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .section-main {
    padding-top: 12px;
  }
  .main {
    padding-right: 0px;
  }
  .main-info {
    width: 460px;
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .main-action {
    display: block;
  }
  .main-action .btn {
    display: inline-flex;
    width: auto;
    margin-left: 0px;
    margin-right: auto;
    padding-left: 43px;
    padding-right: 43px;
    margin-top: 25px;
  }
  .main-action__price {
    display: block;
    width: 100%;
  }
  .main-media {
    height: 694px;
    width: calc(100% - 460px);
  }
  .main-media__image {
    max-width: calc(100% - 15px);
    margin-left: 0px;
    margin-right: auto;
  }
  .video-link {
    right: calc(50% + 125px);
  }
}
@media (max-width: 991px) {
  .section-main {
    padding-top: 75px;
  }
  .main {
    flex-wrap: wrap;
  }
  .main-info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .main-info__title {
    width: 100%;
    text-align: center;
    font-size: 35px;
  }
  .main-info__sub {
    width: 100%;
    text-align: center;
  }
  .main-action {
    display: flex;
    flex-wrap: wrap;
  }
  .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: 464px;
    min-height: auto;
    max-height: none;
    padding-left: 1px;
  }
  .main-media::before {
    display: none;
  }
  .main-media__image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 544px;
    top: -55px;
  }
  .video-link {
    right: auto;
    left: calc(50% + 160px);
    transform: translateX(-50%);
    bottom: 35px;
  }
}
@media (max-width: 768px) {
  .section-main {
    padding-top: 62px;
  }
  .main-info {
    padding-bottom: 48px;
  }
  .main-info__title {
    font-size: 28px;
  }
  .main-info__title span {
    font-size: 104px;
    line-height: 114px;
  }
  .main-info__sub {
    margin-top: 15px;
  }
  .main-action {
    margin-top: 22px;
  }
  .main-action .btn {
    margin-top: 20px;
  }
  .main-action__price {
    font-size: 28px;
    line-height: 32px;
  }
  .main-media {
    height: 402px;
  }
  .main-media__image {
    height: 442px;
    top: -30px;
  }
  .video-link {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-main {
    padding-top: 44px;
  }
  .main-info {
    padding-bottom: 35px;
  }
  .main-info__title {
    font-size: 22px;
  }
  .main-info__title span {
    font-size: 70px;
    line-height: 75px;
  }
  .main-info__sub {
    margin-top: 10px;
  }
  .main-action > .btn {
    min-width: 250px;
    margin-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .main-action__price {
    font-size: 22px;
    line-height: 25px;
    margin-top: 0px;
  }
  .main-media {
    height: 302px;
  }
  .main-media__image {
    height: 352px;
  }
  .video-link {
    bottom: 10px;
    padding-left: 60px;
    left: calc(50% + 92px);
  }
  .video-link span {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 1px;
  }
}
/* Section-ibase-desc */
.section-ibase-desc {
  overflow: hidden;
  border-bottom: 1px solid #9A9A9A;
}

.ibase-desc {
  display: flex;
  align-items: center;
  width: 100%;
}

.ibase-desc__image {
  display: inline-flex;
  width: 465px;
}
.ibase-desc__image img {
  display: block;
  width: 100%;
  height: auto;
}

.ibase-desc__info {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 465px);
  padding-left: 24px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.ibase-desc__info ul.pattern-list {
  display: flex;
  width: 100%;
  max-width: 590px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ibase-desc__info ul.pattern-list li {
  display: inline-block;
  width: calc(50% - 20px);
  max-width: 252px;
  line-height: 1.4em;
  margin-top: 75px;
}
.ibase-desc__info ul.pattern-list li:nth-child(2n-1) {
  max-width: 202px;
}

.ibase-desc__info .btn {
  margin-right: auto;
  margin-top: 66px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 292px;
}

@media (max-width: 1680px) {
  .ibase-desc__image {
    width: 390px;
  }
  .ibase-desc__info {
    width: calc(100% - 390px);
  }
  .ibase-desc__info ul.pattern-list li {
    margin-top: 50px;
  }
  .ibase-desc__info .btn {
    margin-top: 46px;
  }
}
@media (max-width: 1380px) {
  .ibase-desc__image {
    width: 325px;
  }
  .ibase-desc__info {
    width: calc(100% - 325px);
  }
}
@media (max-width: 991px) {
  .section-ibase-desc {
    padding-top: 85px;
  }
  .ibase-desc {
    flex-wrap: wrap;
  }
  .ibase-desc__image {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }
  .ibase-desc__info {
    order: 1;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 34px;
    padding-top: 0px;
  }
  .ibase-desc__info .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .ibase-desc__info h2 {
    text-align: center;
    width: 100%;
  }
  .ibase-desc__info ul.pattern-list {
    max-width: 100%;
  }
  .ibase-desc__info ul.pattern-list li {
    max-width: 342px;
  }
  .ibase-desc__info ul.pattern-list li:nth-child(2n-1) {
    max-width: 302px;
  }
}
@media (max-width: 768px) {
  .ibase-desc__image {
    width: 240px;
  }
}
@media (max-width: 575px) {
  .section-ibase-desc {
    padding-top: 56px;
  }
  .ibase-desc__info {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 16px;
    padding-top: 0px;
  }
  .ibase-desc__info .btn {
    min-width: 250px;
    width: auto;
    max-width: 100%;
    margin-top: 35px;
  }
  .ibase-desc__info ul.pattern-list {
    padding-top: 5px;
  }
  .ibase-desc__info ul.pattern-list li {
    width: calc(50% - 10px);
    margin-top: 30px;
    max-width: 222px;
  }
  .ibase-desc__info ul.pattern-list li:nth-child(2n-1) {
    max-width: 192px;
  }
  .ibase-desc__image {
    width: 200px;
    margin-bottom: -100px;
  }
}
/* Section-mobility */
.section-mobility {
  padding-top: 78px;
  padding-bottom: 144px;
  flex-direction: column;
  z-index: 2;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-mobility h2 {
  width: 100%;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.section-mobility .container {
  position: relative;
}
.section-mobility .linear-slider {
  margin-top: 82px;
  margin-top: 0px !important;
}
.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 .play::before {
  background: #002299;
}
.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%);
}

.mobility-btn {
  position: absolute;
  top: 1330px;
  transform: translate3d(0px, -836px, 0px);
  right: 98px;
  width: 188px;
  height: 185.56px;
  border-radius: 50%;
  padding-left: 22px;
  padding-right: 22px;
  box-shadow: 3px 2px 11px #ADFAFF;
  background: linear-gradient(222.43deg, #4CDFE9 15.58%, #0075FF 62.57%);
  transition: 0.3s ease;
}
.mobility-btn:hover {
  transform: translateY(100%) scale(1.02);
  box-shadow: 4px 6px 18px #00E9F9;
  background: linear-gradient(222.43deg, #4CDFE9 15.58%, #0075FF 62.57%);
}
.mobility-btn span {
  font-size: 18px;
}

@media (max-width: 1680px) {
  .section-mobility {
    padding-top: 72px;
    padding-bottom: 118px;
    padding-top: 0px;
    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;
  }
  .mobility-btn {
    width: 168px;
    height: 162px;
    top: 1140px;
  }
}
@media (max-width: 1380px) {
  .section-mobility {
    padding-top: 66px;
    padding-top: 0px;
    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;
  }
  .video-preview {
    margin-top: 60px;
    margin-bottom: -30px;
    width: 350px;
    height: 180px;
  }
  .video-preview__overlay h5 {
    font-size: 16px;
    top: 15px;
  }
  .mobility-btn {
    top: 910px;
    right: 220px;
    width: 158px;
    height: 152px;
  }
  .mobility-btn span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .section-mobility {
    padding-top: 60px;
    padding-bottom: 104px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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;
  }
  .mobility-btn {
    top: 720px;
    width: 158px;
    height: 152px;
    right: 0px;
    left: 72%;
  }
  .mobility-btn span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-mobility {
    padding-top: 72px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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;
  }
  .mobility-btn {
    top: auto !important;
    left: 50%;
    margin-left: -79px;
    bottom: 55px;
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .section-mobility {
    padding-top: 56px;
    padding-top: 0px;
  }
  .section-mobility .linear-slider {
    margin-top: 24px;
  }
  .video-preview {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .mobility-btn {
    bottom: 50px;
  }
}
@media (max-width: 575px) {
  .section-mobility {
    padding-top: 46px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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;
  }
  .mobility-btn {
    width: 148px;
    height: 142px;
    margin-left: -74px;
    bottom: 45px;
  }
  .mobility-btn span {
    font-size: 15px;
  }
}
/* Section-versatility */
.section-versatility {
  padding-top: 172px;
  padding-bottom: 271px;
  margin-top: 70px;
  border-bottom: 1px solid #9A9A9A;
}

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

.versatility-info {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}
.versatility-info h2 {
  display: inline-block;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #002299;
}

.versatility-main {
  display: block;
  width: 100%;
  margin-top: 120px;
  padding-top: 5px;
  position: relative;
  margin-top: 90px;
}
.versatility-main ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.versatility-main ul li {
  width: 216px;
  margin-top: 44px;
  color: #272727;
  line-height: 1.14em;
  margin-top: 50px;
}
.versatility-main ul li b {
  display: inline-block;
}
.versatility-main ul li::before {
  background: #272727;
  top: 6px;
}
.versatility-main ul li:nth-child(2n-1) {
  width: calc(100% - 216px);
  padding-right: calc(100% - 450px);
}

.versatility-main__image {
  display: flex;
  position: absolute;
  left: 50%;
  top: calc(50% + 35px);
  transform: translate(-50%, -50%);
  width: 639px;
  height: auto;
  /*
  &::before {
  	content: "";
      display: inline-block;
      position: absolute;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      top: -220px;
      width: 863px;
      height: 863px;
      background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
  }
  */
}
.versatility-main__image img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1680px) {
  .section-versatility {
    padding-top: 112px;
    padding-bottom: 202px;
    margin-top: 50px;
  }
  .versatility-main {
    margin-top: 62px;
    padding-top: 15px;
  }
  .versatility-main ul li {
    margin-top: 30px;
  }
  .versatility-main__image {
    width: 580px;
    top: calc(50% + 25px);
    /*
    img {
    	max-height: 845px;
    }
    &::before {
        top: -150px;
        width: 683px;
        height: 683px;
    }
    */
  }
}
@media (max-width: 1380px) {
  .section-versatility {
    padding-top: 84px;
    padding-bottom: 152px;
    margin-top: 40px;
  }
  .versatility-main {
    margin-top: 35px;
  }
  .versatility-main__image {
    top: calc(50% + 20px);
    width: 510px;
    max-width: 49vw;
    /*
    &::before {
    	top: -140px;
        width: 623px;
        height: 623px;
    }
    */
  }
}
@media (max-width: 1199px) {
  .versatility-main ul {
    padding-right: 0px;
  }
  .versatility-main ul li {
    width: 186px;
  }
  .versatility-main ul li:nth-child(2n-1) {
    width: calc(100% - 186px);
    padding-right: calc(100% - 420px);
  }
}
@media (max-width: 991px) {
  .section-versatility {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .versatility-main {
    min-height: 550px;
    padding-bottom: 110px;
  }
  .versatility-main ul {
    padding-right: 0px;
  }
  .versatility-main ul li {
    padding-left: 20px;
    width: 172px;
  }
  .versatility-main ul li:nth-child(2n-1) {
    width: calc(100% - 172px);
    padding-right: calc(100% - 350px);
  }
  .versatility-main__image {
    top: calc(50% - 20px);
    width: 460px;
    max-width: 46vw;
    /*
    height: 530px;
    max-height: none;
    */
    /*
    &::before {
    	top: -140px;
        width: 523px;
        height: 523px;
    }
    img {
    	height: 100%;
    	max-height: none;
    	width: auto;
    }
    */
  }
}
@media (max-width: 768px) {
  .section-versatility {
    overflow: hidden;
    padding-top: 68px;
    margin-top: 2px;
  }
  .versatility-main {
    position: relative;
    min-height: auto;
    padding-bottom: 0px;
    margin-top: 32px;
    padding-top: 0px;
  }
  .versatility-main ul {
    padding-right: 0px;
    padding-bottom: 70px;
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .versatility-main ul li {
    width: 100%;
    padding-top: 0px;
    margin-top: 20px;
  }
  .versatility-main ul li:nth-child(2n-1) {
    width: 100%;
    padding-right: 0px;
  }
  .versatility-main__image {
    width: 320px;
    left: auto;
    transform: translate(0%, -50%);
    right: 0px;
    /*
    &::before {
    	top: -140px;
        width: 523px;
        height: 523px;
    }
    img {
    	height: 100%;
    	max-height: none;
    	width: 100%;
    	max-width: 100%;
    	object-fit: contain;
    	object-position: right bottom;
    }
    */
  }
}
@media (max-width: 575px) {
  .section-versatility {
    padding-top: 54px;
  }
  .versatility-main {
    margin-top: 16px;
  }
  .versatility-main ul {
    padding-bottom: 62px;
    width: 100%;
    max-width: 100%;
  }
  .versatility-main ul li {
    padding-left: 15px;
  }
  .versatility-main ul li::before {
    top: 4px;
  }
  .versatility-main__image {
    display: none;
  }
}
/* all-in-one */
.section-all-in-one {
  padding-top: 155px;
  padding-bottom: 164px;
  background: linear-gradient(109.42deg, #001E8C 33.05%, #00145A 74.27%);
  overflow: hidden;
}

.all-in-one {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.all-in-one h2 {
  display: block;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.all-in-one-main {
  display: block;
  width: 100%;
}
.all-in-one-main > p {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 34px;
}
.all-in-one-main > .btn {
  display: inline-flex;
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 58px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 292px;
}

.all-in-one-main__media {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-top: 78px;
}
.all-in-one-main__media .controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.all-in-one-main__media::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 669px;
  max-width: 100%;
  height: 669px;
  border-radius: 50%;
  background: #0085FF;
  filter: blur(260px);
}

.video-slider {
  display: block;
  width: 100%;
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}

.video-slider__slide {
  display: block;
  width: 100%;
}

.video-item {
  display: block;
  width: 100%;
  position: relative;
  height: 479px;
  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;
}
.video-item__preview img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-item__preview .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);
}
.video-item__preview .play svg {
  width: 50px;
  height: auto;
  left: calc(50% + 4px);
  top: calc(50% + 5px);
}
.video-item__preview:hover .play {
  border-color: #FFD600;
}
.video-item__preview:hover .play svg * {
  fill: #FFD600;
}

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

/*
.play-btn {
	display: inline-block;
	position: absolute;
	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);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	svg {
		display: block;
		width: 
	}
}
*/
@media (max-width: 1680px) {
  .section-all-in-one {
    padding-top: 96px;
    padding-bottom: 105px;
  }
  .all-in-one-main > p {
    margin-top: 26px;
  }
  .all-in-one-main > .btn {
    margin-top: 42px;
  }
  .all-in-one-main__media {
    margin-top: 46px;
  }
  .video-slider {
    max-width: 802px;
  }
  .video-item {
    height: 440px;
  }
}
@media (max-width: 1380px) {
  .section-all-in-one {
    padding-top: 70px;
    padding-bottom: 78px;
  }
  .all-in-one-main > .btn {
    margin-top: 40px;
  }
  .all-in-one-main__media {
    margin-top: 34px;
  }
  .video-slider {
    width: calc(100% - 110px - 30px);
    max-width: 674px;
  }
  .video-item {
    height: 382px;
  }
}
@media (max-width: 991px) {
  .all-in-one-main > .btn {
    margin-top: 30px;
  }
  .all-in-one-main__media {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .section-all-in-one {
    padding-top: 70px;
    padding-bottom: 78px;
  }
  .video-item {
    height: 43vw;
  }
}
@media (max-width: 575px) {
  .section-all-in-one {
    padding-top: 58px;
    padding-bottom: 60px;
  }
  .all-in-one-main > p {
    font-size: 12px;
    margin-top: 20px;
  }
  .all-in-one-main > .btn {
    min-width: 250px;
    margin-top: 25px;
  }
  .all-in-one-main__media {
    margin-top: 24px;
  }
  .video-slider {
    width: calc(100% - 80px - 20px);
    max-width: 674px;
  }
  .video-item__preview .play {
    width: 80px;
    height: 80px;
  }
  .video-item__preview .play svg {
    width: 35px;
    height: auto;
    left: calc(50% + 3px);
    top: calc(50% + 4px);
  }
  .video-item {
    height: 45vw;
    min-height: 180px;
  }
}
/* Section-software */
.section-software {
  padding-top: 140px;
  padding-top: 150px;
}

.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;
}

.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;
  margin-top: 10px;
  padding-left: 15px;
}

.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: 238px;
  padding-left: 28px;
}

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

.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;
}

@media (max-width: 1680px) {
  .section-software {
    padding-top: 84px;
  }
  .software__info h2 {
    padding-bottom: 20px;
  }
  .software__text p {
    margin-top: 25px;
  }
  .software__advantages {
    padding-top: 8px;
  }
  .software__advantage {
    margin-top: 50px;
  }
  .software__advantage:nth-child(2) {
    /*margin-left: 60px;*/
  }
  .software__media {
    width: calc(100% - 490px);
    padding-bottom: 164px;
    padding-left: 28px;
  }
  .software__bg {
    width: 490px;
    right: 30px;
  }
  .phone {
    margin-top: 20px;
    width: 265px;
    height: 560px;
  }
  .phone__slider {
    height: 536px;
    margin-top: 14px;
  }
  .phone__slide {
    height: 536px;
  }
}
@media (max-width: 1380px) {
  .section-software {
    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;
  }
  .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: 420px;
    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;
  }
}
@media (max-width: 1199px) {
  .software__advantage {
    padding-left: 68px;
  }
  .software__advantage:nth-child(2) {
    /*margin-left: 40px;*/
  }
  .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: 400px;
    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;
  }
  .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;
  }
}
@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;
  }
  .software__advantage {
    margin-top: 35px;
  }
  .software__media {
    padding-bottom: 74px;
    margin-top: 52px;
  }
}
@media (max-width: 575px) {
  .section-software {
    padding-top: 54px;
  }
  .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 {
    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;
  }
}
/* Section-safety */
.section-safety {
  padding-top: 170px;
  padding-bottom: 220px;
  background: linear-gradient(109.42deg, #001E8C 33.05%, #00145A 74.27%);
  flex-direction: column;
  overflow: hidden;
}
.section-safety h2 {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Gilroy-Bold", sans-serif;
}

.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/100% 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;
  }
  .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;
  }
  .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) {
  .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 .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 {
    border-radius: 20px;
    height: 400px;
  }
  .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__slider {
    border-radius: 0px;
  }
  .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;
  }
  .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;
}

.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 #002299;
  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;
  color: #272727;
}
.company-details .pattern-list li::before {
  background: #272727;
}
.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: #002299;
  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;
  color: #272727;
}
.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-history */

.section-history {
  width: 100%;
  padding-top: 125px;
  padding-bottom: 40px;
  overflow: hidden;
  background-image: url(/local/templates/.default/img/flag2.png);
  background-repeat: no-repeat;
  background-position-y: 45px;
}

.section-history .container{
  width: auto;
}

.section-history .row, .section-history .container{
  text-align: center;
}

.section-history p{
  font-size: 15px;
  padding-top: 25px;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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


@media (max-width: 1680px) {

.section-history {
    padding-top: 110px;
    padding-bottom: 30px;
    background-size: 340px;
    background-position-y: 115px;
}

.history {
    margin-top: 56px;
}
.section-history .controls {
  padding-left: 50px;
}
  }

@media (max-width: 1380px) {

.section-history {
    padding-top: 100px;
    padding-bottom: 25px;
    background-size: 280px;
    background-position: 35px 63px;
}

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

.history {
    margin-top: 48px;
}
.section-history .controls {
  padding-left: 45px;
  padding-right: 17px;

}

}

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

@media (max-width: 1200px) {

.history__btn {
  height: 21vw;
  max-height: 230px;
}

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

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

}

@media (max-width: 1000px) {

.section-history {
    padding-top: 300px;
    padding-bottom: 20px;
    background-position: 0 0;
}

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

}

@media (max-width: 991px) {
  .section-history .controls {
      padding-left: 17px;
  }
}

@media (max-width: 768px) {

.section-history {
    padding-top: 300px;
    padding-bottom: 20px;
}

.history {
    margin-top: 38px;
}

.history-info h2 {
  font-size: 25px;
  line-height: 1.26em;
}

}

@media (max-width: 575px) {

.section-history {
  padding-top: 270px !important;
  padding-bottom: 15px;
  background-size: 260px;
}

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

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

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

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

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

.section-history .control {
  width: 46px;
  height: 46px;
}

.section-history .control svg {
  width: 22px;
  height: 22px;
}

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

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


}
/* Section-ecosystem */
.section-ecosystem {
  background: linear-gradient(109.42deg, #001E8C 33.05%, #00145A 74.27%);
  padding-top: 154px;
  padding-bottom: 155px;
  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;
}

.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 {
  width: 100%;
  text-align: center;
  color: #001E8C;
}

.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(109.42deg, #001E8C 33.05%, #00145A 74.27%);
}

.specification {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.specification h2 {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
.specification > .btn {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  width: auto;
  margin-top: 92px;
  padding-left: 73px;
  padding-right: 28px;
  background: #fff !important;
}
.specification > .btn::before {
  background: #fff !important;
}
.specification > .btn::after {
  background-color: #FFD600;
  background-image: url(../img/btn-try-before_rotate.svg);
  background-image: url(../img/btn-try-before_rotate-yellow.svg);
}

.specification-main {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 90px;
  padding: 72px;
  padding-top: 70px;
  padding-bottom: 65px;
  padding-left: 49px;
}

.specification-main::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

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

.specification-main__image {
  display: inline-flex;
  position: relative;
  z-index: 3;
  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 {
  position: relative;
  z-index: 3;
  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: 8px;
  padding-top: 34px;
  border-top: 1px solid #C0C0C0;
}
.specification-bonuses p {
  color: #272727;
  line-height: 1.2em;
}
.specification-bonuses__items {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.specification-bonus {
  width: calc((100% - 152px) / 2);
  max-width: auto;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 15px;
}
.specification-bonus:first-child {
  width: calc((100% - 152px) / 2);
}
.specification-bonus:last-child {
  width: 152px;
  padding-right: 0px;
}
.specification-bonus:last-child .specification-bonus__icon {
  width: 36px;
}
.specification-bonus:last-child span {
  padding-left: 14px;
  width: calc(100% - 36px);
}
.specification-bonus span {
  display: inline-block;
  width: auto;
  color: #272727;
  line-height: 1.15em;
  max-width: none;
  width: calc(100% - 50px);
  padding-left: 21px;
  word-wrap: break-word;
}

.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 h2 {
    max-width: 440px;
  }
  .specification > .btn {
    margin-top: 50px;
  }
  .specification-main {
    padding-top: 40px;
    padding-bottom: 35px;
    margin-top: 44px;
  }
  .specification-main::before {
    width: 800px;
    height: 800px;
  }
  .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;
  }
  .specification-bonus {
    max-width: 220px;
    width: calc((100% - 142px) / 2);
  }
  .specification-bonus:first-child {
    width: calc((100% - 142px) / 2);
  }
  .specification-bonus:last-child {
    width: 152px;
  }
  .specification-bonus:last-child span {
    width: calc(100% - 36px);
  }
  .specification-bonus span {
    padding-left: 15px;
  }
}
@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;
  }
}
@media (max-width: 991px) {
  .section-specification {
    padding-top: 60px;
    padding-bottom: 92px;
  }
  .specification h2 {
    max-width: 340px;
  }
  .specification-main {
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .specification-main::before {
    display: none;
  }
  .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-bonus span {
    font-size: 14px;
  }
}
@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% !important;
    max-width: 100% !important;
    margin-top: 10px;
  }
  .specification-bonus span {
    max-width: calc(100% - 50px);
    padding-left: 14px;
    font-size: 12px;
  }
}
/* Section-kits */
.section-kits {
  padding-top: 145px;
  padding-bottom: 164px;
  border-top: 1px solid #000;
}
.section-kits h2 {
  display: block;
  width: 100%;
  text-align: center;
}
.section-kits.section-kits__offset {
  padding-bottom: 0px !important;
}

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

.kits__item {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding-left: 61px;
  padding-right: 48px;
  padding-top: 55px;
  /*padding-bottom: 90px;*/
  margin-top: 53px;
  min-height: 390px;
  cursor: pointer;
  transition: 0.3s ease;
}
.kits__item h5 {
  display: block;
  width: 100%;
  color: #000;
  font-size: 22px;
  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: 26px;
  padding-left: 26px;
  font-size: 17px;
  color: #000;
  position: relative;
}
.kits__item li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 8.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
.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);
}

.kits__col {
  display: inline-block;
  width: 302px;
  padding-right: 0px;
  padding-left: 48px;
}
.kits__col:first-child {
  width: 240px;
  padding-left: 0px;
}
.kits__col:nth-child(5n-1) {
  width: 272px;
  padding-left: 0px;
}
.kits__col:last-child {
  margin-top: -32px;
  margin-bottom: 0px;
}

.kits__prices {
  display: block;
  padding-top: 24px;
}
.kits__prices span {
  display: block;
  font-size: 30px;
  color: #002299;
  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: 0px;
  top: 0px;
  z-index: 2;
  width: 55px;
  line-height: 54px;
  height: 55px;
  background: #FFD600;
  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%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -7px;
  bottom: -1px;
}

.kits__item_02 .kits__col img {
  left: calc(50% + 15px);
}

.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: 125px;
    padding-bottom: 135px;
  }
  .kits {
    padding-top: 10px;
  }
  .kits__item {
    margin-top: 40px;
    padding-top: 45px;
    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: 60px;
  }
}
@media (max-width: 1320px) {
  .section-kits {
    padding-top: 115px;
    padding-bottom: 120px;
  }
  .kits__item {
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 28px;
    padding-top: 38px;
    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: 45px;
    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;
  }
  .kits__item_02 .kits__col img {
    left: calc(50% + 5px);
  }
}
@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) {
  .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;
  }
  .kits__prices {
    padding-bottom: 25px;
  }
  .kits__col img {
    margin-top: 34px;
    max-height: 272px;
  }
}
@media (max-width: 767px) {
  .section-kits {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  .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 {
    max-height: 262px;
  }
  .kits-text {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .section-kits {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .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;
    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: 30px;
    max-height: 240px;
  }
  .kits-text {
    margin-top: 30px;
  }
}
/* Section-connection */
.section-connection {
  /*overflow: hidden;
  padding-top: 260px;*/
  background: linear-gradient(109.42deg, #001E8C 33.05%, #00145A 74.27%);
}
.section-connection .contact-form .btn {
  /*width: 100%;
  margin-top: 15px;
  border-radius: 17px;
  min-height: 67px;*/
  background: linear-gradient(349.99deg, #FFC800 7.5%, #FEE500 92.5%);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}
.section-connection .contact-form .btn:hover {
  background: linear-gradient(349.99deg, #FFC800 7.5%, #FEE500 92.5%);
  box-shadow: 0px 3px 62px rgba(253, 233, 67, 0.7);
  color: #002299;
}
.contact-form .btn span {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #002299;
}



/* Footer */

/* Modal */
.overlay {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: 0px;
  top: 0px;
  background: linear-gradient(107.02deg, rgba(28, 67, 216, 0.9) 17.79%, rgba(14, 26, 86, 0.9) 83.8%);
  opacity: 0;
  z-index: -2;
  transition: opacity 0.4s ease, left 0.4s ease;
}

.overlay.overlay_white {
  left: -200px;
  top: 75px;
}

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

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

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

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

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

.modal.active {
  position: fixed;
  width: 880px;
  max-width: calc(100% - 35px);
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 101;
  transition: opacity 0.4s ease;
}
.modal.active.modal_small {
  width: 465px;
  border-radius: 20px;
}
.modal.active.modal_writing {
  width: 780px;
}
.modal.active .contact-form {
  background: transparent;
  box-shadow: none;
}

.modal-consultation {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-consultation .contact-form {
  width: 418px;
  padding-left: 20px;
  padding-right: 65px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.modal-consultation__image {
  display: inline-flex;
  width: calc(100% - 418px - 13px);
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  padding-left: 55px;
  padding-top: 30px;
  padding-top: 0px;
}
.modal-consultation__image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
  margin-bottom: 0px;
  height: auto;
  height: 100%;
  object-fit: cover;
}

.modal-writing {
  display: flex;
  width: 100%;
}
.modal-writing .contact-form {
  width: calc(100% - 360px);
  max-width: 420px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 64px;
  padding-bottom: 68px;
}
.modal-writing .contact-form p {
  color: #002299;
}
.modal-writing .contact-form form {
  padding-top: 18px;
}

.modal-writing__image {
  display: inline-flex;
  width: 330px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border: 5px solid #fff;
}
.modal-writing__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal_video.active {
  width: 930px;
  padding: 0px;
  border: 5px solid #fff;
  border-radius: 17px;
  overflow: hidden !important;
}

.video {
  display: flex;
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 17px;
  overflow: hidden !important;
}
.video iframe {
  display: inline-block;
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 17px !important;
  border: 0px solid transparent !important;
  transform: none !important;
  appearance: none !important;
}

.modal_kit .contact-form {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.bottom-fixed {
  display: none;
}

.modal_thanks h3 {
  display: block;
  width: 100%;
  text-align: center;
  color: #002299;
}
.modal_thanks h3 br {
  display: none;
}

@media (max-width: 1680px) {
  .video {
    height: 420px;
  }
  .holiday-strip {
    height: 75px;
  }
}
@media (max-width: 1380px) {
  .modal.active.modal_small {
    width: 405px;
  }
  .modal_kit .contact-form {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .modal_kit .contact-form form {
    padding-top: 16px;
  }
  .modal_video.active {
    border: 4px solid #fff;
  }
  .video {
    height: 400px;
  }
  .modal-consultation__image {
    max-height: 524px;
  }
}
@media (max-width: 1199px) {
  .modal.active {
    width: 768px;
  }
  .video {
    height: 380px;
  }
  .modal-consultation__image {
    padding-left: 40px;
  }
  .modal-consultation__image img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .modal.active {
    width: 360px;
  }
  .modal.active.modal_small {
    width: 360px;
  }
  .modal.active.modal_writing {
    width: 360px;
  }
  .modal.modal_video {
    width: 580px;
  }
  .video {
    height: 330px;
  }
  .modal-consultation .contact-form {
    width: 100%;
    max-width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .modal-consultation .contact-form form {
    padding-top: 16px;
  }
  .modal-consultation__image {
    display: none;
  }
  .modal-writing .contact-form {
    width: 100%;
    max-width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .modal-writing .contact-form form {
    padding-top: 16px;
  }
  .modal-writing__image {
    display: none;
  }
}
@media (max-width: 768px) {
  .overlay.overlay_white.active {
    top: 90px;
  }
  .modal.active {
    width: 320px;
  }
  .modal.active.modal_small {
    width: 320px;
  }
  .modal.active.modal_writing {
    width: 320px;
  }
  .modal_kit .contact-form, .modal-writing .contact-form, .modal-consultation .contact-form {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 36px;
    padding-bottom: 45px;
  }
  .modal_kit .contact-form form, .modal-writing .contact-form form, .modal-consultation .contact-form form {
    padding-top: 6px;
  }
  .modal.modal_video {
    width: 460px;
    border-width: 3px;
  }
  .video {
    height: 260px;
  }
  .modal_thanks {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 280px !important;
  }
  .modal_thanks h3 br {
    display: block;
  }
}
@media (max-width: 575px) {
  .overlay.overlay_white.active {
    top: 85px;
  }
  .imu-presentation__info {
    padding-bottom: 16px;
  }
  .video {
    height: 210px;
    max-height: 70vw;
  }
}
/* Формы Б24 */
div.b24-window-scrollable{
  overflow: hidden;
  border-radius: 5px;
  padding: 7px;
}
div.b24-form .b24-form-wrapper, .b24-form-wrapper .b24-form-btn{
  border-radius: 17px;
}
.b24-form-wrapper .b24-form-btn{
  color: #002299;
  background-color: #FECB1B;
  font-size: 19px;
  font-weight: bold;
  height: 60px;
}
.b24-form-wrapper .b24-form-btn:hover{
  color: #fff;
  background-color: #00489D;
  /*box-shadow: 0px 3px 10px #FECB1B;*/
}
div.b24-form .b24-form-wrapper{
  padding: 10px;
}
div.modal-writing div.b24-form .b24-form-wrapper{
  padding: 0;
}
div.b24-form .b24-form-icon-remove, div.b24-form .b24-form-control-alert-message{
  display: none;
}
div.b24-form .b24-form-control-alert{
  margin-bottom: 15px !important;
}
div.b24-form .b24-form-content .b24-form-control-container input, div.b24-form .b24-form-content .b24-form-control-container textarea{
  border: 0.8px solid #D0D0D0;
  border-radius: 17px;
  text-align: center;
  color: #B9B9B9;
  background-color: #fff;
}
div.b24-form .b24-form-field .b24-form-control-container.b24-form-control-icon-after input{
  padding-right: 10px;
}
div.b24-form .b24-form-content .b24-form-control-container input:focus, div.b24-form .b24-form-content .b24-form-control-container textarea:focus {
  color: #002299;
  border-color: #002299;
  transition: 0.3s ease;
}
div.b24-window-panel.b24-window-panel-pos-center{
    height: 490px;
    top: 50%;
    margin-top: -245px;
}

div.b24-form .b24-form-header-title{
  color: #002299;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
div.b24-form .b24-form-dropdown-container{
  height: 170px;
  border-radius: 10px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
div.b24-form .b24-form-control-list-selector-item-title{
  color: #002299;
}
div.modal-writing .b24-form form, div.modal_consultation .b24-form form{
  display: block;
  max-width: 100%;
}
.modal-writing div.contact-form {
  padding-top: 15px;
  padding-bottom: 25px;
}
div.modal-consultation div.contact-form {
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
}
div.b24-form .b24-form-dropdown-container::-webkit-scrollbar { width: 0; }
div.modal-writing .b24-form .b24-form-padding-side, div.modal_consultation .b24-form .b24-form-padding-side{
    padding-left: 10px;
    padding-right: 10px;
}
div.b24-form .b24-form-inner-box{
  background-color: #FFFFFF;
}
/*
#section-connection .contact-form{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
}*/
.contact-form div.b24-form form{
  max-width: 100%;
}
div.b24-form .b24-form-sign{
  display: none;
}

@media (max-width: 991px){
  div.modal.active.modal_writing, div.modal.active.modal_consultation {
    width: 460px;
  }
  div.b24-form .b24-form-header-title{
    font-size: 21px;
  }
  
}
@media screen and (max-width: 769px) {
  .modal-kit div.b24-form .b24-form-header-title{
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  div.modal.active.modal_writing, div.modal.active.modal_consultation {
    width: 400px;
  }
  div.b24-window-panel.b24-window-panel-pos-center{
    height: 530px;
    max-width: 380px;
  }
    .b24-window .b24-window-panel {
        overflow: revert;
    }
    .b24-form .b24-window-panel>div>.b24-window-scrollable{
        bottom: auto;
    }
    div.b24-form div.b24-form-header-title{
      font-size: 20px;
    }
    div.modal-writing .b24-form form{
      max-width: 320px;
    }
    div.b24-form .b24-form-header-description{
      display: none;
    }
    .b24-form-wrapper .b24-form-btn {
      font-size: 17px;
    }
    div.b24-form form{
      font-size: 15px;
    }
}
@media (max-width: 512px){
    .b24-form .b24-window .b24-window-scrollable {
    padding-bottom: 20px;
    }
    .modal.modal_writing .b24-form-field{
      margin-bottom: 6px;
      
    }
    .modal.modal_writing{
      padding-bottom: 5px;
      padding-top: 2px;
    }
}
/* Mobile-menu */
.mobile-menu {
  display: none;
}

@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: #002299;
    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: 85px;
  }
  .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: 16px;
  padding-bottom: 16px;
  border: 1px solid #E4E4E4;
  display: none;
}
.contacts-bottom .action-buttons {
  width: 292px;
  max-width: 100%;
}
.contacts-bottom .btn {
  min-height: 48px;
  width: 100%;
  max-width: 198px;
}
.contacts-bottom .btn span {
  font-size: 18px;
}
.contacts-bottom .btn::after {
  width: 21px;
  height: 21px;
}

@media (max-width: 991px) {
  .contacts-bottom {
    display: flex;
  }
}

/*

@media (max-width: 1680px) {

}

@media (max-width: 1380px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 768px) {

}

@media (max-width: 575px) {

}

*/
/*
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);

	background-image: url('../img/name.png');
	background-position: center;
	background-size: cover;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;

	::before { 
		content: ""; 
		display: block; 
		padding-top: 100%;
	}




	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;


*/