@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratarm";
  font-display: swap;
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-medium";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.otf") format("opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratarm-medium";
  font-display: swap;
  src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.otf") format("opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-thin";
  font-display: swap;
  src: url("../fonts/Montserrat-Thin/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin/Montserrat-Thin.otf") format("opentype"), url("../fonts/Montserrat-Thin/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin/Montserrat-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratarm-thin";
  font-display: swap;
  src: url("../fonts/Montserratarm-Thin/Montserratarm-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Thin/Montserratarm-Thin.otf") format("opentype"), url("../fonts/Montserratarm-Thin/Montserratarm-Thin.woff") format("woff"), url("../fonts/Montserratarm-Thin/Montserratarm-Thin.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?2ybn96");
  src: url("../fonts/icons/icomoon.eot?2ybn96#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?2ybn96") format("truetype"), url("../fonts/icons/icomoon.woff?2ybn96") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_checked:before {
  content: "\e905";
}

.icon_info:before {
  content: "\e906";
}

.icon_favorite:before {
  content: "\e907";
}

.icon_globe:before {
  content: "\e908";
}

.icon_quotes:before {
  content: "\e909";
}

.icon_attach:before {
  content: "\e910";
}

.icon_arrow:before {
  content: "\e900";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #001C32;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "montserrat", "montserratarm";
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

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

a {
  color: #4A00C4;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

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

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.page_title {
  margin: 0;
  color: inherit;
  font-family: "montserrat", "montserratarm";
  font-weight: normal;
}
@media screen and (min-width: 1200px) {
  .page_title {
    font-size: 480%;
    line-height: 58px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .page_title {
    font-size: 400%;
    line-height: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page_title {
    font-size: 320%;
    line-height: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .page_title {
    font-size: 280%;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 240%;
    line-height: 30px;
  }
}

.section_title {
  color: inherit;
  margin: 0;
}

.block_title {
  margin: 0;
  color: inherit;
  font-family: "montserrat", "montserratarm";
  font-weight: normal;
}
@media screen and (min-width: 1200px) {
  .block_title {
    font-size: 360%;
    line-height: 44px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .block_title {
    font-size: 300%;
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .block_title {
    font-size: 240%;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block_title {
    font-size: 220%;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .block_title {
    font-size: 180%;
    line-height: 24px;
  }
}

.primary_btn {
  border: none;
  background: #4A00C4;
  color: #ffffff;
  text-align: center;
  font-size: 140%;
  line-height: 18px;
  padding: 14px 20px;
  min-width: 240px;
  max-width: 100%;
  border-radius: 5px;
  font-family: "montserrat-medium", "montserratarm-medium";
}

.secondary_btn {
  border: 1px solid;
  background: transparent;
  color: #4A00C4;
  text-align: center;
  font-size: 140%;
  line-height: 18px;
  padding: 13px 19px;
  min-width: 240px;
  max-width: 100%;
  border-radius: 5px;
  font-family: "montserrat-medium", "montserratarm-medium";
}

a.primary_btn,
a.secondary_btn {
  display: inline-block;
  vertical-align: top;
}

img[src*=load_image] {
  object-fit: none !important;
}

.content {
  position: relative;
  z-index: 5;
}

.slick-arrow {
  position: absolute;
  z-index: 3;
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #4A00C4;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 49, 88, 0.08);
}
.slick-arrow:before {
  display: block;
  font-size: 1rem;
}

.slick-next:before {
  content: "\e903";
}

.slick-prev {
  transform: translate3d(-45px, 0, 0);
  -moz-transform: translate3d(-45px, 0, 0);
  -ms-transform: translate3d(-45px, 0, 0);
  -webkit-transform: translate3d(-45px, 0, 0);
  -o-transform: translate3d(-45px, 0, 0);
}
.slick-prev:before {
  content: "\e902";
}

.slick-dots {
  position: absolute;
  z-index: 3;
  font-size: 0;
  display: flex;
}
.slick-dots li {
  margin-right: 6px;
}
.slick-dots li.slick-active button {
  background: #3F68FF;
  pointer-events: none;
  width: 24px;
}
.slick-dots button {
  border: none;
  padding: 0;
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background: #ececec;
}

.text_container {
  max-width: 780px;
  margin: 0 auto;
}
.text_container img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  margin: 30px auto 60px;
}
.text_container iframe {
  width: 100% !important;
  max-height: 56vw;
  margin: 50px 0 60px;
}
.text_container .media_caption {
  font-size: 81.25%;
  margin-bottom: 20px;
  line-height: 1.25em;
  display: block;
  position: relative;
  z-index: 3;
}
.text_container img + .media_caption,
.text_container iframe + .media_caption {
  margin-top: -45px;
}
.text_container h2 {
  font-size: 2.8rem;
  line-height: 34px;
  color: #4A00C4;
  margin: 0 0 25px;
}
.text_container h3 {
  margin: 0 0 20px;
  font-size: 1em;
  line-height: 1.3em;
  color: #4A00C4;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .text_container h2 {
    font-size: 2.4rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .text_container h2 {
    font-size: 1.8rem;
    line-height: 24px;
  }
  .text_container img,
.text_container iframe {
    margin-bottom: 40px;
  }
  .text_container img + .media_caption,
.text_container iframe + .media_caption {
    margin-top: -30px;
  }
}
@media screen and (max-width: 575px) {
  .text_container h2 {
    font-size: 1.6rem;
    line-height: 22px;
  }
  .text_container img,
.text_container iframe {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text_container img + .media_caption,
.text_container iframe + .media_caption {
    margin-top: -15px;
  }
}

.socials_list, .footer_menu > ul > li ul, .header .submenu_list,
.header .sublevel_list, .header .main_menu, .header .lg_block .drop_block, .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer_menu > ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.header .main_menu > li.opened .icon_down:before, .header .lg_block.opened .drop_btn:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.header .sublevel_btn .icon_right:before, [class*=icon_]:before, .slick-arrow:before, .header .sublevel_btn .icon_right:after, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer .developer a, .header .main_logo img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.socials_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header .lg_block .drop_btn {
  border: none;
  padding: 0;
  background: transparent;
}

@media screen and (min-width: 960px) {
  .text_block,
.standard_text, .text_container {
    font-size: 160%;
    line-height: 24px;
  }
}
@media screen and (max-width: 959px) {
  .text_block,
.standard_text, .text_container {
    font-size: 140%;
    line-height: 21px;
  }
}

.section_title {
  font-family: "montserrat-medium", "montserratarm-medium";
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .section_title {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 140%;
  }
}

.header {
  z-index: 100;
  position: relative;
}
.header_inner {
  border-bottom: 4px solid #4A00C4;
}
.header .page_container {
  display: flex;
  align-items: center;
}
.header .main_logo {
  position: relative;
  z-index: 100;
  margin-right: auto;
  padding: 14px 0;
}
.header .main_logo a, .header .main_logo img {
  display: block;
}
.header .main_logo img {
  width: auto;
  height: 34px;
}
.header .main_logo a {
  font-size: 0;
  line-height: 0;
}
.header .lg_block {
  font-size: 120%;
  position: relative;
  padding: 12px 7px 12px 12px;
}
.header .lg_block .drop_btn {
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #4A00C4;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  line-height: inherit;
}
.header .lg_block .drop_btn:before {
  order: 2;
  display: block;
  font-size: 0.4rem;
  margin-left: 5px;
}
.header .lg_block .drop_block {
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
  min-height: 38px;
}
.header .lg_block .drop_block:before {
  display: block;
  content: "";
  height: 38px;
}
.header .lg_block .drop_block li {
  padding: 4px 12px 12px;
}
.header .lg_block .drop_block a {
  display: inline-block;
  vertical-align: top;
  color: #4A00C4;
}
.header .main_menu > li {
  position: relative;
}
.header .main_menu > li > a {
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #4A00C4;
}
.header .main_menu > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header .main_menu > li.current_page:before, .header .main_menu > li.opened:before {
  background: #3F68FF;
}
.header .main_menu > li.current_page > a, .header .main_menu > li.opened > a {
  color: #3F68FF;
}
.header .submenu_list,
.header .sublevel_list {
  display: none;
}
.header .submenu_list a,
.header .sublevel_list a {
  display: flex;
  align-items: center;
  color: inherit;
}
.header .submenu_btn {
  display: flex;
  align-items: center;
}
.header .submenu_btn .icon_down {
  display: block;
  margin: -12px -12px -12px auto;
  padding: 12px;
  font-size: 0.8rem;
  color: inherit;
}
.header .submenu_btn .icon_down:before {
  display: block;
}
.header .sublevel_btn .icon_right {
  display: block;
  margin: -11px -15px -11px auto;
  font-size: 1rem;
  padding: 11px 15px;
  font-weight: 700;
}
.header .sublevel_btn .icon_right:before {
  display: block;
}
.header .opened > .sublevel_btn {
  font-family: "montserrat-medium", "montserratarm-medium";
}
.header .menu_btn {
  margin-left: 16px;
  border: none;
  background: transparent;
  color: #4A00C4;
  padding: 9px 0;
  width: 24px;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.header .menu_btn:before, .header .menu_btn:after {
  display: block;
  content: "";
  position: absolute;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 2px solid;
  left: -30px;
  width: 70px;
}
.header .menu_btn:before {
  top: 2px;
}
.header .menu_btn:after {
  bottom: 2px;
}
.header .menu_btn span {
  display: block;
  border-top: 2px solid;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 1200px) {
  .header .main_menu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .lg_block {
    margin-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .header .menu_btn {
    display: none;
  }
  .header .main_menu {
    height: 100%;
    display: flex;
  }
  .header .main_menu > li {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header .main_menu > li:before {
    width: 100%;
    height: 4px;
  }
  .header .main_menu > li > a {
    font-size: 120%;
    line-height: 14px;
  }
  .header .submenu_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
  }
  .header .submenu_list:before {
    display: block;
    content: "";
    height: 4px;
  }
  .header .submenu_list > li {
    background: #ffffff;
    position: relative;
  }
  .header .submenu_list > li.opened > a {
    background: #4A00C4;
    color: #ffffff;
  }
  .header .submenu_list > li:last-child {
    border-radius: 0 0 5px 5px;
  }
  .header .submenu_list > li > a {
    font-size: 140%;
    line-height: 17px;
    padding: 11px 15px;
  }
  .header .sublevel_list {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 100%;
    width: 180px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
  }
  .header .sublevel_list > li {
    background: #fcfcfc;
    position: relative;
  }
  .header .sublevel_list > li > a {
    font-size: 120%;
    line-height: 15px;
    padding: 12px 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header .main_menu > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .lg_block {
    margin-left: 20px;
  }
}
@media screen and (max-width: 959px) {
  .header .menu_block {
    position: fixed;
    top: 66px;
    left: 0;
    bottom: 0;
    background: rgba(63, 104, 255, 0.6);
    width: 0;
    overflow: hidden;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header .menu_inner {
    width: 320px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 15px rgba(0, 49, 88, 0.08);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
  }
  .header .main_menu {
    padding: 12px 0;
  }
  .header .main_menu > li {
    padding: 12px 20px;
  }
  .header .main_menu > li:before {
    width: 2px;
    height: 44px;
  }
  .header .main_menu > li > a {
    font-size: 160%;
    line-height: 20px;
  }
  .header .submenu_list > li {
    padding-left: 20px;
    padding-bottom: 16px;
  }
  .header .submenu_list > li:first-child {
    padding-top: 16px;
  }
  .header .submenu_list > li > a {
    font-size: 160%;
    line-height: 20px;
  }
  .header .submenu_list a {
    background: transparent !important;
  }
  .header .submenu_list a:active {
    color: #4A00C4 !important;
  }
  .header .sublevel_btn,
.header .submenu_btn {
    display: flex;
    align-items: center;
  }
  .header .opened > .sublevel_btn .icon_right:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .header .opened > .sublevel_btn {
    color: #4A00C4;
  }
  .header .sublevel_list li {
    padding-bottom: 12px;
    padding-left: 16px;
  }
  .header .sublevel_list li:first-child {
    padding-top: 12px;
  }
  .header .sublevel_list a {
    font-size: 140%;
    line-height: 20px;
  }
  .header .lg_block {
    font-size: 140%;
    line-height: 18px;
  }
  .header .lg_block .drop_btn:before {
    font-size: 0.6rem;
    margin-left: 6px;
  }
  .header .lg_block .drop_block {
    min-height: 42px;
  }
  .header .lg_block .drop_block:before {
    height: 42px;
  }
}

@media screen and (max-width: 959px) {
  .menu_opened body {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    width: 100%;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
.web .submenu_btn .icon_down {
  display: none;
}

.footer {
  opacity: 0;
  background: #4A00C4;
  color: #ffffff;
  position: relative;
}
.footer:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 64px;
  width: 100%;
  background: inherit;
  border-top: 8px solid #3F68FF;
}
.footer .page_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer .logo_block {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .logo_block img {
  display: block;
  width: auto;
  height: 42px;
}
.footer_menu {
  flex: 0 0 75%;
  max-width: 75%;
}
.footer_menu a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
}
.footer_menu > ul {
  font-family: "montserrat-medium", "montserratarm-medium";
}
.footer_menu > ul > li {
  flex: 1;
  padding: 0 10px 40px;
}
.footer_menu > ul > li > a,
.footer_menu > ul > li > div:first-child {
  font-size: 140%;
  line-height: 17px;
}
.footer_menu > ul > li ul {
  font-size: 120%;
  line-height: 15px;
}
.footer_menu > ul > li ul:before {
  display: block;
  content: "";
  height: 20px;
}
.footer_menu > ul > li ul li:not(:first-child) {
  padding-top: 10px;
}
.footer .social_media {
  text-align: right;
  flex: 0 0 25%;
  max-width: 25%;
  padding-bottom: 40px;
}
.footer .social_title {
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 120%;
  line-height: 15px;
  margin-bottom: 10px;
}
.footer .socials_list {
  justify-content: flex-end;
  color: #4A00C4;
}
.footer .socials_list a {
  color: inherit;
  background: rgba(236, 236, 236, 0.6);
}
.footer .customer_developer {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  font-size: 120%;
  line-height: 15px;
  color: #ececec;
}
.footer .developer {
  max-width: 50%;
  padding-left: 20px;
  text-align: right;
  padding-right: 42px;
}
.footer .developer a {
  display: inline-block;
  vertical-align: top;
  color: #00AEEF;
  position: relative;
}
.footer .developer a img {
  position: absolute;
  right: -42px;
  width: 22px;
  bottom: 0;
}
.footer .copyrights {
  max-width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  .footer .services_menu > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .services_menu > ul > li ul {
    display: none;
  }
  .footer .services_menu > div:first-child,
.footer .main_menu > li > a,
.footer .main_menu > li > div:first-child {
    font-size: 140%;
    line-height: 17px;
  }
  .footer .social_title,
.footer .services_menu > ul {
    font-size: 120%;
    line-height: 15px;
  }
  .footer .services_menu > ul > li > a,
.footer .footer .services_menu > ul > li > div:first-child {
    margin-bottom: 0;
  }
  .footer .main_menu > li ul li:not(:first-child),
.footer .services_menu > ul > li:not(:first-child) {
    padding-top: 15px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .footer_menu > ul {
    justify-content: space-between;
  }
  .footer_menu > ul > li {
    flex: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .footer_menu > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    border-top-width: 6px;
  }
  .footer_menu,
.footer .social_media {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .customer_developer {
    padding-bottom: 40px;
  }
  .footer .developer {
    padding-right: 30px;
  }
  .footer .developer a img {
    right: -30px;
  }
}
@media screen and (max-width: 719px) {
  .footer {
    text-align: center;
  }
  .footer .logo_block {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer .logo_block img {
    margin: 0 auto;
  }
  .footer .social_media {
    padding: 20px 0;
    text-align: center;
  }
  .footer .socials_list {
    justify-content: center;
  }
  .footer .customer_developer {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .footer .copyrights,
.footer .developer {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .footer .developer {
    margin-top: 15px;
  }
  .footer .developer a {
    display: inline-flex;
    align-items: flex-end;
    margin-top: 3px;
  }
  .footer .developer a img {
    position: relative;
    margin-right: 5px;
    right: auto;
    bottom: auto;
    width: 16px;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    border-top-width: 4px;
  }
}
@media screen and (max-width: 479px) {
  .footer_menu > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.socials_list {
  display: flex;
}
.socials_list li:not(:first-child) {
  margin-left: 15px;
}
.socials_list a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}
.socials_list a:before {
  display: block;
  font-size: 1.6rem;
}
.socials_list a.icon_linkedin:before {
  font-size: 1.2rem;
}
.socials_list a.icon_telegram:before {
  font-size: 1.3rem;
}

.web .header .main_logo a, .header .main_logo .web a, .web .footer_menu a, .footer_menu .web a, .web .footer .developer a, .footer .developer .web a, .footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .header .lg_block .drop_btn, .header .lg_block .web .drop_btn, .web .header .lg_block .drop_block a, .header .lg_block .drop_block .web a, .web .header .main_menu > li > a, .header .web .main_menu > li > a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .primary_btn, .web .secondary_btn, .web .footer .socials_list a, .footer .socials_list .web a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .slick-arrow, .web .slick-dots button, .slick-dots .web button, .web .header .submenu_list a, .header .submenu_list .web a,
.web .header .sublevel_list a,
.header .sublevel_list .web a, .error_hint {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .header .main_logo a, .header .main_logo .touch a, .touch .footer_menu a, .footer_menu .touch a, .touch .footer .developer a, .footer .developer .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .header .lg_block .drop_btn, .header .lg_block .touch .drop_btn, .touch .header .lg_block .drop_block a, .header .lg_block .drop_block .touch a, .touch .header .main_menu > li > a, .header .touch .main_menu > li > a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .primary_btn, .touch .secondary_btn, .touch .footer .socials_list a, .footer .socials_list .touch a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .slick-arrow, .touch .slick-dots button, .slick-dots .touch button, .touch .header .submenu_list a, .header .submenu_list .touch a,
.touch .header .sublevel_list a,
.header .sublevel_list .touch a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer_menu a:hover, .footer_menu .web a:hover, .web .footer .developer a:hover, .footer .developer .web a:hover {
  opacity: 0.7;
}
.web .slick-arrow:hover, .web .slick-dots button:hover, .slick-dots .web button:hover, .web .header .submenu_list a:hover, .header .submenu_list .web a:hover,
.web .header .sublevel_list a:hover,
.header .sublevel_list .web a:hover {
  background: #4A00C4;
  color: #ffffff;
  border-color: transparent;
}
.web .footer .socials_list a:hover, .footer .socials_list .web a:hover {
  background: #ffffff;
}
.web .header .lg_block .drop_btn:hover, .header .lg_block .web .drop_btn:hover, .web .header .lg_block .drop_block a:hover, .header .lg_block .drop_block .web a:hover, .web .header .main_menu > li > a:hover, .header .web .main_menu > li > a:hover {
  color: #3F68FF;
}
.web .primary_btn:hover, .web .secondary_btn:hover {
  background: #3F68FF;
}
.touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .footer_menu a:active, .footer_menu .touch a:active, .touch .footer .developer a:active, .footer .developer .touch a:active {
  opacity: 0.7;
}
.touch .slick-arrow:active, .touch .slick-dots button:active, .slick-dots .touch button:active, .touch .header .submenu_list a:active, .header .submenu_list .touch a:active,
.touch .header .sublevel_list a:active,
.header .sublevel_list .touch a:active {
  background: #4A00C4;
  color: #ffffff;
  border-color: transparent;
}
.touch .footer .socials_list a:active, .footer .socials_list .touch a:active {
  background: #ffffff;
}
.touch .header .lg_block .drop_btn:active, .header .lg_block .touch .drop_btn:active, .touch .header .lg_block .drop_block a:active, .header .lg_block .drop_block .touch a:active, .touch .header .main_menu > li > a:active, .header .touch .main_menu > li > a:active {
  color: #3F68FF;
}
.touch .primary_btn:active, .touch .secondary_btn:active {
  background: #3F68FF;
}

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