@font-face {
  font-family: Inter;
  src:
    url(/assets/fonts/Inter-Bold.woff2) format("woff2"),
    url(/assets/fonts/Inter-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src:
    url(/assets/fonts/Inter-SemiBold.woff2) format("woff2"),
    url(/assets/fonts/Inter-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src:
    url(/assets/fonts/Inter-bold.woff2) format("woff2"),
    url(/assets/fonts/Inter-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1e2939;
  background: #f9fafb;
}
.container {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 16px;
}
.btn {
  display: block;
  padding: 14px 44px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border-radius: 10px;
}
.header {
  height: 100vh;
  background-image: url(/assets/images/solar-installation.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header_logo {
  display: block;
  padding-top: 48px;
}
.cart {
  position: absolute;
  top: 160px;
  padding: 40px;
  border: #e5e7eb 1px solid;
  border-radius: 16px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.cart_titel {
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  color: #1e2939;
  margin-bottom: 44px;
}
.cart_btn {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  background: #155dfc;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition:
    color 0.7s ease,
    background 0.7s ease,
    font-size 0.7s ease,
    width 1s;
  transition:
    color 0.7s ease,
    background 0.7s ease;
}
.cart_btn:hover {
  background: #113fa6;
}
.cart_btn:active {
  color: #155dfc;
  background: #0c2868;
}
.cart_text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #4a5565;
}
.list {
  margin-bottom: 44px;
}
.list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 20px;
}
.check-mark {
  width: 24px;
  min-width: 24px;
  height: 24px;
  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;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #dbeafe;
}
.brand {
  border-bottom: #e5e7eb 1px solid;
  background-color: #f9fafb;
}
.brands {
  padding: 80px 0;
}
.brands > h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.brands_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands_list > svg {
  margin: 10px;
}
.blocks {
  background-color: #fcfcfc;
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 87px 0;
}
.services {
  width: 48%;
  padding: 40px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  -webkit-box-shadow: 12px 12px 24px 0 rgba(19, 30, 56, 0.031372549);
  box-shadow: 12px 12px 24px 0 rgba(19, 30, 56, 0.031372549);
}
.services_text {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  background: #eaecf0;
  border-radius: 50px;
}
.services > h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.services_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.services_simple-line {
  margin-top: 4px;
  margin-bottom: 28px;
  border: none;
  border-top: 1px solid #e5e7eb;
}
.services_sub-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a5565;
}
.item_icons {
  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;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 10px;
  background-color: #dbeafe;
}
.item_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.item_sub-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a5565;
}
.feedback {
  width: 48%;
  padding: 40px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#1447e6),
    to(#155dfc)
  );
  background: linear-gradient(270deg, #1447e6 0, #155dfc 100%);
  border-radius: 16px;
  -webkit-box-shadow: 12px 12px 24px 0 rgba(19, 30, 56, 0.031372549);
  box-shadow: 12px 12px 24px 0 rgba(19, 30, 56, 0.031372549);
}
.feedback_text {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}
.feedback > h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.feedback > p {
  margin-bottom: 101px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(239, 246, 255, 0.9215686275);
}
.feedback_contact {
  container-type: inline-size;
  width: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feedback_contact > span {
  margin-top: 12px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(239, 246, 255, 0.9215686275);
}
.feedback_phone {
  font-weight: 700;
  font-size: 9.5cqw;
  line-height: 100%;
}
.feedback_btn {
  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;
  color: #155dfc;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition:
    color 0.7s ease,
    background 0.7s ease;
  transition:
    color 0.7s ease,
    background 0.7s ease,
    font-size 0.7s ease;
}
.feedback_btn > svg {
  margin-right: 10px;
}
.feedback_btn:hover {
  color: #1744a9;
  -webkit-box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.5215686275);
  box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.5215686275);
}
.feedback_btn:active {
  color: #fff;
  background: #155dfc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feedback_simple-line {
  margin-top: 15px;
  margin-bottom: 28px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.feedback_sub-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(239, 246, 255, 0.9215686275);
}
.footer_text {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a5565;
  text-align: center;
}
@media (max-width: 860px) {
  .wrap {
    -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;
  }
  .services {
    width: auto;
    margin-bottom: 40px;
  }
  .feedback {
    width: 493px;
  }
}
@media (max-width: 601px) {
  .header {
    height: 50vh;
  }
  .carts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart {
    position: relative;
    top: auto;
    bottom: 60px;
  }
  .cart_titel {
    font-size: 40px;
  }
  .wrap {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .feedback {
    width: auto;
  }
  .brands {
    padding-top: 30px;
  }
  .brands_list {
    -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;
  }
  .brands_list > svg {
    margin: 0;
  }
  .brands_list > svg:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 459px) {
  .header {
    height: 258px;
  }
  .header_logo {
    padding-top: 24px;
  }
  .btn {
    padding: 14px 28px;
  }
  .cart {
    padding: 28px 24px;
    -webkit-box-shadow: 12px 12px 24px 0px #131e3808;
    box-shadow: 12px 12px 24px 0px #131e3808;
  }
  .cart_titel {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .list_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brands {
    padding-top: 20px;
  }
  .brands > h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .wrap {
    padding: 80px 0;
  }
  .services {
    margin-bottom: 32px;
    padding: 28px 24px;
  }
  .services > h2 {
    font-size: 24px;
  }
  .services_sub-text {
    text-align: center;
  }
  .feedback {
    padding: 28px 24px;
  }
  .feedback > h2 {
    font-size: 24px;
  }
  .feedback > p {
    margin-bottom: 52px;
    line-height: 28px;
  }
  .feedback_sub-text {
    text-align: center;
  }
}
