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

@media (max-width:1024px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.main-page {
    overflow-x: hidden
}

.header {
    background: #191919;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}

.header .logo img {
    max-width: 135px;
}

body {
    padding-top: 80px;
}

@media (max-width:1024px) {
    body {
        padding-top: 70px;
    }

    .header {
        padding: 15px 0
    }
}

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

@media (max-width:1024px) {
    .header a.logo img {
        max-width: 100px
    }
}

.header ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 50px
}

.header ul li a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none
}

.header ul li a:hover {
    text-decoration: underline
}

@media (max-width:1024px) {
    .header ul {
        display: none
    }
}

.header .button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 30px;
    background: #ff3f01;
    text-decoration: none;
    padding-bottom: 13px;
}

@media (max-width:1024px) {
    .header .button {
        font-size: 16px;
        padding: 8px 16px;
        padding-bottom: 6px !important;
    }

    .header .button svg {
        width: 16px;
        margin-top: -3px
    }
}

.header__controls {
    display: flex;
    align-items: center;
    gap: 20px
}

.page-banner {
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
    position: relative
}

.page-banner::after {
    content: "";
    width: 470px;
    height: 470px;
    border-radius: 473px;
    background: rgba(255, 63, 1, .15);
    filter: blur(100px);
    display: block;
    position: absolute;
    right: 0;
    bottom: -160px
}

@media (max-width:1024px) {
    .page-banner::after {
        width: 280px;
        height: 280px
    }
}

@media (max-width:1024px) {
    .page-banner::after {
        width: 120px;
        height: 120px;
        bottom: -50px
    }
}

.page-banner__inner {
    min-height: 450px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding-bottom: 40px;
}

.page-banner__inner h1 {
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.4px;
    margin: 0;
    text-align: center
}

@media (max-width:767px) {
    .page-banner__inner h1 {
        font-size: 32px
    }
}

.page-banner__inner p {
    color: #d4d6d7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:767px) {
    .page-banner__inner p {
        font-size: 16px
    }
}

.services {
    padding: 160px 0
}

@media (max-width:767px) {
    .services {
        padding: 80px 0
    }
}

.services__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px
}

.services__item {
    padding: 20px 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1137254902);
    border-bottom: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    position: relative;
    z-index: 5;
    position: relative;
    text-decoration: none;
}

.services__item img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.services__item::before {
    content: "";
    width: calc(100% + 2px);
    height: 59px;
    z-index: 5;
    background: linear-gradient(0deg, #090909 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -7px;
    left: -1px
}

.services__item h3 {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.2px;
    padding-top: 10px
}

@media (max-width:767px) {
    .services__item h3 {
        font-size: 20px
    }
}

.services__item p {
    color: #d4d6d7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    position: relative;
    z-index: 5
}

.footer {
    padding: 100px 0;
    background: #191919;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .footer {
        padding: 60px 0;
        padding-bottom: 20px
    }
}

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

@media (max-width:767px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 24px
    }
}

.footer__bottom-wrapper {
    border-top: 1px solid rgba(255, 255, 255, .22);
    padding-top: 20px;
    margin-top: 32px
}

.footer__bottom .socials {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 360px;
}

@media(max-width: 1200px) {
    .footer__bottom .socials {
        min-width: 0;
    }

}

.footer__bottom .socials a {
    text-decoration: none
}

.footer p {
    margin: 0;
    padding: 0
}

.footer a {
    text-decoration: none !important
}

.footer .logo img {
    width: 160px
}

.footer__inner {
    display: grid;
    grid-template-columns: 280px 1fr 1fr;
    gap: 120px
}

@media (max-width:1024px) {
    .footer__inner {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .footer__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

.footer__inner .footer__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width:1024px) {
    .footer__inner .footer__col:nth-child(1) {
        grid-column: span 2
    }
}

@media (max-width:767px) {
    .footer__inner .footer__col:nth-child(1) {
        grid-column: span 1
    }
}

.footer__inner .footer-text {
    color: #d4d6d7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-top: 20px
}

@media (max-width:767px) {
    .footer__inner .footer-text {
        font-size: 16px;
        padding-top: 15px
    }
}

.footer__inner .footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.footer__inner .footer-menu a {
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block
}

.footer__inner .footer__contact {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px
}

.footer__inner .footer__contact span {
    color: rgba(255, 255, 255, .85);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    text-decoration: none
}

.footer__inner .footer__else-contact {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 20px;
    align-items: center
}

.footer__inner .footer__else-contact b {
    display: block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.footer__inner .footer__else-contact span {
    color: #d4d6d7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.footer__inner .footer__title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 32px
}

@media (max-width:767px) {
    .footer__inner .footer__title {
        font-size: 20px
    }
}

.cases {
    padding: 140px 0
}

@media (max-width:1024px) {
    .cases {
        padding: 100px 0
    }
}

@media (max-width:767px) {
    .cases {
        padding: 50px 0
    }
}

.cases__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px
}

@media (max-width:480px) {
    .cases__inner {
        grid-template-columns: 1fr
    }
}

.cases__item {
    padding: 13px;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .12)
}

