@import url(../fonts/helvetica/stylesheet.css);

@import url(../fonts/montserrat/stylesheet.css);

@import url(../css/bootstrap-grid.min.css);

@import url(../css/owl.carousel.min.css);

@import url(../css/owl.theme.default.min.css);

@import url(../plugins/jvectormap/css/jquery-jvectormap.min.css);

*,
*::before,
*::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat";
}

.row {
    margin: 0px !important;
}

.text-orange {
    color: #FF5C00 !important;
}

#owl-carousel-partners {
    padding: 0px 64px;
}

#owl-carousel-partners .owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#owl-carousel-partners .owl-stage .owl-item {
    margin: 0px 8px !important;
}

#owl-carousel-partners .owl-stage .owl-item img {
    width: 100%;
    height: 100%;
}

#world_map {
    width: 100%;
    height: 512px;
}

.jvectormap-zoomout {
    top: 40px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    padding: 8px;
    cursor: pointer;
    margin: 12px;
    transition: background-color 128ms linear, color 128ms linear;
}

.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    background-color: #ff0f00;
    color: #ffffff;
}

.header {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header__overlay--circle {
    position: absolute;
    bottom: -200px;
    right: -1000px;
    width: 1500px;
    height: 1400px;
    border-radius: 50%;
    background-image: radial-gradient(circle, #ff0f00 0%, transparent 64%);
    z-index: 64;
}

.header__block-main {
    position: relative;
    width: 100%;
    height: 100vh;
}

.header__block-secondary {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.header__block-global {
    position: relative;
    width: 100%;
    height: 100vh;
}

.header__color-block--black {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.header__color-block--black::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, transparent 0%, #ff0f00 200%);
}

.image-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

.image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-block::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.5) 64%, transparent 100%);
    width: 100%;
    height: 50%;
}

.video-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

.video-block--video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 100%;
}

.video-block::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.5) 64%, transparent 100%);
    width: 100%;
    height: 50%;
}

.video-block::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 64%, transparent 100%);
    width: 100%;
    height: 50%;
}

.content-block-main {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 128;
}

.content-block-secondary {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 128;
}

.content-block-global {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 128;
}

.navbar {
    width: 100%;
    height: auto;
}

.navbar__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.navbar__logo {
    width: 120px;
    height: auto;
}

.navbar__logo>a {
    display: flex;
}

.navbar__logo>a>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.navbar__item:not(:last-of-type) {
    margin-right: 32px;
}

.navbar__link {
    display: flex;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px;
    transition: color 128ms linear;
}

.navbar__link:hover {
    color: #ff0f00;
}

.navbar__link--active {
    display: flex;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #ff0f00;
    padding: 12px;
    transition: color 128ms linear;
}

.navbar__phone--link {
    display: flex;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px;
    transition: color 128ms linear;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(3px);
}


.navbar__phone--link:hover {
    color: #ff0f00;
}

.language {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(3px);
}

.language__list {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}

.language__item {
    width: 24px;
    height: 18px;
    border-radius: 6px;
    overflow: hidden;
}

.language__item:not(:last-of-type) {
    margin-right: 8px;
}

.language__link {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0.5;
    transition: opacity 150ms linear;
}

.language__link:hover {
    opacity: 1;
}

.language__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.description-block-main {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 64px;
}

.description-block-main__text-block {
    position: relative;
}

