.widget.c-about-ref.c-about-ref-template-1 {
  position: relative;
  overflow: hidden;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-content {
  position: relative;
  background-color: #1177BB;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 132px 0 0;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-content::after,
.widget.c-about-ref.c-about-ref-template-1 .widget-content::before {
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 0.5;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-content::after {
  height: 1px;
  width: 100%;
  top: 0;
  transform: translate(0, 64px);
}
.widget.c-about-ref.c-about-ref-template-1 .widget-content::before{
  height: 100%;
  width: 1px;
  top: 0;
  transform: translate(calc(((100vw - 1200px) / 2) + 314px), 0);
}

.widget.c-about-ref.c-about-ref-template-1 .widget-item{
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 94px 40px;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-header{
  max-width: 298px;
  flex: 0 0 100%;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-content{
  max-width: 820px;
  flex: 1;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-name {
  font-size: 36px;
  font-weight: 600;
  line-height: 125%;
  color: #FFF;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-content-text {}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-preview {
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  color: #fff;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 53px;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #ffffff;
  text-decoration-line: underline;
  text-transform: uppercase;
  opacity: .5;

  transition: opacity .2s ease-out;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-button:hover{
  opacity: 1;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-icon{
  display: flex;
  margin-top: 73px;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-item-icon svg{
  max-width: 818px;
  width: 100%;
  height: auto;
}

.widget.c-about-ref.c-about-ref-template-1 .widget-content-additional {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-picture {
  height: 100%;
  background-repeat: no-repeat;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-video {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  text-align: center;
  width: 120px;
  height: 120px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget.c-about-ref.c-about-ref-template-1 .widget-video:hover .widget-video-hover-opacity {
  opacity: 0.9;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-video .widget-video-hover-opacity {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.widget.c-about-ref.c-about-ref-template-1 .widget-video svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.widget.c-about-ref.c-about-ref-template-1[data-background=true] .widget-content {
  background-color: #1177BB;
}
.widget.c-about-ref.c-about-ref-template-1[data-background=true] .widget-content[data-lazyload-use=true] {
  background-size: auto;
  background-color: #F2F2F2;
}

@media all and (max-width: 1240px) {
  .widget.c-about-ref.c-about-ref-template-1 .widget-content::before{
    transform: translate(314px, 0);
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-preview br{
    display: none;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-content {
    padding: 100px 0 0;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-content::after{
    transform: translate(0, 50px);
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-name {
    font-size: 32px;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-preview {
    font-size: 20px;
  }
}
@media all and (max-width: 1000px) {
  .widget.c-about-ref.c-about-ref-template-1 .widget-content {
    padding: 80px 0 0;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item{
    flex-wrap: wrap;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-header,
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-content{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-content::after {
    transform: translate(20px, 170px);
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-content::before{
    display: none;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-icon{
    margin-top: 64px;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-icon svg {
    flex: 0 0 600px;
  }
}
@media all and (max-width: 600px) {
  .widget.c-about-ref.c-about-ref-template-1 .widget-content {
    padding: 70px 0 0;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-content::after {
    transform: translate(20px, 146px);
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-name {
    font-size: 28px;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-preview {
    font-size: 18px;
    line-height: 150%;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-content-additional {
    display: none;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-button {
    font-size: 15px;
  }
  .widget.c-about-ref.c-about-ref-template-1 .widget-item-icon{
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}


/*# sourceMappingURL=style.css.map */