@import url('https://fonts.cdnfonts.com/css/univers-lt-std');

@font-face {
    font-family: 'GT Ultra Fine Trial';
    src: url('../fonts/TWKEverett-Light.eot');
    src: url('../fonts/GT-Ultra-Standard-Light-Italic.ttf') format('truetype'), url('../fonts/GT-Ultra-Standard-Light-Italic.woff') format('woff'), url('../fonts/GT-Ultra-Standard-Light-Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

:root {
    --pro-commons-font: 'tt-commons-pro', sans-serif;
    --univers-font: 'tt-commons-pro', sans-serif;
    --alt-color: #008540;
}

/* --alt-color: #5A8E22; */
/* #5E9732 */
.main-block_visible {
    overflow: visible !important;
}

.loading-container.loading {
    filter: blur(2px);
    pointer-events: none;
}

.regular-span span {
    font-style: normal !important;
    font-family: inherit;
}

.full-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.full-area-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fz-18 {
    font-size: 18px;
}

.pro-18-500 {
    font: 500 18px / 1.5 var(--pro-commons-font);
}

.btn svg {
    transition: transform 0.2s;
}

.btn:hover svg {
    transform: translateX(4px);
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    overflow: hidden;
}

ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

ol {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'tt-commons-pro';
    font-weight: 500;
    color: #000000;
    font-style: normal;
}

h1 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 10px;
}

h2 {
    font-size: 54px;
    font-weight: 300;
    line-height: 111.111%;
    letter-spacing: -1.08px;
}

h2 span,
.h2-with-italic i {
    font-family: 'GT Ultra Fine Trial', sans-serif;
    font-size: 107.4%;
    font-weight: 300;
    letter-spacing: -1.16px;
    line-height: 0.931;
    font-style: normal;
}

.h2-with-italic.fw-400 i,
h2.fw-400 span {
    font-weight: 400;
}

h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

*:focus::-webkit-input-placeholder {
    color: transparent !important;
}

*:focus::-moz-placeholder {
    color: transparent !important;
}

*:focus:-moz-placeholder {
    color: transparent !important;
}

*:focus:-ms-input-placeholder {
    color: transparent !important;
}

p,
li {
    line-height: 1.62;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #4346CB;
}

html {
    height: 100%;
}

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

body {
    font-family: var(--pro-commons-font);
}

body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

section {
    position: relative;
    width: 100%;
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    position: relative;
}

/* .row { */
/*     display: flex; */
/*     flex-wrap: wrap; */
/*     justify-content: space-between; */
/*     gap: 16px; */
/* } */

#slider .slick-slide img {
    width: 100%;
}

#view_recources {
    background: #000;
    padding: 91px 0 144px;
}

.view_recources_block {
    background: #FFFFFF;
    width: 100%;
    height: 128px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    padding-left: 39px;
    padding-right: 50px;
}

.view_recources_field {
    position: relative;
    width: 60%;
    color: #000;
    font-family: tt-commons-pro;
    font-size: 42px;
    font-weight: 300;
    line-height: 123.81%;
    letter-spacing: -0.84px;
    cursor: pointer;
}

.view_recources_field span {
    position: absolute;
    right: 0;
    top: -6px;
}

.dropdown .toggle_dropdown {
    height: 32px;
}

.dropdown .toggle_dropdown select {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: inherit;
}

.view_recources_field_bord {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 538px;
    height: 2px;
    background: #000;
}

.btn {
    display: flex;
    align-items: center;
    padding-left: 16px;
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 228.571%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background: var(--alt-color) url("../img/arrow_white_right.svg") no-repeat 95% center;
    width: 25%;
    height: 56px;
}

#about {
    padding: 180px 0 30px;
}

.subtitle {
    color: var(--alt-color);
    font-family: var(--pro-commons-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding-left: 33px;
    background: url("../img/subtitle.svg") no-repeat left center;
    margin-bottom: 9px;
}

.video {
    width: 100%;
    margin: 60px 0 77px;
}

.video_block {
    text-align: right;
}

.animated-video-block {
    display: flex;
    justify-content: flex-end;
}

.video_block__wrap {
    aspect-ratio: 1192 / 463;
    position: relative;
    width: 80%;
    transition: width 0.05s;
}

.video_block__wrap video {
    object-fit: cover;
}

.about-video__file {
    display: inline-flex;
    color: #FFF;
    font: 500 16px / 1.5 var(--pro-commons-font);
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding-inline: 1em;
    /* padding-block: 18px 12px; */
    padding-block: 1.125em 0.75em;
    background-color: var(--alt-color);
    border: 1px solid var(--alt-color);
    transition: all 0.3s ease;
}

.about-video__file:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.about-video__btn-wrap {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 10;
    opacity: 1;
}

.about-video__btn-wrap.off {
    opacity: 0;
}

.about-video__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--alt-color);
    transition: 0.3s ease;
}

.about-video__play-btn svg {
    display: block;
    transition: fill 0.3s ease;
}

.about-video__play-btn:hover {
    background-color: var(--alt-color);
}

.about-video__play-btn:hover path {
    fill: #fff;
}

.about-video__top-layer {
    transition: opacity 1.3s;
}

.about-video.open .about-video__top-layer {
    opacity: 0;
}

#about .btn {
    margin-top: 25px;
}

.our-products {
    background: #fff;
}

.single-product .our-products {
    padding-top: 70px;
}

@media(max-width: 767px) {
    .single-product .our-products {
        padding-top: 35px;
    }
}

.products_slider_section {
    width: 100%;
    margin-top: 75px;
    background: #000;
    display: flex;
    justify-content: space-between;
}

.products_lists_block {
    padding-top: 57px;
    padding-left: 145px;
    padding-right: 10px;
    width: calc(100% - 833px);
}

.products_tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 96px;
}

a.products_tab {
    color: rgba(255, 255, 255, 0.70);
    font-family: tt-commons-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 157.143%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

a.products_tab.active {
    color: #fff;
    font-family: 'tt-commons-pro', sans-serif;
    border-bottom: 1px solid #fff;
}

.products_lists ul li {
    color: #FFF;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    /* 120% */
    cursor: pointer;
    margin-bottom: 24px;
}

.products_lists ul li svg {
    display: none;
    margin-left: 20px;
}

.products_lists ul li.active svg {
    display: inline;
}

.products_carousels {
    position: relative;
    width: 833px;
}

.product-carousel-item {
    position: relative;
}

.product-carousel-text {
    position: absolute;
    padding-left: 71px;
    bottom: 0;
    width: 100%;
    height: auto !important;
    padding-right: 150px;
    padding-bottom: 65px;
}

.product-carousel-text p {
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.product-carousel-top {
    display: block;
    /*justify-content: space-between;
    align-items: flex-end;*/
}

.product-carousel-top h5 {
    color: #FFF;
    font-family: 'tt-commons-pro';
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.24;
    /* 123.81% */
    letter-spacing: -0.84px;
    margin-bottom: 35px;
}


#our_projects a.btn {
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background: url("../img/arrow_white_right.svg") no-repeat 95% center;
    border: 1px solid #fff;
    width: 165px;
    padding-left: 12px;
    height: 36px;
}

.product-carousel-bottom {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 25px;
    bottom: 68px;
    right: 0;
    width: 100%;
    max-height: 833px;
    padding-left: 71px;
    padding-right: 150px;
}

.product-carousel-numbers,
.project-carousel-numbers {
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.product-carousel-dots {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.product-carousel-dot,
.project-carousel-dot {
    height: 4px;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    width: 100%;
}

.product-carousel-dot.active,
.project-carousel-dot.active {
    opacity: 1;
    cursor: default;
}

#our_projects,
.project-carousel,
.project-carousel-item {
    width: 100%;
    position: relative;
}

.project-carousel-item img {
    width: 100%;
}

.project-carousel-item img {
    width: 100%;
}

.project-carousel-top {
    position: absolute;
    left: 0;
    top: 113px;
    z-index: 999;
    width: 100%;
}

.project-carousel-block {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#our_projects .subtitle,
#our_projects h2,
#our_history .subtitle,
#our_history h2 {
    color: #fff;
}

.project-carousel-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 16px;
}

#our_projects a.btn:first-child {
    color: #000;
    background: #fff url("../img/arrow_white_black.svg") no-repeat 95% center;
}

.project-carousel-bottom {
    position: absolute;
    left: 0;
    bottom: 64px;
    z-index: 999;
    width: 100%;
}

.project-carousel-bottom-block {
    display: flex;
    align-items: center;
    gap: 78px;
}

.project-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 33px;
    width: 100%;
}

#our_history {
    background: #000 url("../img/our_history.jpg") no-repeat top center;
    background-size: contain;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

#our_history .subtitle {
    margin-bottom: 16px;
}

.our_history_block,
.news_top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#our_history .btn {
    margin-top: 15vw;
    width: 290px;
}

img.auto {
    max-width: calc(100% - 300px);
}

.products_list,

.product-carousel-bottom {
    display: none;
    position: relative;
}

.product-carousel {
    opacity: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

.product-carousel.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.products_list.active,

.product-carousel-bottom.active {
    display: block;
}

#news {
    background: #000;
    padding-block: 100px 150px;
}

#news h2,
#news .subtitle {
    color: #fff;
}

.news_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.news_item {
    width: 360px;
    height: 440px;
    border-radius: 24px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 33px 25px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_item_top a {
    color: #000;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.48px;
}

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

.news_item_img {
    overflow: hidden;
    width: 100%;
    height: 174px;
    text-align: center;
}

a.news_item_cat {
    margin-top: 24px;
    font-family: 'tt-commons-pro', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.news_item_white .news_item_top a,
.news_item_white .news_item_top .a {
    color: #fff;
    font-family: tt-commons-pro;
    font-size: 32px;
}

@media(max-width: 991px) {
    .news_item_white .news_item_top .a {
        font-size: 26px;
    }

    .news_item_white.news_item {
        height: 360px;
    }
}

.news_item_white a.news_item_cat {
    color: #fff;
}

#insta {
    background: #000;
    padding-bottom: 90px;
}

.insta_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

#insta h2 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer {
    width: 100%;
    background: #000;
    padding-top: 34px;
    padding-bottom: 55px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 56px;
}

.footer-top-item {
    width: 24%;

}

.footer-top-item:last-child {
    width: 14%;
}

.footer-top-item ul li {
    margin-bottom: 24px;
}

.footer-top-item ul li a {
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    display: flex;
    align-items: center;
    gap: 23px;
}

.footer-top-item ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom ul {
    display: flex;
    gap: 39px;
}

.footer-bottom ul li a {
    display: flex;
    gap: 39px;
}

.copy,
.footer-bottom ul li a {
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 13px;

    font-weight: 400;
    line-height: 215%;
}

.slider__prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 5%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider__next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 5%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

img.affiliation-img {
    width: 100%;
}

.affiliation-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 66px;
    ;
}

.affiliation-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.affiliation-title h1 {
    color: #FFF;
    font-family: tt-commons-pro;
    font-size: 54px;
    font-weight: 300;
    line-height: 111%;
    letter-spacing: -1.08px;
}

.affiliation-title p {
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 18px;

    font-weight: 400;
    line-height: 155%;
}

.bg-dark-section * {
    color: #fff;
}

.images_blocks.bg-dark-section .text h2,
.images_blocks.bg-dark-section .text p {
    color: #fff;
}

.get-report h2 {
    font-size: 42px;
    line-height: 1.23;
    letter-spacing: -0.84px;
}

