@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proxima-nova-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tosh A';
    src: url('../fonts/tosh-a-light1.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tosh A';
    src: url('../fonts/tosh-a-regular1\ \(1\).woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tosh A';
    src: url('../fonts/tosh-a-medium1.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tosh A';
    src: url('../fonts/tosh-a-bold1.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tosh A';
    src: url('../fonts/tosh-a-black1.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
  --font-family: "Proxima Nova Wide", sans-serif;
  --second-family: "KZ Circe", sans-serif;
  --third-family: "Tosh A", sans-serif;
  --font3: "Onest", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

img {
    display: block;
    max-width: 100%;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    box-shadow: 0 0 0px 1000px transparent inset;

    transition: background-color 9999s ease-in-out 0s;
}

.container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.hero__wrapper {
    width: 100%;
    max-height: 1150px;
    height: 100vh;
}

.hero__bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hero__bg--video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero__bg--overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 45px 0;
    transition:
        padding .35s ease,
        background .35s ease,
        backdrop-filter .35s ease;
}

.header.header_fixed {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
}

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

.navbar__logo {
    width: 104px;
    height: 45px;
}

.navbar__logo--icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar__list {
    display: flex;
    align-items: center;
    gap: 42px;
}

.navbar__list--link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    transition: color 0.25s ease-in;
}

.navbar__list--link:hover {
    color: #ee4457;
}

.navbar__contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar__contact span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    transition: color 0.25s ease-in;
}

.navbar__contact:hover span {
    color: #ee4457;
}

.navbar__contact--img {
    position: relative;
    width: 24px;
    height: 24px;
}

.navbar__contact--icon,
.navbar__contact--icon-red {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    object-fit: contain;

    transition:
        opacity 0.25s ease-in,
        transform 0.25s ease-in;
}

.navbar__contact--icon-red {
    opacity: 0;
}

.navbar__contact:hover .navbar__contact--icon {
    opacity: 0;
}

.navbar__contact:hover .navbar__contact--icon-red {
    opacity: 1;
}

.hero {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    gap: 40px;
    padding: 120px 0 80px;
}

.hero__content--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.hero__content--title {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 123%;
    color: #fff;
}

.hero__content--desc {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 23px;
    line-height: 135%;
    color: #fff;
}

.hero__content--tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 550px;
}

.hero__content--tag {
    display: flex;
    align-items: center;
    gap: 17px;
    backdrop-filter: blur(14px);
    background: rgba(77, 77, 77, 0.48);
    padding: 13px 26px;
    border-radius: 320px;
}

.hero__content--tag-img {
    width: 19px;
    height: 25px;
}

.hero__content--tag-icon {
    width: 100%;
    height: 100%;
}

.hero__content--tag-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
}

.hero__social {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    z-index: 100;
}

.hero__social--text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 167%;
    color: #fff;
    writing-mode: vertical-rl;
    position: relative;
    padding-top: 15px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero__social.scrolled .hero__social--text {
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
}

.hero__social--text::after {
    content: '';

    position: absolute;
    bottom: -70%;
    left: -14px;

    width: 1px;
    height: 100%;

    background: rgba(255, 255, 255, 0.2);
}

.hero__social--list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero__social--link {
    width: 50px;
    height: 50px;
}

.hero__social--link:hover .hero__social--img {
    transform: scale(1.1);
}

.hero__social--img {
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease-in;
}

.advantages {
    padding: 100px 0 70px;
}

.advantages__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 105px;
}

