@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);.attention-content h4 {
  background-color: #FF671D;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  color: #FFFFFF;
}
@media (min-width: 1441px) {
  .attention-content h4 {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .attention-content h4 {
    font-size: 52px;
  }
}
@media (max-width: 1290px) {
  .attention-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .attention-content h4 {
    font-size: 25px;
  }
}
.attention-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 15px;
}
@media (min-width: 1441px) {
  .attention-content p {
    font-size: 24px;
  }
}
@media (min-width: 1921px) {
  .attention-content p {
    font-size: 32px;
  }
}
@media (max-width: 1290px) {
  .attention-content p {
    font-size: 25px;
  }
}
@media (max-width: 540px) {
  .attention-content p {
    font-size: 16px;
  }
}

.attention-cover {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
.attention-cover-inner {
  position: relative;
}
.attention-cover-right {
  justify-content: start;
}
.attention-cover svg {
  width: 100%;
  max-width: 160px;
  height: 340px;
}
.attention-text {
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  overflow: hidden;
}
.attention-text-left {
  width: 260px;
  text-align: right;
}
.attention-text-left:nth-child(2) {
  top: -38px;
  left: -275px;
}
.attention-text-left:nth-child(3) {
  top: 90px;
  left: -275px;
}
.attention-text-left:nth-child(4) {
  top: 216px;
  left: -275px;
}
.attention-text-left:nth-child(5) {
  top: 337px;
  left: -275px;
}
.attention-text-right {
  width: 250px;
}
.attention-text-right:nth-child(2) {
  top: -47px;
  left: 110px;
}
.attention-text-right:nth-child(3) {
  top: 70px;
  left: 110px;
}
.attention-text-right:nth-child(4) {
  top: 150px;
  left: 110px;
}
.attention-text-right:nth-child(5) {
  top: 255px;
  left: 110px;
}
.attention-text-right:nth-child(6) {
  top: 340px;
  left: 110px;
}
@media (min-width: 1700px) {
  .attention-cover svg {
    height: 500px;
  }
  .attention-text {
    width: 450px;
    font-size: 28px;
    line-height: 34px;
  }
  .attention-text-left {
    text-align: right;
  }
  .attention-text-left:nth-child(2) {
    top: -80px;
    left: -460px;
  }
  .attention-text-left:nth-child(3) {
    top: 115px;
    left: -460px;
  }
  .attention-text-left:nth-child(4) {
    top: 327px;
    left: -460px;
  }
  .attention-text-left:nth-child(5) {
    top: 470px;
    left: -460px;
  }
  .attention-text-right:nth-child(2) {
    top: -74px;
    left: 150px;
  }
  .attention-text-right:nth-child(3) {
    top: 90px;
    left: 150px;
  }
  .attention-text-right:nth-child(4) {
    top: 234px;
    left: 150px;
  }
  .attention-text-right:nth-child(5) {
    top: 341px;
    left: 150px;
  }
  .attention-text-right:nth-child(6) {
    top: 480px;
    left: 150px;
  }
}

#app #pay_attention_more .attention-tips ul li::before {
  width: 0;
}
#app #pay_attention_more .attention-tips ul li .line {
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}

#pay_attention_more.active .attention-cover svg .attention-anim {
  stroke: white;
  stroke-dasharray: 139px;
  stroke-dashoffset: 139px;
  animation: draw 3000ms linear forwards;
  animation-delay: 10s;
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
#pay_attention_more.active .attention-cover svg .attention-anim:nth-child(2) {
  animation-delay: 1.5s;
}
#pay_attention_more.active .attention-cover svg .attention-anim:nth-child(3) {
  animation-delay: 2s;
}
#pay_attention_more.active .attention-cover svg .attention-anim:nth-child(4) {
  animation-delay: 2.5s;
}
#pay_attention_more.active .attention-cover svg .attention-anim:nth-child(5) {
  animation-delay: 3s;
}
#pay_attention_more.active .attention-cover-right svg .attention-anim:nth-child(2) {
  animation-delay: 3.5s;
}
#pay_attention_more.active .attention-cover-right svg .attention-anim:nth-child(3) {
  animation-delay: 3s;
}
#pay_attention_more.active .attention-cover-right svg .attention-anim:nth-child(4) {
  animation-delay: 2.5s;
}
#pay_attention_more.active .attention-cover-right svg .attention-anim:nth-child(5) {
  animation-delay: 2s;
}
#pay_attention_more.active .attention-cover-right svg .attention-anim:nth-child(6) {
  animation-delay: 1.5s;
}
#pay_attention_more.active .attention-text {
  overflow: hidden;
}
#pay_attention_more.active .attention-text-inner {
  transform: translateY(-145%);
  animation: moveIn 1s forwards;
}
#pay_attention_more.active .attention-text-left:nth-child(2) {
  animation-delay: 0.5s;
}
#pay_attention_more.active .attention-text-left:nth-child(3) {
  animation-delay: 0.8s;
}
#pay_attention_more.active .attention-text-left:nth-child(4) {
  animation-delay: 1.1s;
}
#pay_attention_more.active .attention-text-left:nth-child(5) {
  animation-delay: 1.4s;
}
#pay_attention_more.active .attention-text-right:nth-child(2) {
  animation-delay: 0.5s;
}
#pay_attention_more.active .attention-text-right:nth-child(3) {
  animation-delay: 0.8s;
}
#pay_attention_more.active .attention-text-right:nth-child(4) {
  animation-delay: 1.1s;
}
#pay_attention_more.active .attention-text-right:nth-child(5) {
  animation-delay: 1.4s;
}
#pay_attention_more.active .attention-text-right:nth-child(6) {
  animation-delay: 1.6s;
}
@keyframes moveIn {
  to {
    transform: translateY(0);
  }
}

.contacts .contacts-title {
  background-color: #FF671D;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 auto 48px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1441px) {
  .contacts .contacts-title {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .contacts .contacts-title {
    font-size: 52px;
  }
}
@media (max-width: 1290px) {
  .contacts .contacts-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .contacts .contacts-title {
    font-size: 25px;
  }
}

#hotline2 .contacts-col {
  position: relative;
  border-radius: 20px;
  border: 2px solid #FFF !important;
}
#hotline2 .contacts-col:nth-child(1) .block-anim {
  animation-delay: 4s;
}
#hotline2 .contacts-col:nth-child(2) .block-anim {
  animation-delay: 2s;
}
#hotline2 .contacts-col:nth-child(3) .block-anim {
  animation-delay: 5s;
}
#hotline2 .contacts .block-anim {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #47539B;
  animation: circularMotion 20s linear infinite;
}
#hotline2 .contacts .help_text h4 {
  margin: 0 auto 10px;
  max-width: 800px;
  font-size: 19px;
}
@keyframes circularMotion {
  0% {
    top: calc(0% - 10px);
    left: calc(0% - 10px);
  }
  25% {
    top: calc(0% - 10px);
    left: calc(100% - 10px);
  }
  50% {
    top: calc(100% - 10px);
    left: calc(100% - 10px);
  }
  75% {
    top: calc(100% - 10px);
    left: calc(0% - 10px);
  }
  100% {
    top: calc(0% - 10px);
    left: calc(0% - 10px);
  }
}
@media (max-width: 1290px) {
  #hotline2 .contacts-col {
    border: none !important;
  }
  #hotline2 .contacts-col .block-anim {
    display: none;
  }
}

