/* COLORS */
/* FONTS */
html {
  font-size: 100%;
  scroll-behavior: auto !important;
}

html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

body {
  background: #222222;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #FFF;
  overflow-x: hidden !important;
  margin: 0px !important;
}

p a {
  text-decoration: none;
  color: #222;
}
p a:hover {
  color: #5183F0;
}

a {
  text-decoration: none;
  color: #222;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #5183F0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  /* --bs-gutter-x: 2.5rem; */
}

:root {
  --animate-duration: 0.6s;
}

.fake_header {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
}

#btnMainMenu {
  right: 5px;
}

/* ANIMATIONS */
@keyframes bubble_movement {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0);
  }
  30% {
    transform: rotate(297deg) scale(1.1) translate(-59px, -60px);
  }
  60% {
    transform: rotate(299deg) scale(0.9) translate(20px, -40px);
  }
  100% {
    transform: rotate(0deg) scale(1) translate(0, 0);
  }
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: local("../fonts/MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: local("../fonts/MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: local("../fonts/MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: local("../fonts/MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: local("../fonts/MuseoSansCyrl-100"), url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* NORMALIZE */
*,
*::before,
*::after {
  box-sizing: border-box;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* BUTTONS */
.control_button {
  font-size: 12px;
  font-weight: 900;
  height: 44px;
  border-radius: 44px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #FFF;
  background-color: #80A7FC;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.control_button:hover,
.control_button:focus {
  background-color: #5183F0;
  color: #FFF;
}

.control_button.control_button_transparent {
  border: 1px solid #FFF;
  background-color: transparent;
}

.control_button.control_button_transparent:hover,
.control_button.control_button_transparent:focus {
  border-color: #80A7FC;
}

.control_button.control_button_icon {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  border: none;
}

.control_button.control_button_icon:hover,
.control_button.control_button_icon:focus {
  background-color: transparent;
}

.control_button.control_button_success {
  background-color: rgb(103, 155, 91);
}

.control_button.control_button_side {
  position: fixed;
  transform-origin: 100% 0;
  transform: rotate(90deg);
  right: 0px;
  top: 60%;
  z-index: 100;
  border-radius: 25px;
  display: inline-flex;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.menu-toggle, .menu-toggle:hover {
  color: #FFF;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}

/* IMAGE */
.image_wrapper {
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  max-width: 100%;
}
.image_wrapper .image_wrapper_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  z-index: 3;
}
.image_wrapper .image_wrapper_icon img {
  max-width: 100px;
}
.image_wrapper .image_wrapper_icon span {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 2px;
  text-align: center;
}
.image_wrapper img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.image_wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: none;
  left: 0px;
  top: 0px;
}
.image_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: none;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.image_wrapper.image_wrapper_noaspect {
  aspect-ratio: auto;
}

.image_wrapper.image_wrapper_slide {
  padding-left: 20px;
  padding-right: 20px;
}

.image_wrapper.image_wrapper_margin {
  margin-bottom: 30px;
}

.image_wrapper.image_wrapper_cursor {
  cursor: pointer;
}

/* STATS */
.control_stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.control_stat__title {
  text-align: center;
  font-size: 150px;
  line-height: 200px;
  font-weight: 900;
}
.control_stat__subtitle {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

/* PROJECTS */
.control_project {
  padding-right: 10px;
  padding-left: 10px;
}
.control_project__photo {
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  /*-webkit-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);*/
}
.control_project__photo img {
  width: 100%;
  object-fit: cover;
}
.control_project__photo__overlay {
  color: #FFF;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.control_project__photo__overlay span {
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  letter-spacing: 2px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
}
.control_project__photo:hover .control_project__photo__overlay {
  opacity: 1;
}
.control_project__information {
  margin-top: 20px;
}
.control_project__information__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.control_project__link {
  display: none;
  margin-top: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.control_project__link a {
  text-align: center;
  color: #222;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
  letter-spacing: 2px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
}
.control_project__link a:hover,
.control_project__link a:focus {
  color: #222;
}

[data-project-content] {
  display: none;
}

/* LIST ITEMS */
.control_list_fixed {
  position: fixed;
  top: 120px;
}

.control_list_item {
  border-radius: 50px;
  overflow: hidden;
  padding: 14px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  min-height: 69px;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
}
.control_list_item__number {
  color: #5183F0;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
  width: 40px;
}
.control_list_item__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-right: 20px;
  width: 30%;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.control_list_item__description {
  flex: 1;
  font-size: 16px;
  line-height: 20px;
}

.control_list_item.control_list_item_big {
  cursor: pointer;
  flex-wrap: nowrap !important;
}
.control_list_item.control_list_item_big .control_list_item__title {
  width: auto;
  flex: 1;
}
.control_list_item.control_list_item_big .control_list_item__title:hover {
  color: #5183F0;
}

.control_list_item.control_list_item_active .control_list_item__title {
  color: #5183F0;
}

/* SECTIONS */
.control_section {
  border-radius: 50px;
  overflow: hidden;
  padding: 30px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}
.control_section__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 20px;
}
.control_section__subtitle {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* PROBLEM */
.control_problem {
  padding-left: 40px;
  padding-right: 40px;
}
.control_problem__photo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.control_problem__photo img {
  max-width: 100%;
}
.control_problem__information {
  display: flex;
  flex-direction: column;
}
.control_problem__information__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.control_problem__information__description {
  text-align: center;
}

/* TEAM */
.control_team {
  padding-left: 10px;
  padding-right: 10px;
}
.control_team__photo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.control_team__photo img {
  max-width: 100%;
}
.control_team__information {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.control_team__information__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.control_team__information__description {
  text-align: center;
}

/* EXPANDER */
.control_expander {
  border-radius: 50px;
  overflow: hidden;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  cursor: pointer;
}
.control_expander__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.control_expander__header__title {
  font-size: 18px;
  line-height: 24px;
  flex: 1;
  font-weight: 700;
}
.control_expander__header__tools__plus {
  display: block;
}
.control_expander__header__tools__minus {
  display: none;
}
.control_expander__content {
  margin-top: 15px;
  display: none;
}

.control_expander.control_expander_expanded .control_expander__content {
  display: block;
}
.control_expander.control_expander_expanded .control_expander__header__tools__plus {
  display: none;
}
.control_expander.control_expander_expanded .control_expander__header__tools__minus {
  display: block;
}

.control_expander:hover .control_expander__header__title {
  color: #5183F0;
}

/* INPUTS */
::placeholder {
  color: #959595;
}

.control_input {
  border-radius: 44px;
  border: 1px solid transparent;
  height: 44px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #222;
  outline: 0;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
}

.control_input:focus {
  outline: 0;
}

.control_input + .control_input__error {
  display: none;
  position: absolute;
  color: rgba(204, 33, 33, 0.7);
  font-size: 12px;
  left: 16px;
  bottom: -19px;
}

.control_input_error {
  border: 1px solid rgba(204, 33, 33, 0.7);
}

.control_input_error + .control_input__error {
  display: flex;
}

/* FORM */
.control_form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.control_form__item {
  margin-bottom: 20px;
  position: relative;
}
.control_form__item .control_input {
  width: 100%;
}
.control_form__item .control_button {
  width: 100%;
}
.control_form__item:last-of-type {
  margin-bottom: 0px;
}

/* CAROUSEL */
.owl-next {
  border: none;
  background-color: transparent;
}
.owl-next .fas {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  color: #D9D9D9;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.owl-next .fas:hover {
  color: #5183F0;
}

.owl-prev {
  border: none;
  background-color: transparent;
}
.owl-prev .fas {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  color: #D9D9D9;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.owl-prev .fas:hover {
  color: #5183F0;
}

.owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.owl-dots-container {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-dots {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 5px;
  background-color: #D9D9D9;
  display: flex;
  /*
  .owl-dot.active ~ .owl-dot {
    background: #fff !important;
    opacity: 0.5;
  }*/
}
.owl-dots .owl-dot {
  height: 5px;
  width: 70px;
  background-color: #D9D9D9 !important;
  display: inline-block;
  opacity: 1;
  border-radius: 4px;
}
.owl-dots .owl-dot.active {
  background-color: #5183F0 !important;
  opacity: 1;
}

.header_container {
  color: #FFF;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header_container a, .header_container button {
  color: #FFF;
}
.header_container__wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header_container__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header_container__content__logo {
  flex: 1;
}
.header_container__content__logo img {
  height: 65px;
}
.header_container__content__contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.header_container__content__contacts__phone {
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
}
.header_container__content__tools {
  margin-left: 20px;
}
.header_container__content__menu__button_active {
  transform: rotate(90deg);
}
.header_container__mobile {
  display: none !important;
  flex-direction: column;
}
.header_container__mobile .header_container__content__contacts {
  text-align: center;
  align-items: center;
  margin-top: 130px;
}
.header_container__mobile .header_container__content__tools {
  text-align: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 0px;
}

.header_container.header_container_expanded {
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header_container.header_container_expanded .header_container__mobile {
  display: flex !important;
}

.header_container.header_container_scrolled {
  background-color: #222222;
}

.header_container.header_container_scrolled.header_container_expanded {
  background-color: rgba(34, 34, 34, 0.62);
}

footer {
  background-color: #131313;
  width: 100%;
  position: relative;
}
footer .footer__main {
  color: #FFF;
  background-color: #222222;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer__main .footer__main__logo {
  color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}
footer .footer__main .footer__main__logo .footer__main__logo__image {
  margin-right: 10px;
}
footer .footer__main .footer__main__logo .footer__main__logo__title {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
footer .footer__main .footer__main__logo .footer__main__logo__title .footer__main__logo__title__first {
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
}
footer .footer__main .footer__main__logo .footer__main__logo__title .footer__main__logo__title__second {
  font-size: 13px;
  color: #FFF;
}
footer .footer__main .footer__main__contacts {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: right;
}
footer .footer__main .footer__main__contacts__phone {
  text-align: right;
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
}
footer .footer__main .footer__main__contacts__phone a {
  color: #FFF;
}
footer .footer__main .footer__main__contacts__phone a:hover {
  color: #FFF;
}
footer .footer__main .footer__main__tools {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footer__bottom {
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer__bottom__copyright {
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
footer .footer__bottom__developer {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
footer .footer__bottom__developer span {
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 10px;
}

.section_container {
  z-index: 1;
  position: relative;
}
.section_container .section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.section_container .section__header {
  margin-bottom: 30px;
}
.section_container .section__header__title {
  line-height: 57px;
  font-size: 50px;
  font-weight: 900;
  word-wrap: break-word;
  text-transform: uppercase;
}
.section_container .section__header__subtitle {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
  text-transform: uppercase;
}
.section_container .section__header_center .section__header__title {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.section_container .section__header_center .section__header__subtitle {
  display: block;
  text-align: center;
}
/* LIGHT */
.section_container.section_container_light {
  color: #222;
  background-color: #F5F5F5;
}

.section_container.section_container_white {
  color: #222;
  background-color: #FFFFFF;
}

/* WAVES */
.section_container.section_container_wave_1 {
  background-image: url("../img/waves 1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.section_container.section_container_wave_2 {
  background-image: url("../img/waves 2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.section_container.section_container_wave_3 {
  background-image: url("../img/waves 3.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.section_container.section_container_wave_4 {
  background-image: url("../img/waves 4.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

/* ANIMATED */
.section_container.section_container_animated .section {
  position: relative;
  z-index: 2;
}

.section_container.section_container_animated .section::after,
.section_container.section_container_animated .section::before {
  content: "";
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  background-size: 90% 90%;
  width: 700px;
  height: 700px;
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 10%;
  -webkit-animation-name: bubble_movement;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.section_container.section_container_animated .section::before {
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  width: 700px;
  height: 700px;
  left: auto;
  top: 7%;
  -webkit-animation-duration: 10s;
  right: 10%;
}

.control_animated {
  position: relative;
}

.control_animated::after,
.control_animated::before {
  content: "";
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  background-size: 90% 90%;
  width: 700px;
  height: 700px;
  position: absolute;
  z-index: -1;
  top: 5%;
  left: 5%;
  -webkit-animation-name: bubble_movement;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.control_animated::before {
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  width: 700px;
  height: 700px;
  left: auto;
  top: 0%;
  -webkit-animation-duration: 10s;
  right: 5%;
}

/*ABOUT */
.section_container.section_container_about {
  background-color: #222222;
}

/* MAIN */
.section_container.section_container_main {
  background-color: #222222;
  padding-top: 89px;
  color: #FFF;
}
.section_container.section_container_main .section .section__header .section__header__title {
  font-size: 80px;
  line-height: 90px;
}
.section_container.section_container_main .section .section__content {
  text-align: center;
}

/* IMAGE */
.section_container.section_container_image {
  height: 330px;
  overflow: hidden;
  z-index: 0;
}
.section_container.section_container_image .section {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.section_container.section_container_image .section .section__content {
  position: absolute;
  inset: 0;
  top: -100px;
  height: calc(100% + 100px);
  width: 100%;
}
.section_container.section_container_image .section .section__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

/* FORM */
.section_container.section_container_form .section .section__header .section__header__title {
  text-align: center;
}
.section_container.section_container_form .section .section__header .section__header__subtitle {
  text-align: center;
  text-transform: none;
}

/* TYPES */
.section_container.section_container_types .section .section_container_types__content::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.section_container.section_container_types .section .section_container_types__content::-webkit-scrollbar-thumb {
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.section_container.section_container_types .section .section_container_types__content::-webkit-scrollbar-corner {
  background-color: transparent;
}

.control_dialog__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  opacity: 0;
}
.control_dialog__container .control_dialog {
  background-image: url("../img/waves 1.svg");
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: left top;
  width: 730px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.2);
}
.control_dialog__container .control_dialog .control_dialog__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.control_dialog__container .control_dialog .control_dialog__header {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 55px;
  position: relative;
  margin-bottom: 20px;
  color: #222;
  text-transform: uppercase;
}
.control_dialog__container .control_dialog .control_dialog__body {
  position: relative;
}
.control_dialog__container .control_dialog .control_dialog__info {
  display: none;
  opacity: 0;
  position: absolute;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
.control_dialog__container .control_dialog::before {
  content: "";
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  background-size: 90% 90%;
  width: 700px;
  height: 700px;
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 10%;
  -webkit-animation-name: bubble_movement;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.control_dialog__container.control_dialog__container_big {
  color: #222;
}
.control_dialog__container.control_dialog__container_big .control_dialog {
  padding-left: 60px;
  padding-right: 60px;
  max-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}
.control_dialog__container.control_dialog__container_big .control_dialog .control_dialog__header {
  font-size: 34px;
  line-height: 39px;
}
.control_dialog__container.control_dialog__container_big .control_dialog .control_dialog__body {
  flex: 1;
  overflow: auto;
}

@media (max-width: 1199px) {
  .control_stat__title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .mobile100vh {
    height: 100vh;
  }
  body .control_button.control_button_side {
    display: inline-flex;
    transform: rotate(0);
    top: auto;
    bottom: 0;
    left: 0;
    height: 66px;
    border-radius: 0px;
  }
  body .section_container.section_container_image .section .section__content img {
    object-fit: contain;
  }
  body .owl-carousel .owl-item img {
    max-height: 100%;
    width: auto;
  }
  body .control_team__photo {
    height: 260px;
  }
  .control_animated::after {
    width: 250px;
    height: 250px;
    top: 10%;
    right: 10%;
  }
  .control_animated::before {
    width: 400px;
    height: 400px;
    left: 13%;
    top: 25%;
  }
  .section_container.section_container_main .section .section__header .section__header__title {
    font-size: 24px;
    line-height: 32px;
  }
  .section_container.section_container_animated .section::after {
    width: 250px;
    height: 250px;
    top: 10%;
    right: 10%;
  }
  .section_container.section_container_animated .section::before {
    width: 400px;
    height: 400px;
    left: 13%;
    top: 25%;
  }
  .section_container .section__header {
    margin-bottom: 20px;
  }
  .section_container .section__header__title {
    font-size: 20px;
    line-height: 26px;
  }
  .image_wrapper {
    border-radius: 40px;
  }
  .image_wrapper .image_wrapper_icon img {
    width: 50px;
    height: 50px;
  }
  .image_wrapper .image_wrapper_icon span {
    font-size: 10px;
    line-height: 16px;
  }
  .control_project__photo {
    border-radius: 40px;
  }
  .control_project__link {
    display: flex;
  }
  .control_list_item {
    flex-wrap: wrap;
  }
  .control_list_item__title {
    flex: 1;
    width: auto;
  }
  .control_list_item__description {
    margin-top: 15px;
    flex-basis: 100%;
  }
  .control_expander {
    border-radius: 40px;
  }
  .section_container.section_container_wave_1 {
    background-image: url("../img/mob_waves 1.svg");
  }
  .section_container.section_container_wave_2 {
    background-image: url("../img/mob_waves 2.svg");
  }
  .section_container.section_container_wave_3 {
    background-image: url("../img/mob_waves 3.svg");
  }
  .section_container.section_container_wave_4 {
    background-image: url("../img/mob_waves 4.svg");
  }
  .section_container.section_container_image {
    height: 200px;
  }
  .section_container.section_container_image .section .section__content img {
    height: auto;
  }
  .header_container__content__logo img {
    height: 45px;
  }
  .control_dialog__container.control_dialog__container_big .control_dialog {
    padding-left: 30px;
    padding-right: 30px;
  }
  .control_dialog__container .control_dialog .control_dialog__header {
    font-size: 34px;
    line-height: 39px;
  }
  .footer__main__tools {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .footer__main__contacts {
    margin-bottom: 30px !important;
  }
  .footer__main__logo {
    margin-right: 0px !important;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .footer__main__logo img {
    max-width: 120px;
  }
  .footer__bottom__copyright {
    margin-bottom: 20px;
  }
  .footer__bottom__developer {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .footer__bottom__developer span {
    margin-bottom: 10px !important;
  }
  .control_dialog__container .control_dialog {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*# sourceMappingURL=styles.css.map */
