* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

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

section {
  margin: 0 auto 130px;
}

.wrapper {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

.wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}


.main_ind .common {
  display: grid;
  grid-template-columns: 457px 1fr;
  gap: 58px;
  min-height: 352px;
}

.main_ind .left {
  display: flex;
  flex-direction: column;
  padding-top: 1px;
}

.main_ind .logo {
  width: 400px;
  height: 146px;
  margin-bottom: 70px;
}

.main_ind .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main_ind .text {
  margin-bottom: 65px;
}

.main_ind h1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.main_ind p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.main_ind ul {
  display: grid;
  gap: 16px;
  margin: 0 0 65px;
  padding: 0;
  list-style: none;
}

.main_ind li {
  position: relative;
  padding-left: 35px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.main_ind li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url('стрелка.png');
}



.main_ind .desc {
  margin-top: auto;
  font-size: 28px;
  text-transform: uppercase;
}

.main_ind .right {
  position: relative;
  min-height: 352px;
  padding-top: 9px;
}

.main_ind h2 {
  max-width: 423px;
  margin: 0 0 25px;  
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.main_ind .price {
  position: absolute;
  z-index: 2;
  top: 140px;
  right: 36px;
  width: 233px;
}

.main_ind .img {
  position: absolute;
  right: -1px;
  bottom: -7px;
  width: 100%;
}

.main_ind .img img {
  width: 100%;
}



.marks_ind h2 {
  margin: 0 0 100px;

}

.marks_ind .common {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 27px 38px;
}

.marks_ind .block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}

.marks_ind .block img {
  width: auto;
  max-width: 100%;
  max-height: 47px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .7;
}

.service_ind {
  padding: 80px 0;  
  background: #F2F4F4;
}


.service_ind h2 {
  margin: 0 0 80px;
}

.service_ind .common {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.service_ind .block {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius:20px;
  
}

.service_ind .name {
  min-height: 135px;
  padding:28px 0;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.service_ind .green .name {
  background: #baf2e5;
}

.service_ind .orange .name {
  background: #ffd4ad;
}

.service_ind .blue .name {
  background: #88bdf6;
}


.service_ind .text {
  position: relative;
  z-index: 1;
  padding: 20px 20px 55px;
}

.service_ind h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
}

.service_ind ul {
  margin: 0 0 20px;
  padding-left: 14px;
}

.service_ind li {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 24px;
}

.service_ind p {
  margin: 0;
  font-size: 18px;
}

.service_ind .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 78px;
  margin: 80px auto 0;
  color: #050505;
  font-size: 36px;
  line-height: 1;
  text-decoration: none;
  background: #35CCFF;
  border-radius: 30px;
}


.problems_ind h2 {
  margin: 0 auto 65px;
}

.problems_ind .common {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:50px;
  margin: 0 auto;
}

.problems_ind .block {
  padding: 17px 14px 29px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
}

.problems_ind .img {
  width: 100%;
  aspect-ratio: 394 / 257;
  margin-bottom: 20px;
  overflow: hidden;
  background: #b6b6b6;
  border-radius: 8px;
}

.problems_ind .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.problems_ind .text {
  padding: 0 12px;
}

.problems_ind h3 {
  margin: 0 0 50px;
  font-size: 30px;
  font-weight: 700;
}

.problems_ind p {
  margin: 0;
  font-size: 30px;
  line-height:46px;
  font-weight: 400;
}

.problems_ind .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 346px;
  height: 78px;
  margin: 0 auto ;
  font-size: 36px;
  margin-top: 50px;
  color: #000;
  text-decoration: none;
  background: #35CCFF;
  border-radius: 30px;
}



.production_ind h2 {
  margin: 0 auto 50px;
}

.production_ind .common {
  display: grid;
  gap: 100px;
}

.production_ind .row {
  display: grid;
  grid-template-columns: 680px 1fr;
  gap: 60px;
  align-items: center;
}

.production_ind .row:nth-child(2) {
  grid-template-columns: 1fr 680px;
  gap: 60px;
}

.production_ind .img {
  overflow: hidden;
  width: 680px;
  height: 383px;
  background: #e7e7e7;
  border-radius: 6px;
}

.production_ind .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.production_ind h3 {
  margin: 0 0 50px;
  font-size: 35px;
  font-weight: 700;

}

