/* 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;
}
.service__item-title, .onescreen__subtitle, .text, html,
body {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  display: swap;
}

.onescreen__title, .title {
  font-family: "Exo2-Regular", sans-serif;
  font-weight: 400;
  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;
}

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 {
  margin: 0 auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(48.61%, #4972A2), color-stop(81.94%, #86AEB4), to(#29666B));
  background: linear-gradient(180deg, #000 0%, #4972A2 48.61%, #86AEB4 81.94%, #29666B 100%);
  background-color: #050D27;
  background-image: url("../images/content/body-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  font-size: 20px;
  color: #FFFFFF;
}

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

::-webkit-scrollbar-track {
  position: relative;
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(48.61%, #4972A2), color-stop(81.94%, #86AEB4), to(#29666B));
  background: linear-gradient(180deg, #000 0%, #4972A2 48.61%, #86AEB4 81.94%, #29666B 100%);
  border-radius: 5px;
}

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

.main-btn {
  padding: 10px 20px;
  border: 2px solid #419EFC;
  background: rgba(37, 37, 37, 0.7);
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-btn:hover {
  background-color: #FFFFFF;
  color: #050D27;
}

.title {
  font-size: 40px;
  margin-bottom: 50px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: uppercase;
}

.text {
  font-size: 20px;
}

.menu__btn {
  width: 30px;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.menu__btn.active .row {
  width: 30px;
}
.menu__btn.active .row1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 5px;
  background-color: #FFFFFF;
  -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: -4px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu__btn.active .row3 {
  display: none;
}

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

.row3 {
  width: 20px;
  margin-left: auto;
}

.menu.active {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0px;
  height: 500px;
  padding: 150px 0 0px 0px;
  font-size: 18px;
  line-height: 22px;
  background-color: #050D27;
  text-align: center;
}
.menu.active .menu__list {
  display: block;
  margin-bottom: 30px;
}
.menu.active .menu__list + .menu__list {
  margin-left: 0;
}

.menu__mobil-box {
  padding-top: 50px;
  display: none;
  color: #FFFFFF;
}
.menu__mobil-box.active {
  display: block;
  color: #FFFFFF;
}

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

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

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

.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 {
  background-color: #929292;
  border: 1px solid #419EFC;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin: 20px 10px;
  font-size: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.slick-dots li[class=slick-active] button {
  background-color: #fff;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.otf") format("otf"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Exo2-Regular";
  src: url("../fonts/Exo2-Regular.eot");
  src: url("../fonts/Exo2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-Regular.otf") format("otf"), url("../fonts/Exo2-Regular.svg#Montserrat-Medium") format("svg"), url("../fonts/Exo2-Regular.ttf") format("truetype"), url("../fonts/Exo2-Regular.woff") format("woff"), url("../fonts/Exo2-Regular.woff2") format("woff2");
}
.header__wrapper {
  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;
  padding: 20px 0;
}

.menu__list {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__list:hover {
  color: #419EFC;
}
.menu__list + .menu__list {
  margin-left: 30px;
}

.onescreen {
  padding-top: 100px;
  padding-bottom: 200px;
}

.onescreen__title {
  font-size: 64px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.onescreen__subtitle {
  font-size: 36px;
  margin-bottom: 30px;
}

.about {
  padding: 40px 0 200px 0;
  max-width: 1920px;
  background-image: url("../images/content/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.service {
  margin-bottom: 50px;
}

.service__item-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #419EFC;
}

.service__item {
  padding: 30px;
  border: 2px solid #419EFC;
  border-radius: 3px;
  margin-bottom: 30px;
}

.service__item-1 {
  background: rgba(5, 13, 39, 0.7);
}

.service__item-2 {
  background: rgba(10, 22, 63, 0.7);
}

.service__item-3 {
  background: rgba(25, 42, 98, 0.7);
}

.adv {
  color: #050D27;
  padding-top: 100px;
  padding-bottom: 100px;
}

.adv__text {
  margin-bottom: 50px;
}

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

.adv__wrapper-item-one {
  max-width: 220px;
  width: 100%;
}

.adv__wrapper-item-two {
  max-width: 560px;
  width: 100%;
  margin: 0 20px;
}

.adv__wrapper-item-tree {
  max-width: 220px;
  width: 100%;
}

.adv__wrapper-item-list {
  margin-bottom: 15px;
}

.map {
  padding-bottom: 100px;
}

.map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners {
  padding-bottom: 100px;
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners__item {
  max-width: 400px;
  width: 100%;
  margin-bottom: 15px;
}
.partners__item img {
  max-width: 400px;
  width: 100%;
}

.slider {
  padding-bottom: 100px;
}

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

.footer {
  background-image: url("../images/content/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #050D27;
  font-size: 16px;
  padding-top: 100px;
}

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

.footer__logo {
  margin-bottom: 30px;
}

.footer__item {
  margin: 0 20px 30px 20px;
}

.footer__item-contacts-link {
  position: relative;
  padding-left: 40px;
  display: block;
  margin-bottom: 30px;
}

.footer-item--social {
  position: absolute;
  left: -10px;
  top: 0;
}

.footer__item-list {
  margin-bottom: 15px;
}
.lapki-web__wrapper{
  width: 100%;
  text-align: center;
}
.lapki-web{
  margin-top: -10px;
  padding-bottom: 20px;
  font-size: 16px;
  width: fit-content;
}

@media (max-width: 1600px) {
  .container {
    padding: 0 130px;
  }
}
@media (max-width: 1400px) {
  .container {
    padding: 0 100px;
  }
  .onescreen {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 100px;
  }
  .onescreen__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .onescreen__subtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .footer__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__item-contacts {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__item {
    max-width: 1300px;
    width: 100%;
  }
  .footer__item-requisites {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1200px) {
  .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .text {
    font-size: 16px;
  }
  .menu__btn {
    display: block;
  }
  .menu {
    display: none;
  }
  .btn-phone {
    display: none;
  }
  .service__item-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about {
    padding-bottom: 50px;
  }
  .adv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .adv__wrapper {
    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;
    text-align: center;
  }
  .adv__wrapper-item {
    max-width: 1200px;
    width: 100%;
  }
  .adv__wrapper-item-two {
    margin: 0;
  }
  .map {
    padding-bottom: 50px;
  }
  .partners {
    padding-bottom: 50px;
  }
  .partners__item {
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
  }
  .partners__item img {
    max-width: 300px;
    width: 100%;
  }
  .slider {
    padding-bottom: 50px;
  }
}
@media (max-width: 800px) {
  .container {
    padding: 0 68px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .onescreen {
    padding-top: 60px;
  }
  .onescreen__title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
  }
  .onescreen__subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service__item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .map iframe {
    height: 300px;
  }
  .slider__item {
    text-align: center;
  }
  .slider__item img {
    margin: 0 auto;
    width: 300px;
    height: 211px;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 15px;
  }
  .title {
    font-size: 24px;
  }
  .onescreen {
    padding-top: 30px;
  }
  .onescreen__title {
    margin-bottom: 15px;
  }
  .onescreen__subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .slick-prev {
    display: none;
  }
  .slick-next {
    display: none;
  }
  .slick-arrow {
    display: none;
  }
  .slick-arrow .arrow__wrapper img {
    width: 40px;
    height: 80px;
  }
}