@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg)
  }

  100% {
    transform: translate3d(-50%, -50%, 0) rotate(359deg)
  }
}

@keyframes scroll {
  0% {
    opacity: 0
  }

  10% {
    transform: translateY(0);
    opacity: 1
  }

  100% {
    transform: translateY(10px);
    opacity: 0
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box
}

.glide * {
  box-sizing: inherit
}

.glide__track {
  overflow: hidden
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}

.glide__slides--dragging {
  user-select: none
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none
}

.glide--rtl {
  direction: rtl
}

body {
  cursor: default;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 28px;
  font-family: red hat text, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%
}

body.show-menu {
  overflow: hidden
}

body.show-video, body.overflow {
  touch-action: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
  overflow: hidden
}

.footer-fix {
  height: 100%;
  display: flex;
  flex-direction: column
}

.content {
  flex: 1 0 auto
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

.container {
  display: block;
  width: 100%;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto
}

@media(min-width:768px) {
  .container {
    max-width: 760px
  }
}

@media(min-width:992px) {
  .container {
    max-width: 990px
  }
}

@media(min-width:1220px) {
  .container {
    max-width: 1210px
  }
}

.main {
  display: block;
  height: 100vh;
  min-height: 340px;
  position: relative;
  z-index: 10;
  overflow: hidden
}

@media(min-width:768px) {
  .main {
    min-height: auto
  }
}

.main .container {
  position: relative;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.main .carousel-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin: 0
}

.main .carousel-buttons .carousel-btn {
  display: block;
  border: 0;
  background-color: transparent;
  width: 15px;
  height: 26px;
  opacity: .3;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(af436660d908a52e7f11.svg) center center no-repeat;
  background-size: cover
}

.main .carousel-buttons .carousel-btn:hover {
  opacity: 1
}

.main .carousel-buttons .carousel-btn.prev {
  margin-right: 55px
}

.main .carousel-buttons .carousel-btn.next {
  transform: rotate(180deg)
}

.main .facts .glide__track {
  overflow: visible
}

.main .facts .glide__slides {
  transform: none !important;
  width: 100% !important;
  height: 310px
}

@media screen and (min-height:500px)and (min-width:768px) {
  .main .facts .glide__slides {
    height: 300px
  }
}

@media screen and (max-height:480px) {
  .main .facts .glide__slides {
    height: 150px
  }
}

.main .facts .glide__slide {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 10%;
  height: auto;
  transition: all .35s ease-out
}

@media screen and (max-height:480px) {
  .main .facts .glide__slide {
    top: 10%
  }
}

.main .facts .glide__slide.glide__slide--active, .main .facts .glide__slide.slide-in {
  opacity: 1;
  transform: translateX(0)
}

.main .facts .glide__slide.fade-out {
  opacity: 0
}

.main .facts .glide__slide.slide-out {
  opacity: 0;
  transform: translateX(10%)
}

.main .facts_item h1 {
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -.66px;
  margin: 0;
  color: #fff
}

@media screen and (min-height:500px)and (min-width:768px) {
  .main .facts_item h1 {
    font-size: 42px;
    line-height: 56px
  }
}

.main .facts_item h1 span {
  color: #8cd734
}

.main .social {
  display: none
}

@media(min-width:768px) {
  .main .social {
    display: block;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%)
  }
}

.main .social:after {
  content: "";
  width: 1px;
  height: 120px;
  border-left: solid 1px #979797;
  box-sizing: border-box;
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: auto
}

.main .social a {
  display: block;
  width: 20px;
  margin-bottom: 30px;
  transition: .3s;
  color: #fff;
  text-decoration: none
}

.main .social a:last-child {
  margin: 0
}

.main .social a:hover {
  color: #71bf18
}

.main .social a svg {
  display: block;
  width: 20px
}

.main .mouse-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25px;
  background-color: #8cd734;
  border-radius: 50%;
  z-index: 15;
  cursor: pointer;
  display: block;
  transition: bottom .3s
}

@media(min-width:768px) {
  .main .mouse-btn {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

@media screen and (min-height:500px)and (min-width:992px) {
  .cookie-visible .main .mouse-btn {
    bottom: 150px
  }
}

.main .mouse-btn .mouse-border {
  display: none
}

@media(min-width:768px) {
  .main .mouse-btn .mouse-border {
    display: block;
    width: 20px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box
  }
}

.main .mouse-btn .mouse-border:before {
  content: "";
  width: 2px;
  height: 5px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -1px;
  animation: scroll 1.2s infinite cubic-bezier(.15, .41, .69, .94)
}

.main .mouse-btn .mouse-mobile {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}

@media(min-width:768px) {
  .main .mouse-btn .mouse-mobile {
    display: none
  }
}

.main .mouse-btn .mouse-mobile svg {
  position: relative;
  width: 16px;
  height: 19px
}

.main:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .65);
  z-index: 3
}

.main_video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: .5s;
  z-index: 2;
  overflow: hidden
}

.main_video iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%
}

.main_video.active {
  opacity: 1
}

.main_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1
}

.main_background img, .main_background picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.games {
  position: relative;
  z-index: 10;
  padding: 80px 0 30px;
  background-color: #fff
}

@media(min-width:768px) {
  .games {
    padding: 80px 0 100px
  }
}

@media(min-width:992px) {
  .games {
    padding: 80px 0 50px
  }
}

.games_items {
  display: block;
  margin: 0
}

@media(min-width:768px) {
  .games_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 20px
  }
}

@media(min-width:992px) {
  .games_items {
    grid-gap: 36px 20px
  }
}

.game {
  margin: 0 0 55px;
  position: relative;
  padding-bottom: 60px
}

@media(min-width:768px) {
  .game {
    margin: 0
  }
}

.game>a {
  text-decoration: none
}

.game_name {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin: 0;
  font-family: red hat display, sans-serif
}

.game_category {
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px;
  color: #000
}

.game_text {
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
  color: #575757
}

.game_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.game_buttons>a {
  display: block;
  width: 125px;
  height: 37px;
  margin: 0 5px
}

@media(min-width:768px) {
  .game_buttons>a {
    margin: 0 10px
  }
}

.game_buttons>a img {
  display: block;
  width: 100%;
  height: 100%
}

.game_image {
  position: relative;
  margin: 0 0 52px
}

.news {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  background-color: #fff
}

.news_single {
  max-width: 780px;
  overflow: hidden;
  margin: 0 auto 60px
}

.news_single .article-photo-caption {
  max-width: 580px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -.2px;
  color: #adaeb0;
  text-align: center;
  margin: -20px auto 20px
}

.news_single .article-photo, .news_single .article-video {
  display: block;
  max-width: 100%;
  margin: 0 auto 40px
}

.news_single .article-photo .video-popup-link, .news_single .article-video .video-popup-link {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer
}

.news_single .article-photo .video-popup-link:hover .play-ico, .news_single .article-video .video-popup-link:hover .play-ico {
  background-color: rgba(255, 255, 255, .5)
}

.news_single .article-photo .video-popup-link .play-ico, .news_single .article-video .video-popup-link .play-ico {
  display: block;
  background-color: rgba(255, 255, 255, .23);
  transition: .3s
}

.news_single .article-photo img, .news_single .article-photo picture, .news_single .article-video img, .news_single .article-video picture {
  display: block;
  width: 100%;
  aspect-ratio: 1.777
}

.news_single p {
  font-size: 16px;
  line-height: 1.88;
  margin: 0 0 30px;
  color: #000
}

.news_single a {
  text-decoration: underline;
  color: #5fb200;
  transition: .2s
}

.news_single a:hover {
  text-decoration: none
}

.news_single_title {
  font-size: 30px;
  color: #000;
  line-height: 1.47;
  font-weight: 500;
  text-align: center;
  margin: 30px 0 0
}

.news_single_date {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.24px;
  color: #adaeb0;
  margin: 20px 0 30px
}

@media(min-width:768px) {
  .news_single_date {
    margin: 30px 0
  }
}

.news.page {
  position: static;
  padding: 100px 0 70px
}

@media(min-width:576px) {
  .news.page {
    padding: 100px 0 55px
  }
}

@media(min-width:768px) {
  .news.page {
    padding: 110px 0 55px
  }
}

.news.page h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.51px;
  color: #000;
  margin: 20px 0 0;
  display: block;
  font-family: red hat display, sans-serif
}

@media(min-width:576px) {
  .news.page h1 {
    margin: 30px 0 0
  }
}

.news.page .news_items {
  margin-top: 30px
}

@media(min-width:576px) {
  .news.page .news_items {
    margin-top: 40px
  }
}

.news.page .news_item {
  margin-bottom: 40px
}

@media(min-width:576px) {
  .news.page .news_item {
    margin-bottom: 60px
  }
}

.news_items {
  display: block;
  margin: 0
}

@media(min-width:768px) {
  .news_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin: 0 0 40px
  }
}

.news_button {
  display: flex;
  justify-content: center
}

.news_item {
  text-decoration: none;
  display: block;
  margin-bottom: 40px
}

.news_item:hover .news_item_title {
  text-decoration: underline
}

@media(min-width:768px) {
  .news_item {
    margin-bottom: 0
  }
}