#help.active .contacts-col-anim .contacts-item__content-inner {
  transform: translateY(-145%);
  animation: moveIn 0.7s forwards;
}
#help.active .contacts-col-anim:nth-child(1) .contacts-item__content-inner {
  animation-delay: 0.5s;
}
#help.active .contacts-col-anim:nth-child(2) .contacts-item__content-inner {
  animation-delay: 1s;
}
#help.active .contacts-col-anim:nth-child(3) .contacts-item__content-inner {
  animation-delay: 1.5s;
}
#help.active .contacts-col-anim:nth-child(4) .contacts-item__content-inner {
  animation-delay: 2s;
}

@keyframes moveIn {
  to {
    transform: translateY(0);
  }
}
.contacts-item__content {
  overflow: hidden;
}

.help .title {
  background-color: #FF671D;
  padding: 18px 32px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 78px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1920px) {
  .help .title {
    font-size: 28px;
  }
}
.help .mom_bottom {
  position: relative;
  bottom: 35px;
}
.help .mom_bottom .subtitle {
  max-width: 232px;
  margin: 0 auto;
}
@media (max-width: 580px) {
  .help .mom_bottom {
    bottom: 0;
  }
}
.help_btn {
  display: block;
  margin-top: 25px;
  padding: 20px 40px;
  border-radius: 40px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  color: #4453A0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media (hover: hover) {
  .help_btn:hover {
    border-color: transparent;
    background-color: #cccccc;
  }
}
@media (max-width: 580px) {
  .help_btn {
    padding: 10px 20px;
  }
}
.help .column_right,
.help .column_left {
  width: 30%;
}
@media (max-width: 1290px) {
  .help .column_right,
  .help .column_left {
    width: 100%;
  }
}

.active .help .column_left .help-item-anim .text,
.active .help .column_right .help-item-anim .text {
  transform: translateY(-145%);
  animation: moveIn 0.7s forwards;
}
.active .help .column_left .help-item-anim:nth-child(1) .text,
.active .help .column_right .help-item-anim:nth-child(1) .text {
  animation-delay: 0.5s;
}
.active .help .column_left .help-item-anim:nth-child(2) .text,
.active .help .column_right .help-item-anim:nth-child(2) .text {
  animation-delay: 0.7s;
}
.active .help .column_left .help-item-anim:nth-child(3) .text,
.active .help .column_right .help-item-anim:nth-child(3) .text {
  animation-delay: 0.9s;
}
.active .help .column_left .help-item-anim:nth-child(4) .text,
.active .help .column_right .help-item-anim:nth-child(4) .text {
  animation-delay: 1.1s;
}
.active .help .column_left .help-item-anim:nth-child(5) .text,
.active .help .column_right .help-item-anim:nth-child(5) .text {
  animation-delay: 1.3s;
}
.active .help .column_left .help-item-anim:nth-child(6) .text,
.active .help .column_right .help-item-anim:nth-child(6) .text {
  animation-delay: 1.5s;
}

@keyframes moveIn {
  to {
    transform: translateY(0);
  }
}
.help-item-anim {
  overflow: hidden;
}

