.telephone-block {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 3rem;
  font-family: "Nunito", sans-serif;
}
.telephone-block::before {
  content: "";
  width: 100%;
  height: 48.3125rem;
  background: url("/assets/img/telephone-block/grid.svg");
  background-size: 100% contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 26.25rem;
  z-index: -1;
}
.telephone-block::after {
  content: "";
  width: 47.9211rem;
  height: 33.6562rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 36.04%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55.8125rem;
  z-index: -1;
}
.telephone-block .avatar-full {
  position: absolute;
  border-radius: 50%;
}
.telephone-block .avatar-full:nth-child(1) {
  width: 6.25rem;
  height: 6.25rem;
  left: 9.25rem;
  top: 17.8125rem;
}
.telephone-block .avatar-full:nth-child(2) {
  width: 7.5rem;
  height: 7.5rem;
  left: 12.125rem;
  top: 4rem;
}
.telephone-block .avatar-full:nth-child(3) {
  width: 10rem;
  height: 10rem;
  left: 25.5625rem;
  top: 10.9375rem;
}
.telephone-block .avatar-full:nth-child(4) {
  width: 3.75rem;
  height: 3.75rem;
  left: 27.1875rem;
  top: 3.25rem;
}
.telephone-block .avatar-full:nth-child(5) {
  width: 6.25rem;
  height: 6.25rem;
  right: 31.625rem;
  top: 11.8125rem;
}
.telephone-block .avatar-full:nth-child(6) {
  width: 7.5rem;
  height: 7.5rem;
  right: 22.75rem;
  top: 23.0625rem;
}
.telephone-block .avatar-full:nth-child(7) {
  width: 10rem;
  height: 10rem;
  right: 12.1875rem;
  top: 7.875rem;
}
.telephone-block .avatar-full:nth-child(8) {
  width: 3.75rem;
  height: 3.75rem;
  right: 8.4375rem;
  top: 20.9375rem;
}
.telephone-block-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
}
.telephone-block-header h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin: 0;
  color: #3b4c58;
}
.telephone-block-header h1 span {
  background-image: linear-gradient(90deg, #93d2ff 0%, #0095ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.telephone-block-header p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #3b4c58;
  text-align: center;
  font-family: "Archivo", sans-serif;
  max-width: 55.375rem;
}
.telephone-block-content {
  margin-top: 5.25rem;
  position: relative;
  z-index: 2;
}
.telephone-block-content .phone {
  width: 35.6824rem;
  height: 25.375rem;
  margin: 0 auto;
  position: relative;
  clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%);
}
.telephone-block-content .phone .lead {
  position: absolute;
  top: 20.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  max-width: 16.375rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.25rem;
  color: #292929;
}
.telephone-block-content .phone .avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
.telephone-block-content .phone .avatar:nth-child(1) {
  left: 3.375rem;
  top: 19.3125rem;
}
.telephone-block-content .phone .avatar:nth-child(2) {
  left: 9rem;
  top: 15rem;
}
.telephone-block-content .phone .avatar:nth-child(3) {
  left: 10.875rem;
  top: 9rem;
}
.telephone-block-content .phone .avatar:nth-child(4) {
  left: 18.8125rem;
  top: 11.625rem;
}
.telephone-block-content .phone .avatar:nth-child(5) {
  left: 25.3125rem;
  top: 12.25rem;
}
.telephone-block-content .phone .avatar:nth-child(6) {
  left: 28.625rem;
  top: 18.5rem;
}
.telephone-block-content .phone-screen {
  height: 100%;
  width: 100%;
  position: relative;
}
.telephone-block-content .phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
  z-index: 1;
}
.telephone-block-content .phone-screen::before {
  content: "";
  width: calc(100% - 1.25rem);
  height: calc(100% - 0.625rem);
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.625rem;
  border-radius: 6.25rem 6.25rem 0 0;
  box-shadow: 1.875rem 1.5625rem 2.1875rem 0 rgba(0, 0, 0, 0.25);
}
.telephone-block-content .phone::before {
  content: "";
  width: 25.1875rem;
  height: 25.1875rem;
  border-radius: 100%;
  border: 0.125rem solid #c9c9c9;
  position: absolute;
  top: 9.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.telephone-block-content .phone::after {
  content: "";
  width: 18.5625rem;
  height: 18.5625rem;
  border-radius: 100%;
  border: 0.125rem solid #c9c9c9;
  position: absolute;
  top: 13.1875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.telephone-block-content .category-block {
  width: 100%;
  display: flex;
  justify-content: center;
}
.telephone-block-content .category-block .item {
  --width: 27.5rem;
  --hover-width: 40.875rem;
  background-color: #ffffff;
  width: var(--width);
  text-decoration: unset;
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-shadow: -3.125rem 2.8125rem 7.5rem 0 rgba(31, 129, 171, 0.2);
  border-radius: 1.875rem 0 0 1.875rem;
  padding: 3.8125rem 4.625rem 3.6875rem 0;
  transition: all 0.4s ease;
  position: relative;
}
.telephone-block-content .category-block .item:nth-child(1)::after {
  content: "";
  width: 0.1875rem;
  height: 9.375rem;
  background-color: #eef2f5;
  position: absolute;
  right: -0.0938rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1.875rem;
}
.telephone-block-content .category-block .item .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% -100%, 100% -100%, 100% 100%, 0% 100%);
}
.telephone-block-content .category-block .item .avatar::before {
  content: "";
  width: 100%;
  height: 5rem;
  background: linear-gradient(0deg, #ffffff, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 1.875rem 0 0 1.875rem;
}
.telephone-block-content .category-block .item .avatar-img {
  position: absolute;
  width: 15.9375rem;
  height: 16.3125rem;
  object-fit: cover;
  bottom: -16.3125rem;
  left: 0.25rem;
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.8);
}
.telephone-block-content .category-block .item-header {
  text-align: right;
  position: relative;
  padding-right: 4.625rem;
}
.telephone-block-content .category-block .item-header .icon {
  position: absolute;
  width: 3.9375rem;
  height: auto;
  object-fit: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.telephone-block-content .category-block .item-header h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 700;
  color: #3b4c58;
  margin: 0;
}
.telephone-block-content .category-block .item-header p {
  font-size: 1rem;
  margin: 0;
  color: rgba(112, 135, 151, 0.5333333333);
}
.telephone-block-content .category-block .item-arrow {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  width: min-content;
  min-width: 13.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.9375rem;
  margin-right: 5.25rem;
  margin-top: 1.875rem;
  background: linear-gradient(90deg, #ffa600 6.39%, #ffda95 58.41%, #ffa600 114.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.telephone-block-content .category-block .item-arrow .arrow {
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: contain;
}
.telephone-block-content .category-block .item:nth-child(2) {
  box-shadow: 3.125rem 2.8125rem 7.5rem 0 rgba(31, 129, 171, 0.2);
  border-radius: 0 1.875rem 1.875rem 0;
  padding-right: unset;
  padding-left: 3.5rem;
  align-items: flex-start;
}
.telephone-block-content .category-block .item:nth-child(2) .item-header {
  text-align: left;
  padding-right: unset;
  padding-left: 5.25rem;
}
.telephone-block-content .category-block .item:nth-child(2) .item-header .icon {
  left: 0;
  right: unset;
}
.telephone-block-content .category-block .item:nth-child(2) .item-arrow {
  margin-right: unset;
  margin-left: 5.25rem;
  text-align: right;
  background: linear-gradient(90deg, #48aaf0 6.39%, #7fcaff 58.41%, #0066af 114.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.telephone-block-content .category-block .item:nth-child(2) .avatar::before {
  border-radius: 0 1.875rem 1.875rem 0;
}
.telephone-block-content .category-block .item:nth-child(2) .avatar-img {
  left: unset;
  right: 0.5625rem;
}
.telephone-block-content .category-block .item:hover {
  width: var(--hover-width);
  margin-left: calc(var(--width) - var(--hover-width));
}
.telephone-block-content .category-block .item:hover:nth-child(2) {
  margin-right: calc(var(--width) - var(--hover-width));
  margin-left: unset;
}
.telephone-block-content .category-block .item:hover .avatar-img {
  bottom: 0;
  opacity: 1;
  transform: scale(1);
}
.telephone-block-content::before {
  content: "";
  width: 40.583rem;
  height: 40.583rem;
  border-radius: 50%;
  opacity: 0.6;
  background: #53beff;
  filter: blur(12.5rem);
  position: absolute;
  top: 9.5rem;
  left: -8.75rem;
  pointer-events: none;
}
.telephone-block-content::after {
  content: "";
  width: 30.3712rem;
  height: 30.3712rem;
  border-radius: 50%;
  opacity: 0.6;
  background: #53beff;
  filter: blur(12.5rem);
  position: absolute;
  top: 29.5rem;
  right: -8.75rem;
  pointer-events: none;
}