.news_item_image {
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden
}

.news_item_image img {
  display: block;
  max-width: 100%;
  aspect-ratio: 1.777
}

.news_item_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.53;
  color: #000;
  margin: 0 0 20px;
  font-family: red hat display, sans-serif
}

.news_item_date {
  font-size: 14px;
  font-weight: 500;
  color: #adaeb0;
  margin: 0 0 20px;
  line-height: 1;
  letter-spacing: -.24px
}

.news_item_text {
  font-size: 15px;
  line-height: 1.87;
  color: #575757;
  margin: 0 0 14px
}

.background {
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background-color: transparent
}

@media(min-width:768px) {
  .background {
    min-height: 600px;
    padding: 100px 0
  }
}

.background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .67)
}

.background>* {
  position: relative;
  z-index: 5
}

.background_image picture, .background_image img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  object-fit: cover;
  left: 0;
  bottom: 0
}

.background_title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 25px;
  font-family: red hat display, sans-serif
}

@media(min-width:768px) {
  .background_title {
    font-size: 30px
  }
}

.background_text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.27px;
  max-width: 840px;
  margin: 0 auto
}

.background_text p {
  margin: 0 0 25px
}

@media(min-width:768px) {
  .background_text p {
    margin: 0 0 40px
  }
}

.background_text p:last-child {
  margin-bottom: 0
}

.background_button {
  display: flex;
  justify-content: center;
  margin-top: 40px
}

.background_linkedin {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

@media(min-width:992px) {
  .background_linkedin {
    margin: 0
  }
}

.background_linkedin a {
  display: block;
  text-decoration: none;
  width: 18px;
  height: 18px
}

@media(min-width:992px) {
  .background_linkedin a {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 120px;
    margin: auto
  }

  .background_linkedin a:after {
    content: "";
    width: 1px;
    height: 120px;
    border-left: solid 1px #979797;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 9px
  }
}

.background_linkedin a svg {
  display: block;
  width: 100%;
  height: 100%
}

.background_linkedin a svg path {
  fill: #fff;
  transition: .3s
}

.background_linkedin a:hover svg path {
  fill: #8cd734
}

.contacts {
  position: relative;
  z-index: 10;
  padding: 80px 0 90px;
  background-color: #f0f2f7
}

.contacts_desc {
  font-size: 16px;
  text-align: center;
  line-height: 1.88;
  margin: 0 auto 40px;
  max-width: 490px
}

.contacts_body {
  display: block;
  margin: 0
}

.contacts_subtitle {
  line-height: 1.88;
  font-size: 16px;
  color: #000;
  margin: 0 0 40px;
  text-align: center
}

.contacts_item {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  transform: translateZ(0)
}

@media(min-width:768px) {
  .contacts_item {
    display: flex;
    justify-content: flex-start;
    align-items: center
  }
}

.glide__slide--active .contacts_item .contacts_item_description p, .glide__slide--active .contacts_item .contacts_item_title {
  user-select: text
}

.contacts_item_video {
  display: block;
  width: 100%;
  margin: 0 0 20px
}

@media(min-width:768px) {
  .contacts_item_video {
    margin: 0 24px 0 0;
    max-width: 330px
  }
}

@media(min-width:992px) {
  .contacts_item_video {
    margin: 0 90px 0 0;
    max-width: 430px
  }
}

@media(min-width:1220px) {
  .contacts_item_video {
    max-width: 535px
  }
}

.contacts_item_content a {
  user-select: none
}

.contacts_item_title {
  line-height: 1.53;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
  font-family: red hat display, sans-serif
}

.contacts_item_description {
  font-size: 15px;
  margin: 0 0 25px;
  line-height: 1.87;
  color: #575757
}

.contacts_item_description p {
  margin: 0
}

.contacts_bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 28px 0 0;
  user-select: none
}

.contacts_bullets .glide__bullet {
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  transition: .3s;
  background-color: #cacaca;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  user-select: none
}

.contacts_bullets .glide__bullet.glide__bullet--active {
  background-color: #8cd734;
  width: 8px;
  height: 8px
}

.footer {
  flex: 0 0;
  background-color: #343434;
  color: #9b9b9b;
  text-align: center;
  transition: padding-bottom .2s linear;
  z-index: 1;
  position: relative
}

.cookie-visible .footer {
  padding-bottom: 225px
}

@media(min-width:390px) {
  .cookie-visible .footer {
    padding-bottom: 200px
  }
}

@media(min-width:576px) {
  .cookie-visible .footer {
    padding-bottom: 165px
  }
}

@media(min-width:768px) {
  .cookie-visible .footer {
    padding-bottom: 160px
  }
}

@media(min-width:992px) {
  .cookie-visible .footer {
    padding-bottom: 135px
  }
}

.footer_top {
  padding: 30px 0 25px
}

@media(min-width:768px) {
  .footer_top {
    padding: 35px 0
  }
}

.footer .footer_nav {
  position: relative;
  flex-direction: column;
  align-items: center
}

@media(min-width:576px) {
  .footer .footer_nav {
    flex-direction: row
  }
}

@media(min-width:768px) {
  .footer .footer_nav {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto
  }
}

.footer .footer_nav>a {
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  margin-left: 0
}

@media(min-width:576px) {
  .footer .footer_nav>a {
    margin-top: 0;
    margin-left: 40px
  }
}

.footer .footer_nav>a:first-child {
  margin-left: 0;
  margin-top: 0
}

.footer_links {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px
}

@media(min-width:768px) {
  .footer_links {
    justify-content: flex-end;
    margin: 0
  }
}

.footer_links>a {
  display: block;
  margin-left: 25px;
  color: #fff;
  transition: .3s
}

.footer_links>a:first-child {
  margin-left: 0
}

.footer_links>a:hover {
  color: #71bf18
}

.footer_bottom {
  border-top: 1px solid #3c3c3c;
  padding: 15px 0;
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: -.19px
}

@media(min-width:576px) {
  .footer_bottom {
    padding: 19px 0 21px
  }
}

@media(min-width:768px) {
  .footer_bottom {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: -.22px
  }
}

.footer_content {
  position: relative;
  display: block
}

@media(min-width:768px) {
  .footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.footer_content .trademark {
  position: relative;
  z-index: 10;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -.24px;
  margin-bottom: 23px
}

@media(min-width:768px) {
  .footer_content .trademark {
    margin: 0
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  transition: background-color .3s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  background-color: #fff
}

@media(min-width:768px) {
  .header {
    height: 70px;
    box-shadow: none;
    border: none;
    background-color: transparent
  }
}

@media(min-width:768px) {
  .header.light {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07)
  }
}

.header.light .header_content .logo-container .logo .svg-text {
  fill: #000
}

.header.light .header_content .navigation>a {
  color: #000
}

.header_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header_content .menu {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100vh;
  z-index: 9;
  transition: top .25s ease-in-out;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: auto;
  padding: 40px 0
}

.show-menu .header_content .menu {
  top: 0
}

@media(min-width:768px) {
  .header_content .menu {
    position: relative;
    display: block;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    background-color: transparent;
    transition: inherit;
    padding: 0;
    overflow: visible
  }
}

.header_content .menu .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px
}

@media(min-width:768px) {
  .header_content .menu .social {
    display: none;
    margin: 0
  }
}

.header_content .menu .social a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000;
  text-decoration: none;
  margin: 0 10px;
  transition: .3s
}

.header_content .menu .social a:hover {
  color: #8cd734
}

.header_content .menu .navigation {
  flex-direction: column;
  align-items: center
}

@media(min-width:768px) {
  .header_content .menu .navigation {
    flex-direction: row
  }
}

.header_content .menu .navigation a {
  transition: .3s;
  color: #000;
  margin-bottom: 10px
}

@media(min-width:768px) {
  .header_content .menu .navigation a {
    color: #fff;
    margin-bottom: 0
  }
}

.header_content .burger {
  display: block;
  width: 20px;
  height: 12px;
  position: relative;
  z-index: 10
}

.header_content .burger-icon, .header_content .burger:before, .header_content .burger:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  transition: all .3s;
  background-color: #000;
  position: absolute
}

.header_content .burger:after {
  bottom: 0
}

.header_content .burger:before {
  top: 0
}

.header_content .burger.active:before {
  transform: rotateZ(45deg);
  top: 5px
}

.header_content .burger.active:after {
  transform: rotateZ(-45deg);
  bottom: 5px
}

.header_content .burger.active .burger-icon {
  width: 0
}

.header_content .burger-icon {
  top: 0;
  bottom: 0;
  margin: auto
}

@media(min-width:768px) {
  .header_content .burger {
    display: none
  }
}

.header_content .logo-container {
  display: block;
  width: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto
}

@media(min-width:768px) {
  .header_content .logo-container {
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0;
    width: 120px
  }
}

.header_content .logo-container .logo {
  display: block;
  width: 110px;
  height: 26px
}

@media(min-width:768px) {
  .header_content .logo-container .logo {
    width: 120px;
    height: 29px
  }
}

.header_content .logo-container .logo .svg-text {
  transition: .3s;
  fill: #000
}