.advantages__left {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.advantages__text {
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.advantages__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 86px;
    line-height: 69%;
    color: #151515;
}

.advantages__desc {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 25px;
    line-height: 130%;
    color: #555;
}

.advantages__right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.advantages__card {
    display: flex;
    align-items: start;
    gap: 40px;
}

.advantages__card--img {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.advantages__card--icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantages__card--text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.advantages__card--title {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 142%;
    text-transform: uppercase;
    color: #151515;
}

.advantages__card--desc {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 124%;
    color: #555;
}

.advantages__black {
    padding: 40px 35px 30px;
    position: relative;
    background: #000;
}

.advantages__black--img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.advantages__black--text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.advantages__black--title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 132%;
    text-transform: uppercase;
    color: #fff;
}

.advantages__black--title b {
    font-weight: 700;
}

.advantages__black--desc {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    color: #b1b1b1;
}

.services {
    padding: 120px 0 200px;
    background: #000;
}

.service__title {
    font-family: var(--third-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 123%;
    text-align: center;
    color: #fff;
    margin-bottom: 43px;
}

.service__title b {
    font-weight: 900;
}

.service__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 30px;
}

.service__card-aos {
    height: 100%;
}

.service__card {
    height: 100%;
    overflow: hidden;
    display: block;
    border: 1px solid #3a3a3a;
    background: rgba(0, 0, 0, 0.8);
    padding: 75px 30px 34px;
    position: relative;
}

.services__card-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.services__card-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.service__card:hover .services__card-bg {
    transform: scale(1.08);
}

.service__card--num {
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 34px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 27px;
    line-height: 107%;
    text-align: right;
    color: #a5a5a5;
}

.service__card--content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.service__card--text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service__card--title {
    min-height: 58px;
    display: flex;
    align-items: flex-end;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 132%;
    text-transform: uppercase;
    color: #fff;
}

.service__card--desc {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
    color: #c1c1c1;
}

.portfolio {
    background: #3a3a3a;
    padding: 80px 0 90px;
    position: relative;
}

.bg-blur {
    position: absolute;
    top: -75%;
    left: 0;
    pointer-events: none;
}

.portfolio__grid {
    display: grid;
    grid-template-columns: 1fr 645px;
    align-items: center;
    gap: 40px;
}

.portfolio__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 55px;
    position: relative;
}

.portfolio__text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.portfolio__title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: var(--third-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 123%;
    color: #fff;
}

.portfolio__title span {
    font-family: var(--third-family);
    font-weight: 900;
    font-size: 64px;
    line-height: 92%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #fff;
}

.portfolio__desc {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 31px;
    line-height: 148%;
    color: #fff;
}

.portfolio__btn {
    display: block;
    background: #fff;
    padding: 15px 55px;
    color: #ee4457;
    transition: all 0.25s ease-in;
}

.portfolio__btn span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 17px;
    line-height: 141%;
    text-align: center;
}

.portfolio__btn:hover {
    background: #ee4457;
    color: #fff;
}

.portfolio__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    column-gap: 45px;
    row-gap: 50px;
    transform: translateY(-190px);
    margin-bottom: -390px;
}

.portfolio__card-aos {
    height: 100%;
}

.portfolio__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 25px;
    overflow: hidden;
}

.portfolio__card--img {
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.portfolio__card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in;
}

.portfolio__card:hover .portfolio__card--img img {
    transform: scale(1.06);
}

.portfolio__card--title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 123%;
    color: #fff;
    transition: color 0.25s ease-in;
}

.portfolio__card:hover .portfolio__card--title {
    color: #ee4457;
}

.why-us {
    padding: 190px 0 100px;
    background: #000;
}

.why-us__title {
    font-family: var(--third-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 123%;
    color: #fff;
    margin-bottom: 50px;
}

.why-us__title span {
    font-weight: 900;
}

.why-us__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 30px;
}

.why-us__card-aos {
    height: 100%;
}

.why-us__card {
    position: relative;
    border: 1px solid #3f3f3f;
    padding: 75px 30px 34px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 25px;
    transition: border 0.25s ease-in;
    cursor: pointer;
}

.why-us__card:hover {
    border: 1px solid #ee4457;
}

.why-us__card--num {
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 34px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 27px;
    line-height: 107%;
    text-align: right;
    color: #a5a5a5;
}

.why-us__card--text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-us__card--title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 132%;
    text-transform: uppercase;
    color: #fff;
    transition: color 0.25s ease-in;
}

