/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure {
    display: block
}

figure {
    margin: 1em 40px
}

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

main {
    display: block
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b, strong {
    font-weight: inherit;
    font-weight: bold;
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    overflow: visible
}

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

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

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

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

@font-face {
    font-family: helvetica neue;
    src: url(fonts/HelveticaNeue.ttf)
}

@font-face {
    font-family: helvetica light;
    src: url(fonts/HelveticaNeueLight.ttf)
}

@font-face {
    font-family: helvetica thin;
    src: url(fonts/HelveticaNeue-Thin.ttf)
}

@font-face {
    font-family: helvetica regular;
    src: url(fonts/Helvetica.ttf)
}

@font-face {
    font-family: helvetica medium;
    src: url(fonts/HelveticaNeue-Medium.ttf)
}

@font-face {
    font-family: 'helvetica neue';
    src: url(fonts/HelveticaNeue.ttf)
}

@font-face {
    font-family: 'helvetica neue bold';
    src: url(fonts/HelveticaNeueBold.ttf)
}


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

body, html {
    font-family: 'helvetica neue', sans-serif;
    color: rgba(72, 72, 72, 1)
}

strong {
    font-family: 'helvetica neue bold', sans-serif;

}

body.inactive {
    overflow-y: hidden
}

.body__loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: 1s;
    opacity: 0;
    visibility: hidden
}

.body__loader.visible {
    opacity: 1;
    visibility: visible
}

.body__loader .loader {
    margin: 0
}

.container {
    max-width: 1246px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1536px) {
    .container {
   /*  max-width: 1246px !important;*/
    }
}

.container--fluid {
    max-width: 1280px
}

.container--no-pd {
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex
}

.row > .item {
    padding-left: 15px;
    padding-right: 15px
}

.section {
    padding: 100px 0
}

@media (max-width: 576px) {
    .section {
        padding: 80px 0
    }
}

.section--gray {
    background: #f6f6f6
}

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

a {
    text-decoration: none;
    transition: .3s
}

button:focus {
    outline: none
}

.title {
    font-size: 44px;
    margin: 0;
    font-weight: normal;
    padding: 35px 0 50px
}

@media (max-width: 768px) {
    .title {
        font-size: 30px;
        line-height: 55px
    }
}

@media (max-width: 576px) {
    .title {
        font-size: 35px;
        line-height: 40px
    }
}

@media (max-width: 376px) {
    .title {
        font-size: 25px
    }
}

.title span {
    font-family: helvetica thin;
    font-weight: 100
}

.btn {
    display: inline-block;
    background: #56b147;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 15px 25px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid transparent
}

.btn:hover {
    background-color: #fff;
    color: #56b147;
    border-color: #56b147
}

.headline {
    color: #101010;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    padding-bottom: 27px;
    margin: 0;
    font-weight: 100
}

@media (max-width: 576px) {
    .headline {
        font-size: 25px
    }
}

@media (max-width: 376px) {
    .headline {
        font-size: 23px
    }
}

.headline:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #56b147;
    position: absolute;
    left: 0;
    bottom: 0
}

.headline--white {
    color: #fff
}

.headline--center {
    text-align: center
}

.headline--center:after {
    left: 50%;
    transform: translateX(-50px)
}

.text {
    color: #484848;
    font-size: 18px;
    line-height: 28px
}

.hero {
    background: 50%/cover no-repeat fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 630px;
    position: relative
}

.hero__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(46, 46, 46, .7)
}

@media (max-width: 768px) {
    .hero {
        height: 400px;
        background-attachment: scroll
    }
}

.hero .title {
    margin-top: 65px;
    color: #fff;
    font-size: 60px;
    font-family: helvetica medium;
}

.hero--product {
    height: 420px;
    background-size: cover
}

.hero_slider {
    width: 100%;
    height: 100%
}

.hero_slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: 50%/cover no-repeat
}

.hero_slider .btn {
    font-size: 18px;
    font-weight: 500;
    font-family: Barlow;
    margin-top: 30px;
    padding: 15px 40px;
    min-width: 200px;
    text-align: center
}

