* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: #243749;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: #fff;
  height: 100%;
  line-height: normal;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-subtitle {
  font-size: 36px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 42.66px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(36, 55, 73);
}

.btn-blue {
  background: #3A7FEE;
  color: #fff;
  border: none;
  position: relative;
  outline: none;
  overflow: hidden;
  border-radius: 3px;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 140px;
  position: relative;
  z-index: 14;
}

.breadcrumbs .breadcrumb {
  padding: 20px 0;
}

.breadcrumbs .breadcrumb li {
  display: inline-block;
  margin-right: 27px;
  line-height: 21px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #000;
  position: relative;
}

.breadcrumbs .breadcrumb li:after {
  content: "/";
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 1px;
  right: -20px;
}

.breadcrumbs .breadcrumb li:last-child:after {
  display: none;
}

.breadcrumbs .breadcrumb li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.s-design__top {
  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;
}

.s-design__title {
  margin-bottom: 70px;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60.5%;
          flex: 0 0 60.5%;
}

.s-design__btn {
  display: inline-block;
  text-align: center;
  padding: 14.2px 62.3px;
  font-weight: 400;
  font-size: 18px;
}

.s-design-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

.s-design-head__content {
  padding: 48px 64px;
  width: 44.5%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.2);
}

.s-design-head__title {
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25.92px;
}

.s-design-head__text p {
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 21px;
  font-size: 15px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #000000;
}

.s-design-head__img {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-design-head__img img {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.text-b b {
  font-weight: 700;
}

.animate-line {
  position: relative;
}

.animate-line:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #3A7FEE;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: width 0.5s ease-out 0.5s;
  -o-transition: width 0.5s ease-out 0.5s;
  transition: width 0.5s ease-out 0.5s;
  width: 60px;
}

.s-delivery {
  padding: 120px 0 80px;
  position: relative;
  margin-bottom: 120px;
}

.s-delivery__install {
  background: url("../img/companies_bg.jpg"); }

.s-delivery__install {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.s-delivery__title {
  text-align: center;
  margin-bottom: 17px;
}

.s-delivery__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 84px;
}

.s-delivery__text p {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  padding: 0 121px;
  width: 100%;
}

.s-delivery__list {
  display: -ms-grid;
  display: grid;
  row-gap: 110px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.s-delivery__item {
  max-height: 169px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-delivery__img {
  width: 100%;
}

.section-title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 48px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
  white-space: wrap;
}

.s-work {
  margin-bottom: 120px;
}

.s-work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-work-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.s-work-top__img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-work-top__img img {
  max-width: 500px;
  width: 100%;
}

.s-work-top__content {
  padding: 48px 64px 48px 64px;
  width: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.2);
  margin-left: 40px;
}

.s-work-top__text p {
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 21px;
  font-size: 15px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #000000;
}

.s-work-top__item {
  font-size: 15px;
  line-height: 140%;
  font-weight: 300;
  list-style: disc;
  margin-left: 25px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}

.s-work-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-work-bottom__content {
  padding: 48px 64px 48px 64px;
  width: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.2);
  margin-right: 40px;
}

.s-work-bottom__text p {
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 21px;
  font-size: 15px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #000000;
}

.s-work-bottom__img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-work-bottom__img img {
  max-width: 500px;
  width: 100%;
}

.a-application {
  padding: 120px 0 80px;
  position: relative;
}

.a-application__title {
  margin-bottom: 54px;
}

.a-application__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.a-application__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 10px);
          flex: 0 0 calc(33% - 10px);
  padding: 30px;
  margin-bottom: 2%;
  position: relative;
  background: inherit;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background-image: inherit !important;
}

.a-application__item:before {
  content: "";
  display: block;
  position: absolute;
  background: inherit;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
  background: rgba(196, 196, 196, 0.2);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  z-index: -1;
}

.a-application__icon {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 20px;
}

.a-application--install {
  background-image: url("../img/background-img-2.jpg") !important; }

.a-application--install {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.a-application--install:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.a-application--install .a-application__list {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.a-application--install {
  background-image: url(../img/background-img-2.jpg) !important; }

@media (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 1056px) {
  .s-design__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 30px;
  }

  .s-design__btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 917px) {
  .s-delivery__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media (max-width: 784px) {
  .s-design-head__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
    width: 100%;
    padding: 14px 22px 13px 22px;
  }

  .s-design-head__img {
    width: 100%;
  }

  .s-work {
    margin-bottom: 60px;
  }

  .s-work-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-work-top__img {
    width: 100%;
  }

  .s-work-top__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
    width: 100%;
    padding: 14px 22px 13px 22px;
    margin-left: 0;
    margin-top: 20px;
  }

  .s-work-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-work-bottom__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
    width: 100%;
    padding: 14px 22px 13px 22px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .s-work-bottom__img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .s-design-head {
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .a-application__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 693px) {
  .s-delivery__text p {
    font-size: 16px;
    padding: 0 21px;
  }

  .section-title {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (max-width: 692px) {
  .s-delivery {
    padding: 40px 0 20px;
    margin-bottom: 60px;
  }

  .a-application {
    padding: 40px 0 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 551px) {
  .s-delivery__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 522px) {
  .section-subtitle {
    font-size: 18px;
    line-height: 22.66px;
  }
}

@media (max-width: 505px) {
  .a-application__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
  }
}

@media (max-width: 480px) {
  .s-design__btn {
    padding: 17.2px 40.3px;
    font-size: 14px;
  }
}

.s-delivery__install { background-image: url(../img/companies_bg.jpg); }