.description-block-main__overlay--triangle {
    position: absolute;
    top: -180px;
    left: -130px;
    width: 180px;
    height: 180px;
    background-image: url("../content/img/triangle-small.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.description-block-main__heading--title {
    font-family: "Helvetica Neue";
    font-weight: 500;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 64px;
}

.description-block-main__heading--title:nth-of-type(1) {
    color: #ff0f00;
}

.description-block-main__heading--title:nth-of-type(2) {
    color: #ffffff;
}

.description-block-main__body {
    max-width: 350px;
}

.description-block-main__body--description {
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
}

.description-block-main__body--description b {
    font-weight: 600;
}

.description-block-main__scroll-btn button {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    color: #ffffff;
    text-transform: uppercase;
    text-wrap: nowrap;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 16px;
    transition: background-color 256ms linear;
    cursor: pointer;
    z-index: 256;
}

.description-block-main__scroll-btn button i {
    color: #ff0f00;
}

.description-block-main__scroll-btn button:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

.description-block-secondary-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.description-block-secondary {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.description-block-secondary__text-block {
    position: relative;
    max-width: 565px;
    margin-right: 32px;
    z-index: 128;
}

.description-block-secondary__overlay--triangle {
    position: absolute;
    bottom: 0px;
    left: -100px;
    width: 50%;
    height: 60%;
    background-image: url("../content/img/triangle_large.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.description-block-secondary__heading--title:nth-of-type(1) {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff0f00;
    margin-bottom: 16px;
}

.description-block-secondary__heading--title:nth-of-type(2) {
    font-family: "Helvetica Neue";
    font-size: 48px;
    font-weight: 200;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 50px;
}

.description-block-secondary__body--description {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    color: #ffffff;
}

.description-block-secondary__body--description strong {
    color: #ff0f00;
}

.description-block-secondary__body--description:not(:last-of-type) {
    margin-bottom: 32px;
}

.description-block-secondary__img {
    max-width: 450px;
    height: 500px;
    border-radius: 12px;
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.64);
    overflow: hidden;
}

.description-block-secondary__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.description-block-global {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.description-block-global__text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.description-block-global__heading {
    max-width: 540px;
    margin-bottom: 42px;
}

.description-block-global__heading--title-small {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff0f00;
    margin-bottom: 18px;
}

.description-block-global__heading--title-large {
    font-family: "Helvetica Neue";
    font-size: 48px;
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 24px;
}

.description-block-global__heading--description {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.card-block {
    border-radius: 16px;
    padding: 1.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
}

.stripes {
    background: linear-gradient(135deg, #010509, #002C52, #969696, #FF0F00);
}

.stripes::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.05) 0,
            rgba(255, 255, 255, 0.05) 2px,
            transparent 2px,
            transparent 8px);
    pointer-events: none;
    z-index: 0;
}

.stripes:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.card-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.card-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    font-weight: 500;
}

.card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, #FF0F00, #002C52);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.description-block-global__heading--description:not(:last-of-type) {
    margin-bottom: 12px;
}

.description-block-global__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.description-block-global__content-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
}

.description-block-global__content-menu:not(:last-of-type) {
    margin-right: 48px;
}

.content-menu__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.content-menu__item i {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ff0f00;
    border-radius: 50%;
    font-size: 13px;
    color: #ffffff;
    margin-right: 14px;
}

.content-menu__item:not(:last-of-type) {
    margin-bottom: 16px;
}

.content-menu__link {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

.main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main-overlay--radial {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: calc(100% + 666px);
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 15, 0, 0.32) 0%, transparent 64%);
    z-index: -1;
}

.section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
}

.section__heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.section__heading--category {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ff0f00;
    margin-bottom: 22px;
}

.section__heading--title {
    font-family: "Helvetica Neue";
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #000000;
}

.services {
    width: 100%;
    height: auto;
    margin: 64px 0px;
}

.services__block {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    padding: 32px;
    overflow: hidden;
}

.services__icon-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    margin-bottom: 16px;
}

.services__icon-block--circle {
    position: relative;
    width: 72px;
    height: 72px;
    background-color: #ff0f00;
    background-size: 50px;
    background-position: center center;
    border-radius: 50%;
    transform-origin: center center;
    z-index: -1;
}

.services__icon-block--img {
    position: absolute;
    width: 50px;
    height: 50px;
}

.services__heading-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services__heading-block--title {
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    margin-bottom: 24px;
    color: #000000;
}

