@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-image-text__blocks {
  margin: 80px 0;
}
@media (max-width: 767.98px) {
  .l-image-text__blocks {
    margin: 0;
  }
}
.l-image-text__block {
  margin: 50px 0;
}
.l-image-text ul li {
  margin: 0;
  padding: 10px 0;
  list-style-type: disc;
}
.l-image-text ul li::marker {
  color: #ff4438;
}
.l-image-text__text {
  color: #585858;
  font-size: 1em;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .l-image-text__text {
    font-size: 0.875em;
    line-height: 1.43;
    font-weight: normal;
  }
}
.l-image-text__text.dark {
  color: #ff4438;
}
.l-image-text__info {
  max-width: 470px;
  margin: 0 0 0 120px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .l-image-text__info {
    padding: 0 15px;
    margin: 0 25px;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__info {
    margin: 0 15px !important;
    max-width: 100% !important;
    padding: 20px 0;
    text-align: center !important;
  }
}
.l-image-text__image-container {
  position: relative;
}
.l-image-text__dot-left {
  background-color: #ff4438;
  background-image: url("../../../img/icons/go.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 767.98px) {
  .l-image-text__dot-left {
    display: none;
  }
}
.l-image-text__dot-right {
  content: "";
  background-color: #ff4438;
  background-image: url("../../../img/icons/go.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 767.98px) {
  .l-image-text__dot-right {
    display: none;
  }
}
.l-image-text__image {
  position: relative;
  width: 40vw;
  height: 40vw;
  max-width: 620px;
  max-height: 620px;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .l-image-text__image {
    width: 100%;
    height: auto;
  }
}
.l-image-text__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .l-image-text__image img {
    max-width: 250px;
  }
}
.l-image-text__image-left img {
  margin-left: 0;
}
.l-image-text__image-right img {
  margin-left: auto;
}
.l-image-text .order-md-1 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .l-image-text .order-md-1 {
    justify-content: center;
  }
}
.l-image-text .order-md-1 .l-image-text__info {
  margin: 0 120px 0 0;
}
@media (max-width: 1199.98px) {
  .l-image-text .order-md-1 .l-image-text__info {
    margin: 0 25px;
  }
}
.l-image-text .order-md-1 .l-image-text__image {
  right: 0;
  left: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .l-image-text .order-md-2 {
    display: flex;
    justify-content: center;
  }
}
.l-image-text iframe {
  margin: 0 auto;
  width: 100%;
}
.l-image-text table {
  border: 1px solid #000;
}
.l-image-text table td {
  border: 1px solid #000;
  padding: 10px;
}
.l-image-text--right .l-image-text--full .l-image-text__image {
  margin-left: -200px;
}
@media (max-width: 767.98px) {
  .l-image-text--right .l-image-text--full .l-image-text__image {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .l-image-text .has-mobile {
    display: none;
  }
}
.l-image-text__link {
  display: inline-block;
  margin-top: 35px;
  min-width: 260px;
}
.l-image-text__link.light a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.l-image-text__link.light a:after {
  border-color: #ffffff;
}