@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

@font-face {
  font-family: "LibreFranklin-Regular";
  font-weight: 400;
  src: url("src/fonts/LibreFranklin-Regular.ttf") format(truetype);
}
@font-face {
  font-family: "LibreFranklin-Light";
  src: url("src/fonts/LibreFranklin-Light.ttf") format(truetype);
}
@font-face {
  font-family: "LibreFranklin-Medium";
  src: url("src/fonts/LibreFranklin-Medium.ttf") format(truetype);
}
h1 {
  font-size: 64px;
  font-family: "LibreFranklin-Medium", sans-serif;
}

h2 {
  font-size: 32px;
  font-family: "LibreFranklin-Regular", sans-serif;
}

h3 {
  font-size: 24px;
  font-family: "LibreFranklin-Light", sans-serif;
}

p {
  font-size: 16px;
  font-family: "LibreFranklin-Light", sans-serif;
}

a {
  font-family: "LibreFranklin-Light", sans-serif;
}

.hidden {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s cubic-bezier(0.26, 0.11, 0.25, 1), transform 0.6s cubic-bezier(0.26, 0.11, 0.25, 1);
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden-2 {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 0.6s cubic-bezier(0.26, 0.11, 0.25, 1), transform 0.6s cubic-bezier(0.26, 0.11, 0.25, 1);
}

.visible-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.hidden-3 {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 0.6s cubic-bezier(0.26, 0.11, 0.25, 1), transform 0.6s cubic-bezier(0.26, 0.11, 0.25, 1);
}

.visible-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

@media (max-width: 1390px) {
  .hidden {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s cubic-bezier(0.26, 0.11, 0.25, 1), transform 0.6s cubic-bezier(0.26, 0.11, 0.25, 1);
  }
  .visible {
    opacity: 1;
    transform: translateY(0);
  }
  .hidden-2 {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 0.6s cubic-bezier(0.26, 0.11, 0.25, 1), transform 0.6s cubic-bezier(0.26, 0.11, 0.25, 1);
  }
  .visible-2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }
  .hidden-3 {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 0.6s cubic-bezier(0.26, 0.11, 0.25, 1), transform 0.6s cubic-bezier(0.26, 0.11, 0.25, 1);
  }
  .visible-3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }
}
html[lang=en] h1 {
  line-height: 1;
}

html[lang=en] .statement__text > h3 {
  font-size: 1rem;
}

html[lang=am] h1 {
  line-height: 1;
}
html[lang=am] .hero-block__title {
  font-size: 3.1rem;
}
html[lang=am] .aboutus-block__title {
  font-size: 3.1rem;
}

