/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./web/static/region_landings/version_1/app/app.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.plug__text-lang {
  will-change: color;
  transition: color 1s ease;
  color: transparent;
}
.plug__text-lang.active {
  color: #fff;
  transition: color 1.5s ease;
  transition-delay: 1s;
}
.plug__text-lang.hidden {
  position: absolute;
  font-size: 0px;
}

.plug__title {
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .plug__title {
    font-size: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .plug__title {
    font-size: 48px;
  }
}
.plug__title--inside {
  font-weight: 400;
  font-size: 120px;
}
@media screen and (max-width: 1600px) {
  .plug__title--inside {
    font-size: 110px;
  }
}
@media screen and (max-width: 1100px) {
  .plug__title--inside {
    font-size: 48px;
    text-align: center;
  }
}
.plug__title--web {
  max-width: 90%;
}
@media screen and (max-width: 1600px) {
  .plug__title--web {
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .plug__title--web {
    max-width: 910px;
  }
}

.plug__start {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
}

.plug__logo-wrap {
  display: block;
  margin-right: auto;
}

.plug__competencies--inside {
  font-size: 38px;
}
@media screen and (max-width: 1100px) {
  .plug__competencies--inside {
    display: flex;
    width: auto;
    width: initial;
    font-size: 26px;
  }
  .plug__competencies--inside .plug__competencies-item:first-child::before {
    content: none;
  }
}

@media screen and (max-width: 1600px) {
  .plug__btn {
    font-size: 32px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .plug__btn {
    font-size: 26px;
    line-height: 1;
  }
}

.plug__competencies {
  margin-bottom: 20px;
}

.common__preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #252529;
  z-index: 1000000000000000000000000000000000;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.common__preloader.hide {
  opacity: 0;
  z-index: -1;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: linear-gradient(7.34deg, #8A45D4 -6.59%, #4393ED 63.47%, #63B6E8 143.98%);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.plug {
  height: 100vh;
}

section {
  padding: 0;
  padding: initial;
}

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