@font-face {
    font-family: 'Expansiva';
    src: url('/fonts/Expansiva.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('/fonts/Expansiva-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('/fonts/Expansiva-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('/fonts/Expansiva-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body,
input,
textarea,
select {
    font-family: 'Montserrat';
    font-size: 1.1111vw;
    color: #fff;
    -webkit-text-size-adjust: none;
}

body {
    overflow-x: hidden;
}

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

* {
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
span,
b,
i,
input,
textarea,
fieldset {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

.none {
    display: none;
}

.fade-out {
    opacity: 1;
    transition: 0.3s;
    pointer-events: auto;
}

.fade-out.active {
    opacity: 0;
    pointer-events: none;
}

.fade-in {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.fade-in.active {
    opacity: 1;
    pointer-events: auto;
}

.column {
    width: 87.5vw;
    margin: 0 auto;
}

body {
    position: relative;
    background-color: #000000;
}

.container {
    padding: 0 5.5556vw;
}

.main_block {
    width: 100%;
    height: 50.6944vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.2222vw 5.5556vw;
}

.h1 {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 6.9444vw;
    line-height: 8.3333vw;
    text-transform: uppercase;
    color: #FFFFFF;
}

.h1 span {
    color: #299D3F;
    width: 76.5278vw;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 2.7778vw 0;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    width: 11.1931vw;
    height: 2.7778vw;
}

.header_menu {
    display: flex;
    align-items: center;
}

.header_menu_item a {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9722vw;
    line-height: 1.1806vw;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: .3s;
}

.header_menu_item:hover a {
    color: #299D3F;
}

.header_menu_item {
    margin: 0 2.7778vw;
    padding: 0.8333vw 0;
    list-style: none;
    position: relative;
}

.header_menu_item:hover .header_submenu {
    opacity: 1;
    visibility: visible;
}

.header_submenu {
    position: absolute;
    top: 100%;
    left: -1.3889vw;
    z-index: 3;
    min-width: 19.4444vw;
    padding: 1.3889vw;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header_submenu_item {
    margin-bottom: 0.8333vw;
    list-style: none;
}

.header_submenu_item a {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_submenu_item a:hover {
    color: #299D3F !important;
}

.header_submenu_item:last-child {
    margin-bottom: 0;
}

.header_submenu_item svg {
    width: 0.6944vw;
    flex-shrink: 0;
}

.search_header {
    position: relative;
    width: 2.5vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

.search_header_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search_header_icon {
    width: 0.9722vw;
    height: 0.9722vw;
}

.search_header:hover {
    background-color: #299D3F;
}

.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.1111vw;
    text-transform: uppercase;
    color: #299D3F;
    transition: .5s;
    min-width: 14.5833vw;
    min-height: 3.4722vw;
    /* background: url('/images/btn_back.svg') center no-repeat;
    background-size: 100% 100%; */
    padding: 0 2.0139vw;
    z-index: 0;
}

.btn-dash-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    overflow: visible;
}

.btn-dash {
    fill: none;
    stroke: #299D3F;
    stroke-width: 0.2153vw;
    stroke-dasharray: calc(174px*var(--coef-btn)) calc(10px*var(--coef-btn)) calc(250px*var(--coef-btn)) calc(10px*var(--coef-btn)) calc(78px*var(--coef-btn));
    animation-duration: 3s;
    animation-name: btn-dash-rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: 1.5s;
}

.btn.dark .btn-dash {
    stroke: #438585;
}


/* @keyframes btn-dash-rotate {
	0% {
		stroke-dasharray: 9.7222vw 6.875vw 15.9722vw 6.875vw 6.25vw;
	}
	26.1538% {
		stroke-dasharray: 15.9722vw 6.875vw 15.9722vw 6.875vw 0vw;
	}
	26.1539% {
		stroke-dasharray: 0vw 0vw 15.9722vw 6.875vw 15.9722vw 6.875vw;
	}
	56.923% {
		stroke-dasharray: 0vw 6.875vw 15.9722vw 6.875vw 15.9722vw 6.875vw;
	}
	100% {
		stroke-dasharray: 9.7222vw 6.875vw 15.9722vw 6.875vw 15.9722vw 6.875vw;
	}
} */

.btn:hover .btn-dash {
    stroke-dasharray: calc(525px * var(--coef-btn));
}

.btn_arrow {
    min-width: 5.5556vw;
    min-height: 2.7778vw;
    padding: 0;
    background: url('/images/btn_arrow_back.svg') center no-repeat;
    background-size: 100% 100%;
    transition: .3s;
}

.btn_arrow:hover {
    background-color: #299D3F;
}

.btn_arrow path {
    transition: .3s;
    width: 2.0833vw;
}

.btn_arrow:hover path {
    fill: #fff;
}

.btn_arrow svg {
    width: 2.0833vw;
}

.section {
    padding: 7.6389vw 0;
    position: relative;
}

.section_top55 {
    padding-top: 3.8194vw;
}

.section_top70 {
    padding-top: 4.8611vw;
}

.section_without_top {
    padding-top: 0;
}

.section_without_bottom {
    padding-bottom: 0;
}

.section_bottom50 {
    padding-bottom: 3.4722vw;
}

.flex_center {
    display: flex;
    align-items: center;
}

.about_section_inner {
    justify-content: space-between;
}

.about_section_content {
    width: 32.9167vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tag {
    font-style: normal;
    font-weight: 700;
    font-size: 0.9722vw;
    line-height: 0.9722vw;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-left: 2.1528vw;
    z-index: 3;
    display: flex;
    align-items: center;
}

.tag::before {
    display: block;
    content: "";
    width: 2.7778vw;
    height: 100%;
    background: #299D3F;
    position: absolute;
    left: 0.0764vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.tag.white::before {
    background: #fff;
}

.tag.white span {
    color: #299D3F;
}

.h2 {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 2.6389vw;
    line-height: 4.0278vw;
    text-transform: uppercase;
    color: #FFFFFF;
}

.h2 span, h1 span, .content span, .maintext span, h2 span {
    color: #299D3F;
}

.about_section_h2 {
    margin-top: 1.0417vw;
    margin-bottom: 2.0833vw;
}

.maintext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    color: #FFFFFF;
}

.about_section_maintext {
    margin-bottom: 4.1667vw;
}

.about_section_items {
    display: flex;
    flex-wrap: wrap;
    width: 51.3889vw;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -1.3889vw;
}

.about_section_item {
    position: relative;
    width: 25vw;
    padding: 2.4306vw;
    display: flex;
    align-items: center;
    margin-bottom: 1.3889vw;
}

.about_section_item:nth-child(-1),
.about_section_item:nth-child(-2) {
    margin-bottom: 0;
}

.about_section_item_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about_section_item_icon {
    width: 3.4722vw;
    height: 3.4722vw;
    margin-right: 3.125vw;
}

.about_section_item_text {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    min-height: 5.8333vw;
    display: flex;
    align-items: center;
}

.numbers_block_inner {
    position: relative;
    width: 100%;
    height: 42.7778vw;
    margin-bottom: 3.0556vw;
    padding: 10.1389vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.numbers_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.numbers_block_text {
    position: relative;
    z-index: 1;
}

.numbers_block_text_h2 {
    margin-top: 1.0417vw;
}

.numbers {
    position: absolute;
    left: 0;
    bottom: -3.0556vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 10.1389vw;
    width: 100%;
}

.number_item {
    display: flex;
    align-items: center;
}

.number {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 6.9444vw;
    text-align: right;
    text-transform: uppercase;
    color: #299D3F;
    margin-right: 0.3472vw;
}

.number_desc {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: -0.6944vw;
}

.section_green {
    position: relative;
}

.back_green {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

.section_green_inner {
    position: relative;
    z-index: 1;
}

.section_green_h2 {
    margin-top: 1.0417vw;
    margin-bottom: 2.7778vw;
}

.products_block {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}

.products_block_item {
    width: 25%;
    height: 47.2222vw;
    position: relative;
}

.products_block_item::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    transition: .5s;
}

.products_block_item_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359.84deg, #000000 0.11%, rgba(0, 0, 0, 0) 41.25%);
}

.products_block_item:nth-child(2n) {
    margin-top: 2.7778vw;
}

.products_block_item_title {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    transition: .5s;
    position: absolute;
    left: 4.1667vw;
    bottom: 2.7778vw;
    white-space: nowrap;
    z-index: 2;
}

.products_block_item:hover .products_block_item_title {
    transform: rotate(0) translateX(-50%);
    left: 50%;
    bottom: 7.2917vw
}

.products_block_item:hover:after {
    opacity: 0;
}

.products_block_item_btn {
    position: absolute;
    bottom: 2.0833vw;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
    transition: .5s;
}

.products_block_item:hover .products_block_item_btn {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.projects_slider {
    height: 40.9722vw !important;
    overflow: hidden;
}

.section_projects_slider_item {
    width: 89.0972vw;
    height: 40.9722vw !important;
    position: relative;
}

.section_projects_slider_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.section_projects_slider_text {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    position: absolute;
    left: 4.1667vw;
    bottom: 2.7778vw;
    white-space: nowrap;
    z-index: 2;
}

.section_projects_slider_inner {
    position: relative;
    height: 40.9722vw !important;
}

.section_projects_slider_inner .slick-list {
    height: 40.9722vw !important;
}

.arrows {
    position: absolute;
    top: 0;
    right: 0;
}

.arrow {
    background-color: #fff;
    padding: 0.9722vw;
    width: 2.7778vw;
    height: 2.7778vw;
}

.arrow svg {
    width: 0.8333vw;
    height: 0.8333vw;
}

.arrow path,
.arrow {
    transition: .3s;
    cursor: pointer;
}

.arrow:hover {
    background-color: #299D3F;
}

.arrow:hover path {
    fill: #fff;
}

.section_projects_green_block {
    background-color: #299D3F;
    position: absolute;
    right: 0;
    top: 0;
    width: 42.0833vw;
    height: 100%;
}

footer {
    padding-top: 7.6389vw;
    padding-bottom: 2.0833vw;
}

.footer_inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

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

.copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 1.8056vw;
    color: #C4C4C4;
    margin-top: 1.7361vw;
}

.footer_header {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9028vw;
    line-height: 1.1111vw;
    text-transform: uppercase;
    color: #299D3F;
    margin-bottom: 1.3889vw;
}

.footer_link {
    font-style: normal;
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 1.0417vw;
    color: #FFFFFF;
    margin-bottom: 0.9722vw;
    max-width: 16.3194vw;
    transition: .3s;
}

.footer_link:last-child {
    margin-bottom: 0;
}

.footer_social_link {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 1.1806vw;
    color: #FFFFFF;
    margin-bottom: 0.9722vw;
    display: flex;
    align-items: center;
    transition: .3s;
}

.footer_link:hover,
a.footer_social_link:hover {
    color: #299D3F;
}

.footer_social_link:last-child {
    margin-bottom: 0;
}

.footer_link_icon {
    width: 0.6944vw;
    height: 0.6944vw;
    margin-right: 0.6944vw;
    flex-shrink: 1;
}

.footer_social_block {
    display: flex;
    align-items: center;
}

.footer_social_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6667vw;
    height: 1.6667vw;
    margin-right: 0.6944vw;
    transition: .3s;
}

.footer_social_item:last-child {
    margin-right: 0;
}

.footer_social_item_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s;
}

.footer_social_icon {
    width: 0.6944vw;
    height: 0.6944vw;
    transition: .3s;
}

.footer_social_item:hover {
    background-color: #299D3F;
}

.footer_social_item:hover .footer_social_item_border {
    opacity: 0;
}

.footer_social_item:hover .footer_social_icon {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.banner_block {
    width: 100vw;
    height: 38.9583vw;
    padding: 4.8611vw 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner_block .h1 {
    font-size: 4.8611vw;
    line-height: 6.25vw;
}

.banner_block .maintext {
    width: 46.5278vw;
    margin-top: 1.3889vw;
}

.banner_block_subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 1.3889vw;
}

.breadcrumbs_top {
    padding-top: 8.3333vw;
}

.breadcrumbs ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 2.0833vw 0 0;
}

.breadcrumbs ul li {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 1.0417vw;
    text-transform: uppercase;
    color: #FFFFFF;
}

.breadcrumbs ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 0.8333vw;
    line-height: 1.0417vw;
    text-transform: uppercase;
    color: #FFFFFF;
}

.breadcrumbs ul li:after {
    content: "";
    display: block;
    width: 0.4167vw;
    height: 0.0764vw;
    background-color: #299D3F;
    margin: 0 0.5556vw;
}

.breadcrumbs ul li:last-child {
    color: #fff;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

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

.section_text_inner_image {
    width: 43.0556vw;
}

.section_text_block {
    width: 34.7222vw;
}

.section_text_block .maintext {
    margin-top: 1.3889vw;
}

.content_h1 {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 2.6389vw;
    line-height: 4.0278vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 2.0833vw;
}

.standart_page .content {
    width: 68.0556vw;
}

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

.content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
}

.content h2 {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 2.2222vw;
    line-height: 3.6111vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 4.1667vw;
}

.content p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    color: #FFFFFF;
    margin-top: 1.3889vw;
}

.content li {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    color: #FFFFFF;
    margin: 0.3472vw 0;
    display: flex;
    align-items: center;
}

.content ul,
.content ol {
    margin: 2.0833vw 0;
}

.content ul li::before {
    content: "";
    display: block;
    width: 1.0417vw;
    height: 0.0764vw;
    background-color: #299D3F;
    margin-right: 1.0417vw;
    flex-shrink: 0;
}

.content ol {
    counter-reset: counter;
}

.content ol li {
    counter-increment: counter;
}

.content ol li::before {
    content: counter(counter) ". ";
    font-style: normal;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    color: #299D3F;
    margin-right: 1.3194vw;
    min-width: 0.9722vw;
}

.section_404_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image_404 {
    width: 66.5278vw;
    height: 14.8611vw;
    margin-bottom: 5.5556vw;
}

.title_404 {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 2.6389vw;
    line-height: 4.0278vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1.3889vw;
}

.map {
    width: 100%;
    height: 41.6667vw;
}

.contacts_inner_block {
    display: flex;
    align-items: baseline;
}

.contacts_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.7778vw;
    margin-right: 16.3889vw;
}

.form_label {
    font-style: normal;
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    color: #FFFFFF;
    margin-left: 1.3889vw;
}

.form_input {
    width: 40.9722vw;
    height: 2.7778vw;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-style: normal;
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    color: #299D3F;
}

.contacts_form .form_input {
    margin-bottom: 2.7778vw;
}

.contacts_form .btn {
    margin-top: 0.6944vw;
}

.contacts_item {
    margin-bottom: 2.7778vw;
}

.contacts_item_title {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 1.5278vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0.3472vw;
}

.contacts_item_desc {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #299D3F;
}

.contacts_items .footer_social_item {
    width: 3.4722vw;
    height: 3.4722vw;
    margin-right: 1.3889vw;
}

.contacts_items .footer_social_item .footer_social_icon {
    width: 1.1806vw;
    height: 1.1806vw;
}

.products_block {
    display: flex;
    flex-wrap: wrap;
}

.product_block {
    width: 33.33%;
    height: 48.6111vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2.0833vw 2.4306vw;
}

.product_block_image_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product_block_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.product_block_image_inner:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .4;
    transition: .5s;
}

.product_block:hover .product_block_image_inner::after {
    opacity: 0;
}

.product_block_info {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product_block_info .btn_arrow {
    opacity: 0;
    visibility: hidden;
}

.product_block:hover .btn_arrow {
    opacity: 1;
    visibility: visible;
}

.product_block_title {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .3s;
}

.project_block_image_inner {
    margin-right: 8.3333vw;
    width: 48.6111vw;
    height: 48.6111vw;
}

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

.project_block {
    display: flex;
    align-items: center;
}

.project_block_info {
    width: 37.5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.project_block_subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #299D3F;
    margin-bottom: 1.3889vw;
}

.project_block_title {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 2.2222vw;
    line-height: 3.6111vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 2.0833vw;
}

.project_block_info .maintext {
    margin-bottom: 4.1667vw;
    width: 29.5833vw;
}

.projects_section_h2 {
    margin-bottom: 4.1667vw;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.1667vw;
}

.pagination-btn,
.pagination-btn-empty {
    font-style: normal;
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.8056vw;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 2.4306vw;
    height: 2.4306vw;
    border: 2px solid #299D3F;
    color: #FFFFFF;
    margin: 0 0.3472vw;
    transition: .3s;
}

.pagination-btn.active {
    color: #299D3F;
}

.pagination-btn svg {
    width: 0.9722vw;
    height: 0.9722vw;
}

.pagination-btn:hover {
    color: #299D3F
}

.pagination-btn path {
    transition: .3s;
}

.pagination-btn:hover path {
    fill: #299D3F;
}

.product_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28.2639vw;
    height: 34.7222vw;
    margin-right: 1.25vw;
    margin-bottom: 1.3889vw;
    padding: 2.7778vw 3.4722vw;
}

.project_item:hover::after {
    opacity: 0.5;
}

.project_item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
    transition: .5s;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.product_item.big {
    width: 42.4306vw;
    height: 34.7222vw;
    padding: 2.7778vw 10.9722vw;
}

.product_item.last {
    margin-right: 0;
}

.products_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.product_item_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.product_item .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.7778vw;
    z-index: 1;
}

.product_item_title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.projects_slider_inner {
    position: relative;
    margin-top: 2.0833vw;
    height: 40.9722vw !important;
    overflow: hidden;
}

.projects_slider_inner .arrow {
    position: absolute;
}

.projects_slider_inner .arrow_prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.projects_slider_inner .arrow_next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-dots {
    position: absolute;
    bottom: 1.3889vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.slick-dots li {
    list-style: none;
}

.slick-dots button {
    content: "";
    background: #FFFFFF;
    opacity: 0.6;
    width: 0.6944vw;
    height: 0.6944vw;
    display: block;
    padding: 0;
    font-size: 0;
    margin: 0 0.2153vw;
}

.slick-active button {
    opacity: 1;
}

.project_subtitle,
.product_subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 4.1667vw;
}

.project_content,
.product_content {
    margin-top: 4.1667vw;
}

.product_subtitle {
    margin-top: 0;
}

.project_subtitle,
.project_inner .content {
    width: 52.4306vw;
}

.section_project_more_h2 {
    margin-top: 1.0417vw;
    margin-bottom: 2.0833vw;
    width: 44.2361vw;
}

.product_h2 {
    width: 70.8333vw;
}

.section_product_slider_item {
    width: 52.7778vw;
    height: 34.7222vw !important;
    position: relative;
}

.product_slider {
    width: 52.7778vw;
    height: 34.7222vw !important;
}

.product_slider_inner {
    position: relative;
    width: 52.7778vw;
}

.product_slider_inner .arrow {
    position: absolute;
}

.product_slider_inner .arrow_prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product_slider_inner .arrow_next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product_image {
    width: 34.7222vw;
    height: 34.7222vw;
    object-fit: cover;
}

.product_photos {
    display: flex;
    margin-top: 2.0833vw;
}

.product_remark {
    font-style: normal;
    font-weight: 600;
    font-size: 1.9444vw;
    line-height: 2.6389vw;
    text-transform: uppercase;
    color: #299D3F;
    margin-top: 2.0833vw;
}

.product_inforamtion_text {
    width: 29.7222vw;
    margin-right: 4.8611vw;
}

.product_information {
    display: flex;
    margin-top: 4.1667vw;
}

.product_info_block {
    width: 54.1667vw;
}

.product_info_block {
    margin-bottom: 2.7778vw;
}

.product_info_block:last-child {
    margin-bottom: 0;
}

.product_info_block_title {
    width: 100%;
    background: #299D3F;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0.6944vw 0;
}

.product_info_block_content {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 0;
    padding: 2.0833vw 7.6389vw;
}

.product_info_block_content li {
    margin: 0.6944vw 0;
}

.product_info_block_content ul,
.product_info_block_content ol {
    margin: 0 0;
}

.product_info_block_content p {
    margin: 0 0 0.6944vw;
}

.product_info_block_content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.8056vw;
    text-transform: uppercase;
    color: #299D3F;
    margin-bottom: 0.6944vw;
}