.get-report .download-btn.btn {
    margin-top: 40px;
}

.images_blocks h2 i {
    font-size: 107.4%;
    font-style: italic;
    font-weight: 400;
    line-height: 0.931034;
    letter-spacing: -1.16px;
}

.career-section.images_blocks .row .text p {
    font-family: var(--pro-commons-font);
    margin-top: 17px;
    margin-bottom: 0;
}

.career-section.images_blocks .row .text {
    max-width: 754px;
}

.images_blocks .h2-with-italic-txt {
    margin-bottom: 0.689655em;
}

.vacancies {
    padding: 80px 0;
}

.intro_title.vacancies__main-header {
    color: #000;
    font: 300 32px / 1.3 var(--univers-font);
    letter-spacing: -0.64px;
    margin-bottom: 1em;
}

.vacancies__container {
    background: #F7F7F7;
    padding-block: 42px;
}

.vacancies__wrap {
    max-width: 750px;
    padding: 0 20px;
    margin: 0 auto;
}

.vacancy {
    display: flex;
    align-items: center;
    padding-block: 16px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #B8B8B8;
}

.vacancy .btn.inl_block {
    margin-left: auto;
    width: 150px;
    min-width: 150px;
    background-position: 90% center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-block: 14px 8px;
}


.vacancy__info {
    font-family: var(--pro-commons-font);
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding-right: 5px;
}

.vacancy__position-name {
    font-size: 18px;
}

.vacancy__area {
    font-size: 14px;
}

.wanna-know-more {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
}

.wanna-know-more__wrap {
    display: grid;
    grid-template-columns: 50% 50%;
}

.wanna-know-more .text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}

.wanna-know-more__txt {
    max-width: 507px;
}

.wanna-know-more__txt :where(h1, h2, h3, h4, h5, h6) {
    font: 500 24px / 1.33 var(--pro-commons-font);
    margin-bottom: 1em;
}

.wanna-know-more__txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 18px;
}

.wanna-know-more__txt p:last-child {
    margin-bottom: 0;
}

.get-report .row {
    flex-direction: row !important;
}

.download-btn.btn {
    font-size: 14px;
    width: 291px;
    background-image: url('../img/download-icon.svg');
}

.sustain-tabs {
    color: #fff;
    margin-top: 48px;
}

.sustain-tabs__header {
    display: flex;
    gap: 40px;
}

.sustain-tabs__header a {
    color: #FFF;
    display: inline-block;
    position: relative;
    font-family: var(--pro-commons-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75;
}

.sustain-tabs__header a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: var(--alt-color);
    opacity: 0;
    transition: opacity 0.3s;
}

.sustain-tabs__header .active a::after,
.sustain-tabs__header a:hover::after {
    opacity: 1;
}

.sustain-tabs__content {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 60px;
}

.sustain-tabs__item {
    display: flex;
    gap: 110px;
    grid-column: 1;
    grid-row: 1;
}

.js-tab-item {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.js-tab-item.active {
    visibility: visible;
    height: auto;
}

.js-tab-item.visible {
    opacity: 1;
}

.sustain-tabs__text {
    font-family: var(--pro-commons-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 360px;
}

.h2-smaller {
    font-size: 42px;
}

.sustain__header {
    max-width: 751px;
}

.sustain {
    padding: 103px 0 129px;
}

.greencore-pioneer {
    padding: 139px 0 50px;
}

.greencore-pioneer__wrap {
    display: flex;
    justify-content: space-between;
}

.greencore__header {
    color: var(--alt-color);
    margin-top: 32px;
}

.txt-commons-pro {
    font: 500 16px / 1.5 var(--pro-commons-font);
}

.txt-commons-pro p {
    line-height: inherit;
}

.greencore-pioneer__text {
    max-width: 461px;
    margin-top: 25px;
}

.page-template-page-low-carbon .greencore-pioneer__text {
    margin-top: 32px;
}

@media(max-width: 991px) {
    .page-template-page-low-carbon .greencore-pioneer__text {
        margin-top: 16px;
    }
}

.greencore-pioneer__download {
    margin-top: 40px;
}

.greencore-pioneer__img-part {
    margin-left: 20px;
    flex-basis: 457px;
    flex-shrink: 0.1;
}

.essence-greencore {
    text-align: center;
    padding: 50px 0 100px;
    position: relative;
}

.essence-greencore__wrap {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.essence-greencore__text {
    max-width: 787px;
    margin: 14px auto 0;
}

.essence-greencore__icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.essence-greencore__icon-wrap .co2 {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
}

.h32-green {
    font-size: 32px;
    line-height: 1.3;
    color: var(--alt-color);
    letter-spacing: -0.64px;
}

.essence-greencore__header {
    margin-top: -125px;
}

.green-core-switcher__text {
    transition: opacity 0s;
    grid-column: 1;
    grid-row: 1;
    color: var(--alt-color);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
    font-weight: 300;
    line-height: 1;
    padding-top: 50px;
}

.green-core-switcher__text-wrap {
    display: grid;
}

.green-core-switcher__header {
    display: flex;
    align-items: center;
}

.green-core-switcher__btn {
    display: flex;
    height: 115px;
    align-items: center;
    padding: 0 25px;
    border-radius: 100px;
    cursor: pointer;
}

.green-core-switcher__btn img {
    opacity: 0.5;
}

.active .green-core-switcher__btn {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.active .green-core-switcher__btn img {
    opacity: 1;
}

.green-core-switcher__header {
    display: inline-flex;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    background-color: #F9F9F9;
}

.green-core-switcher__header::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(116, 213, 255, 0.04), 0px 64.81481px 46.85185px 0px rgba(140, 201, 74, 0.16), 0px 100px 80px 0px rgba(137, 198, 243, 0.07);
    z-index: -1;
    border-radius: 100px;
}

.green-core-switcher__header li {
    margin-bottom: 0;
}

.green-core-switcher__bigger-txt {
    font-size: 84px;
    letter-spacing: -1.68px;
}

.green-core-switcher__lesser-txt {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 7px;
}

.reset-btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.carbon-metrics {
    padding: 85px 0;
}

.carbon-metrics__wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.carbon-metrics__txt {
    margin-top: 14px;
}

.carbon-metrics__txt-wrap {
    max-width: 457px;
}

.product-availability {
    padding: 85px 0 160px;
}

.product-availability__slider-wrap {
    margin-top: 31px;
}

.product-availability__slider {}

.product-availability__slide {}

.product-availability__slide-inner {
    width: 263px;
    aspect-ratio: 263 / 321;
    position: relative;
}

.product-availability__slide-img {}

.product-availability__link {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.48px;
    z-index: 5;
    position: relative;
    margin: 32px 24px 0;
}

.slider_style.product-availability__slider .slick-dots li {
    background-color: var(--alt-color);
    opacity: 0.4;
}

.slider_style.product-availability__slider .slick-arrow {
    box-shadow: 0px 5.066666603088379px 63.33333206176758px rgba(0, 0, 0, 0.10);
}

.slider_style.product-availability__slider .slick-dots li.slick-active {
    background-color: var(--alt-color);
}

.slider_style.product-availability__slider {
    padding-bottom: 40px;
}


.product-toggle__icon {
    display: block;
    transition: transform 0.3s;
    transform: rotate(-90deg);
}

.product-toggle.open-toggle .product-toggle__icon {
    transform: rotate(0);
}

.product-toggle__header {
    display: flex;
    align-items: center;
    gap: 10px;
    font: 500 14px / 1.42 var(--pro-commons-font);
    letter-spacing: 0.28px;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
    cursor: pointer;
}

.product-toggle.hide {
    display: none;
}

.product-toggle__content {
    display: none;
}

.file-accordeon {
    margin-block: 32px;
    border-right: 1px solid #FFF;
}

.file-accordeon.file-accordeon_revit {
    border-right: none;
    margin-block: 0 !important;
}

.file-accordeon.file-accordeon_revit.hide {
    display: none;
}

.file-accordeon.file-accordeon_revit:first-child .file-accordeon__header_revit {
    border-top: 1px solid #fff;
}

.file-accordeon .btn {
    width: auto;
    padding-right: 30px;
    white-space: nowrap;
    height: 40px;
}

.file-accordeon__header {
    font-size: 36px;
    line-height: 1.44;
    letter-spacing: -0.72px;
    font-weight: 300;
    padding: 24px;
    border-bottom: 1px solid #FFF;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

h2.file-accordeon__header span {
    font-family: inherit;
    font-size: inherit;
}

.file-accordeon__header.file-accordeon__header_revit {
    font: 500 20px / 1.5 var(--pro-commons-font);
    padding: 18px 18px 18px 0;
}

.file-accordeon__header-wrap.open .file-accordeon__header {
    border-bottom: none;
}

.file-accordeon__indicator {
    width: 32px;
    aspect-ratio: 1;
    position: relative;
    display: block;
    margin-left: auto;
}

.file-accordeon__indicator.file-accordeon__indicator_revit {
    width: 26px;
}

.file-accordeon__header.file-accordeon__header_revit .file-accordeon__indicator {
    margin-inline: 0 12px;
}

.file-tabs {
    padding: 16px 0 16px 30px;
}

.file-tabs__files .cad-label {
    font-size: 14px;
    font-weight: 500;
}

.file-tabs__header-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.file-listing-accordions .file-tabs__header-tabs {
    display: none;
}

.file-tabs__header {
    font: 700 14px /1.5 var(--pro-commons-font);
    padding-bottom: 11px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    transition: border-color 0.3s;
    flex-grow: 1;
    cursor: pointer;
}

.file-tabs__header.active {
    border-color: #fff;
}

.file-accordeon__indicator svg {
    transition: opacity 0.2s;
}

.file-accordeon__indicator-opened {
    opacity: 0;
}

.file-accordeon__indicator-closed {
    opacity: 1;
}

.file-accordeon__header-wrap.open .file-accordeon__indicator-opened {
    opacity: 1;
}

.file-accordeon__header-wrap.open .file-accordeon__indicator-closed {
    opacity: 0;
}

.file-accordeon__header-wrap {
    padding-right: 0 !important;
}

.file-accordeon.item_accord .file-accordeon__content {
    padding: 40px 24px 24px;
    border-bottom: 1px solid #FFF;
}

.file-accordeon.item_accord .file-accordeon__content.file-accordeon__content_revit {
    padding: 0 0 24px 30px;
}

.files-accordeon {
    margin-top: 54px;
}

.files-accordeon.files-accordeon_revit {
    margin-top: 104px;
}

.has-archieves .files-accordeon.files-accordeon_revit {
    margin-top: 24px;
}

.no-product-files-found {
    text-align: center;
    color: #fff;
    font: 500 18px / 1.5 var(--pro-commons-font);
    display: none;
}

.no-product-files-found.show {
    display: block;
}

.files-accordeon.files-accordeon_revit:empty::after {
    content: 'There no files!';
}

.file-accordeon__download-all-wrap {
    display: flex;
    justify-content: flex-end;
}

.file-accordeon__section {
    margin-bottom: 32px;
}

.file-accordeon__section-header {
    font: 600 18px / 1.55 var(--pro-commons-font);
    margin-bottom: 8px;
}

.file-accordeon__item {
    padding: 8px 0 15px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

.file-accordeon__item.hide {
    display: none;
}

.file-accordeon__item.file-accordeon__item_revit {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.file-accordeon__input span {
    font-size: 500 16px / 1.5 var(--pro-commons-font);
    letter-spacing: -0.16px;
    padding-left: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.file-accordeon__item_revit span {
    font-size: 14px;
    font-weight: 500;
    padding-left: 26px;
}

.file-accordeon__input input:checked+span::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #BDBDBD;
    left: 5px;
}

.file-accordeon__input input {
    position: absolute;
    opacity: 0;
}

.file-accordeon__input span::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background: url('../img1/checkbox-icon.svg') center / cover no-repeat;
}

.file-accordeon__download {
    display: block;
    position: relative;
    padding-left: 28px;
}

.revit-year {
    border-bottom: 1px dashed currentColor;
    font-size: 18px;
}

.file-accordeon__item_revit .file-accordeon__download {
    padding-left: 23px;
}

.file-accordeon__download:not(:last-child) {
    margin-bottom: 1em;
}

.file-accordeon__download svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.2s;
}

.file-accordeon__download:hover svg {
    transform: translateY(2px);
}

.file-accordeon__download span {
    font-size: 500 16px / 1.5 var(--pro-commons-font);
    letter-spacing: -0.16px;
}

.file-accordeon__download-selected-wrap {
    margin-top: 40px;
}

.file-accordeon__download-selected-wrap .btn {
    width: 255px;
}

.white-papers-text {
    font-family: var(--pro-commons-font);
    font-weight: 500;
    max-width: 848px;
    margin-bottom: 80px;
}

.footer-logo img {
    margin-bottom: 20px;
}

.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 28px;
    margin: 0 auto;
    /* justify-content: center; */
}

.info-card {
    font-family: var(--pro-commons-font);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.info-card__img-wrap {
    height: 170px;
    display: flex;
    align-items: center;
}

.info-card__img {
    max-height: 100%;
    max-width: 100%;
}

.info-card__header {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 8px;
    color: inherit;
}

.info-card__desc {
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
}

.info-card__download-link {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: inherit;
    flex-grow: 0;
    margin-top: 28px;
}

.info-card__download-link svg {
    margin-left: 16px;
    transition: transform 0.2s;
}

.info-card__download-link:hover svg {
    transform: translateY(3px);
}

.info-card__download-link-text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.16px;
}

.brochures__header {
    color: #fff;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.48px;
}

.pad-b80 {
    padding-bottom: 80px;
}

.square-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 263px);
    gap: 28px;
    margin-top: 80px;
    justify-content: center;
}

.square-link {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    aspect-ratio: 263 / 255;
    padding: 24px;
    display: flex;
}

.square-link__inner {
    display: flex;
    flex-direction: column;
}

.square-link__text {
    color: #FFF;
    font-family: tt-commons-pro;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.333;
    letter-spacing: -0.48px;
}

.square-link__icon {
    margin-top: auto;
    transition: transform 0.3s;
}

.square-link:hover .square-link__icon {
    transform: translateX(4px);
}

.contact-us-top {
    padding-top: 130px;
}

.header-has-referer+main .contact-us-top {
    padding-top: 40px;
}

.contact-us-top__left {
    width: 50%;
    max-width: 50%;
    background-color: var(--alt-color);
}

.contact-us-top__header {
    margin-top: 120px;
    color: #fff;
}

.contact-us-top__map-header {
    margin: 132px 0 50px calc((131 / 720)*100%);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.48px;
    color: #fff;
}

.contact-us-form__address-wrap {
    text-align: center;
}

.contact-us-top__map-wrap {
    margin-top: 64px;
}

.contact-locations {
    padding: 120px 0;
}

.contact-locations__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 360px);
    gap: 54px 28px;
    justify-content: center;
}