.hero_slider .swiper-button-next:after, .hero_slider .swiper-button-prev:after {
    color: hsla(0, 0%, 100%, .7)
}

@media (max-width: 576px) {
    .hero_slider .swiper-button-next:after, .hero_slider .swiper-button-prev:after {
        font-size: 35px
    }
}

.loader {
    display: none
}

.loader.visible {
    display: block
}

.loader, .loader:after {
    border-radius: 50%;
    width: 55px;
    height: 55px
}

.loader {
    font-size: 10px;
    margin: 40px auto 0;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(72, 72, 72, .1);
    border-right: 5px solid rgba(72, 72, 72, .1);
    border-bottom: 5px solid rgba(72, 72, 72, .1);
    border-left: 5px solid #56b147;
    transform: translateZ(0);
    animation: a 1.1s infinite linear
}

@media (max-width: 768px) {
    .loader {
        margin-top: 0
    }
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@media (max-width: 992px) {
    .animated {
        animation: none !important
    }
}

@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: b
}

@keyframes c {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: c
}

@keyframes d {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: d
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 999;
    background: #252531
}

@media (max-width: 992px) {
    .header {
        background: #252531
    }
}

.header .navbar {
    transition: .3s;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

@media (max-width: 992px) {
    .header .navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0
    }
}

.header .navbar .logo {
    display: flex;
    align-items: center
}

@media (max-width: 576px) {
    .header .navbar .logo {
        flex-direction: column;
        align-items: flex-start
    }
}

.header .navbar .logo span {
    margin-left: 15px;
    font-size: 15px;
    color: hsla(0, 0%, 100%, .9);
    margin-top: 5px
}