@media(min-width:768px) {
  .header_content .logo-container .logo .svg-text {
    fill: #fff
  }
}

.header_content .logo-container .logo svg {
  display: block;
  width: 100%;
  height: 100%
}

.policy-wrap {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 2
}

.policy-wrap:nth-of-type(1) {
  padding-top: 70px
}

.policy-wrap.no-nav:nth-of-type(1) {
  padding-top: 0
}

@media(min-width:768px) {
  .policy-wrap {
    padding: 0 20px
  }
}

.policy-wrap.table_of_contents {
  width: 100%;
  max-width: 100%;
  padding: 0
}

.policy-wrap.table_of_contents:not(.no-nav):nth-of-type(1) {
  padding: 60px 0 0
}

@media(min-width:768px) {
  .policy-wrap.table_of_contents:not(.no-nav):nth-of-type(1) {
    padding: 70px 0 0
  }
}

.policy-wrap.table_of_contents .policy-content {
  margin: 0
}

@media(min-width:992px) {
  .policy-wrap.table_of_contents .policy-content {
    margin: 0 0 0 100px
  }
}

@media(min-width:1220px) {
  .policy-wrap.table_of_contents .policy-content {
    margin: 0 0 0 120px
  }
}

.policy-wrap h1 {
  margin-bottom: 56px
}

.policy-wrap p {
  color: #575757
}

@media(min-width:992px) {
  .policy-wrap.no-nav .policy-tabs {
    top: 40px
  }
}

.policy-wrap .policy-blocks {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 115px
}

@media(min-width:576px) {
  .policy-wrap .policy-blocks {
    padding-top: 40px
  }
}

@media(min-width:992px) {
  .policy-wrap .policy-blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }
}

.policy-wrap .policy-top-button {
  width: 50px;
  height: 50px;
  background-color: #8cd734;
  border-radius: 50%;
  display: flex;
  transition: .3s;
  justify-content: center;
  align-items: center
}

.policy-wrap .policy-top-button:hover {
  background-color: #71bf18
}

.policy-wrap .policy-top-button:active {
  background-color: #59a601
}

.policy-wrap .policy-top-button-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: sticky;
  margin: 25px 0 -25px;
  bottom: 20px
}

@media(min-width:992px) {
  .policy-wrap .policy-top-button-wrapper {
    position: absolute;
    bottom: 40px;
    margin: 0
  }
}

.policy-wrap .policy-tabs {
  display: none;
  margin: 22px 0 30px;
  list-style: none;
  position: relative
}

@media(min-width:992px) {
  .policy-wrap .policy-tabs {
    min-width: 225px;
    position: sticky;
    top: 110px;
    padding: 0;
    padding: 0 0 40px
  }
}

@media(min-width:1220px) {
  .policy-wrap .policy-tabs {
    min-width: 280px
  }
}

.policy-wrap .policy-tabs.desktop {
  display: none
}

@media(min-width:992px) {
  .policy-wrap .policy-tabs.desktop {
    display: block
  }
}

.policy-wrap .policy-tabs.mobile {
  display: block
}

@media(min-width:992px) {
  .policy-wrap .policy-tabs.mobile {
    display: none
  }
}

.policy-wrap .policy-tabs_title {
  font-size: 21px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #000;
  font-family: red hat display, sans-serif;
  margin: 0 0 20px
}

@media(min-width:992px) {
  .policy-wrap .policy-tabs_title {
    font-size: 25px;
    margin: 0 0 30px
  }
}

@media(min-width:1220px) {
  .policy-wrap .policy-tabs_title {
    font-size: 28px
  }
}

.policy-wrap .policy-tabs ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0
}

.policy-wrap .policy-tabs li {
  display: block;
  margin-bottom: 15px
}

@media(min-width:768px) {
  .policy-wrap .policy-tabs li {
    margin-bottom: 20px
  }
}

.policy-wrap .policy-tabs li:last-child {
  margin-bottom: 0
}

.policy-wrap .policy-tabs a {
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-decoration: none;
  color: #5fb200;
  font-family: red hat display, sans-serif
}

.policy-wrap .policy-tabs a:hover {
  text-decoration: underline
}

.policy-wrap .policy-tabs a.active {
  text-decoration: underline
}

.policy-wrap .policy-content {
  font-size: 14px;
  line-height: 28px;
  margin: 20px
}

@media(min-width:768px) {
  .policy-wrap .policy-content {
    margin: 50px
  }
}

.policy-wrap .policy-content .policy-tabs.mobile ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0
}

.policy-wrap .policy-content .policy-tabs.mobile li {
  display: block;
  margin-bottom: 15px
}

@media(min-width:768px) {
  .policy-wrap .policy-content .policy-tabs.mobile li {
    margin-bottom: 20px
  }
}

.policy-wrap .policy-content .policy-tabs.mobile li:last-child {
  margin-bottom: 0
}

.policy-wrap .policy-content .policy-tabs.mobile a {
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-decoration: none;
  color: #5fb200;
  font-family: red hat display, sans-serif
}

.policy-wrap .policy-content .policy-tabs.mobile a:hover {
  text-decoration: underline
}

.policy-wrap .policy-content p, .policy-wrap .policy-content span.ul-text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 28px
}

.policy-wrap .policy-content a {
  text-decoration: underline
}

.policy-wrap .policy-content h1, .policy-wrap .policy-content h3 {
  margin: 0
}

.policy-wrap .policy-content h3 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500
}

.policy-wrap .policy-content h1, .policy-wrap .policy-content h2, .policy-wrap .policy-content h3, .policy-wrap .policy-content h4, .policy-wrap .policy-content h5 {
  font-family: red hat display, sans-serif;
  font-weight: 700
}

.policy-wrap .policy-content h1 strong, .policy-wrap .policy-content h2 strong, .policy-wrap .policy-content h3 strong, .policy-wrap .policy-content h4 strong, .policy-wrap .policy-content h5 strong {
  font-weight: 700
}

.policy-wrap .policy-content h4, .policy-wrap .policy-content h5, .policy-wrap .policy-content h6, .policy-wrap .policy-content span.ul-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400
}

.policy-wrap .policy-content a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden
}

.policy-wrap .policy-content table {
  position: relative;
  width: 100vw;
  right: calc(50vw - 50%);
  border: 1px solid gray
}

@media(min-width:992px) {
  .policy-wrap .policy-content table {
    width: 70vw;
    right: calc(35vw - 50%)
  }
}

.policy-wrap .policy-content table tr th {
  background-color: #f2f2f2
}

.policy-wrap .policy-content table tr td, .policy-wrap .policy-content table tr th {
  border: 1px solid gray;
  padding-left: 2em;
  padding-right: 2em;
  text-align: left;
  vertical-align: top
}

.policy-wrap .policy-content table tr td:nth-child(1), .policy-wrap .policy-content table tr th:nth-child(1) {
  width: 35%
}

.policy-wrap .policy-content table tr td:nth-child(2), .policy-wrap .policy-content table tr th:nth-child(2) {
  width: 20%
}

.policy-wrap .policy-content table tr td:nth-child(3), .policy-wrap .policy-content table tr th:nth-child(3) {
  width: 45%
}

.policy-wrap .policy-content table tr td ul li {
  padding-top: 10px
}

.policy-wrap .policy-content ul>li>h4, .policy-wrap .policy-content .custom-list h4 {
  margin-bottom: 0
}

.policy-wrap .policy-content a {
  color: #404040;
  word-wrap: break-word;
  text-decoration: underline
}

.policy-wrap .policy-content a:hover {
  color: #bfbfbf
}

.policy-wrap .policy-content .w-80 {
  width: 90%
}

@media(min-width:768px) {
  .policy-wrap .policy-content .w-80 {
    width: 80%
  }
}

.policy-wrap .policy-content .center {
  margin: 20px auto
}

.policy-wrap .policy-content ul, .policy-wrap .policy-content .custom-list {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  padding: 0;
  margin: 0 0 0 15px
}

.policy-wrap .policy-content ul li, .policy-wrap .policy-content ul .custom-list-item, .policy-wrap .policy-content .custom-list li, .policy-wrap .policy-content .custom-list .custom-list-item {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: disc
}

.contact-form {
  display: block;
  position: relative;
  z-index: 10;
  padding: 80px 0 115px;
  background-color: #fff
}

.contact-form .form {
  margin: 65px auto 0
}

.thx-msg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, .8);
  text-align: center;
  opacity: 0;
  z-index: 9999;
  transition: opacity 1s ease-in-out;
  pointer-events: none
}

.thx-msg-wrap.show {
  opacity: 1;
  pointer-events: auto
}

.thx-msg-wrap.done .spinner {
  display: none
}

.thx-msg-wrap.done .success {
  display: block
}

.thx-msg-wrap.error .spinner {
  display: none
}

.thx-msg-wrap.error .error {
  display: block
}

.thx-msg-wrap .spinner {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(8b8a1a2636ec0fde188f.svg) center center no-repeat;
  transform: translate(-50%, -50%);
  animation: spinner 1s infinite linear
}

.thx-msg-wrap .success, .thx-msg-wrap .error {
  display: none
}

.careers {
  margin: 60px 0 0
}