.advantages_h2 {
    width: 38.1944vw;
    position: relative;
}

.section_advantages {
    height: 45.1389vw;
}

.advantages_items {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 5.5556vw;
}

.advantages_item {
    background: url('/images/advantages_border.svg') center no-repeat;
    background-size: cover;
    width: 25vw;
    height: 10.8333vw;
    display: flex;
    align-items: center;
    padding: 0 3.4028vw;
    margin-right: 6.9444vw;
}

.advantages_item:last-child {
    margin-right: 0;
}

.section_advantages_inner {
    position: initial;
}

.advantages_item_icon {
    width: 3.4722vw;
    height: 3.4722vw;
    margin-right: 3.125vw;
}

.advantages_title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0.3472vw;
}

.advantages_desc {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    color: #FFFFFF;
}

.horizontal {
    background: url('/images/horizontal.png') center no-repeat;
    background-size: cover;
    width: 88.8889vw;
    height: 19.0278vw;
    padding: 2.7778vw 5.5556vw 3.4722vw;
}

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

.horizontal_form .form_input {
    width: 17.3611vw;
}

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

.horizontal_input .form_label {
    margin-left: 0;
}

.horizontal_title {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 2.2222vw;
    line-height: 3.6111vw;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0.6944vw;
}

.horizontal_desc {
    font-style: normal;
    font-weight: 500;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    text-align: center;
    color: #D4EBD9;
    margin-bottom: 3.4722vw;
}