.why-us__card:hover .why-us__card--title {
    color: #ee4457;
}

.why-us__card--desc {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
    color: #c1c1c1;
}

.request__bg {
    position: relative;
    padding: 154px 0;

    background-size: cover;
    background-position: center;
}

.request__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.request__content {
    position: relative;
    z-index: 2;

    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.request__title {
    margin-bottom: 35px;

    font-family: var(--third-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 123%;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}

.request__title span {
    display: block;
    font-weight: 900;
}

.request__desc {
    margin-bottom: 40px;

    font-family: var(--second-family);
    font-weight: 300;
    font-size: 27px;
    line-height: 115%;
    text-align: center;
    color: #fff;
}

.request__fields {
    display: grid;
    grid-template-columns: 55fr 45fr;
    gap: 20px;
    margin-bottom: 20px;
}

.request__input {
    width: 100%;
    height: 60px;
    border: none;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.3);
    outline: none;
    padding: 0 17px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.request__input::placeholder {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.request__bottom {
    display: flex;
    align-items: center;
    gap: 35px;
    text-align: left;
}

.request__btn {
    position: relative;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
}

.request__btn video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 1;
}

.request__btn span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 124%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.request__note {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 17px;
    line-height: 124%;
    color: #fff;
}

.about {
    padding: 100px 0 100px;
    background: #000;
}

.about__content {
    display: grid;
    grid-template-columns: 40fr 50fr;
    align-items: center;
    gap: 140px;
}

.about__left {
    width: 100%;
    height: 620px;
    overflow: hidden;
}

.about__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.about__title {
    font-family: var(--third-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 123%;
    color: #fff;
}

.about__title span {
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: lowercase;
}

.about__text {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.about__text p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 21px;
    line-height: 148%;
    color: #fff;
}

.about__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px 59px;
}

.about__btn video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about__btn span {
    z-index: 2;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 17px;
    line-height: 141%;
    text-align: center;
    color: #fff;
}


.process {
    background: #000;
    padding-bottom: 80px;
}

.process__title {
    margin-bottom: 90px;

    font-family: var(--third-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 123%;
    text-align: center;
    color: #fff;
}

.process__title span {
    font-weight: 900;
}

.process__list {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 40px;
    align-items: start;
}

.process__col {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.process__item {
    position: relative;
}

.process__col_left .process__item {
    text-align: right;
    padding-right: 60px;
}

.process__col_right .process__item {
    top: 75px;
    padding-left: 60px;
}

.process__num {
    position: absolute;
    top: 0;

    width: 44px;
    height: 44px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    background: #2e2e2e;

    transition: 0.3s ease;
}

.process__col_left .process__num {
    right: -22px;
}

.process__col_right .process__num {
    left: -22px;
}

.process__num-text {
    font-family: var(--font3);
    font-weight: 500;
    font-size: 26px;
    color: #fff;

    transition: 0.3s ease;
}

.process__num-icon {
    position: absolute;

    opacity: 0;
    transform: scale(0.6);

    transition: 0.3s ease;
}

.process__item h3 {
    margin-bottom: 20px;

    font-family: var(--second-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: #fff;
}

.process__item p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #c1c1c1;
}

.process__center {
    position: relative;

    width: 1px;
    margin: 0 auto;

    background: rgba(255, 255, 255, 0.25);
}

.process__connector {
    position: absolute;

    width: 42px;
    height: 1px;

    background: rgba(255, 255, 255, 0.3);
}

.process__connector_left {
    right: 0;
}

.process__connector_right {
    left: 0;
}

.process__item.active .process__num-text {
    opacity: 0;
    transform: scale(0.6);
}

.process__item.active .process__num-icon {
    opacity: 1;
    transform: scale(1);
}

.process__item.active h3 {
    text-transform: uppercase;
}

.team {
    padding: 100px 0;
    background: #000;
}

.team__title {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 48px;
    line-height: 123%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.team__slider {
    overflow: hidden;
}

.team__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    align-items: center;
}

.team__card--img {
    position: relative;

    width: 100%;
    height: 430px;

    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.team__card--img img {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;

    object-fit: contain;

    filter: grayscale(1);

    transition: 0.4s ease;
}

.team__card:hover .team__card--img img {
    filter: grayscale(0);
}

.team__card--info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team__name {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 96%;
    text-align: center;
    color: #fff;
}

.team__pos {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 169%;
    text-align: center;
    color: #b5b5b5;
}

.team__slider .swiper-pagination {
    position: static;
    margin-top: 55px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.team__slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;

    margin: 0 !important;

    opacity: 1;
    background: #939393;

    transition: 0.25s ease;
}

.team__slider .swiper-pagination-bullet-active {
    background: #ee4457;
}

.partners {
    padding-bottom: 100px;
    background: #000;
}

.partners__title {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 48px;
    line-height: 123%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.partners__slider {
    overflow: hidden;
}

.partners__card {
    height: 95px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0f0f0f;
    padding: 20px 22px;
}

.partners__card--img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.65;
    transition: 0.3s ease;
}

.partners__card:hover .partners__card--img img {
    filter: grayscale(0);
    opacity: 1;
}

.partners__slider .swiper-pagination {
    display: none;
}

@media (min-width: 1200px) {
    .partners__slider .swiper-pagination {
        position: static;
        margin-top: 45px;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .partners__slider .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 !important;

        opacity: 1;
        background: #939393;
    }

    .partners__slider .swiper-pagination-bullet-active {
        background: #ee4457;
    }
}

.request_secondary .request__content {
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.request_secondary .request__form {
    max-width: 720px;
    width: 100%;
}

.request_secondary .request__title {
    font-family: var(--third-family);
    font-weight: 300;
    font-size: 48px;
    line-height: 123%;
    text-align: center;
    color: #fff;
}

.request_secondary .request__title span {
    font-weight: 900;
    letter-spacing: 0.1em;
}

.request_secondary .request__desc {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 27px;
    line-height: 115%;
    text-align: center;
    color: #fff;
}

.request_secondary .cycle {
    margin-top: 70px;
}

.cycle__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cycle__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    text-align: center;
}

.cycle__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.3);
}

.cycle__name {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.cycle__line {
    flex: 1;
    height: 1px;
    margin-top: -35px;

    background: rgba(255, 255, 255, 0.25);
}

.blog {
    padding: 100px 0;
}

.blog__card-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 136%;
    color: #151515;
    margin-bottom: 15px;
}

.blog__card-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog__card-text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #777;
}

.blog__card-link {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ee4457;
    margin-top: 20px;
}

.block__hidden {
    display: none;
}

.block__hidden.active {
    display: block;
}

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

.block__content h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 236%;
    color: #151515;
}

.block__content p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #777;
    padding-bottom: 10px;
}

