/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

* {
    outline: none;
}

html,
body {
    scrollbar-gutter: stable;
}

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
    text-decoration: none;
    color: initial;
}

a,
button span,
a span {
    white-space: nowrap;
}

a:hover,
a:hover span {
    text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active,
textarea:focus, textarea:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    background: var(--chernyy);
    margin: 0 auto;
    font-family: var(--font-family), sans-serif;
}

main {

    margin-left: auto;
    margin-right: auto;
}

.Swiper-HeroPartnersTop {
    max-width: 120rem;
}

.swiper{
	height: fit-content;
}

.none {
    display: none !important;
}

.container {
    max-width: 90rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container-full {
    max-width: 120rem;
}
.container-header {
    position: sticky;
    top: -500px;
    z-index: 99;
    transition: top 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 84rem) {
    .container-header {
        top: -1px;
        background-color: #000;
    }
}
.container-header.fixed {
    top: 0;
}
.container-hero {
    width: 100%;
    background-color: #000;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media screen and (min-width: 83.9375rem) {
    .container-hero {
        overflow: visible;
    }
}
.container-hero .video-background {
    position: absolute;
    top: 0%;
    right: 0%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translate(0%, 0%);
    object-fit: cover;
    opacity: 1;
    z-index: -2;
    transform: rotateY(-179deg) rotateX(179deg);
}
.container-hero .video-background-wrapper {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media screen and (min-width: 96.3125rem) {
    .container-hero .video-background-wrapper {
        max-height: 100%;
		height: 1200px;
    }
}
@media screen and (max-width: 96.25rem) and (min-width: 48.0625rem) {
    .container-hero .video-background-wrapper {
        max-height: 100%;
		height: 1080px;

    }
}
@media screen and (max-width: 48rem) {
    .container-hero .video-background-wrapper {
        height: 700px;
        display: block;
    }
}
@media screen and (min-width: 83.9375rem) {
    .container-hero .video-background-wrapper {
        margin-top: -5.5625rem;
    }
}
@media screen and (min-width: 48.0625rem) {
    .container-hero .video-background-wrapper .overlay {
        background: linear-gradient(218.17deg, rgba(0, 0, 0, 0) 62.97%, #000000 87.76%);
        background: linear-gradient(52.79deg, rgba(0, 0, 0, 0) 35.41%, #000000 65.99%);
        background-blend-mode: color;
        background: #FF6900;
        mix-blend-mode: overlay;
        position: absolute;
        width: 100%;
        height: calc(100% - 1px);
        z-index: -2;
    }
}
@media screen and (max-width: 48rem) {
    .container-hero .video-background-wrapper .overlay {
        position: absolute;
        background: #FF6900;
        background-blend-mode: color;
        mix-blend-mode: overlay;
        width: 100%;
        height: 700px;
        z-index: 3;
        top: 0;
        left: 0;
    }
}
@media screen and (min-width: 48.0625rem) {
    .container-hero .video-background-wrapper .overlay-black {
        position: absolute;
        width: 100%;
        height: 75%;
        background: #000;
        background: linear-gradient(2deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 31%, rgb(255, 255, 255) 66%);
        mix-blend-mode: multiply;
        background-blend-mode: color;
        bottom: 0;
        z-index: -2;
    }
	.container-hero .video-background-wrapper .overlay-black-top {
        position: absolute;
        width: 100%;
        height: 75%;
        background: #000;
        background: linear-gradient(184deg, rgb(0, 0, 0) 26%, rgb(0, 0, 0) 24%, rgb(255, 255, 255) 54%);
        mix-blend-mode: multiply;
        background-blend-mode: color;
        top: 0;
        z-index: -2;
    }
}
@media screen and (max-width: 48rem) {
    .container-hero .video-background-wrapper .overlay-black {
        position: absolute;
        width: 100%;
        height: 700px;
        background: #000;
        background: linear-gradient(2deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 31%, rgb(255, 255, 255) 66%);
        mix-blend-mode: multiply;
        background-blend-mode: color;
        bottom: 0;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
.container-services-case {
    width: 100%;
    background-color: var(--svetlo-seryy);
    z-index: 10;
}
@media screen and (min-width: 57.5625rem) {
    .container-services-case {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        padding-bottom: 12.5rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-services-case {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding-bottom: 8.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-services-case {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        padding-bottom: 7.5rem;
    }
}
.container-contacts {
    width: 100%;
    background-color: var(--chernyy);
    z-index: 10;
}
@media screen and (min-width: 57.5625rem) {
    .container-contacts {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        padding-bottom: 12.5rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-contacts {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding-bottom: 8.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-contacts {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        padding-bottom: 7.5rem;
    }
}
.container-blog {
    width: 100%;
    background-color: var(--chernyy);
    z-index: 10;
}
@media screen and (min-width: 57.5625rem) {
    .container-blog {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        padding-bottom: 12.5rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-blog {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding-bottom: 8.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-blog {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        padding-bottom: 7.5rem;
    }
}
.container-team {
    width: 100%;
    background-color: var(--svetlo-seryy);
    z-index: 10;
}
@media screen and (min-width: 57.5625rem) {
    .container-team {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        padding-bottom: 12.5rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-team {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding-bottom: 12.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-team {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        padding-bottom: 10.5rem;
    }
}
.container-reviews {
    width: 100%;
    background-color: var(--chernyy);
    margin-top: -6.25rem;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 57.5625rem) {
    .container-reviews {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        padding-bottom: 6.5rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-reviews {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding-bottom: 6.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-reviews {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        padding-bottom: 3.5rem;
    }
}
.container-expert {
    width: 100%;
    background-color: var(--chernyy);
    margin-top: -6.25rem;
}
@media screen and (min-width: 57.5625rem) {
    .container-expert {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        padding-bottom: 12.5rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-expert {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding-bottom: 12.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-expert {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        padding-bottom: 9.5rem;
    }
}
.container-expert {
    overflow: hidden;
}
.container-form__main {
    width: 100%;
    background-color: #FAFAFF;
    margin-top: -6.25rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 57.5625rem) {
    .container-form__main {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-form__main {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-form__main {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
    }
}
.container-footer {
    width: 100%;
    background-color: var(--svetlo-seryy);
    padding-top: 11.25rem;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
}
@media screen and (min-width: 95.0625rem) {
    .container-footer {
        padding-bottom: 2.5rem;
    }
}
@media screen and (max-width: 95rem) and (min-width: 66.0625rem) {
    .container-footer {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 66rem) and (min-width: 32.0625rem) {
    .container-footer {
        padding-bottom: 2.125rem;
    }
}
@media screen and (min-width: 42.0625rem) {
    .container-footer {
        margin-top: -8.25rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-footer {
        margin-top: -10.25rem;
    }
}
@media screen and (max-width: 32rem) {
    .container-footer {
        padding-bottom: 1.1875rem;
    }
}
@media screen and (min-width: 57.5625rem) {
    .container-footer.container-footer-radius {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        padding-top: 5rem;
    }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
    .container-footer.container-footer-radius {
        border-top-left-radius: 3.125rem;
        border-top-right-radius: 3.125rem;
        padding-top: 2.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .container-footer.container-footer-radius {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        padding-top: 0rem;
    }
}

.no-scroll {
    overflow: hidden !important;
}

@media screen and (min-width: 98.75rem) {
    .sticky {
        position: sticky;
        top: 0;
        left: 0;
        height: fit-content;
    }
}

:root {
    --chernyy: #141517;
    --chernyy-600: rgba(0, 0, 0, 0.6);
    --chernyy-300: rgba(20, 21, 23, 0.3);
    --chernyy-100: rgba(20, 21, 23, 0.1);
    --seryy: #333;
    --seryy-2: #646464;
    --svetlo-seryy: #fafaff;
    --svetlo-seryy-2: #e6e6f0;
    --svetlo-seryy-3: #f4f4fb;
    --cvet-logo: #63625d;
    --belyy: #fff;
    --belyy-600: rgba(255, 255, 255, 0.6);
    --belyy-300: rgba(255, 255, 255, 0.3);
    --belyy-100: rgba(255, 255, 255, 0.1);
    --oranzhevyy: #ff6900;
    --font-family: "TT Firs Neue", sans-serif;
    --second-family: "Mulish", sans-serif;
    --third-family: "Inter", sans-serif;
    --font3: "SF Pro Display", sans-serif;
    --font4: "Manrope", sans-serif;
}

h1,
.title {
    font-size: clamp(1.875rem, 3vw + 1rem, 3.875rem);
    line-height: 90%;
}

h2 {
    font-size: clamp(2.5rem, 4vw + 1rem, 3.125rem);
}

h3 {
    font-size: clamp(1.875rem, 4vw + 1rem, 2.5rem);
}

h4 {
    font-size: clamp(1.5625rem, 4vw + 1rem, 1.875rem);
}

h5 {
    font-size: clamp(1.25rem, 4vw + 1rem, 1.25rem);
}

h6 {
    font-size: clamp(1rem, 4vw + 1rem, 1rem);
}

.font-family {
    font-family: var(--font-family);
}

.second-family {
    font-family: var(--second-family);
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.light-italic {
    font-weight: 300;
    font-style: italic;
}

.semibold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.icon-arrow {
    width: 41px;
    height: 44px;
    stroke-linecap: square;
    stroke-width: 2;
}
.icon-arrow-white {
    stroke: #fff;
    transition: stroke 0.3s linear;
}
.icon-arrow-white:hover {
    stroke: var(--oranzhevyy);
}
.icon-arrow-left {
    transform: rotate(180deg);
}
.icon-arrow-black {
    stroke: #141517;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}
.icon-arrow-black:hover {
    transform: rotate(-45deg);
}
.icon-pdf {
    width: 26px;
    height: 27px;
    fill: #fff;
    stroke-linecap: square;
    stroke-width: 1;
    stroke: #fff;
}
.icon-small {
    width: 16px;
    height: 17px;
    stroke-linecap: square;
    stroke-width: 2;
}
.icon-small-white {
    stroke: #fff;
}
.icon-small-orange {
    stroke: var(--oranzhevyy);
}
.icon-socials {
    position: relative;
    width: 53px;
    height: 53px;
    background-color: var(--oranzhevyy);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--oranzhevyy);
    transition: background-color 0.3s linear;
}
.icon-socials-sprite {
    fill: #FAFAFF;
    transition: fill 0.3s ease-in-out;
    z-index: 1;
}
.icon-socials-sprite-telegram {
    margin-right: 4px;
}
.icon-socials-sprite-footer {
    fill: var(--oranzhevyy);
    transition: fill 0.3s ease-in-out;
    z-index: 1;
    width: 24px;
    height: 25px;
}
.icon-socials-sprite-footer-tender {
    fill: none;
    stroke: var(--oranzhevyy);
    stroke-width: 1px;
}
.icon-socials-sprite-download {
    stroke: var(--oranzhevyy);
    fill: none;
    transition: fill 0.3s ease-in-out;
    z-index: 1;
    width: 24px;
    height: 25px;
    transform: rotate(0);
}
.icon-socials:hover {
    background-color: transparent;
    cursor: pointer;
}
.icon-socials:hover .icon-socials-sprite {
    fill: var(--oranzhevyy);
}

.link {
    font-size: 16px;
    line-height: 100%;
    color: var(--belyy-600);
    transition: color 0.3s linear;
}
.link-white {
    color: var(--belyy-600);
}
.link-white:hover {
    color: var(--oranzhevyy);
}
.link-black {
    color: var(--chernyy);
}
.link-black:hover {
    color: var(--oranzhevyy);
}
.link-gradient-black {
    line-height: 100%;
    font-size: clamp(1.5625rem, 2vw + 1rem, 3.125rem);
}
.link-gradient-black .top {
    background: linear-gradient(229deg, #000 0%, #7b7b7b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 54rem) {
    .link-gradient-black .bottom {
        margin-left: 7.6875rem;
    }
}
@media screen and (max-width: 54rem) {
    .link-gradient-black .bottom {
        margin-left: 5.5rem;
		display: flex;
    }
}
@media screen and (max-width: 30rem) {
	.cases-items-btns .link-gradient-black .bottom .icon-arrow{
		transform: translate(3px,-6px) rotate(45deg);
	}

	.expert-btns .link-gradient-white .bottom .icon-arrow{
		transform: rotate(45deg) translate(2px,6px);
	}
}
.link-gradient-black .bottom span {
    background: linear-gradient(229deg, #000 0%, #7b7b7b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-gradient-black .bottom .icon-arrow {
    width: 32px;
    height: 32px;
}
.link-gradient-black:hover .top {
    background: linear-gradient(229deg, #ff6900 0%, #141517 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-gradient-black:hover .bottom span {
    background: linear-gradient(229deg, #ff6900 0%, #141517 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-gradient-black:hover .icon-arrow {
    transform: rotate(45deg);
    stroke: #FF6900;
}
.link-gradient-white {
    line-height: 100%;
    font-size: clamp(1.5625rem, 2vw + 1rem, 3.125rem);
}
.link-gradient-white .top {
    background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 71.9375rem) {
    .link-gradient-white .bottom {
        margin-left: 7.6875rem;
    }
}
@media screen and (max-width: 71.875rem) and (min-width: 42.0625rem) {
    .link-gradient-white .bottom {
        margin-left: 5.5rem;
        top: -10px;
        position: relative;
    }
}
@media screen and (max-width: 42.0625rem) {
    .link-gradient-white .bottom {
        margin-left: 4rem;
        top: -10px;
        position: relative;
    }
}
.link-gradient-white .bottom span {
    background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-gradient-white .bottom .icon-arrow {
    width: 32px;
    height: 32px;
    stroke: #fff;
}
.link-gradient-white:hover .top {
    background: linear-gradient(229deg, #fff 0%, #ff9741 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-gradient-white:hover .bottom span {
    background: linear-gradient(229deg, #fff 0%, #ff9741 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-gradient-white:hover .icon-arrow {
    transform: rotate(45deg);
    stroke: #FF6900;
}

.btn {
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.btn:not(.btn-show-case) {
    padding: 20px 70px 20px 40px;
}
.btn:not(.btn-show-case) .icon-small {
    right: 26px;
}
.btn span {
    transition: transform 0.3s ease;
}
.btn:hover span {
    transform: translateX(-5px);
}
.btn.btn-header {
    padding: 10px 50px 10px 20px;
}
.btn-show-case {
    padding: 20px 90px 20px 70px;
    background-color: var(--chernyy);
}
.btn-show-case .icon-small {
    right: 50px;
}
.btn-show-case span {
    color: #fff;
}
.btn-show-case:hover {
    background: var(--belyy);
}
.btn-show-case:hover span {
    color: var(--chernyy);
}
.btn-show-case:hover .icon-small {
    stroke: var(--chernyy);
}
.btn .icon-small {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    transition: transform 0.3s ease;
}
.btn-black {
    border: 1px solid var(--seryy);
    backdrop-filter: blur(48px);
    background-color: var(--chernyy-600);
}
.btn-black span {
    font-size: 16px;
    color: var(--belyy);
}
.btn-white {
    border: 1px solid var(--seryy);
    background-color: transparent;
    transition: all 0.3s ease;
}
.btn-white span {
    font-size: 16px;
    color: var(--chernyy);
    transition: 0.3s ease;
}
@media screen and (min-width: 30.0625rem) {
    .btn-white .icon-small.icon-socials-sprite-footer {
        transform: translate(0, -50%) rotate(0);
        top: 50%;
    }
}
@media screen and (max-width: 30rem) {
    .btn-white .icon-small.icon-socials-sprite-footer {
        position: relative;
        transform: translate(0, 0%) rotate(0) !important;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 30.0625rem) {
    .btn-white .icon-small.icon-socials-sprite-download {
        transform: translate(0, -50%) rotate(0);
        top: 50%;
    }
}
@media screen and (max-width: 30rem) {
    .btn-white .icon-small.icon-socials-sprite-download {
        position: relative;
        transform: translate(0, 0%) rotate(0);
        top: 0;
        right: 0;
    }
}
.btn-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease;
}
.btn-transparent span {
    font-size: 16px;
    color: #fff;
    transition: 0.3s ease;
}
.btn-orange {
    border: 1px solid var(--oranzhevyy);
    background-color: var(--oranzhevyy);
    transition: all 0.3s ease;
}
.btn-orange span {
    font-size: 16px;
    color: #fff;
    transition: 0.3s ease;
}
.btn-orange-white {
    background-color: transparent;
    border: 1px solid var(--oranzhevyy);
}
.btn-orange-white span {
    font-size: 16px;
    color: var(--oranzhevyy);
    transition: 0.3s ease;
}
.btn.btn-socials {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 20px 30px;
    border: 1px solid #333333;
    border-radius: 20px;
}
.btn.btn-socials .icon-socials-sprite {
    fill: var(--oranzhevyy);
    transition: 0.3s ease;
}
.btn.btn-socials:hover {
    border-color: var(--oranzhevyy);
    color: #fff;
    background-color: var(--oranzhevyy);
}
.btn.btn-socials:hover .icon-socials-sprite {
    fill: #fff;
}
.btn:hover .icon-small {
    transform: translate(0, -50%) rotate(0);
}
.btn:hover.btn-white {
    background: var(--oranzhevyy);
    border-color: var(--oranzhevyy);
}
.btn:hover.btn-white span {
    color: var(--belyy);
}
.btn:hover.btn-white .icon-small {
    stroke: #fff;
}
.btn:hover.btn-white .icon-small.icon-socials-sprite-footer {
    fill: none;
}
.btn-pdf {
    padding: 1rem 1.2rem;
    border-radius: 1.25rem;
    border: 1px solid #fff;
    transition: 0.3s ease;
}
.btn-pdf:hover {
    background-color: var(--chernyy);
    border-color: var(--chernyy);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.375rem 0rem;
}
@media screen and (max-width: 95rem) and (min-width: 48rem) {
    .header {
        padding: 1.375rem 2.5rem;
    }
}
@media screen and (max-width: 48rem) and (min-width: 42.0625rem) {
    .header {
        padding: 1.6875rem 2.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .header {
        padding: 1.71875rem 0.625rem;
    }
}
@media screen and (max-width: 83.9375rem) {
    .header {
        border-bottom: 1px solid #333333;
    }
}
@media screen and (max-width: 84rem) {
    .header-menu {
        display: none;
    }
    .header-menu.active {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: fixed;
        top: 5.5rem;
        width: 100%;
        height: fit-content;
        left: 0;
        border-top: 1px solid var(--svetlo-seryy-2);
    }
}
@media screen and (max-width: 84rem) and (max-width: 38rem) {
    .header-menu.active {
        top: calc(5.5rem - 12px);
    }
}
@media screen and (max-width: 84rem) and (max-width: 84rem) and (min-width: 36rem) {
    .header-menu.active {
        border-bottom-right-radius: 3.125rem;
        border-bottom-left-radius: 3.125rem;
    }
}
@media screen and (max-width: 84rem) and (max-width: 84rem) and (min-width: 42.0625rem) {
    .header-menu.active {
        padding-left: 2.5rem;
        padding-top: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
@media screen and (max-width: 84rem) and (max-width: 84rem) {
    .header-menu.active {
        background-color: #FFFFFF;
    }
}
@media screen and (max-width: 576px){
	.header-menu.active{
	align-items: flex-start;
	align-content: flex-start;
	}
}
@media screen and (max-width: 84rem) and (max-width: 42rem) and (min-width: 36rem) {
.header-menu.active {
    padding: 1.6875rem 0.625rem;
}
}
@media screen and (max-width: 84rem) and (max-width: 36rem) {
    .header-menu.active {
        grid-template-columns: 1fr;
        overflow-y: scroll;
        height: calc(100dvh - 75px);
        padding: 1.6875rem 0.625rem 0.625rem;
    }
}
@media screen and (min-width: 84rem) {
    .header-menu-info {
        display: none;
    }
}
@media screen and (max-width: 84rem) {
    .header-menu-info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.875rem;
    }
    .header-menu-info .btn.btn-orange {
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
        height: fit-content;
        padding: 20px 0;
    }
    .header-menu-info .btn.btn-orange .icon-small {
        position: relative;
        top: 0;
        transform: rotate(-45deg);
        right: unset;
    }
    .header-menu-info .btn.btn-orange:hover .icon-small {
        transform: rotate(0);
    }
}
.header-menu-info-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 1.875rem;
}
@media screen and (max-width: 23rem) {
    .header-menu-info-items {
        grid-template-columns: 1fr;
    }
}
.header-menu-info-items-item {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.header-menu-info-items-item:last-child {
    grid-column: 1/3;
}
@media screen and (max-width: 23rem) {
    .header-menu-info-items-item:last-child {
        grid-column: 1/2;
    }
}
.header-menu-info-items-item .subtitle {
    font-size: 0.75rem;
    color: var(--chernyy);
    line-height: 120%;
}
.header-menu-info-items-item a,
.header-menu-info-items-item span:not(.subtitle) {
    font-size: 1.125rem;
    line-height: 120%;
}
.header-menu-info-btns {
    display: inline-flex;
    gap: 0.625rem;
}
@media screen and (max-width: 36rem) {
    .header-menu-info-btns {
        grid-row: 1/2;
        margin-top: 45px;
 margin-bottom: 26px;
    }
}
.header-btns {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}
.header-btns-worktime {
    display: inline-flex;
    flex-direction: column;
}
.header-btns-worktime span {
    color: #fff;
    line-height: 120%;
}
.header-btns-worktime span:last-child {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    margin-left: -4px;
}
@media screen and (max-width: 38rem) {
    .header-btns-worktime {
        display: none;
    }
}
.header-btns-call {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    margin-left: 0.875rem;
}
.header-btns-call a:first-child {
    color: #fff;
    margin-left: 0.5rem;
    transition: color 0.3s ease;
    margin-top: 2px;
}
.header-btns-call a:first-child:hover {
    color: var(--oranzhevyy);
}
.header-btns-call a:last-child {
    color: var(--oranzhevyy);
    margin-left: 0.5rem;
    transition: color 0.3s ease;
    margin-top: 2px;
}
.header-btns-call a:last-child:hover {
    color: #fff;
}
.header-btns-call::before {
    position: absolute;
    content: "";
    top: 0.175rem;
    left: -1rem;
    width: 18px;
    height: 18px;
    background-image: url("/plug/header-phone.svg");
	background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 38rem) {
    .header-btns-call {
        display: none;
    }
}
@media screen and (max-width: 58rem) {
    .header-btns .btn.btn-header {
        display: none;
    }
}
.header-nav {
    display: flex;
}
@media screen and (min-width: 48rem) {
    .header-nav {
        gap: 2.5rem;
    }
}
@media screen and (max-width: 48rem) {
    .header-nav {
        gap: 1.875rem;
    }
}
.header-nav a {
    color: #fff;
    transition: color 0.3s ease;
}
.header-nav a:hover {
    color: var(--oranzhevyy);
}
@media screen and (max-width: 84rem) {
    .header-nav {
        flex-direction: column;
    }
    .header-nav a {
        color: var(--chernyy);
    }
}
@media screen and (max-width: 84rem) and (min-width: 36rem) {
    .header-nav a {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 36rem) {
    .header-nav a {
        font-size: 1.875rem;
    }
}
@media screen and (max-width: 84rem) {
    .header:has(.header-menu.active) {
        background-color: #FFFFFF;
    }
    .header:has(.header-menu.active) .header-btns-worktime span {
        color: var(--chernyy);
    }
    .header:has(.header-menu.active) .header-btns-worktime span:last-child {
        color: rgba(0, 0, 0, 0.6);
    }
    .header:has(.header-menu.active) .header-btns-call a:first-child {
        color: var(--chernyy);
    }
    .header:has(.header-menu.active) .header-btns::before {
        position: absolute;
        content: "";
        top: 0.175rem;
        left: -1rem;
        width: 1rem;
        height: 1rem;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:exclusion'%3E%3Cpath d='M3.5 2.14861C3.5 1.51425 4.01343 1 4.64677 1H11.3532C11.9866 1 12.5 1.51425 12.5 2.14861V9.27885V13.8514C12.5 14.4858 11.9866 15 11.3532 15H6.7032H4.64677C4.01343 15 3.5 14.4858 3.5 13.8514L3.5 12.0385L3.5 2.14861Z' stroke='white'/%3E%3C/g%3E%3Cg style='mix-blend-mode:exclusion'%3E%3Ccircle cx='8.00024' cy='11.1211' r='1' stroke='white' stroke-width='0.775879'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 84rem) {
    [data-state=black] {
        background-color: #000;
        transition: 0.3s ease;
        border-bottom: 1px solid #333333;
    }
    [data-state=black] a, [data-state=black] span {
        color: #fff;
    }
    [data-state=black-header] {
        background-color: #000;
        transition: 0.3s ease;
    }
}
@media screen and (min-width: 84rem) and (min-width: 83.9375rem) {
    [data-state=black-header] {
        background-color: transparent;
        position: sticky;
        top: 0;
        width: 100%;
    }
}
@media screen and (min-width: 84rem) {
    [data-state=black-header] a, [data-state=black-header] span {
        color: #fff;
    }
    [data-state=white] {
        background-color: #fff;
        transition: 0.3s ease;
        border-bottom: 1px solid #E6E6F0;
    }
    [data-state=white] a, [data-state=white] span,
    [data-state=white] .header-btns-call a:first-child {
        color: #000;
    }
    [data-state=white] .header-btns-worktime span:last-child {
        color: #000;
    }
    [data-state=white] .btn.btn-header.btn-black {
        background-color: #fff;
    }
    [data-state=transparent] {
        transition: 0.3s ease;
        background-color: transparent;
    }
}
#burger-icon {
    width: 38px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
@media screen and (min-width: 84rem) {
    #burger-icon {
        display: none;
    }
}
#burger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#burger-icon.open span {
    background-color: var(--chernyy);
}

#burger-icon span:nth-child(1) {
    top: 0px;
}

#burger-icon span:nth-child(2), #burger-icon span:nth-child(3) {
    top: 8.5px;
}

#burger-icon span:nth-child(4) {
    top: 18px;
}

#burger-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#burger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#burger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#burger-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.hero {
    color: #fff;
    width: 100%;
    padding-top: 4.375rem;
    padding-bottom: 6.0625rem;
    height: calc(100vh - 88px);
}
@media screen and (max-width: 95rem) and (min-width: 48.0625rem) {
    .hero {
        padding: 2.5rem 2.5rem 1.375rem;
    }
}
@media screen and (max-width: 48rem) and (min-width: 42.0625rem) {
    .hero {
        padding: 1.875rem 2.5rem 1.6875rem;
    }
}
@media screen and (max-width: 42rem) {
    .hero {
        padding: 1.25rem 0.625rem 1.6875rem;
    }
}
.hero-top {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    justify-content: start;
}
.hero-top span {
    font-size: 0.875rem;
}
.hero-top h1 {
    max-width: 66.3125rem;
    background-image: linear-gradient(266.48deg, #FFFFFF 3.18%, #7B7B7B 98.8%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 90%;
}
.hero-top .btn {
    margin-top: 1.25rem;
    width: fit-content;
}
@media screen and (max-width: 48rem) {
    .hero-top .btn {
        width: 100%;
        justify-content: center;
        gap: 1.25rem;
        padding: 20px 0;
    }
    .hero-top .btn .icon-small {
        position: relative;
        top: 0;
        transform: translate(0, 0) rotate(-45deg);
        right: 0;
    }
}
.hero-top-count {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 27.4375rem;
    align-self: flex-end;
    gap: 2.5rem;
}
@media screen and (max-width: 30rem) {
    .hero-top-count {
        grid-template-columns: 1fr 1fr;
    }
}
.hero-top-count-item:first-child {
    background-color: transparent;
}
@media screen and (max-width: 30rem) {
    .hero-top-count-item:first-child {
        display: none;
    }
}
.hero-top-count-item p:first-child {
    font-size: 2.625rem;
}
@media screen and (max-width: 30rem) {
    .hero-top-count-item p:first-child {
        font-size: 2.1875rem;
    }
}
.hero-top-count-item p:last-child {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}
.hero-middle {
    padding-top: 5.3125rem;
    display: grid;
    grid-template-columns: 37.5rem 1fr;
    gap: 4rem;
}
@media screen and (max-width: 1024px) {
    .hero-middle {
        grid-template-columns: 1fr;
    }
}
.hero-middle-left {
    display: flex;
    flex-direction: column;
}
.hero-middle-left .title {
    background-image: linear-gradient(266.48deg, #FFFFFF 3.18%, #7B7B7B 98.8%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 90%;
    max-width: 27.5rem;
}
.hero-middle-left-partners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
@media screen and (max-width: 64rem) and (min-width: 30rem) {
    .hero-middle-left-partners {
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 64rem) {
    .hero-middle-left-partners img {
        max-height: 2.125rem;
        object-fit: contain;
    }
}
.hero-middle-left-partners p {
    grid-row: 1/3;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 64rem) and (min-width: 30rem) {
    .hero-middle-left-partners p {
        grid-row: 1/2;
    }
}
.hero-middle-left-partners:first-of-type {
    margin-top: 5.1875rem;
}
@media screen and (max-width: 60.0625rem) {
    .hero-middle-left-partners:first-of-type {
        margin-top: 5.1875rem;
    }
}
@media screen and (max-width: 60rem) and (min-width: 42.0625rem) {
    .hero-middle-left-partners:first-of-type {
        margin-top: 2.5rem;
    }
}
@media screen and (max-width: 42rem) {
    .hero-middle-left-partners:first-of-type {
        margin-top: 1.25rem;
    }
}
.hero-middle-left-partners:last-of-type {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.hero-middle-right {
    max-width: 48.5rem;
    align-self: flex-end;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .hero-middle-right {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 64.3125rem) {
    .hero-middle-right-image {
        max-width: 41.5rem;
    }
}

.checkbox-item-wrapper {
    display: flex;
    align-items: flex-start;
    max-width: 520px;
    width: 100%;
}
@media screen and (min-width: 30.0625rem) {
    .checkbox-item-wrapper {
        height: 23px;
    }
}
@media screen and (max-width: 30rem) {
    .checkbox-item-wrapper {
        height: 40px;
    }
}
.checkbox-item-wrapper .text {
    max-width: 520px;
    width: 100%;
}
@media screen and (min-width: 30.0625rem) {
    .checkbox-item-wrapper .text {
        margin-left: 20px;
        height: 23px;
    }
}
@media screen and (max-width: 30rem) {
    .checkbox-item-wrapper .text {
        height: 40px;
    }
}
@media screen and (max-width: 30rem) {
    .checkbox-item-wrapper .text {
        padding-left: 1.25rem;
    }
}
.checkbox-item-wrapper .text span, .checkbox-item-wrapper .text a {
    font-size: 12px;
    white-space: break-spaces;
}
.checkbox-item-wrapper .text a {
    color: var(--oranzhevyy);
    text-decoration: underline;
}
.checkbox-item-wrapper .text a:hover {
    color: var(--chernyy);
}

.checkbox-item {
    display: block;
    position: relative;
    padding-left: 1rem;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid rgba(20, 21, 23, 0.1019607843);
    border-radius: 7px;
}
@media screen and (min-width: 30.0625rem) {
    .checkmark {
        top: 0;
    }
}
@media screen and (max-width: 30rem) {
    .checkmark {
        top: 5px;
    }
}

/* On mouse-over, add a grey background color */
.checkbox-item:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-item input:checked ~ .checkmark {
    background-color: var(--oranzhevyy);
}

.checkbox.error ~ .checkmark {
    background-color: #fff;
    border-color: red;
}

.checkbox-item .checkbox.error :checked ~ .checkmark {
    border-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-item input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-item .checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width:768px) and (min-width:481px){
	.block-accordion-item h3 {
		font-size: 30px;
	}
}

@media screen and (max-width:480px) {
	.block-accordion-item h3 {
		font-size: 25px;
		line-height: 100%;
	}

    .block-accordion-item .accordion__title .icon-arrow {
        width: 30px;
        height: 30px;
    }

	h2.title{
		font-size: 30px !important;
	}
}

/*# sourceMappingURL=initial.css.map */