/* Обнуление */
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
/* --------------------------------- */
/* дефолтные стили */
h1 {
  font-size: 78px;
  line-height: 78px;
}
h2 {
  font-size: 72px;
  line-height: 80px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 700;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 28px;
  line-height: 35px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
h6 {
  font-size: 22px;
  line-height: 28px;
}
ol {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 40px;
  margin-bottom: 30px;
}
ul {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 40px;
  margin-bottom: 30px;
}
ul li {
  position: relative;
}
ul li::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -20px;
  height: 12px;
  width: 12px;
  background: #0031ff;
  z-index: 2;
}
ol li {
  position: relative;
  list-style-type: none;
}
ol li::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -20px;
  height: 12px;
  width: 12px;
  background: #0031ff;
  z-index: 2;
}
/* --------------------------- */
/* подключение шрифтов */
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Medium"), url("../fonts/OpenSans-Regular.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Semibold"), url("../fonts/OpenSans-Semibold");
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Tilda";
  src: local("TildaSansRegular"), url("../fonts/TildaSansRegular.woff2");
  font-weight: 400;
}
/* tools-page */
.tools-wrapper {
  background: #000000;
  font-family: "OpenSans", sans-serif;
}
.tools {
  background: linear-gradient(201.97deg, #0031ff 0%, #121212 37.8%);
  overflow: hidden;
}
.tools__container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.tools__title-block {
  padding-top: 147px;
  padding-right: 91px;
  margin-bottom: 110px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.tools__title-block::before {
  content: "";
  background: url("../img/tools/decor.svg") no-repeat;
  width: 1064px;
  height: 1060px;
  position: absolute;
  top: -350px;
  left: -430px;
}
.tools__logo {
  position: relative;
  z-index: 2;
}
.tools__logo img {
  width: 100%;
  max-width: 523px;
}
.tools__card-block {
  position: relative;
  display: flex;
}
.card-block__img:nth-child(1) {
  transform: translate(510px, 0px);
  z-index: 2;
}
.card-block__img:nth-child(2) {
  transform: translate(-340px, 259px);
  z-index: 1;
}
.tools__main {
  padding-left: 117px;
  padding-right: 94px;
  position: relative;
}
.tools__main::before {
  content: "";
  background: url("../img/tools/img-bottom.png") no-repeat;
  background-size: contain;
  width: 1280px;
  height: 835px;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
.tools__main.pages__content:before {
  background: none;
}
.pages__content {
  color: #ffffff;
  line-height: 31px;
  padding-bottom: 100px;
}
.pages__content a {
  color: #ffffff;
}
.tools__palette {
  font-family: "Tilda";
}
.palette__title {
  font-weight: 700;
  font-size: 78px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 90px;
}
.palette__items {
  display: flex;
  max-width: 515px;
  gap: 21px;
  flex-wrap: wrap;
}
.btn-1 {
  background: #0031ff;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  color: #ffffff;
  max-width: 230px;
  width: 100%;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-2 {
  background: #0032d3;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  color: #ffffff;
  max-width: 230px;
  width: 100%;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-3 {
  background: #00259b;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  color: #ffffff;
  max-width: 230px;
  width: 100%;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-4 {
  background: #0032af;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  color: #ffffff;
  max-width: 230px;
  width: 100%;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-5 {
  background: #ffffff;
  color: #121212;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  max-width: 230px;
  width: 100%;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-6 {
  background: #121212;
  border: 1px solid #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  color: #ffffff;
  max-width: 230px;
  width: 100%;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tools-box {
  display: flex;
  gap: 69px;
  padding-bottom: 635px;
}
.tools__fonts {
  padding: 59px 73px 45px 70px;
  border: 1px solid #ffffff;
  margin-top: 131px;
  color: #ffffff;
}
.font-name {
  font-weight: 700;
  font-size: 78px;
  line-height: 78px;
  color: #ffffff;
}
.font-regular {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
}
.font-medium {
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
}
.font-demibold {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
}
.font-bold {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
}
/* ------------------------------------- */
/* ------------------------------------- */
.app-wrapper {
  background: #000000;
  /* min-height: 100%; */
  font-family: "OpenSans", sans-serif;
  overflow: hidden;
  color: #ffffff;
}
.app-wrapper .container {
  max-width: 1225px;
  margin: 0 auto;
  padding: 0 24px;
}
/* -------------------------- */
body.over {
  overflow: hidden;
}
body.over-modal {
  overflow: hidden;
  /* padding-right: 19px; */
}
/* header block */
.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 50px 105px 38px;
}
.header__content {
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: 117px;
  z-index: 10;
}
.nav-menu__items {
  display: flex;
  margin-left: 0px;
  margin-bottom: 0px;
  gap: 35px;
}

.nav-menu__item a {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease 0s;
  padding: 6px 18px;
}
.nav-menu__item a:hover {
  color: #0031ff;
  outline: 0.25px solid #0031ff;
}
.nav-menu__item::before {
  display: none;
}
.nav-menu__item::after {
  display: none;
  transform: translateY(-50px);
}
.nav-menu__item a:hover::before {
  content: "";
  background: url("../img/header/left-blocks.png") no-repeat;
  position: absolute;
  top: -4px;
  left: -3px;
  display: block;
  width: 4px;
  height: 40px;
}
.nav-menu__item a:hover::after {
  content: "";
  background: url("../img/header/right-blocks.png") no-repeat;
  position: absolute;
  top: -4px;
  right: -3px;
  display: block;
  width: 4px;
  height: 40px;
}
.header__contacts {
  display: flex;
  gap: 12px;
}
.contacts__number {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  transition: all 0.3s ease 0s;
  padding: 8px 17px 8px 32px;
}
.contacts__number::before {
  content: "";
  background: url("../img/header/phone.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 0px;
}
.contacts__mail {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  transition: all 0.3s ease 0s;
  padding: 8px 17px;
}
.contacts__number:hover,
.contacts__mail:hover {
  text-decoration-line: underline;
  color: #0031ff;
  outline: 0.25px solid #0031ff;
}
/* custom hover */
.btn-hover-custom {
  background: #0031ff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-hover-custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.211);
  transition: all 0.8s ease;
}
.btn-hover-custom:hover::before {
  width: 100%;
}
/* burger menu */
#burger-menu {
  cursor: pointer;
  height: 22px;
  width: 26px;
  overflow: visible;
  position: relative;
  z-index: 4;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #ffffff;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span {
  right: 0px;
  top: 11px;
  width: 19px;
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}
#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
  background: #ffffff;
}
#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
  background: #ffffff;
}
#burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}
#menu-burger-hidden {
  z-index: 3;
  min-height: 100%;
  position: fixed;
  top: 0;
  right: -150%;
  height: 0;
  text-align: right;
  padding-top: 20px;
  transition: all 1.2s ease 0s;
  background: #000000;
  width: 338px;
}
#menu-burger-hidden.overlay {
  right: 0;
  padding-top: 120px;
  transition: all 0.6s ease 0s;
}
.menu-burger-hidden-item::before {
  display: none;
}
#menu-burger-hidden a {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-decoration: none;
}
#menu-burger-hidden a:hover {
  color: #0031ff;
}
.menu-burger-hidden-items {
  margin-left: 0px;
  margin-bottom: 0px;
}

#menu-burger-hidden .contacts__number,
#menu-burger-hidden .contacts__mail {
  font-size: 16px;
  line-height: 19px;
}
#menu-burger-hidden .contacts__number {
  margin-bottom: 16px;
}
/* --------------------- */
.developer {
  position: relative;
  margin-bottom: 253px;
}
.developer::before {
  content: "";
  background: url("../img/main/dev-block/decor-big.svg") no-repeat;
  background-size: contain;
  width: 166px;
  height: 166px;
  position: absolute;
  top: 15px;
  left: 112px;
}
.developer::after {
  content: "";
  background: url("../img/main/dev-block/decor-medium.svg") no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 240px;
  left: 48px;
}
.developer__content {
  position: relative;
}
.developer__content::before {
  content: "";
  background: url("../img/main/dev-block/decor-small.svg") no-repeat;
  background-size: contain;
  width: 73px;
  height: 73px;
  position: absolute;
  top: 395px;
  left: 235px;
}
.developer__items {
  display: flex;
  position: relative;
}
.developer__item.img-item {
  position: relative;
}
.developer__item.title-item {
  max-width: 707px;
  padding-top: 95px;
  width: 100%;
}
.img-item__phone {
  position: absolute;
  top: -15px;
  left: -325px;
}
.developer-item__first,
.developer-item__two {
  position: relative;
}
.developer__title {
  font-weight: 700;
  font-size: 78px;
  line-height: 78px;
  /* margin-bottom: 8px; */
  z-index: 2;
  color: #fff;
  /* color: #0031FF; */
  /* transition: all 1.2s ease 0s; */
}
.developer__title span {
  color: #0031ff;
}

