@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
.login .card {
  margin: 0 auto;
  max-width: 490px;
}

.serv_inner .serv_descrtext h6 {
  color: #3E61AC;
}

body, html {
  margin: 0;
  overflow: hidden;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html, #app {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .ops-section {
  width: 100%;
  height: 100%;
  position: relative;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.onepage-pagination li {
  padding: 0;
  text-align: center;
}

.onepage-pagination li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
}

.onepage-pagination li a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: initial;
  height: auto;
}

.disabled-onepage-scroll .onepage-wrapper .ops-section {
  position: relative !important;
  top: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}

.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

html.noscroll {
  overflow: initial;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Proba Pro", sans-serif;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #0038A5;
}

html {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app {
  flex-grow: 100;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

body {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  padding-top: 64px;
  justify-content: space-between;
  word-wrap: break-word;
}

img {
  width: 100%;
  height: auto;
}

ul, ol {
  list-style-position: inside;
}

.loader {
  margin: 100px auto;
}

.loader img {
  width: 138px;
}

hr {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  border: none;
  margin-bottom: 46px;
}

.uppercase {
  text-transform: uppercase;
}

.darkblue {
  color: #1E2351;
}

p.smalltxt {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.btn_yellow {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: #FFC149;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 56px;
  display: block;
  padding: 0 16px;
  color: #333333;
}

.btn_blue:hover, .btn_yellow:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.btn_yellow:active {
  transform: translateY(1px);
  color: rgba(51, 51, 51, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.btn_yellow.disabled, .btn_yellow[disabled] {
  color: rgba(51, 51, 51, 0.24);
  background: rgba(255, 193, 73, 0.5);
}

.btn_blue {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: #3E61AC;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 56px;
  padding: 0 16px;
  color: #ffffff;
}

.btn_blue:active {
  border: none;
  outline: none;
  transform: translateY(0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.4);
}

.btn_blue[disabled], .btn_blue.disabled, .btn_blue[disabled]:hover, .btn_blue.disabled:hover, .btn_blue[disabled]:active, .btn_blue.disabled:active {
  color: rgba(255, 255, 255, 0.24);
  background: rgba(62, 97, 172, 0.5);
  box-shadow: none;
  transform: none;
}

input.searchinp {
  padding: 12px 55px 12px 38px;
  color: #4E5B74;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  overflow: auto;
  background: transparent;
  box-shadow: 0 4px 35px -10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: none;
  height: 44px;
  background: url("../images/search-icon.svg") no-repeat 16px;
}
@media (max-width: 1024px) {
  input.searchinp {
    height: 34px;
  }
}

/*.inp_wrap input.notempty + label{
	display: none;
}*/
input[type=checkbox]:checked {
  background: url("../images/checked_ch.svg") no-repeat center;
}

.notification {
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 15px;
  background: #3E61AC;
  color: #FFFFFF;
  margin-top: 25px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transform: none;
  transition: transform 0.8s;
  z-index: 999;
}

.notification .notif_text {
  margin: 0;
  padding: 0;
}

.danger-bg {
  background: rgba(255, 92, 92, 0.1);
  color: #EB5757;
}

.notification .closebtn {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  background: url("../images/burger_close.svg") no-repeat center;
  background-size: 16px;
  -webkit-filter: invert(1) opacity(0.8);
          filter: invert(1) opacity(0.8);
}

.notification.closed {
  display: none !important;
}

/* header styles */
.curr_page {
  display: none;
}

.backlink {
  display: none;
  width: 32px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
  background: url("../images/arrow.svg") no-repeat center;
  background-size: 32px;
}

@media screen and (max-width: 1024px) {
  .select-lang {
    display: none;
  }
}

header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 70px 7px 50px;
  color: #000;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
}
header.opened .menu {
  margin-left: 0;
}
header.opened .searchfield {
  display: none;
}
@media (max-width: 1024px) {
  header.opened {
    flex-wrap: wrap;
  }
  header.opened .logo {
    display: none;
  }
  header.opened .searchbtn {
    display: none;
  }
  header.opened .corruption-btn {
    margin-right: 0;
    margin-top: 16px;
    color: white;
    display: block;
  }
  header.opened .menu {
    background: #1D5ACF;
  }
  header.opened .menu__title {
    display: block;
  }
  header.opened .burgermenu {
    left: initial;
    top: 16px;
    right: 16px;
    align-items: center;
    justify-content: center;
  }
  header.opened .burgermenu div {
    background-color: #ffffff;
    max-width: 14px;
  }
  header.opened .select__list {
    background-color: transparent;
  }
  header.opened .select__list-item {
    color: #ffffff;
  }
  header.opened .select__list-item:last-child {
    margin-bottom: 0;
  }
  header.opened .select__selected-title {
    color: #ffffff;
  }
  header.opened .select__selected-item_list-arrow:after {
    display: none;
  }
  header.opened .select__arrow {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 1024px) {
  header.opened .select-lang {
    display: block;
  }
}

.burgermenu {
  display: none;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 14px;
  left: 18px;
}

.burgermenu div {
  background-color: #4E5B74;
  width: 100%;
  position: absolute;
  height: 2px;
  transition: all 0.25s ease-in;
  z-index: 18;
}

.burgermenu div:nth-of-type(1) {
  top: 0;
}

.burgermenu div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burgermenu div:nth-of-type(3) {
  bottom: 0;
  max-width: 12px;
}

.opened .burgermenu div:nth-of-type(1) {
  transform: rotate(45deg) scale(1.3) translateX(3px) translateY(3px);
}

.opened .burgermenu div:nth-of-type(3) {
  transform: rotate(-45deg) scale(1.3) translateX(2.5px) translateY(-3px);
}

.opened .burgermenu div:nth-of-type(2) {
  transform: scale(0);
}

.logo {
  min-width: 98px;
  max-width: 98px;
  min-height: 28px;
  max-height: 28px;
}
@media screen and (max-width: 1024px) {
  .logo {
    min-width: 70px;
    max-width: 70px;
    min-height: 20px;
    max-height: 20px;
    margin-left: 56px;
  }
}

.menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .menu {
    margin-left: 72px;
  }
}
.menu__title {
  display: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.navlink {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  padding: 0 14px;
  position: relative;
}

.home-page-link {
  display: none;
}

.navlink:before, .navlink:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  border-radius: 2px;
}

.navlink:hover {
  text-decoration: none;
}

.navlink:before {
  border-top: 1px solid #FFC149;
  border-left: 1px solid #FFC149;
  top: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}

.navlink:after {
  border-right: 1px solid #FFC149;
  border-bottom: 1px solid #FFC149;
  bottom: 0;
  left: 0;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
}

.navlink:active:before, .navlink:active:after, .navlink.active:after, .navlink.active:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.navlink:active:before {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.navlink:active:after {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}

.navlink:not(.active):hover:after {
  width: 100%;
  height: 0;
  visibility: visible;
  transition: width 0.25s, visibility 0s;
}

.langbtn {
  width: 50px;
  margin-left: 66px;
  color: #FFC149;
  font-weight: 800;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}

.corruption-btn {
  margin-right: 24px;
}

.searchbtn {
  padding-left: 24px;
  width: 75px;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.searchbtn:hover {
  color: #0038A5;
}

.searchbtn::before, .searchbtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 5;
}

.searchbtn::before {
  background-image: url("../images/search-icon.svg");
  background-position: center;
}
@media (min-width: 1024px) {
  .searchbtn::before {
    background-position: left;
  }
}

.searchbtn::after {
  background-image: url("../images/burger_close.svg");
  transform: scale(0) rotate(-45deg);
  background-size: 24px;
  background-position: center;
  transition: all 0.2s linear;
}

.searching .searchbtn {
  color: transparent;
  overflow: hidden;
}

.searching .searchbtn::before {
  opacity: 0;
}

.searching .searchbtn::after {
  transform: scale(1) rotate(0deg);
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}

.langsel {
  position: absolute;
  z-index: 6;
  width: 0;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  margin: 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform-origin: top right;
  overflow: hidden;
  transition: all 0.3s linear;
}

.lang_item {
  text-transform: uppercase;
  margin-left: 8px;
  width: 56px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.lang_item a {
  display: block;
  text-decoration: none !important;
}

.lang_opened .langsel {
  width: 100%;
}

header .searchfield {
  position: absolute;
  z-index: 3;
  right: 0;
  width: 100%;
  background: #fff;
  text-align: right;
  transform-origin: top right;
  transform: scaleX(0);
  transition: all 0.3s linear;
}

header .searc_intellisence {
  background: #FFFFFF;
  border: 1px solid #333333;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  text-align: left;
  color: #333333;
  max-width: 472px;
  left: auto;
  right: 0;
  overflow: hidden;
}

.searching .searchfield {
  transform: scaleX(1);
}

/* end of  header styles */
/* footer styles */
.footer {
  position: relative;
  background: linear-gradient(257.32deg, #F3F9FF 0, #EEEDFF 100%);
  display: grid;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-gap: 32px;
  grid-template-areas: "logo" "nav" "contacts" "socials";
}
@media screen and (min-width: 576px) {
  .footer {
    grid-template-areas: "logo logo" "nav nav" "contacts socials";
  }
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
    grid-template-areas: "logo nav contacts" "logo nav socials";
    grid-template-columns: 200px 1fr 250px;
    grid-gap: 0;
  }
}
.footer__logo {
  min-width: 133px;
  max-width: 133px;
  min-height: 38px;
  max-height: 38px;
  grid-area: logo;
}
.footer__contacts {
  grid-area: contacts;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .footer__contacts {
    gap: 8px;
  }
}
.footer__socials {
  grid-area: socials;
}
@media screen and (min-width: 576px) {
  .footer__socials {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .footer__socials {
    justify-content: flex-start;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  grid-area: nav;
}
@media screen and (min-width: 576px) {
  .footer__nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .footer__nav {
    margin-right: 100px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px 30px;
  }
}
.footer__nav-link {
  transition: 0.3s;
}

.copyright {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.hidden {
  display: none;
}

section, article, footer, header, .breadcrumbs {
  padding-left: calc(50vw - 600px);
  padding-right: calc(50vw - 600px);
}

.breadcrumbs {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0 16px;
}

.breadcrumbs a {
  color: #828282;
}

.breadcrumbs a:hover {
  color: #333333;
}

.breadcrumbs .current_bc {
  color: #3E61AC;
}

.vol_license h1, .vol_license h3 {
  color: #1E2351;
  margin-bottom: 32px;
}

.vol_license {
  padding-bottom: 97px;
}

.cookie_txt {
  color: #333333;
  padding-bottom: 80px;
}

.cookie_txt h6 {
  margin-top: 32px;
}

/* home page */
.home_top {
  height: calc(100vh - 64px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/main_bg.png") no-repeat center;
  background-size: cover;
  position: absolute;
  z-index: 30;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 64px;
  /*transition: transform 0.15s linear;*/
}

.fade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #333;
  transition: opacity 0.15s linear;
}

.home_top video {
  background: url("../images/main_bg.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_txt {
  margin-top: -15%;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  transform: translateY(32px);
  -webkit-animation: appear 0.4s linear 0.04s;
          animation: appear 0.4s linear 0.04s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes appear {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes appear {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes appear2 {
  100% {
    transform: scale(1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes appear2 {
  100% {
    transform: scale(1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
.logo_top {
  margin: 0 auto;
  width: 800px;
  height: 280px;
  max-width: 100%;
  background: url("../images/logo_text_white.svg") no-repeat center;
  background-size: contain;
}

/*.logo_top .log_path {
	transform-origin: center;
	opacity: 0;
	transform: scale(0.7);
	animation: appear2 0.3s linear 0.5s;
	animation-fill-mode: forwards;
}*/
.logo_top svg {
  width: 100%;
}

.mobility {
  /*margin-top: 45vh;*/
  padding: 200px 0 0;
  position: relative;
}

.mobility h1 {
  padding-left: calc(50vw - 600px);
  margin-bottom: -12px;
  line-height: 1;
}

.mobility h1 span {
  display: inline-block;
  padding: 0 16px;
}

.mobility h1, .analytics h1 {
  color: #333333;
  text-transform: uppercase;
}

.section_container {
  display: flex;
  flex-direction: column;
}

.section_content_black {
  background-color: #333333;
  flex-grow: 100;
}

.section_content_white {
  background-color: #ffffff;
  flex-grow: 100;
}

.mobility_txt {
  color: #ffffff;
  padding: 64px calc(50vw - 514px) 144px;
}

.mobility_txt p {
  display: inline-block;
  padding: 0 16px;
}

.par_parent {
  margin-top: 100px !important;
}

.parallaxing {
  position: relative;
  transform: translateY(-160px);
  transition: transform 0.1s linear;
}

/*
.parallaxing img{
	transition: transform 0.4s linear;
}*/
.parallax_item_1 {
  position: absolute;
  left: 15%;
  bottom: -200px;
  transform: translateY(0);
}

.txt_yellow {
  color: #FFC149;
}

.innovation {
  /*padding: 0 calc(50vw - 600px) 300px 43%;*/
  padding: 0;
  position: relative;
  background-color: #333333;
}

.innovation .section_content_white {
  position: relative;
  padding: 41px calc(50vw - 600px) 300px 43%;
}

.innovation h1 {
  padding: 0 calc(50vw - 600px + 16px) 0 calc(43% + 16px);
  margin-bottom: 0;
  color: #ffffff;
  line-height: 57px;
  text-transform: uppercase;
}

.innovation h6 {
  padding: 0 16px;
}

.parallax_item_2 {
  position: absolute;
  right: calc(50vw - 600px);
  transform: translateY(0);
}

.analytics h1 {
  padding: 0 16px;
  margin-bottom: -24px;
}

.analytics {
  position: relative;
  padding-top: 0;
  padding-bottom: 340px;
}

.analytics h6 {
  padding: 64px 64px 128px;
  max-width: 792px;
  color: #ffffff;
}

.analytics p, .innovation p, .mobility p,
.analytics span, .innovation span, .mobility span {
  /*opacity: 0;*/
  /*transform: translateY(20px);*/
  /*transition: all 0.4s ease-in-out;*/
  font-weight: 800;
}

/*.appeared.analytics span, .appeared.innovation span, .appeared.mobility span{
	opacity: 1;
	transform: translateY(0);
}*/
.parallax_item_3 {
  position: absolute;
  left: 732px;
  bottom: 144px;
  transform: translateY(0);
}

.parallax_item_1, .parallax_item_2, .parallax_item_3 {
  z-index: 20;
  transition: transform 0.5s linear;
}

.parallax_item img {
  width: 100%;
}

.parallax_item svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.vect_elem {
  fill: none;
  stroke: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in;
  /*transition: opacity 0.3s ease-in 0.1s, transform 0.3s 0.4s linear;*/
}

.vect_elem.anim {
  transform: scale(1);
  fill: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.parallax_item_1 .vect_elem.anim {
  fill: rgba(255, 255, 255, 0);
  transform-origin: 49% 48%;
  opacity: 1;
  transition: all 0.5s;
  transform: rotate(0deg);
  -webkit-animation: 5.2s rotationS linear 3 0.4s;
          animation: 5.2s rotationS linear 3 0.4s;
}

@-webkit-keyframes rotationS {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotationS {
  100% {
    transform: rotate(360deg);
  }
}
.parallax_item_2 svg {
  transform: rotate(180deg);
  display: none;
  transition: none;
}

.parallax_item_2 .vect_elem {
  stroke-width: 2;
  transform: scaleZ(0);
}

.parallax_item_3 svg {
  left: 0;
  top: 1%;
}

.contact {
  padding-top: 190px;
  padding-bottom: 190px;
}

.subscrform {
  padding-top: 24px;
}

.subscrform h5 {
  color: #3E61AC;
  text-transform: uppercase;
}

.subscr_txt {
  font-size: 14px;
  color: #3E61AC;
  margin-top: 6px;
}

/* end of home */
/* 404 page */
.error404 {
  text-align: center;
  margin: 160px 0 100px;
}

.error404 img {
  width: 156px;
  position: relative;
  z-index: 2;
}

.digit {
  display: inline-block;
  background: url("../images/4.png") no-repeat center;
  width: 102px;
  height: 126px;
  position: relative;
  top: -20px;
}

.digit_1 {
  left: 18px;
}

.digit_2 {
  left: -18px;
  z-index: 3;
  -webkit-animation: anim404_4 0.25s 1.4s;
          animation: anim404_4 0.25s 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.err_img {
  -webkit-animation: anim404_0 0.4s linear 1s;
          animation: anim404_0 0.4s linear 1s;
}

@-webkit-keyframes anim404_0 {
  25%, 75% {
    transform: rotate(15deg);
  }
  50%, 100% {
    transform: rotate(-15deg);
  }
}

@keyframes anim404_0 {
  25%, 75% {
    transform: rotate(15deg);
  }
  50%, 100% {
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes anim404_4 {
  100% {
    transform: rotate(20deg) translateY(15px);
  }
}
@keyframes anim404_4 {
  100% {
    transform: rotate(20deg) translateY(15px);
  }
}
/* end of 404 page */
.block-info {
  display: flex;
}

/* tags */
.tags-list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.tags-list .tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  color: #D2E1FF;
  border: 1px solid #D2E1FF;
  padding: 1px 7px;
  text-transform: lowercase;
  margin: 5px;
  transition: 0.3s;
}
.tags-list .tag:hover {
  background-color: #D2E1FF;
  color: white;
  cursor: pointer;
}
.tags-list .tag:first-of-type {
  margin: 5px 5px 5px 0;
}
.tags-list .tag:last-of-type {
  margin: 5px 0 5px 5px;
}

/*  page blog */
.blog_inner {
  padding-bottom: 62px;
}

.blog_inner .tab.active {
  width: calc(100% + 20px);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.article_date {
  position: relative;
  z-index: 3;
  margin-top: -10px;
  background: #333333;
  color: #ffffff;
  display: block;
  width: 104px;
  text-align: right;
  padding: 0 8px;
  font-size: 14px;
  line-height: 24px;
}

.blog_article .blog_article-title {
  margin-top: 12px;
  color: #3E61AC;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.blog_article .blog_article-title a:hover {
  text-decoration: inherit;
  color: #6288d9;
  transition: 0.3s;
}

.blog_article {
  width: calc(33.3333% - 20px);
  margin: 0 10px 40px 10px;
}
@media (max-width: 768px) {
  .blog_article {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .blog_article {
    width: 100%;
  }
}
.blog_article:nth-child(1), .blog_article:nth-child(2) {
  width: calc(50% - 20px);
  margin: 0 10px 32px 10px;
}
@media (max-width: 575px) {
  .blog_article:nth-child(1), .blog_article:nth-child(2) {
    width: 100%;
  }
}
.blog_article .blog_short-description {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog_preview a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 73.4%;
}

.blog_preview img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article_preview .breadcrumbs {
  padding: 0;
  color: #828282;
}

.article_preview .breadcrumbs a:hover {
  color: #000000;
}

.article_preview {
  padding: 10px calc(50vw - 600px);
  color: #1E2351;
  position: relative;
}

.article_preview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.aticle-content__title {
  margin-bottom: 0;
}

.aticle-content__subtitle {
  font-size: 32px;
  line-height: 40px;
  color: #1E2351;
}

.tag__list {
  display: flex;
  flex-direction: row;
  max-width: 200px;
  justify-content: space-between;
  margin-top: 16px;
}

.tag {
  color: #D2E1FF;
  font-size: 14px;
  font-weight: 600;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D2E1FF;
  border-radius: 24px;
  padding: 0 12px;
}
.tag:hover {
  background-color: #D2E1FF;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}

.article_content_image {
  position: relative;
  z-index: 3;
  color: #fff;
}

.post_date {
  width: 100px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

.blog_post p {
  margin-bottom: 16px;
}

.blog_post .shadow_left {
  overflow: hidden;
  padding-bottom: 84px;
  margin: 32px 0;
}

.blog_post img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.blog_post iframe {
  max-width: 100%;
}

.blog_post a {
  color: #1D5ACF;
}
.blog_post a:hover {
  color: #0038A5;
}

/* end of blog page */
/* search page  */
.search_inner {
  padding: 32px calc(50vw - 600px) 100px;
}

.search_inner .searchfield {
  margin-bottom: 120px;
  position: relative;
}

.search_inner .searchinp {
  width: 100%;
  max-width: none;
  height: 56px;
  background: url("../images/search_blue.svg") no-repeat 98% center #fff;
  background-size: 24px;
  border: 2px solid #3E61AC;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 14px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.searc_intellisence {
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  display: none;
  list-style: none;
  border: 2px solid #3E61AC;
  margin-top: -2px;
  border-radius: 0 0 4px 4px;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.searc_intellisence li {
  line-height: 48px;
  padding: 0 14px;
  font-size: 14px;
  background: #ffffff;
  cursor: pointer;
}

.searc_intellisence li:nth-of-type(even) {
  background: rgba(153, 175, 218, 0.16);
}

.searchinp:focus {
  outline: none;
}

.searchinp:focus + .searc_intellisence {
  display: block;
}

.search_res_elem {
  margin-bottom: 32px;
}

.res_date {
  font-size: 14px;
  line-height: 22px;
}

.serch_descr {
  margin: 0;
}

.res_found {
  background: #FFC149;
  display: inline-block;
  padding: 0 3px;
}

.search_results h6 {
  color: #3E61AC;
  margin: 0;
}

/* end of search page */
/* about page */
.about_inner {
  padding-top: 16px;
}

.about_inner h1 {
  color: #1E2351;
}

.about_img {
  margin: 32px 0 80px;
}

.about_img img {
  width: 100%;
  position: relative;
  z-index: 3;
  border: 8px solid #ffffff;
  margin-bottom: 80px;
}

.about_img p {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.about_img .btn_yellow {
  width: 288px;
  margin: 0 auto;
  bottom: -26px;
}

.shadow_left, .shadow_right {
  position: relative;
}

.shadow_left > *, .shadow_right > * {
  position: relative;
  z-index: 3;
}

.shadow_right {
  padding: 80px 80px 0 0;
}

.shadow_left {
  padding: 80px 0 0 80px;
}

.shadow_right p {
  padding-left: 102px;
}

.shadow_left p {
  padding-right: 102px;
}

.shadow_left::before, .shadow_right::before {
  content: "";
  display: block;
  position: absolute;
  width: 93.3%;
  height: 100%;
  background: #333333;
  top: 0;
}

.shadow_left::before {
  left: 0;
}

.shadow_right::before {
  right: 0;
}

.aboutimg_wrap {
  align-self: flex-end;
}

.aboutimg_btm {
  display: block;
  width: 282px;
  margin-top: 96px;
  margin-right: calc(50vw - 580px);
}

/* end of about page */
/* contact page */
.contact_inner {
  padding-top: 16px;
}

.contact_inner .fullheight {
  padding-left: calc(50vw - 600px);
  padding-right: calc(50vw - 600px);
}

.contact_inner .fullheight.withmap {
  padding: 0;
}

.contact_inner .fullheight:first-of-type {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.contact_inner h1 {
  width: 100%;
  color: #1E2351;
}

.contact_inner > h5 {
  width: 100%;
  color: #3E61AC;
  margin-bottom: 44px;
  margin-top: 96px;
}

.cont_item {
  font-style: normal;
  font-weight: 600;
  color: #333333;
}

.cont_elem {
  display: block;
}

.cont_item h6 {
  color: #3E61AC;
  opacity: 0.88;
  margin: 4px 0;
}

.cont_item {
  color: rgba(55, 55, 55, 0.88);
}

.cont_item h5 {
  margin-bottom: 8px;
  color: #3E61AC;
}

.conth5 {
  color: #3E61AC;
  padding-left: calc(50vw - 600px);
  margin-bottom: 10px;
}

.cont_img {
  width: 49%;
  text-align: center;
  position: relative;
}

.cont_img img {
  margin-top: 80px;
  border: 8px solid #ffffff;
  vertical-align: top;
  position: relative;
  z-index: 2;
  max-width: 90%;
}

.cont_img:before {
  content: "";
  display: block;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
}

/* end of contact page */
/* documents page */
.doc_inner {
  padding-top: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-bottom: 100px;
}

.doc_item {
  text-align: center;
  width: calc(100% / 3);
  margin-bottom: 32px;
  padding: 0 30px;
}

.doc_item h6 {
  color: #3E61AC;
}

.doc_inner h1 {
  width: 100%;
  color: #1E2351;
}

/* Style the tab */
.tab {
  display: flex;
}
.tab .tablinks {
  cursor: pointer;
  border-bottom: 4px solid transparent;
  transition: 0.3s;
}
.tab .tablinks:hover, .tab .tablinks.active {
  border-bottom-color: #1D5ACF;
}

.tabcontent {
  display: none;
  border-top: none;
}

.document {
  display: grid;
  grid-row-gap: 8px;
  grid-template-areas: "title" "date" "btn";
}
@media screen and (min-width: 992px) {
  .document {
    grid-column-gap: 30px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title btn" "date  btn";
  }
}

.document__title {
  grid-area: title;
}

.document__btn {
  align-self: start;
  grid-area: btn;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.document__btn-text {
  transition: 0.3s;
}

.document__date {
  grid-area: date;
  color: #4E5B74;
}

.onever .select__selected-title {
  color: #4E5B74;
  cursor: auto;
}
.onever .select__arrow {
  display: none;
}

/* end of documents page */
/* services pages */
.serv_inner {
  padding-top: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-bottom: 100px;
}

.serv_inner h1 {
  width: 100%;
  color: #1E2351;
}

.serv_inner > p {
  margin-bottom: 77px;
}

.serv_item {
  text-align: center;
  width: calc(100% / 3);
  margin-bottom: 32px;
  padding: 0 40px;
}

.serv_item img {
  margin-bottom: 44px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.serv_item h6 {
  color: #3E61AC;
}

.service_inner {
  padding-top: 16px;
  padding-bottom: 96px;
}

.service_inner .contact_form {
  margin: 64px 0 24px;
}

.service_inner .msg {
  margin: 32px auto 0;
  min-height: 160px;
}

/* end pf servises pages */
/* anticor pages */
.anticor {
  padding-top: 16px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.anticor .about_img {
  width: 100%;
  margin-bottom: 0;
}

.pers {
  width: 100%;
  margin: 32px 0;
}

.pers p {
  margin: 0;
}

.form_anticor_public, .inp_wrap.agree2 {
  display: none;
}

/* end of anticor pages */
/* team pages */
.lightblue1 {
  background: #99AFDA;
}

.lightblue2 {
  background: #6886C2;
}

.midblue {
  background: #1D4697;
}

.midblue2 {
  background: #1D4697;
}

.blue {
  background: #273778;
}

.deepblue {
  background: #1E2351;
}

.team_inner {
  padding-top: 16px;
  padding-bottom: 97px;
}

.team_inner .about_img {
  margin: 32px 0 0;
}

.team_inner .msg, .anticor .msg {
  margin: -20px 0 64px;
  max-width: 93.3%;
  text-align: center;
}

.team_inner .msg {
  margin: 0 0 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible !important;
}

.team_inner .team_grid.grid .msg {
  margin: 0;
}

.team_inner .btn_yellow {
  z-index: 2;
}

.team_grid {
  transition: all 0.5s ease-in;
}

.grid-item {
  width: 16.67%;
  float: left;
}

.grid-sizer {
  width: 16.67%;
}

.team_member, .grid_placeholder, .team_grid .msg {
  height: 258px;
  overflow: hidden;
  cursor: pointer;
}

.grid-item-content {
  width: 100%;
  height: 100%;
  transition: width 0.3s, height 0.3s;
}

.grid-item--width2 {
  width: 33.3%;
}

.team_member.grid-item--width2 {
  height: 775px;
  z-index: 2;
}

.team_member > img, .grid-item-content > img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 505px;
}

.team_member.grid-item--width2 > img, .grid-item--width2 .grid-item-content > img {
  -webkit-filter: none;
          filter: none;
}

.pers_descr {
  background: #333333;
  color: #ffffff;
  padding: 28px 14px 22px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease-in-out 0.32s;
}

.grid-item--width2 .pers_descr {
  transform: scaleY(1);
}

.pers_position {
  margin: 0;
}

.pers_name {
  margin-bottom: 24px;
}

.pers_links a {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
}

.pers_socials img {
  width: 32px;
  margin-right: 10px;
}

/* end of team pages */
/* carreers pages */
.vacanc_inner {
  padding-top: 16px;
  padding-bottom: 80px;
}

.vacanc_inner h2,
.vacanc_inner h3,
.vacanc_inner h4 {
  margin-bottom: 8px;
  color: #1E2351;
  line-height: 1.24;
}

.vacanc_inner h2 {
  font-size: 32px;
}

.vacanc_inner h3 {
  font-size: 26px;
}

.vacanc_inner h4 {
  font-size: 20px;
}

.vacanc_inner .default-text {
  color: #333333;
}

.carreer {
  width: 100%;
  max-width: 892px;
  margin-bottom: 32px;
}

.carreer h6 {
  display: flex;
  position: relative;
  color: #3E61AC;
  margin: 0;
}

.carr_descr {
  margin: 0;
}

.carr_date {
  font-size: 14px;
  line-height: 24px;
}

.tooltip {
  cursor: pointer;
  padding-right: 6px;
}

.tooltip img {
  height: 32px;
  width: 32px;
}

.tooltip_txt {
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 3;
  background: #4F4F4F;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 16px;
  max-width: 344px;
  display: none;
}

.tooltip:hover + .tooltip_txt {
  display: block;
}

.c_bonuses {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 96px 0;
  color: #333333;
}

.c_bonuses h5 {
  width: 100%;
  color: #3E61AC;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.carreer_bonus {
  width: 14.8%;
  text-align: center;
}

.carreer_bonus img {
  width: 98%;
}

.vacanc_offer {
  margin-bottom: 64px;
}

.vacanc_inner .btn_blue {
  width: 384px;
}

.btn_blue.accepted {
  background: transparent;
  color: #3E61AC;
  padding: 0;
  box-shadow: none;
  transform: none;
  display: inline-block;
  margin-bottom: 32px !important;
}

.btn_blue.accepted.centered {
  display: block;
  text-align: center;
}

.vacanc_inner .msg {
  margin: 0 auto 90px;
}

.vacanc_test {
  padding-top: 24px;
  padding-bottom: 200px;
}

.vacanc_test h5 {
  color: #3E61AC;
}

.test_timer {
  font-size: 14px;
  line-height: 1;
}

.vacanc_form, #vacanc_res {
  display: none;
}

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

.progressbar {
  margin: 16px 0 33px;
  width: 100%;
  height: 9px;
  border-bottom: 1px solid #E0E0E0;
}

.progress {
  width: 220px;
  height: 100%;
  background: #99AFDA;
}

.task_wrap {
  margin-bottom: 32px;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.4);
}

.test_popup {
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  max-width: 588px;
  width: 90%;
  padding: 32px;
  position: fixed;
  top: 316px;
  left: calc(50vw - 289px);
}

.test_popup a {
  text-align: center;
  display: block;
  color: #3E61AC;
  text-decoration: underline;
}

.test_popup .btn_blue {
  margin: 40px auto 16px;
  max-width: 384px;
}

/* end of carreers pages */
/* kerivnyk page */
.kerivn_inner {
  padding-top: 16px;
  padding-bottom: 170px;
}

.kerivn_inner h1, .kerivn_inner h3, .kerivn_inner h6 {
  color: #1E2351;
}

.kerivn_inner h1 {
  margin-bottom: 32px;
}

.kerivn_cv {
  padding-top: 110px;
}

.kerivn_cv ul {
  list-style: none;
  font-weight: 600;
}

.kerivn_cv li {
  margin: 8px 0;
}

.cv_part {
  margin-bottom: 32px;
}

.cv_part p {
  margin-bottom: 8px;
}

/* end of kerivnyk page */
/* slider in blog */
[class^=swiper-button-] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.swiper-slide .slide-cover {
  width: 100%;
  height: 100%;
  background: #fff9;
}

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

.swiper-container {
  width: 80%;
  height: 60vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide.swiper-slide-active .slide-cover {
  background: none;
}

.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
  border: 8px solid #ffffff;
}

.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}

.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}

.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
}

.swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}

/*end of slider */
/* responsive styles */
@media (min-width: 2560px) {
  .swiper-container {
    height: 30vh;
  }
}
@media (max-width: 1280px) {
  .contact_inner .fullheight {
    padding: 16px 40px 0;
  }

  .article_preview {
    height: auto;
    padding-bottom: 32px;
  }

  .article_preview, section, article, footer, .breadcrumbs {
    padding-left: 32px;
    padding-right: 32px;
  }

  .search_inner {
    padding: 32px 40px 100px;
  }

  .aboutimg_btm {
    margin-right: 85px;
  }

  header {
    padding: 6.5px 24px;
  }

  .parallax_item_2 {
    right: 40px;
  }

  .langbtn {
    margin-left: 12px;
    text-align: center;
  }

  .searchbtn {
    margin-left: 12px;
  }

  .navlink {
    padding: 0 8px;
  }
}
@media (max-width: 1170px) {
  .doc_name {
    width: calc(100% - 280px);
    margin-bottom: 32px;
  }

  .parallax_item_3 {
    left: calc(50% - 120px);
    width: 234px;
  }

  .grid-item, .grid-sizer {
    width: 25%;
  }

  .grid-item--width2 {
    width: 50%;
  }

  .team_member, .grid_placeholder, .team_inner .msg {
    height: 120px;
  }
}
@media (max-width: 1024px) {
  header .searchfield {
    margin: 0;
    top: -20px;
    padding: 3px 12px 3px 0;
    z-index: 21;
  }

  .searching .searchbtn {
    z-index: 22;
  }

  .kerivn_cv {
    padding-top: 30px;
  }

  /*.blog_article:nth-of-type(n+1) .blog_preview {
      max-height: 250px;
  }*/
  .serv_item {
    width: 47%;
  }

  .burgermenu {
    display: flex;
    cursor: pointer;
  }

  nav, .langbtn {
    display: none;
  }

  body {
    padding-top: 40px;
  }

  .curr_page {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 16px - 16px - 16px - 50px);
  }

  .curr_page::before, .curr_page::after {
    content: "a";
    opacity: 0;
    margin-left: 50px;
  }

  header {
    padding: 0;
    min-height: 40px;
    height: auto;
    text-align: center;
  }

  .searchbtn {
    width: 24px;
    height: 24px;
    overflow: hidden;
    color: white;
    position: absolute;
    right: 16px;
    z-index: 10;
    top: -12px;
  }

  .corruption-btn {
    display: none;
  }

  .backlink {
    display: block;
  }

  .home .backlink {
    display: none;
  }

  .menu {
    text-align: left;
    min-height: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
  }

  .opened .menu {
    height: 100vh;
    overflow: hidden;
    padding: 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .opened nav {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: auto;
  }

  nav .navlink {
    width: 100%;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    padding: 0 16px;
  }

  .langsel {
    position: static;
    order: 3;
    display: none;
    width: 100%;
    flex: 0 0 50px;
    padding-top: 8px;
    border-top: 1px solid #E0E0E0;
  }

  .home-page-link {
    display: inline-block;
  }

  .opened .langsel {
    display: block;
  }

  .home_top {
    margin-top: 0;
    height: calc(100vh - 40px);
    overflow: hidden;
    position: static;
    transform: none !important;
  }

  .top_txt {
    position: absolute;
  }

  .home_top video {
    position: static;
    width: 100vw;
    min-width: 100vw;
    min-height: 100%;
    height: 100%;
    /*width: auto;*/
  }

  .notification {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .contact_inner {
    display: block;
  }

  .anticor {
    flex-direction: column;
  }

  .cont_item {
    width: auto;
    margin-bottom: 40px;
  }

  .anticor .cont_item {
    margin-bottom: 24px;
  }
}
@media (max-width: 800px) {
  .grid-item, .grid-sizer {
    width: 33%;
  }

  .team_member.grid-item--width2 {
    width: 66%;
    height: 440px;
  }

  .team_member > img, .grid-item-content > img {
    max-height: 276px;
  }

  /*.serv_elem {
      width: 50vw;
      padding: 30px 5vw;
      opacity: 0.5;
      transition: all 0.3s ease-in;
  }

  .serv_descrtext {
      opacity: 0;
      height: 0;
      overflow: hidden;
      transition: all 0.3s ease-in;
  }

  .serv_elem:nth-of-type(2) {
      opacity: 1;
  }

  .serv_elem:nth-of-type(n+2) .serv_descrtext {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      opacity: 1;
      height: auto;
      padding: 20px 30px;
  }*/
  /*.serv .carousel_wrap {
      margin-left: -25vw;
      flex-wrap: nowrap;
  }*/
}
@media (max-width: 769px) {
  body {
    min-height: none;
  }

  p.smalltext {
    font-size: 14px;
  }

  .contact_inner {
    padding-top: 0;
  }

  .onepage-wrapper .fullheight {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article_preview, section, article, footer, .breadcrumbs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .serv h3 {
    opacity: 1;
    line-height: 1.3;
  }

  .search_inner {
    padding: 16px 24px 200px;
  }

  .search_inner .searchfield {
    margin-bottom: 32px;
  }

  .search_res_elem {
    margin-bottom: 24px;
  }

  .doc_name {
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }

  .doc_date_select {
    flex: 1 1 auto;
    margin-right: 16px;
  }

  .swiper-container {
    height: 40vh !important;
  }

  .shadow_right {
    padding: 48px 48px 0 0;
  }

  .shadow_left {
    padding: 48px 48px 64px 48px;
  }

  .about_img img {
    margin-bottom: 60px;
  }

  .about_img {
    margin-bottom: 48px;
  }

  .cont_img {
    display: none;
  }

  .anticor .about_img img {
    margin-bottom: 0;
    border: none;
  }

  h6.carr_name {
    font-size: 26px;
  }

  .vacanc_inner .btn_blue, .vacanc_test .btn_blue {
    display: block;
    margin: 20px auto 0;
  }

  .logo_top {
    width: 94%;
    height: 140px;
    background: url("../images/logo_text_white.svg") no-repeat center;
    background-size: contain;
  }

  .home_top {
    align-items: center;
    width: 100vw;
    background: url("../images/main_bg.png") no-repeat center;
    background-size: cover;
  }

  .home_top video {
    /*width: 100%;*/
    display: none;
  }

  .top_txt {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
  }

  .contact, .serv, .mobility, .innovation, .analytics {
    /*height: calc(100vh - 40px);*/
    height: 100%;
  }

  .home .onepage-wrapper .innovation, .analytics, .mobility {
    padding: 40px 0 !important;
  }

  .innovation .section_content_white {
    padding: 40px 0;
  }

  .home .onepage-wrapper footer.fullheight {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobility h1 {
    margin-bottom: -6px;
  }

  .mobility_txt {
    height: 100%;
    padding: 24px 0;
  }

  .analytics h1 {
    margin-bottom: -10px;
  }

  .innovation h1 {
    background: #333;
    padding-left: 24px;
    line-height: 1;
    /*margin-top: 5px;*/
    margin-bottom: -5px;
  }

  .parallax_item_1 {
    bottom: 0;
    left: 15vw;
  }

  .parallax_item_2 {
    right: 12vw;
  }

  .parallax_item_3 {
    bottom: auto;
    left: 15vw;
  }

  body {
    min-height: auto;
    height: 100%;
  }

  body.nopadding {
    /*padding-top: 0;*/
  }

  .fullheight {
    margin: 0;
    padding-top: 50px;
    height: 100%;
    min-height: 100vh;
    /*height: 100vh !important;*/
  }

  .innovation {
    padding: 40px 0 0;
    margin-top: 0;
  }

  .innovation h6 {
    margin-top: -4px;
    background: #fff;
    padding: 0 32px;
  }

  .innovation h6 span {
    padding-top: 10px;
  }

  .contact_inner .fullheight:first-of-type {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact_inner .fullheight {
    padding-top: 10px;
  }

  .analytics {
    padding: 40px 0 0;
  }

  .analytics h6 {
    padding: 24px;
  }

  .subscrform h5 {
    font-size: 28px;
  }

  .contact {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .analytics p, .innovation p, .mobility p,
.analytics span, .innovation span, .mobility span {
    opacity: 1;
    transform: none;
  }

  .conth5 {
    padding-left: 24px;
  }
}
@media (max-width: 750px) {
  .conth5 {
    padding-left: 16px;
  }

  .service_inner .contact_form {
    margin: 32px 0;
  }

  .team_inner .msg, .anticor .msg {
    max-width: none;
  }

  .c_bonuses {
    justify-content: flex-start;
  }

  .carr_name, .carr_date {
    margin: 8px 0 0;
  }

  .carreer_bonus {
    width: 32%;
    margin-right: 1%;
  }

  .carreer {
    margin-bottom: 24px;
  }

  .test_popup p {
    padding: 10px;
  }

  .test_popup {
    max-width: 96%;
    width: 96%;
    top: 60px;
    left: 2%;
    padding: 30px 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }

  .blog_slider.shadow_left:before {
    display: none;
  }

  .blog_slider.shadow_left {
    padding: 0;
  }

  .swiper-container.nav-slider {
    display: none;
  }

  .swiper-container {
    width: 100%;
  }

  .parallax_item_1, .parallax_item_2, .parallax_item_3 {
    width: 168px;
  }

  .parallax_item_1 {
    left: 3vw;
  }

  .parallax_item_2 {
    top: 30vh;
    right: 3vw;
  }

  .parallax_item_3 {
    left: calc(50% - 89px);
  }

  .analytics h6 {
    padding: 24px 16px 80px;
  }
}
@media (max-width: 575px) {
  .doc_item {
    text-align: left;
    width: calc(100% / 1);
  }

  .article_preview h2 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 16px;
  }

  h6.carr_name {
    font-size: 18px;
  }

  .tooltip_txt {
    font-size: 10px;
    left: 0;
    top: 22px;
    padding: 10px;
  }

  .doc_name {
    margin-bottom: 16px;
  }

  .article_preview {
    padding: 20px 0 80px;
  }

  .post_date {
    font-size: 10px;
    width: 80px;
    line-height: 24px;
    height: 24px;
    padding: 0 8px 0 0;
    margin: 0 0 20px;
  }

  .article_date {
    font-size: 10px;
    line-height: 24px;
    padding: 0 8px;
  }

  .breadcrumbs {
    /*display: none;*/
  }

  .onepage-wrapper .fullheight {
    padding-left: 16px;
    padding-right: 16px;
  }

  section, article, footer, .breadcrumbs {
    padding-left: 16px;
    padding-right: 16px;
  }

  p.smalltxt {
    font-size: 10px;
    line-height: 16px;
  }

  .error404 {
    text-align: center;
    margin: 120px 0 100px;
  }

  .error404 img {
    width: 140px;
  }

  .msg {
    text-align: center;
    padding: 16px 16px 44px;
  }

  .search_inner {
    padding: 16px 24px 200px;
  }

  .msg .btn_yellow {
    width: 280px;
    left: calc(50% - 140px);
  }

  .service_inner .msg, .anticor .msg {
    margin: 32px -16px 0 -16px;
    min-height: auto;
    width: calc(100% + 32px);
  }

  .about_img {
    display: none;
  }

  .aboutimg_btm {
    margin: 48px 0 0;
    width: 168px;
  }

  .team_inner {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .anticor_cover.about_img {
    display: block;
    order: -1;
    padding: 0;
    margin: 0 0 16px;
  }

  .about_img::before {
    display: none;
  }

  .about_img img {
    width: calc(100% + 32px);
    margin: 0 0 0 -16px;
    border: none;
  }

  .team_inner .msg, .anticor .msg {
    margin: 20px 0 64px -16px;
    max-width: none;
    width: calc(100% + 32px);
  }

  .anticor .msg {
    text-align: left;
  }

  .anticor {
    padding-top: 0;
  }

  .vacanc_inner .msg {
    width: 100vw;
    margin-left: -16px;
    margin-bottom: 180px;
  }

  .vacanc_info, .progressbar {
    display: none;
  }

  .test_popup .btn_blue {
    font-size: 14px;
  }

  .pagination__list {
    font-size: 20px;
    line-height: 32px;
  }

  .pagination__list-item::before {
    width: 40px;
    height: 40px;
  }

  .copyright {
    font-size: 10px;
  }

  .team_member, .grid_placeholder, .team_inner .msg {
    height: 120px;
  }

  .pers_position {
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
  }

  .pers_name {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
  }

  .pers_links {
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
  }

  .pers_links a {
    margin-bottom: 2px;
  }

  .pers_descr {
    padding: 10px 10px 16px;
  }

  .innovation h6, .innovation h1 {
    padding: 0 16px;
  }

  .subscrform h5 {
    font-size: 20px;
  }

  .subscr_txt {
    font-size: 10px;
    font-weight: 400;
  }

  header .searchfield {
    margin: 0;
    padding-left: 16px;
  }

  header .searchfield input {
    width: 100%;
  }

  .onepage-wrapper footer.fullheight {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 623px) {
  .parallax_item_1 {
    bottom: auto;
  }
}
@media (max-width: 375px) {
  .team_member, .grid_placeholder, .team_inner .msg {
    height: 120px;
  }
}
@media (max-width: 355px) {
  .mobility h1, .innovation h1, .analytics h1 {
    font-size: 38px;
  }

  .parallax_item_1, .parallax_item_2, .parallax_item_3 {
    bottom: 20vh;
    width: 138px;
  }

  .digit {
    width: 82px;
  }

  .contact_inner {
    padding-top: 2px;
  }

  .inp_wrap {
    margin-bottom: 24px;
  }

  .cont_elem {
    font-size: 16px;
    line-height: 20px;
  }

  .cont_item {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .fullheight {
    height: 70vw;
  }

  .home_top {
    padding-top: 20%;
  }

  .innovation {
    margin-top: -10px;
  }

  .serv {
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .parallax_item_1 {
    left: 7%;
  }
}
/*home screen animation */
@-webkit-keyframes kf_el_NZATyu6agr_an_KHg4Xa9ss {
  0% {
    transform: translate(234.8530426025px, 73.6054000854px) translate(-234.8530426025px, -73.6054000854px) translate(0, -5px);
  }
  20% {
    transform: translate(234.8530426025px, 73.6054000854px) translate(-234.8530426025px, -73.6054000854px) translate(0, 0);
  }
  100% {
    transform: translate(234.8530426025px, 73.6054000854px) translate(-234.8530426025px, -73.6054000854px) translate(0, 0);
  }
}
@keyframes kf_el_NZATyu6agr_an_KHg4Xa9ss {
  0% {
    transform: translate(234.8530426025px, 73.6054000854px) translate(-234.8530426025px, -73.6054000854px) translate(0, -5px);
  }
  20% {
    transform: translate(234.8530426025px, 73.6054000854px) translate(-234.8530426025px, -73.6054000854px) translate(0, 0);
  }
  100% {
    transform: translate(234.8530426025px, 73.6054000854px) translate(-234.8530426025px, -73.6054000854px) translate(0, 0);
  }
}
@-webkit-keyframes kf_el_oVbZfL6Ekq_an_DbR9OKFHE {
  0% {
    transform: translate(291.9450073242px, 62.4670982361px) translate(-291.9450073242px, -62.4670982361px) translate(-5px, 5px);
  }
  20% {
    transform: translate(291.9450073242px, 62.4670982361px) translate(-291.9450073242px, -62.4670982361px) translate(0, 0);
  }
  100% {
    transform: translate(291.9450073242px, 62.4670982361px) translate(-291.9450073242px, -62.4670982361px) translate(0, 0);
  }
}
@keyframes kf_el_oVbZfL6Ekq_an_DbR9OKFHE {
  0% {
    transform: translate(291.9450073242px, 62.4670982361px) translate(-291.9450073242px, -62.4670982361px) translate(-5px, 5px);
  }
  20% {
    transform: translate(291.9450073242px, 62.4670982361px) translate(-291.9450073242px, -62.4670982361px) translate(0, 0);
  }
  100% {
    transform: translate(291.9450073242px, 62.4670982361px) translate(-291.9450073242px, -62.4670982361px) translate(0, 0);
  }
}
@-webkit-keyframes kf_el_vu_ws3icQr_an_gUqzT9rXO {
  0% {
    transform: translate(272.1839904785px, 44.7859725952px) scale(0.6, 0.6) translate(-272.1839904785px, -44.7859725952px);
  }
  20% {
    transform: translate(272.1839904785px, 44.7859725952px) scale(1, 1) translate(-272.1839904785px, -44.7859725952px);
  }
  100% {
    transform: translate(272.1839904785px, 44.7859725952px) scale(1, 1) translate(-272.1839904785px, -44.7859725952px);
  }
}
@keyframes kf_el_vu_ws3icQr_an_gUqzT9rXO {
  0% {
    transform: translate(272.1839904785px, 44.7859725952px) scale(0.6, 0.6) translate(-272.1839904785px, -44.7859725952px);
  }
  20% {
    transform: translate(272.1839904785px, 44.7859725952px) scale(1, 1) translate(-272.1839904785px, -44.7859725952px);
  }
  100% {
    transform: translate(272.1839904785px, 44.7859725952px) scale(1, 1) translate(-272.1839904785px, -44.7859725952px);
  }
}
@-webkit-keyframes kf_el_oVbZfL6Ekq_an_PEFs_EM7Y {
  0% {
    transform: translate(291.9450073242px, 62.4670982361px) scale(0.6, 0.6) translate(-291.9450073242px, -62.4670982361px);
  }
  20% {
    transform: translate(291.9450073242px, 62.4670982361px) scale(1, 1) translate(-291.9450073242px, -62.4670982361px);
  }
  100% {
    transform: translate(291.9450073242px, 62.4670982361px) scale(1, 1) translate(-291.9450073242px, -62.4670982361px);
  }
}
@keyframes kf_el_oVbZfL6Ekq_an_PEFs_EM7Y {
  0% {
    transform: translate(291.9450073242px, 62.4670982361px) scale(0.6, 0.6) translate(-291.9450073242px, -62.4670982361px);
  }
  20% {
    transform: translate(291.9450073242px, 62.4670982361px) scale(1, 1) translate(-291.9450073242px, -62.4670982361px);
  }
  100% {
    transform: translate(291.9450073242px, 62.4670982361px) scale(1, 1) translate(-291.9450073242px, -62.4670982361px);
  }
}
@-webkit-keyframes kf_el_D5tLz2nrwL_an_u7-ZNpTYP {
  0% {
    transform: translate(239.6410064697px, 36.9733009338px) scale(0.6, 0.6) translate(-239.6410064697px, -36.9733009338px);
  }
  20% {
    transform: translate(239.6410064697px, 36.9733009338px) scale(1, 1) translate(-239.6410064697px, -36.9733009338px);
  }
  100% {
    transform: translate(239.6410064697px, 36.9733009338px) scale(1, 1) translate(-239.6410064697px, -36.9733009338px);
  }
}
@keyframes kf_el_D5tLz2nrwL_an_u7-ZNpTYP {
  0% {
    transform: translate(239.6410064697px, 36.9733009338px) scale(0.6, 0.6) translate(-239.6410064697px, -36.9733009338px);
  }
  20% {
    transform: translate(239.6410064697px, 36.9733009338px) scale(1, 1) translate(-239.6410064697px, -36.9733009338px);
  }
  100% {
    transform: translate(239.6410064697px, 36.9733009338px) scale(1, 1) translate(-239.6410064697px, -36.9733009338px);
  }
}
@-webkit-keyframes kf_el_oSqDrWxUoz_an_vLkYSKV3J {
  0% {
    transform: translate(257.0403747559px, 31.9999675751px) scale(0.6, 0.6) translate(-257.0403747559px, -31.9999675751px);
  }
  20% {
    transform: translate(257.0403747559px, 31.9999675751px) scale(1, 1) translate(-257.0403747559px, -31.9999675751px);
  }
  100% {
    transform: translate(257.0403747559px, 31.9999675751px) scale(1, 1) translate(-257.0403747559px, -31.9999675751px);
  }
}
@keyframes kf_el_oSqDrWxUoz_an_vLkYSKV3J {
  0% {
    transform: translate(257.0403747559px, 31.9999675751px) scale(0.6, 0.6) translate(-257.0403747559px, -31.9999675751px);
  }
  20% {
    transform: translate(257.0403747559px, 31.9999675751px) scale(1, 1) translate(-257.0403747559px, -31.9999675751px);
  }
  100% {
    transform: translate(257.0403747559px, 31.9999675751px) scale(1, 1) translate(-257.0403747559px, -31.9999675751px);
  }
}
@-webkit-keyframes kf_el_NZATyu6agr_an_ei_XbAu99 {
  0% {
    transform: translate(234.8530426025px, 73.6054000854px) scale(0.6, 0.6) translate(-234.8530426025px, -73.6054000854px);
  }
  20% {
    transform: translate(234.8530426025px, 73.6054000854px) scale(1, 1) translate(-234.8530426025px, -73.6054000854px);
  }
  100% {
    transform: translate(234.8530426025px, 73.6054000854px) scale(1, 1) translate(-234.8530426025px, -73.6054000854px);
  }
}
@keyframes kf_el_NZATyu6agr_an_ei_XbAu99 {
  0% {
    transform: translate(234.8530426025px, 73.6054000854px) scale(0.6, 0.6) translate(-234.8530426025px, -73.6054000854px);
  }
  20% {
    transform: translate(234.8530426025px, 73.6054000854px) scale(1, 1) translate(-234.8530426025px, -73.6054000854px);
  }
  100% {
    transform: translate(234.8530426025px, 73.6054000854px) scale(1, 1) translate(-234.8530426025px, -73.6054000854px);
  }
}
@-webkit-keyframes kf_el_jOgXXWFntT_an_EoXetXV-D {
  0% {
    transform: translate(254.2449951172px, 78.9625015259px) scale(0.6, 0.6) translate(-254.2449951172px, -78.9625015259px);
  }
  20% {
    transform: translate(254.2449951172px, 78.9625015259px) scale(1, 1) translate(-254.2449951172px, -78.9625015259px);
  }
  100% {
    transform: translate(254.2449951172px, 78.9625015259px) scale(1, 1) translate(-254.2449951172px, -78.9625015259px);
  }
}
@keyframes kf_el_jOgXXWFntT_an_EoXetXV-D {
  0% {
    transform: translate(254.2449951172px, 78.9625015259px) scale(0.6, 0.6) translate(-254.2449951172px, -78.9625015259px);
  }
  20% {
    transform: translate(254.2449951172px, 78.9625015259px) scale(1, 1) translate(-254.2449951172px, -78.9625015259px);
  }
  100% {
    transform: translate(254.2449951172px, 78.9625015259px) scale(1, 1) translate(-254.2449951172px, -78.9625015259px);
  }
}
#el_01BdVH17U * {
  will-change: transform;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_wS9GWc2zPv {
  fill: white;
}

#el_qfAiRezED- {
  fill: #f1f1f1;
}

#el_jOgXXWFntT {
  fill: #f1f1f1;
}

#el_NZATyu6agr {
  fill: #f1f1f1;
}

#el_oSqDrWxUoz {
  fill: #f1f1f1;
}

#el_vu_ws3icQr {
  fill: #f1f1f1;
}

#el_D5tLz2nrwL {
  fill: #f1f1f1;
}

#el_oVbZfL6Ekq {
  fill: #f1f1f1;
}

#el_jOgXXWFntT_an_EoXetXV-D {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(254.2449951172px, 78.9625015259px) scale(0.6, 0.6) translate(-254.2449951172px, -78.9625015259px);
  -webkit-animation-name: kf_el_jOgXXWFntT_an_EoXetXV-D;
  animation-name: kf_el_jOgXXWFntT_an_EoXetXV-D;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_NZATyu6agr_an_ei_XbAu99 {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(234.8530426025px, 73.6054000854px) scale(0.6, 0.6) translate(-234.8530426025px, -73.6054000854px);
  -webkit-animation-name: kf_el_NZATyu6agr_an_ei_XbAu99;
  animation-name: kf_el_NZATyu6agr_an_ei_XbAu99;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_oSqDrWxUoz_an_vLkYSKV3J {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(257.0403747559px, 31.9999675751px) scale(0.6, 0.6) translate(-257.0403747559px, -31.9999675751px);
  -webkit-animation-name: kf_el_oSqDrWxUoz_an_vLkYSKV3J;
  animation-name: kf_el_oSqDrWxUoz_an_vLkYSKV3J;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_D5tLz2nrwL_an_u7-ZNpTYP {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(239.6410064697px, 36.9733009338px) scale(0.6, 0.6) translate(-239.6410064697px, -36.9733009338px);
  -webkit-animation-name: kf_el_D5tLz2nrwL_an_u7-ZNpTYP;
  animation-name: kf_el_D5tLz2nrwL_an_u7-ZNpTYP;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_oVbZfL6Ekq_an_PEFs_EM7Y {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(291.9450073242px, 62.4670982361px) scale(0.6, 0.6) translate(-291.9450073242px, -62.4670982361px);
  -webkit-animation-name: kf_el_oVbZfL6Ekq_an_PEFs_EM7Y;
  animation-name: kf_el_oVbZfL6Ekq_an_PEFs_EM7Y;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_vu_ws3icQr_an_gUqzT9rXO {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(272.1839904785px, 44.7859725952px) scale(0.6, 0.6) translate(-272.1839904785px, -44.7859725952px);
  -webkit-animation-name: kf_el_vu_ws3icQr_an_gUqzT9rXO;
  animation-name: kf_el_vu_ws3icQr_an_gUqzT9rXO;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_oVbZfL6Ekq_an_DbR9OKFHE {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(291.9450073242px, 62.4670982361px) translate(-291.9450073242px, -62.4670982361px) translate(-5px, 5px);
  -webkit-animation-name: kf_el_oVbZfL6Ekq_an_DbR9OKFHE;
  animation-name: kf_el_oVbZfL6Ekq_an_DbR9OKFHE;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_NZATyu6agr_an_KHg4Xa9ss {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translate(234.8530426025px, 73.6054000854px) translate(-234.8530426025px, -73.6054000854px) translate(0, -5px);
  -webkit-animation-name: kf_el_NZATyu6agr_an_KHg4Xa9ss;
  animation-name: kf_el_NZATyu6agr_an_KHg4Xa9ss;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

/* croissant anim  */
@-webkit-keyframes kf_el_ZOMhpMFAD9_an_bQlu0rCBi7 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kf_el_ZOMhpMFAD9_an_bQlu0rCBi7 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kf_el_ZOMhpMFAD9_an_5Pa5J4sVM {
  0% {
    transform: translate(6.36977005px, 24.9982681274px) scale(1, 1) translate(-6.36977005px, -24.9982681274px);
  }
  25% {
    transform: translate(6.36977005px, 24.9982681274px) scale(0.1, 0.1) translate(-6.36977005px, -24.9982681274px);
  }
  83.33% {
    transform: translate(6.36977005px, 24.9982681274px) scale(0.1, 0.1) translate(-6.36977005px, -24.9982681274px);
  }
  100% {
    transform: translate(6.36977005px, 24.9982681274px) scale(1, 1) translate(-6.36977005px, -24.9982681274px);
  }
}
@keyframes kf_el_ZOMhpMFAD9_an_5Pa5J4sVM {
  0% {
    transform: translate(6.36977005px, 24.9982681274px) scale(1, 1) translate(-6.36977005px, -24.9982681274px);
  }
  25% {
    transform: translate(6.36977005px, 24.9982681274px) scale(0.1, 0.1) translate(-6.36977005px, -24.9982681274px);
  }
  83.33% {
    transform: translate(6.36977005px, 24.9982681274px) scale(0.1, 0.1) translate(-6.36977005px, -24.9982681274px);
  }
  100% {
    transform: translate(6.36977005px, 24.9982681274px) scale(1, 1) translate(-6.36977005px, -24.9982681274px);
  }
}
@-webkit-keyframes kf_el_ZOMhpMFAD9_an_bOV8dB6ou9 {
  0% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(0deg) translate(-6.36977005px, -24.9982681274px);
  }
  25% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(-24deg) translate(-6.36977005px, -24.9982681274px);
  }
  83.33% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(-24deg) translate(-6.36977005px, -24.9982681274px);
  }
  100% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(0deg) translate(-6.36977005px, -24.9982681274px);
  }
}
@keyframes kf_el_ZOMhpMFAD9_an_bOV8dB6ou9 {
  0% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(0deg) translate(-6.36977005px, -24.9982681274px);
  }
  25% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(-24deg) translate(-6.36977005px, -24.9982681274px);
  }
  83.33% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(-24deg) translate(-6.36977005px, -24.9982681274px);
  }
  100% {
    transform: translate(6.36977005px, 24.9982681274px) rotate(0deg) translate(-6.36977005px, -24.9982681274px);
  }
}
@-webkit-keyframes kf_el_ZOMhpMFAD9_an_wS9OkeA_9 {
  0% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(0, 0);
  }
  25% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(10px, 20px);
  }
  83.33% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(10px, 20px);
  }
  100% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(0, 0);
  }
}
@keyframes kf_el_ZOMhpMFAD9_an_wS9OkeA_9 {
  0% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(0, 0);
  }
  25% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(10px, 20px);
  }
  83.33% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(10px, 20px);
  }
  100% {
    transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(0, 0);
  }
}
@-webkit-keyframes kf_el_LW-4Xa-7d8_an_UWzf9Ou53 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  91.67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kf_el_LW-4Xa-7d8_an_UWzf9Ou53 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  91.67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kf_el_LW-4Xa-7d8_an_Y60HlHm4rJ {
  0% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(1, 1) translate(-37.1242980957px, -9.2691116333px);
  }
  25% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(0.1, 0.1) translate(-37.1242980957px, -9.2691116333px);
  }
  75% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(0.1, 0.1) translate(-37.1242980957px, -9.2691116333px);
  }
  91.67% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(1, 1) translate(-37.1242980957px, -9.2691116333px);
  }
  100% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(1, 1) translate(-37.1242980957px, -9.2691116333px);
  }
}
@keyframes kf_el_LW-4Xa-7d8_an_Y60HlHm4rJ {
  0% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(1, 1) translate(-37.1242980957px, -9.2691116333px);
  }
  25% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(0.1, 0.1) translate(-37.1242980957px, -9.2691116333px);
  }
  75% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(0.1, 0.1) translate(-37.1242980957px, -9.2691116333px);
  }
  91.67% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(1, 1) translate(-37.1242980957px, -9.2691116333px);
  }
  100% {
    transform: translate(37.1242980957px, 9.2691116333px) scale(1, 1) translate(-37.1242980957px, -9.2691116333px);
  }
}
@-webkit-keyframes kf_el_LW-4Xa-7d8_an_zyjB0-thg {
  0% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(0deg) translate(-37.1242980957px, -9.2691116333px);
  }
  25% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(-24deg) translate(-37.1242980957px, -9.2691116333px);
  }
  75% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(-24deg) translate(-37.1242980957px, -9.2691116333px);
  }
  91.67% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(0deg) translate(-37.1242980957px, -9.2691116333px);
  }
  100% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(0deg) translate(-37.1242980957px, -9.2691116333px);
  }
}
@keyframes kf_el_LW-4Xa-7d8_an_zyjB0-thg {
  0% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(0deg) translate(-37.1242980957px, -9.2691116333px);
  }
  25% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(-24deg) translate(-37.1242980957px, -9.2691116333px);
  }
  75% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(-24deg) translate(-37.1242980957px, -9.2691116333px);
  }
  91.67% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(0deg) translate(-37.1242980957px, -9.2691116333px);
  }
  100% {
    transform: translate(37.1242980957px, 9.2691116333px) rotate(0deg) translate(-37.1242980957px, -9.2691116333px);
  }
}
@-webkit-keyframes kf_el_LW-4Xa-7d8_an_IuDe_5bOu {
  0% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(0, 0);
  }
  25% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(10px, 20px);
  }
  75% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(10px, 20px);
  }
  91.67% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(0, 0);
  }
  100% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(0, 0);
  }
}
@keyframes kf_el_LW-4Xa-7d8_an_IuDe_5bOu {
  0% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(0, 0);
  }
  25% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(10px, 20px);
  }
  75% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(10px, 20px);
  }
  91.67% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(0, 0);
  }
  100% {
    transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(0, 0);
  }
}
@-webkit-keyframes kf_el_vfSKBHrxNz_an_jmQOZg87AZ {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  66.67% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kf_el_vfSKBHrxNz_an_jmQOZg87AZ {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  66.67% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kf_el_vfSKBHrxNz_an_YJq0nPoKq {
  0% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(1, 1) translate(-5.0731277466px, -65.1044387817px);
  }
  25% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(0.1, 0.1) translate(-5.0731277466px, -65.1044387817px);
  }
  66.67% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(0.1, 0.1) translate(-5.0731277466px, -65.1044387817px);
  }
  83.33% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(1, 1) translate(-5.0731277466px, -65.1044387817px);
  }
  100% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(1, 1) translate(-5.0731277466px, -65.1044387817px);
  }
}
@keyframes kf_el_vfSKBHrxNz_an_YJq0nPoKq {
  0% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(1, 1) translate(-5.0731277466px, -65.1044387817px);
  }
  25% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(0.1, 0.1) translate(-5.0731277466px, -65.1044387817px);
  }
  66.67% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(0.1, 0.1) translate(-5.0731277466px, -65.1044387817px);
  }
  83.33% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(1, 1) translate(-5.0731277466px, -65.1044387817px);
  }
  100% {
    transform: translate(5.0731277466px, 65.1044387817px) scale(1, 1) translate(-5.0731277466px, -65.1044387817px);
  }
}
@-webkit-keyframes kf_el_vfSKBHrxNz_an_9RU2LMBYrs {
  0% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
  25% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
  66.67% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(-24deg) translate(-5.0731277466px, -65.1044387817px);
  }
  83.33% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
  100% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
}
@keyframes kf_el_vfSKBHrxNz_an_9RU2LMBYrs {
  0% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
  25% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
  66.67% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(-24deg) translate(-5.0731277466px, -65.1044387817px);
  }
  83.33% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
  100% {
    transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  }
}
@-webkit-keyframes kf_el_vfSKBHrxNz_an_BFOIV6rEk {
  0% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(0, 0);
  }
  25% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(10px, 20px);
  }
  66.67% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(10px, 20px);
  }
  83.33% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(0, 0);
  }
  100% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(0, 0);
  }
}
@keyframes kf_el_vfSKBHrxNz_an_BFOIV6rEk {
  0% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(0, 0);
  }
  25% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(10px, 20px);
  }
  66.67% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(10px, 20px);
  }
  83.33% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(0, 0);
  }
  100% {
    transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(0, 0);
  }
}
@-webkit-keyframes kf_el_jw5iYrCxg2_an_6lCDDW7eD {
  0% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(0deg) translate(-14.9615001678px, -99.804397583px);
  }
  25% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(-24deg) translate(-14.9615001678px, -99.804397583px);
  }
  58.33% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(-12deg) translate(-14.9615001678px, -99.804397583px);
  }
  75% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(0deg) translate(-14.9615001678px, -99.804397583px);
  }
  100% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(0deg) translate(-14.9615001678px, -99.804397583px);
  }
}
@keyframes kf_el_jw5iYrCxg2_an_6lCDDW7eD {
  0% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(0deg) translate(-14.9615001678px, -99.804397583px);
  }
  25% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(-24deg) translate(-14.9615001678px, -99.804397583px);
  }
  58.33% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(-12deg) translate(-14.9615001678px, -99.804397583px);
  }
  75% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(0deg) translate(-14.9615001678px, -99.804397583px);
  }
  100% {
    transform: translate(14.9615001678px, 99.804397583px) rotate(0deg) translate(-14.9615001678px, -99.804397583px);
  }
}
@-webkit-keyframes kf_el_jw5iYrCxg2_an_kzDIGhaIt {
  0% {
    transform: translate(14.9615001678px, 99.804397583px) scale(1, 1) translate(-14.9615001678px, -99.804397583px);
  }
  25% {
    transform: translate(14.9615001678px, 99.804397583px) scale(0.1, 0.1) translate(-14.9615001678px, -99.804397583px);
  }
  58.33% {
    transform: translate(14.9615001678px, 99.804397583px) scale(0.1, 0.1) translate(-14.9615001678px, -99.804397583px);
  }
  75% {
    transform: translate(14.9615001678px, 99.804397583px) scale(1, 1) translate(-14.9615001678px, -99.804397583px);
  }
  100% {
    transform: translate(14.9615001678px, 99.804397583px) scale(1, 1) translate(-14.9615001678px, -99.804397583px);
  }
}
@keyframes kf_el_jw5iYrCxg2_an_kzDIGhaIt {
  0% {
    transform: translate(14.9615001678px, 99.804397583px) scale(1, 1) translate(-14.9615001678px, -99.804397583px);
  }
  25% {
    transform: translate(14.9615001678px, 99.804397583px) scale(0.1, 0.1) translate(-14.9615001678px, -99.804397583px);
  }
  58.33% {
    transform: translate(14.9615001678px, 99.804397583px) scale(0.1, 0.1) translate(-14.9615001678px, -99.804397583px);
  }
  75% {
    transform: translate(14.9615001678px, 99.804397583px) scale(1, 1) translate(-14.9615001678px, -99.804397583px);
  }
  100% {
    transform: translate(14.9615001678px, 99.804397583px) scale(1, 1) translate(-14.9615001678px, -99.804397583px);
  }
}
@-webkit-keyframes kf_el_jw5iYrCxg2_an_OPKXur-hW {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  58.33% {
    opacity: 0.4999;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kf_el_jw5iYrCxg2_an_OPKXur-hW {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  58.33% {
    opacity: 0.4999;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kf_el_jw5iYrCxg2_an_Ht_TziAz9 {
  0% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(0, 0);
  }
  25% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(10px, 20px);
  }
  58.33% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(10px, 14px);
  }
  75% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(0, 0);
  }
  100% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(0, 0);
  }
}
@keyframes kf_el_jw5iYrCxg2_an_Ht_TziAz9 {
  0% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(0, 0);
  }
  25% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(10px, 20px);
  }
  58.33% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(10px, 14px);
  }
  75% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(0, 0);
  }
  100% {
    transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(0, 0);
  }
}
#el_AzmzFr3X8 * {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_jw5iYrCxg2 {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -webkit-animation-name: kf_el_jw5iYrCxg2_an_OPKXur-hW;
  animation-name: kf_el_jw5iYrCxg2_an_OPKXur-hW;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_vfSKBHrxNz {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -webkit-animation-name: kf_el_vfSKBHrxNz_an_jmQOZg87AZ;
  animation-name: kf_el_vfSKBHrxNz_an_jmQOZg87AZ;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_LW-4Xa-7d8 {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -webkit-animation-name: kf_el_LW-4Xa-7d8_an_UWzf9Ou53;
  animation-name: kf_el_LW-4Xa-7d8_an_UWzf9Ou53;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_ZOMhpMFAD9 {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -webkit-animation-name: kf_el_ZOMhpMFAD9_an_bQlu0rCBi7;
  animation-name: kf_el_ZOMhpMFAD9_an_bQlu0rCBi7;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_jw5iYrCxg2_an_Ht_TziAz9 {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(14.9615001678px, 99.804397583px) translate(-14.9615001678px, -99.804397583px) translate(0, 0);
  -webkit-animation-name: kf_el_jw5iYrCxg2_an_Ht_TziAz9;
  animation-name: kf_el_jw5iYrCxg2_an_Ht_TziAz9;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

#el_jw5iYrCxg2_an_kzDIGhaIt {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(14.9615001678px, 99.804397583px) scale(1, 1) translate(-14.9615001678px, -99.804397583px);
  -webkit-animation-name: kf_el_jw5iYrCxg2_an_kzDIGhaIt;
  animation-name: kf_el_jw5iYrCxg2_an_kzDIGhaIt;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_jw5iYrCxg2_an_6lCDDW7eD {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(14.9615001678px, 99.804397583px) rotate(0deg) translate(-14.9615001678px, -99.804397583px);
  -webkit-animation-name: kf_el_jw5iYrCxg2_an_6lCDDW7eD;
  animation-name: kf_el_jw5iYrCxg2_an_6lCDDW7eD;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_vfSKBHrxNz_an_BFOIV6rEk {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(5.0731277466px, 65.1044387817px) translate(-5.0731277466px, -65.1044387817px) translate(0, 0);
  -webkit-animation-name: kf_el_vfSKBHrxNz_an_BFOIV6rEk;
  animation-name: kf_el_vfSKBHrxNz_an_BFOIV6rEk;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_vfSKBHrxNz_an_9RU2LMBYrs {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(5.0731277466px, 65.1044387817px) rotate(0deg) translate(-5.0731277466px, -65.1044387817px);
  -webkit-animation-name: kf_el_vfSKBHrxNz_an_9RU2LMBYrs;
  animation-name: kf_el_vfSKBHrxNz_an_9RU2LMBYrs;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_vfSKBHrxNz_an_YJq0nPoKq {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(5.0731277466px, 65.1044387817px) scale(1, 1) translate(-5.0731277466px, -65.1044387817px);
  -webkit-animation-name: kf_el_vfSKBHrxNz_an_YJq0nPoKq;
  animation-name: kf_el_vfSKBHrxNz_an_YJq0nPoKq;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_LW-4Xa-7d8_an_IuDe_5bOu {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(37.1242980957px, 9.2691116333px) translate(-37.1242980957px, -9.2691116333px) translate(0, 0);
  -webkit-animation-name: kf_el_LW-4Xa-7d8_an_IuDe_5bOu;
  animation-name: kf_el_LW-4Xa-7d8_an_IuDe_5bOu;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_LW-4Xa-7d8_an_zyjB0-thg {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(37.1242980957px, 9.2691116333px) rotate(0deg) translate(-37.1242980957px, -9.2691116333px);
  -webkit-animation-name: kf_el_LW-4Xa-7d8_an_zyjB0-thg;
  animation-name: kf_el_LW-4Xa-7d8_an_zyjB0-thg;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_LW-4Xa-7d8_an_Y60HlHm4rJ {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(37.1242980957px, 9.2691116333px) scale(1, 1) translate(-37.1242980957px, -9.2691116333px);
  -webkit-animation-name: kf_el_LW-4Xa-7d8_an_Y60HlHm4rJ;
  animation-name: kf_el_LW-4Xa-7d8_an_Y60HlHm4rJ;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_ZOMhpMFAD9_an_wS9OkeA_9 {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(6.36977005px, 24.9982681274px) translate(-6.36977005px, -24.9982681274px) translate(0, 0);
  -webkit-animation-name: kf_el_ZOMhpMFAD9_an_wS9OkeA_9;
  animation-name: kf_el_ZOMhpMFAD9_an_wS9OkeA_9;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_ZOMhpMFAD9_an_bOV8dB6ou9 {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(6.36977005px, 24.9982681274px) rotate(0deg) translate(-6.36977005px, -24.9982681274px);
  -webkit-animation-name: kf_el_ZOMhpMFAD9_an_bOV8dB6ou9;
  animation-name: kf_el_ZOMhpMFAD9_an_bOV8dB6ou9;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_ZOMhpMFAD9_an_5Pa5J4sVM {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transform: translate(6.36977005px, 24.9982681274px) scale(1, 1) translate(-6.36977005px, -24.9982681274px);
  -webkit-animation-name: kf_el_ZOMhpMFAD9_an_5Pa5J4sVM;
  animation-name: kf_el_ZOMhpMFAD9_an_5Pa5J4sVM;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

[v-cloak] {
  display: none;
}

@media screen and (max-width: 625px) {
  .mobility, .innovation {
    position: relative;
  }

  .mobility:after, .innovation:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 1;
  }

  .mobility:after {
    background-color: #fff;
  }

  .innovation:after {
    background-color: #fff;
  }
}
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.page-title {
  font-weight: 800;
  font-size: 64px;
  color: #1E2351;
  line-height: 80px;
  margin-top: 32px;
}

.main-state {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.main-state__title {
  font-family: Montserrat, serif;
  font-weight: bold;
  font-size: 24px;
  color: #1E2351;
  max-width: 908px;
}

.date-data {
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  border-bottom: 1px solid #E0E0E0;
  margin-top: 16px;
  margin-bottom: 274px;
}

.company-leaders {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 63px;
  justify-content: space-between;
}

.leaders-details {
  min-width: 587px;
  max-width: 587px;
  margin-bottom: 73px;
}
.leaders-details:nth-child(1) {
  max-width: 100%;
  width: 100%;
  margin-bottom: 48px;
}

.leaders-details__title {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #333333;
}

.leaders-details__name {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  color: #3E61AC;
  margin-bottom: 8px;
}
.leaders-details__name:nth-child(3) {
  margin-top: -8px;
}

.leaders-details__date {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  opacity: 0.88;
}

.reception {
  margin-top: 64px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.reception-details {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 64px;
  max-width: 587px;
}

.reception-details__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
}

.reception-details__title {
  color: #3E61AC;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.reception-details__telephone {
  color: #333333;
  opacity: 0.88;
  font-weight: 800;
  font-size: 26px;
  height: 64px;
  margin-bottom: 32px;
}

.reception-card {
  width: 588px;
  margin-left: 20px;
  flex-wrap: wrap;
}
.reception-card .cont_img {
  width: 100%;
}

.subscrform {
  padding-top: 0;
}

#reception-form {
  max-width: 486px;
  margin-bottom: 40px;
}

.reception-form__title {
  font-weight: 800;
  font-size: 16px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3E61AC;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 32px;
}

.reception-form__fieldset {
  border: 1px solid #828282;
  border-radius: 4px;
  margin-bottom: 16px;
  min-width: 486px;
}
.reception-form__fieldset:focus-within {
  border: 2px solid #3E61AC;
}
.reception-form__fieldset:focus-within .reception-form__legend {
  color: #3E61AC;
}
.reception-form__fieldset:nth-child(4) {
  margin-bottom: 24px;
}
.reception-form__fieldset:nth-child(9) {
  margin-top: 16px;
}

.reception-form__legend {
  padding: 0 10px;
  color: #828282;
  font-size: 12px;
  line-height: 12px;
}

.reception-form__input {
  height: 32px;
  border: none;
  max-width: 445px;
  width: 100%;
  outline: none;
}
.reception-form__input::-webkit-input-placeholder {
  font-size: 16px;
  color: #333333;
  opacity: 0.48;
}
.reception-form__input::-moz-placeholder {
  font-size: 16px;
  color: #333333;
  opacity: 0.48;
}
.reception-form__input:-ms-input-placeholder {
  font-size: 16px;
  color: #333333;
  opacity: 0.48;
}
.reception-form__input::-ms-input-placeholder {
  font-size: 16px;
  color: #333333;
  opacity: 0.48;
}
.reception-form__input::placeholder {
  font-size: 16px;
  color: #333333;
  opacity: 0.48;
}
.reception-form__input:hover {
  cursor: pointer;
}

.default-size {
  font-size: 14px;
  max-width: 450px;
  resize: none;
}
.default-size::-webkit-input-placeholder {
  font-size: 14px;
}
.default-size::-moz-placeholder {
  font-size: 14px;
}
.default-size:-ms-input-placeholder {
  font-size: 14px;
}
.default-size::-ms-input-placeholder {
  font-size: 14px;
}
.default-size::placeholder {
  font-size: 14px;
}

.reception-form__subtitle {
  color: #1E2351;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 24px;
  display: block;
  font-family: Montserrat, serif;
}

.raised-question {
  margin: 0 0 24px;
  min-height: 120px;
}

.reception-form__button {
  background-color: #3E61AC;
  border-radius: 4px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  height: 56px;
  width: 180px;
  outline: none;
}

.buttons-link {
  text-decoration: none;
  color: #3E61AC;
}

.shedule-title {
  color: #1E2351;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}

.vacanc_inner h2 {
  margin-bottom: 40px;
}

.hello {
  display: none;
}

.pdf-button input[type=submit] {
  width: 124px;
}

.inp_wrap label {
  font-weight: normal;
}

.reception-button {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: #3E61AC;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 56px;
  padding: 0 16px;
  color: #ffffff;
}

.reception-button:active {
  color: rgba(255, 255, 255, 0.4);
}

.reception-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.reception-form__buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 384px;
  justify-content: space-between;
}

.cancel-button {
  background-color: #FFFFFF;
  color: #3E61AC;
  border: 1px solid #3E61AC;
  width: 180px;
  text-transform: uppercase;
  font-size: 16px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  font-family: Montserrat, serif;
  padding: 0;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
}

.cancel-button:active {
  color: rgba(76, 76, 170, 0.4);
}

.cancel-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.send-button {
  background-color: #3E61AC;
  border: 1px solid #3E61AC;
  width: 180px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  font-family: Montserrat, serif;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.send-button:active {
  color: rgba(255, 255, 255, 0.4);
}

.send-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.main-state__pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #3E61AC;
  border-radius: 4px;
  height: 56px;
  width: 124px;
  color: white;
  font-weight: 800;
  font-size: 16px;
  margin-right: 5px;
  outline: none;
  font-family: Montserrat, serif;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}

.main-state__pdf:active {
  color: rgba(255, 255, 255, 0.4);
}
.main-state__pdf:active .main-state__download {
  opacity: 0.4;
}

.main-state__pdf:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.main-state__download {
  margin-right: 12px;
  width: 24px;
  height: 27px;
}

.list-group {
  padding: 0;
  margin-bottom: 8px;
  transition: 0s;
}

.list-group__item {
  color: black;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  transition: 0s;
}

.list-group__input[type=radio] {
  position: absolute;
  visibility: hidden;
  transition: 0s;
}

.list-group__label {
  position: relative;
  font-size: 16px;
  margin-left: 32px;
  height: 24px;
  z-index: 9;
  cursor: pointer;
  font-weight: 600;
  transition: 0s;
}

.check-item {
  display: block;
  position: absolute;
  border: 1px solid #3E61AC;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 6px;
  left: 0;
  z-index: 5;
  transition: 0s;
}

.check-item::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 2px;
  left: 2px;
  transition: 0s;
}

.list-group__input[type=radio]:checked ~ .check-item {
  border: 0.125rem solid #3E61AC;
  background-color: #3E61AC;
  transition: 0s;
}

.list-group__input[type=radio]:checked ~ .check-item::before {
  background: white;
  transition: 0s;
}

.list-group__input[type=radio]:checked ~ .list-group__label {
  color: black;
  transition: 0s;
}

[type=radio]:disabled + .list-group__label + .check-item {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  transition: 0s;
}

[type=radio]:disabled + .list-group__label {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  transition: 0s;
}

.list-group__input[type=radio]:disabled ~ .check-item {
  opacity: 0.4;
  pointer-events: none;
  transition: 0s;
}

.list-group__input[type=radio]:disabled ~ .check-item::before {
  opacity: 0.4;
  pointer-events: none;
  transition: 0s;
}

.return-address {
  margin-top: 24px;
}

@media (max-width: 1030px) {
  .reception {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .main-state {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-state__pdf {
    margin: 50px auto 34px;
  }

  .main-state__title {
    font-size: 20px;
  }

  .date-data {
    margin-bottom: 150px;
  }

  .reception-button {
    width: 100%;
    height: 56px;
    line-height: inherit;
  }

  .reception-form {
    margin: 0 auto;
  }

  .page-title {
    font-size: 52px;
  }

  .leaders-details__title {
    font-size: 14px;
  }

  .leaders-details__date {
    font-size: 18px;
  }

  .leaders-details {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .reception {
    margin-bottom: 0;
  }

  #reception-form {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .page-title {
    font-size: 35px;
    line-height: 44px;
  }

  .reception-button {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 401px) {
  .cancel-button {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .send-button {
    margin: 0 auto;
  }
}
.internship-title {
  margin-bottom: 0;
}

.internship-subtitle {
  margin-bottom: 72px !important;
  font-size: 32px;
  line-height: 40px;
  color: #1E2351;
}

.internship-h3 {
  margin-bottom: 24px !important;
  font-size: 26px;
  line-height: 36px;
}

.internship-h4 {
  font-size: 20px;
  line-height: 24px;
  color: #1E2351;
}

.list-abilities {
  margin-top: 24px;
  margin-bottom: 16px;
}

.ability {
  display: flex;
  flex-direction: row;
}

.ability-logo {
  width: inherit;
  margin-right: 8px;
  margin-bottom: 8px;
}

.ability-title {
  color: #333333;
  margin-bottom: 0;
}

.internship-ways {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 92px;
  margin-top: 64px;
}

.internship-way__item {
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 30px;
}

.internship-way__logo {
  width: inherit;
  height: 180px;
  margin-bottom: 16px;
}

.internship-way__title {
  text-align: center;
  color: #333333;
  width: 136px;
  margin: 0 auto;
  line-height: 24px;
}

.internship-p {
  margin-bottom: 8px;
}

.internship-directions {
  display: grid;
  grid-template-areas: "internship-directions__dev internship-directions__design internship-directions__adminitration" "dev-way__logo design-way__logo adminitration-way__logo";
  margin-bottom: 24px;
}

.internship-directions__dev {
  max-width: 282px;
  grid-area: internship-directions__dev;
}

.internship-directions__design {
  max-width: 282px;
  grid-area: internship-directions__design;
}

.internship-directions__adminitration {
  max-width: 282px;
  grid-area: internship-directions__adminitration;
}

.internship-directions__title {
  font-size: 20px;
  line-height: 24px;
  color: #3E61AC;
  margin-bottom: 8px;
  font-family: Montserrat, serif;
}

.internship-directions__way {
  margin-bottom: 8px;
}

.dev-way__logo {
  width: inherit;
  grid-area: dev-way__logo;
}

.design-way__logo {
  width: inherit;
  grid-area: design-way__logo;
}

.adminitration-way__logo {
  width: inherit;
  grid-area: adminitration-way__logo;
}

.internship-application {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 212px;
  background-color: #333333;
  margin-top: 64px;
  position: relative;
  margin-bottom: 288px;
}

.internship-application__title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  max-width: 792px;
  text-align: center;
  line-height: 20px;
}

.internship-application__subtitle {
  color: #FFFFFF;
  margin: 0;
  max-width: 792px;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 49px;
}

.internship-application__button {
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 800;
  height: 56px;
  width: 218px;
  color: #333333;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFC149;
  border-radius: 4px;
  border: none;
  bottom: -28px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.internship-application__button:active {
  color: rgba(76, 76, 170, 0.4);
}
.internship-application__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.internship-button__subtitle {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -68px;
  color: #828282;
  font-size: 16px;
  line-height: 40px;
}

@media (max-width: 500px) {
  .internship-way__item:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .internship-title {
    font-size: 44px;
    line-height: 56px;
  }

  .internship-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .internship-h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .internship-h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .internship-directions__title {
    font-size: 16px;
  }

  .internship-button__subtitle {
    font-size: 14px;
  }

  .internship-application {
    height: 181px;
    margin-bottom: 191px;
  }

  .internship-directions__title {
    font-size: 20px;
  }

  .internship-application__title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .internship-application__subtitle {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 596px;
    font-size: 14px;
    margin-bottom: 31px;
  }
}
@media (max-width: 900px) {
  .internship-directions {
    display: grid;
    grid-template-areas: "internship-directions__dev dev-way__logo" "design-way__logo internship-directions__design" "internship-directions__adminitration adminitration-way__logo";
    align-items: center;
    justify-items: center;
  }

  .internship-directions__title {
    text-transform: uppercase;
  }
}
@media (max-width: 600px) {
  .internship-directions {
    display: grid;
    grid-template-areas: "internship-directions__dev" "dev-way__logo" "internship-directions__design" "design-way__logo" "internship-directions__adminitration" "adminitration-way__logo";
    align-items: center;
    justify-items: left;
  }

  .internship-directions:nth-child(2n) {
    justify-content: center;
  }

  .internship-directions__dev {
    margin-bottom: 24px;
  }

  .internship-directions__design {
    margin-bottom: 24px;
  }

  .internship-directions__adminitration {
    margin-bottom: 24px;
  }

  .dev-way__logo {
    margin-bottom: 24px;
  }

  .design-way__logo {
    margin-bottom: 24px;
  }
}
@media (max-width: 368px) {
  .internship-button__subtitle {
    line-height: 20px;
    bottom: -80px;
  }
}
.application-title {
  color: #1E2351;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 64px;
  line-height: 80px;
  margin-top: 24px;
}

.application-subtitle {
  color: #1E2351;
  margin-bottom: 72px !important;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}

.application-h3 {
  color: #1E2351;
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 32px !important;
}

.application-checkbox {
  margin-bottom: 15px;
}

.application-checkbox__input {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}

.application-checkbox__label {
  font-size: 12px;
  line-height: 16px;
  max-width: 862px;
}

.application-checkbox__input[type=checkbox] + .application-checkbox__label {
  display: flex;
  color: #333333;
}

.application-button {
  border: none;
  height: 56px;
  width: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: Montserrat, serif;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  background-color: #3E61AC;
  border-radius: 4px;
  margin-bottom: 208px;
  margin-top: 40px;
}
.application-button:active {
  color: rgba(255, 255, 255, 0.4);
}
.application-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.educational-institution {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.education-title {
  min-width: 486px;
  margin-right: 24px;
}

.prom-date {
  width: 180px;
  margin-right: 24px;
}

.education-checkbox {
  margin-bottom: 20px;
}

.courses-checkbox {
  margin-bottom: 20px;
}

.education-checkbox__input[type=checkbox] + .education-checkbox__label {
  margin-left: 0;
}

.education-checkbox__label {
  font-size: 16px;
  line-height: 24px;
}

.add-education {
  color: #D2E1FF;
  background-color: #ffffff;
  width: 155px;
  border: 1px solid #D2E1FF;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, serif;
  font-size: 16px;
  margin-bottom: 36px;
}
.add-education:hover {
  background-color: #D2E1FF;
  color: #ffffff;
  cursor: pointer;
}
.add-education:active {
  opacity: 0.5;
}

.courses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.courses-title {
  min-width: 486px;
  margin-right: 24px;
}

.courses-checkbox__input[type=checkbox] + .courses-checkbox__label {
  margin-left: 0;
}

.courses-checkbox__label {
  font-size: 16px;
  line-height: 24px;
}

.add-courses {
  color: #D2E1FF;
  background-color: #ffffff;
  width: 155px;
  border: 1px solid #D2E1FF;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, serif;
  font-size: 16px;
  margin-bottom: 36px;
}
.add-courses:hover {
  background-color: #D2E1FF;
  color: #ffffff;
  cursor: pointer;
}
.add-courses:active {
  opacity: 0.5;
}

.add-social__network {
  color: #D2E1FF;
  background-color: #ffffff;
  width: 208px;
  border: 1px solid #D2E1FF;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, serif;
  font-size: 16px;
  margin-bottom: 36px;
}
.add-social__network:hover {
  background-color: #D2E1FF;
  color: #ffffff;
  cursor: pointer;
}
.add-social__network:active {
  opacity: 0.5;
}

.add-direction {
  color: #D2E1FF;
  background-color: #ffffff;
  width: 174px;
  border: 1px solid #D2E1FF;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, serif;
  font-size: 16px;
  margin-bottom: 36px;
}
.add-direction:hover {
  background-color: #D2E1FF;
  color: #ffffff;
  cursor: pointer;
}
.add-direction:active {
  opacity: 0.5;
}

.add-skills {
  color: #D2E1FF;
  background-color: #ffffff;
  width: 174px;
  border: 1px solid #D2E1FF;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, serif;
  font-size: 16px;
  margin-bottom: 36px;
}
.add-skills:hover {
  background-color: #D2E1FF;
  color: #ffffff;
  cursor: pointer;
}
.add-skills:active {
  opacity: 0.5;
}

.experience-input {
  width: 486px;
  margin-bottom: 24px;
}

.experience-li:hover {
  background-color: grey;
}

.skill-copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.skill {
  width: 486px;
  margin-right: 24px;
}

.skills-input {
  width: 282px;
  margin-bottom: 24px;
}

.skills-li:hover {
  background-color: grey;
}

@media (max-width: 768px) {
  .application-title {
    font-size: 44px;
    line-height: 56px;
  }

  .application-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .application-h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .application-checkbox__label {
    font-size: 10px;
    line-height: 16px;
  }

  .contacts-data__input {
    margin-left: 0;
  }

  .add-social__network {
    margin-bottom: 40px;
  }

  .add-education {
    margin-bottom: 40px;
  }

  .add-courses {
    margin-bottom: 40px;
  }

  .education-title {
    min-width: 250px;
    width: 100%;
    margin: 0 auto 32px;
    margin-left: 0;
  }

  .prom-date {
    margin-left: 0;
  }

  .specialty {
    margin-left: 0;
  }

  .courses-title {
    min-width: 250px;
    width: 100%;
    margin: 0 auto 32px;
    margin-left: 0;
  }

  .skill {
    min-width: 250px;
    width: 100%;
    margin: 0 auto 32px;
    margin-left: 0;
  }

  .personal-projects {
    margin-left: 0;
  }

  .application-button {
    margin-bottom: 282px;
  }

  .experience-input {
    min-width: 250px;
    width: 100%;
    max-width: 474px;
    margin: 0 auto 32px;
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .application-subtitle {
    margin-bottom: 32px;
  }

  .raised-question {
    min-height: 148px;
  }

  .application-button {
    margin-bottom: 321px;
  }

  .prom-date {
    max-width: 156px;
  }
}
.new-select {
  position: relative;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
}

.new-select__list {
  position: absolute;
  top: 60px;
  left: 0;
  border: 1px solid #ced4da;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
}

.new-select__item span:hover {
  color: #3E61AC;
  background-color: rgba(0, 0, 0, 0.1);
}

.new-select:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 19px;
  top: 24px;
  background: url(../images/chevron_down.svg) no-repeat;
}

.new-select.on:after {
  transform: rotate(180deg);
  top: 14px;
  right: 21px;
}

#select-container {
  display: flex;
  flex-wrap: wrap;
}

.sustainability__sub-title {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .sustainability__sub-title {
    margin-top: 64px;
  }
}

.goals {
  display: flex;
  flex-wrap: wrap;
}
.goals .goals__title {
  color: #3E61AC;
}
@media (min-width: 576px) {
  .goals {
    margin: 0 -12px;
  }
}
@media (min-width: 992px) {
  .goals {
    margin: 0 -28px;
  }
}

.goals__item {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .goals__item {
    width: 50%;
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  .goals__item {
    width: 33.3333%;
    padding: 0 28px;
    margin-top: 54px;
  }
}

.goals__img-box {
  position: relative;
  padding: 0 24px 58.25% 24px;
  margin-bottom: 26px;
}
@media (min-width: 576px) {
  .goals__img-box {
    margin-bottom: 40px;
    padding: 0 24px 73.25% 24px;
  }
}
@media (min-width: 992px) {
  .goals__img-box {
    margin-bottom: 64px;
  }
}

.goals__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.goals__title {
  min-height: 72px;
}

.goals__info {
  color: #333333;
  margin-bottom: 0;
  font-weight: 600;
}

.goals__link {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  color: #5574b6;
  cursor: pointer;
}
@media (min-width: 768px) {
  .goals__link {
    font-size: 20px;
  }
}
.goals__link:hover {
  text-decoration: underline;
}

.modal-open #app,
.modal-open header {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.modal-open .modal-header {
  -webkit-filter: none;
          filter: none;
}
.modal-open .fade {
  opacity: 1 !important;
  display: block !important;
  background: transparent;
}

.modal {
  cursor: pointer;
  background: rgba(51, 51, 51, 0.1);
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1440px;
  cursor: default;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .modal-dialog {
    padding: 32px;
  }
}

.modal-content {
  position: relative;
  background-color: #fff;
  padding: 35px 16px;
  box-shadow: 5px 8px 18px rgba(0, 0, 0, 0.2);
  height: 100%;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .modal-content {
    max-height: 700px;
  }
}
@media (min-width: 1200px) {
  .modal-content {
    padding: 120px;
  }
}

.modal-title {
  display: none;
}

.modal-header {
  background: #fff;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  min-height: 30px;
  width: 30px;
  left: initial;
}
@media (min-width: 768px) {
  .modal-header {
    height: 40px;
    width: 40px;
    min-height: 40px;
  }
}
.modal-header .close {
  height: 30px;
  width: 30px;
  outline: none;
  border: none;
  font-size: 24px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.modal-header .close:hover {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .modal-header .close {
    height: 40px;
    width: 40px;
  }
}

.modal-footer {
  display: none;
}

.modal-body {
  height: 100%;
  overflow-y: auto;
}

.modal__info-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  color: #1E2351;
  font-family: "Montserrat", sans-serif;
}

.modal__info {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #333333;
  margin-top: 16px;
}

.title-with-logo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .title-with-logo {
    margin-bottom: 0;
  }
}

.title-with-logo__img {
  max-width: 82px;
  max-height: 104px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .title-with-logo__img {
    max-width: 122px;
    max-height: 144px;
  }
}

.p__link {
  color: #5574b6;
}

.sticky-pop-up {
  position: fixed;
  right: 0;
  margin-top: 24px;
  background: url("../images/ukraine.svg") no-repeat;
  background-size: cover;
  min-width: 258px;
  max-width: 258px;
  min-height: 112px;
  max-height: 112px;
  z-index: 11;
  border-radius: 8px;
  padding: 15px 0 8px 24px;
  transition: 0.5s ease-in-out;
  margin-left: 32px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .sticky-pop-up:hover .sticky-pop-up__btn {
    opacity: 0.7;
  }
  .sticky-pop-up:hover .sticky-pop-up__btn:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .sticky-pop-up {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .sticky-pop-up {
    margin-left: calc(50vw - 600px);
    margin-right: calc(50vw - 600px);
  }
}
.sticky-pop-up_closed {
  transform: scale(0);
}
.sticky-pop-up__span {
  color: #ffffff;
  font-weight: 900;
  font-size: 23px;
  line-height: 44px;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.sticky-pop-up__btn {
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .sticky-pop-up__btn {
    transition: 0.3s;
    opacity: 0;
  }
}

.btn-close {
  background: url("../images/btn-close.svg") no-repeat;
  background-color: transparent;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  position: absolute;
  top: 9px;
  right: 9px;
  border: none;
  cursor: pointer;
}

a:hover .link-more {
  color: #0038A5;
  background-image: url("../images/arrow_forward_hover.svg");
}

.hover-black:hover {
  color: black;
}

.link-more {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_forward.svg");
  transition: 0.3s;
}
.link-more:hover {
  background-image: url("../images/arrow_forward_hover.svg");
}

.link-back {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_back.svg");
}
.link-back:hover {
  background-image: url("../images/arrow_back_hover.svg");
}

.link-icon {
  padding-left: 32px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.link-icon_phone {
  background-image: url("../images/phone-icon.svg");
}
.link-icon_phone:hover {
  background-image: url("../images/phone-icon_hover.svg");
}
.link-icon_place {
  background-image: url("../images/place-icon.svg");
}
.link-icon_place:hover {
  background-image: url("../images/place-icon_hover.svg");
}
.link-icon_mail {
  background-image: url("../images/mail-icon.svg");
}
.link-icon_mail:hover {
  background-image: url("../images/mail-icon_hover.svg");
}

ul {
  list-style-type: none;
}
ul li {
  display: flex;
}
ul li:before {
  margin-right: 10px;
  margin-left: 8px;
  content: "\2022";
}

ul.pages_list li:before {
  margin-right: auto;
  margin-left: auto;
  content: "";
}

ol {
  margin-left: 24px;
  list-style-position: outside;
}

.list-item {
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-item_margin {
  margin-right: 8px;
}
@media screen and (min-width: 576px) {
  .list-item_margin {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.arrow {
  position: absolute;
  border-left: 1px solid #E2E2E2;
  height: 100%;
  margin-left: 15px;
  z-index: -1;
}
.arrow-1 {
  position: absolute;
  border-left: 1px solid #E2E2E2;
  height: 6px;
  bottom: -0.5px;
  transform: rotate(45deg);
  left: 1px;
}
.arrow-2 {
  position: absolute;
  border-left: 1px solid #E2E2E2;
  height: 6px;
  bottom: -0.5px;
  transform: rotate(-45deg);
  left: -3px;
}
@media screen and (min-width: 576px) {
  .arrow {
    margin-left: 45px;
  }
}

.list-item-tree {
  min-width: 20px;
  max-width: 20px;
  height: 30px;
  border-left: 4px solid #1D5ACF;
  border-bottom: 4px solid #1D5ACF;
  border-radius: 0 0 0 10px;
  margin-left: -4px;
}

.border {
  border: 1px solid black;
}
.border-t {
  border-top: 1px solid #000;
}
.border-b {
  border-bottom: 1px solid #000;
}
.border-l {
  border-left: 1px solid #000;
}
.border-width-2 {
  border-width: 2px;
}
.border-width-4 {
  border-width: 4px;
}
.border-white {
  border-color: #fff;
}
.border-blue {
  border-color: #1D5ACF;
}

.rounded-sm {
  border-radius: 10px;
}
.rounded-md {
  border-radius: 20px;
}
.rounded-bottom-sm {
  border-radius: 0 0 10px 10px;
}

.bg-info {
  background-color: #F3F9FF;
}
.bg-warning {
  background-color: #FFD500;
}
.bg-white {
  background-color: white;
}
.bg-blue {
  background-color: #1D5ACF;
}
.bg-capture {
  background-color: #4E5B74;
}
.bg-pink {
  background-color: #FFE1FC;
}
.bg-green {
  background-color: #D0ECC4;
}
.bg-dark-blue {
  background-color: #A7B8D8;
}
.bg-grey {
  background-color: #E2E2E2;
}
.bg-orange {
  background-color: #FFDCD5;
}

.title-h1 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .title-h1 {
    font-size: 64px;
    line-height: 82px;
  }
}
.title-h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .title-h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.title-h2-small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .title-h2-small {
    font-size: 36px;
    line-height: 46px;
  }
}
.title-h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .title-h3 {
    font-size: 18px;
  }
}

h1 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 64px;
    line-height: 82px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 18px;
  }
}

.text {
  font-size: 16px;
  line-height: 24px;
}
.text-bold {
  font-weight: 600;
}
.text-italic {
  font-style: italic;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-error {
  color: #FF2E00;
}
.text-grey {
  color: #4E5B74;
}
.text-blue {
  color: #1D5ACF;
  transition: 0.3s;
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-violet {
  color: #9D519D;
}
.text-green {
  color: #509F2C;
}
.text-dark-blue {
  color: #3D68BA;
}
.text-brown {
  color: #AC4F3A;
}
.text-center {
  text-align: center;
}
.text-wrap {
  overflow-wrap: anywhere;
}
.text-with-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-with-icon:before {
  content: "";
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
.text-with-icon.close-primary:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg id='close_24px'%3E%3Cpath id='icon/navigation/close_24px' d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='%231D5ACF'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.text-with-icon.arrow-forward:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='white'/%3E%3C/svg%3E") no-repeat;
}
.text-with-icon.arrow-forward-primary:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20L13.41 18.59L7.83 13L20 13L20 11L7.83 11L13.41 5.41L12 4L4 12L12 20Z' fill='%231D5ACF'/%3E%3C/svg%3E") no-repeat;
}
.text-with-icon.check:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.79313 15.8749L4.62312 11.7049L3.20312 13.1149L8.79313 18.7049L20.7931 6.70492L19.3831 5.29492L8.79313 15.8749Z' fill='white'/%3E%3C/svg%3E") no-repeat;
}
@media screen and (min-width: 576px) {
  .text-with-icon.media-mobile {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .text-with-icon.media-desktop {
    display: none;
  }
}

.block-img {
  position: relative;
  padding-bottom: 65%;
}
.block-img__img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-news-block-img {
  width: 100%;
  min-width: 180px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .search-news-block-img {
    max-width: 180px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}

.w-auto {
  width: auto;
}
.w-auto-img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.w-100 {
  width: 100%;
}
.w-min-160-px {
  min-width: 160px;
}
@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .w-md-auto {
    width: auto;
  }
}

.p-2 {
  padding: 8px;
}
.pb-3 {
  padding-bottom: 16px;
}
.p-sm {
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .p-sm {
    padding: 24px;
  }
}
.p-lg {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-lg {
    padding: 40px;
  }
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-sm {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 576px) {
  .px-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 576px) {
  .px-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .py-xs {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.py-sm {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .py-sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.mt-1 {
  margin-top: 4px;
}
.mt--1 {
  margin-top: -4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-7 {
  margin-top: 40px;
}
.mt-auto {
  margin-top: auto;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 24px;
}
.mb-6 {
  margin-bottom: 32px;
}
.mb-6-media {
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .mb-6-media {
    margin-bottom: 32px;
  }
}
.mb-7 {
  margin-bottom: 40px;
}
.mb-xxs {
  margin-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .mb-xxs {
    margin-bottom: 8px;
  }
}
.mb-xs {
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .mb-xs {
    margin-bottom: 16px;
  }
}
.mb-sm {
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .mb-sm {
    margin-bottom: 24px;
  }
}
.mb-md {
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .mb-md {
    margin-bottom: 32px;
  }
}
.mb-lg {
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .mb-lg {
    margin-bottom: 40px;
  }
}
.mb-xl {
  margin-bottom: 32px;
}
@media screen and (min-width: 576px) {
  .mb-xl {
    margin-bottom: 48px;
  }
}
.mb-xxl {
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .mb-xxl {
    margin-bottom: 80px;
  }
}
.mr-auto {
  margin-right: auto;
}
.mr-1 {
  margin-right: 4px;
}
.mr--1 {
  margin-right: -4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-sm-media {
  margin-right: 16px;
}
@media screen and (min-width: 992px) {
  .mr-sm-media {
    margin-right: 8px;
  }
}
.mr-sm {
  margin-right: 16px;
}
@media screen and (min-width: 576px) {
  .mr-sm {
    margin-right: 24px;
  }
}
.mr-md {
  margin-right: 24px;
}
@media screen and (min-width: 576px) {
  .mr-md {
    margin-right: 32px;
  }
}
.mr-lg {
  margin-right: 24px;
}
@media screen and (min-width: 576px) {
  .mr-lg {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mr-xl-3 {
    margin-right: 12px;
  }
}
.ml-auto {
  margin-left: auto;
}
.ml-1 {
  margin-left: 4px;
}
.ml-lg {
  margin-left: 24px;
}
@media screen and (min-width: 576px) {
  .ml-lg {
    margin-left: 40px;
  }
}

.section-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-block_pb-sm {
  padding-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .section-block_pb-sm {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-block_pb-sm {
    padding-bottom: 40px;
  }
}
.section-block_doc-flow {
  background-image: url(../images/documents-flow-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .section-block_doc-flow {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .section-block_doc-flow {
    background-image: url(../images/documents-flow.png);
    background-position: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .section-block_doc-flow {
    background-position: center;
  }
}

.block-gradient-1 {
  background: linear-gradient(257.32deg, #FFF3FF 0%, #FFFBED 100%);
}
.block-gradient-2 {
  background: linear-gradient(257.32deg, #F3F6FF 0%, #F9FFED 100%);
}
.block-gradient-3 {
  background: linear-gradient(257.32deg, #F3F9FF 0%, #EEEDFF 100%);
}

.section-banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: 65%;
  background-repeat: no-repeat;
  padding-top: 40px;
}
@media screen and (min-width: 576px) {
  .section-banner {
    background-position: 60%;
  }
}
@media screen and (min-width: 786px) {
  .section-banner {
    padding-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  .section-banner {
    background-position: center;
  }
}
.section-banner__title:nth-child(2) {
  line-height: 32px;
  margin-left: 50px;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .section-banner__title:nth-child(2) {
    line-height: 64px;
    margin-left: 150px;
  }
}
.section-banner__title:nth-child(2)::before {
  content: "{";
  margin-right: 10px;
  font-size: 36px;
  color: #0500FF;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 576px) {
  .section-banner__title:nth-child(2)::before {
    margin-left: 20px;
    font-size: 70px;
  }
}
.section-banner__title:nth-child(2)::after {
  content: "}";
  margin-left: 20px;
  font-size: 36px;
  color: #5AD7FE;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 576px) {
  .section-banner__title:nth-child(2)::after {
    margin-left: 30px;
    font-size: 70px;
  }
}
.section-banner__title:nth-child(3) {
  margin-left: 20px;
}
@media screen and (min-width: 576px) {
  .section-banner__title:nth-child(3) {
    margin-left: 60px;
  }
}
.section-banner__text {
  width: 155px;
}
.section-banner__card-wrap {
  margin-top: 30px;
  word-wrap: normal;
}
@media screen and (min-width: 576px) {
  .section-banner__card-wrap {
    margin-top: 60px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row_gap-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.row__col-sm-2-lg-4-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 576px) {
  .row__col-sm-2-lg-4-gap-3 {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .row__col-sm-2-lg-4-gap-3 {
    width: calc(25% - 30px);
  }
}
.row__col-sm-2-lg-3-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 576px) {
  .row__col-sm-2-lg-3-gap-3 {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .row__col-sm-2-lg-3-gap-3 {
    width: calc(33.3333% - 30px);
  }
}
.row__col-2-sm-3-md-4-lg-6-gap-3 {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 576px) {
  .row__col-2-sm-3-md-4-lg-6-gap-3 {
    width: calc(33.3333% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .row__col-2-sm-3-md-4-lg-6-gap-3 {
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .row__col-2-sm-3-md-4-lg-6-gap-3 {
    width: calc(16.6666% - 30px);
  }
}
.row__col-2-gap-3 {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.row__col-md-2-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .row__col-md-2-gap-3 {
    width: calc(50% - 30px);
  }
}
.row__col-lg-2-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .row__col-lg-2-gap-3 {
    width: calc(50% - 30px);
  }
}
.row__col-lg-3-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .row__col-lg-3-gap-3 {
    width: calc(33.3333% - 30px);
  }
}
.row__col-xl-2-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .row__col-xl-2-gap-3 {
    width: calc(50% - 30px);
  }
}
.row__col-xl-3-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .row__col-xl-3-gap-3 {
    width: calc(33.3333% - 30px);
  }
}
.row__col-sm-2-xl-3-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 576px) {
  .row__col-sm-2-xl-3-gap-3 {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .row__col-sm-2-xl-3-gap-3 {
    width: calc(33.3333% - 30px);
  }
}
.row__col-sm-2-xl-6-gap-3 {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 576px) {
  .row__col-sm-2-xl-6-gap-3 {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .row__col-sm-2-xl-6-gap-3 {
    width: calc(16.6666% - 30px);
  }
}

.owl-my-card {
  overflow: hidden;
  position: relative;
  background-color: #f0f3f8;
}
.owl-my-card__img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-my-card__content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
@media screen and (min-width: 576px) {
  .owl-my-card__content {
    width: 60%;
  }
}
.owl-my-card__color {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.owl-carousel .owl-item img.w-auto {
  width: auto;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 170px;
  margin: auto;
  flex-wrap: wrap;
}

.owl-dot {
  display: inline-block;
}
.owl-dot span {
  display: block;
  width: 8px;
  border-radius: 50%;
  background: #C8CBD4;
  height: 8px;
  margin: 5px;
  transition: 0.3s;
}
.owl-dot.active span {
  background: #1D5ACF;
}
.owl-dot:hover span {
  background: #1D5ACF;
}

.carousel-next, .carousel-prev {
  display: none;
}
@media screen and (min-width: 992px) {
  .carousel-next, .carousel-prev {
    position: absolute;
    top: calc(50% - 28px - 24px);
    left: 10%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
  }
  .carousel-next .carousel-icon-path, .carousel-prev .carousel-icon-path {
    transition: 0.3s;
  }
  .carousel-next:hover .carousel-icon-path, .carousel-prev:hover .carousel-icon-path {
    fill: #1D5ACF;
  }
}

.carousel-next {
  transform: rotate(180deg);
  left: auto;
  right: 10%;
}

@media screen and (min-width: 768px) {
  .owl-stage-outer::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 23%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .owl-stage-outer::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 23%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

.select {
  position: relative;
}
.select:hover .select__selected-title {
  color: #0038A5;
}
@media screen and (min-width: 1024px) {
  .select_header {
    margin-right: 28px;
  }
}
.select_header + a {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1024px) {
  .select_header + a {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .select_header {
    display: inline-block;
  }
  .select_header .select__arrow_rotate {
    transform: none;
  }
}
.select__selected-title {
  transition: 0.3s;
}

.select__selected-item {
  display: flex;
  align-items: center;
}
.select__selected-item:hover {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .select__selected-item_header {
    height: 64px;
  }
  .select__selected-item_header.active-menu {
    box-shadow: inset 0 -4px #1D5ACF;
    color: #1D5ACF;
  }
  .select__selected-item_header.active-menu img {
    -webkit-filter: invert(26%) sepia(96%) saturate(1722%) hue-rotate(209deg) brightness(86%) contrast(95%);
            filter: invert(26%) sepia(96%) saturate(1722%) hue-rotate(209deg) brightness(86%) contrast(95%);
  }
}
.select__selected-item_list-arrow::after {
  content: "";
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  bottom: 12px;
  right: -2px;
  z-index: 2;
}
.select__selected-item_list-arrow.active {
  position: relative;
}
.select__selected-item_list-arrow.active::after {
  content: "";
  opacity: 1;
  transition: 0.5s;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  bottom: 12px;
  right: -2px;
  z-index: 2;
}
.select__selected-item_input {
  justify-content: space-between;
  border: 2px solid #E2E2E2;
  border-radius: 10px;
  padding: 14px 24px;
  color: #4E5B74;
}
@media screen and (min-width: 768px) {
  .select__selected-item_input {
    display: none;
  }
}
.select__selected-item_input:hover {
  border: 2px solid #1D5ACF;
}
.select__selected-item_input.active {
  border: 2px solid #1D5ACF;
  border-bottom: 2px solid transparent;
  border-radius: 10px 10px 0 0;
  color: black;
}

.select__arrow {
  transition: 0.3s;
  margin-left: 5px;
}

.select__arrow_rotate {
  transform: rotate(-180deg);
}

.select__list {
  position: absolute;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: calc(100% + 8px);
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  background-color: white;
  border-radius: 6px;
}
.select__list_opened {
  max-height: 1500px;
  opacity: 1;
}
.select__list_header-last {
  max-width: 245px;
}
.select__list_header {
  position: static;
}
@media screen and (min-width: 1024px) {
  .select__list_header {
    position: absolute;
    top: calc(100% - 12px);
  }
  .select__list_header.select__list_opened {
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  }
}
.select__list_input {
  border: 2px solid transparent;
  top: calc(100% - 16px);
  transition: none;
  border-radius: 10px;
  width: auto;
}
.select__list_input.select__list_opened {
  border: 2px solid #1D5ACF;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .select__list_input {
    position: static;
    max-height: none;
    opacity: 1;
    box-shadow: none;
    transition: none;
    border-radius: 0;
  }
}

.select__list_for_vue {
  position: absolute;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: calc(100% + 8px);
  z-index: 1;
  transition: 0.5s;
  overflow: auto;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}
.select__list_for_vue_header-last {
  max-width: 245px;
}
.select__list_for_vue_header {
  position: static;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .select__list_for_vue_header {
    position: absolute;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  }
}
.select__list_for_vue_input {
  border: 2px solid transparent;
  top: 48px;
  transition: none;
  border-radius: 10px;
  width: auto;
}
.select__list_for_vue_input.select__list_opened {
  border: 2px solid #1D5ACF;
  border-top: 0 solid transparent;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .select__list_for_vue_input {
    position: static;
    max-height: none;
    opacity: 1;
    box-shadow: none;
    transition: none;
    border-radius: 0;
  }
}

.select__list-item {
  display: block;
  margin: 8px 16px;
  transition: 0.3s;
}
.select__list-item:hover {
  cursor: pointer;
}
.select__list-item:first-child {
  margin-top: 16px;
}
.select__list-item:last-child {
  margin-bottom: 16px;
}
.select__list-item_support {
  transition: 0.3s;
}
.select__list-item_input {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.select__list-item_input:hover {
  color: #1D5ACF;
}
.select__list-item_input:hover .select__list-item_support {
  color: #1D5ACF;
}
@media screen and (min-width: 768px) {
  .select__list-item_input {
    margin-left: 0;
    margin-right: 0;
  }
  .select__list-item_input-lg {
    margin: 40px 0;
  }
  .select__list-item_input:first-child {
    margin-top: 0;
  }
  .select__list-item_input:last-child {
    margin-bottom: 0;
  }
  .select__list-item_input.active {
    padding-left: 16px;
    border-left: 4px solid #1D5ACF;
    color: #1D5ACF;
  }
  .select__list-item_input.active .select__list-item_support {
    color: #1D5ACF;
  }
}
@media screen and (min-width: 768px) {
  .select__list-item_title {
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
  }
}
.select__list-item_support {
  color: #4E5B74;
}

.select__input {
  display: none;
}

@font-face {
  font-family: "Proba Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ProbaPro/ProbaPro-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Proba Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ProbaPro/ProbaPro-SemiBold.ttf") format("opentype");
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-grow-1 {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
}
.flex-md-row-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
}

.button {
  padding: 18px 40px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
.button_blue {
  background-color: #1D5ACF;
  color: white;
}
.button_blue:hover {
  color: white;
  background-color: #0038A5;
}
.button_grey {
  background-color: #E2E2E2;
}
.button_primary {
  background-color: #F3F9FF;
}

a.button {
  text-decoration: none;
}

.input-box {
  display: flex;
  align-items: center;
  border: 2px solid #E2E2E2;
  border-radius: 10px;
  padding: 12px 16px 12px 24px;
  min-height: 56px;
}
.input-box-icon {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
.input-box-icon.file {
  background: url("../images/icons/icon-input-file.svg") no-repeat;
  margin-right: 4px;
}
.input-box-icon.delete {
  background: url("../images/burger_close.svg") no-repeat;
  margin-left: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding-left: 4px;
}
.input-box-icon.delete[disabled] {
  display: none;
}
.input-box .input {
  border: none;
  border-radius: 0;
  padding: 0;
}

.input {
  background-color: white;
  border: 2px solid #E2E2E2;
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.input:hover, .input:active {
  border-color: #1D5ACF;
}
.input::-webkit-input-placeholder {
  color: #4E5B74;
}
.input::-moz-placeholder {
  color: #4E5B74;
}
.input:-ms-input-placeholder {
  color: #4E5B74;
}
.input::-ms-input-placeholder {
  color: #4E5B74;
}
.input::placeholder {
  color: #4E5B74;
}
.input__filename {
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 3px;
}
.input__filename::-webkit-scrollbar {
  display: none;
}
.input_textarea {
  height: 140px !important;
  resize: none;
}
.input_file {
  color: transparent;
  background: transparent;
}
.input_file::before {
  content: "\41D\430\442\438\441\43D\456\442\44C, \449\43E\431   \434\43E\434\430\442\438";
  color: #4E5B74;
}
.input_file.notempty {
  background: white;
  display: none;
}
.input_file.notempty::before {
  content: "";
  display: none;
}
.input:focus {
  border-color: #1D5ACF;
}

label {
  cursor: pointer;
}

.input-hide {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0;
}
.input-hide:hover + label .input-check_radio {
  box-shadow: 0 0 0 2px #1D5ACF;
}
.input-hide:hover + label .input-check_box {
  border-color: #1D5ACF;
}
.input-hide:checked + label .input-check_box {
  border: 2px solid #1D5ACF;
  background: #1D5ACF url("../images/icons/checkbox-white.svg") no-repeat center;
}
.input-hide:focus + label .input-check_box {
  border: 2px solid #1D5ACF;
}
.input-hide:disabled + label .input-check_box {
  background: #f3f3f3;
}
.input-hide:checked:disabled + label .input-check_box {
  background: #f3f3f3 url("../images/icons/checkbox-white.svg") no-repeat center;
  border: 2px solid #e2e2e2;
  background-blend-mode: luminosity;
}
.input-hide:checked + label .input-check_radio {
  background: #1D5ACF;
  box-shadow: 0 0 0 2px #1D5ACF;
}
.input-hide:focus + label .input-check_radio {
  box-shadow: 0 0 0 2px #1D5ACF;
}
.input-hide:disabled + label .input-check_radio {
  background: #f3f3f3;
  border: 2px solid #f3f3f3;
}
.input-hide:checked:disabled + label .input-check_radio {
  box-shadow: 0 0 0 2px #e2e2e2;
  border: 2px solid #f3f3f3;
  background: #e2e2e2;
}

.input-check {
  margin-right: 8px;
  background-color: #fff;
}
.input-check_box {
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  border: 2px solid #E2E2E2;
  border-radius: 8px;
  transition: border 0.3s;
}
.input-check_radio {
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #E2E2E2;
  border-radius: 50%;
  transition: 0.3s;
}

.custom-check__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.custom-check__label {
  height: 100%;
  cursor: pointer;
  border: 2px solid #f3f9ff;
  transition: border 0.3s;
}
.custom-check__label:hover {
  border: 2px solid #1D5ACF;
}
.custom-check__box {
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  border: 2px solid #E2E2E2;
  border-radius: 8px;
  margin-right: 8px;
  background-color: #fff;
}
.custom-check__input:checked + .custom-check__label .custom-check__box {
  border: 2px solid #1D5ACF;
  background: white url("../images/icons/checkbox.svg") no-repeat center;
}
.custom-check__input:checked + .custom-check__label {
  border: 2px solid #1D5ACF;
}
.custom-check__input:checked + .custom-check__label_box {
  color: white;
  background: #1D5ACF url("../images/icons/checkbox.svg") no-repeat center;
}
.custom-check__input:focus + .custom-check__label .custom-check__box {
  border: 2px solid #1D5ACF;
}
.custom-check__input:disabled + .custom-check__label .custom-check__box {
  background: #f3f3f3;
}

.js-validate-error-label {
  margin-top: 6px;
  color: #eb5757;
}

::-webkit-file-upload-button {
  display: none;
}

.invalid input:not([type=checkbox]), textarea.js-validate-error-field {
  border-color: #eb5757;
}

.is-invalid {
  border-color: #eb5757;
}

.form-input-with-button {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form-input-with-button {
    flex-wrap: nowrap;
  }
}
.form-input-with-button__input {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .form-input-with-button__input {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.form-input-with-button__button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-input-with-button__button {
    width: auto;
  }
}

textarea,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=submit],
input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.block-width-aside {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  grid-template-areas: "top" "main" "bottom";
}
@media screen and (min-width: 768px) {
  .block-width-aside {
    grid-template-columns: 1fr 370px;
    grid-template-rows: auto 1fr;
    grid-template-areas: "main top" "main bottom";
  }
}

.block-width-aside__main {
  grid-area: main;
}

.block-width-aside__aside-top {
  grid-area: top;
}

.block-width-aside__aside-bottom {
  grid-area: bottom;
}

.aside {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .aside {
    min-width: 340px;
    max-width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .aside {
    min-width: 370px;
    max-width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .aside_lg {
    min-width: 470px;
    max-width: 470px;
  }
}
.aside_top-md-left {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .aside_top-md-left {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.aside_top-md-right {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .aside_top-md-right {
    margin-bottom: 0;
    margin-left: 30px;
  }
}
.aside_bottom-md-left {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .aside_bottom-md-left {
    margin-top: 0;
    margin-right: 30px;
  }
}
.aside_bottom-md-right {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .aside_bottom-md-right {
    margin-top: 0;
    margin-left: 30px;
  }
}

.skillset h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .skillset h3 {
    font-size: 18px;
  }
}

.skillset ul {
  margin-bottom: 32px;
}
.skillset ul:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .skillset ul {
    margin-bottom: 40px;
  }
}

.skillset p {
  margin-bottom: 32px;
  color: #4E5B74;
}
@media screen and (min-width: 1200px) {
  .skillset p {
    margin-bottom: 40px;
  }
}

.task_wrap.radios div {
  display: inline-block;
  cursor: pointer;
}

.skillset ul,
.vacanc_inner_list {
  list-style: none;
}

.skillset ul li,
.vacanc_inner_list li {
  margin-bottom: 12px;
  margin-left: 4px;
  color: #4E5B74;
}

.skillset ul li:last-child {
  margin-bottom: 0;
}

.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-flex {
  display: inline-flex;
}
@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex;
  }
}

.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.socials {
  display: flex;
  justify-content: center;
  margin: -16px;
}
.socials__link {
  box-sizing: unset;
  display: block;
  height: 24px;
  padding: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.socials__link_fb {
  width: 24px;
  background-image: url("../images/social-icon-fb.svg");
}
.socials__link_fb:hover {
  background-image: url("../images/social-icon-fb_hover.svg");
}
.socials__link_dou {
  width: 55px;
  background-image: url("../images/social-icon-dou.svg");
}
.socials__link_dou:hover {
  background-image: url("../images/social-icon-dou_hover.svg");
}
.socials__link_in {
  width: 24px;
  background-image: url("../images/social-icon-lin.svg");
}
.socials__link_in:hover {
  background-image: url("../images/social-icon-lin_hover.svg");
}
.socials__link_dj {
  width: 27px;
  background-image: url("../images/social-icon-dj.svg");
}
.socials__link_dj:hover {
  background-image: url("../images/social-icon-dj_hover.svg");
}

.datetimepicker {
  position: absolute;
  color: #000000;
  line-height: normal;
  width: 305px;
  height: auto;
  padding: 7px;
  background: #fff;
  border-radius: 2px;
  margin: 2px;
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.25);
}

.datetimepicker .header {
  position: relative;
  height: 40px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datetimepicker .header .titleText {
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datetimepicker .header .titleText:hover {
  background: #1D5ACF;
  color: #fff;
}

.datetimepicker .header .previous, .datetimepicker .header .next {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
}

.datetimepicker .header .previous {
  left: 0;
  border-color: transparent #4E5B74 transparent transparent;
  border-style: solid;
  border-width: 10px;
  font-size: 0;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datetimepicker .header .previous:hover {
  border-color: transparent #1D5ACF transparent transparent;
}

.datetimepicker .header .next {
  right: 0;
  border-color: transparent transparent transparent #4E5B74;
  border-style: solid;
  border-width: 10px;
  font-size: 0;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datetimepicker .header .next:hover {
  border-color: transparent transparent transparent #1D5ACF;
}

.datetimepicker .body {
  position: relative;
  top: 0;
  left: 2px;
  width: auto;
  height: 240px;
  overflow: hidden;
}

.datetimepicker .days .day {
  float: left;
  text-align: center;
  overflow: hidden;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datetimepicker .days .titles {
  display: none;
}

.datetimepicker .days .week .day {
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin: 4px;
}
.datetimepicker .days .week .day:hover {
  background: #1D5ACF;
  color: #fff;
}
.datetimepicker .days .week .day:nth-child(6), .datetimepicker .days .week .day:last-child {
  color: #FF2E00;
}
.datetimepicker .days .week .day:nth-child(6):hover, .datetimepicker .days .week .day:nth-child(6).selected, .datetimepicker .days .week .day:last-child:hover, .datetimepicker .days .week .day:last-child.selected {
  background: #1D5ACF;
  color: #fff;
}

.datetimepicker .days .week .day.otherMonth {
  color: #E2E2E2;
}

.datetimepicker .days .selected {
  background: #1D5ACF;
  color: #fff;
}

.datetimepicker .months {
  border-top: 1px solid #4E5B74;
}

.datetimepicker .months .month {
  float: left;
  cursor: pointer;
  width: 96px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.datetimepicker .months .month:hover {
  background: #1D5ACF;
  color: #fff;
}

.datetimepicker .months .selected {
  border-radius: 1px;
  border: 2px solid #1D5ACF;
  box-sizing: border-box;
}

.datetimepicker .years {
  border-top: 1px solid #4E5B74;
}

.datetimepicker .years .year {
  float: left;
  cursor: pointer;
  width: 71px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datetimepicker .years .year:hover {
  background: #1D5ACF;
  color: #fff;
}

.datetimepicker .years .selected {
  border-radius: 1px;
  border: 2px solid #1D5ACF;
  box-sizing: border-box;
}

.carousel.carousel-main {
  margin: 40px 0 60px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .carousel.carousel-main {
    margin: 40px -32px 60px -32px;
    width: calc(100% + 64px);
  }
}
@media screen and (min-width: 992px) {
  .carousel.carousel-main {
    width: 100%;
    margin: 40px auto 60px auto;
  }
}
.carousel.carousel-main .carousel__viewport:before, .carousel.carousel-main .carousel__viewport:after {
  content: "";
  background: linear-gradient(90deg, #ffffff5e 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  width: 12%;
}
@media screen and (min-width: 992px) {
  .carousel.carousel-main .carousel__viewport:before, .carousel.carousel-main .carousel__viewport:after {
    width: 23%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.carousel.carousel-main .carousel__viewport:before {
  left: 0;
}
.carousel.carousel-main .carousel__viewport:after {
  right: 0;
  transform: rotate(180deg);
}
.carousel.carousel-main .carousel__slide {
  width: 100%;
  padding: 0;
  max-height: 180px;
  margin: 0 5px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .carousel.carousel-main .carousel__slide {
    width: 70%;
    max-height: 320px;
    margin: 0 16px;
  }
}
@media screen and (min-width: 992px) {
  .carousel.carousel-main .carousel__slide {
    width: 50%;
  }
}
.carousel.carousel-main .carousel__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__nav .carousel__button.is-prev {
  left: 108px;
}
.carousel__nav .carousel__button.is-next {
  right: 108px;
}
.carousel__dots {
  margin-top: 10px !important;
}
.carousel__dots .carousel__dot:after {
  background-color: #C8CBD4 !important;
  opacity: 1 !important;
}
.carousel__dots .carousel__dot.is-selected:after {
  background-color: #1D5ACF !important;
}

.carousel__button {
  background: #FFFFFF !important;
  border-radius: 28px !important;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .carousel__button {
    display: none !important;
  }
}
.carousel__button svg {
  display: none;
}
.carousel__button:after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='carousel-icon-path' d='M12 20L13.41 18.59L7.83 13L20 13L20 11L7.83 11L13.41 5.41L12 4L4 12L12 20Z' fill='black'/%3E%3C/svg%3E") no-repeat;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
.carousel__button.is-next:after {
  transform: rotate(180deg) !important;
}
.carousel__button:focus {
  outline: none;
}

.fancybox__toolbar, .fancybox__thumbs {
  display: none !important;
}
.fancybox__container {
  display: flex;
  justify-content: center;
}
.fancybox__carousel {
  max-height: 650px;
}
.fancybox__carousel .carousel__dots {
  height: 56px;
  align-items: center;
  top: initial;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .fancybox__carousel .carousel__dots {
    bottom: -56px;
  }
}
.fancybox__content {
  border-radius: 20px;
  overflow: hidden;
}
.fancybox__nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 600px;
  margin: auto;
}
.fancybox__nav .carousel__button {
  background: #ffffff;
  border-radius: 28px;
  position: relative !important;
  transform: none !important;
}

.article-admin h1 {
  margin-bottom: 40px;
}
.article-admin h2 {
  margin-bottom: 16px;
  margin-top: 40px;
}
.article-admin h2:first-child {
  margin-top: 0;
}
.article-admin h3 {
  margin-bottom: 16px;
}
.article-admin p {
  display: block;
  margin-bottom: 16px;
  color: #4E5B74;
}
.article-admin a {
  color: #1D5ACF;
  transition: 0.3s;
  background-color: transparent;
}
.article-admin a:hover {
  color: #0038A5;
}
.article-admin a.button_blue {
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #1D5ACF;
}
.article-admin a.button_blue:hover {
  color: white;
  background-color: #0038A5;
}
.article-admin ol {
  margin-bottom: 40px;
}
.article-admin ol li a {
  display: block;
  margin-bottom: 16px;
}
.article-admin ul {
  margin-bottom: 16px;
  color: #4E5B74;
}
.article-admin strong {
  color: black;
}
.article-admin .bg-info.p-lg.rounded-md p:last-child {
  margin-bottom: 0;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 440px;
}
@media screen and (min-width: 1200px) {
  .banner {
    height: 400px;
  }
}
.banner__img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
}
.banner__text {
  max-width: 600px;
}

.map {
  width: 100%;
  height: 100%;
}
.map iframe {
  width: 100%;
  height: 290px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .map iframe {
    min-height: 478px;
    max-height: 478px;
  }
}

.stepper {
  display: grid;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "main main" "message message" "dots dots" "back next";
  align-items: center;
}
@media screen and (min-width: 768px) {
  .stepper {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 12px;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "main main main" "message message message" "back dots next";
  }
}
@media screen and (min-width: 1200px) {
  .stepper {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "back main next" "message message message" "dots dots dots";
  }
}
.stepper__step {
  display: none;
}
.stepper__step.active {
  display: flex;
  flex-direction: column;
}
.stepper__main {
  grid-area: main;
}
.stepper__dots {
  grid-area: dots;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .stepper__dots {
    margin-bottom: 8px;
  }
}
.stepper__back {
  grid-area: back;
}
.stepper__next {
  grid-area: next;
}
.stepper__button {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .stepper__button {
    width: 215px;
  }
}
@media screen and (min-width: 1200px) {
  .stepper__button {
    width: 170px;
    height: 170px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .stepper__button .text-with-icon.arrow-forward-primary, .stepper__button .text-with-icon.close-primary {
    flex-direction: row;
  }
}
@media screen and (max-width: 1200px) {
  .stepper__button .text-with-icon.arrow-forward-primary:before, .stepper__button .text-with-icon.close-primary:before {
    margin-right: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .stepper__button .text-with-icon.arrow-forward-primary:before, .stepper__button .text-with-icon.close-primary:before {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .stepper__button .text-with-icon.arrow-forward, .stepper__button .text-with-icon.check {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .stepper__button .text-with-icon.arrow-forward:before, .stepper__button .text-with-icon.check:before {
    margin-left: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .stepper__button .text-with-icon.arrow-forward:before, .stepper__button .text-with-icon.check:before {
    margin-bottom: 16px;
  }
}
.stepper__message {
  grid-area: message;
  display: none;
  color: #eb5757;
}
.stepper__message.active {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .stepper__message.active {
    margin-left: 200px;
  }
}

.dot {
  height: 8px;
  width: 8px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #C8CBD4;
}
.dot.active {
  background-color: #1D5ACF;
}

.custom-modal {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
}
@media screen and (min-width: 576px) {
  .custom-modal {
    padding: 32px;
  }
}
.custom-modal__content {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.container_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
}

.cookies {
  width: 100%;
  box-shadow: 0 12px 50px -20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .cookies {
    flex-wrap: nowrap;
  }
}

.error-body {
  padding-top: 0;
}

.error-gap {
  gap: 50px;
}

.error-content {
  min-width: 270px;
  max-width: 370px;
}
@media screen and (min-width: 992px) {
  .error-content {
    max-width: 530px;
  }
}

.tooltip-container {
  position: absolute;
}
.tooltip-container_1 {
  top: 187px;
  right: 16px;
}
@media (min-width: 768px) {
  .tooltip-container_1 {
    top: 146px;
  }
}
.tooltip-container_2 {
  top: 236px;
  right: 16px;
}
@media (min-width: 768px) {
  .tooltip-container_2 {
    top: 270px;
  }
}
@media (min-width: 1200px) {
  .tooltip-container_2 {
    top: 248px;
  }
}
.tooltip-container_3 {
  top: 284px;
  right: 16px;
}
@media (min-width: 768px) {
  .tooltip-container_3 {
    top: 396px;
  }
}
@media (min-width: 1200px) {
  .tooltip-container_3 {
    top: 350px;
  }
}
.tooltip-container .tooltip-btn {
  display: block;
  line-height: 0;
}
.tooltip-container .tooltip-content,
.tooltip-container .tooltip-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.2s ease-in;
}
.tooltip-container .tooltip-toggle {
  display: none;
}
.tooltip-container .tooltip-toggle.active ~ .tooltip-backdrop, .tooltip-container .tooltip-toggle:checked ~ .tooltip-backdrop {
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: visible;
}
.tooltip-container .tooltip-toggle.active ~ .tooltip-content, .tooltip-container .tooltip-toggle:checked ~ .tooltip-content {
  opacity: 1;
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 282px;
  height: auto;
  padding: 16px;
  position: absolute;
  top: 35px;
  right: -12px;
  border-radius: 6px;
  z-index: 999;
  pointer-events: auto;
  visibility: visible;
  overflow: visible;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .tooltip-container .tooltip-toggle.active ~ .tooltip-content, .tooltip-container .tooltip-toggle:checked ~ .tooltip-content {
    max-width: none;
  }
}
.tooltip-container .tooltip-toggle.active ~ .tooltip-content:before, .tooltip-container .tooltip-toggle:checked ~ .tooltip-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -8px;
  right: 15px;
}

.pagination {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .pagination {
    justify-content: center;
  }
}

.pagination__btn {
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
  display: flex;
}
.pagination__btn:after {
  content: "";
  background: url("../images/arrow-gray.svg") no-repeat center;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.pagination__btn:hover:after {
  content: "";
  background: url("../images/arrow_back_hover.svg") no-repeat center;
}
.pagination__btn_next {
  margin-left: 12px;
}
@media screen and (min-width: 992px) {
  .pagination__btn_next {
    margin-left: 16px;
  }
}
.pagination__btn_next:after {
  transform: rotate(180deg);
}
.pagination__btn_prev {
  margin-right: 12px;
}
@media screen and (min-width: 992px) {
  .pagination__btn_prev {
    margin-right: 16px;
  }
}

.pagination__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .pagination__list {
    gap: 7px;
  }
}
.pagination__list-item {
  position: relative;
}
.pagination__list-item:before {
  content: none;
}
.pagination__list-item:hover .pagination__list-span {
  color: #1D5ACF;
}
.pagination__list-item.active .pagination__list-link {
  background: #1D5ACF;
  text-decoration: none;
}
.pagination__list-item.active .pagination__list-link .pagination__list-span {
  color: #ffffff;
}
.pagination__list-link {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
@media screen and (min-width: 992px) {
  .pagination__list-link {
    min-width: 56px;
    max-width: 56px;
    height: 56px;
  }
}
.pagination__list-span {
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
}

.image-box.middle {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}