.success-form {
    font-style: normal;
    font-weight: 500;
    font-size: 0.9028vw;
    line-height: 1.8056vw;
    color: #299D3F;
    margin-top: 1.0417vw;
    display: none;
}

.error {
    color: #E53A14;
}

.horizontal-success-form {
    text-align: center;
    margin-top: 0.3472vw;
}

.search_item {
    padding: 2.0833vw 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.search_item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.search_item .breadcrumbs ul {
    padding-top: 0;
}

.search_item_title {
    font-family: 'Expansiva';
    font-style: normal;
    font-weight: bold;
    font-size: 1.5278vw;
    line-height: 1.9444vw;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0.6944vw;
    display: block;
}

.search_h2 {
    margin-bottom: 2.7778vw;
}

.search_form {
    position: absolute;
    right: 0;
    top: 0.1458vw;
    z-index: 5;
    width: 63.1944vw;
    height: 2.7083vw;
    display: flex;
    align-items: center;
    display: none;
}

.search_input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0.5556vw 1.3889vw;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    color: #000;
}

.search_input::placeholder {
    color: #C4C4C4;
}

.search_buttons {
    position: absolute;
    top: 0.7292vw;
    right: 0.7639vw;
    display: flex;
    align-items: center;
}

.search_btn svg {
    width: 0.9722vw;
    height: 0.9722vw;
}