@media (max-width: 576px) {
    .header .navbar .logo span {
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .header .navbar__nav {
        display: none;
        margin-top: 30px
    }
}

@media (min-width: 992px) {
    .header .navbar__nav li {
        display: inline-block
    }
}

.header .navbar__nav li:not(:last-child) {
    margin-right: 36px
}

.header .navbar__nav li a {
    color: #fff;
    font-size: 14px;
    font-family: helvetica regular;
    display: inline-block
}

@media (max-width: 992px) {
    .header .navbar__nav li a {
        padding: 10px 0
    }
}

.header .navbar__nav li a.active, .header .navbar__nav li a:hover {
    color: #56b147
}

.header .mobile-menu {
    display: none;
    position: absolute;
    right: 15px;
    top: 12px
}

@media (max-width: 992px) {
    .header .mobile-menu {
        display: inline-block
    }

    .header .mobile-menu img {
        width: 35px;
        height: 35px
    }
}

.about__items {
    justify-content: space-between
}

@media (max-width: 576px) {
    .about__items {
        flex-direction: column
    }
}

.about__items .item {
    flex-basis: 50%
}

@media (max-width: 576px) {
    .about__items .item:not(:last-of-type) {
        margin-bottom: 40px
    }
}

.about__items .item .desc {
    margin-top: 40px
}

.home-product__items {
    margin-top: 60px
}

@media (max-width: 576px) {
    .home-product__items {
        flex-direction: column
    }
}

.home-product__items .item {
    flex-basis: 33%
}

@media (max-width: 576px) {
    .home-product__items .item:not(:last-of-type) {
        margin-bottom: 50px
    }
}

@media (min-width: 768px) {
    .home-product__items .item:hover .image {
        transform: translate(-10px, -10px)
    }
}

.home-product__items .item:not(:last-child) {
    padding-right: 19px
}

.home-product__items .item .image-wrapper {
    position: relative;
    transition: .3s
}

.home-product__items .item .image-wrapper .image {
    background: 50%/cover no-repeat;
    height: 200px;
    transition: .3s
}

.home-product__items .item .image-wrapper .image-bg {
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #56b147;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px
}

.home-product__items .item .name {
    font-size: 24px;
    color: #101010;
    margin: 40px 0 20px
}

@media (max-width: 576px) {
    .home-product__items .item .name {
        margin: 20px 0 10px
    }
}

.projects {
    padding-top: 50px
}

@media (max-width: 576px) {
    .projects {
        padding-top: 0
    }
}

.projects__buttons {
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: center
}

@media (max-width: 768px) {
    .projects__buttons {
        flex-direction: column
    }
}

.projects__buttons button {
    border: 2px solid #56b147;
    font-size: 16px;
    color: #101010;
    padding: 15px 26px;
    background: #fff;
    cursor: pointer;
    transition: .3s
}

@media (min-width: 768px) {
    .projects__buttons button:not(:last-of-type) {
        margin-right: 24px
    }
}

@media (max-width: 768px) {
    .projects__buttons button {
        border-width: 1px
    }

    .projects__buttons button:not(:last-of-type) {
        margin-bottom: 10px
    }
}

.projects__buttons button.active, .projects__buttons button:hover {
    color: #fff;
    background: #56b147
}

.projects .grid {
    margin-top: 48px
}

.projects .grid-item {
    display: inline-block;
    height: 175px;
    width: calc(25% - 26px);
    margin: 13px;
    background: 50%/cover no-repeat;
    position: relative
}

@media (max-width: 768px) {
    .projects .grid-item {
        width: calc(50% - 26px)
    }
}

@media (max-width: 376px) {
    .projects .grid-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.projects .grid-item a {
    height: 100%;
    width: 100%;
    background: rgba(37, 37, 49, .7);
    opacity: 0;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.projects .grid-item a span {
    transform: translateY(10px);
    opacity: 0;
    transition: .3s;
    transition-delay: .1s;
    padding: 0 10px;
    text-align: center
}

.projects .grid-item:hover a {
    opacity: 1
}

.projects .grid-item:hover a span {
    transform: translateY(0);
    opacity: 1
}

.team {
    padding-top: 50px;
    padding-bottom: 150px
}

@media (max-width: 576px) {
    .team {
        padding-bottom: 50px;
        padding-top: 0
    }
}

.team__items {
    margin-top: 60px
}

@media (max-width: 576px) {
    .team__items {
        flex-wrap: wrap
    }
}

.team__items .item {
    transition: .3s;
    flex-basis: 33%
}

@media (max-width: 576px) {
    .team__items .item {
        flex-basis: 50%;
        margin-bottom: 40px
    }
}

@media (max-width: 376px) {
    .team__items .item {
        flex-basis: 280px;
        margin-left: auto;
        margin-right: auto
    }
}

.team__items .item:hover .image {
    transform: translateY(-5px)
}

.team__items .item .image {
    background: top/cover no-repeat;
    height: 300px;
    transition: .3s
}

.team__items .item .name {
    font-size: 24px;
    color: #101010;
    margin: 40px 0 20px;
    font-family: helvetica regular
}

@media (max-width: 576px) {
    .team__items .item .name {
        margin: 20px 0 10px
    }
}

.ego {
    padding: 0;
    background: 50%/cover no-repeat fixed
}

.ego__content {
    margin-left: auto;
    background: rgba(37, 37, 49, .8);
    color: #fff;
    padding: 45px;
    max-width: 600px
}

.ego__items {
    line-height: 28px
}

.ego__items .item {
    font-size: 18px;
    margin-top: 40px
}

.ego__items .item .name {
    color: #56b147;
    font-family: helvetica regular
}

.contact__content {
    display: flex
}

@media (max-width: 992px) {
    .contact__content {
        flex-direction: column
    }
}

@media (min-width: 992px) {
    .contact__form {
        flex-basis: 700px
    }
}

.contact__form .form {
    margin-top: 60px;
    text-align: center
}

.contact__form .form__row {
    display: flex;
    justify-content: space-between
}

@media (max-width: 768px) {
    .contact__form .form__row {
        flex-direction: column
    }

    .contact__form .form__row input:not(:last-of-type) {
        margin-bottom: 24px
    }
}

.contact__form .form__row:not(:last-of-type) {
    margin-bottom: 24px
}

.contact__form .form input {
    height: 50px;
    width: 340px
}

.contact__form .form input.error {
    background: #f875752e;
    border-color: #f8757585
}

@media (max-width: 992px) {
    .contact__form .form input {
        flex-basis: 49%
    }
}

@media (max-width: 768px) {
    .contact__form .form input {
        width: 100%
    }
}

.contact__form .form input, .contact__form .form textarea {
    padding: 15px 24px;
    resize: none;
    border: 1px solid #d0d0d0
}

.contact__form .form input::-webkit-input-placeholder, .contact__form .form textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 6%, .6)
}

.contact__form .form input::-moz-placeholder, .contact__form .form textarea::-moz-placeholder {
    color: hsla(0, 0%, 6%, .6)
}

.contact__form .form input::-ms-input-placeholder, .contact__form .form textarea::-ms-input-placeholder {
    color: hsla(0, 0%, 6%, .6)
}

.contact__form .form input::placeholder, .contact__form .form textarea::placeholder {
    color: hsla(0, 0%, 6%, .6)
}

.contact__form .form input:focus, .contact__form .form textarea:focus {
    outline: none
}

.contact__form .form textarea {
    width: 100%;
    height: 128px
}

.contact__form .form button[type=submit] {
    margin-top: 34px;
    text-transform: uppercase
}

.contact__contacts {
    height: 323px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #56b147
}

@media (max-width: 992px) {
    .contact__contacts {
        margin-top: 50px;
        border-left: none;
        align-items: center;
        margin-left: 0;
        text-align: center;
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .contact__contacts {
        height: 300px
    }
}

.contact__contacts .item {
    font-size: 18px;
    line-height: 28px
}

.contact__contacts .item .name {
    color: #56b147;
    text-transform: uppercase;
    font-family: helvetica regular
}

.modal {
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: -100px;
    left: 0;
    bottom: -100px;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateY(-100px)
}

.modal.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.modal_content iframe {
    max-width: 100%
}

@media (max-width: 576px) {
    .modal_content iframe {
        max-height: 400px;
        max-width: 100%
    }
}

.footer {
    background: #252531;
    padding: 60px 15px
}

.footer .social {
    display: flex;
    justify-content: center
}

.footer .social li:not(:last-of-type) {
    margin-right: 60px
}

.footer .social li a {
    opacity: .6;
    padding: 3px;
    transition: .3s;
    display: inline-block
}

.footer .social li a:hover {
    opacity: 1;
    transform: translateY(-3px)
}

.footer__text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 35px
}

.products {
    color: #484848
}

.products__loader {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(37, 37, 49, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .2s
}

.products__loader.visible {
    visibility: visible;
    opacity: 1
}

.products__filter-icon {
    padding: 0 12px;
    margin-bottom: 30px;
    cursor: pointer;
    display: none
}

@media (max-width: 768px) {
    .products__filter-icon {
        display: inline-block
    }
}

.products__filter-icon img {
    width: 40px;
    height: 40px;
    transform: rotate(90deg)
}

.products__left {
    flex-basis: 275px;
    flex-shrink: 0;
    margin-right: 48px
	/*display:none*/
	
}
// hide product filter


@media (max-width: 768px) {
    .products__left {
        max-width: 85%;
        position: fixed;
        height: calc(100% - 70px);
        top: 70px;
        left: 0;
        background: #fff;
        margin-right: 0;
        padding: 50px 20px !important;
        overflow-y: scroll;
        transform: translateX(-110%);
        transition: .5s;
        box-shadow: 2px 0 8px rgba(0, 0, 0, .2);
        min-width: 270px;
        z-index: 99
    }

    .products__left.visible {
        transform: translateX(0)
    }
}

.products__left .filter:not(:last-of-type) {
    margin-bottom: 5px
}

.products__left .deleted {
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding: 10px 0 10px 15px;
    position: relative;
    cursor: pointer;
    background: rgba(85, 177, 71, .05);
    border-radius: 5px
}

.products__left .deleted.cct, .products__left .filter__name.cri {
    text-transform: uppercase
}

.products__left .deleted:after {
    content: url(img/arrow.svg);
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    transition: .3s;
    transform: rotate(180deg)
}

.products__left .deleted.active {
    background: rgba(85, 177, 71, 0.14);
}

.products__left .deleted.active:after {
    transform: rotate(0deg)
}

.products__left .filter__list {
    padding-left: 5px
}

.products__left .filter__list:not(.filter__list--color) {
    margin-top: 10px
}

.products__left .filter__list:not(.filter__list--color).hidden {
    display: none
}

.products__left .filter__list:not(.filter__list--color) li {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    padding: 9px 0 9px 32px;
    cursor: pointer;
    position: relative
}

.products__left .filter__list:not(.filter__list--color) li:before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    border: 2px solid #484848;
    border-radius: 4px
}

.products__left .filter__list:not(.filter__list--color) li.checked:before {
    background: url(img/checked.svg) 50%/18px no-repeat
}

.products__left .filter__list.filter__list--meta {
    display: flex;
    flex-wrap: wrap
}

.products__left .filter__list.filter__list--meta li {
    padding-left: 25px;
    margin-right: 15px
}

.products__left .filter__list--color {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap
}

.products__left .filter__list--color li {
    height: 25px;
    width: 50px;
    cursor: pointer;
    border: 1px solid #484848;
    margin: 0 10px 10px 0;
    opacity: .9;
    border-radius: 5px
}

.products__left .filter__list--color li.checked {
    border: 3px solid #56b147
}

.products__left .filter__sublist {
    margin-top: 10px
}

.products__left .filter__sublist li.category__child {
    padding: 7px 0 7px 32px
}

.products__right {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: auto;
    flex-wrap: wrap
}

.products__right .nothing-found {
    text-align: center;
    font-size: 18px;
    width: 100%;
    font-family: helvetica medium;
    margin-top: 50px
}

.products__right .item {
    flex-basis: calc(50% - 24px);
    color: #484848;
    margin: 0 12px 20px;
    transition: .3s
}

@media (min-width: 768px) {
    .products__right .item:hover {
        transform: translateY(-10px)
    }
}

@media (max-width: 500px) {
    .products__right .item {
        flex-basis: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto
    }
}

.products__right .item__image {
	width:225px;
    height: 225px;
    background: 50%/cover no-repeat
}


.flat-room-details .item__image {
    height: 225px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f2f2f2;

}

.flat-room-details .item__name, .products__right .item__name {
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
    font-weight: bold;
    color: #000000;
}

.project {
    color: #484848
}

@media (max-width: 376px) {
    .project__desc .row {
        flex-direction: column
    }
}

.project__desc .row p {
    margin-top: 0
}

.project__desc .name {
    color: #56b147;
    font-size: 30px;
    text-transform: uppercase;
    font-family: helvetica medium;
    margin-right: 165px;
    flex-shrink: 0
}

@media (max-width: 992px) {
    .project__desc .name {
        margin-right: 0;
        text-align: center
    }
}

@media (max-width: 376px) {
    .project__desc .name {
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .project__desc .item {
        flex-basis: 50%
    }
}

.project__desc .desc {
    font-size: 18px;
    max-width: 575px;
    line-height: 28px
}

.project__gallery {
    padding: 24px 0
}

.project__gallery .top {
    display: flex
}

@media (max-width: 768px) {
    .project__gallery .top {
        flex-wrap: wrap
    }
}

.project__gallery .top__image {
    height: 600px;
    background: 50%/cover no-repeat
}

@media (max-width: 768px) {
    .project__gallery .top__image {
        height: 350px
    }
}

.project__gallery .top .left {
    flex-basis: calc(60% - 24px);
    margin-right: 24px
}

@media (max-width: 768px) {
    .project__gallery .top .left {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 24px
    }
}

.project__gallery .top .right {
    flex-basis: 30%;
    flex-grow: 1
}

.project__gallery .bottom {
    height: 395px;
    background: 50%/cover no-repeat;
    margin-top: 24px
}

@media (max-width: 768px) {
    .project__gallery .bottom {
        height: 350px
    }
}

@media (max-width: 992px) {
    .project__details .container {
        text-align: center
    }
}

@media (max-width: 992px) {
    .project__details .row {
        flex-direction: column;
        display: inline-flex;
        text-align: left
    }
}

.project__details .item {
    font-size: 18px;
    flex-basis: 50%
}

@media (min-width: 992px) {
    .project__details .item {
        padding-left: 24px;
        border-left: 1px solid #56b147
    }
}

@media (max-width: 992px) {
    .project__details .item:first-child {
        margin-bottom: 20px
    }
}

.project__details .item__row {
    display: flex
}

.project__details .item__row:not(:last-child) {
    margin-bottom: 23px
}

.project__details .item__row .left {
    font-family: helvetica medium;
    margin-right: 24px;
    min-width: 140px
}

.project__button {
    text-align: center;
    padding: 75px 0 115px;
    background: #fff
}

@media (max-width: 576px) {
    .project__button {
        padding: 45px 0 65px
    }
}

@media (max-width: 992px) {
    .product {
        padding-bottom: 100px
    }
}

@media (max-width: 768px) {
    .product .row {
        flex-direction: column
    }
}

.product__gallery {
    flex-basis: 60%;
    flex-shrink: 0;
    overflow: hidden
}

@media (max-width: 992px) {
    .product__gallery {
        flex-basis: 40%
    }
}

@media (max-width: 768px) {
    .product__gallery {
        margin-bottom: 50px;
        display: flex;
        max-height: 350px
    }
}

@media (max-width: 576px) {
    .product__gallery {
        max-height: 300px
    }
}

.product__gallery .swiper-button-next, .product__gallery .swiper-button-prev {
    color: #56b147
}

@media (max-width: 768px) {
    .product__gallery .swiper-button-next, .product__gallery .swiper-button-prev {
        top: 15px;
        transform: rotate(-90deg) translateY(calc(-50% + 7px));
        left: 50%
    }

    .product__gallery .swiper-button-next:after, .product__gallery .swiper-button-prev:after {
        font-size: 30px
    }
}

.product__gallery .swiper-button-next:focus, .product__gallery .swiper-button-prev:focus {
    outline: none
}

@media (max-width: 768px) {
    .product__gallery .swiper-button-prev {
        top: auto;
        bottom: 0
    }
}

@media (max-width: 768px) {
    .product__gallery .gallery-top {
        flex-basis: 75%;
        flex-shrink: 0
    }
}

.product__gallery .gallery-top .swiper-slide {
    height: 600px;
    max-height: 100%;
    background: top/contain no-repeat
}

@media (min-width: 768px) {
    .product__gallery .gallery-thumbs {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .product__gallery .gallery-thumbs {
        flex-basis: 20%
    }
}

.product__gallery .gallery-thumbs .swiper-slide {
    height: 160px;
    background: top/cover no-repeat;
    opacity: .6;
    cursor: pointer;
    transition: .3s
}

.product__gallery .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.product__desc .content__table .table-row {
    display: flex
}

.product__desc .content__table .table-row:not(:last-child) {
    margin-bottom: 24px
}

.product__desc .content__table .table-row .left {
    font-family: helvetica medium;
    min-width: 180px
}

@media (max-width: 576px) {
    .product__desc .content__table .table-row .left {
        min-width: 150px
    }
}

.product__desc .content p {
    line-height: 28px;
    padding-right: 30px;
    margin: 0 0 30px
}

@media (max-width: 576px) {
    .product__desc .content p {
        margin-bottom: 20px;
        padding-right: 0
    }
}

.product__desc .content p:last-of-type {
    margin-bottom: 0
}

.product__desc .content p span {
    color: #56b147;
    font-family: helvetica regular
}

.product__desc .content .btn {
    margin-top: 55px
}

@media (max-width: 768px) {
    .product__desc .content .btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

.product-tabs .content {
    padding: 50px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px
}

@media (max-width: 768px) {
    .product-tabs .content {
        padding: 80px 0
    }
}

@media (max-width: 576px) {
    .product-tabs .content {
        padding: 60px 0
    }
}

.product-tabs .content .tab-content {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: visibility 1s, opacity 1s, transform .5s;
    transform: translateX(-50px)
}

@media (max-width: 576px) {
    .product-tabs .content .tab-content {
        flex-direction: column;
        text-align: center
    }
}

.product-tabs .content .tab-content.active {
    display: flex;
    justify-content: space-between
}

.product-tabs .content .tab-content.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

@media (max-width: 576px) {
    .product-tabs .content .tab-content__left {
        margin-bottom: 40px;
        flex-grow: 1
    }
}

.product-tabs .content .tab-content iframe {
    max-width: 100%;
    max-height: 75%
}

@media (max-width: 768px) {
    .product-tabs .content .tab-content iframe {
        max-height: 50vh
    }
}

.taxonomy-search {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #8C8C8C;
    font-size: 13px;
}

.wpc-posts-found {
    font-size: 14px;
    color: #8C8C8C;
    margin-left: 20px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 5px;

}

.taxonomy-filter-title {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 25px;

}

.wpc-posts-found p {
    padding: 0;
    margin: 0;
}

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

.items-center {
    align-items: center;
}

.wpc-filter-title {
    margin-bottom: 0 !important;
}

.wpc-filters-section {
    margin-bottom: 4px !important;
}

.wpc-filters-widget-wrapper .wpc-filter-header {
    background: rgba(85, 177, 71, 0.05);
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
    color: #484848;
    font-family: "Inter", sans-serif;
}

.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
    border-left: 2px solid #484848 !important;
    border-top: 2px solid #484848 !important;
}

.wpc-filters-main-wrap li.wpc-term-item a, .wpc-term-count {
    font-weight: 300 !important;
    color: #484848;
    font-family: "Inter", sans-serif;
    opacity: 1 !important;
    font-size: 13px !important;
}

.wpc-filters-main-wrap input[type="checkbox"], .wpc-filters-main-wrap input[type="radio"] {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
}

.wpc-filter-collapsible.wpc-opened .wpc-filter-header {
    background: rgba(85, 177, 71, 0.15);
}

.wpc-search-field-wrapper {
    margin-bottom: 20px;

}

.wpc-filter-search-form .wpc-search-field {
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #8C8C8C !important;
}

.wpc-filter-selected-values {
    display: none;
}

.wpc-filters-main-wrap input[type="checkbox"]::after {
    border: 2px solid #56B147 !important;
    border-top: 0 !important;
    border-left: 0 !important;
}

.wpc-filters-main-wrap input[type="checkbox"]:checked {
    border: 1px solid #8C8C8C !important;
}

.ordering-block {
    padding-bottom: 32px;
}

.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
    border: 0 !important;
    background: #FFFDD0;
    color: #101010;
    padding: 8px 16px !important;
}

.wpc-chip-reset-all a {
    background: transparent !important;
    text-decoration: underline !important;
}

.flex {
    display: flex;
}

/*.wpc-orderby-select {*/
/*    width: 100%;*/
/*    background: transparent;*/
/*    border: 1px solid #8C8C8C;*/
/*    padding: 7px 10px;*/
/*    color: #101010;*/
/*font-weight: 300;*/
/*}*/

.product {
    padding-top: 75px;
}

.product, .product__desc {
    font-size: 14px;
    font-weight: 300;
    color: #484848;
}

.product__title {
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0;
}

.category-item {
    display: inline-block;
    background: rgba(86, 177, 71, 0.04);
    color: rgb(86, 177, 71);
    border-radius: 24px;
    font-weight: 500;
    font-size: 10px;
    padding: 8px 12px;
    margin-right: 5px;
}

.product__desc {
    padding: 20px 0;
}

.tab-content__left {
    flex-grow: 1;
}

.tab-content__right {
    max-width: 500px;
}

.tab-content__left ul li {
    list-style: disc;
    line-height: 28px;
    color: #484848;
}

.tabs {
    margin-top: 50px;
    border-bottom: 1px solid #999999;
}

.tabs ul {
    margin: 0;
    display: flex;
}

.tabs ul li {
    cursor: pointer;
    font-size: 13px;
    margin-right: 48px;
    padding: 26px 0;
    font-weight: bold;
    color: #484848;
    border-bottom: 2px solid transparent;
}

.tabs ul li.active {
    border-bottom: 2px solid #56B147;
}

.product-details .details__row, .specification__row {
    padding: 16px 18px;
    display: flex;
    color: rgba(72, 72, 72, 1);
}

.product-details .details__row:nth-child(2n - 1), .specification__row:nth-child(2n), .accordion-item:nth-child(2n - 1) .specification__row {
    background: rgba(246, 246, 246, 1);
}

.details__parameter, .specification_label {
    min-width: 175px;
    font-weight: 500;
}

.resources-block {
    padding-left: 90px;
    min-width: 490px;
}

.resources-block__row {
    border: 0.5px solid rgba(153, 153, 153, 1);
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.resources-block__row h4 {
    font-family: helvetica medium;
    color: rgba(37, 37, 49, 0.8);
    padding-bottom: 14px;
    margin: 0;
}

.content__title {
    color: rgba(72, 72, 72, 1);
    font-weight: bold;
}

.resources-block__file {
    background: rgba(153, 153, 153, 0.1);
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 12px;
    color: rgba(37, 37, 49, 1);
    font-weight: 600;
    align-items: center;
}

.resources-block__file > div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.specification-block {
    padding-top: 60px;
}

.gallery-thumbs {
    width: 76px;
    height: 590px;
    overflow: hidden;
}

.gallery-thumbs .swiper-wrapper {
    flex-direction: column;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 76px;
    width: 76px !important;
    background-size: cover;
    margin-right: 0 !important;
    margin-bottom: 9px;
    border: 2px solid transparent;
    opacity: 1 !important;
}

.product__gallery .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 600px) {
.gallery-top {
    width: 300px !important; 
  }
	
	
}

@media only screen and (max-width: 600px) {
.products__right {
		    grid-template-columns: repeat(2, 1fr) !important;
	}
}
.gallery-top {
    overflow: hidden;
    position: relative;
    margin-left: 12px;
    width: 600px; 
    height: 600px;
}

.product__gallery .swiper-button-next::after, .product__gallery .swiper-button-prev::after {
    font-size: 16px;
    color: rgba(46, 46, 46, 1);
}

.accordion .accordion-content {
    display: none;
}

.accordion .active .accordion-content {
    display: block;
}

.accordion-title .specification__row:hover {
    cursor: pointer;
    background: hsla(112, 43%, 49%, 0.2);
}

.breadcrumbs {
    display: flex;
    margin-top: 90px;
    margin-bottom: 25px;
}

.breadcrumbs li {
    padding-right: 10px;
    font-size: 13px;
}

.breadcrumbs li a {
    color: rgba(140, 140, 140, 1);
}

.similar-posts-block {
    border-top: 1px solid #999999;
    margin: 40px 0;
    padding-top: 20px;
}

.similar-posts-block h1 {
    font-family: helvetica medium;

}

.similar-posts {
    display: flex;
    padding-bottom: 40px;
}

.similar-posts li {
    width: 300px;
    margin-right: 20px;
}

.similar-posts .item__image {
    width: 300px;
    height: 300px;
    background-size: cover;
    margin-bottom: 12px;

}

.similar-posts a {
    color: #484848;
    text-decoration: none;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 300;

}

.resources-block__file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.wpc-term-swatch-wrapper {
    border-radius: 100px !important;
}

.tooltip {
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 12px;
    bottom: 0;
    min-height: 40px;
    z-index: 11111;
}