.cases__item-img {
    background: #000;
    padding: 20px
}

.cases__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 385px;
    aspect-ratio: 1/1
}

.cases__item-title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding-top: 20px;
    text-transform: capitalize
}

@media (max-width:767px) {
    .cases__item-title {
        font-size: 20px
    }
}

.reviews {
    padding: 140px 0;
    overflow: hidden;
}

@media (max-width:767px) {
    .reviews {
        padding-top: 50px;
        padding-bottom: 60px
    }
}

.reviews__title {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    text-transform: capitalize
}

@media (max-width:1024px) {
    .reviews__title {
        font-size: 48px;
        line-height: 1.4
    }
}

@media (max-width:767px) {
    .reviews__title {
        font-size: 32px
    }
}

.reviews__text {
    color: #d4d6d7;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 24px 0;
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px
}

@media (max-width:767px) {
    .reviews__text {
        font-size: 16px;
        padding-bottom: 24px
    }
}

.reviews__slider {
    max-width: 1600px;
    overflow: visible;
}

.reviews__slider-wrapper {
    position: relative;
}

.reviews__slider-wrapper::after,
.reviews__slider-wrapper::before {
    content: "";
    width: 230px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 5
}

@media (max-width:767px) {

    .reviews__slider-wrapper::after,
    .reviews__slider-wrapper::before {
        width: 100px
    }
}

.reviews__slider-wrapper::before {
    left: 0;
    background: linear-gradient(270deg, #090909 34.4%, rgba(9, 9, 9, 0) 96.91%);
    transform: rotate(180deg)
}

@media (max-width:1024px) {
    .reviews__slider-wrapper::before {
        display: none
    }
}

.reviews__slider-wrapper::after {
    right: -1px;
    background: linear-gradient(270deg, #090909 34.4%, rgba(9, 9, 9, 0) 96.91%)
}

@media (max-width:1024px) {
    .reviews__slider {
        padding-left: 16px;
        padding-right: 16px
    }
}

.reviews__slider .swiper-wrapper {
    align-items: stretch
}



.reviews__slider-item {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #191919;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width:767px) {
    .reviews__slider-item {
        padding: 20px 16px
    }
}

.reviews__slider-item .reviews__text {
    text-align: left;
    color: #d4d6d7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 0;
    margin-bottom: 24px
}

@media (max-width:767px) {
    .reviews__slider-item .reviews__text {
        font-size: 16px
    }
}

.reviews__slider-item .reviews-logo {
    margin-top: auto;
    margin-bottom: 15px
}

.blog {
    padding-top: 100px;
    padding-bottom: 150px
}

@media (max-width:767px) {
    .blog {
        padding-top: 50px;
        padding-bottom: 100px
    }
}

.blog__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px
}

@media (max-width:480px) {
    .blog__list {
        grid-template-columns: 1fr
    }
}

.blog__list-item {
    padding: 13px;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .12)
}

.blog__list-img {
    position: relative
}

.blog__list-img .date {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    border-radius: 20px 0;
    background: #ff3f01;
    padding: 13px
}

.blog__list-img img {
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 315px;
    margin-bottom: 20px
}

.blog__list-title {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 30px
}

.blog__list-cat {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase
}

.blog__list a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-transform: capitalize;
    padding-top: 10px;
    display: inline-block
}

.contact-page {
    padding: 150px 0
}

@media (max-width:1024px) {
    .contact-page {
        padding: 100px 0
    }
}

@media (max-width:767px) {
    .contact-page {
        padding-top: 50px
    }
}

.contact-page__title {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize
}

@media (max-width:1024px) {
    .contact-page__title {
        font-size: 48px;
        line-height: 1.4
    }
}

@media (max-width:767px) {
    .contact-page__title {
        font-size: 32px
    }
}

.contact-page__text {
    color: #d4d6d7;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding-top: 30px;
    padding-bottom: 50px
}

@media (max-width:767px) {
    .contact-page__text {
        font-size: 16px;
        padding-top: 24px;
        padding-bottom: 32px
    }
}

.contact-page__cities {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    justify-content: center;
}

@media (max-width:880px) {
    .contact-page__cities {
        grid-template-columns: 1fr
    }
}

.contact-page__cities-col {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .12)
}

.contact-page__cities-col .title {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.2px
}

@media (max-width:767px) {
    .contact-page__cities-col .title {
        font-size: 22px;
        line-height: 1.4
    }
}

.contact-page__cities-col ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px
}

.contact-page__cities-col ul li {
    display: flex;
    align-items: center;
    gap: 16px
}

.contact-page__cities-col ul li img {
    width: 40px
}

.contact-page__cities-col ul li span {
    color: #d4d6d7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px
}

.contact-form {
    padding-bottom: 100px
}

.contact-form__title {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
    padding: 24px
}

.contact-form__title+#form {
    margin-bottom: 24px;
}

