@charset "UTF-8";

@font-face {
  font-family: "Rock Star";
  src: url("../fonts/RockStar-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas, "Courier New", monospace;
}

body,
optgroup {
  color: #000;
  background: #fff;
}

body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}

sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address,
cite,
dfn {
  font-style: normal;
}

code,
pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td,
th,
textarea {
  vertical-align: top;
}

input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

q {
  quotes: "«" "»" "„" "“";
}

q:after {
  content: "»";
}

q:before {
  content: "«";
}

q > q:after {
  content: "“";
}

q > q:before {
  content: "„";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*end*/

/*Стили сбросса*/

button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s;
}

* {
  box-sizing: border-box;
  outline: none;
}

input::-moz-placeholder {
  padding: 0;
}

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.25s;
}

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
.hamburger,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*конец стилей сбросса*/

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wpcf7-form br {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

input.wpcf7-not-valid {
  border: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

:root {
  --main-family: "Montserrat", sans-serif;
  --container-width: 1248px;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

body,
input,
button,
textarea,
a {
  font-family: var(--main-family);
  font-weight: 400;
}

.section {
  position: relative;
}

.wrapper {
  width: var(--container-width);
  max-width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 60px 0 60px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero .wrapper {
  z-index: 10;
  position: relative;
}

.hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-image-desk {
  position: absolute;
  left: 25%;
  width: 78%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  max-height: 92vh;
}

.hero-image-desk img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.hero-logo {
  margin-bottom: 53px;
  width: 224px;
}

.hero-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-title {
  color: #FFF;
  font-family: "Rock Star", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 14px;
}

.hero-title strong {
  color: #F5D39E;
  font-weight: 400;
}

.hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}

.hero-row-left {
  display: flex;
  align-items: center;
}

.hero-row-left:after {
  content: "";
  height: 17px;
  width: 19px;
  min-width: 19px;
  margin-right: 8px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMzk4ODcgMS44NTU0N0wxLjEyMTA5IDcuMTY3OTdIMTguMDEiIHN0cm9rZT0iI0Y1RDM5RSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuNzMyNyAxNi43MzA1TDE4LjAxMDUgMTEuNDE4SDEuMTIxNjEiIHN0cm9rZT0iI0Y1RDM5RSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-row-item {
  display: flex;
  align-items: center;
  color: #E6E6E6;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-right: 10px;
}

.hero-row-item:last-child {
  margin-right: 0;
}

.hero-row-item img {
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 4px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hero-row-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-btn-tg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 378.848px;
  height: 83.578px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  background: linear-gradient(111deg, #369AE9 24.01%, #71ABF3 53.98%, #439CE2 89.17%);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 7px;
  margin-bottom: 26px;
  box-shadow: 0px 4px 4px #375F7F;
}

.hero-btn-tg:hover {
  box-shadow: 0px 4px 4px #375F7F !important;
}

.hero-btn-tg:before {
  content: "";
  display: block;
  width: 33.28px;
  height: 33.28px;
  margin-right: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNCAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjYzNzMgMTMuNjM0QzE0LjI5MzggMTMuODE0NSAxNC45Nzc5IDE0LjAwMiAxNS42MTc3IDE0LjI0MTRDMTYuMjgyOCAxNC40OTA0IDE2LjcyNjUgMTQuNzM0NSAxNi45NjYyIDE0Ljk0NDhDMTcuMDAxOSAxNC45NzYyIDE3LjAyNzQgMTUuMDAyIDE3LjA0NTIgMTUuMDIxN0MxNy4wMDA4IDE1LjE2MDkgMTYuODI0NiAxNS41NTQ4IDE2LjE1MjMgMTYuMjI3MUMxNS4wODggMTcuMjkxNCAxNC4zNDQ1IDE4LjM3IDE0LjAwNzYgMTkuNDgxOUMxMy42NTA5IDIwLjY1OSAxMy43ODEyIDIxLjc4NTEgMTQuMzEzOCAyMi43Mzg2QzE0LjgxMjYgMjMuNjMxNiAxNS41ODA1IDI0LjIyNzUgMTYuMjc1IDI0LjYxMTFDMTYuOTYwMiAyNC45ODk0IDE3LjY5MTYgMjUuMjI3NCAxOC4zMzQyIDI1LjM1MzZMMjUuNDY1IDI3LjA4MzZMMTkuMTc5NCAzMy4zNjkyQzE3Ljk4MDMgMzQuNTY4MyAxNi4wMzYyIDM0LjU2ODMgMTQuODM3MSAzMy4zNjkyTDEuMjY3NzEgMTkuNzk5OEMwLjA2ODY0MDIgMTguNjAwNyAwLjA2ODY0MDIgMTYuNjU2NiAxLjI2NzcxIDE1LjQ1NzVMNS4zMjc5OSAxMS4zOTcyTDEzLjYzNzMgMTMuNjM0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE0LjgzNzEgMS44ODgwN0MxNi4wMzYyIDAuNjg5MDAxIDE3Ljk4MDMgMC42ODkwMDEgMTkuMTc5NCAxLjg4ODA3TDMyLjc0ODkgMTUuNDU3NUMzMy45NDc5IDE2LjY1NjYgMzMuOTQ3OSAxOC42MDA3IDMyLjc0ODkgMTkuNzk5OEwyOC42NDMzIDIzLjkwNTNMMTkuMTQ2OSAyMS42MDE0TDE5LjA5NzkgMjEuNTkyMkwxOS4wNjgyIDIxLjU4NjRDMTguNzYwMiAyMS41MjUzIDE4LjQxNzEgMjEuNDA5NyAxOC4xMzAzIDIxLjI1MTNDMTcuODI0NSAyMS4wODI1IDE3LjcwMDkgMjAuOTMyMSAxNy42NjQ1IDIwLjg2NjlDMTcuNjYxOCAyMC44NjIxIDE3LjYxMzEgMjAuODE4IDE3LjY4MDcgMjAuNTk0OUMxNy43NjggMjAuMzA2NiAxOC4wNTIyIDE5Ljc1NSAxOC44NjYyIDE4Ljk0MUMxOS45NTQyIDE3Ljg1MyAyMC43NTA3IDE2LjY1NzggMjAuODc5NCAxNS4zMzdDMjEuMDIyIDEzLjg3NDUgMjAuMzEwNSAxMi43NzM0IDE5LjQ5NzggMTIuMDYwMUMxOC43MzQgMTEuMzg5OSAxNy43NzI5IDEwLjk1MDEgMTYuOTYzIDEwLjY0N0MxNi4xMzA1IDEwLjMzNTQgMTUuMjcyNCAxMC4xMDMxIDE0LjY0NzQgOS45MzEyNEwxNC42NDIzIDkuOTI5ODVMMTQuNjM3MyA5LjkyODVMOC40NTk2MiA4LjI2NTU2TDE0LjgzNzEgMS44ODgwN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-btn-tg:after {
  content: "";
  display: block;
  width: 11.676px;
  height: 6.753px;
  margin-left: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjk4NTQ4NiAxMC44Mjk1TDAuOTg1NDg2IDEuMTE2ODdDMC45ODU0ODYgMC4yNDM1NTEgMi4wMzI0NiAtMC4xOTMxMSAyLjY0Mjg2IDAuNDIzMTEyTDcuNDUzMjkgNS4yNzk0M0M3LjgzMzI4IDUuNjYzMDQgNy44MzMyOCA2LjI4MzM0IDcuNDUzMjkgNi42NjI4N0wyLjY0Mjg2IDExLjUxOTJDMi4wMzI0NiAxMi4xMzk1IDAuOTg1NDg2IDExLjcwMjggMC45ODU0ODYgMTAuODI5NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-bottom-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.hero-bottom-text a {
  color: #FFF;
  text-decoration: underline;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.hero-bottom-text a:hover {
  text-decoration: none;
}

.lang-item {
  position: absolute;
  top: 0;
  right: 24px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #FFF;
  padding: 5px 8px;
  z-index: 12;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0A2026;
}

.lang-item img {
  display: block;
  width: 32px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 10px;
  -o-object-position: center;
  object-position: center;
}

.hero-image-desk-part-2 {
  position: absolute;
  top: 0;
  left: 58%;
  width: 54% !important;
  max-width: 100% !important;
  height: auto !important;
  transform: translateX(-50%);
  animation: animImage 45s linear 0s infinite;
}

.hero-image-desk-part-1 {
  position: relative;
  z-index: 10;
}

@keyframes animImage {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  25% {
    transform: translateX(-50%) rotate(45deg);
  }

  50% {
    transform: translateX(-50%) rotate(0deg);
  }

  75% {
    transform: translateX(-50%) rotate(-45deg);
  }

  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

.hero-title--kz {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.hero-title--kz span {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@keyframes shadow-rotate {
  0% {
    box-shadow: 0 10px 4px #375F7F;
  }

  25% {
    box-shadow: 10px 10px 4px #375F7F;
  }

  50% {
    box-shadow: 0 16px 4px #375F7F;
  }

  75% {
    box-shadow: -10px 10px 4px #375F7F;
  }

  100% {
    box-shadow: 0 10px 4px #375F7F;
  }
}

.hero-btn-tg {
  animation: shadow-rotate 3s infinite ease-in-out;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 992px) {
  .hero-logo {
    width: 115px;
    margin-bottom: 25px;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
  }

  .hero-row-item {
    font-size: 18px;
    margin-right: 4px;
  }

  .hero-row-item img {
    width: 11px;
    min-width: 11px;
    height: 11px;
    margin-right: 2px;
  }

  .hero-row-left:after {
    width: 11px;
    min-height: 11px;
    height: 11px;
    margin-left: 3px;
    margin-right: 4px;
  }

  .hero-row {
    margin-bottom: 63px;
  }

  .hero-btn-tg {
    margin-top: auto;
  }

  .hero-btn-tg {
    font-size: 16px;
  }

  .hero-btn-tg:before {
    margin-right: 28px;
  }

  .hero-bottom-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 146px;
    max-width: 100%;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
  }

  .hero-bottom-text a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .hero-image-desk {
    left: 50%;
    transform: translateX(-57%);
    width: 940px;
  }

  .lang-item {
    padding: 4px 5px;
    top: 40px;
    font-size: 14px;
  }

  .lang-item img {
    width: 22px;
    height: 15.167px;
    margin-left: 4px;
  }

  .wrapper {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title {
    width: 100%;
  }

  .wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .hero-row {
    width: 100%;
  }

  .hero {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .hero-logo {
    margin-right: auto;
  }

@keyframes animImage {
    0% {
      transform: translateX(-50%) rotate(0deg);
    }

    25% {
      transform: translateX(-50%) rotate(15deg);
    }

    50% {
      transform: translateX(-50%) rotate(0deg);
    }

    75% {
      transform: translateX(-50%) rotate(-15deg);
    }

    100% {
      transform: translateX(-50%) rotate(0deg);
    }
}

  .hero-image-desk-part-2 {
    top: 28px;
    left: 56%;
    width: 49% !important;
    animation: animImage 45s linear 0s infinite;
  }

  .hero-title--kz {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .hero-title--kz span {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .hero-bottom-text-kz {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-image-desk {
    left: 50%;
    transform: translateX(-57%);
    width: 640px;
  }
}

@media screen and (max-width: 389px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-title--kz {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .hero-title--kz span {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}