@media(min-width:768px) {
  .careers {
    margin: 70px 0 0
  }
}

.careers-page {
  margin: 60px 0 0;
  padding: 30px 0 0
}

@media(min-width:768px) {
  .careers-page {
    margin: 70px 0 0;
    padding: 40px 0 0
  }
}

.careers-page_content {
  max-width: 780px;
  margin: 20px auto 0
}

@media(min-width:768px) {
  .careers-page_content {
    margin: 30px auto 0
  }
}

.careers-page_content h1 {
  text-align: center;
  line-height: 44px;
  font-family: red hat display, sans-serif;
  margin: 0 0 20px;
  font-size: 26px;
  letter-spacing: -.45px;
  font-weight: 500
}

@media(min-width:768px) {
  .careers-page_content h1 {
    font-size: 30px
  }
}

.careers-page_content .careers-content {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee
}

.careers-page_content .careers-content div {
  font-size: 16px;
  line-height: 1.88;
  color: #000
}

.careers-page_content .careers-content div b {
  display: block;
  font-family: red hat display, sans-serif;
  font-weight: 500;
  margin-bottom: 5px
}

.careers-page_content .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.24px;
  color: #adaeb0
}

.careers-page_content .info_department {
  font-size: 14px;
  margin: 0 10px
}

.careers_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  pointer-events: none
}

.careers_hero {
  position: relative
}

.careers_hero_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.31;
  color: #fff;
  display: block;
  margin: 0 0 30px
}

@media(min-width:768px) {
  .careers_hero_title {
    font-size: 42px;
    margin: 0 0 40px;
    line-height: 1.24
  }
}

.careers_hero_title span {
  color: #8cd734
}

.careers_hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, .67)
}

.careers_hero .container {
  position: relative;
  min-height: 510px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px
}

.careers_hero .container .breadcrumb {
  position: absolute;
  left: 15px;
  top: 30px
}

@media(min-width:768px) {
  .careers_hero .container .breadcrumb {
    top: 40px
  }
}

.benefits {
  padding: 80px 0 50px
}

@media(min-width:768px) {
  .benefits {
    padding: 80px 0 40px
  }
}

.benefits_items {
  margin-top: 65px
}

@media(min-width:768px) {
  .benefits_items {
    display: flex;
    flex-wrap: wrap
  }
}

.benefits_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 30px
}

@media(min-width:768px) {
  .benefits_item {
    flex-basis: calc(50% - 12px);
    margin-bottom: 50px
  }

  .benefits_item:nth-child(odd) {
    margin-right: 24px
  }
}

@media(min-width:992px) {
  .benefits_item {
    margin-right: 21px !important;
    flex-basis: calc(33.33333% - 14px)
  }

  .benefits_item:nth-child(3n) {
    margin-right: 0 !important
  }
}

.benefits_item_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.53;
  color: #000;
  display: block;
  margin: 0 0 15px;
  font-family: red hat display, sans-serif
}

.benefits_item_desc {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  display: block
}

.benefits_item_image {
  display: block;
  min-width: 52px;
  width: 52px;
  height: 52px;
  margin-right: 20px
}

.benefits_item_image img {
  display: block;
  width: 100%;
  height: 100%
}

.values {
  position: relative;
  background-color: #f0f2f8;
  padding: 40px 0 0
}

@media(min-width:768px) {
  .values {
    padding: 80px 0 0
  }
}

@media(min-width:992px) {
  .values {
    padding: 110px 0 95px
  }
}

@media(min-width:992px) {
  .values .title {
    text-align: left
  }
}

@media(min-width:992px) {
  .values .title:after {
    right: inherit
  }
}

.values_list {
  display: block;
  margin: 0 0 40px;
  padding: 0;
  list-style: none
}

@media(min-width:768px) {
  .values_list {
    margin: 0 0 80px
  }
}

@media(min-width:992px) {
  .values_list {
    margin: 0
  }
}

.values_list li {
  display: block;
  font-size: 22px;
  font-weight: 500;
  font-family: red hat display, sans-serif;
  letter-spacing: -.27px;
  margin-bottom: 20px;
  line-height: 1.56;
  color: #000
}

.values_image {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 90vw;
  object-position: right center;
  object-fit: cover
}

@media(min-width:992px) {
  .values_image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%
  }
}

.feedback {
  padding: 0 0 115px
}

.feedback_desc {
  max-width: 579px;
  text-align: center;
  letter-spacing: -.27px;
  color: #000;
  font-size: 15px;
  line-height: 29px;
  margin: 0 auto 30px
}

@media(min-width:768px) {
  .feedback_desc {
    margin: 0 auto 60px;
    line-height: 1.88;
    font-size: 16px
  }
}

.feedback_desc p {
  margin: 0
}

.feedback_desc a {
  color: #5fb200;
  transition: .3s;
  text-decoration: none
}

.feedback_desc a:hover {
  color: #71bf18
}

.vacancy {
  padding: 80px 0 115px
}

.vacancy_content {
  display: block;
  position: relative;
  margin-bottom: 40px
}

@media(min-width:768px) {
  .vacancy_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
}

.vacancy_content ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.vacancy_content.loading {
  min-height: 400px
}

.vacancy_content.loading:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(8b8a1a2636ec0fde188f.svg) center center no-repeat;
  transform: translate(-50%, -50%);
  animation: spinner 1s infinite linear
}

.vacancy_content .jobs-filter {
  display: none;
  width: 280px
}

@media(min-width:768px) {
  .vacancy_content .jobs-filter {
    display: block
  }
}

.vacancy_content .jobs-list {
  display: block;
  width: 100%
}

@media(min-width:768px) {
  .vacancy_content .jobs-list {
    width: calc(100% - 280px)
  }
}

.vacancy_content .jobs-dropdown-wrapper {
  display: block;
  max-width: 250px;
  margin: 0 auto 15px
}

@media(min-width:768px) {
  .vacancy_content .jobs-dropdown-wrapper {
    display: none
  }
}

.vacancy_content .jobs-location-dropdown, .vacancy_content .jobs-filter-dropdown {
  display: block;
  margin: 0 0 10px;
  transition: opacity .3s ease-in-out
}

.vacancy_content .jobs-location-dropdown select, .vacancy_content .jobs-filter-dropdown select {
  height: 54px;
  padding: 0 15px
}

.vacancy_content .jobs-location-dropdown a, .vacancy_content .jobs-filter-dropdown a {
  color: #000
}

@media(min-width:576px) {
  .vacancy_content .jobs-location-dropdown, .vacancy_content .jobs-filter-dropdown {
    margin: 0 10px 10px
  }
}

.vacancy_content .jobs-location-dropdown select, .vacancy_content .jobs-filter-dropdown select {
  width: 100%;
  font-size: 15px
}

.vacancy_content.loading .jobs-location-dropdown, .vacancy_content.loading .jobs-filter-dropdown {
  opacity: 0;
  pointer-events: none
}

.vacancy_content .jobs-filter {
  width: 280px;
  flex-shrink: 0;
  transition: opacity .3s ease-in-out
}

@media(max-width:815px) {
  .vacancy_content .jobs-filter {
    display: none
  }
}

.vacancy_content.loading .jobs-filter {
  opacity: 0;
  pointer-events: none
}

.vacancy_content .jobs-filter-item {
  margin-bottom: 20px
}

.vacancy_content .jobs-filter-item .jobs-filter-label {
  font-family: red hat display, sans-serif;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: dashed 1px;
  color: #000;
  font-size: 15px;
  line-height: .71;
  cursor: pointer
}

.vacancy_content .jobs-filter-item .jobs-filter-count {
  font-size: 14px;
  color: #adaeb0
}

.vacancy_content .jobs-filter-item.active .jobs-filter-label {
  color: #5fb200;
  border-color: #5fb200
}

.vacancy_content .jobs-list {
  flex-grow: 1;
  transition: opacity .3s ease-in-out
}

.vacancy_content.loading .jobs-list {
  opacity: 0;
  pointer-events: none
}

.vacancy_content .jobs-list-item {
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border-top: 1px solid #f0f2f7
}

.vacancy_content .jobs-list-item.hidden {
  display: none
}

.vacancy_content .jobs-list-item .jobs-category, .vacancy_content .jobs-list-item .jobs-location {
  font-weight: 500;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: -.24px;
  color: #adaeb0
}

.vacancy_content .jobs-list-item .icon-location {
  margin-right: 5px
}

.vacancy_content .jobs-list-item:hover {
  background: #f0f2f7
}

.vacancy_content .jobs-list-item:hover .jobs-category, .vacancy_content .jobs-list-item:hover .jobs-location {
  color: #575757
}

.vacancy_content .jobs-list-item:hover svg path {
  fill: #71bf18
}

.vacancy_content .jobs-list-item a {
  color: #000;
  text-decoration: none
}

.vacancy_content .jobs-list-item .icon-location {
  display: inline-block;
  position: relative
}

.vacancy_content .jobs-apply {
  font-family: red hat display, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #71bf18
}

.vacancy_content .jobs-heading {
  font-family: red hat display, sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding-right: 100px;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
  font-weight: 500
}