.contact-address {
    color: #fff;
    font: 400 18px / 1.55 var(--univers-font);
    padding-top: 24px;
    border-top: 1px solid #008540;
}

.contact-address a {
    color: inherit;
    text-decoration: underline;
}

.contact-address__city {
    color: #fff;
    font-size: 32px;
    font-family: 'tt-commons-pro', sans-serif;
    font-weight: 300;
    line-height: 1.312;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
}

.contact-has-read-more {
    overflow: hidden;
    max-height: 7.777778em;
    transition: all 0.5s;
}

a.contact-address__more {
    margin-top: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

a.contact-address__more:hover {
    text-decoration: underline;
}

.map {
    position: relative;
    display: inline-flex;
}

.map__city {
    position: absolute;
    padding: 3px 4px 1px 26px;
    border-radius: 8px 0 0 8px;
    color: #000;
    text-transform: uppercase;
    font-family: var(--pro-commons-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: #fff;
    cursor: pointer;
    top: 100%;
    left: 100%;
}

.map__city.map__city_reverse {
    padding: 3px 26px 1px 4px;
    border-radius: 0 8px 8px 0;
}

.map__city::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #008540;
}

.map__city_reverse::before {
    left: auto;
    right: 1px;
}

.map__city:nth-of-type(1) {
    top: 7%;
    left: 40%;
}

.map__city:nth-of-type(2) {
    top: 16%;
    left: 67%;
}

.map__city:nth-of-type(3) {
    top: 23%;
    left: 63%;
}

.map__city:nth-of-type(4) {
    top: 37%;
    left: 75.6%;
}

.map__city:nth-of-type(5) {
    top: 44%;
    left: 79%;
}

.map__city:nth-of-type(6) {
    top: 43%;
    left: 95.5%;
}

.map__city:nth-of-type(7) {
    top: 47%;
    left: 95.8%;
}

.map__city:nth-of-type(8) {
    top: 61%;
    left: 94%;
}

.map__city:nth-of-type(9) {
    top: 65%;
    left: 80.5%;
}

.map__city:nth-of-type(10) {
    top: 69%;
    left: 61%;
}

.map__city:nth-of-type(11) {
    top: 70%;
    left: 86.8%;
}

.map__city:nth-of-type(12) {
    top: 78.18%;
    left: 78.6%;
}

.map__city:nth-of-type(13) {
    top: 93%;
    left: 81%;
}

.map__city:nth-of-type(14) {
    top: 55%;
    left: 4.5%;
}

.map__city:nth-of-type(15) {
    top: 73.7%;
    left: 47.5%;
}

.map__city:nth-of-type(15)::after {
    content: ' (COMING SOON) ';
}

.contact-us-form {
    max-width: 720px;
    background-color: #000;
    margin: 30px auto;
    color: #fff;
    padding: 132px 20px 20px;
}

.contact-us-form__wrap {
    max-width: 458px;
    margin: 0 auto;
}

.contact-us-form__address {
    padding-top: 0;
    border-top: none;
}

.contact-us-form__back {
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-family: var(--pro-commons-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.16px;
}

.contact-us-form__back svg {
    transform: translateY(-1px);
}

.contact-us-form__address {
    font-family: var(--pro-commons-font);
    margin-top: 40px;
}

.contact-us-form__header {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.45px;
    margin: 40px 0 -8px;
}

.form__form-field {
    margin-top: 32px;
}

.form__submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
    border: 1px solid #fff;
    transition: all 0.3s;
    color: #fff;
    background-color: #000;
    outline: none;
    margin-top: 32px;
    cursor: pointer;
    font: 500 18px / 1.5 var(--pro-commons-font);
}

.form__submit-btn:hover {
    background-color: #fff;
    color: #000;
}

.form-field__input {
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0 0 8px 0;
    font: 500 18px / 1.5 var(--pro-commons-font);
    background-color: #000;
    width: 100%;
}

.contact-us-form__form {
    background-color: transparent;
}

.contact-us-form__form .wpcf7-not-valid-tip {
    font-size: 12px;
}

.form-field__input::placeholder {
    color: #fff;
    opacity: 1;
}

.form-field__select-wrap {
    position: relative;
    z-index: 1;
}

.form-field__select-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 9px;
    background: url('../img1/dropdown-icon.svg') center / cover no-repeat;
    transform: translateY(-50%);
    z-index: -1;
}

.form-field__select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: transparent;
}

.wellcome-back {
    padding-top: 129px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wellcome-back__header {
    margin-bottom: 32px;
    color: #FFF;
    font-family: var(--pro-commons-font);
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.wellcom-back__wrap {
    flex: 0 1 360px;
    font-family: var(--pro-commons-font);
}

.wellcome-back__form {
    display: flex;
    flex-direction: column;
}

.wellcome-back__submit {
    width: auto;
}

.wellcome-back__input {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    height: 58px;
    width: 100%;
    padding: 0 21px;
    background-color: transparent;
    border: 1px solid #6A6A6A;
    color: #6A6A6A;
    border: 1px solid currentColor;
    font: 500 16px / 1.4 var(--pro-commons-font);
    letter-spacing: 0.16px;
    transition: all 0.3s;
}

#register-form input:-webkit-autofill,
#register-form input:-webkit-autofill:hover,
#register-form input:-webkit-autofill:focus,
#register-form input:-webkit-autofill:active {

    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;

}



.wellcome-back__input:focus,
.wellcome-back__input:not(:placeholder-shown) {
    color: #fff;
}

.wellcome-back__input::placeholder {
    color: #6A6A6A;
}

/* .wellcome-back__input_pwd { */
/*     background: url('../img1/eye.svg') right 21px top 50% / 16px 16px no-repeat; */
/* } */

.pwd-wrap {
    position: relative;
}

.pwd-wrap .show-pwd,
.input-wrap .show-pwd {
    width: 16px;
    height: 16px;
    background: url('../img1/eye.svg') center / cover no-repeat;
    position: absolute;
    cursor: pointer;
    right: 21px;
    top: 22px;
}

.wellcome-back__forgot {
    color: #FFF;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    text-decoration-line: underline;
    margin-left: auto;
}

.wellcome-back__input-wrap {
    margin-bottom: 16px;
}

.wellcome-back__error,
.input-wrap .err {
    display: none;
    color: #FA3C3B;
    font-family: 'tt-commons-pro', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.13px;
}

.wellcome-back__input-wrap.invalid .wellcome-back__error,
.input-wrap.invalid .err {
    display: initial;
}

.wellcome-back__error-wrap {
    display: flex;
    margin-top: 8px;
}

.wellcome-back__submit {
    margin: 40px 0;
    text-align: left;
    cursor: pointer;
}

.wellcome-back__register-txt {
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: var(--pro-commons-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
}

.wellcome-back__register-txt a {
    text-decoration: underline;
    color: inherit;
}

.product-info-accordeons {
    padding: 100px 0 68px;
}

.product-info-accordeons .files-accordeon {
    margin-top: 19px;
}

.subtitle_white-18 {
    font-size: 18px;
    color: #fff;
}

.file-accordeon__header_font-size-42 {
    font-size: 42px;
    line-height: 1.23;
    letter-spacing: -0.84px;
}

.accordeon-items-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.locked-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.locked-item__txt,
.download-item {
    font: 500 18px / 1.5 var(--pro-commons-font);
}

.download-item {
    display: flex;
}

.download-item__link {
    margin-left: auto;
    display: flex;
    gap: 8px;
}

.products-showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 360px);
    justify-content: center;
    gap: 28px;
}

