/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
.main-services__title, .main-screen__title, .title {
  font-family: "OpenSans-Bold", sans-serif;
  display: swap;
}

html,
body {
  font-family: "Montserrat-Medium", sans-serif;
  display: swap;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul[class],
li[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

html,
body {
  height: 100%;
  color: #F5F5F5;
  margin: 0 auto;
  background-color: rgb(33, 59, 94);
  font-size: 16px;
}

body.menu-opened {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  margin: 3px;
}

::-webkit-scrollbar-track {
  background-color: #A1B4CC;
  position: relative;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: green;
  background: rgb(33, 59, 94);
  border-radius: 5px;
  border: 1px solid #A1B4CC;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 140px;
}

.section {
  padding: 50px 0;
}

.title {
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #F5F5F5;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.global-btn {
  padding: 12px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(161, 180, 204, 0.3), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(161, 180, 204, 0.3);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(161, 180, 204, 0.3), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(161, 180, 204, 0.3);
  background-color: rgb(33, 59, 94);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.global-btn:hover {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(171, 207, 255, 0.4), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(171, 207, 255, 0.4);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(171, 207, 255, 0.4), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(171, 207, 255, 0.4);
  color: rgb(171, 207, 255);
}

.slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0px;
  z-index: 1;
}

.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0px;
  z-index: 1;
}

.slick-arrow {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.slick-arrow .arrow__wrapper img {
  width: 38px;
  height: 67px;
}

.slick-dots {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.slick-dots button {
  border: 1px solid #F5F5F5;
  border-radius: 2px;
  height: 10px;
  width: 15px;
  margin: 20px 6px;
  font-size: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}

.slick-dots li[class=slick-active] button {
  background-color: #F5F5F5;
  width: 40px;
}

.global-reviews__wrapper {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

.modal {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 59, 94, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: none;
}

.modal__inner {
  width: 100%;
}

.modal__wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.modal__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.close__btn {
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
}

.close__line {
  width: 30px;
  background-color: #F5F5F5;
  height: 3px;
  border-radius: 5px;
  display: block;
  margin-bottom: 6px;
  position: relative;
}

.close__line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.close__line2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -3px;
}

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

.hide {
  display: none;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: local("☺"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("☺"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("☺"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futuramdbtrusbyme_bold";
  src: url("../fonts/futuramdbtrusbyme_bold.eot");
  src: local("☺"), url("../fonts/futuramdbtrusbyme_bold.woff") format("woff"), url("../fonts/futuramdbtrusbyme_bold.ttf") format("truetype"), url("../fonts/futuramdbtrusbyme_bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.header {
  background-color: rgb(33, 59, 94);
  padding: 20px 0;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}

.header__fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: show_header;
          animation-name: show_header;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 100;
}

@-webkit-keyframes show_header {
  0% {
    opacity: 0;
    top: -70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes show_header {
  0% {
    opacity: 0;
    top: -70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.header__logo {
  margin-right: 20px;
  width: 178px;
  height: 44px;
}
.header__logo img {
  width: 178px;
  height: 44px;
}

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

.menu-list {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-list:hover {
  color: rgb(171, 207, 255);
}
.menu-list + .menu-list {
  margin-left: 28px;
}

.menu-list__link-drop {
  position: relative;
  padding-right: 20px;
}
.menu-list__link-drop::before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  border-top: 8px solid #F5F5F5;
  top: 7px;
  right: 0px;
}
.menu-list__link-drop:hover::before {
  content: "";
  border-top: 8px solid #abcfff !important;
}

.menu-list__link-menu {
  display: none;
  position: absolute;
  left: -20px;
}

.menu-list__link.menu-list__link-menu:hover {
  color: rgb(171, 207, 255);
}

.menu-list__link-drop {
  position: relative;
}
.menu-list__link-drop:hover .menu-list__link-menu {
  display: block;
  color: #F5F5F5;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: rgb(33, 59, 94);
}

.menu-list__link-menu--link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-list__link-menu--list {
  width: 280px;
  margin-bottom: 15px;
}
.menu-list__link-menu--list:hover .menu-list__link-menu--link {
  color: #abcfff;
}

.mob-menu__contacts-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.mob-menu__contacts-link:hover {
  color: rgb(171, 207, 255);
}

.menu__btn {
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 100;
  display: none;
  padding-top: 4px !important;
  border-radius: 5px;
  z-index: 3;
}
.menu__btn.active .row {
  height: 3px;
}
.menu__btn.active .row1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 8px;
  background-color: #F5F5F5;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu__btn.active .row2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -1px;
  background-color: #F5F5F5;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu__btn.active .row3 {
  opacity: 0;
}

.row {
  width: 25px;
  background-color: #F5F5F5;
  height: 3px;
  border-radius: 5px;
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 6px auto;
}

.mob-menu {
  display: none;
}

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

.social {
  margin-right: 30px;
}

.social__list {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(161, 180, 204, 0.3), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(161, 180, 204, 0.3);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(161, 180, 204, 0.3), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(161, 180, 204, 0.3);
  background-color: rgb(33, 59, 94);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social__list:hover .social__list-link svg path {
  fill: rgb(171, 207, 255);
}
.social__list + .social__list {
  margin-left: 20px;
}
.social__list img {
  width: 20px;
  height: 18px;
}

.social__list:hover {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(171, 207, 255, 0.4), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(171, 207, 255, 0.4);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(171, 207, 255, 0.4), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(171, 207, 255, 0.4);
}

.social__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.main-screen {
  padding-top: 80px;
  width: 100%;
  margin-top: 84px;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: relative;
}

.main-screen__title {
  font-size: 96px;
  text-transform: uppercase;
  letter-spacing: -6px;
  line-height: 120px;
  margin-bottom: 30px;
}

.main-screen__subtitle {
  font-size: 20px;
  margin-bottom: 20px;
}

.main-screen__box {
  margin-bottom: 50px;
}

.main-services__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 6fr;
  grid-template-rows: 6fr;
}

.main-services__item {
  height: 496px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(161, 180, 204, 0.3), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(161, 180, 204, 0.3);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3), -3px -3px 3px 0 rgba(161, 180, 204, 0.3), inset 3px 3px 3px 0 rgba(0, 0, 0, 0.3), inset -3px -3px 3px 0 rgba(161, 180, 204, 0.3);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.main-services__item:hover {
  background-size: 110% 110%;
}
.main-services__item:hover .main-services__other {
  color: rgb(171, 207, 255);
}

.main-services-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#213b5e), to(rgba(33, 59, 94, 0.3)));
  background: linear-gradient(180deg, #213b5e 0%, rgba(33, 59, 94, 0.3) 100%);
  height: 100%;
  padding: 50px;
}

.main-services__item-big {
  height: 100%;
}

.main-services__item-one {
  grid-row-start: span 3;
}

.main-services__item-two {
  grid-row-start: span 2;
}

.main-services__item-three {
  grid-row-start: span 2;
}

.main-services__item-fov {
  grid-row-start: span 3;
}

.main-services__item-five {
  grid-row-start: span 2;
}

.main-services__number {
  margin-bottom: 10px;
}

.main-services__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.main-services__other {
  padding-right: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-services__other::before {
  position: absolute;
  content: "";
  background-image: url("../images/icons/arrow-services.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 7px;
  right: 0;
  top: 7px;
}

.adv__item-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.main-company .container {
  position: relative;
}
.main-company .container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 950px;
  height: 235px;
  background-image: url("../images/icons/iforce.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.main-company__descr {
  margin-bottom: 30px;
}

.main-company__title {
  padding-top: 130px;
}

.slider-services {
  max-width: 2500px;
  margin: 0 auto;
}

.slider-services__descr {
  margin-bottom: 30px;
}

.product__box-wrapper {
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: bottom left;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.product__box-wrapper:last-child {
  margin-bottom: 0;
}

.product {
  padding-top: 0;
}

.product__item {
  margin-bottom: 50px;
}
.product__item:last-child {
  margin-bottom: 0;
}

.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.slider-for {
  max-width: 700px;
  width: 100%;
}

.product1-img {
  width: 700px;
  height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}

.product__box {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.product__box-title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product__text {
  margin-bottom: 20px;
}

.product__inner {
  width: 100%;
  margin-bottom: 5px;
}

.product__inners {
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
.product__inners:last-child {
  margin-bottom: 0;
}
.product__inners::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 18px;
  border-bottom: 1px dashed rgba(0, 224, 255, 0.5);
}

.slider-nav__wrapper {
  position: relative;
  margin-bottom: 30px;
  padding: 0 60px;
}
.slider-nav__wrapper .slick-prev {
  position: absolute;
  top: 43%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0px;
  z-index: 1;
}
.slider-nav__wrapper .slick-next {
  position: absolute;
  top: 43%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0px;
}

.product2-img {
  max-width: 250px;
  height: 150px;
  margin: 0 auto;
  border-radius: 3px;
}

.product__btn {
  margin-left: 30px;
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.partners__item {
  margin-bottom: 30px;
  max-width: 294px;
  width: 100%;
  height: 176px;
  border-radius: 5px;
}
.partners__item img {
  max-width: 294px;
  width: 100%;
  height: 176px;
  border-radius: 5px;
}

.main-questions {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-questions .global-btn {
  margin: 0 auto;
}

.questions__inner {
  margin-bottom: 50px;
}

.questions__item {
  padding: 20px 60px;
  max-width: 1274px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #F5F5F5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: rgb(33, 59, 94);
}

.questions__item.main-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.questions__item.main-btn:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(171, 207, 255, 0.5);
          box-shadow: 0px 0px 10px rgba(171, 207, 255, 0.5);
}

.questions__wrapper {
  position: relative;
  z-index: 10;
}

.questions__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.questions__item-title--text {
  position: relative;
}

.questions__item-title--btn.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.questions__item-title--btn.active .questions__row-1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.questions__item-title--btn.active .questions__row-2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}

.questions__row {
  height: 3px;
  width: 25px;
  border-radius: 10px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #F5F5F5;
}

.questions__row-1 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 12px;
}

.questions__row-2 {
  position: relative;
  top: 10px;
}

.questions__item-text {
  padding-top: 25px;
  display: none;
}

.questions__text-open {
  display: block;
}

.offer__inner {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .offer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.offer__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}
.offer__content .container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer__body {
  width: 50%;
}

.offer__imeage img {
  max-width: 100%;
}

@media (min-width: 1000px) {
  .offer__imeage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
  }
}
.offer__descr {
  margin-bottom: 30px;
}

.reviews {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F5F5F5;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  color: rgb(33, 59, 94);
  padding: 20px;
  height: 370px;
}

.reviews__box {
  padding-right: 15px;
  padding-left: 30px;
  overflow-y: auto;
}

.reviews__img {
  max-width: 540px;
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-left: 20px;
}

.reviews__name {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.main-request {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-request--bg {
  padding: 130px 0;
}

.request__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.request__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.request__item {
  max-width: 450px;
  width: 100%;
  margin: 0px 10px;
}

.request__items-input {
  border: 1px solid #F5F5F5;
  color: rgb(33, 59, 94);
  padding: 20px 30px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
}
.request__items-input::-webkit-input-placeholder {
  color: #A1B4CC;
}
.request__items-input::-moz-placeholder {
  color: #A1B4CC;
}
.request__items-input:-ms-input-placeholder {
  color: #A1B4CC;
}
.request__items-input::-ms-input-placeholder {
  color: #A1B4CC;
}
.request__items-input::placeholder {
  color: #A1B4CC;
}

.request__items-textarea {
  margin-bottom: 0;
  height: 143px !important;
  resize: none;
}

.request__inner-btn {
  width: 100%;
  text-align: center;
}

.request-btn {
  color: #F5F5F5;
  border: none;
}

.main-contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contacts-text {
  display: block;
  margin-bottom: 15px;
}

.main-contacts .social {
  margin-bottom: 20px;
}

.main-contacts__item iframe {
  border-radius: 5px;
}

.main-contacts__tel,
.main-contacts__email {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-contacts__tel:hover,
.main-contacts__email:hover {
  color: rgb(171, 207, 255);
}

.footer {
  padding-bottom: 30px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.footer__item-address {
  max-width: 360px;
  width: 100%;
}

.footer__item-click {
  max-width: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__item-click .social {
  margin-right: 0;
}

.footer__contacts {
  margin-bottom: 20px;
  margin-left: auto;
  display: block;
}

.footer__rec {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.lapki {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.lapki:hover {
  color: rgb(171, 207, 255);
}

.footer__item-list {
  display: block;
  margin-bottom: 10px;
}

.footer__item-list--link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__item-list--link:hover {
  color: rgb(171, 207, 255);
}

@media (max-width: 1850px) {
  .menu__btn {
    display: block;
  }
  .mob-menu {
    display: block;
  }
  .mob-menu__contacts-link {
    margin-bottom: 30px;
  }
  .nav {
    display: none;
    z-index: 3;
  }
  .nav.active {
    position: fixed;
    top: 0px;
    right: 0;
    max-width: 500px;
    width: 100%;
    bottom: 0;
    background-color: rgb(33, 59, 94);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 100px 150px 40px 70px;
    height: 100%;
    overflow-y: auto;
  }
  .nav.active .menu-wrapper {
    width: 100%;
  }
  .nav.active .menu-list {
    margin-bottom: 20px;
  }
  .nav.active .menu-list + .menu-list {
    display: block;
    margin-left: 0;
  }
  .header__contants {
    margin-left: auto;
    margin-right: 30px;
  }
  .menu-list__link-drop:hover {
    padding-top: 0px;
    padding-left: 0px;
  }
  .menu-list__link-drop::before {
    display: none;
  }
  .menu-list__link-menu {
    display: block;
    position: inherit;
    left: 0;
    padding-top: 20px !important;
    padding-left: 20px !important;
  }
  .mob-menu .social {
    margin-bottom: 20px;
  }
}
@media (max-width: 1700px) {
  .footer__item-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1600px) {
  .header {
    padding: 15px 0;
  }
  .main-screen {
    margin-top: 74px;
  }
  .container {
    padding: 0 100px;
  }
  .main-screen__title {
    font-size: 80px;
    line-height: 96px;
  }
  .adv__inner {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .product__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
    margin-bottom: 30px;
  }
  .slider-for {
    margin: 0 auto;
  }
}
@media (max-width: 1500px) {
  .reviews__item {
    max-width: 1000px;
  }
}
@media (max-width: 1400px) {
  .title {
    font-size: 48px;
    line-height: 58px;
  }
  .container {
    padding: 0 80px;
  }
  .main-screen {
    background-size: cover;
    background-position: top left;
  }
  .main-services-bg {
    padding: 30px;
  }
  .main-services__title {
    font-size: 40px;
    line-height: 40px;
  }
  .main-services__number img {
    height: 100px;
  }
  .main-company .container::before {
    width: 730px;
    height: 180px;
  }
  .main-contacts__item iframe {
    width: 500px;
    height: 350px;
  }
  .footer__item-address {
    max-width: 500px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1300px) {
  .reviews__item {
    max-width: 900px;
  }
  .reviews__img {
    max-width: 400px;
  }
  .reviews__box {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .nav.active {
    padding: 80px 150px 40px 70px;
  }
  .main-screen__title {
    font-size: 70px;
    line-height: 88px;
  }
  .main-screen__subtitle {
    font-size: 18px;
  }
  .main-services__item {
    height: 350px;
  }
  .main-services__item-big {
    height: 100%;
  }
  .main-services__number img {
    height: 80px;
  }
  .main-services__title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .reviews__item {
    max-width: 800px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding: 0 60px;
  }
  .main-services__item {
    height: 300px;
  }
  .main-services__item-big {
    height: 100%;
  }
  .main-company__title {
    padding-top: 200px;
  }
  .slider-nav__wrapper {
    padding: 0;
  }
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }
  .product1-img {
    width: 650px;
    height: 387px;
  }
  .partners__item {
    max-width: 220px;
    width: 100%;
    height: 131px;
  }
  .partners__item img {
    max-width: 220px;
    width: 100%;
    height: 131px;
  }
  .reviews__slider {
    margin: 0 10px;
  }
  .reviews__text {
    padding-right: 15px;
  }
  .reviews__item {
    max-width: 100%;
  }
  .main-contacts__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-contacts__item-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-contacts__item {
    width: 100%;
  }
  .main-contacts__item iframe {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 1000px) {
  .offer__body {
    width: 100%;
  }
  .offer__content {
    margin-bottom: 30px;
  }
  .offer__imeage {
    padding: 0 20px;
  }
  .offer__imeage img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer__item-click {
    max-width: 280px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__contacts {
    margin-right: auto;
    margin-left: inherit;
  }
  .footer__item-address {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .main-screen__title {
    font-size: 64px;
    line-height: 80px;
  }
  .main-services__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 6fr;
    grid-template-rows: 6fr;
  }
  .main-services__item {
    background-size: cover;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-services__item:hover {
    background-size: cover;
  }
  .main-services__number img {
    height: 60px;
  }
  .title {
    font-size: 36px;
    line-height: 40px;
  }
  .partners__item {
    max-width: 210px;
    width: 100%;
    height: 120px;
    margin-bottom: 0px;
  }
  .partners__item img {
    max-width: 210px;
    width: 100%;
    height: 120px;
  }
  .questions__item {
    padding: 20px;
  }
  .reviews__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews__box {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .reviews__name {
    margin-bottom: 20px;
  }
  .reviews__img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .reviews__item {
    height: 500px;
  }
  .reviews__text {
    height: 100px;
    overflow-y: auto;
  }
}
@media (max-width: 800px) {
  .container {
    padding: 0 40px;
  }
  .header__logo {
    width: 145px;
    height: 46px;
  }
  .main-screen__title {
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -4px;
  }
  .main-company .container::before {
    width: 100%;
  }
  .adv__inner {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .adv__item {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .request__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .request__items-input {
    padding: 20px 20px;
  }
  .request__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .header__contants .social {
    display: none;
  }
  .product2-img {
    max-width: 200px;
    height: 126px;
  }
  .footer__item {
    max-width: 100%;
    width: 100%;
  }
  .footer__item-click {
    max-width: 250px;
  }
}
@media (max-width: 600px) {
  .section {
    padding: 30px 0;
  }
  .global-btn {
    padding: 12px 20px;
  }
  .container {
    padding: 0 15px;
  }
  .main-screen__subtitle {
    font-size: 16px;
  }
  .header__logo {
    width: 100px;
    margin-right: 0;
  }
  .header__contants {
    margin-right: 15px;
  }
  .main-screen__title {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -3px;
  }
  .menu-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-services__number img {
    height: 40px;
  }
  .main-services-bg {
    padding: 20px;
  }
  .main-company__title {
    padding-top: 160px;
  }
  .main-company.section {
    padding-top: 0;
  }
  .product1-img {
    width: 100%;
    height: 240px;
  }
  .reviews__text {
    height: 150px;
  }
  .reviews__img {
    height: auto;
  }
  .reviews__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .adv__item-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .product2-img {
    max-width: 150px;
    height: 100px;
  }
  .modal__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .close__btn {
    top: -30px;
  }
}
@media (max-width: 400px) {
  .header {
    padding: 10px 0;
  }
  .global-btn {
    padding: 10px 14px;
  }
  .nav.active {
    padding: 40px 40px 40px 40px;
  }
  .menu-wrapper {
    margin-bottom: 40px;
  }
  .main-screen {
    margin-top: 0;
  }
  .main-services__title {
    font-size: 24px;
    line-height: 26px;
  }
  .main-company__title {
    padding-top: 140px;
  }
}
.adv__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

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