@media(min-width:768px) {
  .vacancy_content .jobs-heading {
    line-height: 36px
  }
}

.vacancy_content .see-all-jobs {
  display: none;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #f0f2f7;
  border-bottom: 1px solid #f0f2f7;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: .71;
  letter-spacing: -.2px;
  color: #adaeb0;
  cursor: pointer
}

.vacancy_content .see-all-jobs .icon-dropdown {
  position: absolute;
  top: 22px;
  right: 0
}

.error-page {
  display: table;
  width: 100%;
  min-height: calc(100vh - 157px);
  box-sizing: border-box;
  margin: 0;
  padding: 60px 15px 0;
  background: #f0f2f7
}

@media(min-width:768px) {
  .error-page {
    padding-top: 70px
  }
}

.error-page .error-content-wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle
}

.error-page .error-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 70px 20px 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center
}

@media(min-width:768px) {
  .error-page .error-content {
    padding: 100px 20px;
    text-align: left;
    flex-direction: row-reverse
  }
}

.error-page .error-text {
  margin-top: 50px
}

.error-page .error-image {
  width: 30%;
  margin: 0 auto;
  text-align: center
}

@media(min-width:768px) {
  .error-page .error-image {
    width: 260px;
    margin: 0 50px 0 20px
  }
}

@media(min-width:992px) {
  .error-page .error-image {
    margin: 0 110px 0 0
  }
}

.error-page h1 {
  color: #8cd734;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: -.5px;
  text-align: center;
  margin: 0
}

@media(min-width:768px) {
  .error-page h1 {
    font-size: 72px;
    line-height: .61;
    letter-spacing: -1.2px;
    text-align: left;
    font-weight: 500
  }
}

.error-page .error-heading {
  color: #000;
  margin: 9px auto 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -.3px
}

@media(min-width:768px) {
  .error-page .error-heading {
    margin: 30px 0 40px;
    max-width: 466px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -.5px
  }
}

.error-page .error-button {
  display: inline-block;
  padding: 9px 40px 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.2px;
  color: #fff;
  background: #8cd734;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none
}

.image-carousel {
  margin-bottom: 28px
}

.image-carousel_item {
  transform: translateZ(0);
  overflow: hidden
}

.image-carousel_item img {
  display: block;
  width: 100%;
  min-height: 100%
}

.image-carousel_bullets {
  display: flex;
  height: 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 28px 0 0
}

.image-carousel_bullets .glide__bullet {
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  transition: .3s;
  background-color: #cacaca;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none
}

.image-carousel_bullets .glide__bullet.glide__bullet--active {
  background-color: #8cd734;
  width: 8px;
  height: 8px
}

.product-page {
  margin: 60px 0 0;
  padding: 30px 0 0
}

@media(min-width:992px) {
  .product-page {
    margin: 70px 0 0;
    padding: 40px 0 0
  }
}

.product-page_offer {
  width: 100%;
  max-width: calc(100% - 20px);
  border-radius: 30px;
  background-color: #f7faff;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden
}

@media(min-width:768px) {
  .product-page_offer {
    max-width: 760px
  }
}

@media(min-width:992px) {
  .product-page_offer {
    margin: 24px auto 0;
    max-width: 1375px
  }
}

.product-page_offer .container {
  position: relative;
  padding-top: 97px;
  padding-bottom: 97px
}

@media(min-width:576px) {
  .product-page_offer .container {
    padding-top: 85px;
    padding-bottom: 85px
  }
}

@media(min-width:992px) {
  .product-page_offer .container {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

@media(min-width:1220px) {
  .product-page_offer .container {
    padding-top: 150px;
    padding-bottom: 150px
  }
}

.product-page_offer .product-page_buttons {
  justify-content: center;
  margin: 24px 0 0
}

.product-page_offer .product-page_buttons a {
  margin: 0 5px;
  width: 125px;
  height: 37px
}

@media(min-width:576px) {
  .product-page_offer .product-page_buttons {
    margin: 32px 0 0
  }
}

@media(min-width:992px) {
  .product-page_offer .product-page_buttons {
    justify-content: flex-start;
    margin: 50px 0 0
  }

  .product-page_offer .product-page_buttons a {
    margin: 0 20px 0 0;
    width: 188px;
    height: 56px
  }

  .product-page_offer .product-page_buttons a:last-child {
    margin: 0
  }
}

.product-page_pie {
  display: block;
  width: 470px;
  height: 470px;
  transform: rotate(-15deg);
  position: absolute;
  top: -365px;
  z-index: 9;
  right: -235px
}

@media(min-width:576px) {
  .product-page_pie {
    right: -120px;
    top: -380px
  }
}

@media(min-width:992px) {
  .product-page_pie {
    width: 700px;
    height: 700px;
    right: -10px;
    top: -360px
  }
}

@media(min-width:1220px) {
  .product-page_pie {
    width: 890px;
    height: 890px;
    top: -470px
  }
}

.product-page_pie:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: 30px 18px 54px 0 rgba(69, 83, 226, .34);
  background-image: linear-gradient(to bottom, #70cadc, rgba(32, 153, 238, 0.49)), linear-gradient(to bottom, #70cadc, #3c46bb);
  z-index: 5;
  top: 60px;
  left: 80px
}

@media(min-width:992px) {
  .product-page_pie:after {
    border-radius: 190px;
    top: 100px;
    left: 140px
  }
}

.product-page_pie_group {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: .5
}

.product-page_pie_group:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: 13px 22px 44px 0 rgba(132, 143, 161, .52), inset 13px 13px 22px 0 #fff;
  background-image: radial-gradient(circle at 18% -15%, #fff, #e9edf0 57%);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .5
}

@media(min-width:992px) {
  .product-page_pie_group:before {
    border-radius: 190px
  }
}

.product-page_pie_group:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: 13px 22px 44px 0 rgba(132, 143, 161, .52), inset 13px 13px 22px 0 #fff;
  background-image: radial-gradient(circle at 18% -15%, #fff, #e9edf0 57%);
  z-index: 2;
  top: 30px;
  left: 40px
}

@media(min-width:992px) {
  .product-page_pie_group:after {
    top: 50px;
    left: 70px;
    border-radius: 190px
  }
}

.product-page_preview {
  display: none;
  width: 450px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10
}

@media(min-width:992px) {
  .product-page_preview {
    display: block
  }
}

@media(min-width:1220px) {
  .product-page_preview {
    width: 505px;
    right: 70px
  }
}

.product-page_preview img {
  display: block;
  width: 100%;
  height: auto
}

.product-page_element1 {
  position: absolute;
  z-index: 11;
  display: none;
  width: 210px;
  height: 217px;
  top: -85px;
  right: -20px
}

@media(min-width:576px) {
  .product-page_element1 {
    display: block
  }
}

@media(min-width:992px) {
  .product-page_element1 {
    width: 200px;
    height: 207px;
    top: 35px;
    right: -150px
  }
}

@media(min-width:1220px) {
  .product-page_element1 {
    width: 250px;
    height: 259px;
    top: 11px;
    right: -165px
  }
}

.product-page_element1 img {
  display: block;
  width: 100%;
  height: 100%
}

.product-page_element2 {
  display: block;
  position: absolute;
  z-index: 11;
  width: 250px;
  height: 298px;
  left: -60px;
  bottom: -140px
}

@media(min-width:576px) {
  .product-page_element2 {
    width: 400px;
    height: 477px;
    left: -115px;
    bottom: -225px
  }
}

@media(min-width:992px) {
  .product-page_element2 {
    left: inherit;
    width: 400px;
    height: 477px;
    right: -180px;
    bottom: -195px;
    transform: rotate(30deg)
  }
}

@media(min-width:1220px) {
  .product-page_element2 {
    width: 450px;
    height: 536px;
    right: -138px;
    bottom: -225px;
    transform: rotate(30deg)
  }
}

.product-page_element2 img {
  display: block;
  width: 100%;
  height: 100%
}

.product-page_icon {
  display: block;
  width: 95px;
  height: 95px;
  box-shadow: 0 24px 23px -6px rgba(0, 46, 103, .12);
  border-radius: 21px;
  background-color: #fff;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  z-index: 10
}

@media(min-width:576px) {
  .product-page_icon {
    margin: 0 auto 32px
  }
}

@media(min-width:992px) {
  .product-page_icon {
    width: 120px;
    height: 120px;
    box-shadow: 0 20px 20px -5px rgba(0, 46, 103, .12);
    border-radius: 26px;
    margin: 0 0 35px
  }
}

.product-page_icon img {
  display: block;
  width: 100%;
  height: 100%
}

.product-page_title {
  color: #314367;
  font-family: red hat display, sans-serif;
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23
}

@media(min-width:576px) {
  .product-page_title {
    font-size: 52px;
    font-weight: 700;
    line-height: .71
  }
}

@media(min-width:992px) {
  .product-page_title {
    text-align: left;
    font-size: 72px;
    line-height: 1
  }
}

.product-page_desc {
  font-family: red hat display, sans-serif;
  color: #7a8aab;
  font-weight: 500;
  margin: 10px 0 0;
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53
}

@media(min-width:576px) {
  .product-page_desc {
    font-size: 24px;
    line-height: 1.08;
    margin: 15px 0 0
  }
}

@media(min-width:768px) {
  .product-page_desc {
    font-weight: 500
  }
}

@media(min-width:992px) {
  .product-page_desc {
    font-size: 32px;
    line-height: .94;
    letter-spacing: -.55px;
    text-align: left
  }
}

.product-page_content {
  width: 100%;
  max-width: 760px;
  padding: 80px 10px;
  margin: 0 auto;
  overflow: hidden
}

@media(min-width:576px) {
  .product-page_content {
    padding: 80px 20px
  }
}

@media(min-width:992px) {
  .product-page_content {
    max-width: 1020px
  }
}

.product-page_content>h2 {
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  color: #000;
  font-weight: 500;
  margin: 0 auto 65px;
  max-width: 620px;
  font-family: red hat display, sans-serif
}

@media(min-width:768px) {
  .product-page_content>h2 {
    font-size: 30px;
    line-height: 1.23;
    margin: 0 auto 67px
  }
}

.product-page_content>h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin: auto;
  background-color: #8cd734
}

@media(min-width:768px) {
  .product-page_content>h2:after {
    bottom: -25px
  }
}

.product-page_content p {
  font-size: 16px;
  line-height: 1.88;
  color: #000;
  display: block;
  margin: 0 0 20px
}

.product-page_content .video {
  display: block;
  margin: 50px 0
}

.product-page_screenshots {
  margin: 50px -10px;
  width: calc(100% + 20px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

@media(min-width:576px) {
  .product-page_screenshots {
    margin: 50px -20px;
    width: calc(100% + 40px)
  }
}

@media(min-width:768px) {
  .product-page_screenshots {
    margin: 50px 0;
    width: 100%
  }
}

@media(min-width:768px) {
  .product-page_screenshots .glide__slides {
    display: flex;
    justify-content: space-between
  }
}

@media(min-width:768px) {
  .product-page_screenshots .glide__slide {
    display: block;
    width: calc(33% - 8px);
    aspect-ratio: .55
  }

  .product-page_screenshots .glide__slide img {
    display: block;
    width: 100%;
    height: 100%
  }
}

.product-page_screenshots .slide {
  width: 100%;
  aspect-ratio: .55
}

@media(min-width:768px) {
  .product-page_screenshots .slide {
    width: 100%;
    height: 100%;
    aspect-ratio: inherit
  }
}

.product-page_screenshots .slide img {
  display: block;
  width: 100%;
  height: 100%
}

@media(min-width:768px) {
  .product-page_screenshots .glide__bullets {
    display: none
  }
}

.product-page_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0
}

.product-page_buttons a {
  display: block;
  width: 188px;
  height: 56px;
  margin: 20px 12px 0
}

.product-page_buttons a img {
  display: block;
  width: 100%;
  height: 100%
}

.product-page_features {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}

.product-page_features_item {
  display: flex;
  margin: 0 0 30px;
  justify-content: flex-start;
  align-items: flex-start
}

@media(min-width:992px) {
  .product-page_features_item {
    margin: 0 0 50px
  }
}

.product-page_features_item:last-child {
  margin: 0 0 50px
}

.product-page_features_item:first-child {
  width: 100%
}

.product-page_features_item:first-child .product-page_features_text {
  max-width: calc(100% - 64px)
}

.product-page_features_image {
  display: block;
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin-right: 12px
}

.product-page_features_image img {
  display: block;
  width: 100%
}

.product-page_features_text {
  font-size: 16px;
  line-height: 1.88;
  color: #000;
  display: block;
  max-width: calc(100% - 64px)
}

@media(min-width:992px) {
  .product-page_features_text {
    max-width: 210px
  }
}

.product-page_features_text b, .product-page_features_text strong {
  font-weight: 500
}

.product-page_features_text p {
  display: block;
  margin: 0 0 6px
}

.product-page_features_text p:last-child {
  margin: 0
}

.game-carousel {
  padding: 80px 0 88px;
  background-color: #f0f2f8;
  overflow: hidden
}

.game-carousel .glide {
  position: relative
}

@media screen and (max-width:1350px) {
  .game-carousel .glide {
    margin: 0 auto;
    max-width: 880px
  }
}

@media screen and (max-width:1060px) {
  .game-carousel .glide {
    max-width: 730px
  }
}

@media screen and (max-width:900px) {
  .game-carousel .glide {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px
  }
}

@media screen and (max-width:900px) {
  .game-carousel .container {
    max-width: 100%
  }
}

.game-carousel_arrow {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .06);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: .3s;
  position: absolute;
  left: -76px;
  top: 0;
  bottom: 36px;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer
}

@media screen and (max-width:900px) {
  .game-carousel_arrow {
    display: none
  }
}

.game-carousel_arrow:hover {
  box-shadow: none
}

.game-carousel_arrow.glide--rtr {
  left: inherit;
  right: -76px
}

.game-carousel_arrow.glide--ltr {
  transform: rotate(180deg)
}

.game-carousel_arrow>svg {
  display: block;
  margin-left: 4px
}

.game-carousel .glide__slide {
  display: flex;
  justify-content: center;
  box-sizing: border-box
}

.game-carousel_item {
  display: block;
  width: 280px;
  max-width: 100%;
  height: 480px;
  position: relative;
  padding: 300px 30px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: none;
  overflow: hidden;
  transition: .3s
}

@media screen and (max-width:550px) {
  .game-carousel_item {
    width: 100%
  }
}

.game-carousel_item img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.game-carousel_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 185px;
  position: absolute;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  bottom: 128px;
  left: 0
}