.block__content ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: decimal;
    list-style-position: outside;
    padding-left: 28px;
}

.block__content ol li::marker {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #777;
}

.block__content ol li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #777;
}

.block__content ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 0 10px 10px;
    list-style: disc;
    list-style-position: outside;
    padding-left: 28px;
}

.block__content ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #777;
}

.footer {
    padding: 25px 0 22px;
    background: #000;
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}

.footer__top--title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 21px;
    color: #fff;
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__social--link {
    display: block;
    width: 50px;
    height: 50px;
}

.footer__social--icon {
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease-in;
}

.footer__social--link:hover .footer__social--icon {
    transform: scale(1.1);
}

.footer__middle {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 44px 0;
}

.footer__nav {
    display: flex;
    align-items: start;
    gap: 75px;
}

.footer__nav--item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.footer__nav--title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}

.footer__nav--list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer__nav--link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 101%;
    color: #a7a7a7;
    transition: color 0.25s ease-in;
}

.footer__nav--link:hover {
    color: #fff;
}

.to-top {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    transition: transform 0.25s ease-in, background 0.25s ease-in;
}

.to-top:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.55);
}

.footer__copy {
    padding-top: 22px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.footer__copy a {
    font-weight: 600;
    color: #fff;
}

.footer__line {
    background: #333;
    position: relative;

    width: 100vw;
    height: 1px;

    left: 50%;
    transform: translateX(-50%);
}

.burger {
    width: 32px;
    height: 32px;

    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 8px;

    position: relative;
    z-index: 120;
}

.burger span {
    width: 100%;
    height: 2px;

    background: #fff;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100dvh;

    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(14px);

    z-index: 110;
    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu__content {
    width: 100%;
    height: 100%;

    padding: 140px 20px 40px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.mobile-menu__link {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 28px;
    color: #fff;
}

.mobile-menu__phone {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

body.menu-open {
    overflow: hidden;
}

.navbar__item_dropdown {
    position: relative;
}

.navbar__list--link_dropdown {
    display: flex;
    align-items: center;
    gap: .417vw;
}

.navbar__arrow {
    transition: transform .3s ease;
}

.navbar__item_dropdown:hover .navbar__arrow {
    transform: rotate(180deg);
}

.navbar__dropdown {
    position: absolute;
    top: calc(100% + 1.042vw);
    left: 0;

    min-width: 16.667vw;

    padding: 1.25vw;

    border-radius: 12px;

    background: rgba(15,15,15,.96);
    backdrop-filter: blur(1.042vw);

    display: flex;
    flex-direction: column;
    gap: .833vw;

    opacity: 0;
    visibility: hidden;

    transform: translateY(.521vw);

    transition: .3s ease;

    z-index: 100;
}

.navbar__dropdown::before {
    content: '';

    position: absolute;
    left: 0;
    bottom: 100%;

    width: 100%;
    height: 1vw;
}

.navbar__item_dropdown:hover .navbar__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar__dropdown--link {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    transition: color 0.25s ease-in;
}

.navbar__dropdown--link:hover {
    color: #ee4457;
}

.mobile-menu__item_dropdown {
    display: flex;
    flex-direction: column;
}

.mobile-menu__dropdown-btn {

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: transparent;
    border: none;
    padding: 0;

    color: #fff;
    text-align: left;

    cursor: pointer;
}

.mobile-menu__dropdown-btn span {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.mobile-menu__dropdown-arrow {
    transition: transform .3s ease;
}

.mobile-menu__item_dropdown.active .mobile-menu__dropdown-arrow {
    transform: rotate(180deg);
}

.mobile-menu__dropdown-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.077vw;

    max-height: 0;
    overflow: hidden;

    opacity: 0;

    transition:
        max-height .4s ease,
        opacity .3s ease,
        margin-top .3s ease;

    margin-top: 0;
    padding-left: 3.077vw;
}

.mobile-menu__item_dropdown.active .mobile-menu__dropdown-list {
    max-height: 100vw;
    opacity: 1;
    margin-top: 4.103vw;
}

.mobile-menu__dropdown-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: #151515;
    color: #fff;
    padding: 16px 24px;
    border-radius: 14px;

    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .3s ease;
    z-index: 999;
}

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

.mobile-menu__dropdown-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 1200px) {

    .navbar__list {
        gap: 24px;
    }

    .navbar__list--link,
    .navbar__contact span {
        font-size: 16px;
    }

    .hero__content--title {
        font-size: 48px;
    }

    .hero__content--desc {
        font-size: 20px;
    }

    .service__grid,
    .why-us__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio__grid {
        grid-template-columns: 1fr 560px;
        gap: 30px;
    }

    .portfolio__title {
        font-size: 42px;
    }

    .portfolio__title span {
        font-size: 56px;
    }

    .portfolio__desc {
        font-size: 26px;
    }

    .about__content {
        gap: 70px;
    }

}


@media (max-width: 992px) {

    .burger {
        display: flex;
    }

    .navbar__list,
    .navbar__contact {
        display: none;
    }

    .hero__content {
        padding: 190px 0 90px;
    }

    .hero__content--title {
        font-size: 42px;
    }

    .hero__content--desc {
        font-size: 18px;
    }

    .advantages__grid,
    .portfolio__grid,
    .about__content {
        grid-template-columns: 1fr;
    }
    .portfolio {
        margin-bottom: 120px;
    }

    .portfolio__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .portfolio__list {
        transform: none;
        margin-bottom: 0;
    }

    .portfolio__title {
        font-size: 40px;
    }

    .portfolio__title span {
        font-size: 52px;
    }

    .portfolio__desc {
        font-size: 24px;
    }

    .service__grid,
    .why-us__grid {
        grid-template-columns: 1fr 1fr;
    }

    .about__left {
        height: 500px;
    }

    .process__list {
        grid-template-columns: 1fr 60px 1fr;
        gap: 25px;
    }

    .process__col_left .process__item {
        padding-right: 45px;
    }

    .process__col_right .process__item {
        padding-left: 45px;
    }

    .process__item h3 {
        font-size: 21px;
    }

    .process__item p {
        font-size: 16px;
    }

    .footer__top {
        align-items: center;
        gap: 25px;
    }

    .footer__middle {
        display: none;
        flex-direction: column;
        gap: 40px;
    }

    .footer__nav {
        flex-wrap: wrap;
        gap: 35px;
    }

}


@media (max-width: 768px) {

    .hero__content--title {
        font-size: 36px;
    }

    .hero__content--desc {
        font-size: 17px;
    }

    .advantages__title,
    .service__title,
    .why-us__title,
    .team__title,
    .partners__title,
    .process__title {
        font-size: 36px;
    }

    .services, .why-us, .about, .team, .blog {
        padding: 60px 0;
    }

    .portfolio__title {
        font-size: 36px;
    }

    .portfolio__title span {
        font-size: 48px;
    }

    .portfolio__desc {
        font-size: 22px;
    }

    .portfolio {
        margin-bottom: 0;
    }

    .request__fields {
        grid-template-columns: 1fr 1fr;
    }

    .about__left {
        height: 400px;
    }

    .team__card--img {
        height: 350px;
    }
    .bg-blur {
        display: none;
    }

}

@media (max-width: 576px) {

    .burger {
        display: flex;
    }

}

@media (max-width: 576px) {

    .container {
        padding: 0 15px;
    }

    .header {
        padding: 20px 0;
    }

    .header.header_fixed {
        padding: 15px 0;
    }

    .navbar__list,
    .navbar__contact {
        display: none;
    }

    .navbar__logo {
        width: 90px;
        height: auto;
    }

    .hero__wrapper {
        height: auto;
    }

    .hero__content {
        padding: 170px 0 80px;
        gap: 25px;
    }

    .hero__content--text {
        gap: 18px;
    }

    .hero__content--title {
        font-size: 34px;
        line-height: 115%;
    }

    .hero__content--desc {
        font-size: 18px;
        line-height: 135%;
    }

    .hero__content--tags {
        gap: 8px;
    }

    .hero__content--tag {
        padding: 10px 16px;
        gap: 10px;
    }

    .hero__content--tag-desc {
        font-size: 14px;
    }

    .hero__social {
        right: 15px;
        bottom: 15px;
        gap: 12px;
    }

    .hero__social--text {
        display: none;
    }

    .hero__social--link {
        width: 50px;
        height: 50px;
    }

    .advantages {
        padding: 50px 0;
    }

    .advantages__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .advantages__left {
        gap: 35px;
    }

    .advantages__text {
        gap: 20px;
    }

    .advantages__title {
        font-size: 46px;
        line-height: 100%;
    }

    .advantages__desc {
        font-size: 18px;
    }

    .advantages__right {
        gap: 25px;
    }

    .advantages__card {
        gap: 20px;
    }

    .advantages__card--title {
        font-size: 18px;
    }

    .advantages__card--desc {
        font-size: 15px;
    }

    .advantages__black {
        padding: 25px 20px;
    }

    .advantages__black--title {
        font-size: 20px;
    }

    .advantages__black--desc {
        font-size: 15px;
    }

    .services {
        padding: 50px 0;
    }

    .service__title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .service__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service__card {
        padding: 65px 20px 25px;
    }

    .service__card--title {
        min-height: auto;
        font-size: 18px;
    }

    .service__card--desc {
        font-size: 15px;
    }

    .portfolio {
        padding: 50px 0;
    }

    .portfolio__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .portfolio__title {
        font-size: 34px;
    }

    .portfolio__title span {
        font-size: 42px;
    }

    .portfolio__desc {
        font-size: 20px;
    }

    .portfolio__list {
        transform: none;
        margin-bottom: 0;
        gap: 25px;
    }

    .portfolio__card--img {
        height: 220px;
    }
    

    .bg-blur {
        display: none;
    }

    .why-us {
        padding: 50px 0;
    }

    .why-us__title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .why-us__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-us__card {
        padding: 65px 20px 25px;
    }

    .why-us__card--title {
        font-size: 18px;
    }

    .request__bg {
        padding: 70px 0;
    }

    .request__title,
    .request_secondary .request__title {
        font-size: 30px;
    }

    .request__desc,
    .request_secondary .request__desc {
        font-size: 18px;
    }

    .request__fields {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .request__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .request__btn {
        width: 100%;
    }

    .request__btn span {
        font-size: 16px;
    }

    .request__note {
        font-size: 14px;
    }

    .cycle__list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 18px 14px;
        align-items: center;
    }

    .cycle__item {
        gap: 10px;
    }

    .cycle__icon {
        width: 42px;
        height: 42px;
    }

    .cycle__name {
        font-size: 12px;
        line-height: 120%;
    }

    .cycle__line {
        width: 8px;
        height: 12px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cycle__line img,
    .cycle__line svg {
        width: 100%;
        height: 100%;

        opacity: .55;
    }

    .about {
        padding: 50px 0;
    }

    .about__content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about__left {
        height: 350px;
    }

    .about__title {
        font-size: 34px;
    }

    .about__text p {
        font-size: 17px;
    }

    .process {
        padding-bottom: 50px;
    }

    .process__title {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .process__list {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .process__col_left,
    .process__col_right {
        display: contents;
    }

    .process__item:nth-child(1) { order: 1; }
    .process__item:nth-child(2) { order: 3; }
    .process__item:nth-child(3) { order: 5; }
    .process__item:nth-child(4) { order: 7; }

    .process__col_right .process__item:nth-child(1) { order: 2; }
    .process__col_right .process__item:nth-child(2) { order: 4; }
    .process__col_right .process__item:nth-child(3) { order: 6; }
    .process__col_right .process__item:nth-child(4) { order: 8; }

    .process__center {
        display: none;
    }

    .process__col {
        gap: 30px;
    }

    .process__col_left .process__item,
    .process__col_right .process__item {
        text-align: left;
        padding-left: 60px;
        padding-right: 0;
        top: 0;
    }

    .process__col_left .process__num,
    .process__col_right .process__num {
        left: 0;
    }

    .process__item h3 {
        font-size: 20px;
    }

    .process__item p {
        font-size: 15px;
    }

    .team,
    .partners,
    .blog {
        padding: 50px 0;
    }

    .team__title,
    .partners__title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .team__card--img {
        height: 320px;
    }

    .team__name {
        font-size: 22px;
    }

    .blog__card-title,
    .block__content--title {
        font-size: 22px;
        line-height: 140%;
    }

    .blog__card-text p,
    .block__content--desc p,
    .block__content--list li p,
    .block__content--list-bottom li {
        font-size: 15px;
    }

    .footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer__middle {
        display: none;
    }

    .footer__nav {
        flex-direction: column;
        gap: 35px;
    }

    .to-top {
        width: 60px;
        height: 60px;
    }

    .footer__copy {
        line-height: 150%;
    }

    .mobile-menu__content {
        padding: 120px 20px 35px;
    }

    .mobile-menu__link {
        font-size: 24px;
    }

    .mobile-menu__phone {
        font-size: 18px;
    }

}