/** CONTACTS-TRANSFORMATION */
.contacts-transformation {
  padding: 0 0 160px;
}
.contacts-transformation__img {
        width: 100%;
	height: 100%;
	max-height: 945px;
	object-fit: cover;
}
.contacts-transformation__inner {
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
	gap: 20px;
}
.contacts-transformation__title {
  color: #000;
  font-size: 48px;
  line-height: 101.481%;
  letter-spacing: -0.96px;
  max-width: 980px;
}
.contacts-transformation__title span {
  display: block;
}
.contacts-transformation__title .planshet {
	display: inline;
}
.contacts-transformation__list {
  color: #333;
  font-size: 33px;
  line-height: 46px; /* 139.394% */
  letter-spacing: -1px;
	max-width: 670px;
}
.contacts-transformation__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts-transformation__list li + li {
  margin-top: 12px;
}
/** END CONTACTS-TRANSFORMATION */

@media screen and (max-width: 1600px) {
	.contacts-transformation__title {
		font-size: 40px;
		max-width: 850px;
	}
}
@media screen and (max-width: 1280px) {
	  .contacts-transformation__inner {
    margin-top: 120px;
    display: block;
  }
	.contacts-transformation__title {
		margin-bottom: 34px;
	}
	.contacts-transformation__list {
font-size: 24px;
line-height: 46px; /* 191.667% */
letter-spacing: -1px;
	}
	.contacts-transformation__list li + li {
		margin-top: 6px;
	}
}
@media screen and (max-width: 1024px) {
  /** CONTACTS-TRANSFORMATION */
  .contacts-transformation {
    padding: 0 0 120px;
  }

  .contacts-transformation__title {
    font-size: 32px;
    line-height: 101.481%; /* 32.474px */
    letter-spacing: -0.64px;
    margin-bottom: 34px;
    max-width: 77%;
  }
  .contacts-transformation__title .planshet {
    color: rgba(0, 0, 0, 0.4);
  }
	.contacts-transformation__title span {
		display: inline;
	}
  .contacts-transformation__list {
    font-size: 24px;
  }
  /** END CONTACTS-TRANSFORMATION */
}
@media screen and (max-width: 834px) {
  /** CONTACTS-TRANSFORMATION */
	.contacts-transformation__img {
		max-height: 386px;
	}
  .contacts-transformation__title {
    color: #333;
  }
  .contacts-transformation__title span {
    display: inline;
  }
  /** END CONTACTS-TRANSFORMATION */
}

@media screen and (max-width: 480px) {
  /** CONTACTS-TRANSFORMATION */
	.contacts-transformation__img {
		height: 321px;
	}
  .contacts-transformation {
    padding: 0 0 60px;
  }
  .contacts-transformation__inner {
    margin-top: 60px;
  }
  .contacts-transformation__title {
    font-size: 24px;
    letter-spacing: -0.48px;
    max-width: 320px;
	  margin-bottom: 28px;
  }
  .contacts-transformation__title .planshet {
    color: #333;
  }
  .contacts-transformation__title span {
    display: block;
  }
  .contacts-transformation__list {
    font-size: 16px;
  }
	.contacts-transformation__list li + li {
		margin-top: 12px;
	}
  /** END CONTACTS-TRANSFORMATION */
	
}