.hero {
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #dadada;
  background-image: url(/themes/single_front_page/mom/dist/img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseBg 25s ease-in-out infinite;
}
.hero * {
  font-family: Menlo, sans-serif !important;
}
@media (max-width: 1290px) {
  .hero {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.hero__container {
  display: flex;
  flex-direction: column;
  max-width: 1103px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1290px) {
  .hero__container {
    width: 100%;
    padding: 0 30px;
  }
}
.hero__text1, .hero__text2 {
  display: inline-flex;
  background: #FF671D;
  font-family: Menlo, sans-serif;
  text-transform: uppercase;
  padding: 13px 26px;
}
.hero__text1 {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1.2px;
  align-self: flex-start;
  animation: heroTextAnimation1 4s ease infinite;
  margin-bottom: 15px;
}
@media (max-width: 1290px) {
  .hero__text1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .hero__text1 {
    font-size: 25px;
  }
}
@media (max-width: 445px) {
  .hero__text1 {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .hero__text1 {
    font-size: 18px;
  }
}
.hero__text2 {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1.6px;
  align-self: flex-end;
  animation: heroTextAnimation2 4s ease infinite;
}
@media (max-width: 1290px) {
  .hero__text2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .hero__text2 {
    font-size: 35px;
  }
}
@media (max-width: 445px) {
  .hero__text2 {
    font-size: 30px;
  }
}
.hero__button {
  font-family: Menlo, sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.44px;
  background: #47539B;
  padding: 14px 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12vh;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero__button:hover {
  background: #272961;
  transform: rotateX(5deg) rotateY(5deg) translate(-50%);
}
@media (max-width: 1290px) {
  .hero__button {
    bottom: 60px;
  }
  .hero__button:hover {
    background: #272961;
    transform: rotateX(5deg) rotateY(5deg) translate(-50%);
  }
}
@media (max-width: 460px) {
  .hero__button {
    font-size: 18px;
    width: 100%;
    max-width: 200px;
    text-align: center;
  }
}
@keyframes heroTextAnimation1 {
  0% {
    filter: blur(0);
    transform: none;
  }
  20% {
    filter: blur(0);
    transform: none;
  }
  50% {
    filter: blur(5px);
    transform: rotateX(-5deg) rotateY(5deg);
  }
  70% {
    filter: blur(0);
    transform: none;
  }
  100% {
    filter: blur(0);
    transform: none;
  }
}
@keyframes heroTextAnimation2 {
  0% {
    filter: blur(0);
    transform: none;
  }
  40% {
    filter: blur(0);
    transform: none;
  }
  70% {
    filter: blur(5px);
    transform: rotateX(10deg) rotateY(5deg);
  }
  100% {
    filter: blur(0);
    transform: none;
  }
}
@keyframes pulseBg {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.hero .human-trade-scroll-down {
  z-index: 9;
  bottom: 3vh;
}
.hero .human-trade-scroll-down a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 7px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
}

.human-trade__content h4 {
  background-color: #FF671D;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  color: #FFFFFF;
}
@media (min-width: 1441px) {
  .human-trade__content h4 {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .human-trade__content h4 {
    font-size: 52px;
  }
}
@media (max-width: 1110px) {
  .human-trade__content h4 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 768px) {
  .human-trade__content h4 {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 25px !important;
  }
}
.human-trade__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 1441px) {
  .human-trade__content p {
    font-size: 22px;
  }
}
@media (min-width: 1921px) {
  .human-trade__content p {
    font-size: 28px;
  }
}
@media (max-width: 1290px) {
  .human-trade__content p {
    font-size: 20px;
  }
}
@media (max-width: 1290px) {
  .human-trade__tips li span br {
    display: none;
  }
}
.human-trade .trade-image {
  position: relative;
  width: 400px;
}
.human-trade .trade-image-box svg {
  width: 111px;
  height: 384px;
}
.human-trade__item {
  position: absolute;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}
.human-trade__item .human-trade__icon {
  width: 93px;
  height: 98px;
}
.human-trade__item:nth-child(2) {
  top: -21.5%;
  left: 3%;
}
.human-trade__item:nth-child(3) {
  top: 7%;
  left: 22%;
}
.human-trade__item:nth-child(4) {
  top: 38%;
  left: 27%;
}
.human-trade__item:nth-child(5) {
  top: 69%;
  left: 22%;
}
.human-trade__item:nth-child(6) {
  top: 97%;
  left: 2%;
}
.human-trade__item-inner {
  overflow: hidden;
}
@media (min-width: 1921px) {
  .human-trade .trade-image {
    width: 630px;
  }
  .human-trade .trade-image-box svg {
    width: 200px;
    height: 650px;
  }
  .human-trade__item {
    font-size: 22px;
    line-height: 26px;
  }
  .human-trade__item .human-trade__icon {
    width: 150px;
    height: 144px;
  }
  .human-trade__item:nth-child(2) {
    top: -20.5%;
    left: 4%;
  }
  .human-trade__item:nth-child(3) {
    left: 24%;
  }
  .human-trade__item:nth-child(4) {
    top: 40%;
    left: 30%;
  }
  .human-trade__item:nth-child(5) {
    top: 70%;
    left: 25%;
  }
  .human-trade__item:nth-child(6) {
    left: 4%;
  }
}

#pay_attention.active .human-trade .trade-image-box svg .trade-image-anim {
  stroke: white;
  stroke-dasharray: 139px;
  stroke-dashoffset: 139px;
  animation: draw 3000ms linear forwards;
}
#pay_attention.active .human-trade .trade-image-box svg .trade-image-anim:nth-child(2) {
  animation-delay: 1.5s;
}
#pay_attention.active .human-trade .trade-image-box svg .trade-image-anim:nth-child(3) {
  animation-delay: 2s;
}
#pay_attention.active .human-trade .trade-image-box svg .trade-image-anim:nth-child(4) {
  animation-delay: 2.5s;
}
#pay_attention.active .human-trade .trade-image-box svg .trade-image-anim:nth-child(5) {
  animation-delay: 3s;
}
#pay_attention.active .human-trade .trade-image-box svg .trade-image-anim:nth-child(6) {
  animation-delay: 3.5s;
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
#pay_attention.active .human-trade__item:nth-child(2) .human-trade__item-inner .anim {
  animation-delay: 0.5s;
}
#pay_attention.active .human-trade__item:nth-child(3) .human-trade__item-inner .anim {
  animation-delay: 0.8s;
}
#pay_attention.active .human-trade__item:nth-child(4) .human-trade__item-inner .anim {
  animation-delay: 1.1s;
}
#pay_attention.active .human-trade__item:nth-child(5) .human-trade__item-inner .anim {
  animation-delay: 1.4s;
}
#pay_attention.active .human-trade__item:nth-child(6) .human-trade__item-inner .anim {
  animation-delay: 1.7s;
}
#pay_attention.active .human-trade__item-inner {
  overflow: hidden;
}
#pay_attention.active .human-trade__item-inner .anim {
  transform: translateY(-145%);
  animation: moveIn 1s forwards;
}
@keyframes moveIn {
  to {
    transform: translateY(0);
  }
}

.rules {
  color: #fff;
}
.rules-title {
  background-color: #FF671D;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 20px auto;
  color: #FFFFFF;
}
@media (min-width: 1441px) {
  .rules-title {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .rules-title {
    font-size: 52px;
  }
}
@media (max-width: 1290px) {
  .rules-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .rules-title {
    font-size: 25px;
  }
}
.rules-wrap {
  max-width: 1220px;
  margin: 0 auto;
}
.rules-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.rules-item {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
  padding: 0 1.73611vw;
  flex: 0 0 50%;
}
@media (max-width: 1290px) {
  .rules-item {
    margin-bottom: 24px;
    padding: 0 10px;
    flex: 0 0 100%;
    align-items: flex-start;
  }
}
.rules-item img {
  display: block;
  flex: 0 0 6.16319vw;
  width: 6vw;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1290px) {
  .rules-item img {
    flex: 0 0 80px;
  }
}
.rules-item__content {
  padding-left: 1.08507vw;
}
@media (max-width: 1290px) {
  .rules-item__content {
    padding-left: 20px;
  }
}
.rules-item__content h4 {
  font-weight: 900;
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 1441px) {
  .rules-item__content h4 {
    font-size: 28px;
  }
}
@media (min-width: 1921px) {
  .rules-item__content h4 {
    font-size: 32px;
  }
}
.rules-item__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}
@media (min-width: 1441px) {
  .rules-item__content p {
    font-size: 22px;
  }
}
@media (min-width: 1921px) {
  .rules-item__content p {
    font-size: 28px;
  }
}
@media (max-width: 1290px) {
  .rules-item__content p {
    font-size: 20px;
  }
}

.safe .safe-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.safe .safe-title {
  background-color: #FF671D;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 1.99653vw;
  line-height: 2.17014vw;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  color: #FFFFFF;
}

#safety-rules .statistic-item h4 {
  text-transform: uppercase;
  font-size: 25px;
}
#safety-rules .rules-button {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
@media (max-width: 1290px) {
  #safety-rules .rules-button {
    margin: 45px 0;
  }
}

