/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.header {
  position: relative;
  z-index: 5;
}
.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 10px 45px;
}
@media screen and (max-width: 1199px) {
  .header__wrapper {
    padding: 10px 24px;
  }
}
.header__contact {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  z-index: 12;
  transition: 0.3s;
}
.header__contact:hover {
  color: #E31F25;
}
@media screen and (max-width: 1199px) {
  .header__contact {
    display: none;
  }
}
.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-left: 55px;
  border-radius: 4px;
  background-color: #FFF;
  z-index: 12;
}
@media screen and (max-width: 1199px) {
  .header__btn {
    width: 48px;
    height: 48px;
    margin-left: auto;
  }
}
.header__btn:before, .header__btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
.header__btn:before {
  top: 19px;
}
@media screen and (max-width: 1199px) {
  .header__btn:before {
    top: 15px;
  }
}
.header__btn:after {
  bottom: 19px;
}
@media screen and (max-width: 1199px) {
  .header__btn:after {
    bottom: 15px;
  }
}
.header__btn .btn-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
.header__btn.active .btn-line {
  display: none;
}
.header__btn.active:before {
  top: 27px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  .header__btn.active:before {
    top: 23px;
  }
}
.header__btn.active:after {
  bottom: 27px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  .header__btn.active:after {
    bottom: 23px;
  }
}
.header__menu {
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  max-height: 910px;
  min-height: 660px;
  max-width: 424px;
  width: 100%;
  padding: 0 40px;
  background: rgba(48, 49, 56, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: 0.5s;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .header__menu {
    max-height: 890px;
    justify-content: normal;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    max-height: 720px;
  }
}
.header__menu.active {
  right: 0;
}
.header__menu .header__contact {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__menu .header__contact {
    display: block;
    width: fit-content;
    margin-top: 24px;
    margin-left: 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: -0.44px;
  }
}
.header__menu .menu-list {
  display: flex;
  flex-direction: column;
  margin-top: 154px;
}
@media screen and (max-width: 1199px) {
  .header__menu .menu-list {
    margin-top: 15px;
  }
}
.header__menu .list-item {
  padding: 20px 0;
}
.header__menu .item-link {
  position: relative;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.5rem;
  transition: 0.3s;
}
.header__menu .item-link:hover {
  color: #E31F25;
}
.header__menu .menu-social {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .header__menu .menu-social {
    margin-top: auto;
    margin-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .header__menu .menu-social {
    margin-left: 0;
    width: 100%;
  }
}
.header__menu .social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.header__menu .social-link:hover .icon-hover {
  fill: #E31F25;
  transition: 0.3s;
}
.header__menu .social-link:hover .stroke-hover {
  stroke: #E31F25;
  transition: 0.3s;
}

.main {
  height: 800px;
  padding-top: 106px;
}
@media screen and (max-width: 1600px) {
  .main {
    height: 715px;
  }
}
@media screen and (max-width: 1199px) {
  .main {
    height: 735px;
  }
}
@media screen and (max-width: 960px) {
  .main {
    height: 515px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    height: 415px;
  }
}
.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(180deg, rgb(21.8238563538, 21.8238563538, 21.8238563538), rgba(26.959186554, 26.959186554, 26.959186554, 0) 100%);
}
.main__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 880px;
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 77.8% 100%, 0 82%);
  overflow: hidden;
  z-index: -1;
}
.main__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 987px;
  height: 820px;
  background-image: url("../img/main-decor.png");
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .main__background:before {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .main__background {
    height: 800px;
  }
}
@media screen and (max-width: 960px) {
  .main__background {
    height: 570px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .main__background {
    height: 340px;
  }
}
.main__background .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgb(217, 217, 217);
}
.main__background .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main__text {
    margin: 80px auto 15px;
    max-width: 330px;
    padding: 8px 40px;
    border-radius: 3px;
    background: rgba(227, 31, 37, 0.8);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .main .title {
    max-width: 270px;
  }
}
@media screen and (max-width: 370px) {
  .main .title {
    font-size: 1.6rem;
  }
}
.main .title-item {
  display: block;
}
.main .btn-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  padding: 47px 57px;
  margin-top: 90px;
  backdrop-filter: blur(44px);
  background: rgba(30, 30, 30, 0.5);
}
.main .btn-block:before {
  content: "";
  position: absolute;
  top: -110px;
  left: 170px;
  background-image: url(../img/main-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 193px;
  height: 92px;
  transform: rotate(45deg);
  animation: 1.5s linear infinite rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 960px) {
  .main .btn-block:before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .main .btn-block {
    width: calc(100% + 40px);
    margin-top: 155px;
    left: -20px;
    backdrop-filter: blur(74px);
    background: rgba(23, 25, 29, 0.82);
  }
}
@media screen and (max-width: 767px) {
  .main .btn-block {
    justify-content: center;
    padding: 25px 35px;
    margin-top: auto;
  }
}
.main .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 358px;
}
@media screen and (max-width: 767px) {
  .main .wrapper {
    text-align: center;
    justify-content: center;
    max-width: 295px;
  }
}
.main .icon {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
  object-position: bottom;
  background: rgb(227, 31, 37);
}
@media screen and (max-width: 767px) {
  .main .icon {
    display: none;
  }
}
.main .desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .main .desc {
    max-width: 265px;
    font-size: 1.6rem;
  }
}
.main .btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main .btn {
    font-size: 1.6rem;
  }
}