#close_search {
    width: 0.9722vw;
    height: 0.9722vw;
    cursor: pointer;
}

.product_content h2 {
    line-height: 2.6389vw;
}

.product_content h2 span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 1.9444vw;
    text-transform: uppercase;
    color: #299D3F;
}

.ajaxsearchresult_inner {
    position: absolute;
    top: 100%;
    padding-top: 0.3472vw;
    display: none;
    width: 100%;
}

.ajaxsearchresult {
    background: #fff;
    padding: 0.3472vw 1.3889vw 1.3889vw;
    display: flex;
    flex-direction: column;
}

.ajaxsearchresult a {
    padding: 1.0417vw 0;
    border-bottom: 1px solid #E5E5E5;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    color: #000000;
    transition: .3s;
}

.ajaxsearchresult a:hover {
    color: #299D3F;
}

.search-view-all {
    margin-top: 1.0417vw;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    text-decoration-line: underline;
    color: #299D3F !important;
    padding: 0 !important;
    border: none !important;
}

.search-nothing-found {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
    color: #000000;
    padding-top: 1.0417vw;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000000;
    transition: .8s;
}

.preloader.disable {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.preloader_image {
    width: 27.9292vw;
    height: 6.8792vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.preloader_image1 {
    animation-name: image_opacity;
    animation-delay: 3s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes image_opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.preloader_image2 {
    width: 27.5vw;
    height: 6.25vw;
}

.preloader_image3 {
    width: 26.3194vw;
    height: 5.0694vw;
}

.preloader-btn-dash-wrapper {
    width: 23.6111vw;
    height: 6.1806vw;
    position: absolute;
    left: 34.375vw;
    right: 0;
    overflow: visible;
}

.preloader-btn-dash-wrapper.right {
    left: 44.6528vw;
}

.preloader-btn-dash {
    fill: none;
    stroke: #299D3F;
    stroke-width: 0.5556vw;
    stroke-dasharray: calc(283px*var(--coef-btn)) calc(5px*var(--coef-btn)) calc(389px*var(--coef-btn)) calc(4px*var(--coef-btn)) calc(271px*var(--coef-btn));
    animation-duration: 3s;
    animation-name: preloader-btn-dash-rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: 1.5s;
}

.preloader-btn-dash-wrapper rect {
    opacity: 0;
    height: 0.4167vw;
}

.preloader-btn-dash-wrapper rect:nth-child(1) {
    animation-name: preloader-width1;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.preloader-btn-dash-wrapper rect:nth-child(2) {
    animation-name: preloader-width3;
    animation-duration: 1.5s;
    animation-delay: 2.7s;
    animation-fill-mode: forwards;
}

.preloader-btn-dash-wrapper rect:nth-child(3) {
    animation-name: preloader-width2;
    animation-duration: 1.5s;
    animation-delay: 1.35s;
    animation-fill-mode: forwards;
}

.preloader-btn-dash-wrapper.right rect:nth-child(2) {
    animation-name: preloader-right-width1 !important;
    animation-duration: 1.5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.preloader-btn-dash-wrapper.right rect:nth-child(3) {
    animation-name: preloader-right-width2 !important;
    animation-duration: 1.5s;
    animation-delay: 1.35s;
    animation-fill-mode: forwards;
}

.preloader-btn-dash-wrapper.right rect:nth-child(1) {
    animation-name: preloader-right-width3 !important;
    animation-duration: 1.5s;
    animation-delay: 2.7s;
    animation-fill-mode: forwards;
}

@keyframes preloader-width1 {
    0% {
        width: 0;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: calc(287px);
        opacity: 1;
    }
}

@keyframes preloader-width2 {
    0% {
        width: 0;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: calc(83px);
        opacity: 1;
    }
}

@keyframes preloader-width3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: calc(182px);
        opacity: 1;
    }
}

@keyframes preloader-right-width1 {
    0% {
        width: 0;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: calc(209.5px);
        opacity: 1;
    }
}

@keyframes preloader-right-width2 {
    0% {
        width: 0;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: calc(83px);
        opacity: 1;
    }
}

@keyframes preloader-right-width3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: calc(101.5px);
        opacity: 1;
    }
}

@keyframes preloader-btn-dash-rotate {
    0% {
        stroke-dasharray: 0 calc(283px*var(--coef-btn)) calc(5px*var(--coef-btn)) 0 calc(395px*var(--coef-btn)) 0;
    }
    50% {
        stroke-dasharray: 0 calc(283px*var(--coef-btn)) calc(5px*var(--coef-btn)) calc(389px*var(--coef-btn)) calc(4px*var(--coef-btn)) calc(271px*var(--coef-btn));
    }
    100% {
        stroke-dasharray: calc(283px*var(--coef-btn)) calc(5px*var(--coef-btn)) calc(389px*var(--coef-btn)) calc(4px*var(--coef-btn)) calc(271px*var(--coef-btn));
    }
    /* 26.1539% {
        stroke-dasharray: 0vw 0vw calc(389px*var(--coef-btn)) calc(5px*var(--coef-btn)) calc(389px*var(--coef-btn)) calc(5px*var(--coef-btn));
    } */
    /* 56.923% {
        stroke-dasharray: 0vw calc(5px*var(--coef-btn)) calc(389px*var(--coef-btn)) calc(4px*var(--coef-btn)) calc(389px*var(--coef-btn)) calc(4px*var(--coef-btn));
    } */
    /* 0% {
        stroke-dasharray: 9.7222vw 6.875vw 15.9722vw 6.875vw 6.25vw;
    }
    26.1538% {
        stroke-dasharray: 15.9722vw 6.875vw 15.9722vw 6.875vw 0vw;
    }
    26.1539% {
        stroke-dasharray: 0vw 0vw 15.9722vw 6.875vw 15.9722vw 6.875vw;
    }
    56.923% {
        stroke-dasharray: 0vw 6.875vw 15.9722vw 6.875vw 15.9722vw 6.875vw;
    }
    100% {
        stroke-dasharray: 9.7222vw 6.875vw 15.9722vw 6.875vw 15.9722vw 6.875vw;
    } */
    /* 100% {
        stroke-dasharray: calc(283px*var(--coef-btn)) calc(5px*var(--coef-btn)) calc(389px*var(--coef-btn)) calc(4px*var(--coef-btn)) calc(271px*var(--coef-btn));
    } */
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.3889vw;
}

.filter_item {
    width: 33%;
    padding-right: 0.6944vw;
    margin-bottom: 1.3889vw;
}

.filter_title {
    font-size: 1.25vw;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.filter_title:after {
    position: absolute;
    right: 0.3472vw;
    top: 0;
    content: "";
    display: block;
    width: 0.6944vw;
    height: 0.6944vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transition: .3s;
}

.filter_fields {
    border: 1px solid #fff;
    padding: 0 1.3889vw;
    margin-top: 1.3889vw;
    max-height: 0;
    overflow: auto;
    visibility: hidden;
    transition: .5s;
}

.filter_item.active .filter_fields {
    max-height: 13.8889vw;
    padding: 1.3889vw;
    visibility: visible;
}

.filter_item.active .filter_title:after {
    transform: translateY(7px) rotate(225deg);
}

.filter_fields::-webkit-scrollbar {
    width: 0.3472vw;
}

.filter_fields::-webkit-scrollbar-track {
    background: #fff;
}

.filter_fields::-webkit-scrollbar-thumb {
    background: #299D3F;
}

.containercheckbox {
    display: flex;
    align-items: baseline;
    position: relative;
    padding-left: 2.0833vw;
    width: 100%;
    cursor: pointer;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1111vw;
    line-height: 150%;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containercheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.3889vw;
    width: 1.3889vw;
    background-color: #fff;
    border: 1px solid rgba(190, 190, 190, 0.35);
    border-radius: 2px;
    transition: .3s;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containercheckbox input:checked~.checkmark:after {
    display: block;
}

.containercheckbox input:checked~.checkmark {
    background: #299D3F;
    border: 1px solid transparent;
}

.containercheckbox input:hover~.checkmark:after {
    display: block;
}

.containercheckbox input:hover~.checkmark {
    background: #299D3F;
    border: 1px solid transparent;
}

.containercheckbox .checkmark:after {
    left: 0.4167vw;
    top: 0.2431vw;
    width: 0.2778vw;
    height: 0.5556vw;
    border: solid #fff;
    border-width: 0 0.1458vw 0.1458vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}

.filter_fields_item {
    margin-bottom: 1.3889vw;
}

.filter_fields_item:last-child {
    margin-bottom: 0;
}

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

.clearfilter {
    font-size: 0.9722vw;
    color: #C4C4C4;
}