@media (max-width:1024px) {
    .contact-form__title {
        font-size: 48px;
        line-height: 1.4
    }
}

@media (max-width:767px) {
    .contact-form__title {
        font-size: 32px;
        margin-bottom: 16px
    }

    .contact-form__title+#form {
        padding: 16px;
    }
}

.contact-form .button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    border-radius: 30px;
    background: #ff3f01;
    text-decoration: none;
    cursor: pointer;
    margin-top: 32px;
    outline: 0;
    border: none
}

@media (max-width:1024px) {
    .contact-form .button {
        font-size: 16px;
        padding: 8px 16px;
        margin-top: 16px;
        width: 100%;
        justify-content: center
    }

    .contact-form .button svg {
        width: 16px;
        margin-top: -3px
    }
}

.input-row {
    display: flex;
    width: 100%;
    gap: 25px
}

@media (max-width:767px) {
    .input-row {
        flex-direction: column;
        gap: 0
    }
}

.input-wrapper {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.input-wrapper label {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 8px
}



@media (max-width:767px) {
    .input-wrapper label {
        font-size: 16px
    }
}

.input-wrapper textarea {
    height: 100px;
    resize: none;
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    padding: 24px 30px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	
    /*text-transform: capitalize*/
}


@media (max-width:767px) {

    .input-wrapper input,
    .input-wrapper textarea {
        font-size: 16px;
        padding: 20px
    }
}

.input-wrapper input::-moz-placeholder,
.input-wrapper textarea::-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: capitalize*/
}

.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   /* text-transform: capitalize*/
}

@media (max-width:767px) {

    .input-wrapper input::-moz-placeholder,
    .input-wrapper textarea::-moz-placeholder {
        font-size: 16px
    }

    .input-wrapper input::placeholder,
    .input-wrapper textarea::placeholder {
        font-size: 16px
    }
}

.button--primary {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    padding: 16px 28px;
    border-radius: 15px;
    background: #ff3f01;
    text-decoration: none;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    transition: .2s linear
}

.button--primary:hover {
    background: #d33500
}

.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
    overflow: hidden
}

.hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.hero__text {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    max-width: 668px;
    margin-bottom: 26px
}

.hero__back-text {
    color: #737373;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:1024px) {
    .hero__back-text {
        position: static;
        margin-bottom: 24px
    }
}

.hero .learn-more {
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    justify-content: center;
    margin-left: auto;
    margin-right: 350px;
    margin-top: 50px;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .hero .learn-more {
        display: none
    }
}

.hero .logo {
    width: 60vw;
    max-width: 1100px
}

@media (max-width:1024px) {
    .hero .logo {
        display: none
    }
}

.hero__image {
    position: absolute;
    right: 0;
    top: clamp(100px, 30vw, 300px);
    width: clamp(200px, 20vw, 320px)
}

@media (max-width:1024px) {
    .hero__image {
        right: 0;
        top: 0;
        z-index: 1;
        width: clamp(60px, 18vw, 320px)
    }
}

/* ==== Running line (marquee) ==== */
.hero .running-line {
    padding-top: 80px;
}

/* @media (max-width:1024px) {
    .hero .running-line {
        margin-left: -40px;
    }
} */

/* Полосы */
.hero .running-line .rl-stripe {
    position: relative;
    width: 110vw;
    margin-left: -10px;
    padding: 4px 20px;
    transform-origin: left center;
    z-index: 1;
}

.hero .running-line .rl-stripe--red {
    background: #ff3f01;
    color: #fff;
    transform: rotate(5deg);
    z-index: 2;
}

.hero .running-line .rl-stripe--white {
    background: #fff;
    color: #1b1c1e;
    transform: rotate(-2deg);
    margin-top: 0px;
}

.rl-marquee {
    overflow: hidden;
    --rl-gap: 32px;
    --rl-duration: 40s;
}

.rl-marquee .rl-track {
    display: flex;
    width: max-content;
    animation: rl-scroll 40s linear infinite;
    will-change: transform;
}

.rl-marquee--reverse .rl-track {
    animation-direction: reverse;
}

.rl-group {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--rl-gap);
    white-space: nowrap;
    padding: 16px 0px;
}


.rl-item {
    display: inline-flex;
    align-items: center;
    gap: var(--rl-gap);
    padding: 0 16px;
}


.rl-stripe--white img {
    filter: invert(1);
}

.rl-text {
    color: currentColor;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    white-space: nowrap;
}

.rl-img {
    width: 250px;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width:1024px) {
    .rl-text {
        font-size: 32px;
    }

    .rl-img {
        width: 180px;
    }

    .rl-group {
        padding: 8px 0px;
    }
}

/* Ключевые кадры: смещаем на половину, т.к. у нас две одинаковые группы */
@keyframes rl-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.section-title {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
   /* text-transform: capitalize*/
}

@media (max-width:1024px) {
    .section-title {
        font-size: 48px;
        line-height: 1.4
    }
}

@media (max-width:767px) {
    .section-title {
        font-size: 32px
    }
}

.text-lg {
    color: rgba(255, 255, 255, .8);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px
}