.advantage {
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .advantage {
    padding-top: 24px;
    padding-bottom: 70px;
  }
}
.advantage__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .advantage__bg {
    display: none;
  }
}
.advantage__bg-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .advantage__bg-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.advantage .title {
  margin: 14px 0 30px;
  text-transform: uppercase;
  color: #303138;
}
.advantage .title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .advantage .title br {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .advantage .title {
    margin: 12px 0;
  }
}
@media screen and (max-width: 370px) {
  .advantage .title {
    font-size: 2.8rem;
  }
}
.advantage__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage .item-1 {
  width: 350px;
}
.advantage .item-2 {
  width: 405px;
}
.advantage .item-3 {
  width: 420px;
}
.advantage .item-4 {
  width: 545px;
}
.advantage .item-5 {
  width: 655px;
}
@media screen and (max-width: 1400px) {
  .advantage .item-1,
  .advantage .item-2,
  .advantage .item-3 {
    width: 32%;
  }
}
@media screen and (max-width: 1400px) {
  .advantage .item-4,
  .advantage .item-5 {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .advantage .item-1,
  .advantage .item-2,
  .advantage .item-3,
  .advantage .item-4,
  .advantage .item-5 {
    width: 100%;
  }
}
.advantage__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 24px;
  color: #303138;
  backdrop-filter: blur(104px);
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 960px) {
  .advantage__item {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 4px;
  }
}
.advantage .item-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 960px) {
  .advantage .item-title {
    order: 2;
    margin: 16px 0;
  }
}
.advantage .item-desc {
  margin: 10px 0 25px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 960px) {
  .advantage .item-desc {
    order: 3;
    margin: 0;
    font-size: 1.6rem;
  }
}
.advantage .item-icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .advantage .item-icon {
    width: 48px;
    height: 48px;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
}