header {
  display: flex;
  align-items: center;
  color: #fff;
  height: 200px;
  max-width: 1310px;
  margin: auto;
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header__page-link, .footer-block__page-link {
  margin: 0 15px;
  transition: all 0.14s ease-in-out;
  height: 30px;
  align-content: center;
}
.header__page-link:hover, .footer-block__page-link:hover {
  translate: 0 -5px;
  text-shadow: 0px 0 10px rgba(15, 147, 255, 0.5019607843);
}
.header__socials {
  display: flex;
}
.header__social-link {
  margin: 0 10px;
  transition: all 0.14s ease-in-out;
}
.header__social-link:hover {
  translate: 0 8px;
}
.header__logo {
  width: 130px;
  margin-right: 50px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  background-color: #22232D;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 90%;
  max-width: 500px;
  display: none;
}
.modal-form > input {
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
}

.overlay {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.close-modal {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
}

.modal.show,
.overlay.show {
  display: block;
}

.burger {
  display: none;
  width: 100px;
  height: 100px;
}
.burger__line {
  display: block;
  height: 9px;
  margin: 8px;
  width: 80%;
  background-color: #fff;
  border-radius: 5px;
}

.header__nav-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #22232D;
}
.header__nav-header .header__logo-nav {
  width: 130px;
}
.header__nav-header .nav-close {
  background: none;
  border: none;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.lang-dropdown {
  margin-left: 1rem;
  position: relative;
  transition: all 0.13s ease-in-out;
}
.lang-dropdown__content {
  display: none;
  translate: 0 1px;
  position: absolute;
  border-radius: 10px;
  right: 0;
  background-color: #152742;
}
.lang-dropdown__content > a {
  display: flex;
  padding: 0.8rem 1.4rem;
}
.lang-dropdown__content > a:hover {
  background-color: #141e41;
  border-radius: 10px;
}
.lang-dropdown__content > a > img {
  margin: 0 10px;
}

.lang-dropdown.active .lang-dropdown__content {
  display: block;
}

@media (max-width: 768px) {
  header {
    height: 150px;
    justify-content: space-around;
  }
  .header__nav {
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .header__nav > a {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px auto;
  }
  .header__nav > .action-button, .header__nav > .submit-button {
    text-transform: uppercase;
    margin-top: 30px;
  }
  .header__nav-header {
    display: flex;
  }
  .header__nav--open {
    position: fixed;
    background-color: #22232D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
  }
  .nav-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 30px;
    font-size: 50px;
  }
  .header__logo {
    margin: 0 10px;
    width: 90px;
  }
  .header__logo-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px;
  }
  .burger {
    display: block;
  }
  .lang-dropdown {
    margin-top: 2rem;
  }
  .lang-dropdown__content {
    margin-top: 1rem;
    translate: 28% 0;
  }
  .lang-dropdown__content > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1390px) {
  .header__page-link, .footer-block__page-link {
    font-size: 0.9rem;
  }
  .action-button, .submit-button {
    font-size: 0.6rem;
  }
}
.hero-block {
  margin: 80px auto;
  display: flex;
}
.hero-block__container {
  align-content: center;
}
.hero-block__title {
  margin-bottom: 25px;
  line-height: 0.8;
  letter-spacing: -0.05em;
}
.hero-block__subtitle {
  margin-bottom: 25px;
}
.hero-block__description {
  margin-bottom: 15px;
}
.hero-block__image {
  margin: 0 auto;
  max-width: 508px;
}

@media (max-width: 768px) {
  .hero-block {
    flex-direction: column;
    align-items: center;
    margin: 25px auto;
  }
  .hero-block__image {
    margin: 0 auto;
    max-width: 100%;
  }
  .hero-block__container {
    text-align: center;
    margin: 0 auto;
  }
  .hero-block__title {
    font-size: 45px;
  }
}
.aboutus-block {
  margin-top: 130px;
  margin-bottom: 130px;
  position: relative;
}
.aboutus-block__container {
  display: grid;
  grid-template-areas: "title title" "subtitle subtitle" "stats illustration";
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.aboutus-block__title {
  grid-area: title;
}
.aboutus-block__subtitle {
  grid-area: subtitle;
  margin-bottom: 40px;
}
.aboutus-block__stats {
  position: relative;
  grid-area: stats;
}
.aboutus-block__illustration {
  grid-area: illustration;
  margin: auto;
}
.aboutus-block__illustration > img {
  max-width: 100%;
}

.stat__text {
  margin-left: 30px;
}
.stat__text > h2 {
  font-size: 38px;
  font-family: "LibreFranklin-Medium", sans-serif;
  margin-bottom: 10px;
}
.stat__item {
  display: flex;
  align-items: center;
  margin: 30px;
}
.stat__icon {
  margin-right: 30px;
}

.vertical-line {
  position: absolute;
  top: 0;
  left: 26%;
  width: 2px;
  height: 100%;
  background-color: #555555;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .aboutus-block {
    margin: 60px auto;
  }
  .aboutus-block > .section-marker {
    margin: 5px;
    translate: 0 -60px;
  }
  .aboutus-block__title {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 45px;
  }
  .aboutus-block__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .aboutus-block__stats {
    max-width: 100%;
  }
  .aboutus-block__container {
    grid-template-areas: "title" "subtitle" "stats" "illustration";
    grid-template-columns: 1fr;
    column-gap: 10px;
  }
  .aboutus-block__illustration {
    max-width: 70%;
  }
  .aboutus-block__illustration > img {
    margin: auto;
  }
  .stat__text {
    margin: 0;
  }
  .stat__text > h2 {
    font-size: 20px;
    text-align: center;
  }
  .stat__text > h3 {
    font-size: 16px;
    text-align: center;
  }
  .stat__icon {
    width: 90px;
    margin: 0;
  }
  .stat__item {
    margin: 15px 0;
    flex-direction: column;
  }
  .vertical-line {
    display: none;
  }
}
footer {
  padding: 30px 10px;
  border-top: 1px #919191 solid;
}

.footer-block__wrapper {
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-block__logo {
  max-width: 130px;
}
.footer-block__title {
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
}
.footer-block__text {
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
}
.footer-block__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-block__container_addres {
  margin-left: 40px;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-start;
}
.footer-block__addres-text {
  margin: 5px 0;
  font-size: 16px;
}
.footer-block__addres-text::before {
  content: url("/src/graphics/png/marker.png");
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
.footer-block__addres-text:hover {
  text-decoration: underline;
}
.footer-block__nav {
  height: 30px;
}

@media (max-width: 768px) {
  .footer-block__container {
    justify-content: center;
  }
  .footer-block__container_mobile-hidden {
    display: none;
  }
  .footer-block__nav {
    height: 100%;
    flex-flow: column nowrap;
  }
  .footer-block__text {
    display: none;
  }
}
.solutions-block {
  position: relative;
  margin: 130px auto;
}
.solutions-block__container {
  display: grid;
  grid-template-areas: "title title" "subtitle subtitle" "infocards statements";
  column-gap: 20px;
  grid-template-columns: 1fr 1.5fr;
}
.solutions-block__title {
  grid-area: title;
}
.solutions-block__subtitle {
  grid-area: subtitle;
  margin-bottom: 55px;
}
.solutions-block__infocards {
  grid-area: infocards;
}
.solutions-block__statements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-area: statements;
}

.infocard {
  position: relative;
  background-color: #1E1F2A;
  border: 1px solid #13152C;
  transition: all 0.23s ease-in-out;
  border-radius: 13px;
  padding: 25px 20px;
  margin: 10px 0;
}
.infocard__header {
  margin-bottom: 10px;
}
.infocard__line {
  top: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3882352941);
  width: 100%;
  margin-bottom: 10px;
}
.infocard__text {
  margin-left: 10px;
  margin-bottom: 5px;
}
.infocard__text::before {
  content: "•";
  margin-right: 10px;
  color: #fff;
}
.infocard__description {
  color: #919191;
  font-size: 16px;
  margin: 6px 0;
  text-align: justify;
}
.infocard__item {
  margin: 18px 0;
}

.statement {
  display: flex;
  margin: 15px;
  align-content: center;
}
.statement__icon {
  height: 69px;
  width: 74px;
}
.statement__text {
  text-align: justify;
}
.statement__text > h2 {
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "LibreFranklin-Medium", sans-serif;
}

@media (max-width: 768px) {
  .solutions-block {
    margin: 50px 1px;
  }
  .solutions-block > .section-marker {
    margin: 20px;
    translate: 0 -50px;
  }
  .solutions-block__container {
    grid-template-areas: "title" "subtitle" "infocards" "statements";
    grid-template-columns: 1fr;
    column-gap: 10px;
  }
  .solutions-block__statements {
    margin: 30px 0;
  }
  .solutions-block__statements > .statement {
    margin: 0;
    margin-top: 20px;
  }
  .solutions-block__title {
    font-size: 45px;
  }
  .solutions-block__subtitle {
    margin: 20px auto;
  }
  .statement__text {
    text-align: start;
    flex: 1 1 auto; /* разрешаем блоку расти и ужиматься */
    min-width: 0; /* ключевой приём, чтобы flex-элемент мог стать уже содержимого */
    /* дополнительно, если у вас где-то слова без пробелов: */
    overflow-wrap: break-word;
  }
}
.services-block {
  position: relative;
}
.services-block__subtitle {
  margin-bottom: 25px;
}
.services-block > .infocard {
  margin: 30px 0;
}
.services-block > .infocard > .infocard__statements {
  margin-top: 45px;
  margin-bottom: 30px;
}

.smaller-icon {
  width: 50px;
  height: 56px;
}

.middle-text {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.statement__text > h3 {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .services-block {
    margin: 0 1px;
  }
  .services-block > .section-marker {
    translate: 0 -40px;
  }
  .services-block__title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .infocard__header {
    font-size: 26px;
  }
  .infocard__statements > .statement {
    flex-direction: column;
    margin: 15px 0;
  }
  .infocard__item > h3 {
    font-size: 16px;
  }
  .statement__icon {
    width: 50px;
    height: 60px;
  }
}
form {
  margin-top: 35px;
  font-family: "LibreFranklin-Light", sans-serif;
}
form > input {
  margin-bottom: 13px;
  border: none;
  width: 100%;
  font-size: 20px;
  padding: 20px 18px;
  color: #fff;
  background-color: #29282C;
  border-radius: 14px;
}

.submit-button {
  max-width: 40%;
  border: none;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .submit-button {
    max-width: 100%;
  }
}
.feedback-block {
  position: relative;
  margin: 80px auto;
}
.feedback-block__container {
  display: grid;
  grid-template-areas: "title title" "subtitle subtitle" "grey grey" "form contacts";
  column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding: 15px;
}
.feedback-block__title {
  grid-area: title;
  line-height: 0.8;
  margin-bottom: 30px;
}
.feedback-block__subtitle {
  grid-area: subtitle;
  margin-bottom: 10px;
}
.feedback-block__grey {
  grid-area: grey;
  font-size: 20px;
}
.feedback-block__form {
  grid-area: form;
}
.feedback-block__contacts {
  margin-top: 35px;
  grid-area: contacts;
  display: flex;
  flex-direction: column;
}

.phone-link {
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  margin: 10px;
}

.mail-link {
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  margin: 10px;
}

.adress-grey {
  font-family: "LibreFranklin-Light", sans-serif;
  color: #919191;
  font-size: 16px;
  margin: 10px;
}

.social-links {
  margin-top: 10px;
}
.social-links > a {
  height: 100%;
  margin-left: 5px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .feedback-block {
    margin: 30px 1px;
  }
  .feedback-block__title {
    font-size: 45px;
  }
  .feedback-block > .section-marker {
    translate: 0 -30px;
  }
  .feedback-block__container {
    margin-top: 50px;
    grid-template-areas: "title" "subtitle" "grey" "form" "contacts";
    grid-template-columns: 1fr;
    column-gap: 10px;
    padding: 0;
  }
  .feedback-block__grey {
    font-size: 16px;
  }
  .feedback-block__form > input {
    font-size: 16px;
  }
  .social-links__telegram > img {
    transition: all 0.13s ease-in-out;
  }
  .social-links__telegram > img:hover {
    width: 200px;
  }
}
@media (max-width: 1390px) {
  .submit-button {
    max-width: 80%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #22232D;
  color: #fff;
}

main {
  margin: auto;
  max-width: 1310px;
}

.primary-button {
  display: inline-block;
  transition: all 0.14s ease-in-out;
  background-color: #01B9FB;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.primary-button:hover {
  background-color: #4cdbff;
  text-shadow: 0 0 10px rgba(85, 41, 0, 0.5019607843);
}

.action-button, .submit-button {
  cursor: pointer;
  font-family: "LibreFranklin-Regular", sans-serif;
  display: inline-block;
  transition: all 0.14s ease-in-out;
  background-color: #FA8022;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  font-size: 16px;
}
.action-button:hover, .submit-button:hover {
  background-color: #ffa52f;
  text-shadow: 0 0 10px rgba(85, 41, 0, 0.5019607843);
}

.ui-container {
  display: inline-block;
  outline: 2px solid #01B9FB;
  border-radius: 15px;
  margin: 10px;
}
.ui-container > h3 {
  text-align: center;
  padding: 10px;
  margin: 0;
  background-color: #01B9FB;
  color: #fff;
  border-radius: 15px 15px 0 0;
}

.special-text {
  color: #01B9FB;
}

.uppercase-text {
  text-transform: uppercase;
  font-weight: 600;
}

.section-marker {
  transition: all 0.14s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  border: 1px solid #949494;
  border-radius: 20px;
  color: #949494;
}
.section-marker:hover {
  background-color: #fff;
  color: #919191;
  border: 1px solid #919191;
}

.blurred-circle {
  position: absolute;
  width: 500px;
  height: 600px;
  background-color: #73B8F8;
  border-radius: 100%;
  filter: blur(300px);
  z-index: -100;
}

.pos-1 {
  left: 0;
  translate: -300px 500px;
}

.pos-2 {
  right: 0;
  translate: 0 1600px;
  filter: blur(500px);
}

.pos-3 {
  left: 0;
  translate: -300px 2500px;
}

.pos-4 {
  right: 0;
  translate: 0 3400px;
  filter: blur(600px);
}

.mL10 {
  margin-left: 10px;
}

.mR50 {
  margin-right: 50px;
}

.infocard__header--highlighted {
  background-color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #22232D;
  border-radius: 1rem;
}

.hp-field {
  display: none;
}

.thankyou-block {
  justify-content: center;
  height: 40vh;
}

@media (max-width: 1390px) {
  main, header {
    margin: 0 10px;
  }
  .hero-block__image {
    margin: auto;
  }
  .pos-1, .pos-2, .pos-3, .pos-4 {
    background-color: rgba(115, 184, 248, 0.2666666667);
  }
}/*# sourceMappingURL=styles.css.map */