@media (max-width:1024px) {
    .text-lg {
        font-size: 18px
    }
}

.text {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* text-transform: capitalize */
}

@media (max-width:767px) {
    .text {
        font-size: 16px
    }
}

.text-sm {
    color: #d4d6d7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px
}

@media (max-width:767px) {
    .text-sm {
        font-size: 14px
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.main-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.quality {
    padding: 120px 0
}

@media (max-width:1024px) {
    .quality {
        padding: 40px 0;
        padding-bottom: 80px
    }
}

.quality .container {
    max-width: 1000px
}

.quality__inner .text-lg {
    max-width: 812px;
    margin-bottom: 42px
}

.quality__inner .section-title {
    padding-left: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media (max-width:1024px) {
    .quality__inner .section-title {
        gap: 8px;
        padding-left: 0
    }
}

.quality__inner .section-title span:nth-child(2) {
    display: inline-block;
    padding-left: 128px
}

@media (max-width:1024px) {
    .quality__inner .section-title span:nth-child(2) {
        padding: 0
    }
}

.quality__content {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 48px;
    align-items: center
}

@media (max-width:767px) {
    .quality__content {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px
    }
}

.quality__content img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:767px) {
    .quality__content-info {
        width: 100%
    }
}

.quality__content-numbers-item {
    padding-bottom: 24px;
    margin-bottom: 60px;
    border-bottom: 3px solid rgba(255, 255, 255, .1);
    position: relative
}


.quality__content-numbers-item:first-child .counter {
    min-width: 61px;
    display: inline-block;
}

.quality__content-numbers-item:last-child .counter {
    min-width: 86px;
    display: inline-block;
}


.quality__content-numbers-item::before {
    content: "";
    display: block;
    height: 3px;
    width: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff3f01;
    transition: 2s linear;
}

.aos-animate>.quality__content-numbers-item::before {
    width: 100%;
}

.quality__content-numbers-item .text {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    display: flex;
    align-items: center;
    gap: 16px
}

.quality__content-numbers-item .text span:not(.counter) {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.services-slider {
    padding-bottom: 130px
}

@media (max-width:767px) {
    .services-slider {
        padding-bottom: 80px
    }
}

.services-slider .section-title {
    text-align: center;
    margin-bottom: 20px
}

.services-slider .text {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 45px
}

.services-slider__nav {
    padding-top: 65px;
    display: flex;
    align-items: center;
    gap: 18px
}

@media (max-width:767px) {
    .services-slider__nav {
        justify-content: center
    }
}

.services-slider__nav circle {
    transition: .2s linear
}

.services-slider__nav a:hover svg circle {
    fill: #ff3f01;
    stroke: #ff3f01
}

.expertise__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

@media (max-width:1024px) {
    .expertise__header {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.expertise__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 24px 0
}

@media (max-width:1024px) {
    .expertise__content {
        grid-template-columns: 1fr
    }
}

.expertise__content-inner {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: -moz-max-content;
    height: max-content;
    margin-top: 70px;
    position: relative
}

.expertise__content-inner::before {
    content: "";
    height: 1px;
    width: 150px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.expertise__content-inner::after {
    content: "";
    height: 1px;
    width: 150px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.expertise__content img {
    width: 100%;
    height: auto
}

.expertise__content-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.expertise__content-item .title {
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 10px
}

@media (max-width:1024px) {
    .expertise__content-item .title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .expertise__content-item .title {
        font-size: 28px
    }
}

.running-line-wrapper {
    position: relative
}

.running-line-wrapper::before {
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(../img/running-line-ball.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -120px
}

.text-center {
    text-align: center
}

.running-line-24 {
    margin-top: 50px;
    padding: 25px 0;
    background: #ff3f01;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .running-line-24 {
        margin-top: 80px
    }
}

@media (max-width:767px) {
    .running-line-24 {
        padding: 16px 0
    }
}

.running-line-24 .running-line__row {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 55px;
    padding-right: 55px;
    animation: scroll-right 25s linear infinite
}

@media (max-width:767px) {
    .running-line-24 .running-line__row {
        font-size: 20px
    }
}

.team {
    padding-bottom: 120px
}

.team-slider__nav {
    display: flex;
    align-items: center;
    gap: 16px
}

@media (max-width:767px) {
    .team-slider__nav {
        justify-content: center
    }
}

.team-slider__nav a {
    text-decoration: none
}

.team-slider__nav circle {
    transition: .2s linear
}

.team-slider__nav a:hover svg circle {
    fill: #ff3f01;
    stroke: #ff3f01
}

.team .text {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px
}

@media (max-width:767px) {
    .team .text {
        padding-top: 16px
    }
}

.team__slider {
    padding-top: 64px;
    padding-bottom: 80px
}

@media (max-width:767px) {
    .team__slider {
        padding-top: 24px;
        padding-bottom: 32px
    }
}

.team__slider-slide {
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, .75)
}

.team__slider-slide .content {
    padding: 32px
}

@media (max-width:767px) {
    .team__slider-slide .content {
        padding: 20px
    }
}

.team__slider-slide .content .name {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 5px
}

@media (max-width:767px) {
    .team__slider-slide .content .name {
        font-size: 24px
    }
}

.team__slider-slide .content .position {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px
}

@media (max-width:767px) {
    .team__slider-slide .content .position {
        font-size: 16px
    }
}

.team__slider-slide .content ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    margin-top: 16px
}

@media (max-width:767px) {
    .team__slider-slide .content ul {
        gap: 8px
    }
}

.team__slider-slide .content ul li a {
    transition: .2s linear;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 11px;
    padding-top: 8px;
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .team__slider-slide .content ul li a {
        font-size: 14px
    }
}

.team__slider-slide .content ul li a:hover {
    opacity: .7
}

.team__slider-slide img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: auto
}

@media (max-width:1024px) {
    .team {
        padding-bottom: 60px
    }
}

.faq {
    padding-bottom: 170px
}

@media (max-width:767px) {
    .faq {
        padding-bottom: 80px
    }
}

.faq .button--primary {
    margin-left: auto;
    margin-right: auto
}


.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s linear;
    display: block !important;
}

.accordion.opened .accordion-content {
    max-height: 500px;
}



.faq__items {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    padding-bottom: 24px;
}

@media (max-width:1024px) {
    .faq__items {
        padding-top: 48px;
    }
}

.faq__items .accordion {
    padding: 40px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .03);
    margin-bottom: 30px;
    transition: .2s linear;
    position: relative;
}

@media (max-width:1024px) {
    .faq__items .accordion {
        padding: 32px;
    }
}

@media (max-width:767px) {
    .faq__items .accordion {
        padding: 24px;
        border-radius: 40px;
    }
}

.faq__items .accordion-content__inner {
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

@media (max-width:767px) {
    .faq__items .accordion-content__inner {
        font-size: 16px;
        line-height: 1.4;
    }
}

.faq__items .accordion.opened {
    border-radius: 20px;
    /* background: #ff3f01; */

}

.faq__items .accordion.opened .accordion-header::after {
    transform: rotate(360deg);
    background-image: url(../img/faq-opened.svg);
}

.faq__items .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
}

.faq__items .accordion-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
}

