@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-grey: rgba(255, 255, 255, 0.6);
    --text-color: rgba(37, 37, 37, 1);
    --bg: rgba(0, 54, 39, 1);
    --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: #f4f4f4;
    line-height: 1;
    font-family: Inter, 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: Inter, 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: 67rem;
    margin: 0 auto
}

.button {
    display: flex;
    padding: 1.25rem;
    background: #fff;
    transition: all .3s ease;
    border-radius: .3125rem;
    width: -webkit-max-content;
    width: max-content;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    justify-content: center
}

.button--fw {
    width: 100%
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 1rem 1.875rem;
    background: rgba(222, 222, 222, .4);
    border: 2px solid transparent;
    caret-color: inherit;
    outline: 0;
    transition: all .3s ease;
    font-family: Roboto, sans-serif;
    font-size: .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, .4)
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    transition: opacity .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-position: center;
    background-size: cover;
    background: linear-gradient(180deg, rgb(21, 0, 17) 0%, rgb(17, 0, 24) 35%); 
}

a {
    transition: all .3s ease
}

.section__h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.36
}

.sec_tit {
    font-family: "Open Sans", 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: "Open Sans", sans-serif;
    font-size: 1.5rem;
    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: .875rem
}

.info-page li {
    list-style-position: inside
}

.info-page li span {
    font-size: 1.375rem;
    font-weight: 600;
    display: inline-block;
    padding-bottom: .875rem
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f7fcff;
    border-bottom: 1px solid #525151;
    padding: 1rem 0
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%
}

.header__list {
    display: flex;
    align-items: center;
    gap: .25rem
}

.header__link {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    padding: .625rem;
    color: var(--text-color)
}

.header__link:hover a {
    opacity: .7
}

.header__logo {
    z-index: 11;
    font-family: Syncopate,sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-text-stroke: 2px black;
}

.footer {
    background: #2c2c2c
}

.footer__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem
}

.footer__logo {
    font-family: Syncopate, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left
}

.footer__nav {
    width: 100%
}

.footer__link {
    padding: .5rem 0;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    line-height: 1.5
}

.footer__link:hover {
    opacity: .8
}

.footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem
}

.footer__nav:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #fff
}

.footer__copyright {
    font-family: Roboto, sans-serif;
    font-size: .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: "Open Sans", 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: 1.5rem;
    align-items: center;
    box-shadow: 4px 4px 0 0 #6d1785;
    background: rgba(29, 0, 54, 0.4);
    border-radius: .25rem;
    padding: 1rem
}

.about__block img {
    width: 100%;
    aspect-ratio: 80/89;
    max-width: 80px;
    max-height: 89px;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

.about__block-col {
    gap: 1rem
}

.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(270, 100%, 95%, 0.6);
    border-radius: .25rem;
    padding: 1rem
}

.services__block img {
    margin: 0 auto;
    width: 100%;
  aspect-ratio: 80/92;
  max-width: 80px;
  max-height: 92px;
  height: auto;
  object-fit: cover;
  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%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 110 / 33;
}

.contact {
    display: flex;
    flex-direction: column
}

.contact__top {
    padding: 1.625rem 0
}

.inner__container {
    gap: 1.5rem;
    width: 100%;
    max-width: 62.5rem
}

.contact__text {
    max-width: 500px;
    flex: 0 1 100%;
    width: 100%;
}

.contact__image {
    flex: 0 1 100%;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4 / 3;
    position: relative;
}

.contact__image img {
    width: 100%;
  aspect-ratio: 4/3;
  max-width: 400px;
  max-height: 300px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.contact__form-block {
    display: flex;
    flex-direction: column;
    background: #1c0038;
}

.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
}

@media (min-width:47.99875em) {
    .hero__bg::after {
        padding: 2.25rem 0 3.625rem;
        background: url(..//assets/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: 2.25rem
    }

    .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 .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 .header__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 .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #000
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .sec_tit::after {
        width: 100%
    }

    .footer__container {
        padding: 5rem
    }

    .hero__bg::after {
        background: rgba(0, 32, 57, .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, .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 + .7792207792vw, 2.25rem)
        }
    }

    @supports not (font-size:clamp(1.875rem, 1.6655844156rem + 0.7792207792vw, 2.25rem)) {
        .sec_tit {
            font-size: calc(1.875rem + .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, .9853896104rem + .5194805195vw, 1.375rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, 0.9853896104rem + 0.5194805195vw, 1.375rem)) {
        .hero__info {
            font-size: calc(1.125rem + .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%, .8)
    }
}
.nine{
    display: flex;
    align-items: center;
    justify-content: center;
}
.thxw {
height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thx h1 {
    font-size: 34px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    
}

.thx a {
    font-size: 20px;
    padding: 8px 16px;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 16px;
}

.consent {
    border-radius: 15px;
      background: #323132;
      padding: 30px;
      display: flex;
      justify-content: space-between;
      column-gap: 30px;
      max-width: 1200px;
      width: 95%;
      position: fixed;
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);
      z-index: 50;
      
  }
  
  .consent__buttons {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    align-items: center;
    width: 100%;
  }
  
  .close {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: fit-content;
    text-decoration: none;
  }

  @media (max-width:810px) {
    .consent {
        flex-direction: column;
        row-gap: 30px; 
    }
  }