.game-carousel_item_text {
  display: block;
  padding: 37px 30px 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  min-height: 128px;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center
}

.game-carousel_item_name {
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -.38px;
  color: #000;
  margin: 0 0 5px;
  font-family: red hat display, sans-serif
}

.game-carousel_item_desc {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -.27px;
  text-align: center;
  color: rgba(77, 77, 77, .6)
}

.game-carousel_item_icon {
  width: 70px;
  height: 70px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .18);
  display: block;
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  margin: auto;
  top: 300px;
  overflow: hidden;
  border-radius: 15px
}

.game-carousel_item_icon>img {
  display: block;
  width: 100%;
  height: 100%
}

.title {
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  color: #000;
  font-weight: 500;
  margin: 0 0 65px;
  font-family: red hat display, sans-serif
}

@media(min-width:768px) {
  .title {
    font-size: 30px;
    line-height: 1.23;
    margin: 0 0 67px
  }
}

.title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin: auto;
  background-color: #8cd734
}

@media(min-width:768px) {
  .title:after {
    bottom: -25px
  }
}

.product-page .title {
  max-width: 620px;
  margin: 0 auto 65px
}

@media(min-width:768px) {
  .product-page .title {
    margin: 0 auto 67px
  }
}

.video {
  position: relative;
  cursor: default
}

.video[data-video-popup] {
  cursor: pointer
}

.video:hover .video_play {
  background-color: rgba(255, 255, 255, .5)
}

.video_image {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
  cursor: default
}

.video_image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.776
}

.video_image[data-video-popup], [data-video-popup] .video_image {
  cursor: pointer
}

.video_image[data-video-popup]:before, [data-video-popup] .video_image:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 5
}

.video_icon {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 14px;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  z-index: 10;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5)
}

.video_play {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .23);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 8;
  transition: .3s
}

.video_play:after {
  content: "";
  border: 10px solid transparent;
  border-left: 18px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -7px;
  border-radius: 3px
}

.video_badges {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  z-index: 7
}

.video_badges img, .video_badges svg {
  display: block;
  width: 82px;
  margin: 0 0 10px
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .9);
  display: none;
  justify-content: center;
  align-items: center
}

.show-video .video-popup {
  display: flex
}

.video-popup .close-btn {
  opacity: 1;
  width: 50px;
  height: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  padding: 10px;
  background-image: url(c15771d08106eef0cab1.svg);
  background-color: rgba(0, 0, 0, .5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  pointer-events: auto
}

.video-popup_content {
  position: relative;
  max-width: 1000px
}

.video-popup_content:after {
  content: "";
  width: 50px;
  height: 50px;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  background: url(6f22d4e7322784265291.svg) center center no-repeat;
  box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .15), 0 0 20px 20px rgba(0, 0, 0, .15);
  border-radius: 50px;
  animation: spinner 1s infinite linear;
  opacity: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none
}

.video-popup_content.loading:after {
  opacity: 1
}

.video-popup_content.paused .play-ico {
  display: block
}

.video-popup_content video {
  display: block;
  max-width: 1000px;
  max-height: 81vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.21;
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 0 30px;
  border: none;
  outline: none;
  background-color: #8cd734;
  cursor: pointer;
  border-radius: 50px;
  transition: .3s;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none
}

.button:hover {
  background-color: #71bf18
}

.button:active {
  background-color: #59a601
}

.button.transparent {
  border: solid 2px #979797;
  color: #fff;
  background-color: transparent
}

.play-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
  pointer-events: none
}

.play-ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -10px 0 0 -7px;
  border: 10px solid transparent;
  border-left: 18px solid #fff;
  border-radius: 3px
}