@media (max-width:1024px) {
    .faq__items .accordion-header {
        font-size: 20px;
    }
}

.faq__items .accordion-header::after {
    content: "";
    background-image: url(../img/faq-closed.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

@media (max-width:1024px) {
    .faq__items .accordion-header::after {
        min-width: 32px;
        height: 32px;
        width: 32px;
    }
}

/* КАЖДЫЙ ВТОРОЙ ЭЛЕМЕНТ — ОРАНЖЕВЫЙ */
.faq__items .accordion:nth-child(even) {
    background: #ff3f01;

}

.faq__items .accordion:nth-child(even) .accordion-header::after {
    background-image: url(../img/faq-opened.svg);
}

.faq__items .accordion:nth-child(even):not(.opened) .accordion-header::after {
    transform: rotate(-90deg);

}


.swiper-scrollbar {
    position: static !important;
    background: rgba(255, 255, 255, .12) !important;
    max-width: 500px;
    margin-left: auto;
    opacity: 1 !important;
    height: 2px !important
}

@media (max-width:1024px) {
    .swiper-scrollbar {
        display: none
    }
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background: #ff3f01 !important
}

.story {
    padding-bottom: 100px
}

@media (max-width:767px) {
    .story {
        padding-bottom: 0
    }
}

.story__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

@media (max-width:1024px) {
    .story__header {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.story__content {
    flex-direction: column;
    gap: 50px;
}

.story__content-block {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.story__content-block-wrapper {
    display: flex;

}

.story__content-block-wrapper:nth-child(even) {
    justify-content: flex-end;
}

@media (max-width:1024px) {
    .story__content {
        flex-direction: column;
        gap: 32px;
        padding-top: 40px
    }
}

.story__content-block {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 40px
}

@media (min-width:1025px) {
    .story__content-block {
        width: calc(50% - 70px)
    }



    .story__content-block:nth-child(3) {
        margin-top: -230px
    }

    .story__content-block:nth-child(5) {
        margin-top: -500px;
    }
}

@media (max-width:1024px) {
    .story__content-block {
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }
}

.story__content-block .title {
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 12px
}

@media (max-width:767px) {
    .story__content-block .title {
        font-size: 32px
    }
}

.service-single {
    padding: 120px 0
}

@media (max-width:767px) {
    .service-single {
        padding-top: 60px
    }
}

.service-single__inner {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px
}

@media (max-width:1024px) {
    .service-single__inner {
        grid-template-columns: 1fr
    }
}

.service-single__aside {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    top: 32px
}

.service-single__aside .categories {
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .12)
}

.service-single__aside .categories span {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px
}

.service-single__aside .categories ul {
    list-style: none;
    padding-left: 0
}

.service-single__aside .categories ul li {
    margin-bottom: 15px
}

.service-single__aside .categories ul li:last-child {
    margin-bottom: 0
}

.service-single__aside .categories ul li a {
    color: #d4d6d7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    padding: 15px 18px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .1);
    text-decoration: none;
    width: 100%;
    display: inline-block;
    transition: .2s linear
}

.service-single__aside .categories ul li a:hover {
    opacity: .7
}

.service-single__aside-contact-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 24px;
    margin-top: 32px
}

.service-single__aside-contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #d4d6d7;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px;
    text-decoration: none
}

.service-single__content img {
    width: 100%;
    height: auto;
    margin-bottom: 24px
}

.service-single__content h2 {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px
}

.service-single__content .image-block {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    margin: 20px 0
}

.service-single__content .image-block img {
    margin: 0
}

@media (max-width:767px) {
    .service-single__content .image-block {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

.service-single__content .image-block__content {
    display: flex;
    flex-direction: column
}

.service-single__content .image-block__content img {
    max-width: 160px;
    margin-top: auto
}

.service-single__content .service-faq {
    padding-top: 70px
}

.service-single__content .service-faq .faq__items {
    padding-top: 30px
}

.service-single__content .service-faq .faq__items .accordion {
    padding: 30px
}

.service-single__content .service-faq .faq__items .accordion-content {
    padding-top: 15px
}

.service-single__content .service-faq .faq__items .accordion-header {
    font-size: 18px
}

.service-single__content .service-faq .faq__items .accordion-header::after {
    width: 40px;
    height: 40px
}

.service-single__content .service-faq__title {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px;
    text-transform: capitalize
}

.service-single__content .quote {
    padding: 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .14);
    margin: 40px 0
}

@media (max-width:767px) {
    .service-single__content .quote {
        margin: 24px 0;
        padding: 24px
    }
}

.service-single__content .quote p {
    color: rgba(255, 255, 255, .95);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0
}

@media (max-width:767px) {
    .service-single__content .quote p {
        font-size: 16px
    }
}

.service-single__content .quote span {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px
}

@media (max-width:767px) {
    .service-single__content .quote span {
        font-size: 18px
    }
}

.service-single__content p,
.service-single__content ul li {
    color: rgba(255, 255, 255, .95);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 15px 0;
    margin: 0
}

@media (max-width:767px) {

    .service-single__content p,
    .service-single__content ul li {
        font-size: 16px
    }
}

.service-single__content ul {
    padding-left: 0;
    list-style: none
}

.service-single__content ul.col-2 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px
}

@media (max-width:767px) {
    .service-single__content ul.col-2 {
        grid-template-columns: 1fr;
        gap: 10px
    }
}

.service-single__content ul li {
    padding: 0;
    padding-left: 24px;
    position: relative
}

.service-single__content ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff3f01;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%
}

.single-case {
    padding: 120px 0
}

@media (max-width:767px) {
    .single-case {
        padding-top: 40px
    }
}

.single-case .section-title {
    margin-bottom: 32px
}

.single-case img {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .13);
    display: block;
    width: 100%;
    margin: 40px 0
}