.production_ind p {
  margin: 0;
  font-size: 35px;
}

.offer_ind {
  padding: 52px 0 38px;
  background: #fff;
}

.offer_ind h2 {
  margin: 0 0 100px;

}

.offer_ind .common {
  display: grid;
  grid-template-columns: 1fr 535px;
  align-items: center;
  gap: 70px;
}



.offer_ind p {
  margin: 0 0 23px;
  font-size: 35px;
  font-weight: 400;
}

.offer_ind p:last-child {
  margin-bottom: 0;
}

.offer_ind .img {
  position: relative;
  overflow: hidden;
  width: 535px;
  height: 535px;
  border-radius: 8px;
}

.offer_ind .img img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer_ind .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 78px;
  margin: 80px auto 0;
  color: #050505;
  font-size: 36px;
  line-height: 1;
  text-decoration: none;
  background: #35CCFF;
  border-radius: 30px;
}

@media (max-width: 1390px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  section {
    margin-bottom: 95px;
  }

  .main_ind .common {
    grid-template-columns: 350px 1fr;
    gap: 36px;
  }

  .main_ind .logo {
    width: 310px;
    height: 113px;
    margin-bottom: 45px;
  }

  .main_ind .text,
  .main_ind ul {
    margin-bottom: 45px;
  }

  .main_ind h1,
  .wrapper h2 {
    font-size: 34px;
  }

  .main_ind h2 {
    max-width: 340px;
    font-size: 24px;
  }

  .main_ind p {
    font-size: 21px;
  }

  .main_ind li,
  .main_ind .desc {
    font-size: 23px;
  }

  .main_ind .price {
    top: 115px;
    right: 18px;
    width: 175px;
  }

  .marks_ind h2 {
    margin-bottom: 70px;
  }

  .service_ind {
    padding: 65px 0;
  }

  .service_ind h2 {
    margin-bottom: 60px;
  }

  .service_ind .name {
    min-height: 112px;
    padding: 24px 12px;
    font-size: 22px;
  }

  .service_ind .text {
    padding: 18px 18px 40px;
  }

  .service_ind li,
  .service_ind p {
    font-size: 16px;
    line-height: 22px;
  }

  .service_ind .btn,
  .offer_ind .btn {
    width: 360px;
    height: 66px;
    font-size: 30px;
  }

  .problems_ind .common {
    gap: 28px;
  }

  .problems_ind h3 {
    margin-bottom: 34px;
    font-size: 25px;
  }

  .problems_ind p {
    font-size: 24px;
    line-height: 36px;
  }

  .production_ind .row,
  .production_ind .row:nth-child(2) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 45px;
  }

  .production_ind .img {
    width: 100%;
    height: auto;
    aspect-ratio: 680 / 383;
  }

  .production_ind h3 {
    margin-bottom: 35px;
    font-size: 29px;
  }

  .production_ind p,
  .offer_ind p {
    font-size: 29px;
  }

  .offer_ind .common {
    grid-template-columns: 1fr 420px;
    gap: 50px;
  }

  .offer_ind .img {
    width: 420px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 991px) {
  section {
    margin-bottom: 75px;
  }

  .wrapper h2,
  .main_ind h1 {
    font-size: 30px;
  }

  .main_ind .common {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .main_ind .left {
    max-width: 560px;
    margin: 0 auto;
  }

  .main_ind .logo {
    margin: 0 auto 40px;
  }

  .main_ind h2 {
    max-width: none;
    margin: 0 0 22px;
  }

  .main_ind .right {
    min-height: 560px;
    padding-top: 0;
  }

  .main_ind .price {
    top: 95px;
    right: 20px;
    width: 170px;
  }

  .main_ind .img {
    right: 0;
    bottom: 0;
  }

  .marks_ind .common {
    grid-template-columns: repeat(3, 1fr);
  }

  .service_ind .common,
  .problems_ind .common {
    grid-template-columns: repeat(2, 1fr);
  }

  .service_ind .common .block:last-child,
  .problems_ind .common .block:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 15px);
    width: 100%;
    margin: 0 auto;
  }

  .production_ind .common {
    gap: 60px;
  }

  .production_ind .row,
  .production_ind .row:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .production_ind .row:nth-child(2) .img {
    order: 1;
  }

  .production_ind .row:nth-child(2) .text {
    order: 2;
  }

  .production_ind h3 {
    margin-bottom: 18px;
  }

  .offer_ind h2 {
    margin-bottom: 65px;
  }

  .offer_ind .common {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .offer_ind .img {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  section {
    margin-bottom: 58px;
  }

  .wrapper {
    padding: 0 18px;
  }

  .wrapper h2,
  .main_ind h1 {
    font-size: 25px;
  }

  .main_ind .common {
    gap: 30px;
  }

  .main_ind .logo {
    width: 250px;
    height: auto;
    margin-bottom: 30px;
  }

  .main_ind .text,
  .main_ind ul {
    margin-bottom: 30px;
  }

  .main_ind h2 {
    font-size: 20px;
  }

  .main_ind p {
    font-size: 18px;
  }

  .main_ind li,
  .main_ind .desc {
    font-size: 19px;
  }

  .main_ind li {
    padding-left: 30px;
  }

  .main_ind li::before {
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main_ind .right {
    min-height: 0;
  }

  .main_ind .price {
    position: relative;
    top: auto;
    right: auto;
    width: 140px;
    margin: 20px 20px -35px auto;
  }

  .main_ind .img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .marks_ind h2,
  .service_ind h2,
  .problems_ind h2,
  .production_ind h2,
  .offer_ind h2 {
    margin-bottom: 38px;
  }

  .marks_ind .common {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 24px;
  }

  .service_ind {
    padding: 48px 0;
  }

  .service_ind .common,
  .problems_ind .common {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service_ind .common .block:last-child,
  .problems_ind .common .block:last-child {
    grid-column: auto;
    max-width: none;
  }

  .service_ind .name {
    min-height: 92px;
    padding: 20px 12px;
    font-size: 20px;
  }

  .service_ind .btn,
  .offer_ind .btn,
  .problems_ind .btn {
    width: 100%;
    max-width: 346px;
    height: 58px;
    font-size: 25px;
  }

  .service_ind .btn,
  .offer_ind .btn {
    margin-top: 50px;
  }

  .problems_ind h3 {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .problems_ind p {
    font-size: 20px;
    line-height: 30px;
  }

  .production_ind .common {
    gap: 45px;
  }

  .production_ind h3 {
    font-size: 25px;
  }

  .production_ind p,
  .offer_ind p {
    font-size: 23px;
  }

  .offer_ind {
    padding: 34px 0;
  }
}

@media (max-width: 575px) {
  section {
    margin-bottom: 45px;
  }

  .wrapper {
    padding: 0 14px;
  }

  .wrapper h2,
  .main_ind h1 {
    font-size: 22px;
  }

  .main_ind .logo {
    width: 210px;
  }

  .main_ind h2 {
    font-size: 18px;
  }

  .main_ind p {
    font-size: 16px;
  }

  .main_ind li,
  .main_ind .desc {
    font-size: 16px;
    line-height: 1.18;
  }

  .main_ind ul {
    gap: 12px;
  }

  .main_ind .price {
    width: 112px;
    margin: 16px 8px -26px auto;
  }

  .marks_ind .common {
    gap: 22px 18px;
  }

  .marks_ind .block img {
    max-height: 38px;
  }

  .service_ind {
    padding: 36px 0;
  }

  .service_ind .name {
    min-height: auto;
    font-size: 18px;
  }

  .service_ind h3 {
    font-size: 18px;
  }

  .service_ind li,
  .service_ind p {
    font-size: 15px;
    line-height: 21px;
  }

  .service_ind .btn,
  .offer_ind .btn,
  .problems_ind .btn {
    max-width: 300px;
    height: 52px;
    font-size: 21px;
    border-radius: 22px;
  }

  .problems_ind .block {
    padding: 12px 10px 24px;
  }

  .problems_ind .text {
    padding: 0 6px;
  }

  .problems_ind h3 {
    font-size: 20px;
  }

  .problems_ind p {
    font-size: 17px;
    line-height: 26px;
  }

  .production_ind .common {
    gap: 36px;
  }

  .production_ind h3 {
    margin-bottom: 14px;
    font-size: 21px;
  }

  .production_ind p,
  .offer_ind p {
    font-size: 18px;
    line-height: 1.28;
  }

  .offer_ind h2 {
    margin-bottom: 34px;
  }

  .offer_ind .common {
    gap: 30px;
  }
}