.product-showcase {
    position: relative;
    aspect-ratio: 360 / 480;
    padding: 37px 35px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.product-showcase__header {
    color: #FFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: -0.64px;
}

.product-showcase__link {
    margin-top: auto;
    width: auto;
}

.product-showcase__img {
    object-fit: cover;
    z-index: -1;
}

.product-banner {
    position: relative;
    z-index: 1;
    display: grid;
}

.product-banner__img,
.product-banner__outer-wrap {
    grid-column: 1;
    grid-row: 1;
    position: relative;
}

.product-banner__outer-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    background-color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.product-banner__header i {
    font-size: 107.407407%;
    font-weight: 400;
}

.product-banner__link {
    width: 291px;
}

.order-now {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    display: inline-flex;
    gap: 3px;
    padding: 16px;
    height: 56px;
    align-items: center;
    font: 500 14px / 1.57 var(--pro-commons-font);
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background-color: var(--alt-color);
    color: #fff;
    transition: all 0.3s;
    border: 1px solid var(--alt-color);
}

.order-now.hov_white:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.disclaimer-block {
    position: relative;
    padding-bottom: 56px;
}

.dealers-links__txt {
    color: #000;
    font-family: var(--univers-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.555;
    max-width: 750px;
    margin: 0 auto;
}

.dealers-links {
    padding: 120px 0;
}

.dealer-links-grid {
    display: flex;
    align-items: center;
    margin-top: 136px;
}

.dealer-card__header {
    padding-bottom: 18px;
    text-align: center;
    position: relative;
    font-family: var(--univers-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.222;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.dealer-card__header::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: #7BA54E;
}

.dealer-card {
    color: #000;
}

.dealer-card__img-wrap {
    max-width: 262px;
    margin-top: 16px;
}

.dealer-links__sep {
    height: 271px;
    width: 1px;
    background-color: #BBBBBB;
    margin: auto;
}

.mar-b48 {
    margin-bottom: 48px;
}

.working-hours {
    padding: 120px 0;
}

.proclad-nav {
    display: flex;
    justify-content: space-around;
    padding: 32px 0;
    gap: 6px 5px;
    flex-wrap: wrap;
}

.proclad-nav a {
    font: 18px / 1.5 var(--pro-commons-font);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.proclad-nav a br {
    display: none;
}

.pro-clad-tabs .tabs_toggle_s {
    padding-bottom: 0;
}

.pro-clad-tabs .tabs_toggle_s a {
    padding-bottom: 12px;
    width: auto;
    padding-inline: 20px;
    min-width: 230px;
}

.proclad-nav li {
    padding-inline: 5px;
    margin: 0;
}

.square-links-grid_3-columns {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
}

.square-links-grid_4-columns {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
}

.proclad-link .square-link__text {
    color: #000;
}

.proclad-link path {
    stroke: #000;
}

.proclad-link.square-link {
    border-color: #000;
    position: relative;
}

.proclad-link_feature-link {
    /* aspect-ratio: 360 / 300; */
    transition: min-height 0.5s;
    min-height: 300px;
    aspect-ratio: initial;
    overflow: hidden;
}

.proclad-link_one-fourth {
    /* aspect-ratio: 263 / 300; */
    transition: min-height 0.5s;
    min-height: 300px;
    aspect-ratio: initial;
    overflow: hidden;
}

.proclad-link .affilation_hidden_link {
    /* overflow: auto; */
}

.pro-clad-tabs {
    padding: 104px 0;
}

.pro-clad-tabs .tabs_toggle_s {
    margin-bottom: 56px;
}

.tab_content {
    display: grid;
}

.tab_content>div {
    grid-column: 1;
    grid-row: 1;
}

.proclad-link__card-txt-txt {
    position: relative;
    margin-top: 50px;
}

.proclad-link__card-txt-txt::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #7BA54E;
}

.proclad-link__card-txt {
    /* position: absolute; */
    bottom: 0;
    font: 500 16px / 1.5 var(--pro-commons-font);
    letter-spacing: -0.16px;
    color: #000;
    padding-right: 24px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* height: 65%; */
}

.proclad-link__icon {
    margin-bottom: auto;
}

.proclad-link__card-txt::before {
    content: '';
    position: absolute;
    top: -11px;
    width: 24px;
    height: 2px;
    background-color: #7BA54E;
}

.proclad-info-card {
    color: #000;
}

.square-links-grid_bigger-gap {
    gap: 78px;
}

.proclaid-desc-txt h1,
.proclaid-desc-txt h2,
.proclaid-desc-txt h3,
.proclaid-desc-txt h4,
.proclaid-desc-txt h5,
.proclaid-desc-txt h6 {
    margin-bottom: 10px;
}


.proclad-info-txt {
    margin-bottom: 56px;
}

.proclad-info-txt a {
    color: var(--alt-color);
    font-weight: 400;
}

.proclad-info-card__header {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: -0.64px;
    margin: 0.5em 0;
}

/* .pro-clad-tabs .tab_content { */
/*     max-width: 100%; */
/*     width: 100%; */
/* } */

.color-options-container {
    --color-slide-width: 263px;
    --color-slide-height: 306px;
}

.color-options-wrap {
    position: relative;
    height: var(--color-slide-height);
    margin-bottom: 56px;
}

.color-options-wrap .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--alt-color);
    border: 1px solid var(--alt-color);
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 10;
    cursor: pointer;
}

.color-options-wrap .slick-next {
    right: -80px;
}

.color-options-wrap .slick-prev {
    left: -80px;
}

.color-options-wrap .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.color-options-wrap .slick-prev svg {
    transform: rotate(180deg);
}

.color-shell {
    width: var(--color-slide-width);
    height: var(--color-slide-height);
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
}

.color-kind {
    position: absolute;
    top: 0;
    left: 0;
}

.colors-outer-wrap {
    width: calc(100% - var(--color-slide-width));
    position: absolute;
    top: 0;
    left: var(--color-slide-width);
}

.color-kind__name {
    font: 300 32px / 1.3 var(--univers-font);
    letter-spacing: -0.64px;
    margin: auto 0 0;
}

.color-slide__inner {
    margin-left: auto;
}

.color-slide__box {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    /* width: 215px; */
}

.color-slide__box_img {
    background-position: center;
    background-repeat: repeat;
}

.color-slide__name {
    margin-top: 16px;
}

.white-stripe {
    height: 37px;
    background-color: #fff;
}

.gallery_slider_section h2 {
    margin-bottom: 85px;
}

.tabs_toggle_s a {
    margin-right: 1px;
}

.tabs_toggle_s a::after {
    transition: width 0.3s;
}

.tabs_toggle_s a:hover::after {
    width: 100%;
}

.box_info {
    display: block;
}

.view-our-range {
    display: grid;
    grid-template-columns: repeat(auto-fit, 360px);
    gap: 29px;
    justify-content: center;
}

.sect-view-our-range .intro_title {
    color: #fff;
    margin-bottom: 72px;
}

.view-our-range__card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: background-color 0.7s;
    aspect-ratio: 360 / 440;
    padding: 40px 26px 37px;
    border-radius: 30px;
}

.view-our-range__seria-name {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: -0.3px;
}

.view-our-range__img-wrap {
    margin-top: auto;
    aspect-ratio: 300 / 164;
    position: relative;
    margin-inline: 6px;
}

.view-our-range__img-wrap img,
.view-our-range__hover-wrap img {
    object-fit: cover;
}

.view-our-range__hover-wrap {
    display: flex;
    flex-direction: column;
    padding: 40px 26px 31px;
    opacity: 0;
    transition: opacity 0.7s;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.view-our-range__card:hover {
    background-color: transparent;
}

.view-our-range__card:hover .view-our-range__hover-wrap {
    opacity: 1;
}

.view-our-range__hover-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.view-our-range__seria-title {
    position: relative;
    z-index: 5;
    font-size: 18px;
    text-transform: uppercase;
}

.view-our-range__txt {
    position: relative;
    z-index: 5;
    margin-top: auto;
}

.view-our-range__txt p {
    margin-bottom: 0;
}

.txt-with-stripe {
    font-size: 16px;
    position: relative;
    padding-top: 11px;
}

.txt-with-stripe p {
    line-height: 1.5
}

.txt-with-stripe::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 2px;
    background: #7BA54E;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
    width: 100%;
}


.header-has-referer .hamburger-inner,
.header-has-referer .hamburger-inner::before,
.header-has-referer .hamburger-inner::after,
.header-has-referer .hamburger.is-active .hamburger-inner,
.header-has-referer .hamburger.is-active .hamburger-inner::after,
.header-has-referer .hamburger.is-active .hamburger-inner::before {
    background-color: #000;
}

.hamburger-box {
    width: 30px;
}

.hamburger {
    display: none;
    padding: 0;
    margin-right: 10px;
    transform: translateY(5px);
}

.mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    width: 100vw;
    background-color: #000;
    height: calc(100vh - 52px);
    text-align: center;
}

.header-has-referer .mobile-menu {
    background-color: #fff;
}

.top_line .mobile-menu a {
    font-size: 22px;
}

.mobile-menu__wrap {
    /*display: flex;*/
    width: 100%;
    /*padding-top: 60px;
    justify-content: center;
    align-items: center;*/
}

.sect-countdown {
    /* padding: clamp(30px, 7.361111vw, 106px) 0 0; */
    color: #fff;
    position: relative;
    z-index: 5;
    --car-shift: 125px;
    --car-shift-margin: clamp(30px, 9.6875vw, 186px);
}

.sect-countdown__top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: clamp(40px, 4.166667vw, 80px);
}

.sect-countdown__bottom {
    background-color: #000;
    height: calc(var(--car-shift) + var(--car-shift-margin));
}

.sect-countdown__car-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: calc(-1 * var(--car-shift));
}

.sect-countdown__car {
    max-width: calc((818 / 1140) * 100%);
}

.sect-countdown__header {
    text-align: center;
    color: inherit;
}

.sect-countdown__header span {
    font-size: 100%;
    display: block;
}

.sect-countdown__link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.countdown {
    display: flex;
    justify-content: space-between;
    margin: clamp(35px, 3.125vw, 60px) 0 0;
    opacity: 0;
}

.countdown.started {
    opacity: 1;
}

.countdown__digit {
    font: 300 128px / 1 'tt-commons-pro';
    letter-spacing: -6.4px;
    margin-bottom: max(0.179688em, 14px);
    width: 2ch;
}

.countdown__digits-label {
    font: 18px / 1.22 'tt-commons-pro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.countdown__item {
    text-align: center;
}

.countdown__get-updates-wrap {
    display: flex;
    align-items: center;
}

.countdown__get-updates-header {
    font: 500 24px / 1.2 var(--pro-commons-font);
    padding-right: 10px;
    margin-right: auto;
}


.share_links__date {
    font-weight: 400;
    letter-spacing: -0.16px;
    margin-right: auto;
}

.share_links__links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-for-projects__wrap {
    display: flex;
    gap: 20px;
}

.filter-for-projects {
    color: #fff;
    background-color: #000;
    font: 500 16px / 1.5 var(--pro-commons-font);
}

.filter-for-projects.nice-select {
    border: 1px solid var(--alt-color);
    border-radius: 0;
    padding: 16px 50px 16px 16px;
    height: 56px;
}

.filter-for-projects.nice-select::after {
    width: 20px;
    height: 20px;
    background: url('../img1/nice-select-arr.svg') center / cover no-repeat;
    border: none;
    transform-origin: center;
    margin-top: 0;
    top: calc(50% - 10px);
    transform: rotate(0);
}

.filter-for-projects.nice-select.open::after {
    transform: rotate(-180deg);
}

.filter-for-projects.nice-select .list {
    background-color: #000;
}

