@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inter:500,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:500,600,700);
@import url(https://fonts.googleapis.com/css?family=Syncopate:700);
:root {
  --light-gry: rgba(247, 255, 219, 0.6);
  --txt-clr: rgb(0, 11, 26);
  --background: rgb(3, 50, 95);
  --header-height: 72px;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #fff;
  line-height: 1;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Roboto, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 65rem;
  margin: 0 auto;
}
.button {
  display: flex;
  padding: 1.25rem;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 0.3125rem;
  width: -webkit-max-content;
  width: max-content;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  justify-content: center;
}
.button--fw {
  width: 100%;
  border-radius: 16px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.input {
  width: 100%;
  display: block;
  padding: 16px 32px;
  border-radius: 16px;
  background: rgba(222, 222, 222, 0.4);
  border: 2px solid transparent;
  caret-color: inherit;
  outline: 0;
  transition: all 0.3s ease;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.18;
}
.input::-webkit-input-placeholder {
  color: #fff;
}
.input:-ms-input-placeholder {
  color: #fff;
}
.input::-ms-input-placeholder {
  color: #fff;
}
.input::placeholder {
  color: #fff;
}
.input._form-focus {
  border-color: #fff;
}
.input._form-error {
  border-color: rgba(255, 0, 0, 0.4);
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-webkit-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus:-ms-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-ms-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
textarea {
  min-height: 9.375rem;
}
.menu {
  display: none;
}
.icon-menu {
  display: none;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
body {
  background: #000110;
}
a {
  transition: all 0.3s ease;
}
.section__h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.36;
}
.sec_tit {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.sec_tit::after {
  content: "";
  width: 600px;
  height: 1px;
  background: #dadada;
}
.section__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.section__text--center {
  text-align: center;
}
.col {
  display: flex;
  flex-direction: column;
}
textarea {
  resize: vertical;
}
.info-page {
  background-color: #fff;
  padding: 2rem 0;
  color: #1f1a1a;
  line-height: 1.2;
  font-weight: 500;
}
.info-page__container {
  max-width: 62.5rem !important;
  font-weight: 500;
  line-height: 1.25;
}
.info-page__title {
  font-size: 1.375rem;
  font-weight: 600;
}
.info-page__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.info-page ul li {
  list-style-type: disc;
}
.info-page ol {
  list-style: none;
}
.info-page ol > li {
  padding-top: 0.875rem;
}
.info-page li {
  list-style-position: inside;
}
.info-page li span {
  font-size: 1.375rem;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 0.875rem;
}
.hedr {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #676767;
  padding: 1rem 0;
}
.hedr__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.hedr__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.hedr__link {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  padding: 0.625rem;
  color: var(--txt-clr);
}
.hedr__link:hover a {
  opacity: 0.7;
}
.hedr__logo {
  z-index: 11;
  color: #000;
}

.hedr__logo img {
  max-width: 126px;
  max-height: 41px;
  object-fit: contain;
  object-position: center;
}

.fotr {
  background: #2c2c2c;
}
.fotr__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.fotr__logo {
  font-family: Syncopate, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.74px;
  text-align: left;
}
.fotr__logo img {
  max-width: 126px;
  max-height: 41px;
  object-fit: contain;
  object-position: center;
}

.fotr__nav {
  width: 100%;
}
.fotr__link {
  padding: 0.5rem 0;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.fotr__link:hover {
  opacity: 0.8;
}
.fotr__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.fotr__nav:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
}
.fotr__copyright {
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.hero {
  position: relative;
  height: -webkit-max-content;
  height: max-content;
  min-height: calc(100vh - var(--header-height));
}
.hero__bg {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.hero__bg::after {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(2px);
}
.hero__container {
  display: flex;
  flex-direction: column;
  height: -webkit-max-content;
  height: max-content;
  gap: 1.5rem;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hero__info {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.36;
}
.about__container {
  max-width: 62.5rem;
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 24px 24px 0;
}
.about__block {
  display: flex;
  gap: 2rem;
  align-items: center;
  box-shadow: 0 -16px 0 -8px #14176f, 0 16px 0 -8px #14176f;
  background: rgba(14, 0, 54, 0.4);
  border-radius: 0.25rem;
  padding: 1rem;
}
.about__block img {
  max-width: 80px;
  max-height: 90px;
  object-fit: contain;
  object-position: center;
}

.about__block-col {
  gap: 2rem;
}
.about__services-name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.services {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.services:not(:first-child) {
  margin-top: 1.375rem;
}
.services__container {
  max-width: 62.5rem;
}
.services__content {
  gap: 1.5rem;
  padding: 2rem 1.5rem;
}
.services__block {
  gap: 1.5rem;
  background: hsla(255, 5%, 31%, 0.6);
  box-shadow: 4px 4px 0 0 #fff;
  border-radius: 0.25rem;
  padding: 1rem;
}
.services__block img {
  margin: 0 auto;
  max-width: 80px;
  max-height: 90px;
  object-fit: contain;
  object-position: center;
}
.services__block > div {
  font-weight: 700;
  line-height: 1.2;
}
.services__block span {
  font-weight: 500;
  line-height: 1.2;
}
.banner {
  position: relative;
}
.banner__img {
  display: block;
  height: auto;
  width: 100%;
  max-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact {
  display: flex;
  flex-direction: column;
}
.contact__top {
  padding: 1.625rem 0;
}
.contact__container {
  gap: 1.5rem;
  width: 100%;
  max-width: 62.5rem;
}
.contact__form-block {
  display: flex;
  flex-direction: column;
  background: var(--background);
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact__form label {
  position: relative;
  width: 100%;
}
.contact__success {
  display: none;
}
.contact__form.sending {
  position: relative;
}
.contact__form.sending .contact__success {
  display: block;
  font-size: 1.125rem;
}

.contact__image img {
  max-width: 400px;
  max-height: 300px;
  object-fit: cover;
  border-radius: 16px;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000110;
  border-top: 2px solid #fff;
  padding-block: 30px;
}

.cookie__info strong {
  text-transform: uppercase;
}

.cookie__buttons {
  margin-top: 16px;
  display: grid;
  grid-auto-columns: 1fr;
  width: fit-content;
  grid-auto-flow: column;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie__button {
  padding: 8px 16px;
  box-shadow: inset 0 0 0 2px currentColor;
  transition: box-shadow 0.15s ease;
}

.cookie__button:hover {
  box-shadow: inset 0 0 0 4px currentColor;
}
@media (min-width: 47.99875em) {
  .hero__bg::after {
    padding: 2.25rem 0 3.625rem;
    background: url(../img/hero-ellipse.webp) no-repeat center;
    background-size: cover;
  }
  .services__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 61.99875em) {
  .hero__content {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }
}
@media (min-width: 75em) {
  .section__h1 {
    font-size: 3.75rem;
  }
  .sec_tit {
    font-size: 2rem;
  }
  .hero__info {
    font-size: 1.375rem;
  }
  .about {
    padding-top: 3.75rem;
  }
  .about {
    padding-bottom: 3.75rem;
  }
  .contact__form-block {
    padding-top: 5rem;
  }
  .contact__form-block {
    padding-bottom: 5rem;
  }
}
@media (max-width: 1120px) {
  [class*="__container"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 61.99875em) {
  .hero {
    display: flex;
    align-items: center;
    padding: 1.25rem 0;
  }
}
@media (max-width: 47.99875em) {
  .menu {
    display: flex;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    height: -webkit-max-content;
    height: max-content;
    top: 0;
    left: -100%;
    overflow: auto;
    padding: 6.25rem 1.25rem;
    background: #fff;
    transition: all 0.5s ease-in-out;
    z-index: 10;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu__body ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu__body ul .hedr__link {
    font-size: 1.25rem;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 11;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sec_tit::after {
    width: 100%;
  }
  .fotr__container {
    padding: 5rem;
  }
  .hero__bg::after {
    background: rgba(0, 32, 57, 0.4);
  }
  .about__block {
    flex-direction: column;
  }
  .services__content {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 26.875em) {
  .section__h1 {
    font-size: 1.875rem;
  }
  .sec_tit {
    font-size: 1.875rem;
  }
  .hero__info {
    font-size: 1.125rem;
  }
  .about {
    padding-top: 2.5rem;
  }
  .about {
    padding-bottom: 2.5rem;
  }
  .contact__form-block {
    padding-top: 2.5rem;
  }
  .contact__form-block {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 26.875em) and (max-width: 75em) {
  @supports (
    font-size: clamp(1.875rem, 0.8279220779rem + 3.8961038961vw, 3.75rem)
  ) {
    .section__h1 {
      font-size: clamp(1.875rem, 0.8279220779rem + 3.8961038961vw, 3.75rem);
    }
  }
  @supports not (
    font-size: clamp(1.875rem, 0.8279220779rem + 3.8961038961vw, 3.75rem)
  ) {
    .section__h1 {
      font-size: calc(1.875rem + 1.875 * (100vw - 26.875rem) / 48.125);
    }
  }
  @supports (
    font-size: clamp(1.875rem, 1.6655844156rem + 0.7792207792vw, 2.25rem)
  ) {
    .sec_tit {
      font-size: clamp(1.875rem, 1.6655844156rem + 0.7792207792vw, 2.25rem);
    }
  }
  @supports not (
    font-size: clamp(1.875rem, 1.6655844156rem + 0.7792207792vw, 2.25rem)
  ) {
    .sec_tit {
      font-size: calc(1.875rem + 0.375 * (100vw - 26.875rem) / 48.125);
    }
  }
  @supports (
    font-size: clamp(1.125rem, 0.9853896104rem + 0.5194805195vw, 1.375rem)
  ) {
    .hero__info {
      font-size: clamp(1.125rem, 0.9853896104rem + 0.5194805195vw, 1.375rem);
    }
  }
  @supports not (
    font-size: clamp(1.125rem, 0.9853896104rem + 0.5194805195vw, 1.375rem)
  ) {
    .hero__info {
      font-size: calc(1.125rem + 0.25 * (100vw - 26.875rem) / 48.125);
    }
  }
  @supports (
    padding-top: clamp(2.5rem, 1.8019480519rem + 2.5974025974vw, 3.75rem)
  ) {
    .about {
      padding-top: clamp(2.5rem, 1.8019480519rem + 2.5974025974vw, 3.75rem);
    }
  }
  @supports not (
    padding-top: clamp(2.5rem, 1.8019480519rem + 2.5974025974vw, 3.75rem)
  ) {
    .about {
      padding-top: calc(2.5rem + 1.25 * (100vw - 26.875rem) / 48.125);
    }
  }
  @supports (
    padding-bottom: clamp(2.5rem, 1.8019480519rem + 2.5974025974vw, 3.75rem)
  ) {
    .about {
      padding-bottom: clamp(2.5rem, 1.8019480519rem + 2.5974025974vw, 3.75rem);
    }
  }
  @supports not (
    padding-bottom: clamp(2.5rem, 1.8019480519rem + 2.5974025974vw, 3.75rem)
  ) {
    .about {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 26.875rem) / 48.125);
    }
  }
  @supports (
    padding-top: clamp(2.5rem, 1.1038961039rem + 5.1948051948vw, 5rem)
  ) {
    .contact__form-block {
      padding-top: clamp(2.5rem, 1.1038961039rem + 5.1948051948vw, 5rem);
    }
  }
  @supports not (
    padding-top: clamp(2.5rem, 1.1038961039rem + 5.1948051948vw, 5rem)
  ) {
    .contact__form-block {
      padding-top: calc(2.5rem + 2.5 * (100vw - 26.875rem) / 48.125);
    }
  }
  @supports (
    padding-bottom: clamp(2.5rem, 1.1038961039rem + 5.1948051948vw, 5rem)
  ) {
    .contact__form-block {
      padding-bottom: clamp(2.5rem, 1.1038961039rem + 5.1948051948vw, 5rem);
    }
  }
  @supports not (
    padding-bottom: clamp(2.5rem, 1.1038961039rem + 5.1948051948vw, 5rem)
  ) {
    .contact__form-block {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 26.875rem) / 48.125);
    }
  }
}
@media (any-hover: hover) {
  .button:hover {
    background: hsla(0, 0%, 100%, 0.8);
  }
}
.thank-you {
  text-align: center;
}
.thank-you > h1 {
  margin-top: 70px;
}
.thank-you .btn {
  margin-top: 30px;
}