.elementor-1036581 .elementor-element.elementor-element-c902b5d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1036581:not(.elementor-motion-effects-element-type-background), body.elementor-page-1036581 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-1036581 .elementor-element.elementor-element-c902b5d{--content-width:100%;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-64fd4b5 *//* 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 {
  font-family: Georgia, serif;
  font-weight: 400;
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

/* mobile typography */
.title {
  font-weight: 400;
  font-size: 46px;
  line-height: 120%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.title span {
  font-size: 42px;
}

.text {
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.preview-text {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #5a5a5a;
}

.quote-text {
  font-style: Italic;
  font-size: 20px;
  line-height: 100%;
  color: #5a5a5a;
}

.list-text {
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.list-text-item {
  color: #5a5a5a;
}

.list-text-team {
  color: #d45b22;
}

.team-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.team-text {
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.team-span {
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  color: #d45b22;
}

.link {
  text-decoration: underline;
  color: #d45b22;
}

/* blocks styles */
.image {
  /* width: 310px; */
  width: 100%;
  height: 620px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.line-separator {
  width: 70px;
  height: 3px;
  background-color: #d45b22;
  border-radius: 40px;
}

.quote-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 34px;
  background-color: #faf9f7;
}

.quote-img {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.vertical-line {
  align-self: stretch;
  width: 3px;
  background-color: #d45b22;
  flex-shrink: 0;
}

.quote-content {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  flex: 1;
}

.quote-content .quote-text:nth-of-type(1) {
  text-align: center;
}

.quote-container > .quote-text {
  flex: 1;
}

.vertical-quote-container {
  padding: 20px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.vertical-quote-container .quote-text {
  text-align: center;
}

.dots-img {
  width: 34px;
  height: 27px;
  object-fit: contain;
  object-position: center;
}

.list-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #faf9f7;
  padding: 20px 10px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-item {
  position: relative;
  padding-left: 10px;
}

.list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #d45b22;
  border-radius: 40px;
}

.team-container {
  padding: 36px 20px;
  width: 100%;
  border-left: 3px solid #d45b22;
  background-color: #f9f8f6;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* custom .elementor-1036581 .elementor-element.elementor-element-64fd4b5s: */
.preview {
  background-color: #faf9f7;
  padding: 20px 10px;
}

.reverse {
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .main-container {
    width: 93.75vw;
    gap: 1.95vw;
    padding: 1.95vw 0;
  }

  /* mobile typography */
  .title {
    font-size: 4.49vw;
  }

  .title span {
    font-size: 4.1vw;
  }

  .text {
    font-size: 2.34vw;
  }

  .preview-text {
    font-size: 2.34vw;
  }

  .quote-text {
    font-size: 1.95vw;
  }

  .list-text {
    font-size: 2.34vw;
  }

  .team-title {
    font-size: 2.34vw;
  }

  .team-text {
    font-size: 2.34vw;
  }

  .team-span {
    font-size: 2.34vw;
  }

  /* blocks styles */
  .image {
    width: 100%;
    height: 64.7vw;
    border-radius: min(10px, 2.94vw);
  }

  .section {
    width: 100%;
    gap: 1.95vw;
  }

  .line-separator {
    width: 10.29vw;
    height: 3px;
    border-radius: min(40px, 11.76vw);
  }

  .quote-container {
    width: 100%;
    gap: 1.95vw;
    padding: 1.95vw 2.34vw;
  }

  .quote-img {
    width: 15.44vw;
    height: 15.44vw;
    border-radius: 50%;
  }

  .vertical-line {
    width: 2px;
  }

  .quote-content {
    gap: 1.27vw;
  }

  .vertical-quote-container {
    padding: 1.95vw 1.27vw;
    width: 100%;
    gap: 1.95vw;
  }

  .dots-img {
    width: 3.31vw;
    height: 2.63vw;
  }

  .list-container {
    gap: 3.91vw;
    padding: 1.95vw 1.27vw;
  }

  .list {
    gap: 3.91vw;
  }

  .list-item {
    padding-left: 1.95vw;
  }

  .list-item::before {
    width: 3px;
    height: 100%;
    border-radius: min(40px, 11.76vw);
  }

  .team-container {
    padding: 3.91vw 1.95vw;
    width: 100%;
    border-left: 0.88vw solid #d45b22;
    gap: 1.95vw;
  }

  .team-list {
    gap: 1.95vw;
  }

  /* custom .elementor-1036581 .elementor-element.elementor-element-64fd4b5s: */
  .preview {
    padding: 1.95vw 1.27vw;
  }
}

@media screen and (max-width: 768px) {
  /* Стили основного контейнера */
  .main-container {
    width: 94.11vw;
    gap: 2.94vw;
    padding: 4.41vw 0;
  }

  /* mobile typography */
  .title {
    font-size: 5.88vw;
  }

  .title span {
    font-size: 4.7vw;
  }

  .text {
    font-size: 3.52vw;
  }

  .preview-text {
    font-size: 3.52vw;
  }

  .quote-text {
    font-size: 2.94vw;
  }

  .list-text {
    font-size: 3.52vw;
  }

  .team-title {
    font-size: 4.11vw;
  }

  .team-text {
    font-size: 4.11vw;
  }

  .team-span {
    font-size: min(12px, 3.52vw);
  }

  /* blocks styles */
  .image {
    width: 100%;
    height: 64.7vw;
    border-radius: min(10px, 2.94vw);
  }

  .section {
    width: 100%;
    gap: 2.94vw;
  }

  .line-separator {
    width: 10.29vw;
    height: 3px;
    border-radius: min(40px, 11.76vw);
  }

  .quote-container {
    width: 100%;
    gap: 2.94vw;
    padding: 2.94vw 5.04vw;
  }

  .quote-img {
    width: 20.58vw;
    height: 20.58vw;
    border-radius: 50%;
  }

  .vertical-line {
    width: 2px;
  }

  .quote-content {
    gap: 1.47vw;
  }

  .vertical-quote-container {
    padding: 2.94vw 1.47vw;
    width: 100%;
    gap: 2.94vw;
  }

  .dots-img {
    width: 4.41vw;
    height: 3.52vw;
  }

  .list-container {
    gap: 5.88vw;
    padding: 2.94vw 1.47vw;
  }

  .list {
    gap: 5.88vw;
  }

  .list-item {
    padding-left: 2.94vw;
  }

  .list-item::before {
    width: 1.47vw;
    height: 100%;
    border-radius: min(40px, 11.76vw);
  }

  .team-container {
    padding: 5.29vw 2.94vw;
    width: 100%;
    border-left: 0.88vw solid #d45b22;
    gap: 2.94vw;
  }

  .team-list {
    gap: 2.94vw;
  }

  /* custom .elementor-1036581 .elementor-element.elementor-element-64fd4b5s: */
  .preview {
    padding: 2.94vw 1.47vw;
  }
}/* End custom CSS */