.services__heading-block--title:hover {
    color: #698CFF;
    text-decoration: underline;
}

.services__heading-block--description {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
}

.components {
    width: 100%;
    height: auto;
}

.components-block {
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
}

.components-block:not(:last-of-type) {
    margin-right: 24px;
}

.components-block:hover .components-block__head a {
    background-color: #ffffff;
    color: #000000;
}

.components-block:hover .components-block__body {
    height: 200px;
    backdrop-filter: blur(6px);
    background-color: rgba(100, 100, 100, 0.4);
    transform: translate(0px, 0px);
}

.components-block:hover .components-block__body--description {
    opacity: 1;
}

.components-block__overlay--radial {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 15, 0, 0) 30%, black 100%);
    z-index: 128;
}

.components-block__overlay--linear {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 50%, #ff0f00 100%);
    z-index: 128;
}

.components-block__overlay--img {
    width: 100%;
    height: 100%;
}

.components-block__overlay--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 100%;
}

.components-block__head {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 128;
}

.components-block__head--link {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 128ms linear, color 128ms linear;
}

.components-block__body {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100px;
    background-color: transparent;
    backdrop-filter: blur(0px);
    border-radius: 24px;
    margin: 8px;
    padding: 24px;
    overflow: hidden;
    transform: translate(-20px, -30px);
    transition: background-color 128ms linear, height 128ms linear, transform 128ms linear;
    z-index: 128;
}

.components-block__body--title {
    font-family: "Helvetica Neue";
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}

.components-block__body--description {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 128ms linear;
}

.faq {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq__block {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 24px;
    padding: 32px 40px;
}

.faq__block:not(:last-of-type) {
    margin-bottom: 24px;
}

.faq__minimazed-detail {
    width: 100%;
    height: auto;
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform 512ms linear, opacity 512ms linear;
}

.faq__minimazed-detail-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faq__minimazed-detail-header--title {
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #000000;
    width: 100%;
    /* max-width: 512px; */
}

.faq__minimazed-detail-header--button {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    outline: none;
    border: 2px solid #000000;
    border-radius: 50%;
    font-size: 22px;
    transform: rotate(45deg);
    cursor: pointer;
    transition: background-color 128ms linear, color 128ms linear, transform 256ms linear;
}

.services-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 1.5rem;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #FF0F00, #000000);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.service-card:hover {
    transform: translateX(8px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.service-card:hover::after {
    opacity: 0.1;
}

.service-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #FF0F00;
    z-index: 1;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.8;
}

.service-text {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    z-index: 1;
    position: relative;
}

.faq__minimazed-detail-header--button:hover {
    background-color: #000000;
    color: #ffffff;
}

.faq__maximized-detail {
    width: 100%;
    height: auto;
    max-height: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translate(0px, 0px);
    opacity: 0;
    transition: transform 512ms linear, opacity 512ms linear, max-height 512ms linear;
}

.faq__maximized-detail-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faq__maximized-detail-header--title {
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #ff0f00;
}

.faq__maximized-detail-header--button {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    outline: none;
    border: 2px solid #000000;
    border-radius: 50%;
    font-size: 22px;
    transform: rotate(-45deg);
    cursor: pointer;
    transition: background-color 128ms linear, color 128ms linear, transform 256ms linear;
}

.faq__maximized-detail-header--button:hover {
    background-color: #000000;
    color: #ffffff;
}

.faq__maximized-detail-body {
    width: 90%;
    height: auto;
    margin-top: 20px;
}

.faq__maximized-detail-body--description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.filtering-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.filtering-control {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
    padding: 0px;
}

.filtering-control__block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.filtering-control__block--button {
    background-color: transparent;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    outline: none;
    border: 1px solid #000000;
    border-radius: 24px;
    padding: 8px 24px;
    color: #000000;
    cursor: pointer;
}

.filtering-control__block--button[class*='filtering-active'] {
    background: #ff0f00;
    border: 1px solid #ff0f00;
    color: #ffffff;
}

.filtering-control__block--button:not(:last-of-type) {
    margin-right: 4px;
}

.filtering-block {
    position: relative;
    width: 100%;
    height: 333px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 18px;
    padding: 32px;
    overflow: hidden;
}

.filtering-block__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.filtering-block__overlay--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filtering-block__overlay-video-gray {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.filtering-block__overlay-video-gray--video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.filtering-block__overlay-video-gray::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 60%, rgba(255, 0, 0, 0) 100%);
    z-index: 1;
}