.active .rules-item-anim .rules-item__content {
  transform: translateY(-145%);
  animation: moveIn 1s forwards;
}
@media (min-width: 1921px) {
  .active .rules-item-anim .rules-item__content {
    transform: translateY(-120%);
  }
}
.active .rules-item-anim:nth-child(-n+2) .rules-item__content {
  animation-delay: 0.5s;
}
.active .rules-item-anim:nth-child(3) .rules-item__content, .active .rules-item-anim:nth-child(4) .rules-item__content {
  animation-delay: 1s;
}
.active .rules-item-anim:nth-child(5) .rules-item__content, .active .rules-item-anim:nth-child(6) .rules-item__content {
  animation-delay: 1.5s;
}

@keyframes moveIn {
  to {
    transform: translateY(0);
  }
}
.rules-item-anim {
  overflow: hidden;
}

.statistic-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
}
@media (max-width: 1290px) {
  .statistic-buttons > :nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 1290px) {
  .statistic-buttons {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .statistic-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.statistic-buttons .statistic-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1290px) {
  .statistic-buttons .statistic-cta {
    flex-direction: column;
  }
}
.statistic-buttons .statistic-cta:nth-child(1) {
  text-align: right !important;
}
@media (max-width: 1290px) {
  .statistic-buttons .statistic-cta:nth-child(1) {
    text-align: center !important;
  }
}
.statistic-buttons .statistic-cta:nth-child(2) {
  text-align: left !important;
  flex-direction: row-reverse;
}
@media (max-width: 1290px) {
  .statistic-buttons .statistic-cta:nth-child(2) {
    flex-direction: column;
    text-align: center !important;
  }
}
.statistic-buttons .statistic-cta .statistic-item {
  padding: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1 !important;
}
.statistic-buttons .statistic-cta .statistic-item__content {
  padding: 0 !important;
}
@media (max-width: 1290px) {
  .statistic-buttons .statistic-cta .statistic-item__content {
    max-width: 400px;
    margin: 0 auto 15px auto;
  }
}
.statistic-buttons .statistic-cta .statistic-item__content p {
  font-size: 0.9vw !important;
}
@media (max-width: 1290px) {
  .statistic-buttons .statistic-cta .statistic-item__content p {
    font-size: 14px !important;
  }
}
.statistic-buttons .statistic-cta .statistic-item__content a {
  position: relative;
  max-width: 340px;
  display: block;
  font-weight: 400;
  line-height: 150%;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFF;
  transition: 0.3s;
  -webkit-text-decoration-color: #FFF;
  -moz-text-decoration-color: #FFF;
}
.statistic-buttons .statistic-cta .statistic-item__content a:hover {
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
}
@media (min-width: 1921px) {
  .statistic-buttons .statistic-cta .statistic-item__content a {
    max-width: 380px;
    font-size: 16px;
  }
}

.statistic-title, #app .statistic-title {
  background-color: #FF671D;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 20px auto;
  color: #FFFFFF;
}
@media (min-width: 1441px) {
  .statistic-title, #app .statistic-title {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .statistic-title, #app .statistic-title {
    font-size: 52px;
  }
}
@media (max-width: 1290px) {
  .statistic-title, #app .statistic-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .statistic-title, #app .statistic-title {
    font-size: 25px;
  }
}

#app .statistic-item {
  margin-bottom: 2vw;
}
#app .statistic-item__content h4 {
  font-weight: 900;
  font-size: 28px;
  line-height: 120%;
}
@media (min-width: 1441px) {
  #app .statistic-item__content h4 {
    font-size: 32px;
  }
}
@media (min-width: 1921px) {
  #app .statistic-item__content h4 {
    font-size: 44px;
  }
}
@media (max-width: 1290px) {
  #app .statistic-item__content h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #app .statistic-item__content h4 {
    font-size: 20px;
  }
}
#app .statistic-item__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}
@media (min-width: 1441px) {
  #app .statistic-item__content p {
    font-size: 22px;
  }
}
@media (min-width: 1921px) {
  #app .statistic-item__content p {
    font-size: 28px;
  }
}
@media (max-width: 1290px) {
  #app .statistic-item__content p {
    font-size: 20px;
  }
}

@media (min-width: 1291px) {
  .active .statistic-item-anim .statistic-item__content {
    transform: translateY(-145%);
    animation: moveIn 1s forwards;
  }
}
@media (min-width: 1921px) {
  .active .statistic-item-anim .statistic-item__content {
    transform: translateY(-120%);
  }
}
.active .statistic-item-anim:nth-child(-n+2) .statistic-item__content {
  animation-delay: 0.5s;
}
.active .statistic-item-anim:nth-child(3) .statistic-item__content, .active .statistic-item-anim:nth-child(4) .statistic-item__content {
  animation-delay: 2s;
}
.active .statistic-item-anim:nth-child(5) .statistic-item__content, .active .statistic-item-anim:nth-child(6) .statistic-item__content {
  animation-delay: 3s;
}

@keyframes moveIn {
  to {
    transform: translateY(0);
  }
}
.statistic-item-anim {
  overflow: hidden;
}

