* {
  text-decoration: none;
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

button:focus {
  border: none;
  outline: none;
}

.cu-p {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #FFF;
  color: #020105;
}

.container-site {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}


/*HEADER*/

.header {
  height: 104px;
  display: flex;
  align-items: center;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 213px;
  height: 51px;
  margin-right: 56px;
  background-image: url(../images/logos/logo.svg);
  display: block;
}

.header-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}

.header-links li {
  margin-right: 40px;
}

.header-links li:last-child {
  margin-right: 0;
}

.header-links a {
  color: #020105;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.header-others {
  margin-left: 70px;
  display: flex;
  align-items: center;
}


.header-lang {
  width: 85px;
}

.select-lang {
  display: none;
}

#select-lang-list, #select-lang-list1 {
  padding-left: 0;
  background: white;
  margin-bottom: 0;
}


#select-lang-list .lang-active, #select-lang-list1 .lang-active {
  display: none;
}

#select-lang-list .select-arrow, #select-lang-list1 .select-arrow {
  display: none;
}

#select-lang-list .select-img, .btn-select .select-img, #select-lang-list1 .select-img {
  width: 25px;
}

.select-arrow {
  width: 20px;
}

#select-lang-list li, #select-lang-list1 li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

#select-lang-list li:hover, #select-lang-list1 li:hover {
  cursor: pointer;
}

#select-lang-list li img, #select-lang-list1 li img {
  margin: 5px;
}

#select-lang-list li span, .btn-select li span, #select-lang-list1 li span {
  margin-left: 5px;
  text-transform: uppercase;
}

.lang-block {
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border: none;
  border-radius: 10px;
  position: absolute;
  padding: 0 8px;
  left: 0;
  top: 35px;
  background: white;
  z-index: 2;
}


#burgerMenu .header-phone, #burgerMenu .header-lang, #burgerMenu .header-darkmode {
  display: none;
}

.btn-select {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}

.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.btn-select:hover li {
  margin-left: 0;
}

.lang-select {
  display: flex;
  position: relative;
}


.btn-select:focus {
  outline: none;
}

.header-burger {
  display: none;
}

#burgerMenu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 394px;
  width: 100%;
  height: 100%;
  background-color: #F6F7F8;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 5;
  padding: 18px;
}


#burgerMenu.visible {
  transform: translateX(0);
}

#burgerMenu ul {
  list-style-type: none;
  padding: 0;
}

#burgerMenu li {
  padding: 15px;
}

#burgerMenu a {
  color: #060004;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Оверлей */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hidden {
  display: none;
}

/* Отключение прокрутки */
body.no-scroll {
  overflow: hidden;
}

/*MAIN*/