.filter-for-projects.nice-select .option:hover,
.filter-for-projects.nice-select .option.selected {
    background-color: transparent;
    color: var(--alt-color);
    font-weight: 400;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.projects-container {
    display: flex;
    gap: 150px 4.8246%;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 87px;
    margin-top: 24px;
    padding-bottom: 120px;
}

.projects-container.loading {
    filter: blur(2px);
}

.projects-container .project-card {
    flex-basis: 540px;
}


.projects-container .project-card:nth-child(even) {
    transform: translateY(200px);
}

.project-card {
    color: white;
}


.project-card__img-wrap-inner {
    aspect-ratio: 540 / 350;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s;
}

.project-card__img-wrap-inner img {
    object-fit: cover;
    transition: transform 0.4s;
}

.project-card:hover .project-card__img-wrap img {
    transform: scale(1.05);
}

.project-card:hover .project-card__img-wrap .project-card__img-wrap-inner {
    transform: scale(1.05);
}

.project-card__cat {
    margin-top: 24px;
    color: var(--alt-color);
    font: 500 14px / 1.5 var(--pro-commons-font);
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.project-card__txt-wrap {
    transition: transform 0.4s;
}

.projects-container .project-card__header {
    color: #FFF;
    font: 300 24px / 1.5 var(--univers-font);
    letter-spacing: -0.48px;
    margin: 4px 0 10px;
}

.project-card__desc {
    font: 16px / 1.4 var(--pro-commons-font);
    opacity: 0;
    transition: opacity 0.6s;
}

.project-card:hover .project-card__txt-wrap {
    transform: translateY(10px);
}

.project-card:hover .project-card__desc {
    opacity: 1;
}

.projects-container .no-projects {
    margin-inline: auto;
    color: white;
    font: 500 18px / 1.5 var(--pro-commons-font);
}

.load-more-project-cards {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.load-more-project-cards.hide-load-more {
    margin-top: 0;
}

.load-more-project-cards.hide-load-more .load-more-project-cards__btn {
    display: none;
}

.load-more-project-cards__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--alt-color);
    font: 500 16px / 1.5 var(--pro-commons-font);
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s;
}

.load-more-project-cards__btn:hover {
    background-color: var(--alt-color);
    border-color: var(--alt-color);
}

.top-post-section {
    height: 400px;
    margin-top: 150px;
}

.top-post-section__txt-layer {
    z-index: 3;
    display: flex;
    align-items: flex-end;
}

.top-post-section__txt-layer h1 {
    font: 300 42px / 1.23 var(--univers-font);
    letter-spacing: -0.84px;
    margin-bottom: 1.952381em;
    margin-top: 16px;
}

.top-post-section__txt-layer .subtitle {
    font-size: 14px;
    margin-bottom: 0;
}

.news-archive .news_block {
    transition: all 2s;
    transform: translateY(70px);
    opacity: 0;
}

.top_banner.career-top {
    color: #fff;
    padding-bottom: 76px;
}

.career-top__title {
    font: 300 54px / 1.11 var(--univers-font);
    letter-spacing: -1.08px;
    color: inherit;
    margin-bottom: 0;
}

.career-top__title sup {
    font-size: 75%;
}


.career-top__txt {
    font: 300 24px / 1.5 var(--univers-font);
    letter-spacing: -0.48px;
    color: #A9A9A9;
    max-width: 690px;
}

.career-top .subtitle {
    font-size: 14px;
    margin-bottom: 0;
}

.career-top__txt strong {
    color: #fff;
    font-weight: 300;
}

.words-switcher {
    display: inline-grid;
    height: 1.5em;
    overflow: hidden;
    color: #fff;
}

.words-switcher__word {
    display: block;
    white-space: pre-line;
}

.words-switcher__wrap {
    transition: transform 0.3s;
}

.page-loaded .news-archive .news_block {
    transform: translateY(0);
    opacity: 1;
}

.low-carbon-top {
    padding: 109px 0 clamp(50px, 5.9375vw, 114px);
}

.header-has-referer+main .low-carbon-top {
    padding-top: 0;
}

.low-carbon-top__img-wrap {
    position: relative;
    height: 400px;
}

.low-carbon-top__txt-wrap {
    padding-top: clamp(60px, 5.9375vw, 114px);
}

.low-carbon-top__header {
    margin-block: clamp(20px, 1.666667vw, 32px);
}

.low-carbon-top__text {
    margin-bottom: clamp(20px, 1.666667vw, 32px);
    max-width: 934px;
}

.close-about-youtube {
    position: absolute;
    right: 30px;
    top: 30%;
    cursor: pointer;
    background-color: transparent;
    z-index: 15;
    display: none;
    border: 1px solid #BF1B1B;
    padding: 5px;
    border-radius: 2px;
}

.close-about-youtube path {
    fill: #BF1B1B;
}

.open .close-about-youtube {
    display: inline-block;
}

.close-about-youtube svg {
    width: 30px;
    height: 30px;
}

.about-video {
    aspect-ratio: 16 / 9;
    position: relative;
}

.about-video__top-layer {
    z-index: 10;
    display: flex;
    background-color: #fff;
}

.about-video__txt-wrap,
.about-video__img-wrap {
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
}

.about-video__img-wrap.off {
    opacity: 0;
    transform: translateX(-50%);
}

.about-video__txt.off {
    opacity: 0;
    transform: translateX(50%);
}

.about-video__txt-wrap {
    display: flex;
    align-items: center;
}

.about-video__txt {
    padding: 20px 150px 20px 113px;
}

.about-video__txt .intro_title {
    white-space: pre-line;
    margin-bottom: 0.592593em;
}

.about-video__bottom-layer iframe {
    object-fit: cover;
}

.page-template-page-fifty-years {
    background-color: #000;
    color: #fff;
}

.timeline-slides,
.timeline-slide {
    height: 100%;
}

.time_container .img {
    position: relative;
    aspect-ratio: 360 / 463;
}

.timeline-slide.slide-0 .img {
    aspect-ratio: unset;
}

.time_container .img .image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

.timeline-slider .time_container.just-text {
    max-width: 620px;
    font-weight: 500;
    padding-top: 100px;
    position: relative;
    height: 463px;
    display: block;
}

.timeline-slider .time_container.just-text.pad-t-none .title_number {
    margin-left: 0;
}

.time_container.just-text .intro_title {
    color: inherit;
    font-weight: 500;
    margin-bottom: 16px;
}

.timeline-slider .time_container.wrap-955 {
    max-width: 955px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.time_container.wrap-955 .text {
    margin-right: auto;
}

.time_container.wrap-955 .img {
    margin-left: 15px;
}

.time_container .text p:not(:last-of-type) {
    margin-bottom: 15px;
}

:root {
    --left-line-shift: -22px;
}

.time_container .line-left {
    position: absolute;
    width: var(--left-line-width, 40vw);
    margin-left: calc(-1 * var(--left-line-width, 40vw));
    top: var(--top-green-line);
    left: calc(var(--title_number_shift) - var(--left-line-shift));
    height: var(--height-green-line);
    display: flex;
}


.time_container .line-left div:first-child {
    position: relative;
    flex-basis: 40%;
}

.time_container .line-left div:first-child::before {
    content: '';
    position: absolute;
    right: -4px;
    bottom: 0;
    width: 500px;
    height: 20px;
    border-bottom: 4px solid var(--alt-color);
    border-right: 4px solid var(--alt-color);
    border-radius: 0 0 20px 0;
}

.time_container .line-left div:last-child {
    border-top: 4px solid var(--alt-color);
    border-left: 4px solid var(--alt-color);
    border-radius: 20px 0 0 0;
    margin-bottom: 20px;
    flex-basis: 60%;
}

.line-left-direct {
    position: absolute;
    left: 0;
    top: var(--top-green-line);
}

.line-left-direct::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 4px;
    width: 60vw;
    background-color: var(--alt-color);
}

.timeline-slide.slide-5 .img {
    flex-basis: 360px;
}

.zip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 64px;
}