.single-case .col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.single-case .col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

@media (max-width:767px) {
    .single-case .col-2 {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px
    }

    .single-case .col-3 img {
        margin: 0;
    }

    .single-case .col-3 {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px
    }

    .single-case .col-2 img {
        margin: 0
    }
}

.single-case strong {
    margin: 10px 0;
    display: inline-block
}

.single-case strong+p {
    color: #d4d6d7
}

.single-case .numbers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

@media (max-width:767px) {
    .single-case .numbers {
        grid-template-columns: 1fr
    }
}

.single-case .numbers__item {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .12);
    padding: 24px
}

.single-case .numbers__item-number {
    color: #ff3f01;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px
}

@media (max-width:767px) {
    .single-case .numbers__item-number {
        font-size: 30px
    }
}

.single-case .numbers__item-text {
    color: #d4d6d7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-top: 20px
}

@media (max-width:767px) {
    .single-case .numbers__item-text {
        font-size: 16px
    }
}

.single-case .text {
    color: #fff;
    margin-bottom: 50px
}

.single-case .text.text-bordered {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .05)
}

.single-case .text.text-bordered p {
    margin-bottom: 0;
    color: #d4d6d7
}

.single-case .text p {
    margin: 10px 0
}

.single-case .text b {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.single-case .text b::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff3f01;
    display: block;
    border-radius: 50%;
    margin-top: 8px;
    min-width: 10px
}

.single-case .overview {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .0823529412);
    background: linear-gradient(180deg, rgba(255, 255, 255, .12) 0, rgba(255, 255, 255, 0) 110%);
    margin-bottom: 80px;
    gap: 16px;
}

@media (max-width:1024px) {
    .single-case .overview {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px
    }
}

@media (max-width:767px) {
    .single-case .overview {
        grid-template-columns: 1fr;
        margin-bottom: 32px
    }
}

.single-case .overview-item {
    display: flex;
    flex-direction: column;

}

