.elementor-1040165 .elementor-element.elementor-element-e551b0b{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1040165 .elementor-element.elementor-element-e551b0b{--content-width:1000%;}}/* Start custom CSS for container, class: .elementor-element-e551b0b *//* normalization */
.main-container * {
  box-sizing: border-box;
}

.main-container ul,
.main-container ol {
  list-style: none;
}

.main-container ul,
.main-container ol,
.main-container p,
.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6 {
  margin: 0;
  padding: 0;
}

/* типографика */
.main-container {
  padding: 20px 0;
  font-family: Georgia, serif;
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
  gap: 20px;
}

.preview-title {
  font-weight: 400;
  font-size: 46px;
  line-height: 120%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.preview-title span {
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.title {
  position: relative;
  font-size: 42px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}

.text {
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.quote-text {
  font-style: Italic;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}

.quote-author-text {
  color: #50535e;
  font-weight: 400;
  font-style: Italic;
  line-height: 100%;
  font-size: 20px;
}

.team-title {
  color: #ffffff;
  font-weight: 700;
  line-height: 100%;
  font-size: 20px;
}

.team-list-item {
  color: #ffffff;
  font-weight: 400;
  font-style: Italic;
  line-height: 100%;
  font-size: 20px;
}

.team-span {
  color: #ffffff;
  font-weight: 400;
  font-style: Italic;
  line-height: 100%;
  font-size: 16px;
}

/* Стили блоков */
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.image-block {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  height: 972px;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.divider {
  height: 3px;
  background-color: #50535e;
  width: 300px;
}

.quote {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #50535e;
  padding: 20px 10px;
  gap: 20px;
}

.dots {
  object-fit: contain;
  object-position: center;
  width: 30px;
  height: 24px;
}

.dots-reverse {
  transform: rotate(180deg);
}

.quote-author {
  width: 100%;
  display: flex;
  gap: 20px;
}

.quote-author-image {
  object-fit: contain;
  object-position: center;
  width: 55px;
  height: 55px;
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
}

.img-wrapper-large {
  height: 972px;
}

.team {
  width: 100%;
  background-color: #50535e;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  gap: 20px;
  border-radius: 12px;
}

.team-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  /* Типографика */
  .main-container {
    width: 93.75vw;
    gap: 1.95vw;
  }

  .preview-title {
    font-size: 4.49vw;
  }

  .preview-title span {
    font-size: 4.1vw;
  }

  .title {
    font-size: 4.1vw;
  }

  .text {
    font-size: 2.34vw;
  }

  .quote-text {
    font-size: 1.95vw;
  }

  .quote-author-text {
    font-size: 1.95vw;
  }

  .team-title {
    font-size: 1.95vw;
  }

  .team-list-item {
    font-size: 1.95vw;
  }

  .team-span {
    font-size: 1.56vw;
  }

  /* Стили блоков */
  .section {
    gap: 1.95vw;
  }

  .image-block {
    padding-top: 1.95vw;
    height: 94.92vw;
  }

  .divider {
    width: 30vw;
  }

  .quote {
    padding: 1.95vw 0.97vw;
    gap: 1.95vw;
  }

  .dots {
    width: 2.92vw;
    height: 2.34vw;
  }

  .quote-author {
    gap: 1.95vw;
  }

  .quote-author-image {
    width: 5.37vw;
    height: 5.37vw;
  }

  .img-wrapper {
    height: 58.59vw;
  }

  .img-wrapper-large {
    height: 89.18vw;
  }

  .team {
    padding: 1.95vw 0.97vw;
    gap: 1.95vw;
    border-radius: 1.17vw;
  }

  .team-list {
    gap: 1.95vw;
  }
}

@media screen and (max-width: 768px) {
  /* Типографика */
  .main-container {
    width: 94.11vw;
    gap: 2.94vw;
  }

  .preview-title {
    font-size: 10.29vw;
  }

  .preview-title span {
    font-size: 7.05vw;
  }

  .title {
    font-size: 7.05vw;
  }

  .text {
    font-size: 3.52vw;
  }

  .quote-text {
    font-size: 2.94vw;
  }

  .quote-author-text {
    font-size: 3.52vw;
  }

  .team-title {
    font-size: 4.11vw;
  }

  .team-list-item {
    font-size: 4.11vw;
  }

  .team-span {
    font-size: 3.52vw;
  }

  /* Стили блоков */
  .section {
    gap: 2.94vw;
  }

  .image-block {
    padding-top: 2.94vw;
    height: 95.29vw;
  }

  .divider {
    width: 44.41vw;
  }

  .quote {
    padding: 2.94vw 1.47vw;
    gap: 2.94vw;
  }

  .dots {
    width: 4.41vw;
    height: 3.52vw;
  }

  .quote-author {
    gap: 2.94vw;
  }

  .quote-author-image {
    width: 12.64vw;
    height: 12.64vw;
  }

  .img-wrapper {
    height: 64.7vw;
  }

  .img-wrapper-large {
    height: 95.29vw;
  }

  .team {
    padding: 5.44vw 2.94vw;
    gap: 2.94vw;
    border-radius: 3.52vw;
  }

  .team-list {
    gap: 2.94vw;
  }
}/* End custom CSS */