.zip-item {
    background-color: var(--alt-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 35px 24px;
}

.zip-item * {
    color: inherit;
}

.zip-item__icon {
    max-width: 40px;
}

.zip-item__title {
    margin: 17px 0 9px;
}

.zip-item__files a {
    font: 500 14px / 1.428571 var(--pro-commons-font);
}

.zip-item__files li {
    margin-bottom: 0;
    line-height: 1 !important;
}

.by-products-txt {
    color: #fff;
}

@media(min-width: 992px) {

    .timeline-slide:has(.title_number) .container {
        max-width: 880px;
    }

    .timeline-slide.slide-3 .container {
        max-width: 620px;
    }
}

.timeline-slide {
    position: relative;
}

.timeline-slide .slide-bg-img {
    position: absolute;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(1) {
    top: 13%;
    left: 2%;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(2) {
    top: 2%;
    left: 35%;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(3) {
    top: 0%;
    left: 60%;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(4) {
    top: 25%;
    right: 0;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(5) {
    top: 60%;
    right: 10%;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(6) {
    bottom: 9%;
    right: 24%;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(7) {
    bottom: 0;
    left: 37%;
}

.timeline-slide.slide-0 .slide-bg-img:nth-child(8) {
    bottom: 10%;
    left: 7%;
}

.timeline-slide .slide-bg-img_new {
    position: absolute;
}

.timeline-slide.slide-0 .slide-bg-img_new:nth-child(1) {
    top: 0;
    left: 4%;
}

.timeline-slide.slide-0 .slide-bg-img_new:nth-child(2) {
    top: 0;
    right: 5%;
}

.timeline-slide.slide-0 .slide-bg-img_new:nth-child(3) {
    top: 40%;
    right: 2%;

}

.timeline-slide.slide-0 .slide-bg-img_new:nth-child(4) {
    bottom: 4%;
    right: 7%;
}

.timeline-slide.slide-0 .slide-bg-img_new:nth-child(5) {
    bottom: 1%;
    left: 39%;
}

.timeline-slide.slide-0 .slide-bg-img_new:nth-child(6) {
    bottom: 1%;
    left: 4%;
}

.timeline-slide.slide-0 .btn {
    line-height: 1.4;
}


.timeline-slide.slide-1 .slide-bg-img {
    right: 2%;
    top: 0;
}

.timeline-slide.slide-2 .image {
    top: 20%;
}

.timeline-slide.slide-2 .slide-bg-img.logo {
    top: 0;
    left: 18%;
}

.timeline-slide.slide-2 .slide-bg-img:nth-child(2) {
    top: 0;
    right: 18%;
}

.timeline-slide.slide-2 .slide-bg-img:nth-child(3) {
    bottom: 1%;
    right: 19%;
}

.timeline-slide.slide-1 .slide-bg-img2 {
    position: absolute;
    left: 25%;
    bottom: 1%;
}

.timeline-slide.slide-2 .money {
    position: absolute;
    z-index: 5;
    bottom: -15%;
    left: -31%;
    z-index: 10;
}

.time_container.just-text .line-whole-slide {
    height: 235px;
    position: absolute;
    left: -60px;
    top: var(--top-green-line);
    width: 4px;
    display: flex;
}

.line-whole-slide div {
    width: 4px;
    background-color: var(--alt-color);
    margin: 20px 0;
    position: relative;
}

.line-whole-slide::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 20px;
    border-top: 4px solid var(--alt-color);
    border-right: 4px solid var(--alt-color);
    border-radius: 0 20px 0 0;
}


.line-whole-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 20px;
    border-bottom: 4px solid var(--alt-color);
    border-left: 4px solid var(--alt-color);
    border-radius: 0 0 0 20px;
}

.line-right-direct {
    position: absolute;
    top: var(--top-green-line);
    right: -378px;
    width: 650px;
}

.line-right-direct.more_rmd {
    right: -590px;
}

.line-right-direct::before,
.line-right-bottom-direct::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 3;
}

.line-right-bottom-direct::after,
.line-right-direct::after {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    height: 4px;
    width: 100vw;
    background-color: var(--alt-color);
}

.timeline-slide.slide-3 .slide-bg-img:nth-child(1) {
    right: 10%;
    top: 0;
}



.timeline-slide.slide-3 .slide-bg-img:nth-child(2) {
    left: 4%;
    bottom: 10%;
}

.timeline-slide.slide-4 .slide-bg-img {
    right: 2%;
    bottom: 1%;
}

.timeline-slide.slide-6 .slide-bg-img:nth-child(1) {
    right: 5%;
    top: 0;
}

.timeline-slide.slide-6 .slide-bg-img:nth-child(2) {
    right: 15%;
    bottom: 1%;
}

.timeline-slide.slide-6 .slide-bg-img:nth-child(3) {
    left: 25%;
    bottom: 1%;
}

.timeline-slide.slide-6 .container .slide-bg-img:nth-child(1) {
    right: auto;
    left: 0;
    top: 50%;
}

.line-right-bottom-direct {
    position: absolute;
    top: calc(var(--top-green-line) + var(--height-green-line) - 4px);
    left: -114px;
}

.timeline-slider .timeline-slide.slide-7 .container {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.timeline-stats-wrap {
    width: 100%;
}

.timeline-stats {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 54px 66px;
}

.timeline-stats__val {
    font: 500 128px / 1 var(--univers-font);
    letter-spacing: -6.4px;
}

.timeline-stats__desc {
    font: 500 20px / 1.5 var(--pro-commons-font);
    margin-top: 16px;
}

.timeline-stats-text {
    font: 500 20px / 1.5 var(--pro-commons-font);
    max-width: 555px;
    margin-top: 64px;
}

.timeline-slide.slide-7 .slide-bg-img:nth-child(1) {
    bottom: 11%;
    right: 18%;
}

.timeline-slide.slide-7 .slide-bg-img:nth-child(2) {
    top: 13%;
    right: 20%;
}

.timeline-slide.slide-7 .slide-bg-img:nth-child(3) {
    top: 35%;
    right: 4%;
}

.timeline-slide.slide-7 .slide-bg-img:nth-child(4) {
    top: 45%;
    right: 25%;
}

.timeline-slide.slide-7 .slide-bg-img:nth-child(5) {
    bottom: 10%;
    right: 3%;
}

.timeline-slide.slide-7 .slide-bg-img:nth-child(6) {
    bottom: 0%;
    right: 22%;
}

.timeline-slide.slide-8 .slide-bg-img:nth-child(1) {
    top: 0%;
    right: 4%;
}

.timeline-slide.slide-8 .slide-bg-img:nth-child(2) {
    bottom: 1%;
    right: 5%;
}

.stats-green-line {
    position: absolute;
    left: 0;
    top: var(--last-line-position, 290px);
    height: 4px;
    width: 330px;
    background-color: var(--alt-color);


}

.stats-green-line.width41 {
    width: 41%;
}

.stats-green-line.short_l {
    width: 16%;
}

.download-selected-files {
    position: fixed;
    top: 50%;
    right: 0;
    border: 1px solid var(--alt-color);
    color: #FFF;
    font: 500 14px / 1.57 var(--pro-commons-font);
    letter-spacing: 0.28px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    transform-origin: bottom right;
    transform: rotate(-90deg) translateX(50%);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    z-index: 1000;
    background-color: var(--alt-color);
}

.download-selected-files svg {
    transform: rotate(90deg);
}

.download-selected-files:hover {
    background-color: transparent;
}

.images_blocks .cat-logo {
    width: 175px;
    max-width: 175px;
    margin-bottom: 40px;
}

.images_blocks .product-btns-wrap {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    width: 300px;
}

.images_blocks .product-btns-wrap.stack-vertically {
    flex-direction: column;
    max-width: 250px;
}

.images_blocks .product-btns-wrap a {
    min-width: 245px;
    margin-top: 0;
}

.product-subtitle {
    font: 500 14px / 1.57 var(--pro-commons-font);
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--product-main-color, #000);
}

.intro_title+.product-subtitle {
    margin-bottom: 26px;
}

.product-brochure-link.btn.inl_block {
    background-color: var(--product-main-color, var(--alt-color));
    border-color: var(--product-main-color, var(--alt-color));
}

.product-btns-wrap .bg_transparent_dark.btn.inl_block:hover {
    background-color: var(--product-main-color, var(--alt-color));
    border-color: var(--product-main-color, var(--alt-color));
}

.product-btns-wrap .bg_transparent_dark.btn.inverse-color:hover,
.product-brochure-link.inverse-color {
    color: #000;
}

.product-btns-wrap .bg_transparent_dark.btn.inverse-color:hover svg path,
.product-brochure-link.inverse-color svg path {
    stroke: #000 !important;
}

.product-accordions .files-accordeon {
    margin-top: -50px;
}

.product-project-slider__wrap {
    position: relative;
}

.product-project-slider__wrap.slider_style {
    padding-bottom: 0;
}

.product-project-card {
    margin-inline: 15px;
    display: block;
}

.product-project-card__img {
    transition: transform 0.3s ease;
}

.product-project-card:hover .product-project-card__img {
    transform: scale(1.03);
}

.product-project-card__img-wrap {
    aspect-ratio: 360 / 240;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;

}

.product-project-slider .product-project-card__img-wrap {
    display: flex;
}

.product-project-slider .product-project-card__img-wrap img {
    object-fit: cover;
    object-position: center;
}

.product-project-card__header {
    font: 700 18px / 1.5 var(--pro-commons-font);
    margin-bottom: 12px;
}

.single-product .section_video,
.product-projects {
    padding-block: 40px;
}

.mega-menu-products {
    position: absolute;
    top: 0;
    left: calc(200% + 10px);
    width: 262px;
    color: #fff;
    /* display: none; */
}

.mega-menu-product {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
}

.header-has-referer .mega-menu-product {
    color: #000;
}

.mega-menu-product.show {
    opacity: 1;
    pointer-events: auto;
}

.sub_menu_block .sub_menu .mega-menu-product.hover {
    display: block;
}

.mega-menu-product__img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 262 / 178;
    margin-bottom: 1em;
}

.mega-menu-product__header {
    font: 500 20px / 1.2 var(--pro-commons-font);
    margin-bottom: 8px;
    color: inherit;
}

.mega-menu-product .mega-menu-product__text {
    font: 500 16px / 1.4 var(--pro-commons-font);
    letter-spacing: 0.16px;
}

.mega-menu-product .mega-menu-product__text p {
    font: inherit;
    letter-spacing: 0.16px;
}

.sub_menu_block .mega-menu-product .mega-menu-product__link {
    font: 600 16px / normal var(--pro-commons-font);
    text-decoration-line: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-thickness: 2px;
    position: relative;
    display: inline-block;
    margin-top: 6px;
    padding: 0 !important;
}

.sub_menu_block .mega-menu-product .mega-menu-product__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: transform 0.3s;
    background: url('../img1/arr-product-mega-menu.svg') center /cover no-repeat;
}

.header-has-referer .sub_menu_block .mega-menu-product .mega-menu-product__link:after {
    background: url('../img1/green-arr.svg') center /cover no-repeat;
}

.mega-menu-product__link:hover::after {
    transform: translateX(5px);
}

.product-logotypes {
    margin-top: 40px;
}

.key-features {
    margin-top: 54px;
    background-color: #fff;
}

.key-features.has-key-feature-img {
    display: grid;
    grid-template-columns: 49.473684% 1fr;
    min-height: 483px;
}

.key-features__img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-features__img {
    margin: 0 !important;
}

.key-features__txt-wrap {
    padding: 40px;
    /* background-color: #fff; */
}

.key-features.has-key-feature-img .key-features__txt-wrap {
    padding-left: 50px;
}

.key-features__txt-wrap :where(h1, h2, h3, h4, h5, h6) {
    font: 400 24px / 1.5 var(--univers-font);
    letter-spacing: -0.48px;
}

#key-features .key-features__txt-wrap * {
    color: #000 !important;
}

#key-features ul {
    list-style: none;
    padding: 0;
}

#key-features li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
}

#key-features li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 11px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--alt-color);
}

.product-cats-slider__slide-img-wrap {
    position: relative;
    aspect-ratio: 360 / 238;
}

.product-btns-wrap.stack-vertically .add-to-myspec {
    min-width: 245px;
    margin-top: 0;
    cursor: pointer;
}

.add-to-myspec-popup {
    background-color: #000;
    color: #fff;
    padding: 54px 64px;
    width: 488px;
    margin-inline: auto;
    position: relative;
}

.product-btns-wrap .add-to-myspec:hover path {
    fill: #fff;
}

.add-to-myspec-popup.working {
    filter: blur(2px);
}

.add-to-myspec-popup .mfp-close {
    z-index: 100;
}

.add-to-myspec-popup .mfp-close svg {
    position: relative;
    z-index: -1;
}

.add-to-myspec-popup .add-spec-btn {
    width: 100%;
    justify-content: center;
    cursor: pointer;
    background-image: none;
}

:is(#rename-wish-project-popup).add-to-myspec-popup .add-spec-btn {
    margin-top: 40px;
}

.new-spec-wrap {
    display: none;
}

.new-spec {
    display: flex;
}

.new-spec__btn {
    width: auto;
    background-image: none;
    padding-inline: 10px;
    height: 42px;
    cursor: pointer;
}

.add-new-project-wrap {
    text-align: center;
    font: 500 16px / normal var(--pro-commons-font);
    margin-block: 16px 10px;
}

.add-new-project-wrap .add-new-project {
    color: white;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.30);
}

.new-spec__input {
    flex-grow: 1;
    padding-left: 16px;
}

.no-wishes-yet.wrap-whishes-options {
    display: none;
}

.add-to-myspec-popup__header {
    font: 500 34px / normal var(--pro-commons-font);
    margin-bottom: 32px;
    color: #fff;
    text-align: center;
}

:is(#rename-wish-project-popup, #del-wish-project-popup) .add-to-myspec-popup__header {
    margin-bottom: 0;
}

.add-to-myspec-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 16px;
    background-color: transparent;
}

.slider-overlay-block {
    display: none;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.00) 27%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.63) 10.44%, rgba(0, 0, 0, 0.75) 25.11%, rgba(0, 0, 0, 0.00) 36.89%), linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.slider-overlay-block__wrap {
    margin-bottom: 75px;
}

.slider-overlay-block__subheader {
    letter-spacing: 0.9px;
    line-height: 1.22;
    text-transform: uppercase;
    margin-bottom: 0.777778em;
    color: #fff;
}

.slider-overlay-block__header {
    color: #FFF;
    font: 300 72px / 1.07 var(--pro-commons-font);
    letter-spacing: -1.44px;
    color: #fff !important;
}

.slider-overlay-block__header span {
    font: 300 105.56% / 0.8 var(--univers-font);
    letter-spacing: -3.04px;
    display: block;
}

.slider-overlay-block__link {
    margin-top: 33px;
}

.wish-projects-manipulations {
    position: relative;
    z-index: 10;
}