.filtering-block__overlay-gray {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.filtering-block__overlay-gray--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 33% 0%;
    filter: grayscale(1);
}

.filtering-block__overlay-red {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.filtering-block__overlay-red--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filtering-block__overlay-red::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 15, 0, 0.64);
}

.filtering-block__overlay-linear-red {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.filtering-block__overlay-linear-red--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filtering-block__overlay-linear-red::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(180deg, rgba(255, 15, 0, 0.8) 60%, rgba(255, 0, 0, 0) 100%);
}

.filtering-block__overlay-linear-blue {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.filtering-block__overlay-linear-blue--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filtering-block__overlay-linear-blue::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(180deg, rgba(0, 44, 82, 0.8) 60%, rgba(255, 0, 0, 0) 100%);
}

.filtering-block__header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.filtering-block__header--title {
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-weight: 100;
    color: #ffffff;
}

.filtering-block__header--button {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 16px;
}

.filtering-block__body {
    margin-bottom: 32px;
}

.filtering-block__body--description {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.filtering-block__footer {
    width: 100%;
    height: auto;
    border-top: 1px solid #B3B3B3;
    padding-top: 16px;
}

.filtering-block__footer--button {
    position: relative;
    width: 128px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(179, 179, 179, 0.24);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(179, 179, 179, 0.24);
    border-radius: 24px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
}

.filtering-block__footer--button-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(179, 179, 179, 0.24);
    margin-right: 8px;
}

.footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #000000;
}

.footer__section {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ff0f00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 80px 0px;
}

.footer__section-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
    z-index: 128;
}

.footer__section-heading--category {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 18px;
}

.footer__section-heading--title {
    font-family: "Helvetica Neue";
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.footer__section-overlay--triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("../content/img/triangle_partners.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer__content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer__contact {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #959595;
    margin: 64px 0px;
}

.footer__contact-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 28px;
    margin-right: 32px;
    text-decoration: none;
    transition: background-color 128ms linear;
}

.footer__contact-block:not(:last-of-type) {
    margin-right: 64px;
}

.footer__contact-block:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.footer__contact-block-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
}

.footer__contact-block-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 16px;
}

.footer__contact-block-info--title {
    font-size: 14px;
    font-weight: 300;
    color: #959595;
    margin-bottom: 4px;
}

.footer__contact-block-info--description {
    max-width: 300px;
    font-size: 14px;
    color: #ffffff;
}

.footer__nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.footer__nav-about {
    width: 100%;
    height: auto;
    max-width: 427px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 128px;
}

.footer__nav-about--title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer__nav-about--title strong {
    color: #ff0f00;
}

.footer__nav-about--description {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff;
}

.footer__nav-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer__nav-navigation--title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff0f00;
    margin-bottom: 20px;
}

.footer__nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
}

.footer__nav-menu--item:not(:last-of-type) {
    margin-bottom: 12px;
}

.footer__nav-menu--link {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: color 128ms linear;
}

.footer__nav-menu--link-active {
    color: #ff0f00;
}

.footer__nav-menu--link:hover {
    color: #ff0f00;
}

.footer__nav-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__nav-social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    transition: color 128ms linear, border 128ms linear;
}

.footer__nav-social-icon:not(:last-of-type) {
    margin-bottom: 16px;
}