.developer__info {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-top: 46px;
  margin-bottom: 63px;
  display: block;
  padding-left: 6px;
  position: relative;
  z-index: 2;
  max-width: 520px;
}
.developer__btn {
  padding: 25px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 245px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.img-item__phone canvas {
  position: absolute;
  top: 3px;
  left: 0;
}
.img-item__phone svg g {
  transition: all 1.2s ease 0s;
}

.img-item__phone svg {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.combo__info {
  /* height: 156px; */
  overflow: hidden;
  margin-bottom: 55px;
}
/* .img-item__phone svg .svg-4 {
  -webkit-filter: drop-shadow(-44px 4px 222px #0031FF);
  filter: drop-shadow(-44px 4px 222px #0031FF);
} */
/* animation svg*/
.img-item__phone.active svg .svg-1 {
  transform: translate(0px, -60px);
}
.img-item__phone.active svg .svg-2 {
  transform: translate(48px, 25px);
}
.img-item__phone.active svg .svg-6 {
  transform: translate(-28px, 119px);
  opacity: 0;
}
.img-item__phone.active svg .svg-7 {
  transform: translate(-28px, 119px);
}
.img-item__phone.active svg .svg-8 {
  transform: translate(-120px, 153px);
}
.img-item__phone.active svg .svg-9 {
  transform: translate(-229px, 153px);
}
.img-item__phone.active svg .svg-10 {
  transform: translate(-140px, 328px);
}
.img-item__phone.active svg .svg-13 {
  transform: translate(190px, -62px);
}
.img-item__phone.active svg .svg-14 {
  transform: translate(0px, -140px);
}
/* ---------------------- */

.mobile__img svg {
  overflow: visible;
  will-change: transform;
}

.mobile__img[data-step] svg path {
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform;
}

.mobile__img.down[data-step="0"] svg path {
  /* transition: transform 0.6s ease, opacity 0.5s ease 0.6s; */
  transition: transform 0.6s ease, opacity 0.3s ease;
}
.mobile__img.top[data-step="0"] svg path {
  transition: transform 0.6s ease, opacity 0.3s ease;
}

.mobile__img:not([data-step]) svg .path-out-1,
.mobile__img[data-step="0"] svg .path-out-1 {
  transform: matrix(1, 0, 0, 1, 60, -400);
  opacity: 0;
}
.mobile__img:not([data-step]) svg .path-out-2,
.mobile__img[data-step="0"] svg .path-out-2 {
  transform: matrix(1, 0, 0, 1, 400, -60);
  opacity: 0;
}
.mobile__img:not([data-step]) svg .path-out-3,
.mobile__img[data-step="0"] svg .path-out-3 {
  transform: matrix(1, 0, 0, 1, -60, 400);
  opacity: 0;
}
.mobile__img:not([data-step]) svg .path-out-4,
.mobile__img[data-step="0"] svg .path-out-4 {
  transform: matrix(1, 0, 0, 1, -400, 60);
  opacity: 0;
}
.mobile__img:not([data-step]) svg .path-inside-1,
.mobile__img[data-step="0"] svg .path-inside-1 {
  transform: matrix(1, 0, 0, 1, -140, 0);
}
.mobile__img:not([data-step]) svg .path-inside-2,
.mobile__img[data-step="0"] svg .path-inside-2 {
  transform: matrix(1, 0, 0, 1, 60, -100);
  opacity: 0.5;
}
.mobile__img:not([data-step]) svg .path-inside-3,
.mobile__img[data-step="0"] svg .path-inside-3 {
  transform: matrix(1, 0, 0, 1, 140, 10);
  opacity: 0.5;
}
.mobile__img:not([data-step]) svg .path-inside-4,
.mobile__img[data-step="0"] svg .path-inside-4 {
  transform: matrix(1, 0, 0, 1, -40, 150);
  opacity: 0.75;
}

.mobile__img[data-step="1"] svg .path-out-1 {
  transform: matrix(1, 0, 0, 1, -120, -120);
  opacity: 0.25;
}
.mobile__img[data-step="1"] svg .path-out-2 {
  transform: matrix(1, 0, 0, 1, 0, -120);
  opacity: 0.25;
}
.mobile__img[data-step="1"] svg .path-out-3 {
  /* transform: matrix(1, 0, 0, 1, 60, 60); */
  opacity: 0.25;
}
.mobile__img[data-step="1"] svg .path-out-4 {
  transform: matrix(1, 0, 0, 1, -120, 0);
  opacity: 0.25;
}
.mobile__img[data-step="1"] svg .path-inside-1 {
  transform: matrix(1, 0, 0, 1, -60, -60);
}
.mobile__img[data-step="1"] svg .path-inside-2 {
  transform: matrix(1, 0, 0, 1, -60, -60);
}
.mobile__img[data-step="1"] svg .path-inside-3 {
  transform: matrix(1, 0, 0, 1, -60, -60);
}
.mobile__img[data-step="1"] svg .path-inside-4 {
  transform: matrix(1, 0, 0, 1, -60, -60);
}

.mobile__img:not(.down)[data-step="2"] svg {
  /* transform: rotate(-45deg) scale(0.8); */
  animation: animStep4 0.6s linear 0s 1 forwards;
}
.mobile__img[data-step="3"] svg {
  animation: animStep3 0.6s linear 0s 1 forwards;
}
.mobile__img:not(.top)[data-step="4"] svg {
  /* transform: rotate(0deg); */
  animation: animStep4 0.6s linear 0s 1 forwards;
}

@keyframes animStep3 {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-45deg) scale(0.9);
  }
  to {
    transform: rotate(-45deg);
  }
}
@keyframes animStep4 {
  from {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0deg) scale(0.9);
  }
  to {
    transform: rotate(0deg);
  }
}
/* ----------- */
/* condition-2 */