.link {
  display: flex;
  align-items: center;
  color: #5fb200;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: -.24px;
  position: relative;
  transition: .3s;
  text-decoration: none
}

.link svg {
  display: block;
  width: 9px;
  height: 12px;
  margin: 3px 0 0 7px
}

.link svg path {
  fill: #5fb200;
  transition: .3s
}

.link:hover {
  color: #8cd734
}

.link:hover svg path {
  fill: #8cd734
}

.lazy-image {
  opacity: 0;
  transition: 1s
}

.lazy-image img {
  opacity: 0;
  transition: 1s
}

.lazy-image[loaded] {
  opacity: 1
}

.blur-image {
  object-fit: contain;
  object-position: 50% 0;
  filter: blur(25px);
  -webkit-filter: blur(25px)
}

.parallax-canvas {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  pointer-events: none;
  transform: translate3d(0, 0, 0)
}

.parallax-image {
  display: none
}

.navigation {
  display: flex;
  justify-content: center
}

.navigation>a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0;
  text-decoration: none;
  font-family: red hat display, sans-serif
}

@media(min-width:768px) {
  .navigation>a {
    margin-left: 40px
  }
}

.navigation>a:first-child {
  margin-left: 0
}

.navigation>a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #8cd734;
  transition: .3s
}

.navigation>a:hover:after, .navigation>a.active:after {
  width: 100%
}

.breadcrumb {
  display: inline-block;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #adaeb0;
  text-decoration: none;
  font-family: red hat display, sans-serif
}

.breadcrumb_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase
}

.breadcrumb_content svg {
  display: block;
  margin-right: 10px
}

.product-page .breadcrumb {
  color: rgba(0, 0, 0, .8)
}

.product-page .breadcrumb svg path {
  fill: rgba(0, 0, 0, .8)
}

.cookies-banner {
  display: block;
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  font-size: 13px;
  letter-spacing: -.22px;
  font-weight: 400;
  line-height: 1.62;
  color: #6e7c8c;
  padding: 15px 10px;
  border-top: 1px solid rgba(0, 63, 123, .1);
  background: #f3f6fa;
  z-index: 999;
  transition: transform .2s ease-in-out;
  transform: translateY(100%);
  text-align: center
}

.cookies-banner a {
  text-decoration: none;
  color: #5fb200;
  font-weight: 500;
  white-space: nowrap;
  transition: .2s
}

.cookies-banner a:hover {
  color: #71bf18
}

.cookies-banner a:active {
  color: #59a601
}

.cookie-visible .cookies-banner {
  transform: translateY(0%)
}

.cookies-banner .banner-container {
  max-width: 980px;
  margin: 0 auto
}

.cookies-banner .banner-container.not-gdpr {
  padding-right: 30px
}

.cookies-banner .banner-container p {
  margin: 0
}

.cookies-banner .icon-close {
  box-sizing: content-box;
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 10px;
  background: url(3ab624f3530a28808482.svg) center center no-repeat;
  background-size: 16px;
  cursor: pointer
}

.cookies-banner .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px
}

@media(min-width:768px) {
  .cookies-banner .buttons {
    margin-bottom: 20px
  }
}

.cookies-banner .buttons div {
  margin: 0 14px;
  background: #8cd734;
  color: #fff;
  border-radius: 50px;
  transition: all .2s;
  padding: 10px 15px 8px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -.21px;
  outline: 0;
  text-transform: uppercase
}

.cookies-banner .buttons div:hover {
  background-color: #71bf18
}

.cookies-banner .buttons div:active {
  background-color: #59a601
}

.cookies-banner .buttons div:first-child {
  margin-left: 0
}

.cookies-banner .buttons div:last-child {
  margin-right: 0
}

.cookies-overlay {
  display: none
}

.cookie-visible .cookies-overlay.cipa-overlay {
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: -1px;
  left: 0;
  top: 0;
  min-height: 100vh;
  background: rgba(0, 0, 0, .4);
  display: block
}

.cookie-popup-close {
  display: block;
  cursor: pointer
}

.cookies-btn-link, .cookies-btn-action {
  font-weight: 700;
  background: 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -.21px;
  outline: none;
  text-transform: uppercase
}

.cookies-btn-link {
  color: #5fb200;
  text-decoration: none;
  padding: 8px 10px 6px;
  transition: all .2s
}

.cookies-btn-action {
  background: #8cd734;
  color: #fff;
  border-radius: 50px;
  transition: all .2s
}

.cookies-btn-action:hover {
  background-color: #71bf18
}

.cookies-btn-action:active {
  background-color: #59a601
}

.cookies-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, .4)
}

.cookies-popup.show {
  display: flex
}

.cookies-popup .icon-close {
  box-sizing: content-box;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 16px;
  height: 16px;
  padding: 10px;
  background: url(3ab624f3530a28808482.svg) center center no-repeat;
  background-size: 16px
}

.cookies-popup .cookies-btn-link {
  padding: 8px 10px 6px
}

.cookies-popup .popup-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 92%;
  max-width: 700px;
  height: 90%;
  color: #000;
  background: #fff
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .popup-content {
    height: 520px
  }
}

.cookies-popup .popup-content__top, .cookies-popup .popup-content__bottom {
  border: 0 solid #e2e7ed;
  flex-shrink: 0;
  flex-grow: 0
}

.cookies-popup .popup-content__top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 18px;
  border-bottom-width: 1px;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .popup-content__top {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px
  }
}

.cookies-popup .popup-content__top h3 {
  font-family: red hat display, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -.38px;
  margin: 0
}

.cookies-popup .popup-content__bottom {
  justify-content: flex-end;
  border-top-width: 1px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .popup-content__bottom {
    padding: 15px 22px;
    -webkit-box-align: center;
    flex-direction: row;
    align-items: center
  }
}

.cookies-popup .popup-content__bottom .cookies-btn-action {
  margin-left: 0
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .popup-content__bottom .cookies-btn-action {
    margin-left: 20px
  }
}

.cookies-popup .popup-content__options {
  flex-grow: 1;
  overflow: auto;
  flex-direction: column;
  display: -webkit-flex;
  display: flex
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .popup-content__options {
    flex-direction: row
  }
}

.cookies-popup .cookies-btn-link {
  margin: 10px 0
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .cookies-btn-link {
    margin-left: 20px
  }
}

.cookies-popup .options-list {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #fff;
  color: #94a3b7;
  font-size: 16px;
  font-weight: 500;
  line-height: .88
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .options-list {
    display: block;
    width: 28%
  }
}

.cookies-popup .options-list li {
  padding: 13px 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -.26px;
  cursor: pointer;
  color: #969696;
  transition: all .2s
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .options-list li {
    color: #94a3b7;
    padding: 14px 20px 12px
  }
}

.cookies-popup .options-list li.active {
  background: #f0f2f7;
  color: #5fb200
}

.cookies-popup .options-dropdown {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: .88
}

@media screen and (min-height:540px)and (min-width:768px) {
  .cookies-popup .options-dropdown {
    display: none
  }
}

.cookies-popup .options-dropdown:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  width: 16px;
  height: 9px;
  background: url(f73d47e3f90dcad0db27.svg) no-repeat;
  background-size: contain;
  pointer-events: none
}

.cookies-popup .options-dropdown select {
  width: 100%;
  display: block;
  padding: 14px 20px 12px;
  border: none;
  background: #f0f2f7;
  color: #575757;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-family: red hat text, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500
}

.cookies-popup select::-ms-expand {
  display: none
}

.cookies-popup .options-content-wrapper {
  flex: 1;
  overflow: auto
}

.cookies-popup .options-content {
  padding: 20px;
  flex: 1;
  display: none
}

.cookies-popup .options-content:first-child {
  display: block
}

.cookies-popup .options-content a {
  text-decoration: none;
  color: #5fb200
}

.cookies-popup .options-content p, .cookies-popup .options-content ul {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 26px;
  color: #6c6c6c;
  letter-spacing: -.24px
}

.cookies-popup .options-content p {
  margin-bottom: 20px
}

.cookies-popup .options-content ul {
  list-style: none
}

.cookies-popup .options-content li {
  margin: 5px 0
}

.cookies-popup .options-content h5 {
  margin: 0 0 10px;
  color: #666
}

.cookies-popup .options-content .content-head {
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: .88
}

.cookies-popup .cookies-used-link a {
  text-decoration: none;
  color: #5fb200;
  cursor: pointer
}

.cookies-popup h4 {
  margin: 0 0 10px
}

.cookies-popup h4, .cookies-popup h5 {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  font-family: red hat display, sans-serif
}

.cookies-popup .switch {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  top: -10px;
  -webkit-tap-highlight-color: transparent
}

.cookies-popup .switch input {
  opacity: 0;
  display: block;
  width: 25px;
  height: 25px
}

.cookies-popup .checkbox-icon-preload {
  position: fixed !important;
  left: -999px !important;
  opacity: .00001;
  pointer-events: none
}

.cookies-popup .checkbox-icon {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px
}

.cookies-popup .checkbox-icon:after {
  display: block;
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(867514ea657d8c3ad33b.svg) no-repeat;
  background-size: contain;
  opacity: .0001
}

