@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansHebrew-Regular";
  font-display: swap;
  src: url("../fonts/OpenSansHebrew-Regular.woff") format("woff"), url("../fonts/OpenSansHebrew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansHebrew-ExtraBold";
  font-display: swap;
  src: url("../fonts/OpenSansHebrew-ExtraBold.woff") format("woff"), url("../fonts/OpenSansHebrew-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
body,
header,
footer,
form,
nav,
ul,
li,
a,
div,
p,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #000000;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

html {
  background-color: #ffffff;
}

body {
  max-width: 1920px;
  background-color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  font-family: "OpenSans-Regular";
  color: #000000;
}

.wrap-container {
  max-width: 100%;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  max-width: 100%;
}

.header-container {
  height: 100px;
  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;
}

.header-logo {
  max-width: 215px;
  margin-right: 50px;
}
.header-logo img {
  max-width: 100%;
}

/* Header menu */
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}

.header-mob-button {
  display: none;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-ul > li {
  margin-right: 40px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.header-ul > li:last-child {
  margin-right: 0;
}
.header-ul > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
}
.header-ul > li:hover > a:after {
  content: "";
  display: block;
  background-color: #F69820;
  width: 73%;
  height: 4px;
  border-radius: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-ul > li:hover ul {
  display: block;
}
.header-ul > li ul {
  width: 210px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 0px 18.3px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 0px 18.3px 0px rgba(0, 0, 0, 0.2509803922);
  display: none;
  z-index: 999999999;
}
.header-ul > li ul li {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header-ul > li ul li:last-child {
  border-bottom: 0;
}
.header-ul > li ul li:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(24.05%, rgba(242, 242, 242, 0)), color-stop(50.18%, #F1F1F1), color-stop(77.38%, rgba(242, 242, 242, 0)));
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 24.05%, #F1F1F1 50.18%, rgba(242, 242, 242, 0) 77.38%);
}

/* Main image */
.main-image {
  max-width: 1408px;
  height: 606px;
  margin: 0 auto;
  border-radius: 10px;
  background: url("/img/main-image.webp") no-repeat #D9D9D9;
  background-size: cover;
  padding-top: 114px;
  padding-left: 104px;
  position: relative;
}

h1 {
  max-width: 687px;
  font-family: "OpenSansHebrew-ExtraBold";
  font-size: 140px;
  line-height: 122px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.main-image-inner {
  position: absolute;
  top: 290px;
  left: 716px;
}

.main-image-text {
  width: 356px;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 21.79px;
  color: #FFFFFF;
}

.main-image-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color: #FFFFFF;
  text-decoration: underline;
  display: block;
  margin-top: 13px;
  margin-bottom: 42px;
}

.main-image-button {
  width: 221px;
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 27.24px;
  padding: 15px 57px 15px 38px;
  display: block;
  border-radius: 29px;
  color: #FFFFFF;
  background: url("/img/icon-arrow.png") no-repeat 80% 50% #F69820;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.main-image-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.3)), color-stop(0%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-transform: skewX(-25deg) translateX(-105%);
  -ms-transform: skewX(-25deg) translateX(-105%);
  transform: skewX(-25deg) translateX(-105%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.main-image-button:hover:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

/* h2 - title */
.above-title {
  font-size: 16px;
  line-height: 21.79px;
  color: #000000;
}

h2 {
  font-family: "OpenSans-ExtraBold";
  font-size: 40px;
  line-height: 54.47px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  display: inline;
  padding-right: 10px;
  padding-bottom: 7px;
}
h2:after {
  content: "";
  display: block;
  background-color: #F69820;
  width: 88.5%;
  height: 4px;
  border-radius: 9px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* WORKS */
.wrap-container-works {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(60%, #F5F5F5));
  background: linear-gradient(180deg, #ffffff 0 60%, #F5F5F5 60% 100%);
}

.works {
  padding-top: 96px;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 85px;
}

.works-stages {
  display: grid;
  grid-template-columns: repeat(4, 282px);
  grid-column-gap: 20px;
  padding-top: 65px;
}

.works-stages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 352px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 0 20px 20px 20px;
  position: relative;
}
.works-stages-item:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.works-stages-item:hover {
  cursor: url("/img/icon-cursor.png"), pointer;
}
.works-stages-item:hover:before {
  display: block;
}
.works-stages-item:hover .works-stages-arrow {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.works-stages-item-1 {
  background: url("/img/works-img-1.jpg") no-repeat;
  border-radius: 10px 60px 10px 20px;
}
.works-stages-item-1:before {
  border-radius: 10px 60px 10px 20px;
}

.works-stages-item-2 {
  background: url("/img/works-img-2.jpg") no-repeat;
  border-radius: 60px 10px 20px 10px;
  margin-top: -20px;
}
.works-stages-item-2:before {
  border-radius: 60px 10px 20px 10px;
}

.works-stages-item-3 {
  background: url("/img/works-img-3.jpg") no-repeat;
  border-radius: 10px 60px 10px 20px;
}
.works-stages-item-3:before {
  border-radius: 10px 60px 10px 20px;
}

.works-stages-item-4 {
  background: url("/img/works-img-4.jpg") no-repeat;
  border-radius: 60px 10px 20px 10px;
  margin-top: -20px;
}
.works-stages-item-4:before {
  border-radius: 60px 10px 20px 10px;
}

.works-stages-text {
  font-size: 26px;
  line-height: 35.41px;
  color: #FFFFFF;
  margin-right: 25px;
  position: absolute;
  border-radius: 20px;
  left: 20px;
}

.works-stages-arrow {
  position: absolute;
  bottom: 30px;
  right: 25px;
  z-index: 9;
}

/* input for mobile - slider */
/* System Packages */
.wrap-system-packages {
  background: #F5F5F5;
}

.system-packages {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 85px;
}

.packages {
  display: grid;
  grid-template-columns: repeat(4, 282px);
  grid-column-gap: 20px;
  padding-top: 45px;
}

.packages-item {
  background-color: #FFFFFF;
  border-radius: 20px 93px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 33px;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1019607843), 0px 28px 28px 0px rgba(0, 0, 0, 0.0901960784), 0px 63px 38px 0px rgba(0, 0, 0, 0.0509803922), 0px 112px 45px 0px rgba(0, 0, 0, 0.0117647059), 0px 175px 49px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1019607843), 0px 28px 28px 0px rgba(0, 0, 0, 0.0901960784), 0px 63px 38px 0px rgba(0, 0, 0, 0.0509803922), 0px 112px 45px 0px rgba(0, 0, 0, 0.0117647059), 0px 175px 49px 0px rgba(0, 0, 0, 0);
}
.packages-item:hover {
  cursor: url("/img/icon-cursor.png"), pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.packages-icon {
  width: 80px;
  height: 80px;
}
.packages-icon img {
  width: 100%;
}

.packages-title {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 21.79px;
  text-align: center;
  padding: 27px 0 20px 0;
  text-transform: uppercase;
}

.packages-title-1 {
  margin-top: 7px;
  margin-bottom: 15px;
}

.packages-text {
  font-size: 16px;
  line-height: 21.79px;
  text-align: center;
}

/* input for mobile - slider */
/* System Packages */
.projects {
  padding-top: 96px;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 85px;
}

.projects-inner {
  display: grid;
  grid-template-columns: repeat(4, 282px);
  grid-column-gap: 20px;
  padding-top: 65px;
}

.works-stages {
  display: grid;
  grid-template-columns: repeat(4, 282px);
  grid-column-gap: 20px;
  padding-top: 65px;
}

.projects-item {
  height: 352px;
  position: relative;
  overflow: hidden;
}
.projects-item:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-16.48%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) -16.48%, #000000 100%);
}
.projects-item:hover {
  cursor: url("/img/icon-cursor.png"), pointer;
}
.projects-item:hover:before {
  display: block;
}
.projects-item:hover .projects-arrow {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.projects-item-1 {
  background: url("/img/projects-img-1.png") no-repeat;
  border-radius: 20px 10px 60px 10px;
}
.projects-item-1:before {
  border-radius: 20px 10px 60px 10px;
}

.projects-item-2 {
  background: url("/img/projects-img-2.png") no-repeat;
  border-radius: 10px 20px 10px 60px;
  margin-top: -20px;
}
.projects-item-2:before {
  border-radius: 10px 20px 10px 60p;
}

.projects-item-3 {
  background: url("/img/projects-img-3.png") no-repeat;
  border-radius: 20px 10px 60px 10px;
}
.projects-item-3:before {
  border-radius: 20px 10px 60px 10px;
}

.projects-item-4 {
  background: url("/img/projects-img-4.png") no-repeat;
  border-radius: 10px 20px 10px 60px;
  margin-top: -20px;
}
.projects-item-4:before {
  border-radius: 10px 20px 10px 60p;
}

.projects-text {
  font-size: 26px;
  line-height: 35.41px;
  color: #ffffff;
  position: absolute;
  top: 23px;
  left: 20px;
}

.projects-arrow {
  position: absolute;
  top: 145px;
  left: 20px;
}

/* input for mobile - slider */
/*  Long container with button */
.long-wrap-cont {
  height: 441px;
  background: url("/img/bg-long-cont.jpg") no-repeat;
  background-size: cover;
}

.long-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.long-cont-item-1 {
  font-family: "OpenSansHebrew-ExtraBold";
  font-size: 60px;
  line-height: 65px;
  color: #ffffff;
  -ms-flex-preferred-size: 582px;
  flex-basis: 582px;
  margin-right: 20px;
  text-transform: uppercase;
}

.long-cont-item-2 {
  padding-top: 189px;
  -ms-flex-preferred-size: 253px;
  flex-basis: 253px;
}

.long-cont-text {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 21.79px;
  color: #ffffff;
}

.long-cont-button {
  width: 226px;
  font-family: "OpenSans-Bold";
  font-size: 20px;
  line-height: 27.24px;
  padding: 15px 57px 15px 38px;
  display: block;
  border-radius: 29px;
  color: #FFFFFF;
  background: url("/img/icon-arrow.png") no-repeat 80% 50% #F69820;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
  overflow-x: hidden;
}
.long-cont-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.3)), color-stop(0%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-transform: skewX(-25deg) translateX(-105%);
  -ms-transform: skewX(-25deg) translateX(-105%);
  transform: skewX(-25deg) translateX(-105%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.long-cont-button:hover:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

/* close <br> for mobile version "Long container with button"  */
.long-cont-br-mob {
  display: none;
}

/* Customers */
.customers {
  padding-top: 96px;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 85px;
}

.h2-customers {
  padding-right: 0;
}
.h2-customers:after {
  width: 80%;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.customers-inner {
  display: grid;
  grid-template-columns: repeat(4, 275px);
  grid-column-gap: 35px;
  padding-top: 50px;
}

.about-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customer-photo img {
  width: 100%;
}

.customer-name {
  font-family: "OpenSans-Bold";
  font-size: 24px;
  line-height: 32.68px;
  color: #1E293B;
}

.customer-city {
  font-size: 16px;
  line-height: 21.79px;
  color: #A5A5A5;
}

.customer-stars {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer-stars img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.customer-text {
  font-size: 16px;
  line-height: 21.79px;
  color: #3E4E60;
}

/* input for mobile - slider */
/* Footer */
footer {
  max-width: 100%;
}

.footer-wrap-container {
  background-color: #F5F5F5;
}

.footer-container {
  height: 100px;
  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;
}

.footer-logo {
  max-width: 215px;
  margin-right: 50px;
}
.footer-logo img {
  max-width: 100%;
}

/* Footer menu */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-ul > li {
  margin-right: 40px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.footer-ul > li:last-child {
  margin-right: 0;
}
.footer-ul > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
}
.footer-ul > li:hover > a:after {
  content: "";
  display: block;
  background-color: #F69820;
  width: 73%;
  height: 4px;
  border-radius: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Footer - info about company*/
.footer-wrap-main-container {
  background-color: #363062;
  padding-top: 60px;
}

.footer-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.footer-description {
  font-size: 16px;
  line-height: 21.79px;
  color: #FFFFFF;
  -ms-flex-preferred-size: 491px;
  flex-basis: 491px;
  margin-right: 130px;
}

.footer-phone {
  font-family: "OpenSans-Bold";
  font-size: 40px;
  line-height: 54.47px;
  color: #F69820;
  position: relative;
  padding-left: 38px;
  white-space: nowrap;
}
.footer-phone:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/img/icon-phone.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.footer-address {
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 21.79px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 38px;
  position: relative;
}
.footer-address:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/img/icon-map.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-email {
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 21.79px;
  color: #FFFFFF;
  padding-left: 38px;
  position: relative;
}
.footer-email:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/img/icon-email.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.container-copyrightr {
  height: 60px;
  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;
  font-size: 16px;
  line-height: 21.79px;
  text-align: center;
  border-top: 1px solid #453E7D;
  color: rgba(255, 255, 255, 0.54);
}

@media (max-width: 1300px) {
  .main-image {
    padding-top: 100px;
    padding-left: 90px;
  }
  h1 {
    max-width: 600px;
    font-size: 120px;
    line-height: 110px;
  }
  .main-image-inner {
    top: 270px;
    left: 618px;
  }
}
@media (max-width: 1200px) {
  .header-ul > li {
    margin-right: 25px;
  }
  .main-image {
    height: 550px;
  }
  .main-image {
    padding-top: 85px;
    padding-left: 75px;
  }
  h1 {
    max-width: 500px;
    font-size: 105px;
    line-height: 95px;
  }
  .main-image-inner {
    top: 225px;
    left: 540px;
  }
  h2 {
    line-height: 40px;
  }
  .works-stages {
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .works-stages-item {
    scroll-snap-align: start;
  }
  .system-packages {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .packages-above-title {
    padding-left: 20px;
  }
  .packages-h2 {
    padding-left: 20px;
  }
  .packages-h2:after {
    right: -10px;
  }
  .packages-h2-span {
    padding-left: 20px;
  }
  .packages {
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding-bottom: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .projects-inner {
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .projects-item {
    scroll-snap-align: start;
  }
  .customers-inner {
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .customers-item {
    scroll-snap-align: start;
  }
  /* Navigation in slider - Works */
  /* Navigation in slider - System Packages */
  /* Navigation in slider - Projectss */
  /* Navigation in slider - Customers */
  .customers {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .projects-inner {
    padding-top: 60px;
  }
  .works {
    padding-top: 45px;
  }
  .works-stages {
    padding-top: 60px;
  }
  .projects {
    padding-top: 45px;
    padding-bottom: 65px;
  }
  .long-cont-item-1 {
    font-size: 55px;
    line-height: 60px;
    -ms-flex-preferred-size: 530px;
    flex-basis: 530px;
  }
  .long-cont-item-2 {
    padding-top: 120px;
  }
}
@media (max-width: 1080px) {
  body {
    overflow-x: hidden;
  }
  .header-container {
    height: 82px;
    position: relative;
  }
  .header-nav {
    width: 36px;
    height: 36px;
    border: 2px solid #F69820;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-mob-button {
    width: 221px;
    font-family: "OpenSans-Bold";
    font-size: 20px;
    line-height: 27.24px;
    padding: 15px 57px 15px 38px;
    display: block;
    border-radius: 29px;
    color: #FFFFFF;
    background: url("/img/icon-arrow.png") no-repeat 80% 50% #F69820;
    margin-top: 80px;
    margin-left: -8px;
    position: relative;
    overflow-x: hidden;
  }
  .header-mob-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.3)), color-stop(0%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%, rgba(255, 255, 255, 0) 0%);
    -webkit-transform: skewX(-25deg) translateX(-105%);
    -ms-transform: skewX(-25deg) translateX(-105%);
    transform: skewX(-25deg) translateX(-105%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
  }
  .header-mob-button:hover:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .header-ul {
    display: none;
    width: 360px;
    padding: 35px 20px 35px 37px;
    background-color: #1B1B1B;
    top: 100%;
    right: 0;
    position: absolute;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
  }
  .header-ul li {
    padding: 0;
    border-bottom: 1px solid #272727;
  }
  .header-ul li a {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 35px;
    font-family: "OpenSans-Light";
  }
  .header-ul li:hover > a:after {
    display: none;
  }
  .header-ul li ul {
    width: auto;
    padding: 15px 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    position: relative;
    top: 0;
  }
  .header-ul li ul li {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 0;
  }
  .header-ul li ul li:last-child {
    margin-bottom: 0;
  }
  .header-ul li ul li a {
    padding-right: 20px;
    font-size: 20px;
    line-height: 27px;
    display: block;
    font-size: 20px;
    line-height: 27px;
    font-family: "OpenSans-Light";
  }
  .header-ul li ul li:hover {
    background: none;
  }
  .burger {
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 16px;
    height: 10.5px;
    z-index: 1;
  }
  .burger::before,
  .burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 1.5px;
    border-radius: 10px;
    background: #000000;
  }
  .burger::before {
    top: 0;
    -webkit-box-shadow: 0 4.3px 0 #000000;
    box-shadow: 0 4.3px 0 #000000;
    -webkit-transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
    transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
  }
  .burger::after {
    bottom: 0;
    -webkit-transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
    transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
    transition: bottom 0.3s 0.15s, transform 0.3s;
    transition: bottom 0.3s 0.15s, transform 0.3s, -webkit-transform 0.3s;
  }
  .burger-checkbox:checked + .burger::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
    transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
  }
  .burger-checkbox:checked + .burger::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
    transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
    transition: bottom 0.3s, transform 0.3s 0.15s;
    transition: bottom 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
  }
  .burger-checkbox:checked ~ .header-ul {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
  }
  h1 {
    max-width: 450px;
    font-size: 95px;
    line-height: 85px;
  }
  .main-image-inner {
    top: 220px;
    left: 500px;
  }
  .footer-wrap-container {
    display: none;
  }
}
@media (max-width: 1000px) {
  .main-image {
    padding-top: 65px;
    padding-left: 55px;
  }
  h1 {
    max-width: 390px;
    font-size: 80px;
    line-height: 70px;
  }
  .main-image-inner {
    top: 195px;
    left: 410px;
  }
  .long-cont-item-1 {
    font-size: 50px;
    line-height: 55px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
  }
  .footer-description {
    margin-right: 60px;
  }
}
@media (max-width: 900px) {
  h1 {
    max-width: 390px;
    font-size: 75px;
    line-height: 65px;
  }
  .main-image-inner {
    top: 250px;
    left: 180px;
  }
  .long-wrap-cont {
    height: 600px;
    padding-top: 100px;
    padding-left: 50px;
  }
  .long-cont {
    display: block;
  }
  .long-cont-item-1 {
    font-size: 45px;
    line-height: 50px;
    max-width: 440px;
    margin-right: 0;
  }
  .long-cont-item-2 {
    max-width: 253px;
    padding-top: 50px;
  }
  .long-cont-button {
    margin-top: 35px;
  }
}
@media (max-width: 650px) {
  h1 {
    max-width: 300px;
    font-size: 72px;
    line-height: 62.5px;
  }
  .main-image-inner {
    left: 100px;
  }
}
@media (max-width: 650px) {
  .footer-wrap-main-container {
    padding-top: 50px;
  }
  .footer-main-container {
    display: block;
    padding-bottom: 45px;
  }
  .footer-description {
    margin-right: 0;
    margin-bottom: 45px;
    max-width: 450px;
  }
  .container-copyrightr {
    height: 100px;
  }
}
@media (max-width: 580px) {
  .main-image {
    height: 501px;
    padding-top: 53px;
    padding-left: 37px;
    background: url("/img/main-image.webp") no-repeat 13% -100px #D9D9D9;
  }
  h1 {
    max-width: auto;
    font-size: 70px;
    line-height: 61px;
  }
  .main-image-inner {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 45px;
  }
  .main-image-text {
    max-width: 329px;
    padding-right: 5px;
  }
  .main-image-link {
    margin-bottom: 50px;
  }
  .long-wrap-cont {
    padding-left: 0;
    height: 660px;
  }
  .long-cont-item-1 {
    font-size: 40px;
    line-height: 44px;
    max-width: 329px;
  }
  .long-cont-br-mob {
    display: block;
  }
}
@media (max-width: 450px) {
  .main-image {
    padding-left: 16px;
    background: url("/img/main-image.webp") no-repeat 13% -100px #D9D9D9;
  }
}
@media (max-width: 360px) {
  .main-image {
    padding-left: 16px;
    background: url("/img/main-image-mob.webp") no-repeat 0 #D9D9D9;
  }
  .main-image-text {
    width: auto;
  }
  .main-image-link {
    margin-bottom: 56px;
  }
  .long-wrap-cont {
    height: 644px;
    background: url("/img/main-image.webp") no-repeat;
  }
}
@media (max-width: 355px) {
  .main-image {
    height: 430px;
    padding-top: 43px;
  }
  h1 {
    font-size: 50px;
    line-height: 47px;
  }
  .main-image-inner {
    margin-top: 35px;
  }
  .main-image-text {
    font-size: 13px;
    line-height: 18.79px;
  }
  .main-image-link {
    font-size: 13px;
    line-height: 18.79px;
    margin-bottom: 45px;
  }
  .main-image-button {
    width: 212px;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    background: url("/img/icon-arrow.png") no-repeat 78% 50% #F69820;
  }
  .footer-phone {
    font-size: 30px;
    line-height: 40px;
  }
  .footer-phone:before {
    bottom: 5px;
  }
}