@media (max-width:767px) {
    .single-case .overview-item {
        text-align: center;
        align-items: center
    }
}

.single-case .overview b {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px;
    margin-bottom: 8px;
    display: block
}

.single-case .overview a {
    color: #77beff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none
}

.single-case .overview span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px
}

.single-case .overview img {
    padding: 0;
    background: 0 0;
    border: none;
    width: 50px;
    margin: 0;
    margin-bottom: 20px
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

* {
    box-sizing: border-box
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.text-center {
    text-align: center
}

body {
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-SemiBold.eot);
    src: local("Axiforma SemiBold"), local("Axiforma-SemiBold"), url(../fonts/Axiforma-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-SemiBold.woff2) format("woff2"), url(../fonts/Axiforma-SemiBold.woff) format("woff"), url(../fonts/Axiforma-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Thin.eot);
    src: local("Axiforma Thin"), local("Axiforma-Thin"), url(../fonts/Axiforma-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Thin.woff2) format("woff2"), url(../fonts/Axiforma-Thin.woff) format("woff"), url(../fonts/Axiforma-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Regular.eot);
    src: local("Axiforma Regular"), local("Axiforma-Regular"), url(../fonts/Axiforma-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Regular.woff2) format("woff2"), url(../fonts/Axiforma-Regular.woff) format("woff"), url(../fonts/Axiforma-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-MediumItalic.eot);
    src: local("Axiforma Medium Italic"), local("Axiforma-MediumItalic"), url(../fonts/Axiforma-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-MediumItalic.woff2) format("woff2"), url(../fonts/Axiforma-MediumItalic.woff) format("woff"), url(../fonts/Axiforma-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Black.eot);
    src: local("Axiforma Black"), local("Axiforma-Black"), url(../fonts/Axiforma-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Black.woff2) format("woff2"), url(../fonts/Axiforma-Black.woff) format("woff"), url(../fonts/Axiforma-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-BlackItalic.eot);
    src: local("Axiforma Black Italic"), local("Axiforma-BlackItalic"), url(../fonts/Axiforma-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-BlackItalic.woff2) format("woff2"), url(../fonts/Axiforma-BlackItalic.woff) format("woff"), url(../fonts/Axiforma-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Heavy.eot);
    src: local("Axiforma Heavy"), local("Axiforma-Heavy"), url(../fonts/Axiforma-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Heavy.woff2) format("woff2"), url(../fonts/Axiforma-Heavy.woff) format("woff"), url(../fonts/Axiforma-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Medium.eot);
    src: local("Axiforma Medium"), local("Axiforma-Medium"), url(../fonts/Axiforma-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Medium.woff2) format("woff2"), url(../fonts/Axiforma-Medium.woff) format("woff"), url(../fonts/Axiforma-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-BoldItalic.eot);
    src: local("Axiforma Bold Italic"), local("Axiforma-BoldItalic"), url(../fonts/Axiforma-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-BoldItalic.woff2) format("woff2"), url(../fonts/Axiforma-BoldItalic.woff) format("woff"), url(../fonts/Axiforma-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-ExtraBoldItalic.eot);
    src: local("Axiforma ExtraBold Italic"), local("Axiforma-ExtraBoldItalic"), url(../fonts/Axiforma-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-ExtraBoldItalic.woff2) format("woff2"), url(../fonts/Axiforma-ExtraBoldItalic.woff) format("woff"), url(../fonts/Axiforma-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Book.eot);
    src: local("Axiforma Book"), local("Axiforma-Book"), url(../fonts/Axiforma-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Book.woff2) format("woff2"), url(../fonts/Axiforma-Book.woff) format("woff"), url(../fonts/Axiforma-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Light.eot);
    src: local("Axiforma Light"), local("Axiforma-Light"), url(../fonts/Axiforma-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Light.woff2) format("woff2"), url(../fonts/Axiforma-Light.woff) format("woff"), url(../fonts/Axiforma-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-ThinItalic.eot);
    src: local("Axiforma Thin Italic"), local("Axiforma-ThinItalic"), url(../fonts/Axiforma-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-ThinItalic.woff2) format("woff2"), url(../fonts/Axiforma-ThinItalic.woff) format("woff"), url(../fonts/Axiforma-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Bold.eot);
    src: local("Axiforma Bold"), local("Axiforma-Bold"), url(../fonts/Axiforma-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Bold.woff2) format("woff2"), url(../fonts/Axiforma-Bold.woff) format("woff"), url(../fonts/Axiforma-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-LightItalic.eot);
    src: local("Axiforma Light Italic"), local("Axiforma-LightItalic"), url(../fonts/Axiforma-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-LightItalic.woff2) format("woff2"), url(../fonts/Axiforma-LightItalic.woff) format("woff"), url(../fonts/Axiforma-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-SemiBoldItalic.eot);
    src: local("Axiforma SemiBold Italic"), local("Axiforma-SemiBoldItalic"), url(../fonts/Axiforma-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-SemiBoldItalic.woff2) format("woff2"), url(../fonts/Axiforma-SemiBoldItalic.woff) format("woff"), url(../fonts/Axiforma-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-Italic.eot);
    src: local("Axiforma Italic"), local("Axiforma-Italic"), url(../fonts/Axiforma-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-Italic.woff2) format("woff2"), url(../fonts/Axiforma-Italic.woff) format("woff"), url(../fonts/Axiforma-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-BookItalic.eot);
    src: local("Axiforma Book Italic"), local("Axiforma-BookItalic"), url(../fonts/Axiforma-BookItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-BookItalic.woff2) format("woff2"), url(../fonts/Axiforma-BookItalic.woff) format("woff"), url(../fonts/Axiforma-BookItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-ExtraBold.eot);
    src: local("Axiforma ExtraBold"), local("Axiforma-ExtraBold"), url(../fonts/Axiforma-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-ExtraBold.woff2) format("woff2"), url(../fonts/Axiforma-ExtraBold.woff) format("woff"), url(../fonts/Axiforma-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Axiforma;
    src: url(../fonts/Axiforma-HeavyItalic.eot);
    src: local("Axiforma Heavy Italic"), local("Axiforma-HeavyItalic"), url(../fonts/Axiforma-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Axiforma-HeavyItalic.woff2) format("woff2"), url(../fonts/Axiforma-HeavyItalic.woff) format("woff"), url(../fonts/Axiforma-HeavyItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

body {
    background: #090909
}

body,
input,
select,
textarea {
    font-family: Axiforma
}

.reviews__slider-item .reviews__text {
    margin-left: 0;
}

@media(min-width: 1201px) {
    .burger {
        display: none;
    }
}

.quality__content-numbers-item .text>div {
    display: flex;
}

.services__item,
.services__item img,
.reviews__slider-item,
.cases__item img,
.blog__list-item,
.blog__list-item img {
    transition: 1s ease;
}

.services__item:hover {
    border-color: rgba(255, 255, 255, .3137254902);
}

.services-slider__swiper {
    padding-top: 15px;
}

.services-slider__inner .swiper-wrapper {
   
	align-items: flex-start;
}

.services-slider__inner .swiper-slide {
    height: auto !important;
}

.services__item:hover {
    transform: translateY(-10px);
}

.services__item:hover img {
    transform: scale(1.03);
}

.reviews__slider-item:hover,
.blog__list-item:hover {
    border-color: rgba(255, 255, 255, .4);
    transform: translateY(-10px) !important;
}

.cases__item:hover img {
    transform: scale(1.1);
}

.review-author {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 24px;
}

.position {
    font-size: 14px;
    opacity: 0.7;
    display: block;
    padding-top: 4px;
}

.review-author img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ff3f01;
}

.wpcf7-response-output {
    padding: 16px !important;
    border-color: #ff3f01 !important;
    margin-bottom: 24px !important;
}


.video {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.13);
    margin: 40px 0px;
}

.video .wp-video,
.video .wp-video video {
    width: 100% !important;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 8px;
}


.page-banner__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.4);
}