/* ---------- */

/* --------------------- */
.mobile {
  margin-bottom: 400px;
}
.mobile__block {
  position: relative;
}
.mobile__title {
  margin-bottom: 85px;
}
.mobile__title span {
  color: #0031ff;
}
.mobile__block {
  display: flex;
}
.mobile__content {
  max-width: 654px;
  position: relative;
  z-index: 2;
}
.mobile__item {
  opacity: 0.5;
  transition: all 0.1s ease 0s;
}
.mobile__item:not(:last-child) {
  margin-bottom: 60px;
}

/* .mobile__items .mobile__item.active ~ .mobile__item:not(.active),
.mobile__items .mobile__item:not(.mobile__items .mobile__item.active ~ .mobile__item:not(.active), .active) {
  background-color: red;
} */

.anim-scroll {
  opacity: 0.5;
}

.anim-scroll.active {
  opacity: 1;
  transition: opacity 0.1s ease 0s;
}

.mobile-item__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
.mobile-item__info {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.mobile__img {
  position: absolute;
  top: 45px;
  right: -250px;
}
/* accordion-item */
.aboute__accordion-item {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.aboute__accordion-item.aboute-accordion-item__active {
  padding: 45px 0;
}
.aboute__accordion-item:not(:last-child) {
  border-bottom: 1px solid #2f2f2f;
}
.aboute__accordion-item:first-child {
  border-top: 1px solid #2f2f2f;
}
.aboute-accordion__intro {
  position: relative;
  cursor: pointer;
}
.aboute-accordion__wrapper {
  height: 100%;
}
.aboute-accordion__intro::before {
  content: "";
  background-color: #0031ff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 32px;
  left: -40px;
}
.aboute-accordion__content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.5s ease-out;
  color: #f1f1f1;
  opacity: 0;
}
.aboute-accordion-item__active .aboute-accordion__top {
  padding: 22.5px 0px 22.5px 0px;
  opacity: 1;
  border-radius: 12px;
}
.aboute-accordion__block {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease-out;
  padding: 11px 8px 8px 94px;
}
.aboute__accordion-item.aboute-accordion-item__active .aboute-accordion__block {
  padding: 93px 52px 68px 94px;
  background: #1b1b1b;
  border-radius: 12px;
  justify-content: space-between;
}
.aboute-accordion__content-block {
  display: flex;
  align-items: center;
}
.intro__text {
  opacity: 0;
  transition: all 0.2s ease 0s;
  font-size: 16px;
  line-height: 21px;
  color: #7c7c7c;
  max-width: 377px;
  display: none;
}
.aboute__accordion-item.aboute-accordion-item__active .intro__text {
  opacity: 1;
  transition: all 0.2s ease 0s;
  display: block;
}
/* .aboute__accordion-item.aboute-accordion-item__active .intro__title {
	line-height: 70px;
	} */
.intro__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 80px;
  text-transform: uppercase;
  width: 551px;
}
.aboute-accordion__image {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 405px;
  transition: all 0.3s ease 0s;
}
.aboute-accordion__image img {
  height: 309px;
}
.aboute__accordion-item.aboute-accordion-item__active .aboute-accordion__image {
  opacity: 1;
  top: -27px;
  transition: all 0.3s ease 0.6s;
}
.aboute-accordion__info {
  width: 296px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.aboute__accordion-item.aboute-accordion-item__active .aboute-accordion__info {
  display: none;
}
/* ---------------- */
.aboute {
  position: relative;
  margin-bottom: 143px;
}
.aboute::after {
  content: "";
  background: url("../img/main/aboute-block/Group\ 14754.svg") no-repeat;
  width: 447px;
  height: 447px;
  position: absolute;
  top: -185px;
  right: -103px;
}
.aboute__title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 82px;
  position: relative;
  z-index: 2;
  gap: 10px;
  flex-wrap: wrap;
}
.aboute__sub-title {
  max-width: 581px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding-top: 9px;
}
.aboute-accordion__logo {
  width: 100%;
  text-align: end;
  max-width: 182px;
}
.aboute__accordion-item.aboute-accordion-item__active .aboute-accordion__logo {
  padding-top: 15px;
  align-self: flex-start;
}
/* form-block */
#form-last-block__checkbox {
  display: none;
}
.form-last-block-checkbox__label {
  position: absolute;
  top: 20%;
  right: 355px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color: #0031ff;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
}
.form-last-block-checkbox__label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: 0.2s ease width, 0.2s ease height;
}
.form-last-block-checkbox__label:active {
  transform: translateY(-50%) scale(0.9);
}
#form-last-block__tick-mark {
  position: absolute;
  top: 0px;
  right: 2px;
  left: 0;
  width: 13px;
  height: 12px;
  margin: 0 auto;
  transform: rotateZ(-40deg);
}
#form-last-block__tick-mark:before,
#form-last-block__tick-mark:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}
#form-last-block__tick-mark:before {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 8px;
  transform: translateY(-68px);
}
#form-last-block__tick-mark:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
#form-last-block__checkbox:checked + .form-last-block-checkbox__label {
  background-color: #0031ff;
}
#form-last-block__checkbox:checked + .form-last-block-checkbox__label:before {
  width: 0;
  height: 0;
}
#form-last-block__checkbox:checked
  + .form-last-block-checkbox__label
  #form-last-block__tick-mark:before,