.wish-projects-manipulations__edit {
    background-color: var(--alt-color);
    color: #fff;
    padding: 8px 16px;
    border: 1px solid var(--alt-color);
    transition: all 0.3s;
    color: var(--White, #FFF);
    text-align: center;
    cursor: pointer;
    margin-left: 23px;
}

.wish-projects-manipulations__edit:hover {
    border-color: #000;
    color: #000;
    background-color: #fff;
}

.wish-projects-manipulations__options {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 185px;
    padding: 10px;
    background: #F3F3F3;
}

.js-wish-project-manipulations-options {
    transition: transform 0.2s;
    transform-origin: 50% 0;
    transform: scaleY(0);
    pointer-events: none;
}

#js-wish-project-manipulations.open .js-wish-project-manipulations-options {
    transform: scaleY(1);
    pointer-events: auto;
}

.wish-projects-manipulations__btn {
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}

.wish-projects-manipulations__btn:hover {
    background-color: transparent;
}

.wish-projects-manipulations__rename {
    margin-bottom: 12px;
}

.wish-projects-manipulations__del {
    color: #BF1B1B;
}

.wish-projects-manipulations__tooth {
    position: absolute;
    top: -9px;
    right: 22px;
    display: block;
}

.typical-input {
    color: #fff;
    background-color: transparent;
    padding: 18px 21px;
    border: 1px solid currentColor;
    font: 500 16px / 1.4 var(--pro-commons-font);
    display: inline-block;
}

.typical-input.popup-input {
    width: 100%;
    margin-top: 32px;
}

.red-btn {
    background-color: #BF1B1B;
}

.light-grey-btn {
    background-color: #B8B8B8;
}

.escape-btn {
    margin-top: 16px;
}

.single-product .download-file-wrap {
    display: flex;
    margin-bottom: 1em;
    margin-right: 4px;
}

.single-product .download-file-wrap:last-child {
    margin-bottom: 0;
}

.add-file-to-whish-list label {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.my-tooltip {
    opacity: 0;
    font: 500 12px / 1.5 var(--pro-commons-font);
    color: #000;
    background: #E5E5E5;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.4s ease;
    white-space: nowrap;

    a {
        color: inherit;
        text-decoration: underline;
    }
}

.my-tooltip::after {
    content: '';
    position: absolute;
    top: calc(-100% - 6px);
    left: 50%;
    width: 65%;
    height: 32px;
    transform: translateX(-50%);
}

.my-tooltip__tooth {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}

.add-file-to-whish-list label:hover .my-tooltip {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}

.add-file-to-whish-list .svg-icon {
    opacity: 0;
}

.add-file-to-whish-list .add-file-to-whish-list__plus {
    opacity: 1;
}

.add-file-to-whish-list__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    z-index: -1;
}

.add-file-to-whish-list__input:checked+label .add-file-to-whish-list__plus {
    opacity: 0;
}

.add-file-to-whish-list__input:checked+label .add-file-to-whish-list__tick {
    opacity: 1;
}

.wish-file-row {
    padding-block: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
}

.wish-file-row label {
    color: #000;
    font: 500 14px / 1.42 var(--pro-commons-font);
    letter-spacing: 0.28px;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

.wish-file-row input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    z-index: -1;
}

.wish-file-row label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 9px;
    height: 9px;
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.wish-file-row input:checked+label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.25);
}

.wish-file-row .file-accordeon__download {
    margin-left: auto;
}

.wish-download-all-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.download-selected-files.download-selected-files_wish {
    position: static;
    transform: none;
    display: inline-flex;
}

.download-selected-files.download-selected-files_wish:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.download-selected-files.download-selected-files_wish:hover path {
    stroke: #000;
}

.file-group-header {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 16px;
}

.find {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    color: #fff;
    height: calc(100vh - 129px);
    background-color: rgba(0, 0, 0, 0.7);
}

.find__container {
    background-color: #000;
    padding-top: 47px;
    padding-bottom: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.find__search-wrap input[type="submit"] {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.find__search-wrap #s {
    font: 500 20px / 1.5 var(--pro-commons-font);
    display: inline-block;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 0 0 0 35px;
    background: url('../img1/carbon_search.svg') 0 center no-repeat;
    border: none;

}

.find__search-wrap #s::placeholder {
    color: #8C8C8C;
}

.find__search-wrap {
    margin-bottom: 39px;
}

.find__cat {
    display: flex;
    margin-top: 31px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.find__cat-label {
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.16px;
    margin-right: auto;
}

.find__cat-see-all {
    color: inherit;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.find__cat-see-all svg {
    display: block;
    transition: transform 0.3s;
    margin-top: -3px;
}

.find__cat-see-all:hover svg {
    transform: translateX(4px);
}

.find__list {
    margin-top: 12px;
}

.find-regular {
    padding-block: 8px;
}

.find-regular a {
    color: inherit;
    font-weight: 500;
}

.find__list_download {
    display: flex;
    align-items: center;
    padding-block: 8px;
}

.find__list_download .file-accordeon__download span {
    font-size: 14px;
    color: #fff;
    line-height: 1.42;
    letter-spacing: 0.28px;
}

.find__list_download .file-accordeon__download svg {
    width: 18px;
    height: 18px;
    top: 0;
    left: 3px;
}

.find__list-title {
    letter-spacing: 0.16px;
    line-height: 1.4;
    margin-right: auto;
}

.search-sect-top {
    background-color: #000;
    color: #fff;
    padding-top: 130px;
}

.search-sect-top__inner {
    height: 400px;
    display: flex;
    flex-direction: column;
    padding-bottom: 56px;
}

.search-sect-top__inner h1 {
    margin-block: auto 16px;
    color: inherit;
    font: 300 54px/ 1.11 var(--univers-font);
    letter-spacing: -1.08px;
}

.search-sect-top__inner .res-found {
    font-size: 18px;
}

.search-results-sect {
    background-color: #fff;
    padding-block: 24px 60px;
}

.search-item {
    padding-block: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
}

.search-item__title {
    margin-bottom: 8px;
}

.search-item__title a {
    font: 20px / 1.5 var(--univers-font);
    color: var(--alt-color);
    letter-spacing: -0.4px;
}

.search-item__link {
    color: #8C8C8C;
    font: 500 18px / 1.5 var(--pro-commons-font);
}

.search-item__exerpt {
    margin-top: 8px;
}


.search-item__exerpt p:last-of-type {
    margin-bottom: 0;
}

.search-item__download {
    display: inline-flex;
    align-items: center;
    margin-top: 9px;
    color: inherit;
    gap: 4px;
}

.search-item__download span {
    display: inline-block;
    margin-top: 4px;
}

.search_btn {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.close-search-icon {
    display: none;
}

.search_btn.open img:not(.close-search-icon) {
    display: none;
}

.search_btn.open .close-search-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.search-among-files {
    display: flex;
    margin: 84px 0 88px;
}

.has-archieves .search-among-files {
    margin-bottom: 24px;
}

.search-among-files__input {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font: 500 15px / normal var(--pro-commons-font);
    padding: 8px;
    letter-spacing: -0.15px;
    flex-grow: 1;
    border: 1px solid rgba(255, 255, 255, 0.50);
}

.search-among-files__input::placeholder {
    opacity: 1;
    color: #6A6A6A;
}

.search-among-files__input-wrap {
    position: relative;
    width: 267px;
    margin-left: auto;
}

.search-among-files__submit {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    aspect-ratio: 1 / 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
}

.more-for-u {
    color: #fff;
    padding: 80px 0;
}

.more-for-u__header {
    font: 300 32px / 1.3 var(--univers-font);
    letter-spacing: -0.64px;
    margin-bottom: 0.75em;
    color: inherit;
}

.more-for-u__card {
    color: inherit;
}

.more-for-u__img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 362 / 234;
    margin-bottom: 16px;
}

.more-for-u__img-wrap img {
    transition: transform 0.3s;
}

.more-for-u__card-header {
    color: #FFF;
    font: 300 24px / 1.5 var(--univers-font);
    letter-spacing: -0.48px;
    margin-bottom: 8px;
}

.more-for-u__card-arr {
    margin-top: 16px;
    transition: transform 0.3s;
}

.more-for-u__card:hover .more-for-u__img-wrap img {
    transform: scale(1.05);
}

.more-for-u__card:hover .more-for-u__card-arr {
    transform: translateX(5px);
}

.expr3ss-jobs-widget-division-header {
    display: none;
}

.vacancies-widget {
    background-color: #f7f7f7;
    padding-block: 42px;
}

.vacancies-widget #expr3ss-jobs-widget {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
}

.vacancies-widget .expr3ss-jobs-widget-title {
    color: #000;
    font-size: 18px;
}

.vacancies-widget .expr3ss-jobs-widget-subtitle {
    font-size: 14px !important;
    margin-top: 8px;
}

.vacancies-widget .expr3ss-jobs-widget-button {
    background-color: var(--alt-color) !important;
    width: 150px !important;
    /* min-width: 150px; */
    font-weight: 500;
    padding: 14px 15px 8px 15px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 1px solid var(--alt-color);
    transition: all 0.3s;
}

.vacancies-widget .expr3ss-jobs-widget-button:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000;
}

.vacancies-widget .expr3ss-jobs-widget-job {
    margin-bottom: 0px !important;
    padding-block: 16px;
    border-bottom: 1px solid #B8B8B8;
}

.prod-alt-accord {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
}

.prod-cardd__img-wrap {
    aspect-ratio: 353 / 210;
    position: relative;
}

.prod-cardd__img-wrap img {
    transition: transform 0.3s;
}

.prod-cardd__header {
    font-weight: 700;
    margin: 24px 0 8px;
}

.feat-sizes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.fz-32-400 {
    font: 400 32px / 1.3125 var(--pro-commons-font);
    line-height: -0.61px;
}

.color-items-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
    margin-top: 20px;
}

.item-color-small {
    width: 120px;
}

.item-color-small__img-wrap {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}

.item-color-title {
    margin-top: 8px;
    text-align: center;
}

.fw-700 {
    font-weight: 700;
}

.color-items-wrap-bigger {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
}

.item-color-bigger {
    width: 180px;
}

.item-color-bigger__img-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
}