.cookies-popup .switch input:checked+.checkbox-icon {
  border-color: #8cd733
}

.cookies-popup .switch input:checked+.checkbox-icon:after {
  opacity: 1
}

.form {
  display: block;
  max-width: 380px;
  margin: 0 auto
}

.form .g-recaptcha {
  margin: 20px auto 0
}

.form .g-recaptcha>div {
  margin: 0 auto;
  text-align: center
}

.form .g-recaptcha .form_field_error {
  text-align: center
}

.form_button {
  margin: 30px 0 0;
  text-align: center
}

.form_field {
  position: relative;
  display: block;
  margin: 0 0 15px
}

.form_field.without-label {
  margin-top: 37px
}

.form_field.checkbox-input-privacy {
  margin-top: 30px
}

.form_field.checkbox-input-privacy.has-error label .custom-checkbox {
  border-color: #ffa0a0
}

.form_field.checkbox-input-privacy label {
  display: block;
  margin-bottom: 0;
  padding-left: 34px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -.2px;
  color: #575757
}

.form_field.checkbox-input-privacy label input {
  display: none
}

.form_field.checkbox-input-privacy label input:checked+.custom-checkbox {
  background-color: #8cd734;
  border-color: #8cd734
}

.form_field.checkbox-input-privacy label input:checked+.custom-checkbox:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(2bd4c1dda7eb938b8b2d.svg) center center no-repeat;
  color: #fff
}

.form_field.checkbox-input-privacy label .custom-checkbox {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  border: 1px solid #adaeb0;
  border-radius: 2px;
  -webkit-transition: .3s;
  transition: .3s
}

.form_field.checkbox-input-privacy label a {
  color: #5fb200;
  transition: .3s;
  text-decoration: none
}

.form_field.checkbox-input-privacy label a:hover {
  color: #71bf18
}

.form_field_double {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}

.form_field_double>div {
  width: calc(50% - 5px);
  margin: 0
}

.form_field select.hidden {
  display: none
}

.form_field select.chosen.inited+.arrow, .form_field select.hidden+.arrow {
  display: none
}

.form_field .arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 50px;
  pointer-events: none;
  z-index: 10
}

.form_field .arrow b {
  height: 100%;
  width: 100%;
  display: block;
  background: url(eddfeccf7669bb98ce49.svg) center center no-repeat;
  background-size: 10px 6px
}

.form_field_error {
  display: none;
  font-size: 14px;
  line-height: 28px;
  color: #e14c4c;
  width: 100%
}

.has-error>.form_field_error {
  display: block
}

.form_field label {
  position: relative;
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: -.24px;
  color: #575757
}

.form_field label.important:before {
  content: "* "
}

.form_field input.form-file-input {
  opacity: 0
}

.form_field input.form-file-input.error+label>span {
  border: 2px solid #ffa0a0 !important
}

.form_field input.form-file-input+label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  text-align: center;
  cursor: pointer;
  padding: 2px;
  margin: 0
}

.form_field input.form-file-input+label>span {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px dashed #d8ddea
}

.form_field input.form-file-input+label>span .icon-attachment {
  position: relative;
  top: 4px;
  margin-right: 6px
}

.form_field input.form-file-input+label>span .icon-file {
  display: none;
  position: relative;
  top: 5px
}

.form_field input.form-file-input+label>span .form-file-input-label-text {
  font-size: 14px;
  font-weight: 500;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -.26px;
  color: #000
}

.form_field input.form-file-input+label>span .remove-file {
  display: none;
  position: relative;
  top: 3px
}

.form_field input, .form_field select, .form_field textarea {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 17px 15px 15px;
  background-color: #f0f2f7;
  border: 1px solid #f0f2f7;
  font-weight: 500;
  letter-spacing: -.1px;
  font-size: 15px;
  line-height: 18px;
  font-family: red hat text, sans-serif;
  resize: none;
  outline: none;
  -webkit-appearance: none;
  color: #000
}

.form_field select~.form_field_error {
  display: none
}

.form_field input, .form_field textarea, .form_field select {
  border: 2px solid transparent
}

.form_field input.error, .form_field textarea.error, .form_field select.error {
  border-color: #ffa0a0
}

.form_field textarea {
  height: 140px
}

.select {
  position: relative;
  display: block
}

select.error~.select .select_link {
  border-color: #ffa0a0
}

select.hidden~.select {
  display: none
}

.select_link {
  position: relative;
  background: #f0f2f7;
  font-weight: 500;
  padding: 11px 15px;
  color: #000;
  white-space: nowrap;
  resize: none;
  box-shadow: none;
  border-radius: 8px;
  border: 2px solid #f0f2f7;
  letter-spacing: -.26px;
  height: auto;
  font-size: 15px;
  transition: .2s;
  cursor: pointer
}

.open .select_link {
  border-radius: 8px 8px 0 0
}

.open .select_link:after {
  transform: rotate(180deg)
}

.select_link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
  top: 0;
  transition: .2s;
  background: url(eddfeccf7669bb98ce49.svg) center center no-repeat
}

.select_dropdown {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f2f7;
  border: 1px solid #f0f2f7;
  border-radius: 0;
  overflow: hidden;
  z-index: 1010;
  transform: scale(1, 0);
  transform-origin: top center;
  visibility: hidden;
  transition: .2s ease;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  list-style: none;
  max-height: 240px;
  overflow-y: auto
}

.open .select_dropdown {
  visibility: visible;
  transform: scale(1, 1)
}

.select_dropdown_item {
  display: block;
  padding: 13px 15px 11px;
  line-height: 15px;
  word-wrap: break-word;
  color: #444;
  font-size: 13px;
  user-select: none;
  cursor: pointer;
  transition: .2s
}

.select_dropdown_item.disabled {
  display: list-item;
  color: #ccc;
  cursor: default;
  pointer-events: none
}

.select_dropdown_item:hover {
  background-color: #8cd734;
  color: #fff
}

.quotation {
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 45px auto 0;
  width: 100%
}

@media(min-width:576px) {
  .quotation {
    background-color: #f0f2f8;
    padding: 40px 40px 55px;
    border-radius: 20px;
    margin: 40px auto 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch
  }
}

@media(min-width:992px) {
  .quotation {
    margin: 30px auto 0
  }
}

.quotation+p, .quotation+div {
  margin-top: 40px !important
}

@media(min-width:992px) {
  .quotation+p, .quotation+div {
    margin-top: 30px !important
  }
}

.quotation_text {
  position: relative;
  width: 100%;
  order: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: red hat display, sans-serif;
  line-height: 1.81;
  letter-spacing: -.27px;
  color: #575757;
  background-color: #f0f2f8;
  border-radius: 20px;
  padding: 30px 20px 45px
}

@media(min-width:576px) {
  .quotation_text {
    order: 1;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: -.31px;
    line-height: 2
  }
}

.quotation_text>p {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: red hat display, sans-serif;
  line-height: 1.81;
  letter-spacing: -.27px;
  color: #575757
}

@media(min-width:576px) {
  .quotation_text>p {
    font-size: 18px;
    letter-spacing: -.31px;
    line-height: 2
  }
}

.quotation_text:before {
  content: "";
  display: block;
  width: 40px;
  height: 28px;
  position: absolute;
  left: 20px;
  top: -14px;
  background-image: url(44c605582b0172a8886d.svg);
  background-size: contain;
  transform: rotate(180deg)
}

@media(min-width:576px) {
  .quotation_text:before {
    display: none
  }
}

.quotation_text:after {
  content: "";
  display: block;
  width: 40px;
  height: 28px;
  position: absolute;
  right: 20px;
  bottom: -14px;
  background-image: url(44c605582b0172a8886d.svg);
  background-size: contain
}

@media(min-width:576px) {
  .quotation_text:after {
    right: -15px;
    bottom: -30px
  }
}

.quotation_author {
  position: relative;
  width: 180px;
  min-width: 180px;
  padding: 0 0 0 30px;
  order: 1;
  margin: -34px 0 0;
  z-index: 10
}

@media(min-width:576px) {
  .quotation_author {
    order: 0;
    padding: 10px 0 0;
    margin: 0 40px 0 0
  }
}

.quotation_author:before {
  content: "";
  display: none;
  width: 40px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 10px;
  background-image: url(44c605582b0172a8886d.svg);
  background-size: contain;
  transform: rotate(180deg)
}

@media(min-width:576px) {
  .quotation_author:before {
    display: block
  }
}

.quotation_author_image {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 0 0 8px -7px;
  overflow: hidden;
  border: 7px solid #fff
}

@media(min-width:576px) {
  .quotation_author_image {
    border: 0;
    margin: 0 0 15px;
    width: 60px;
    height: 60px
  }
}

.quotation_author_image img {
  display: block;
  width: 100%;
  height: 100%
}

.quotation_author_name {
  font-size: 16px;
  font-weight: 700;
  font-family: red hat display, sans-serif;
  line-height: 1.63;
  letter-spacing: -.27px;
  color: #000;
  margin: 0 0 10px
}

.quotation_author_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -.24px;
  color: #adaeb0
}