.has-video .container {
    position: relative;
    z-index: 5;
}

/* .wpcf7-validates-as-required {
    border-color: #ff3f01 !important;
} */



.expertise-cloud {
    padding-block: clamp(24px, 6vw, 72px);
    background: #0a0a0a;
    /* как в примере – тёмный фон */
    color: #fff;
}

.expertise-cloud__canvas {
    max-width: 1200px;
    margin-inline: auto;
    display: grid;
    gap: clamp(16px, 3vw, 28px);
}

/* ПК/планшет: две колонки */
@media (min-width: 769px) {
    .expertise-cloud__canvas {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        /* логотипы “ровно” по центру ячеек */
    }
}

/* Мобильные: одна колонка (как “на телефоне”) */
@media (max-width: 768px) {
    .expertise-cloud__canvas {
        grid-template-columns: 1fr 1fr;
    }
}

.expertise-cloud__item {
    margin: 0;
    display: grid;
    place-items: center;
    /* центрируем картинку внутри figure */
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .35));
}

.expertise-cloud__img {
    display: block;
    max-width: min(100%, 560px);
    /* ограничим ширину в колонке */
    height: auto;
}



/* моб. меню по умолчанию скрыто */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: #191919;
    color: #ffffff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

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

.mobile-menu__inner {
    width: 100%;
    padding: 20px 16px 40px;
    max-width: 480px;
    margin: 0 auto;
}

.mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.mobile-menu__logo img {
    max-height: 28px;
    width: auto;
}

.mobile-menu__close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mobile-menu__nav {
    width: 100%;
}

.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu__item {
    margin-bottom: 16px;
}

.mobile-menu__link {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    text-decoration: none;
}

.mobile-menu__link:hover {
    opacity: 0.8;
}

.mobile-menu__item--button {
    margin-top: 24px;
}

.mobile-menu__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    color: #191919;
    background: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.mobile-menu__button:hover {
    opacity: 0.9;
}

/* Чтобы меню было только на мобилке, бургер виден только на мобилке и т.п. */
@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
}