.services {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .services {
    padding-top: 24px;
    padding-bottom: 0;
    background-color: #303138;
  }
}
.services__background {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: #303138;
  transform: skewY(2deg);
  z-index: -1;
  overflow: hidden;
}
.services__background:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -400px;
  width: 1120px;
  height: 1000px;
  background-image: url(../img/serices-decor.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: skewY(-2deg);
}
@media screen and (max-width: 1600px) {
  .services__background:after {
    left: -240px;
  }
}
@media screen and (max-width: 1400px) {
  .services__background:after {
    left: -340px;
  }
}
@media screen and (max-width: 1199px) {
  .services__background {
    display: none;
    background-color: #303138;
  }
}
.services .title {
  text-transform: uppercase;
}
.services__filter {
  position: relative;
  display: flex;
  padding: 4px;
  margin: 35px 0;
  border-radius: 8px;
  background-color: #42434C;
}
@media screen and (max-width: 960px) {
  .services__filter {
    flex-direction: column;
    max-height: 80px;
    padding: 0;
    margin-top: 16px;
    border-radius: 8px;
    background-color: #575963;
    overflow: hidden;
    transition: 0.3s;
  }
  .services__filter.active {
    max-height: 2000px;
  }
  .services__filter.active .filter-btn {
    padding: 8px;
  }
}
.services .services-btn {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  top: 28px;
  right: 15px;
  border-radius: 4px;
  background-color: #303138;
}
@media screen and (max-width: 960px) {
  .services .services-btn {
    display: block;
  }
}
.services .services-btn:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  top: 6px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  transition: 0.3s;
}
.services .services-btn.active:before {
  transform: translate(-50%, 0) rotate(225deg);
  top: 9px;
}
.services .filter-btn {
  padding: 10px;
  margin-right: 10px;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.services .filter-btn:last-child {
  margin-right: 0;
}
.services .filter-btn:hover {
  background-color: #FFF;
  color: #303138;
}
.services .filter-btn.active {
  background-color: #FFF;
  color: #303138;
}
.services .filter-btn br {
  display: none;
}
@media screen and (max-width: 960px) {
  .services .filter-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    min-height: 80px;
    padding: 16px 32px;
    box-shadow: none;
  }
  .services .filter-btn.active {
    background-color: transparent;
    color: #FFF;
    order: -1;
  }
  .services .filter-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 98%;
    height: 1px;
    background-color: rgba(227, 227, 227, 0.1);
  }
  .services .filter-btn:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .services .filter-btn br {
    display: block;
  }
}
.services__list {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .services__list {
    margin-top: 16px;
  }
}
.services__item {
  display: none;
  justify-content: space-between;
  padding: 50px 24px;
  background-color: #42434C;
}
.services__item.active {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .services__item {
    flex-direction: column;
    align-items: center;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .services__item {
    padding: 0;
  }
}
.services .item-desc {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .services .item-desc {
    order: 2;
  }
}
.services .item-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .services .item-title {
    margin-top: 24px;
    font-size: 2.4rem;
  }
}
.services .desc-list {
  margin-top: 37px;
}
.services .list-item {
  position: relative;
  padding-left: 48px;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
}
.services .list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.services .accent-desc {
  margin-top: auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  color: #FF0000;
}
.services .item-img {
  width: 548px;
  height: 364px;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .services .item-img {
    order: 1;
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .services .item-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.services .form-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 625px;
  padding: 40px;
  margin-top: 107px;
  margin-left: auto;
  backdrop-filter: blur(220px);
  background-color: #42434C;
}
@media screen and (max-width: 1199px) {
  .services .form-block {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .services .form-block {
    max-width: none;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 24px;
  }
}
.services .form-block .form-input {
  color: #FFF;
}
.services .form-block .form-input::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.7);
}
.services .form-block .form-input:hover {
  border: 1px solid #FFF;
}
.services .form-block .form-input:hover::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.services .form-block .form-input:disabled {
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.services .form-block .form-input:disabled::placeholder {
  color: rgba(0, 0, 0, 0.27);
}
.services .form-block .form-input:focus ~ .input-label, .services .form-block .form-input:not(:placeholder-shown) ~ .input-label {
  transform: translateY(-28px) scale(0.85);
  font-size: 1.6rem;
  background: #42434C;
}
.services .form-block .form-input:not(:placeholder-shown) ~ .input-label {
  color: #FFF;
}
.services .form-block .subtitle {
  margin-top: 12px;
  margin-bottom: 21px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
}
.services .form-block .input-wrap {
  margin-bottom: 21px;
}
.services .form-block .upload-btn {
  max-width: 100%;
  margin-bottom: 21px;
}
.services .form-block .upload-name {
  color: #FFF;
}
.services .form-block .form-submit {
  max-width: 100%;
}

.stage {
  position: relative;
  height: 1000px;
  padding-top: 125px;
}
@media screen and (max-width: 1600px) {
  .stage {
    height: 1050px;
  }
}
@media screen and (max-width: 1199px) {
  .stage {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .stage {
    padding-top: 24px;
  }
}
.stage .stage-background {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 1200px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 5s linear;
}
@media screen and (max-width: 1199px) {
  .stage .stage-background {
    display: none;
  }
}
.stage .stage-background.visible {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .stage__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.stage__text {
  display: flex;
  flex-direction: column;
  max-width: 405px;
  margin-left: auto;
  margin-right: 95px;
}
@media screen and (max-width: 1800px) {
  .stage__text {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .stage__text {
    margin-left: 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .stage__text {
    margin-bottom: 24px;
  }
}
.stage .title {
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -5%;
  text-transform: uppercase;
  color: #303138;
}
.stage .subtitle {
  margin-top: 7px;
  margin-bottom: 32px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  color: #303138;
}
@media screen and (max-width: 960px) {
  .stage .subtitle {
    margin-bottom: 24px;
  }
}
.stage .description {
  position: relative;
  padding: 40px 35px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  color: #FF0000;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .stage .description {
    padding: 28px 20px;
    font-size: 1.6rem;
  }
}
.stage .description:before, .stage .description:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 72px;
}
.stage .description:before {
  top: 0;
  left: 0;
  border-top: 3px solid #FF0000;
  border-left: 3px solid #FF0000;
}
.stage .description:after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
}
.stage__roadmap {
  position: absolute;
  top: 65px;
  left: -195px;
  width: 798px;
  height: 328px;
}
@media screen and (max-width: 1800px) {
  .stage__roadmap {
    left: -120px;
  }
}
@media screen and (max-width: 1600px) {
  .stage__roadmap {
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .stage__roadmap {
    left: 50px;
    width: 650px;
  }
}
@media screen and (max-width: 1199px) {
  .stage__roadmap {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 960px) {
  .stage__roadmap {
    width: 100%;
    max-width: 405px;
    height: fit-content;
  }
}
.stage .roadmap-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .stage .roadmap-img {
    display: none;
  }
}
.stage .roadmap-img-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .stage .roadmap-img-mobile {
    display: block;
    width: 225px;
    height: fit-content;
    object-fit: contain;
  }
}
.stage .roadmap-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s;
}
.stage .roadmap-item:hover .item-num {
  box-shadow: 0 0 0 4px rgb(185, 187, 203);
  transform: scale(1.2);
}
.stage .roadmap-item.active .item-num {
  background-color: #FF0000;
  color: #FFF;
  box-shadow: 0 0 0 4px rgb(185, 187, 203);
  transform: scale(1.2);
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item {
    flex-direction: row;
    align-items: center;
  }
}
.stage .item-title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
.stage .item-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .stage .item-subtitle {
    font-size: 1.2rem;
  }
}
.stage .item-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  color: #FF0000;
  background-color: #FFF;
  box-shadow: 0 0 0 2px rgb(185, 187, 203);
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .stage .item-num {
    min-width: 40px;
    max-width: 40px;
  }
}
.stage .roadmap-item-1 {
  align-items: center;
  bottom: 40px;
  left: -25px;
}
.stage .roadmap-item-1 .item-num {
  margin-top: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-1 {
    bottom: 60px;
    left: -35px;
  }
  .stage .roadmap-item-1 .item-num {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-1 {
    top: 10px;
    right: auto;
    bottom: auto;
    left: -7px;
  }
  .stage .roadmap-item-1 .desc-text {
    order: 2;
  }
  .stage .roadmap-item-1 .item-num {
    order: 1;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stage .roadmap-item-2 {
  bottom: -5px;
  left: 125px;
}
.stage .roadmap-item-2 .item-num {
  margin-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-2 {
    bottom: 18px;
    left: 100px;
  }
  .stage .roadmap-item-2 .item-num {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-2 {
    top: 90px;
    bottom: auto;
    right: auto;
    left: 27px;
  }
  .stage .roadmap-item-2 .item-num {
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stage .roadmap-item-3 {
  align-items: center;
  bottom: 113px;
  left: 180px;
}
.stage .roadmap-item-3 .item-num {
  margin-top: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-3 {
    bottom: 120px;
    left: 135px;
  }
  .stage .roadmap-item-3 .item-num {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-3 {
    top: 175px;
    bottom: auto;
    right: auto;
    left: 60px;
  }
  .stage .roadmap-item-3 .desc-text {
    order: 2;
  }
  .stage .roadmap-item-3 .item-num {
    order: 1;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stage .roadmap-item-4 {
  bottom: 77px;
  left: 320px;
}
.stage .roadmap-item-4 .item-num {
  margin-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-4 {
    bottom: 90px;
    left: 260px;
  }
  .stage .roadmap-item-4 .item-num {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-4 {
    top: 255px;
    bottom: auto;
    right: auto;
    left: 88px;
  }
  .stage .roadmap-item-4 .item-num {
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stage .roadmap-item-5 {
  top: 50px;
  right: 335px;
}
.stage .roadmap-item-5 .item-num {
  margin-top: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-5 {
    top: 65px;
    right: 270px;
  }
  .stage .roadmap-item-5 .item-num {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-5 {
    top: auto;
    right: auto;
    bottom: 272px;
    left: 115px;
  }
  .stage .roadmap-item-5 .desc-text {
    order: 2;
  }
  .stage .roadmap-item-5 .item-num {
    order: 1;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stage .roadmap-item-6 {
  top: 85px;
  right: 142px;
}
.stage .roadmap-item-6 .item-num {
  margin-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-6 {
    top: 95px;
    right: 95px;
  }
  .stage .roadmap-item-6 .item-num {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-6 {
    top: auto;
    right: auto;
    bottom: 195px;
    left: 145px;
  }
  .stage .roadmap-item-6 .item-num {
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stage .roadmap-item-7 {
  align-items: center;
  top: -10px;
  right: 135px;
}
.stage .roadmap-item-7 .item-num {
  margin-top: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-7 {
    top: 20px;
    right: 105px;
  }
  .stage .roadmap-item-7 .item-num {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-7 {
    top: auto;
    right: auto;
    bottom: 107px;
    left: 175px;
  }
  .stage .roadmap-item-7 .desc-text {
    order: 2;
  }
  .stage .roadmap-item-7 .item-num {
    order: 1;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stage .roadmap-item-8 {
  align-items: center;
  top: 20px;
  right: 10px;
}
.stage .roadmap-item-8 .item-num {
  margin-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  .stage .roadmap-item-8 {
    top: 45px;
    right: 0;
  }
  .stage .roadmap-item-8 .item-num {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  .stage .roadmap-item-8 {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 202px;
    flex-direction: row;
  }
  .stage .roadmap-item-8 .item-num {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .stage .roadmap-item-8 .item-title {
    display: none;
  }
}

.software {
  position: relative;
  padding-top: 60px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .software {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .software__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .software {
    background-color: #303138;
  }
}
.software:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #303138;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
@media screen and (max-width: 960px) {
  .software:before {
    display: none;
  }
}
.software__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
}
.software .description-wrapper {
  position: relative;
  padding: 40px 35px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 960px) {
  .software .description-wrapper {
    padding: 0;
    font-size: 1.6rem;
  }
}
.software .description-wrapper:before, .software .description-wrapper:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 72px;
}
@media screen and (max-width: 960px) {
  .software .description-wrapper:before, .software .description-wrapper:after {
    display: none;
  }
}
.software .description-wrapper:before {
  top: 0;
  left: 0;
  border-top: 3px solid #FF0000;
  border-left: 3px solid #FF0000;
}
.software .description-wrapper:after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
}
.software .paragraph {
  margin-top: 33px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 960px) {
  .software .paragraph {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.software .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .software .icon-list {
    margin-top: 12px;
    justify-content: space-between;
  }
}
.software .icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  height: 90px;
  margin-right: 8px;
  border-radius: 5px;
  background-color: #FFF;
}
.software .icon-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .software .icon-item {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .software .icon-item {
    width: 32%;
    height: 80px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .software .item-img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }
}
.software__img {
  position: absolute;
  bottom: 30px;
  right: -150px;
  width: 738px;
  height: 798px;
  object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .software__img {
    right: -20px;
  }
}
@media screen and (max-width: 1400px) {
  .software__img {
    right: 0;
    width: 638px;
    height: 698px;
  }
}
@media screen and (max-width: 1199px) {
  .software__img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 538px;
    height: 598px;
    object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .software__img {
    width: 100%;
    height: auto;
    margin-top: 24px;
    object-position: bottom;
  }
}

.about {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .about {
    padding-top: 25px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 0;
  }
}
.about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1199px) {
  .about__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.about__desc {
  flex-basis: 51%;
}
@media screen and (max-width: 767px) {
  .about__desc {
    flex-basis: auto;
  }
}
.about__desc .title {
  margin: 20px 0 50px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(48, 49, 56);
}
.about__desc-list .desc-item {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .about__desc-list .desc-item {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.about__desc-list .desc-item:first-child {
  transition: opacity 1s;
}
.about__desc-list .desc-item:nth-child(2) {
  transition: opacity 5s;
}
.about__desc-list .desc-item:last-child {
  margin-bottom: 0;
  transition: opacity 10s;
}
.about__desc-list .assign {
  color: #FF0000;
}
.about__map {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 45.9%;
}
@media screen and (max-width: 1199px) {
  .about__map {
    flex-basis: auto;
    width: 100%;
    margin-top: 50px;
  }
}
.about__map-wrapper {
  position: relative;
  height: 425px;
  width: 560px;
}
@media screen and (max-width: 767px) {
  .about__map-wrapper {
    max-width: 340px;
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 375px) {
  .about__map-wrapper {
    max-width: 265px;
    height: 200px;
  }
}
.about__map-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("../img/map-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 416px;
  height: 203px;
  top: 57.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .about__map-wrapper:before {
    width: 260px;
    height: 130px;
  }
}
@media screen and (max-width: 375px) {
  .about__map-wrapper:before {
    width: 200px;
    height: 115px;
    top: 59.5%;
  }
}
.about__map-wrapper .map-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 86px;
  padding: 0 30px;
  border-radius: 5px;
  background-color: #E7E9F0;
  color: rgb(48, 49, 56);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__map-wrapper .map-item {
    width: 90px;
    height: 51px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .about__map-wrapper .map-item {
    width: 70px;
    height: 40px;
  }
}
.about__map-wrapper .map-item:first-child {
  width: 245px;
  height: 145px;
  padding: 0 80px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .about__map-wrapper .map-item:first-child {
    width: 147px;
    height: 85px;
  }
}
@media screen and (max-width: 375px) {
  .about__map-wrapper .map-item:first-child {
    width: 120px;
    height: 60px;
    padding: 0 20px;
  }
}
.about__map-wrapper .map-item:first-child:before, .about__map-wrapper .map-item:first-child:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 80px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 375px) {
  .about__map-wrapper .map-item:first-child:before, .about__map-wrapper .map-item:first-child:after {
    width: 25px;
    height: 37px;
  }
}
.about__map-wrapper .map-item:first-child:before {
  background-image: url("../img/wing-left.svg");
  left: 30px;
}
@media screen and (max-width: 375px) {
  .about__map-wrapper .map-item:first-child:before {
    left: 5px;
  }
}
.about__map-wrapper .map-item:first-child:after {
  background-image: url("../img/wing-right.svg");
  right: 30px;
}
@media screen and (max-width: 375px) {
  .about__map-wrapper .map-item:first-child:after {
    right: 5px;
  }
}
.about__map-wrapper .map-item:nth-child(2) {
  top: 50%;
  left: 0;
}
.about__map-wrapper .map-item:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.about__map-wrapper .map-item:nth-child(4) {
  top: 50%;
  right: 0;
}
.about__map-wrapper .map-item:nth-child(5) {
  bottom: 0;
  left: 19%;
}
.about__map-wrapper .map-item:nth-child(6) {
  bottom: 0;
  right: 19%;
}
.about .map-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 42px;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #F9F9F9;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about .map-name {
    margin-top: 40px;
  }
}
.about__certificate {
  position: relative;
  margin-top: 85px;
}
.about .certificate-description {
  display: block;
  max-width: 540px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
.about__btn-slider {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__btn-slider {
    display: none;
  }
}
.about__slider {
  overflow: hidden;
}
.about__slider-wrapper {
  position: relative;
  padding: 40px 0;
}
.about__slider-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .about__slider-wrapper:before {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about__slider-wrapper:before {
    display: none;
  }
}
.about .swiper-slide {
  width: 225px;
  height: 309px;
}
.about .slider-img {
  width: 225px;
  height: 309px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.08);
  background: rgb(255, 255, 255);
  object-fit: contain;
}

.clients {
  padding: 70px 0 110px;
  background-color: rgb(246, 246, 251);
}
@media screen and (max-width: 767px) {
  .clients {
    padding: 50px 0 40px;
  }
}
.clients__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .clients__wrapper {
    margin-bottom: 40px;
  }
}
.clients .title {
  color: #303138;
}
.clients .clients-btn {
  width: 100%;
  max-width: 385px;
}
@media screen and (max-width: 767px) {
  .clients .clients-btn {
    display: none;
  }
}
.clients__slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clients__slider {
    height: 330px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 425px) {
  .clients__slider {
    height: 215px;
  }
}
.clients__slider:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: linear-gradient(90deg, #F5F6FB 29.67%, rgba(245, 246, 251, 0) 100%);
  z-index: 5;
}
.clients__slider:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-180deg);
  background: linear-gradient(90deg, #F5F6FB 29.67%, rgba(245, 246, 251, 0) 100%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .clients__slider:before, .clients__slider:after {
    display: none;
  }
}
.clients .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 262px;
  height: 166px;
  padding: 50px 0;
  border-radius: 6px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .clients .swiper-slide {
    height: 150px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 425px) {
  .clients .swiper-slide {
    height: 100px;
  }
}
.clients .client-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.clients .client-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.clients .clients-pagination {
  display: none;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .clients .clients-pagination {
    display: block;
    margin: 30px auto 0;
  }
}
.clients .clients-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #303138;
  opacity: 1;
}
.clients .clients-pagination .swiper-pagination-bullet-active {
  background-color: #303138;
}
.clients .swiper-horizontal > .swiper-pagination-bullets, .clients .swiper-pagination-bullets.swiper-pagination-horizontal, .clients .swiper-pagination-custom, .clients .swiper-pagination-fraction {
  width: fit-content;
}

.projects {
  position: relative;
  min-height: 615px;
  padding: 60px 0 130px;
  color: #FFF;
  background-color: #303138;
  overflow: hidden;
}
.projects:before {
  content: "";
  position: absolute;
  left: -620px;
  bottom: -690px;
  width: 1770px;
  height: 1570px;
  background-image: url("../img/project-decor.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .projects:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .projects {
    padding: 24px 0;
  }
}
.projects .title {
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 1199px) {
  .projects .title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px) {
  .projects .title {
    text-align: center;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.projects .mobile-subtitle {
  display: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -5%;
}
@media screen and (max-width: 960px) {
  .projects .mobile-subtitle {
    display: block;
    text-align: center;
    max-width: 425px;
    margin: 0 auto 30px;
  }
}
.projects__slider {
  position: relative;
  width: 100%;
}
.projects .slide-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .projects .slide-item {
    flex-direction: column;
    max-width: 425px;
    margin: 0 auto;
  }
}
.projects .slide-img {
  width: 100%;
  height: 327px;
  margin-top: 105px;
  border-radius: 4px;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .projects .slide-img {
    margin-top: 0;
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .projects .slide-img {
    margin-bottom: 90px;
  }
}
.projects .slide-left {
  width: 44.7%;
}
@media screen and (max-width: 960px) {
  .projects .slide-left {
    width: 100%;
  }
}
.projects .slide-right {
  width: 52.5%;
}
@media screen and (max-width: 960px) {
  .projects .slide-right {
    width: 100%;
    margin-top: 124px;
  }
}
@media screen and (max-width: 767px) {
  .projects .slide-right {
    margin-top: 24px;
  }
}
.projects .title-desktop {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .projects .title-desktop {
    margin-bottom: 20px;
  }
}
.projects .text-block {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .projects .text-block {
    margin-bottom: 55px;
  }
}
.projects .text-block:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  left: 0;
  bottom: -30px;
  background-color: #FF0000;
}
.projects .text-block:last-child {
  margin-bottom: 0;
}
.projects .text-block:last-child:before {
  display: none;
}
.projects .list-block {
  margin-bottom: 15px;
}
.projects .subtitle {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .projects .subtitle {
    font-size: 1.6rem;
  }
}
.projects .task-paragraph,
.projects .solution-paragraph,
.projects .list-item {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .projects .task-paragraph,
  .projects .solution-paragraph,
  .projects .list-item {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.projects .text-list {
  margin-top: 17px;
}
.projects .list-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 17px;
}
.projects .list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.projects .projects-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  max-width: 545px;
  width: 100%;
  left: 0;
  top: 470px;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .projects .projects-navigation {
    align-items: start;
    flex-direction: column;
    max-width: 395px;
    top: 305px;
  }
}
@media screen and (max-width: 960px) {
  .projects .projects-navigation {
    align-items: center;
    max-width: 425px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.projects__btn-slider {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .projects__btn-slider {
    width: 100%;
    justify-content: space-between;
  }
}
.projects .projects-button-prev {
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  .projects .projects-button-next {
    margin-right: auto;
  }
}
.projects .projects-pagination {
  width: fit-content;
  margin-left: 30px;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .projects .projects-pagination {
    position: absolute;
    left: auto;
    right: 15px;
    margin: 0;
  }
}
.projects .projects-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 290px;
  height: 56px;
  top: 470px;
  left: 220px;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .projects .projects-btn {
    width: 390px;
    top: 400px;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .projects .projects-btn {
    position: relative;
    top: 100%;
    max-width: 390px;
    width: 100%;
    margin: 30px auto 0;
  }
}
.contacts {
  padding-top: 70px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .contacts {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    padding: 14px 0;
  }
}
.contacts .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .contacts .wrapper {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contacts .wrapper {
    max-width: 425px;
  }
}
@media screen and (max-width: 375px) {
  .contacts .wrapper {
    flex-direction: column;
  }
}
.contacts__address {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .contacts__address {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__address {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.contacts .address-title {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #000;
}
.contacts .address-item {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}
.contacts .address-item:last-child {
  margin-bottom: 0;
}
.contacts__resources {
  display: flex;
  justify-content: space-between;
  max-width: 410px;
  width: 100%;
  height: 100%;
  max-height: 282px;
  padding: 24px;
  margin-left: auto;
  margin-right: 18px;
  border-radius: 16px;
  background: #F6F6FB;
}
@media screen and (max-width: 767px) {
  .contacts__resources {
    max-width: 100%;
    padding: 16px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
  }
}
.contacts .resources-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contacts .resources-wrapper-2 {
    display: none;
  }
}
.contacts .link-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contacts .link-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contacts .resources-title {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1%;
  color: #000;
}
.contacts .resources-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 18px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #FF0000;
  transition: 0.3s;
}
.contacts .resources-item:before {
  content: "";
  position: absolute;
  background-image: url("../img/globe.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.contacts .resources-item:hover {
  color: #000;
}
.contacts .resources-item:hover:before {
  background-image: url("../img/globe-hover.svg");
}
@media screen and (max-width: 960px) {
  .contacts .resources-item {
    width: 135px;
  }
}
.contacts .resources-phone {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1%;
  color: #000;
}
.contacts .resources-phone:hover {
  color: #FF0000;
}
.contacts .resources-email {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #FF0000;
  transition: 0.3s;
}
.contacts .resources-email:hover {
  color: #000;
}
.contacts .contacts-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 135px;
}
.contacts .social-item {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.contacts .contacts-telegram {
  background-image: url("../img/telegram-black.svg");
}
.contacts .contacts-telegram:hover {
  background-image: url("../img/telegram-hover.svg");
}
.contacts .contacts-viber {
  background-image: url("../img/viber-black.svg");
}
.contacts .contacts-viber:hover {
  background-image: url("../img/viber-hover.svg");
}
.contacts .contacts-mail {
  background-image: url("../img/mail-black.svg");
}
.contacts .contacts-mail:hover {
  background-image: url("../img/mail-hover.svg");
}
.contacts__callback {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 440px;
  width: 100%;
  height: 100%;
  max-height: 282px;
  padding: 24px;
  background-color: #F6F6FB;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .contacts__callback {
    max-width: 380px;
    padding: 25px 20px 20px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contacts__callback {
    max-width: 100%;
    max-height: 100%;
    padding: 20px 15px 15px;
    margin-top: 0;
    border-radius: 4px;
  }
}
.contacts__callback .callback-img {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  background: rgb(48, 49, 56);
}
@media screen and (max-width: 425px) {
  .contacts__callback .callback-img {
    left: 15px;
  }
}
.contacts .callback-title {
  max-width: 240px;
  margin-left: 100px;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1%;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
  .contacts .callback-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .contacts .callback-title {
    max-width: 180px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .contacts .callback-title {
    max-width: 170px;
    font-size: 1.4rem;
  }
}
.contacts .callback-phone {
  display: none;
}
@media screen and (max-width: 767px) {
  .contacts .callback-phone {
    display: block;
    margin-left: 100px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #FF0000;
    transition: 0.3s;
  }
}
.contacts .callback-subtitle {
  max-width: 240px;
  margin-left: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1%;
  color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 425px) {
  .contacts .callback-subtitle {
    max-width: 180px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .contacts .callback-subtitle {
    max-width: 170px;
    font-size: 1.4rem;
  }
}
.contacts .callback-btn {
  position: relative;
  height: 56px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .contacts .callback-btn {
    margin-top: 22px;
  }
}
.contacts .menu-list {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .contacts .menu-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .contacts .menu-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contacts .menu-list {
    padding: 0 15px;
  }
}
.contacts .menu-list .list-item {
  margin-right: 80px;
}
.contacts .menu-list .list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .contacts .menu-list .list-item {
    margin: 0;
  }
}
.contacts .menu-list .item-link {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
  transition: 0.3s;
}
.contacts .menu-list .item-link:hover {
  color: #E31F25;
}

button.main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(255, 46, 46, 0.46);
  background: #FF0000;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: 0.3s;
}
button.main-button:hover {
  box-shadow: none;
}

.prev-btn,
.next-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border: 2px solid #FF0000;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.prev-btn:before,
.next-btn:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prev-btn:hover,
.next-btn:hover {
  background-color: #FF0000;
}

.prev-btn:before {
  background-image: url("../img/arrow-prew.svg");
}
.prev-btn:hover:before {
  background-image: url("../img/arrow-prew-hover.svg");
}

.next-btn:before {
  background-image: url("../img/arrow-next.svg");
}
.next-btn:hover:before {
  background-image: url("../img/arrow-next-hover.svg");
}

h1.title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: -2%;
}
@media screen and (max-width: 960px) {
  h1.title {
    font-size: 3.8rem;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1.title {
    font-size: 1.8rem;
    line-height: 24px;
  }
}

h2.title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: -2%;
}
@media screen and (max-width: 960px) {
  h2.title {
    font-size: 3.2rem;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h2.title {
    font-size: 2.4rem;
  }
}

.input-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-label {
  position: absolute;
  width: fit-content;
  padding: 0 4px;
  top: 20px;
  left: 16px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
}

.form-input {
  width: 100%;
  height: 63px;
  padding: 15px 12px;
  border-radius: 4px;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
  resize: none;
  font-size: 1.8rem;
  line-height: 2.4rem;
  transition: 0.3s;
}
.form-input::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.7);
}
.form-input:hover {
  border: 1px solid #FFF;
}
.form-input:hover::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.form-input:disabled {
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.form-input:disabled::placeholder {
  color: rgba(0, 0, 0, 0.27);
}
.form-input:focus ~ .input-label, .form-input:not(:placeholder-shown) ~ .input-label {
  transform: translateY(-28px) scale(0.85);
  font-size: 1.6rem;
  background: #42434C;
}
.form-input:not(:placeholder-shown) ~ .input-label {
  color: #FFF;
}

.upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: 1px dashed #7E7E7E;
  cursor: pointer;
  transition: 0.3s;
}
.upload-btn:hover {
  border: 1px solid #7E7E7E;
}
.upload-btn .upload-icon {
  background-image: url("../img/upload-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 13px;
}

.upload-name {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  height: 56px;
  border-radius: 4px;
}

.footer {
  padding: 28px 0;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  background: rgb(245, 246, 251);
}
@media screen and (max-width: 960px) {
  .footer {
    background: rgb(87, 89, 99);
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    justify-content: center;
    align-items: center;
  }
}
.footer .logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 130px;
  height: 100%;
  width: 1px;
  background-color: rgba(158, 158, 158, 0.4);
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .footer .logo {
    margin-right: 0;
  }
}
.footer .logo-mobile {
  fill: #000;
}
@media screen and (max-width: 960px) {
  .footer .logo-mobile {
    fill: #FFF;
  }
}
.footer .logo-text {
  max-width: 242px;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .footer .logo-text {
    color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo-text {
    max-width: 130px;
    font-size: 14px;
  }
}
.footer__navigate {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .footer__navigate {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__navigate {
    margin: 24px 0;
  }
}
.footer .copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1%;
  color: #000;
}
@media screen and (max-width: 960px) {
  .footer .copyright {
    color: #FFF;
  }
}
.footer .footer-link {
  margin-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.footer .footer-link:hover {
  color: #FF0000;
}
@media screen and (max-width: 960px) {
  .footer .footer-link {
    margin-left: 0;
    margin-top: 12px;
  }
}
.footer .dom {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  color: rgba(148, 148, 148, 0.9);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.16px;
  transition: 0.3s;
}
.footer .dom:hover {
  color: #FF0000;
}
@media screen and (max-width: 960px) {
  .footer .dom {
    top: 10px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .dom {
    position: relative;
    display: block;
    width: fit-content;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
  }
}
.footer .top-scroll {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: -100%;
  z-index: 20;
  background-color: #E31F25;
  box-shadow: 0 4px 12px rgba(255, 46, 46, 0.46);
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
}
.footer .top-scroll:after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .top-scroll.active {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .footer .top-scroll {
    width: 48px;
    height: 48px;
  }
}

.widget {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  right: 20px;
  bottom: 30px;
  width: 48px;
  max-height: 48px;
  padding: 8px;
  border-radius: 4px;
  background-color: #E31F25;
  box-shadow: 0 4px 12px 0 rgba(255, 46, 46, 0.46);
  z-index: 20;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .widget {
    display: flex;
    right: -80px;
  }
}
.widget.active {
  max-height: 500px;
  background-color: #575963;
}
.widget.show {
  right: 20px;
}
.widget__btn {
  position: relative;
  width: 32px;
  min-height: 32px;
  margin-bottom: 5px;
  outline: none;
  transition: 0.3s;
}
.widget__btn:before, .widget__btn:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.widget__btn:before {
  background-image: url("../img/phone.svg");
}
.widget__btn:after {
  background-image: url("../img/close.svg");
  opacity: 0;
}
.widget__btn.active:before {
  opacity: 0;
}
.widget__btn.active:after {
  opacity: 1;
}
.widget__item {
  position: relative;
  width: 32px;
  min-height: 32px;
  margin-top: 8px;
  border-radius: 7px;
  background-color: #303138;
}
.widget__item:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget .widget-phone:before {
  background-image: url("../img/phone.svg");
}
.widget .widget-telegram:before {
  background-image: url("../img/telegram.svg");
}
.widget .widget-viber:before {
  background-image: url("../img/viber.svg");
}
.widget .widget-whatsapp:before {
  background-image: url("../img/whatsapp.svg");
}
.widget .widget-email:before {
  background-image: url("../img/email.svg");
}

.modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(60px);
  display: none;
  z-index: 100;
}
.modal-bg.active {
  display: block;
}

.modal {
  width: calc(100% - 40px);
  max-width: 470px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 6px;
  background-color: #FFF;
  transition: 0.3s;
  z-index: 110;
}
.modal.active {
  transform: translate(-50%, -50%) scale(1);
}
.modal .modal-close {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.modal .modal-close:before, .modal .modal-close:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #000;
}
.modal .modal-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modal-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .title {
  margin-bottom: 24px;
  font-size: 3.2rem;
  line-height: 40px;
  letter-spacing: -5%;
  color: #000;
}
.modal .input-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.modal .input-label {
  position: absolute;
  width: fit-content;
  padding: 0 4px;
  top: 16px;
  left: 16px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.7);
  background-color: #FFF;
  pointer-events: none;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
}
.modal .form-input {
  width: 100%;
  height: 56px;
  padding: 15px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  resize: none;
  font-size: 1.8rem;
  line-height: 2.4rem;
  transition: 0.3s;
}
.modal .form-input::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.7);
}
.modal .form-input:hover {
  border: 1px solid #303138;
}
.modal .form-input:hover::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.modal .form-input:disabled {
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.modal .form-input:disabled::placeholder {
  color: rgba(0, 0, 0, 0.27);
}
.modal .form-input:focus ~ .input-label, .modal .form-input:not(:placeholder-shown) ~ .input-label {
  transform: translateY(-28px) scale(0.85);
  font-size: 1.6rem;
  background: #FFF;
}
.modal .form-input:not(:placeholder-shown) ~ .input-label {
  color: #303138;
}
.modal .upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 1px dashed #7E7E7E;
  cursor: pointer;
  transition: 0.3s;
}
.modal .upload-btn:hover {
  border: 1px solid #7E7E7E;
}
.modal .upload-btn .upload-icon {
  background-image: url("../img/upload-modal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.modal .upload-name {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.7);
}
.modal .form-submit {
  width: 100%;
  max-width: 100%;
}

.modal-thanks__body,
.modal-error__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-thanks .img-wrap,
.modal-error .img-wrap {
  width: 86px;
  height: 86px;
  padding: 7px;
  margin-bottom: 25px;
  border-radius: 50%;
  border: 3px solid #E31F25;
  overflow: hidden;
}
.modal-thanks__img,
.modal-error__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  background-color: #303138;
}
.modal-thanks__text,
.modal-error__text {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 2.4rem;
}
.modal-thanks .btn-primary,
.modal-error .btn-primary {
  width: 100%;
  height: 56px;
}

.modal-error .img-wrap {
  position: relative;
}
.modal-error .img-wrap:before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  color: #E31F25;
}

.plug {
  height: 100vh;
  background-color: #fff;
}

.plug__wrapper {
  max-width: 1000px;
  height: 100%;
}

.plug__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 65px;
}

.plug__header-logo {
  display: block;
  width: 120px;
  height: 50px;
  object-fit: contain;
}

.plug__header-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.contact-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #E31F25;
  transition: 0.3s;
}

.contact-item:hover:before {
  width: 100%;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.plug__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 690px;
  text-align: center;
  font-weight: bold;
}

.plug__desc-title {
  font-size: 2.6rem;
}

.plug__desc-text {
  margin: 20px 0 32px;
  font-size: 1.9rem;
}

.plug__desc-subtitle {
  font-size: 2rem;
  text-transform: uppercase;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.logo__img {
  width: 144px;
  height: 66px;
  margin-right: 20px;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .logo__img {
    margin-right: 12px;
    width: 90px;
    height: 41px;
  }
}
@media screen and (max-width: 375px) {
  .logo__img {
    margin: 0;
  }
}
.logo__decor {
  display: block;
  width: 1px;
  height: 50px;
  transform: rotate(23deg);
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1199px) {
  .logo__decor {
    height: 30px;
    transform: rotate(15deg);
  }
}
@media screen and (max-width: 375px) {
  .logo__decor {
    display: none;
  }
}
.logo__text {
  width: 360px;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1rem;
}
@media screen and (max-width: 1199px) {
  .logo__text {
    width: 150px;
    margin-left: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .logo__text {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .logo .desktop {
    display: none;
  }
}
.logo .mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .logo .mobile {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .logo .mobile {
    display: none;
  }
}

.cookie-note {
  position: fixed;
  max-width: 975px;
  width: 100%;
  padding: 32px;
  bottom: -500px;
  right: 70px;
  border-radius: 24px;
  background: rgba(48, 49, 56, 0.8);
  backdrop-filter: blur(60px);
  transition: bottom 0.5s ease;
  z-index: 9999;
}
@media screen and (max-width: 1199px) {
  .cookie-note {
    right: 0;
    max-width: 100%;
    border-radius: 16px;
  }
}

.cookie-note.show {
  bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .cookie-note.show {
    bottom: 0;
  }
}

.cookie-note__content {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1199px) {
  .cookie-note__content {
    font-size: 16px;
  }
}

.cookie_accept {
  max-width: 156px;
  margin-top: 16px;
  margin-left: auto;
}

.cookie-close {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.cookie-close:before, .cookie-close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  background-color: #FFF;
}
.cookie-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

* {
  outline: none;
  box-sizing: border-box;
}
*:after, *:before {
  transition: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "FF Unit Pro", sans-serif;
  overflow: hidden;
  color: #FFF;
}

:root {
  font-size: 10px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

input,
button,
textarea {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  outline: 0;
}

.section-name {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .section-name {
    font-size: 1.6rem;
  }
}

.accent {
  color: #FF0000;
}

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