.main-wrapper {
  max-width: 1876px;
  padding: 80px 0 80px 120px;
  width: 100%;
  margin: auto;
  height: 785px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #233A60;
  box-shadow: 0 8px 40px 0 rgba(0, 25, 53, 0.02);
  background-image: url("../images/main/circle.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
}

.main-content {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.main-info {
  max-width: 760px;
  margin-right: 90px;
}


.main-info h2 {
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 64.632px;
  color: #009BF2;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 77.559px */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.main-info h1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}

.main-info p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 120px;
}

.main-info h3 {
  color: #FFF;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.main-info h3 span {
  color: #00B0F2;
}

.main-apps {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 12px;
}

.main-app {
  display: flex;
  max-width: 290px;
  width: 100%;
  padding: 10px 0 10px 10px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: #F5F5F7;
}

.main-app:first-child {
  margin-right: 17px;
}

.main-arrow {
  position: absolute;
  left: 35%;
  top: 50%;
}

/*CARDS*/

.cards {
  margin-top: 120px;
}

.cards-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.card-block {
  display: flex;
  width: 350px;
  height: fit-content;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  background: #F5F5F7;
}

.card-block p {
  color: #020105;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/*NUMBERS*/

.numbers {
  margin-top: 120px;
}

.numbers-wrapper {
  max-width: 1248px;
  width: 100%;
  margin: auto;
}

.numbers-wrapper h2 {
  color: #020105;
  text-align: center;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.numbers-wrapper p {
  color: #353437;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.numbers-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.numbers-card {
  display: flex;
  width: 400px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 24px;
  background: #F5F5F7;
}

.numbers-card h3 {
  color: #00B0F2;
  text-align: center;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  text-transform: uppercase;
}

.numbers-card p {
  color: #353437;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/*SKILLS*/

.skills {
  margin-top: 120px;
}

.skills-wrapper h2 {
  color: #020105;
  text-align: center;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-bottom: 40px;
}

.skill-blocks {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.skill-block {
  max-width: 756px;
  width: 100%;
  height: 480px;
  border-radius: 16px;
  background: #F5F5F7;
  box-shadow: 0 8px 40px 0 rgba(0, 25, 53, 0.02);
  display: flex;
  overflow: hidden;
  align-items: center;
}


.skill-block img {
  height: 100%;
}

.skill-info {
  padding: 0 48px;
}

.skill-info p {
  color: #353437;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}

.skill-info h4 {
  color: #001935;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  text-transform: uppercase;
}

.skill-info a {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: #00B0F2;
  color: white;
  box-shadow: 0 0 19px 0 rgba(255, 255, 255, 0.00) inset;
}

/*HOW*/

.how {
  margin-top: 120px;
}

.how-wrapper h2 {
  color: #020105;
  text-align: center;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.how-wrapper p {
  color: #353437;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}

.how-info {
  display: flex;
  justify-content: space-between;
}

.how-info img {
  margin-right: 45px;
  width: 100%;
}

.how-block {
  padding: 24px 24px 0;
}

.how-block p {
  color: #5D5D5F;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.how-block h4 {
  color: #020105;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

/*FAQ*/

.faq {
  margin-top: 120px;
}

.faq-block {
  max-width: 992px;
  width: 100%;
  margin: auto;
}

.faq-title {
  color: #020105;
  text-align: center;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-bottom: 40px;
}

.faq-section {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #F5F5F7;
  background: #F5F5F7;
  margin-bottom: 24px;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 0;
  color: #353437;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.faq-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.faq-wrapper h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #001935;
}


.faq-wrapper:hover {
  color: #060004;
}

.uh:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.uh[aria-expanded="true"]:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

/*APP*/

.app {
  margin-top: 120px;
}

.app-container {
  height: 412px;
  flex-shrink: 0;
  border-radius: 40px;
  background-color: #00B0F2;
  background-image: url("../images/app/lines.svg");
  background-repeat: no-repeat;
  padding: 80px;
  background-position: center right -10px;
  position: relative;
  overflow: hidden;
}

.app-container p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}

.app-container h4 {
  color: #FFF;
  font-family: "Halvar Breitschrift", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  text-transform: uppercase;
  max-width: 620px;
}

.app-container img {
  position: absolute;
  bottom: 0;
  right: 7%;
}

/*FOOTER*/

.footer {
  margin-top: 120px;
  background: #F5F5F7;
  height: 100%;
}

.footer-block {
  padding: 80px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-one img {
  margin-bottom: 40px;
}

.footer-two ul {
  list-style: none;
  padding: 0;
}

.footer-two li {
  margin-bottom: 24px;
}

.footer-two a {
  color: #010E38;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-three h4 {
  color: #010E38;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 14px;
}

.footer-three p {
  color: #353437;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}

.footer-contact {
  display: flex;
  align-items: center;
}

.footer-contact img {
  margin-right: 12px;
}

.footer-contact p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}

.footer-contact a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

.footer-bottom p, .footer-bottom a {
  margin: 0;
  color: #001935;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-bottom a.altek {
  color: #00B0F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
}