.slider-preloader::after {
    content: 'Loading...';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.slider-preloader.slick-initialized::after {
    display: none;
}

@media(max-width: 1550px) {
    .timeline-slide.slide-6 .slide-bg-img:nth-child(2) {
        right: 4%;
    }

    .timeline-slide.slide-2 .slide-bg-img.logo {
        left: 12%;
    }
}

@media(max-width: 1320px) {

    .color-options-wrap .slick-next {
        right: 40px;
    }

    .color-options-wrap .slick-prev {
        left: 40px;
    }

    .slider_style.product-project-slider__wrap .slick-arrow.slick-prev {
        margin-right: 0;
    }

    .slider_style.product-project-slider__wrap .slick-arrow.slick-next {
        margin-left: 0;
    }
}

@media(max-width: 1199px) {
    .zip {
        gap: 25px;
    }

    .load-more-project-cards {
        margin-top: 60px;
    }

    .low-carbon-top__img-wrap {
        height: 300px;
    }

    .slider-overlay-block__header {
        font-size: 56px;
    }

    .slider-overlay-block__subheader {
        font-size: 16px;
    }

    .key-features {
        margin-top: 30px;
    }

    .key-features__txt-wrap {
        padding: 20px;
    }

    .key-features.has-key-feature-img .key-features__txt-wrap {
        padding-left: 25px;
    }

    .product-logotypes {
        margin-top: 30px;
    }

    .images_blocks .product-btns-wrap {
        flex-direction: column;
        margin-top: 30px;
    }

    .images_blocks .cat-logo {
        margin-bottom: 20px;
    }

    .square-links-grid_4-columns {
        grid-template-columns: repeat(3, 1fr);
    }

    .sect-countdown {
        --car-shift: 100px;
    }

    .files-accordeon.files-accordeon_revit {
        margin-top: 80px;
    }

    .info-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .career-top__txt {
        font-size: 20px;
    }

    .hamburger {
        display: inline-block;
    }

    .projects-container .project-card {
        flex-basis: 428px;
    }

    .about-video__btn-wrap {
        width: 120px;
        height: 120px;
    }

    .about-video__txt {
        padding-inline: 65px 30px;
    }
}

@media(max-width: 991px) {
    .prod-alt-accord {
        grid-template-columns: 1fr 1fr;
    }

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

    .has-archieves .search-among-files {
        margin-bottom: 50px;
    }

    .timeline-slide.slide-2 .slide-bg-img.logo {
        left: 0;
    }

    .more-for-u {
        padding: 50px 0;
    }

    .more-for-u__row {
        row-gap: 40px;
    }

    .wanna-know-more__txt p {
        font-size: 16px;
    }

    .wanna-know-more__txt :where(h1, h2, h3, h4, h5, h6) {
        font-size: 20px;
    }

    .career-top__title {
        font-size: 42px;
    }

    .load-more-project-cards {
        margin-top: 0;
    }

    .search-sect-top__inner h1 {
        font-size: 44px;
    }

    .low-carbon-top__img-wrap {
        height: 250px;
    }

    .low-carbon-top {
        padding-top: 168px;
    }

    body #slider .dots-wrap {
        bottom: 196px;
    }

    body #slider .dots-wrap .container {
        justify-content: flex-start;
    }

    .slider-overlay-block__header {
        font-size: 53px;
    }

    .slider-overlay-block__subheader {
        margin-bottom: 5px;
    }

    .key-features.has-key-feature-img {
        display: block;
    }

    .key-features__img-wrap {
        aspect-ratio: 564 / 483;
    }

    .square-links-grid_4-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .sect-countdown {
        --car-shift: 80px;
    }

    .files-accordeon.files-accordeon_revit {
        margin-top: 60px;
    }

    .about-video__btn-wrap {
        width: 100px;
        height: 100px;
    }

    .projects-container .project-card {
        flex-basis: 320px;
    }

    .projects-container {
        padding-top: 40px;
    }

    .filter-for-projects__wrap {
        margin-top: 30px;
    }
}

/* $$ */
@media (max-width: 767px) {

    .download-selected-files.download-selected-files_file-listing {
        top: 150px;
    }

    .slider-preloader::after {
        font-size: 20px;
    }

    .color-items-wrap-bigger,
    .color-items-wrap {
        grid-row: 20px;
    }

    .prod-alt-accord,
    .feat-sizes {
        grid-template-columns: 1fr;
    }

    .vacancies-widget #expr3ss-jobs-widget {
        padding-inline: 0;
    }

    .vacancies-widget .expr3ss-jobs-widget-title {
        font-size: 16px !important;
    }

    .vacancies-widget {
        padding-block: 20px;
    }

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

    .countdown__digit {
        margin-bottom: max(0.179688em, 22px);

    }

    .more-for-u__header {
        font-size: 29px;
    }

    .more-for-u__card-header {
        font-size: 22px;
    }

    .intro_title.vacancies__main-header {
        font-size: 28px !important;
    }

    .vacancies__container {
        padding-block: 20px;
    }

    .vacancies__wrap {
        padding-inline: 0;
    }

    .wanna-know-more {
        padding-top: 40px;
    }

    .wanna-know-more .text {
        padding-left: 0;
        padding-top: 20px;
    }

    .wanna-know-more__wrap {
        display: block;
    }

    .add-to-myspec-popup__header {
        font-size: 30px;
    }

    .low-carbon-top__img-wrap {
        height: 220px;
    }

    .low-carbon-top {
        padding-top: 106px;
    }

    .slider-overlay-block__header {
        font-size: 40px;
    }

    .slider-overlay-block__subheader {
        font-size: 15px;
    }

    .key-features__txt-wrap {
        padding: 20px;
    }

    #key-features li {
        padding-left: 15px;
    }

    #key-features li::before {
        left: 4px;
    }

    .product-accordions .files-accordeon {
        margin-top: -25px;
    }

    .color-options-wrap .slick-prev {
        left: -14px;
    }

    .color-options-wrap .slick-next {
        right: -14px;
    }

    .square-links-grid_4-columns {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .color-kind {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: none;
        padding: 0;
        top: -42px;
        text-align: center;
    }

    .colors-outer-wrap {
        width: var(--color-slide-width);
        left: 50%;
        transform: translateX(-50%);
    }

    .color-options-wrap {
        margin-top: 75px;
    }

    .sect-countdown__link-wrap {
        margin-top: 25px;
    }

    .sect-countdown {
        --car-shift: 60px;
    }

    .sect-countdown__car {
        max-width: 90%;
    }

    .file-accordeon.item_accord .file-accordeon__content.file-accordeon__content_revit,
    .file-tabs {
        padding-left: 15px;
    }

    .info-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-video {
        aspect-ratio: initial;
    }

    .about-video__file {
        font-size: 14px;
    }

    .about-video.open {
        aspect-ratio: 16 / 9;
    }

    .about-video__btn-wrap {
        width: 80px;
        height: 80px;
        transform: translate(-50%, -200%);
    }

    .about-video__play-btn {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .about-video__txt {
        padding: 30px 15px;
    }

    .about-video__txt-wrap,
    .about-video__img-wrap {
        flex-basis: auto;
        max-width: none;
    }

    .about-video__top-layer {
        position: relative;
        flex-direction: column;
    }

    .about-video__img-wrap img {
        position: static;
        display: block;
        width: 100%;
    }

    .vacancy__position-name {
        font-size: 16px;
    }

    .top_banner.career-top {
        padding-bottom: 70px;
    }

    .career-top__title {
        font-size: 38px;
    }

    .career-top__txt {
        font-size: 18px;
    }

    .project-card:hover .project-card__img-wrap img,
    .project-card:hover .project-card__txt-wrap,
    .project-card:hover .project-card__img-wrap .project-card__img-wrap-inner {
        transform: none;
    }

    .project-card__desc {
        opacity: 1;
    }

    .projects-container {
        gap: 50px 0;
    }

    .projects-container .project-card:nth-child(even) {
        transform: none;
    }

    .projects-container .project-card {
        flex-basis: 100%;
    }

    .single-product .file-accordeon__download span,
    .file-accordeon__input {
        word-break: break-word;
    }

    .sect-view-our-range .intro_title {
        margin-bottom: 40px;
    }

    .products_lists_block {
        padding-left: 0;
    }

    .news_block {
        margin-top: 30px;
    }

    .insta_block img {
        width: 24%;
    }

    .header_logo {
        max-width: 130px;
    }
}

@media (max-width: 600px) {


    .search-sect-top__inner {
        padding-bottom: 35px;
    }

    .search-item {
        padding-block: 16px;
    }

    .search-sect-top__inner h1 {
        font-size: 36px;
    }

    .my-tooltip {
        left: -16px;
        transform: none;
    }

    .my-tooltip__tooth {
        left: 22%;
        transform: translate(0, -100%);
    }

    .my-tooltip::after {
        left: 20%;
    }

    .slider_style.product-project-slider__wrap .slick-arrow.slick-prev {
        right: 80%;
    }

    .slider_style.product-project-slider__wrap .slick-arrow.slick-next {
        left: 80%;
    }

    .project-carousel-dots {
        display: none;
    }

    .project-carousel-bottom {
        position: relative;
    }

    .view_recources_field,
    .products_carousels,
    .products_lists_block {
        width: 100%;
    }

    .view_recources_block,
    .project-carousel-block,
    .news_top,
    .footer-top,
    .footer-bottom {
        flex-wrap: wrap;
    }

    #our_history {
        background-size: cover;
    }

    .products_slider_section {
        display: block;
        height: 100%;
    }

    .products_lists_block {
        padding-left: 15px;
        padding-right: 15px;
    }

    h2 {
        font-size: 36px;
    }

    .btn {
        width: 290px;
    }

    .new-spec__btn {
        width: auto;
    }


    #our_products {
        margin-top: 30px;
    }

    #about {
        padding-top: 80px;
    }

    .view_recources_field {
        font-size: 36px;
        padding-right: 50px;
    }

    .product-carousel-text {
        padding-left: 21px;
        padding-right: 21px;
    }

    .our_history_text {
        margin-bottom: 20px;
    }

    .footer-top-item {
        width: 48%;
    }
}

@media screen and (max-width: 520px) {
    .add-to-myspec-popup {
        padding-inline: 30px;
        width: calc(100vw - 30px);
    }

}

@media(max-width: 500px) {
    .info-cards-grid {
        grid-template-columns: repeat(1, 1fr);
        max-width: 264px;
    }

    .info-card__img-wrap {
        justify-content: center;
    }
}

@media(max-width: 450px) {
    .feat-sizes-header {
        font-size: 28px !important;
    }
}

@media(max-width: 420px) {
    .share_links__date {
        width: 100%;
        text-align: right;
        margin-bottom: 14px;
    }
}

@media (max-width: 390px) {
    .view-our-range {
        grid-template-columns: 1fr;
    }

    .vacancy__position-name {
        font-size: 15px;
    }
}

.white-papers-text ul li a {
    color: #fff;
    text-decoration: underline;
}

/* //events */
.page-intro-description {
    margin: 40px 0 80px;
}

.events-wrapper {
    padding: 120px 0 80px;
}

.event-item {
    margin-bottom: 40px;
    color: #fff;
}

.event-item__body {
    min-height: 220px;
}

.event-item h2 {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.event-item p,
.event-text {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
}

.event-item a {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5rem;
    text-decoration: none !important;
}


.event-item a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    display: inline-block;
    width: 14px;
    height: 14px;
    transition: transform 0.3s;
    background: url('../img1/arr1.svg') no-repeat center;
}

.event-item a:hover::after {
    transform: translateX(3px);
}

.event-wrapper {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.event-item {
    width: calc(25% - 20px);
    padding: 0 10px;
}

.event-item img {
    width: 100%;
}

.event-item .card-body {
    max-width: 265px;
}

@media screen and (max-width: 1200px) {
    .event-item {
        width: calc(33% - 40px);
        margin-bottom: 40px;
    }

    .event-item .card-body {
        max-width: 100%;
    }

}

.event-image-wrapper {
    width: 100%;
    overflow: hidden;
    /* захищає від вилазення картинки */
}

.event-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}


@media screen and (max-width: 768px) {
    .event-item {
        width: calc(50% - 40px);
        margin-bottom: 40px;
    }

    .event-item .card-body {
        max-width: 100%;
    }

}


@media screen and (max-width: 568px) {
    .event-item {
        width: 100%;
    }

    .event-item .card-body {
        max-width: 100%;
    }

    .event-item__body {
        min-height: 0;
    }
}
.js-account-number-wrap {
    display: none;
}

#account_number {
    appearance: none;
    -moz-appearance: textfield;
}

.js-account-number-wrap input::-webkit-outer-spin-button,
.js-account-number-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}