.footer__nav-social-icon:hover {
    border: 1px solid #ff0f00;
    color: #ff0f00;
}

.footer__bottom {
    width: 100%;
    height: auto;
    background-color: #242424;
    padding: 20px;
    margin-top: 128px;
}

.footer__bottom-copyright--description {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 992px) {

    .faq__minimazed-detail-header--title,
    .faq__maximized-detail-header--title {
        font-size: 18px;
        max-width: 444px;
    }

    .services__heading-block--title {
        font-size: 22px;
    }

    .navbar__phone {
        display: none;
    }

    .navbar__logo {
        margin-bottom: 24px;
    }

    .navbar__content {
        flex-direction: column;
    }

    .description-block-secondary-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer__section-heading--category {
        font-size: 18px;
    }

    .footer__section-heading--title {
        font-size: 32px;
    }

    .footer__contact-block {
        width: 100%;
    }

    .footer__contact-block:not(:last-of-type) {
        margin: 0px;
        margin-bottom: 12px;
    }

    .footer__contact {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .description-block-main__heading--title {
        font-size: 48px;
    }

    .description-block-main__scroll-btn {
        margin-top: 32px;
    }

    .description-block-main__overlay--triangle {
        display: none;
    }

    .description-block-secondary__heading--title:nth-of-type(2) {
        font-size: 48px;
    }

    .description-block-secondary__img {
        display: none;
    }

    .description-block-secondary__text-block {
        margin-right: 0px;
    }

    .description-block-global__content {
        display: none;
    }

    .description-block-global__heading--title-large {
        font-size: 42px;
    }

    .section {
        padding: 64px 0px;
    }

    .section__image {
        width: 100%;
    }

    .section__heading--category {
        font-size: 18px;
    }

    .section__heading--title {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {

    .faq__minimazed-detail-header--title,
    .faq__maximized-detail-header--title {
        max-width: 333px;
    }

    .section__heading--category {
        font-size: 12px;
    }

    .section__heading--title {
        font-size: 24px;
    }

    .footer__section-heading--title {
        font-size: 24px;
    }

    .footer__section-heading--category {
        font-size: 12px;
    }

    .description-block-main__overlay--triangle {
        display: none;
    }

    .description-block-main__heading--title {
        font-size: 42px;
        line-height: 48px;
    }

    .description-block-secondary__overlay--triangle {
        display: none;
    }

    .description-block-secondary__heading--title:nth-of-type(2) {
        font-size: 42px;
    }

    .footer__contact-block {
        margin-bottom: 16px;
    }

    .description-block-global__heading--title-large {
        font-size: 32px;
    }
}

@media screen and (max-width: 576px) {
    .filtering-control {
        flex-direction: column;
    }

    .filtering-control__block:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .filtering-control__header--title {
        font-size: 20px;
    }

    .faq__maximized-detail-body--description {
        max-height: 256px;
        overflow: scroll;
    }

    .faq__minimazed-detail-header {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .faq__minimazed-detail-header--button {
        margin-bottom: 16px;
    }

    .faq__maximized-detail-header {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .faq__maximized-detail-header--button {
        margin-bottom: 16px;
    }

    .description-block-secondary__body__body {
        overflow: scroll;
        max-height: 256px;
    }

    .components-block__body--description {
        overflow: scroll;
        max-height: 111px;
    }

    .components-block__body--title {
        font-size: 26px;
    }

    .navbar__list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .navbar__item:not(:last-of-type) {
        margin: 0px;
    }

    .section {
        padding: 64px 0px;
    }

    .section__heading {
        margin-bottom: 64px;
    }

    .footer__nav-about {
        display: none;
    }

    .footer__contact-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 32px !important;
    }

    .footer__contact-block-icon {
        margin-bottom: 16px;
    }

    .footer__nav-navigation {
        padding: 0px 20px;
    }

    .footer__contact-block-info {
        margin: 0;
    }
}