.survey-form {
  padding-top: 7vw !important;
  padding-bottom: 80px;
}
@media (max-height: 720px) {
  .survey-form {
    padding-top: 70px !important;
  }
}
.survey-form__wrapper {
  margin: 0 auto;
  max-width: 866px;
  min-height: 615px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .survey-form__wrapper {
    min-height: 620px;
  }
}
@media (max-height: 720px) {
  .survey-form__wrapper {
    min-height: 575px;
  }
}
.survey-form__title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 18px 32px;
  background: #FF671D;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  font-family: "Oswald", sans-serif !important;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-height: 720px) {
  .survey-form__title {
    padding: 10px 32px;
  }
}
.survey-form__steps {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
@media (max-height: 720px) {
  .survey-form__steps {
    margin-top: 35px;
  }
}
.survey-form__step {
  flex: 1;
  height: 2.5px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.3s ease-in-out;
}
.survey-form__step.active {
  background: #FF671D;
}
.survey-form__step.completed {
  background: rgba(255, 255, 255, 0.8);
}
.survey-form__content {
  position: relative;
}
.survey-form__content-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.survey-form__content-inner.active {
  visibility: visible;
  opacity: 1;
}
.survey-form__content-inner.error .survey-form__error {
  display: block;
  margin-top: 8px;
  color: #f72c2c;
}
.survey-form__error {
  display: none;
}
.survey-form__name {
  margin-top: 40px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
@media (max-height: 720px) {
  .survey-form__name {
    margin-top: 35px;
  }
}
.survey-form__descr {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.survey-form__arrow {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.survey-form__dropdown {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #EFF0F8;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(19, 18, 69, 0.07);
}
.survey-form__dropdown.active .survey-form__arrow {
  transform: rotate(180deg);
}
.survey-form__dropdown.disable {
  margin-top: 15px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.survey-form__dropdown.disable .survey-form__dropdown-item {
  margin-top: 10px;
  color: #FFF;
  border-top: 0;
}
.survey-form__dropdown.disable .survey-form__dropdown-item input[type=radio]:checked + label:before {
  width: 10px;
  height: 10px;
  border: 6px solid #FFF;
  background: #47539B;
}
.survey-form__dropdown-selected {
  padding-right: 35px;
  position: relative;
  color: #190F4D;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
  cursor: pointer;
}
.survey-form__dropdown-item {
  display: flex;
  margin-top: 19px;
  padding-top: 23px;
  color: #190F4D;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid rgba(210, 210, 210, 0.6);
  cursor: pointer;
}
.survey-form__dropdown-item input[type=radio] {
  display: none;
}
.survey-form__dropdown-item input[type=radio] + label {
  position: relative;
  line-height: 145%;
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.survey-form__dropdown-item input[type=radio] + label:before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  background: #FFF;
  border: 1px solid #D9DBEB;
  cursor: pointer;
}
.survey-form__dropdown-item input[type=radio]:checked + label:before {
  width: 10px;
  height: 10px;
  border: 6px solid #47539B;
  background: #FFF;
}
.survey-form__dropdown-item--region {
  color: #6F6C92;
  line-height: 150%;
}
.survey-form__dropdown--list {
  padding: 0;
  max-width: 321px;
  max-height: 330px;
}
.survey-form__dropdown--list.active {
  padding-right: 3px;
  padding-bottom: 7px;
}
.survey-form__dropdown--list.active .survey-form__dropdown-divider {
  border-top: 0.5px solid rgba(210, 210, 210, 0.6);
}
.survey-form__dropdown--list .survey-form__dropdown-selected {
  padding: 14px 20px 14px;
}
.survey-form__dropdown--list .survey-form__dropdown-content {
  max-height: 250px;
  height: 100%;
  overflow-y: auto;
}
.survey-form__dropdown--list .survey-form__dropdown-content::-webkit-scrollbar {
  max-height: 90%;
  height: 3px;
  width: 5px;
}
.survey-form__dropdown--list .survey-form__dropdown-content::-webkit-scrollbar-thumb {
  background: #FF671D;
  border-radius: 10px;
}
@media (max-height: 720px) {
  .survey-form__dropdown--list .survey-form__dropdown-content {
    max-height: 200px;
  }
}
.survey-form__dropdown--list .survey-form__dropdown-item {
  margin: 10px 0;
  padding: 10px 20px;
  border: none;
}
.survey-form__dropdown--list .survey-form__dropdown-item:hover {
  font-weight: 700;
  color: #4453A0;
  background: rgba(68, 83, 160, 0.05);
}
.survey-form__dropdown--list .survey-form__arrow {
  top: 16px;
  right: 10px;
}
.survey-form__textarea {
  margin-top: 24px;
  border: 1px solid #EFF0F8;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(19, 18, 69, 0.07);
  resize: none;
  max-height: 277px;
  min-height: 277px;
  width: 100%;
  padding: 23px 84px 23px 24px;
  color: #190F4D;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.survey-form__textarea::-moz-placeholder {
  color: rgba(25, 15, 77, 0.37);
  font-size: 18px;
  line-height: 150%;
}
.survey-form__textarea::placeholder {
  color: rgba(25, 15, 77, 0.37);
  font-size: 18px;
  line-height: 150%;
}
@media (max-height: 720px) {
  .survey-form__textarea {
    max-height: 235px;
    min-height: 235px;
  }
}
.survey-form__full-name {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
@media (max-height: 720px) {
  .survey-form__full-name {
    margin-top: 15px;
  }
}
.survey-form__field {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.survey-form__field.error .survey-form__error {
  display: block;
  margin-top: 8px;
  color: #f72c2c;
}
.survey-form__field label {
  font-family: "DM Sans", sans-serif !important;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.survey-form__field input {
  margin-top: 18px;
  padding: 15px 24px;
  border: 1px solid #EFF0F8;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(19, 18, 69, 0.07);
  font-size: 18px;
  color: #190F4D;
}
.survey-form__field input::-moz-placeholder {
  color: rgba(25, 15, 77, 0.37);
}
.survey-form__field input::placeholder {
  color: rgba(25, 15, 77, 0.37);
}
.survey-form__contact {
  margin-top: 25px;
  width: 100%;
}
@media (max-height: 720px) {
  .survey-form__contact {
    margin-top: 15px;
  }
}
.survey-form__checkbox {
  margin-top: 24px;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.survey-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.survey-form__checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 3px solid #FFF;
}
.survey-form__checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
.survey-form__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.survey-form__checkbox input:checked ~ .checkmark:after {
  display: block;
}
.survey-form__checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #FFF;
  border: none;
}
.survey-form__btns {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.survey-form__btn {
  padding: 19px 40px 21px 40px;
  border-radius: 40px;
  transition: background-color 0.2s ease-in-out;
}
.survey-form__btn--prev {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media (hover: hover) {
  .survey-form__btn--prev:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.survey-form__btn--next {
  margin-left: auto;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  color: #4453A0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media (hover: hover) {
  .survey-form__btn--next:hover {
    border-color: transparent;
    background-color: #cccccc;
  }
}
.survey-form__btn--next span:first-of-type {
  display: inline;
}
.survey-form__btn--next span:last-of-type {
  display: none;
}
.survey-form__btn--next.send-form-btn {
  opacity: 0.6;
  pointer-events: none;
}
.survey-form__btn--next.send-form-btn.active {
  opacity: 1;
  pointer-events: auto;
}
.survey-form__btn--next.send-form-btn span:first-of-type {
  display: none;
}
.survey-form__btn--next.send-form-btn span:last-of-type {
  display: inline;
}
.survey-form__btn--repeat {
  margin-top: 40px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.survey-form__btn--repeat:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.survey-form__success {
  display: none;
  flex-direction: column;
  align-items: center;
}
.survey-form__success.active {
  display: flex;
}
.survey-form__success .survey-form__name {
  margin-top: 18px;
  text-align: center;
}
.survey-form__success .survey-form__descr {
  max-width: 465px;
  text-align: center;
  line-height: 166%;
}
.survey-form__icon {
  margin-top: 90px;
}
@media (max-width: 650px) {
  .survey-form__wrapper {
    min-height: auto;
  }
  .survey-form__title {
    font-size: 24px;
    line-height: 150%;
  }
  .survey-form__name {
    font-size: 20px;
    line-height: 150%;
  }
  .survey-form__content-inner {
    position: static;
    display: none;
  }
  .survey-form__content-inner.active {
    display: block;
    min-height: 390px;
  }
  .survey-form__descr {
    margin-top: 8px;
  }
  .survey-form__dropdown {
    padding: 9px 20px;
  }
  .survey-form__dropdown-selected {
    font-size: 16px;
  }
  .survey-form__dropdown-item {
    margin-top: 13px;
    padding-top: 13px;
    font-size: 16px;
  }
  .survey-form__full-name {
    flex-direction: column;
  }
  .survey-form__field {
    width: 100%;
  }
  .survey-form__icon {
    margin-top: 25px;
  }
  .survey-form__btns {
    margin-top: 35px;
  }
  .survey-form__btn {
    padding: 15px 25px 15px 25px;
  }
}

.video-history {
  overflow: hidden;
}
.video-history * {
  font-family: "Lato", sans-serif !important;
}
@media (max-width: 1290px) {
  .video-history {
    height: 700px;
  }
}
.video-history__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1290px) {
  .video-history__wrapper {
    flex-direction: column;
  }
}
.video-history__content, .video-history__video {
  width: 100%;
}
.video-history__content {
  max-width: 700px;
  width: 100%;
  background: #47539B;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 100px;
}
@media (max-width: 1290px) {
  .video-history__content {
    padding: 80px 40px;
    max-width: 100%;
    align-items: center;
  }
}
.video-history__content::after {
  content: "";
  width: 137px;
  height: 1011px;
  background-image: url(/themes/single_front_page/mom/dist/img/torn-paper.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -85px;
  z-index: 2;
  min-height: 100vh;
}
@media (max-width: 1290px) {
  .video-history__content::after {
    display: none;
  }
}
.video-history__title {
  color: #FF671D;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: "Oswald", sans-serif !important;
}
@media (max-width: 1290px) {
  .video-history__title {
    font-size: 42px;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .video-history__title {
    font-size: 35px;
  }
}
.video-history__text {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 28px;
}
@media (max-width: 1290px) {
  .video-history__text {
    font-size: 20px;
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .video-history__text {
    font-size: 18px;
  }
}
.video-history__dynamic-text {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  font-family: Oswald, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 1290px) {
  .video-history__dynamic-text {
    font-size: 26px;
    max-width: 600px;
    width: 100%;
  }
}
.video-history__dynamic-text span {
  color: #FF671D;
  font-family: Oswald, sans-serif !important;
}
@media (max-width: 1290px) {
  .video-history__dynamic-text .typewriter {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 0;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 3px;
  }
  .video-history__dynamic-text .typewriter-eng {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 0;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 3.7px;
  }
  .video-history__dynamic-text .animated.typewriter {
    animation: typewriter 2s steps(6) 0s infinite normal both;
  }
  .video-history__dynamic-text .animated.typewriter-eng {
    animation: typewriterEng 2s steps(9) 0s infinite normal both;
  }
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}
@keyframes typewriterEng {
  from {
    width: 0;
  }
  to {
    width: 140px;
  }
}
.video-history__video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.video-history__video-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-history__play-button {
  width: 84px;
  height: 84px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: pulse 3s ease infinite;
}
.video-history__play-button:hover {
  transform: scale(1.1);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  0% {
    transform: scale(1);
  }
}

@media (max-width: 1290px) {
  #slide1 {
    background-image: url(/themes/single_front_page/mom/dist/img/about-image-mobile.jpg) !important;
  }
}

@media (max-width: 1290px) {
  #about {
    display: flex;
    flex-direction: column-reverse;
  }
}

.history_image_slider {
  height: 100%;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}
.history_image_slider .swiper {
  max-width: 100%;
  height: 100%;
}
.history_image_slider .swiper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 106px;
  opacity: 0.4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}
.history_image_slider .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 97px;
  height: 100%;
  background: url(/themes/single_front_page/mom/ddk-assets/img/about-slider/paper-line.png) center center no-repeat;
  background-size: cover;
  filter: drop-shadow(13px 5px 61px rgba(0, 0, 0, 0.2));
  pointer-events: none;
  z-index: 2;
}
.history_image_slider .swiper-slide {
  max-width: 100%;
  min-width: auto;
}
.history_image_slider .swiper-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.history_image_slider .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  left: -20px;
  bottom: 34px;
}
.history_image_slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFF;
  opacity: 1;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}
.history_image_slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}
.history_image_slider .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 108%;
  z-index: 1;
  border-radius: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.history_image_slider .swiper-button:hover {
  opacity: 1;
  background-color: transparent;
}
.history_image_slider .swiper-button:active {
  opacity: 0;
}
.history_image_slider .swiper-button-prev {
  left: 0;
  background: url(/themes/single_front_page/mom/ddk-assets/img/about-slider/arrow-prev.png) center center no-repeat;
  background-size: 100% 100%;
}
.history_image_slider .swiper-button-prev:hover {
  background-color: transparent;
}
.history_image_slider .swiper-button-prev::after {
  content: none;
}
.history_image_slider .swiper-button-next {
  right: 12px;
  background: url(/themes/single_front_page/mom/ddk-assets/img/about-slider/arrow-next.png) center center no-repeat;
  background-size: 100% 100%;
}
.history_image_slider .swiper-button-next:hover {
  background-color: transparent;
}
.history_image_slider .swiper-button-next::after {
  content: none;
}
@media (min-width: 1700px) {
  .history_image_slider .swiper-button-next {
    background: url(/themes/single_front_page/mom/ddk-assets/img/about-slider/arrow-next.png) no-repeat;
    background-position-x: 25px;
    background-size: 100% 100%;
  }
}
@media (max-width: 1290px) {
  .history_image_slider .swiper::before {
    bottom: 20px;
    height: 150px;
  }
  .history_image_slider .swiper::after {
    top: 13%;
    left: 45%;
    width: 100px;
    height: 1024px;
    transform: rotate(90deg) translateX(-50%);
  }
  .history_image_slider .swiper-pagination-bullets.history_image_slider-pagination {
    bottom: 85px;
  }
  .history_image_slider .swiper-button {
    display: none;
  }
}
@media (max-width: 768px) {
  .history_image_slider .swiper::before {
    bottom: 15px;
  }
  .history_image_slider .swiper::after {
    top: 4%;
  }
  .history_image_slider .swiper-button {
    display: none;
  }
}
@media (max-width: 576px) {
  .history_image_slider .swiper::before {
    bottom: 10px;
  }
  .history_image_slider .swiper::after {
    top: 34%;
    width: 52px;
    height: 576px;
  }
  .history_image_slider .swiper-pagination-bullets.history_image_slider-pagination {
    bottom: 55px;
  }
}
@media (max-width: 1290px) {
  .history_image_slider {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 560px;
  }
  .history_image_slider .swiper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .history_image_slider .swiper-slide {
    max-width: 100%;
    min-width: auto;
    display: flex;
    justify-content: center;
  }
  .history_image_slider .swiper-slide img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .history_image_slider .swiper-pagination-bullets {
    left: 0;
    bottom: 55px;
  }
  .history_image_slider__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .history_image_slider .label {
    display: none;
  }
  .history_image_slider .slide {
    position: relative;
    top: 0;
    left: 0;
  }
  .history_image_slider .slide_one, .history_image_slider .slide_two {
    width: 303px;
    height: 303px;
  }
  .history_image_slider .slide_three, .history_image_slider .slide_four, .history_image_slider .slide_five {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .history_image_slider {
    height: 500px;
  }
  .history_image_slider .slide_one, .history_image_slider .slide_two, .history_image_slider .slide_three, .history_image_slider .slide_four, .history_image_slider .slide_five {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 576px) {
  .history_image_slider {
    height: 420px;
  }
}
@media (max-width: 435px) {
  .history_image_slider .slide_one, .history_image_slider .slide_two, .history_image_slider .slide_three, .history_image_slider .slide_four, .history_image_slider .slide_five {
    width: 130px;
    height: 130px;
  }
}

.history_slider .slide {
  background-color: #47539B;
}
.history_slider .slide .title {
  background-color: #FF671D;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media (min-width: 1441px) {
  .history_slider .slide .title {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .history_slider .slide .title {
    font-size: 52px;
  }
}
@media (max-width: 1290px) {
  .history_slider .slide .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .history_slider .slide .title {
    font-size: 25px;
  }
}
.history_slider .history p {
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 1441px) {
  .history_slider .history p {
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .history_slider .history p {
    font-size: 22px;
  }
}
@media (max-width: 1290px) {
  .history_slider .history p {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .history_slider .slide {
    max-width: 800px !important;
  }
  .history_slider .history {
    max-width: 600px !important;
  }
}
@media (min-width: 1200px) {
  .history_slider {
    padding-left: 80px;
  }
  .history_slider .slide {
    left: 10%;
    right: auto;
  }
}
@media (max-width: 1290px) {
  .history_slider {
    height: 100% !important;
  }
  .history_slider .slide {
    position: static;
  }
}
@media (max-width: 768px) {
  .history_slider .slide {
    padding: 104px 16px 48px;
  }
  .history_slider .slide .history p {
    padding: 0;
    font-size: 16px;
  }
}

@media (max-width: 1290px) {
  .history_text_slider {
    display: none;
  }
}

.modal_video {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.videos-tabs {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.videos-tabs__caption {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 160%;
  border-bottom: 2px solid #FF671D;
  background-color: rgba(255, 103, 29, 0);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.videos-tabs__caption:hover {
  background-color: rgba(255, 103, 29, 0.7);
}
.videos-tabs__caption.active {
  background-color: rgb(255, 103, 29);
  background-size: 120% 120%;
}
.videos-tabs__caption .year {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .videos-tabs__caption {
    font-size: 18px;
  }
  .videos-tabs__caption .year {
    font-size: 15px;
  }
}
@media (max-width: 1290px) {
  .videos-tabs__caption {
    margin: 0 auto;
    padding: 12px 0;
  }
  .videos-tabs__caption.active {
    display: none;
  }
}
.videos-tabs__title {
  display: none;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 160%;
  background-color: rgb(255, 103, 29);
}
.videos-tabs__title .year {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1290px) {
  .videos-tabs__title {
    display: block;
  }
}
@media (max-width: 768px) {
  .videos-tabs__title {
    width: 100%;
    padding: 12px 10px;
    font-weight: 700;
  }
}
.videos__content {
  margin-top: 80px;
  position: relative;
  display: none;
  max-width: 100%;
  height: 300px;
}
.videos__content.videos__content-wrapper {
  display: none;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1290px) {
  .videos__content.videos__content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.videos__content.active {
  display: block;
}
.videos__content.videos__content-wrapper.active {
  display: flex;
}
.videos__content-item {
  position: relative;
  max-width: 536px;
  width: 100%;
  height: 300px;
  cursor: pointer;
}
.videos__content-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  background: url(/themes/single_front_page/mom/ddk-assets/img/video-history/play.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.videos__content-item-label {
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}
.videos__content-item.watched .videos__content-item-label {
  display: block;
}
.videos__content-item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1290px) {
  .videos__content-item {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .videos__content-item {
    height: 205px;
  }
}
.videos__content .swiper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1328px;
  width: 100%;
  overflow: visible;
}
.videos__content .swiper-slide {
  position: relative;
  width: 320px !important;
  height: 300px;
  transition: width 0.3s ease-in-out;
  cursor: pointer;
}
.videos__content .swiper-slide::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url(/themes/single_front_page/mom/ddk-assets/img/video-history/play.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}
.videos__content .swiper-slide:hover {
  width: 536px !important;
}
.videos__content .swiper-slide:hover::before {
  width: 88px;
  height: 88px;
  background-size: 100% 120%;
}
.videos__content .swiper-slide__label {
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}
.videos__content .swiper-slide.watched .swiper-slide__label {
  display: block;
}
.videos__content .swiper-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos__content .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -65px;
}
.videos__content .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #FFF;
  opacity: 1;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}
.videos__content .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #FFF;
}
.videos__content .swiper-button-prev {
  top: 120%;
  left: 35%;
}
.videos__content .swiper-button-prev::after {
  font-size: 18px;
  color: #FFF;
}
.videos__content .swiper-button-next {
  top: 120%;
  right: 35%;
}
.videos__content .swiper-button-next::after {
  font-size: 18px;
  color: #FFF;
}
@media (min-width: 2300px) {
  .videos__content .swiper {
    max-width: 100%;
  }
  .videos__content .swiper-wrapper {
    justify-content: center;
    gap: 16px;
  }
  .videos__content .swiper-button {
    display: none;
  }
}
@media (max-width: 1290px) {
  .videos__content .swiper {
    position: static;
    transform: none;
  }
  .videos__content .swiper-wrapper {
    max-width: 658px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .videos__content .swiper-slide:hover {
    width: 320px !important;
  }
  .videos__content .swiper-slide:hover::before {
    width: 64px !important;
    height: 64px !important;
  }
}
@media (max-width: 768px) {
  .videos__content .swiper-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(320px, 650px);
  }
  .videos__content .swiper-slide {
    width: 100% !important;
    height: 260px;
  }
  .videos__content .swiper-slide:hover {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .videos__content .swiper-slide {
    height: 205px;
  }
  .videos__content .swiper-slide::before {
    top: 30%;
  }
}
.videos__content .text-info {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.videos__content .text-info .title {
  font-size: 11px;
  letter-spacing: 0.66px;
}
.videos__content .text-info .name {
  margin-top: 8px;
  font-size: 24px;
  letter-spacing: 1.44px;
}
.videos__content .text-info .age {
  margin-top: 6px;
  font-size: 14px;
}
@media (min-width: 1755px) {
  .videos__content {
    margin: 80px auto 0;
    max-width: 1660px;
    width: 100%;
  }
}
@media (min-width: 2300px) {
  .videos__content {
    max-width: 2200px;
  }
}
@media (max-width: 1290px) {
  .videos__content {
    margin-top: 0;
    height: auto;
  }
  .videos__content .swiper-button {
    display: none !important;
  }
}
@media (max-width: 1290px) {
  .videos {
    padding-bottom: 80px;
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 48px;
  }
  .videos-tabs {
    flex-direction: column;
    gap: 32px;
  }
}

.videos-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  background-color: #FF671D;
  padding: 14px 24px;
  max-width: 335px;
  width: 100%;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 25px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1441px) {
  .videos-title {
    padding: 20px 24px;
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .videos-title {
    padding: 32px 24px;
    max-width: 430px;
    font-size: 52px;
  }
}
@media (max-width: 1290px) {
  .videos-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .videos-title {
    font-size: 25px;
  }
}

.resource__header {
  background-color: #FF671D;
  color: #ffffff;
  padding: 15px;
  max-width: 600px;
  font-size: 32px;
}
@media (min-width: 1441px) {
  .resource__header {
    font-size: 38px;
    max-width: 700px;
  }
}
@media (min-width: 1921px) {
  .resource__header {
    font-size: 52px;
    max-width: 930px;
  }
}
@media (max-width: 1024px) {
  .resource__header {
    font-size: 28px;
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .resource__header {
    font-size: 25px;
  }
}
.resource__wrapper {
  display: flex;
  gap: 45px;
  margin-top: 54px;
  justify-content: center;
}
@media (max-width: 1280px) {
  .resource__wrapper {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
  }
}
.resource__item {
  max-width: 510px;
  width: 100%;
}
.resource__item .title {
  text-align: center;
  height: 55.5px;
}
@media (max-width: 390px) {
  .resource__item .title {
    margin: 0 auto;
    max-width: 320px;
  }
  .resource__item .title svg {
    width: 100%;
    height: 100%;
  }
}
.resource__item .video {
  position: relative;
  margin-top: 17px;
  width: 100%;
  border-radius: 2px;
}
.resource__item .video:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.75);
  z-index: 5;
  border-radius: 2px;
}
.resource__item .video .info {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  z-index: 15;
}
@media (max-width: 390px) {
  .resource__item .video {
    font-size: 16px;
  }
}
.resource__item .video video {
  width: 100%;
  height: 100%;
  filter: brightness(40%);
}
.resource__item .bg {
  margin-top: 17px;
  position: relative;
  width: 100%;
  height: 320px;
  cursor: pointer;
  border-radius: 2px;
}
.resource__item .bg img {
  height: 100% !important;
}
@media (max-width: 540px) {
  .resource__item .bg {
    height: auto;
  }
}
.resource__item .bg .link-start {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 207px;
  height: 60px;
  border: none;
  background: transparent;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.resource__item .bg .link-start::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 70px;
  background: rgba(46, 106, 179, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -2;
}
.resource__item .bg .link-start::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  background: #38618C;
  z-index: -1;
}
@media (max-width: 375px) {
  .resource__item .bg .link-start {
    width: 160px;
    height: 45px;
    font-size: 12px;
  }
}
.resource__item .bg.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.75);
  z-index: 5;
  border-radius: 2px;
}
.resource__item .bg.active.show-btn .link-start {
  opacity: 1;
  visibility: visible;
}
.resource__item .bg .preview {
  width: 100%;
  opacity: 0;
  border-radius: 2px;
}
.resource__item .bg .preview.active {
  opacity: 1;
}
.resource__item .bg .resourse_image {
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.resource__item .bg .resourse_image._first-hide {
  display: none;
}
@media (max-width: 1800px) {
  .resource__item {
    width: initial;
  }
  .resource__item .bg {
    width: 450px;
    height: 285px;
  }
}
@media (max-width: 1600px) {
  .resource__item .bg {
    width: 400px;
    height: 260px;
  }
}
@media (max-width: 1440px) {
  .resource__item .bg {
    width: 356px;
    height: 220px;
  }
}
.resource__item__bottom {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
}
.resource__item__type {
  color: #FFF;
  font-size: calc(1em + 0.1vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.resource__item__count {
  color: rgba(255, 255, 255, 0.4);
  font-size: calc(1em + 0.1vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 540px) {
  .resource__item__bottom {
    flex-direction: column;
    gap: 10px;
  }
}

.resource__item .video.bg .link-start--lightblue::after,
.resource__slide .video.bg .link-start--lightblue::after {
  background: #51A7AC;
}
.resource__item .video.bg .link-start--lightblue::before,
.resource__slide .video.bg .link-start--lightblue::before {
  background: #51A7AC;
  opacity: 0.4;
}
.resource__item .video.bg .link-start--active,
.resource__slide .video.bg .link-start--active {
  opacity: 1 !important;
  visibility: visible !important;
}

.lang-switcher {
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lang-switcher {
    order: 2;
    margin-left: 0;
    margin-right: auto;
  }
}
.lang-switcher a {
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.5;
  text-decoration: none;
  position: relative;
  display: block;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .lang-switcher a {
    font-size: 13px;
  }
}
.lang-switcher a.active {
  font-weight: 400;
  opacity: 1;
}
.lang-switcher a:first-child {
  margin-right: 17px;
}
.lang-switcher a:first-child::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 1px;
  height: 10px;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}

#app .menu ul {
  max-width: 100%;
}
#app .menu ul li a {
  transition: all 0.3s ease;
}
#app .menu ul li a:hover {
  color: #FF671D !important;
}
#app .menu ul li.active a {
  color: #FF671D !important;
}

@media (max-width: 768px) {
  #app .header-contact {
    order: 3;
  }
  #app .header-contact > span:first-child {
    display: none;
  }
}

.menu.active {
  z-index: 2;
}

#app .menu .lang-switcher {
  display: none;
  position: absolute;
  right: 40px;
  top: 20px;
}
@media (max-width: 1024px) {
  #app .menu .lang-switcher {
    display: flex;
  }
}
@media (max-width: 1024px) {
  #app .menu {
    padding-right: 0;
  }
}

body .section {
  background-color: #47539B;
}
/*# sourceMappingURL=main.css.map*/