#form-last-block__checkbox:checked
  + .form-last-block-checkbox__label
  #form-last-block__tick-mark:after {
  transform: translate(0);
  opacity: 1;
}

/* ------------------------ */
.app-form {
  margin-bottom: 45px;
  position: relative;
}
.app-form::before {
  content: "";
  background: url("../img/main/form-block/dec-big.svg") no-repeat;
  width: 166px;
  height: 166px;
  position: absolute;
  top: -45px;
  left: 111px;
}
.app-form::after {
  content: "";
  background: url("../img/main/form-block/dec-medium.svg") no-repeat;
  background-size: contain;
  width: 144px;
  height: 144px;
  position: absolute;
  top: 178px;
  left: 45px;
}
.app-form__block {
  position: relative;
}
.app-form__block::before {
  content: "";
  background: url("../img/main/form-block/dec-small.svg") no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 335px;
  left: 234px;
}
.app-form__title {
  max-width: 463px;
  margin-bottom: 89px;
}
.form input,
.form textarea,
.form button {
  background: none;
  resize: none;
}
.form input::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}
.form textarea::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}
.form__first-block {
  display: flex;
  gap: 24px;
  margin-bottom: 68px;
}
.form-first-block__input {
  max-width: 376px;
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #2f2f2f;
  position: relative;
  z-index: 2;
}
.form-middle-block__area-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 13px;
  max-width: 776px;
  position: relative;
}
/* .form-middle-block__area-content::before {
} */
.form-middle-block__area {
  max-width: 776px;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 21px;
  padding-right: 35px;
}
.form__middle-block {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 5px;
}
.form__last-block {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 51px;
  border-bottom: 1px solid #2f2f2f;
}
.form__last-block_justify {
  justify-content: space-between;
}
.form-middle-block__btn {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  width: 376px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0031ff;
  transition: all 0.3s ease 0s;
}
.form-middle-block__btn:hover {
  background: #0031ff;
}
.form__policy {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding-left: 40px;
}
.link__policy {
  text-decoration: underline;
  color: #ffffff;
}
.output {
  color: #575757;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.form__last-block__police {
  position: relative;
  max-width: 370px;
}
/* ------------------------ */
.footer {
  padding-bottom: 92px;
}
.footer__items {
  display: flex;
}
.footer__logo-block {
  margin-right: 175px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.footer__logo {
  margin-bottom: 63px;
}
.footer-item__policy {
  color: #ffffff;
  text-decoration: underline;
}
.footer__nav-menu-block {
  margin-right: 390px;
}
.footer-nav-menu__items {
  margin-left: 0px;
  margin-bottom: 0px;
}
.footer-nav-menu__item::before {
  display: none;
}
.footer-nav-menu__item a {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  transition: 0.3s;
}
.footer-nav-menu__item a:hover {
  color: #0031ff;
}
.footer__contacts-block {
  padding-top: 18px;
  padding-left: 30px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer__number {
  color: #ffffff;
  transition: 0.3s;
  position: relative;
}
.footer__number::before {
  content: "";
  background: url("../img/footer/phone-footer.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: -30px;
}
.footer__mail {
  color: #ffffff;
  transition: 0.3s;
}
.footer__number:hover,
.footer__mail:hover {
  text-decoration-line: underline;
  color: #0031ff;
  transition: 0.3s;
}
/* попап форма обратного звонка */
/*container*/
/*form*/
.form-first-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.form-first-block::before {
  content: "";
  background: url("../img/footer/popup/dec-small.svg") no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0px;
  left: -65px;
}
.form-first-block::after {
  content: "";
  background: url("../img/footer/popup/dec-small-2.svg") no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 190px;
  right: -50px;
}
.form-close-callback {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
}
.form-callback-title {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.form-popup-callback .form-callback .form-callback-group {
  margin: 0 auto 0 auto;
  padding: 10px;
}
.form-popup-callback .form-callback .form-callback-group label,
.form-popup-callback .form-callback .form-callback-group p {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
  color: #ffffff;
}
.form-popup-callback .form-callback .check-politic p {
  display: block;
  font-size: 14px;
}
.form-popup-callback .form-callback .check-politic {
  display: flex;
  align-items: center;
}
.form-popup-callback .form-callback .form-callback-group input {
  font-size: 16px;
  padding: 6px 12px;
  color: #494949;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.form-popup-callback .form-callback .form-callback-group .form-control {
  display: block;
  width: 100%;
  height: 38px;
}
.form-popup-callback .form-callback .form-control:focus {
  border-color: rgba(27, 27, 50, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(27, 27, 50, 0.25);
}
.form-popup-callback .form-callback .form-callback-group .input-checkbox {
  margin-right: 10px;
  min-height: 20px;
  min-width: 20px;
  cursor: pointer;
}
.form-popup-callback .form-callback .form-callback-group .submit-button {
  width: 100%;
  padding: 12px;
  background-color: #0031ff;
  color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  font-size: 18px;
  font-weight: 400;
}
.form-popup-callback {
  position: fixed;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 100;
}
.form-callback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #181717;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  padding: 40px;
  z-index: 5;
  overflow: hidden;
}
.show-modal-callback {
  opacity: 1;
  top: 0;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.link-politic {
  color: #ffffff;
  text-decoration: underline;
}
/* ----------------------------- */
#my-scrollbar {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.slider-title {
  position: absolute;
  /* top: 100%; */
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0%, 0);
}
.slider-titles,
.slider-title__wrapper {
  position: relative;
}
.slider-title__item,
.slider-title {
  display: block;
  /* transition: transform 0.3s ease, opacity 0.3s ease, position 0.5s ease 0.5s; */
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.slider-title__item.hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  /* visibility: hidden; */
}
.slider-title__item.fade-out {
  opacity: 0;
  transform: translate3d(0, -50%, 0);
}
.slider-title__item.fade-in {
  opacity: 0;
  transform: translate3d(0, 350%, 0);
}
.slider-title__item.active.fade-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slider-title.hidden {
  opacity: 0;
  transform: translate3d(0, 80%, 0);
}
.slider-title.fade-out {
  opacity: 0;
  transform: translate3d(0, -180%, 0);
}
.slider-title.fade-in {
  opacity: 1;
  /* transform: translate3d(0, 150%, 0); */
}
/* .slider-title.active.fade-in {
} */

.error {
  border-color: red !important;
}

.psevdo__file {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  align-self: flex-start;
  width: 376px;
}

.psevdo__file input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.psevdo__file-input {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
  max-width: 575px;
  overflow: hidden;
  word-break: break-all;
}

.psevdo__file-icon {
  margin-top: 8px;
}

.psevdo__file-required {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 100%;
  right: 0px;
  white-space: nowrap;
  border-bottom: 2px solid #2f2f2f;
  width: 376px;
  padding-bottom: 16px;
}
