.history {
  margin-bottom: 40px;
  padding-bottom: 300px;
  overflow: hidden;
}

@media only screen and (max-width: 1759px) {
  .history {
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 1439px) {
  .history {
    padding-bottom: 460px;
  }
}
@media only screen and (max-width: 1212px) {
  .history {
    padding-bottom: 0;
  }
}
.history.bottom-space {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1212px) {
  .history.bottom-space {
    padding-bottom: 0;
  }
}
.history .history__slider {
  overflow: visible;
}

@media only screen and (max-width: 1023px) {
  .history .history__slider {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .history .history__slider {
    visibility: visible;
  }
}
@media only screen and (max-width: 500px) {
  .history .history__slider {
    overflow: visible;
  }
}
.history .history__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
  .history .history__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: 54px;
    margin-left: 54px;
  }
}
@media only screen and (max-width: 500px) {
  .history .history__items {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .history .splide__track {
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .history .splide__list {
    display: block;
  }
}
.history .slider-buttons-group {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .history .slider-buttons-group {
    display: block;
  }
}
.history .slider-buttons-group .slider-button-prev,
.history .slider-buttons-group .slider-button-next {
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history .slider-buttons-group .slider-button-prev {
  left: 0;
}

@media only screen and (max-width: 500px) {
  .history .slider-buttons-group .slider-button-prev {
    left: -10px;
  }
}
.history .slider-buttons-group .slider-button-next {
  right: 0;
}

@media only screen and (max-width: 500px) {
  .history .slider-buttons-group .slider-button-next {
    right: -10px;
  }
}
.history__items {
  position: relative;
}

.history__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media only screen and (max-width: 1212px) {
  .history__item {
    width: 100%;
    margin-bottom: 76px;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:first-child .history__item-content::before, .history__item:last-child .history__item-content::before {
    top: 80px;
  }
  .history__item:first-child .history__item-content::after, .history__item:last-child .history__item-content::after {
    top: 75px;
  }
}
@media only screen and (min-width: 1213px) {
  .history__item.updated .history__item-image::before {
    border-color: #B0D747;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  .history__item.updated:first-child .history__item-image::before {
    border-left-color: transparent;
  }
  .history__item.hovered .history__item-content::before {
    height: 5px;
    background: #B0D747;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .history__item.hovered .history__item-content::after {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .history__item.hovered .history__item-year {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1213px) and (max-width: 1439px) {
  .history__item.hovered .history__item-year {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1213px) {
  .history__item.hovered:nth-child(odd) .history__item-image::before {
    border-top-color: #00AEDD;
  }
  .history__item.hovered:nth-child(odd):last-child .history__item-image::before {
    border-top-color: transparent;
  }
  .history__item.hovered:nth-child(even) .history__item-image::before {
    border-left-color: #00AEDD;
  }
  .history__item.hovered:nth-child(even):last-child .history__item-image::before {
    border-left-color: transparent;
  }
  .history__item.hovered:first-child .history__item-image::before {
    border-top-color: #B0D747;
    border-left-color: transparent;
  }
}
.history__item .history__item-content {
  position: relative;
  width: calc(100% - 156px);
  padding-top: 83px;
}

@media only screen and (max-width: 1439px) {
  .history__item .history__item-content {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item .history__item-content {
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item .history__item-content {
    text-align: center;
  }
}
.history__item .history__item-content::before {
  position: absolute;
  top: 119px;
  right: 0;
  width: 22px;
  height: 2px;
  background: #00AEDD;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}

@media only screen and (max-width: 1439px) {
  .history__item .history__item-content::before {
    top: 85px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item .history__item-content::before {
    top: 80px;
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item .history__item-content::before {
    content: none;
  }
}
.history__item .history__item-content::after {
  position: absolute;
  top: 114px;
  right: 20px;
  width: 13px;
  height: 13px;
  background: #00BFA0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}

@media only screen and (max-width: 1439px) {
  .history__item .history__item-content::after {
    top: 80px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item .history__item-content::after {
    top: 75px;
    right: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item .history__item-content::after {
    content: none;
  }
}
.history__item .history__item-content .history__item-content-wrapper {
  position: absolute;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

@media only screen and (max-width: 1212px) {
  .history__item .history__item-content .history__item-content-wrapper {
    position: static;
  }
}
@media only screen and (min-width: 1024px) {
  .history__item .history__item-content .history__item-content-wrapper {
    opacity: 0.6;
  }
}
.history__item .history__item-year,
.history__item .history__item-heading {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1439px) {
  .history__item .history__item-year,
  .history__item .history__item-heading {
    margin-bottom: 15px;
  }
}
.history__item .history__item-year {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 500px) {
  .history__item .history__item-year {
    margin-bottom: 10px;
    color: #B0D747;
    font-weight: 700;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    line-height: 33px;
  }
}
.history__item .history__item-heading {
  color: #B0D747;
}

@media only screen and (max-width: 1439px) {
  .history__item .history__item-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.history__item .history__item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 260px;
  margin-top: -7px;
  padding: 0 65px;
  border-radius: 50%;
}

@media only screen and (max-width: 1439px) {
  .history__item .history__item-image {
    width: 190px;
    height: 190px;
    margin-top: -5px;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item .history__item-image {
    width: 170px;
    height: 170px;
    margin-top: 0;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item .history__item-image {
    display: none;
  }
}
.history__item .history__item-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 5px solid #00AEDD;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
}

@media only screen and (max-width: 1212px) {
  .history__item .history__item-image::before {
    border: 4px solid #00AEDD;
    border-right-color: #00AEDD;
    border-bottom-color: #00AEDD;
  }
}
.history__item .history__item-image img {
  z-index: 2;
  width: 126px;
  max-height: 100%;
}

@media only screen and (max-width: 1439px) {
  .history__item .history__item-image img {
    width: 90px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item .history__item-image img {
    width: 80px;
  }
}
.history__item:nth-child(odd) {
  left: calc(50% - 130px);
  width: calc(50% + 130px);
}

@media only screen and (max-width: 1439px) {
  .history__item:nth-child(odd) {
    left: calc(50% - 95px);
    width: calc(50% + 95px);
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:nth-child(odd) {
    left: 0;
    width: 100%;
  }
}
.history__item:nth-child(odd) .history__item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.history__item:nth-child(odd) .history__item-image::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.history__item:nth-child(odd) .history__item-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 156px;
}

@media only screen and (max-width: 1919px) {
  .history__item:nth-child(odd) .history__item-content {
    padding-left: 106px;
  }
}
@media only screen and (max-width: 1439px) {
  .history__item:nth-child(odd) .history__item-content {
    padding-left: 96px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:nth-child(odd) .history__item-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item:nth-child(odd) .history__item-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.history__item:nth-child(odd) .history__item-content::before {
  right: auto;
  left: 0;
}

.history__item:nth-child(odd) .history__item-content::after {
  right: auto;
  left: 20px;
}

@media only screen and (min-width: 1024px) {
  .history__item:nth-child(odd) .history__item-content .history__item-content-wrapper {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@media only screen and (min-width: 1213px) {
  .history__item:nth-child(odd) .history__item-content .history__item-content-wrapper {
    -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
            transform: translateX(150px);
  }
}
.history__item:nth-child(odd):last-child .history__item-image::before {
  border-top-color: transparent;
}

@media only screen and (max-width: 1212px) {
  .history__item:nth-child(odd):last-child .history__item-image::before {
    border-top-color: #00AEDD;
  }
}
.history__item:nth-child(even) {
  left: 0;
  width: calc(50% + 130px);
}

@media only screen and (max-width: 1439px) {
  .history__item:nth-child(even) {
    width: calc(50% + 95px);
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:nth-child(even) {
    width: 100%;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:nth-child(even) .history__item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.history__item:nth-child(even) .history__item-content {
  padding-right: 156px;
  text-align: right;
}

@media only screen and (max-width: 1919px) {
  .history__item:nth-child(even) .history__item-content {
    padding-right: 106px;
  }
}
@media only screen and (max-width: 1439px) {
  .history__item:nth-child(even) .history__item-content {
    padding-right: 96px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:nth-child(even) .history__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 96px;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item:nth-child(even) .history__item-content {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}
.history__item:nth-child(even) .history__item-content::before {
  top: 116px;
}

@media only screen and (max-width: 1439px) {
  .history__item:nth-child(even) .history__item-content::before {
    top: 85px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:nth-child(even) .history__item-content::before {
    top: 80px;
  }
}
.history__item:nth-child(even) .history__item-content::after {
  top: 111px;
}

@media only screen and (max-width: 1439px) {
  .history__item:nth-child(even) .history__item-content::after {
    top: 80px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:nth-child(even) .history__item-content::after {
    top: 75px;
    left: 20px;
  }
}
.history__item:nth-child(even) .history__item-content .history__item-content-wrapper {
  right: 156px;
}

@media only screen and (min-width: 1024px) {
  .history__item:nth-child(even) .history__item-content .history__item-content-wrapper {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@media only screen and (min-width: 1213px) {
  .history__item:nth-child(even) .history__item-content .history__item-content-wrapper {
    -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
            transform: translateX(-150px);
  }
}
@media only screen and (max-width: 1919px) {
  .history__item:nth-child(even) .history__item-content .history__item-content-wrapper {
    right: 106px;
  }
}
@media only screen and (max-width: 1439px) {
  .history__item:nth-child(even) .history__item-content .history__item-content-wrapper {
    right: 96px;
  }
}
.history__item:nth-child(even):last-child .history__item-image::before {
  border-left-color: transparent;
}

@media only screen and (max-width: 1212px) {
  .history__item:nth-child(even):last-child .history__item-image::before {
    border-left-color: #00AEDD;
  }
}
.history__item:first-child .history__item-image::before {
  border-left-color: transparent;
}

@media only screen and (max-width: 1212px) {
  .history__item:first-child .history__item-image::before {
    border-left-color: #00AEDD;
  }
}
.history__item:first-child .history__item-content::before {
  top: 125px;
}

@media only screen and (max-width: 1439px) {
  .history__item:first-child .history__item-content::before {
    top: 90px;
  }
}
.history__item:first-child .history__item-content::after {
  top: 120px;
}

@media only screen and (max-width: 1439px) {
  .history__item:first-child .history__item-content::after {
    top: 85px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item:last-child {
    margin-bottom: 0;
  }
}
.history__item:last-child .history__item-content::before {
  top: 120px;
}

@media only screen and (max-width: 1439px) {
  .history__item:last-child .history__item-content::before {
    top: 86px;
  }
}
.history__item:last-child .history__item-content::after {
  top: 115px;
}

@media only screen and (max-width: 1439px) {
  .history__item:last-child .history__item-content::after {
    top: 81px;
  }
}
.history__item.active:nth-child(odd) .history__item-content::after {
  left: 125px;
}

@media only screen and (max-width: 1919px) {
  .history__item.active:nth-child(odd) .history__item-content::after {
    left: 75px;
  }
}
@media only screen and (max-width: 1439px) {
  .history__item.active:nth-child(odd) .history__item-content::after {
    left: 65px;
  }
}
.history__item.active:nth-child(even) .history__item-content::after {
  right: 125px;
}

@media only screen and (max-width: 1919px) {
  .history__item.active:nth-child(even) .history__item-content::after {
    right: 75px;
  }
}
@media only screen and (max-width: 1439px) {
  .history__item.active:nth-child(even) .history__item-content::after {
    right: 65px;
  }
}
@media only screen and (max-width: 1212px) {
  .history__item.active:nth-child(even) .history__item-content::after {
    left: 65px;
  }
}
.history__item.active:nth-child(odd) .history__item-content::before, .history__item.active:nth-child(even) .history__item-content::before {
  width: 130px;
}

@media only screen and (max-width: 1919px) {
  .history__item.active:nth-child(odd) .history__item-content::before, .history__item.active:nth-child(even) .history__item-content::before {
    width: 80px;
  }
}
@media only screen and (max-width: 1439px) {
  .history__item.active:nth-child(odd) .history__item-content::before, .history__item.active:nth-child(even) .history__item-content::before {
    width: 70px;
  }
}
.history__item.active:nth-child(odd) .history__item-content-wrapper, .history__item.active:nth-child(even) .history__item-content-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}