x/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], 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
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.hidden, [hidden] {
    display: none
}

* {
    outline: 0
}

.ctn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px
}

@media only screen and (min-width: 1201px) {
    .ctn {
        width: 1180px
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .ctn {
        width: 980px
    }
}

@media only screen and (min-width: 757px) and (max-width: 1000px) {
    .ctn {
        width: 736px
    }
}

@media only screen and (max-width: 756px) {
    .ctn {
        width: 100%
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 -10px
}

.col {
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%
}

.col.xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col.xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col.xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col.xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col.xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col.xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col.xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col.xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col.xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col.xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col.xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col.xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (min-width: 757px) {
    .col.sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col.sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col.sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col.sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col.sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col.sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col.sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col.sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col.sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col.sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col.sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col.sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1001px) {
    .col.md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col.md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col.md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col.md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col.md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col.md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col.md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col.md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col.md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col.md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col.md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col.md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1201px) {
    .col.lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col.lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col.lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col.lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col.lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col.lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col.lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col.lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col.lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col.lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col.lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col.lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 481px) and (max-width: 756px) {
    .col.oxs-1 {
        margin-left: 8.33333%
    }

    .col.oxs-2 {
        margin-left: 16.66667%
    }

    .col.oxs-3 {
        margin-left: 25%
    }

    .col.oxs-4 {
        margin-left: 33.33333%
    }

    .col.oxs-5 {
        margin-left: 41.66667%
    }

    .col.oxs-6 {
        margin-left: 50%
    }

    .col.oxs-7 {
        margin-left: 58.33333%
    }

    .col.oxs-8 {
        margin-left: 66.66667%
    }

    .col.oxs-9 {
        margin-left: 75%
    }

    .col.oxs-10 {
        margin-left: 83.33333%
    }

    .col.oxs-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width: 757px) and (max-width: 1000px) {
    .col.osm-1 {
        margin-left: 8.33333%
    }

    .col.osm-2 {
        margin-left: 16.66667%
    }

    .col.osm-3 {
        margin-left: 25%
    }

    .col.osm-4 {
        margin-left: 33.33333%
    }

    .col.osm-5 {
        margin-left: 41.66667%
    }

    .col.osm-6 {
        margin-left: 50%
    }

    .col.osm-7 {
        margin-left: 58.33333%
    }

    .col.osm-8 {
        margin-left: 66.66667%
    }

    .col.osm-9 {
        margin-left: 75%
    }

    .col.osm-10 {
        margin-left: 83.33333%
    }

    .col.osm-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .col.omd-1 {
        margin-left: 8.33333%
    }

    .col.omd-2 {
        margin-left: 16.66667%
    }

    .col.omd-3 {
        margin-left: 25%
    }

    .col.omd-4 {
        margin-left: 33.33333%
    }

    .col.omd-5 {
        margin-left: 41.66667%
    }

    .col.omd-6 {
        margin-left: 50%
    }

    .col.omd-7 {
        margin-left: 58.33333%
    }

    .col.omd-8 {
        margin-left: 66.66667%
    }

    .col.omd-9 {
        margin-left: 75%
    }

    .col.omd-10 {
        margin-left: 83.33333%
    }

    .col.omd-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width: 1201px) {
    .col.olg-0 {
        margin-left: 0%
    }

    .col.olg-1 {
        margin-left: 8.33333%
    }

    .col.olg-2 {
        margin-left: 16.66667%
    }

    .col.olg-3 {
        margin-left: 25%
    }

    .col.olg-4 {
        margin-left: 33.33333%
    }

    .col.olg-5 {
        margin-left: 41.66667%
    }

    .col.olg-6 {
        margin-left: 50%
    }

    .col.olg-7 {
        margin-left: 58.33333%
    }

    .col.olg-8 {
        margin-left: 66.66667%
    }

    .col.olg-9 {
        margin-left: 75%
    }

    .col.olg-10 {
        margin-left: 83.33333%
    }

    .col.olg-11 {
        margin-left: 91.66667%
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=''] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background: #000
}

.owl-carousel .owl-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../img/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots.disabled, .owl-nav.disabled {
    display: none
}

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

body {
    background-color: #ffffff;
    color: #2e302f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden
}

.page__wraper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    min-width: 0;
	background:#F1F1F4;
}

a {
    text-decoration: none;
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
    color: #57a925
	transition: 0.3s;
}

a:hover {
    color: #57a925;
	transition: 0.3s;
}

img {
    border: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
    vertical-align: middle;
    padding: 12px 24px;
    border-radius: 24px;
    font-weight: 500;
    cursor: pointer
}

.btn.white {
    color: #57a925;
    background-color: #ffffff
}

.btn.white:hover {
    color: #2e302f;
    background-color: rgba(255, 255, 255, 0.75)
}

.btn.lime {
    background-color: #57a925;
    color: #ffffff
}

.btn.lime:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.btn_blog{
	margin-top:44px;
  	background:#57A925;
	padding: 12px 24px;
}

.btn_blog:hover{
	opacity:0.7;
	color: unset;
}

div.gmnoprint, div.gmnoscreen, img[src*="https://maps.gstatic.com/mapfiles/api-3/images/"], img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"], img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"] {
    display: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: currentColor;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: currentColor;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: currentColor;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

input::placeholder, textarea::placeholder {
    color: currentColor;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    opacity: 0
}

input:focus::placeholder, textarea:focus::placeholder {
    opacity: 0
}

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

.breadcrumbs {
    border-bottom: 1px solid rgba(46, 48, 47, 0.15);
	background:#fff;
}

.breadcrumbs__list {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    display:flex;
    align-items: center;
    overflow-x: auto;
}

.breadcrumbs__list li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #e6e6e6;
    font-weight: 400;
    white-space: nowrap;
}

.breadcrumbs__list li:after {
    font-size: 16px;
    content: '/';
    width: 2em;
    text-align: center;
    margin: 0;
	color: rgba(46, 48, 47, 0.5);
}

.breadcrumbs__list li .icon, .breadcrumbs__list li .text, .breadcrumbs__list li:after, .breadcrumbs__list li a {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.breadcrumbs__list li .icon {
    color: #e6e6e6;
    margin-right: 0.25em;
    font-size: 16px;
    padding-bottom: 1px;
	display:none;
}

.breadcrumbs__list li a {
    color: rgba(46, 48, 47, 0.5);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.breadcrumbs__list li a:hover {
    color: #57a925;
}

.breadcrumbs__list li.last {
    color: #2e302f;
	margin-left: 0;
}

.breadcrumbs__list li.last span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 280px;
    white-space: nowrap;
    display: block
}

.breadcrumbs__list li.last:after {
    display: none
}

.pagination {
    padding: 20px 0;
    text-align: center;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination__list {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination__list li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding: 0 2.5px
}

.pagination__list li a, .pagination__list li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px
}

.pagination__list li a {
    color: #fff;
    background-color: #57a925;
    border-radius: 5px
}

.pagination__list li a:hover {
    background-color: #bdd371
}

.pagination__list li a.disabled {
    cursor: default;
    background-color: #2e302f;
    opacity: 0.5
}

.pagination__list li .counter {
    color: #2e302f;
    opacity: 0.35;
    text-transform: uppercase;
    font-size: 12px
}

.custom_blog_section .pagination{
	margin: 40px 0;

}

.inner__header {
    background: url(../img/slide_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: #ffffff
}

.inner__header h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 1
}

.icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 12px;
    height: 12px;
}

.hotline-header{
	background: #000;
}

.hotline-header .line-container{
	display: flex;
  	justify-content: space-between;
	padding: 18px 0;
}

.mobile_dropdown_hotline{
	background: #000 !important;
	color: #fff;
	gap: 10px;
}

.line-container .line {
	color: #fff;
	font-size: 12px;
  	font-weight: 400;
}

.line-container .line i,
.fa-phone-alt{
	color: #57a925;
	padding-right: 5px;
}

.dropdown-toggle {
	display: none;
	justify-content: space-between;
	background-color: #222;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	text-align: left;
}

.mobile_dropdown_hotline{
	display: none;
	flex-direction: column;
	gap: 10px;
}


@media (max-width: 756px) {
	#dropdownMenu{
		padding: 10px 20px;	
	}

	.line-container {
		display: none;
	}

	.hotline-header{
		display: none;
	}

	.dropdown-toggle {
		display: flex;
	}
	.mobile_dropdown_hotline.show {
		display: flex;
	}
	.feedback_div{
		flex-direction: column;
		padding: 20px;
	}
	.feedback_content, .feedback_image{
		width: 100%;
	}
	.feedback_content .wpcf7{
		margin-bottom: 20px;
	}
	.feedback_content .wpcf7 .wpcf7-submit{

	}
}

@media (min-width: 757px) {
	.feedback_content,
	.feedback_image{
		width: 50%;
	}
	.feedback_div{
		padding: 40px;
	}
}
.header {
    position: relative;
    padding-bottom: 60px;
    background-color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}


.top_header{
	z-index: 11;
	position: inherit;
}

.header__wraper {
	height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__brand {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 20px
}

.header__brand .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__brand .brand img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.header__brand .brand__icon {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.header__brand .brand__text {
    margin-left: 10px;
    height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.header__brand .brand:hover .brand__icon {
	opacity: 0.7;
}

.header__brand .brand:hover .brand__text {
    opacity: 0.75;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.dropdown-content {
	display: none;
}
.dropdown-content.show {
	display: block;
	transition: transform 0.3s ease;
}

.dropdown_div{
	height:36px;
	width: 
}

.dropdown-content .button{
 	color: #fff;
}
.dropdown {
 	background-color: #f5f6f7;
	border-radius: 7px;
}

.dropdown-content{
 	background-color: #f5f6f7;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.dropdown-content .div_hours{
	padding-top: 8px;
  	padding-bottom: 8px;
}

.button-group {
  display: flex;
  gap: 10px; /* Spațiu între butoane */
}

.custom-btn {
	background-color: #f5f5f5;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	border: none;
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none; /* elimină sublinierea pe link */
	display: inline-block;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	transition: background-color 0.3s ease;
}

.custom-btn:hover {
  	opacity: 0.7;
	transition: 0.3s;
	color:unset;
}


.view_more{
	background-color:#57a925;
	border: 1px solid white;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.header__contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.header__contacts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__contacts__top a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #57a925;
    font-size: 24px;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.header__contacts__top a small {
    color: rgba(46, 48, 47, 0.5);
    font-size: 14px;
    font-weight: 500
}

.header__contacts__top a:hover {
    color: #bdd371
}

.header__contacts__top a:hover small.hidden__email {
    color: #57a925
}

.header__contacts__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.header__contacts__bottom .adress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__contacts__bottom .adress br {
    display: none
}

.header__contacts__bottom .adress small {
    color: rgba(46, 48, 47, 0.5);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.header__contacts__bottom .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.header__contacts__bottom .schedule__day {
    border-bottom: 2px solid currentColor;
    font-size: 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    padding: 5px 0;
    width: 20px;
    margin: 0 2px;
    color: #bdd371
}

.header__contacts__bottom .schedule__day.rest {
    color: #db5959
}

.header__contacts .icon {
    display: block;
    font-size: 32px;
    color: rgba(46, 48, 47, 0.5);
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.header__lang {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 20px;
    position: relative;
    padding-top: 30px
}

.header_center img {
    display: block;
    margin: 0;
	max-height:100px;
}

.header_center {
	display: flex;
  	align-items: flex-end;
  	justify-content: flex-end;
  	height: 100%;
}

.header_right{
	display:flex;
	justify-content: center;
	align-items: center;
}

.header_right .schedule__day {
	text-align: center;
    border-bottom: 2px solid currentColor;
    font-size: 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    padding: 5px 0;
    width: 20px;
    margin: 0 2px;
    color: #57a925;
}

.header_right .item-text{
	margin: 8px;
}

.header_right .schedule__day.rest {
    color: #db5959
}

#chevron-icon {
	transition: transform 0.3s ease;
}

#chevron-icon.rotated {
	transform: rotate(180deg);
}

.header__lang ul {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

.header__lang ul li {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: #2e302f;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 0;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

.header__lang ul li a {
    color: #ffffff
}

.header__lang ul li a:hover {
    opacity: 0.5
}

.header__lang ul li.toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-radius: 0 0 15px 15px;
    padding: 0;
    height: auto;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.25)
}

.header__lang ul li.active {
    padding: 5px 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 30px
}

.header__lang ul li.active a {
    color: #bdd371;
    opacity: 1
}

.header__lang ul:hover li {
    height: 30px;
    padding: 5px 0
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .header__brand .brand__icon {
        height: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .header__brand .brand__icon {
        width: 100%;
    }

    .header__brand .brand__text {
        height: 40px
    }

    .header__contacts .icon {
        width: 24px;
        height: 24px
    }

    .header__contacts__top a {
        font-size: 18px
    }

    .header__contacts__bottom .adress {
        font-size: 12px
    }

    .header__contacts__bottom .adress small {
        display: none
    }

    .header__lang img {
        width: 160px
    }
	
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.header{
		padding-bottom: 80px;
	}
	
}

@media only screen and (min-width: 1000px) {
	header.header.is-sticky .navbar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #57A925;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease;
	}
}

@media only screen and (min-width: 756px) and (max-width: 1000px) {
    
	.header__brand .brand img{
		width: 100%;
		height: 60px;

	}
}

@media only screen and (max-width: 1000px) {
    

	.header{
		padding-bottom: 60px;
	}

	.header__lang {
        width: 30px;
        height: 100px
    }

    .header__lang img {
        display: none
    }

    .header__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__contacts__bottom, .header__contacts__top {
        display: block;
        border: 0
    }

    .header__contacts__top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .header__contacts__top a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px
    }

    .header__contacts__bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px
    }

    .header__contacts__bottom .adress {
        padding-bottom: 10px
    }

    .header__contacts__bottom .adress br {
        display: block
    }

    .header__contacts .icon {
        width: 18px;
        height: 18px
    }
}

@media only screen and (max-width: 756px) {

		.header__brand .brand img{
		width: 100%;
		height: 100%;

	}

	.header{
		padding-bottom: 60px;
	}

    .header__wraper {
	height: 90px;
	}

	.header__brand {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .header__brand .brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 5px
    }

    .header__brand .brand__icon {
        width: 200px;
		height: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .header__brand .brand__text {
        display: none !important
    }

    .header__contacts__bottom {
        display: none
    }

	.header_right a,
	.lang-btn-div{
		font-size: 12px;
	}

	.header__contacts {
		-webkit-box-flex: 0.1;
		-ms-flex: 0.1;
		flex: 0.1;
	}

	.header_center img{
		max-height: 50px;
	}

    .header__contacts__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__contacts__top a {
        font-size: 14px;
        line-height: 20px;
        padding: 8px;
        margin: 0
    }

    .header__contacts__top a small, .header__contacts__top a span {
        display: none
    }

    .header__contacts__top a .icon {
        width: 24px;
        height: 24px
    }

    .header__lang {
        height: 80px
    }
}



.navbar {
	background: #57A925;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0
}

.navbar .ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.navbar__toggle {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: none;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
    color: #ffffff
}

.navbar__toggle .icon {
    display: block;
    width: 40px;
    height: 40px
}

.navbar__toggle.active {
    background-color: rgba(255, 255, 255, 0.5);
    color: #57a925
}

.navbar__sep {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.navbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid rgba(119, 165, 24, 1);
}

.navbar__menu .level_0 {
    position: relative;
    border-right: 1px solid rgba(119, 165, 24, 1);
}

.navbar__menu .level_0 a {
    display: block;
    padding: 20px 12px;
    position: relative;
    color: #ffffff;
    z-index: 2;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
  	justify-content: center;
  	display: flex;
}

.navbar__menu .level_0 a .text {
    position: relative;
    z-index: 2
}

.navbar__menu .level_0 a .icon {
    margin-left: 0.5em;
    margin-right: 0;
	margin-bottom: 2px;
}

.navbar__menu .level_0 a:before {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    height: 100%;
    content: '';
    background: rgba(119, 165, 24, 1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    z-index: -1
}

.navbar__menu .level_0 a.active:before, .navbar__menu .level_0 a:hover:before {
    opacity: 0.75
}

.navbar__menu .level_0:hover .navbar__submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    margin-top: 2px
}

.navbar__menu .level_0:hover a:before {
    opacity: 0.75
}

.navbar__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2e302f;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
    -webkit-transition: 0.15s 0.25s linear;
    -o-transition: 0.15s 0.25s linear;
    transition: 0.15s 0.25s linear;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    border-radius: 5px;
    min-width: 100%;
    z-index: 1
}

.navbar__submenu .level_1 {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.navbar__submenu .level_1:last-child {
    border-bottom: 0
}

.navbar__submenu .level_1 a {
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.75);
    text-transform: none
}

.navbar__submenu .level_1 a:before {
    display: none
}

.navbar__submenu .level_1 a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05)
}

.navbar__search{
	margin-left: 10px;
}

.navbar__search .search__form {
    display: none;
    position: absolute;
    right: 10px;
    left: 10px;
    padding: 5px;
    z-index: 5;
	height: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: -webkit-linear-gradient(90deg, #57a925 0%, #67a400 100%);
    background: -o-linear-gradient(90deg, #57a925 0%, #67a400 100%);
    background: linear-gradient(90deg, #57a925 0%, #67a400 100%);
	align-content:center;
}

.navbar__search .search__form input {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 50px;
    display: block;
    width: 100%;
    border-radius: 25px;
    padding-left: 40px;
    padding-right: 135px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    position: relative;
    z-index: 0
}

.navbar__search .search__form button, .navbar__search .search__form label {
    display: block;
    position: absolute;
    z-index: 1
}

.navbar__search .search__form label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 16px;
    left: 22px;
    font-size: 24px;
    color: #fff;
    line-height: 1
}

.navbar__search .search__form button {
    cursor: pointer;
    border: 0;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

.navbar__search .search__form button[type=submit] {
    top: 9px;
    right: 9px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #57a925
}

.navbar__search .search__form button[type=submit]:hover {
    color: #2e302f;
    opacity: 0.75
}

.navbar__search .search__form button[type=reset] {
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 5px 8px;
    top: 14px;
    right: 105px;
    border-radius: 5px
}

.navbar__search .search__form button[type=reset]:hover {
    background: rgba(119, 177, 42, 0.9)
}

.navbar__search .search__toggle {
    cursor: pointer;
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    background: #439511;
    border: 0;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
	height: 38px;
	width: 38px;
	border-radius:27px;
	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
}

.navbar__search .search__toggle .icon {
    display: block
	color:#fff;
}

.navbar__search .search__toggle:hover {
    background: rgba(255, 255, 255, 0.15)
}

.navbar__menu .level_0 a.main-menu-link {
	padding: 20px 10px !important;
	font-size: 12px;
	height: 100%;
  	align-items: center;
	justify-content: center;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
    .navbar__menu .level_0 a {
        font-size: 12px;
		min-width: 100%;
    }
	.navbar__menu .level_0 a .text{
        font-size: 12px;
	}
	.navbar__menu .level_0 a.main-menu-link{
		height: 100%;
		align-items:center;
	}
	.navbar__search .search__toggle{
		margin-left: 10px;
	}
	.home .carousel__home .slide{
	padding: 80px 0 100px;
	}
	.home .categories__home {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 1000px) {
    .navbar .ctn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        height: 60px
    }

    .navbar__nav {
        position: absolute;
        top: 100%;
        left: 10px;
        right: 10px;
        background-color: #2e302f;
        /*margin-top: 2px;*/
        -webkit-transition: 0.15s linear;
        -o-transition: 0.15s linear;
        transition: 0.15s linear;
        height: 0;
        overflow: hidden;
        opacity: 0;
        border-radius: 0 0 5px 5px
    }

    .navbar__nav.open {
        height: 60vh;
        opacity: 1;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .navbar__toggle {
        display: block
    }

    .navbar__menu {
        display: block;
        border: 0;
        padding-top: 3px;
    }

    .navbar__menu .level_0 {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)
    }

    .navbar__menu .level_0:last-child {
        border: 0
    }

    .navbar__menu .level_0 a {
		padding: 20px !important;
		margin-right: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar__menu .level_0 a .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .navbar__submenu {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.05)
    }

    .navbar__submenu .level_1 a {
        padding: 5px 20px;
        display: block
    }
}

@media only screen and (max-width: 756px) {
    .navbar__nav {
        border: 1px solid rgba(46, 48, 47, 0.15);
        background: -webkit-linear-gradient(90deg, #57a925 0%, #67a400 100%);
        background: -o-linear-gradient(90deg, #57a925 0%, #67a400 100%);
        background: linear-gradient(90deg, #57a925 0%, #67a400 100%)
    }

    .navbar__nav.open {
        height: 70vh;
    }
}

.carousel__logos {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
	background: #fff;
	display: flex;
}

.carousel__logos__item {
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
    /*-webkit-transition: 0.15s linear;*/
    /*-o-transition: 0.15s linear;*/
    /*transition: 0.15s linear*/
}

.carousel__logos__item img {
    display: block;
	height: 82px;
    max-height: 82px;
}

.carousel__logos__item:hover {
    /*-webkit-filter: grayscale(0);*/
    /*filter: grayscale(0);*/
    border-color: #bdd371
}

.footer {
    background-color: #2e302f;
    padding: 40px 0 0;
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden
}

.footer .ctn {
    padding-bottom: 40px
}

.footer__right{
	display: flex;
	gap: 44px;
}

.footer__right_right{
	width: 33%;
}

.footer__right_left{
	width: 67%;
}

.footer__nav .title__nav{
	margin-bottom: 16px;
	font-weight: 600;
  	font-size: 14px;
}

.footer__brand {
    width: 100%;
    font-size: 0
}

.footer span{
	display:block;
	width: 100%
	color: #fff;
  	opacity: 0.7;
	margin-top: 12px;
	margin-bottom:32px;
}

.footer__brand img {
    display: block;
    width: 240px;
}

.footer__brand .brand {
    display: inline-block;
    opacity: 0.85
}

.footer__brand .brand:hover {
    opacity: 1
}

.footer__brand .brand__icon {
    width: 270px;
}

.footer__contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__contacts .adress {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    width: 100%
}

.footer__contacts .adress br {
    display: none
}

.footer__contacts .adress small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5)
}

.footer__contacts .adress .icon {
    display: block;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px
}

.footer__contacts .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 20px;
    color: #57a925;
    font-size: 24px;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.footer__contacts .contact .icon {
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px
}

.footer__contacts .contact small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400
}

.footer__contacts .contact:hover {
    color: #bdd371
}

.footer__contacts .contact:hover small.hidden__email {
    color: #57a925
}

.footer__nav {
    font-size: 12px;
    line-height: 15px;
}

.footer__nav ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.footer__nav ul li {
    padding-bottom: 16px;
	font-weight: 400;
  	font-size: 14px;
	white-space:nowrap;
  	overflow:hidden;
  	text-overflow: ellipsis;
  	color: rgba(255, 255, 255, 0.5);
}

.footer__nav ul li a {
    color: rgba(255, 255, 255, 0.5)
}

.footer__nav ul li a:hover {
    color: #ffffff
}

.footer .copyright {
    padding: 5px 0;
    background-color: #000000;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 15px
}

.footer .copyright .ctn {
    padding-bottom: 0
}

.footer .copyright a {
    color: rgba(255, 255, 255, 0.5)
}

.footer .copyright a:hover {
    color: #ffffff
}

.btn_footer{
	padding: 12px 32px;
	border-radius:27px;
  	color: #57a925;
	background: #fff;
}

@media only screen and (min-width: 1200px) {
.carousel__logos__item img {
	margin-right: 10px;
	margin-left: 10px;
	}
.header__brand .brand__icon {
    width: 100%;
    height: 100px;
	}
}

@media only screen and (max-width: 1200px) {
    .footer__nav {
        font-size: 10px
    }

    .footer__contacts .adress br {
        display: block
    }

    .footer__contacts .adress small {
        display: none
    }

    .footer__contacts .adress .icon {
        font-size: 24px
    }

    .footer__contacts .contact {
        font-size: 18px
    }

    .footer__contacts .contact .icon {
        font-size: 24px
    }

    .footer__contacts .contact small {
        font-size: 12px
    }
}

@media only screen and (max-width: 678px) {
	.footer__right{
	display: flex;
  	flex-direction: column;
	gap:0;
}
}

@media only screen and (min-width: 678px) {
	.footer__nav ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px 20px;
}
}

@media only screen and (max-width: 1000px) {
    .footer {
        text-align: center
    }

    .footer .ctn {
        padding-bottom: 20px
    }

    .footer__brand {
		display:flex;
		justify-content:flex-start;
    }

	.footer span{
		display:flex;
		justify-content:flex-start;
		text-align: initial;
    }

    .footer__nav {
        font-size: 12px;
        text-align: left
    }

    .footer__contacts .adress {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left
    }

    .footer__contacts .contact {
        width: auto;
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-left: 20px
    }
}

@media only screen and (max-width: 756px) {
    .footer__contacts .adress {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .footer__contacts .contact {
        width: 50%;
        padding: 0
    }
}

.home .carousel__home {
    background: -webkit-linear-gradient(90deg, #57a925 0%, #67a400 100%);
    background: -o-linear-gradient(90deg, #57a925 0%, #67a400 100%);
    background: linear-gradient(90deg, #57a925 0%, #67a400 100%);
    position: relative;
    z-index: 1
}

.home .carousel__home .slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.home .carousel__home .slide:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3
}

.home .carousel__home .slide__wraper {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(119, 177, 42, 0.25);
    box-shadow: 0 0 10px rgba(119, 177, 42, 0.25);
    -webkit-transform: scale(0) translateY(100px);
    -ms-transform: scale(0) translateY(100px);
    transform: scale(0) translateY(100px);
    opacity: 0;
    -webkit-transition: 0.5s 0.5s ease-in-out;
    -o-transition: 0.5s 0.5s ease-in-out;
    transition: 0.5s 0.5s ease-in-out
}

.home .carousel__home .slide__title {
    color: #57a925;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2
}

.home .carousel__home .slide img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.home .carousel__home .slide .ctn {
    position: relative;
    z-index: 3;
	height:280px;
}

.home .carousel__home .active .slide__wraper {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1
}

@media only screen and (min-width: 1200px) {
	.home .carousel__home .slide{
		padding: 160px 0 200px;
	}
    .home .categories__home {
		-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
		transform: translateY(-50%)
    }
}
@media only screen and (max-width: 756px) {
    .home .carousel__home .slide {
        padding: 40px 0;
        font-size: 14px;
        line-height: 20px
    }

    .home .carousel__home .slide__title {
        font-size: 16px;
        font-weight: 500
    }
}

.home .categories__home {
    position: relative;
    z-index: 2;
}

.home .categories__home .ctn {
}

.home .categories__home .background{
	background-color: rgba(20, 20, 23, 1);
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home .categories__home .ctn a{
	border-right: 1px solid rgba(61, 63, 68, 1);
}

.home .categories__home .ctn a:last-child{
	border-right: unset;
}

.home .categories__home .category__item {
    display: block;
    text-align: center;
    padding: 10px;
    width: 20%;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400
}

.home .categories__home .category__item .icon, .home .categories__home .category__item .text {
    display: block
}

.home .categories__home .category__item .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px
}

.home .categories__home .category__item:hover {
    opacity: 0.5
}

@media only screen and (max-width: 1000px) {
    .home .categories__home {
		-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
		transform: translateY(-50%)
    }

    .home .categories__home .ctn {
        width: 100%;
        border-radius: 0
    }

    .home .categories__home .category__item {
        font-size: 10px
    }
}

@media only screen and (max-width: 756px) {
    .home .categories__home .row {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .home .categories__home .category__item {
        width: 50%
    }
}

.home .about__home {
    padding: 30px 0 30px;
}

.home .about__home h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 24px
}

.home .about__home p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
}

.home .about__home .readmore {
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.home .about__home .readmore a {
    font-size: 14px;
    line-height: 20px
}

.home .about__home .readmore a .icon, .home .about__home .readmore a .text {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.home .about__home .readmore a .text {
    margin-right: 0.25em
}

.home .about__home .readmore a .icon {
    width: 10px;
    height: 10px
}

.home .about__home .about__image {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.home .about__home .about__image img {
    display: block
}

.home .about__home .about__image img.about {
    border: 1px solid rgba(46, 48, 47, 0.15);
    background-color: #ffffff;
    padding: 5px;
    position: relative;
    z-index: 1
}

.home .about__home .about__image img.brand {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(46, 48, 47, 0.15);
    background-color: #ffffff;
    padding: 20px;
    left: -30px;
    bottom: -30px;
    z-index: 2
}

@media only screen and (max-width: 1000px) {
    .home .about__home .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .home .about__home .about__image {
        margin-bottom: 20px
    }

    .home .about__home .about__image img {
        margin: 0 auto
    }

    .home .about__home .about__image img.brand {
        display: none
    }
}

.home .review__home {
    padding: 80px 0
}

.home .review__home .review {
    position: relative;
    padding-bottom: 10px
}

.home .review__home .review:after {
    content: '';
    display: block;
    height: 5px;
    width: 100px;
    border-top: 1px solid #bdd371;
    border-bottom: 1px solid #bdd371;
    -webkit-transform: skewX(48deg);
    -ms-transform: skewX(48deg);
    transform: skewX(48deg);
    position: absolute;
    bottom: 0;
    right: -10px
}

.home .review__home .review .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    line-height: 16px
}

.home .review__home .review .author .icon {
    color: #2e302f;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 3px
}

.home .review__home .review .author .name {
    font-size: 16px;
    font-weight: 500;
    color: #57a925
}

.home .review__home .review .author .position {
    font-size: 12px;
    color: rgba(46, 48, 47, 0.5)
}

.home .review__home .review .text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    padding: 20px;
    color: rgba(46, 48, 47, 0.5);
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .home .review__home .review .text {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1000px) {
    .home .review__home {
        padding: 40px 0
    }
}

@media only screen and (max-width: 756px) {
    .home .review__home {
        padding: 40px 20px
    }

    .home .review__home .review .text {
        font-size: 14px;
        line-height: 20px
    }
}

.labs_card_container{
	width: 100%;
	margin: 0;
}
.pages .labs_card_container{
	margin: 0;
}

.pages .cards_labs_section{
	padding-bottom: 0px;
}

.first_cards,
.second_cards{
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap:20px;
}

.first_cards{
	margin-bottom: 20px;
}

.cards_labs_section{
	margin-bottom: 100px;
}


.labs_card{
	width:50%;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	transition:0.3s;
	box-shadow: 0 0px 6px #00000014;
	display: flex;
}

.labs_card:hover{
	opacity: 0.7;
	transition:0.3s;
}

.labs_card_link,
.labs_single_card_link{
	width: 100%;
  	display: flex;
	justify-content: space-between;
	transition:0.3s;
	padding: 20px;
	align-items: center;
}


.labs_card_link:hover,
.labs_single_card_link:hover{
	color:unset;
}


.labs_card_link img,
.labs_single_card_link img{
	width:75px;
	height: 48px;
	padding: 2px;
  	border-radius:10px;
	border:1px solid rgba(241, 241, 244, 1);
	align-self: start;
}

.labs_single_card_link .title_text{
	width: 100%;
}

.labs_card_link .icon,
.labs_single_card_link .icon{
	width: 24px;
  	height: 22px;
	color:#57A925;
	align-self: center;
}

.labs_card_link .img_text{
	display: flex;
	width: 100%
}

.labs_single_card_link .title_text h3{
	margin-left: 20px;
	margin-right: 20px;
	font-weight: 500;
  	font-size: 20px;
	color: #000;
}

.labs_single_card_link .title_text h4{
	margin: 0;
}

.labs_card_link .img_text span{
	margin-left: 20px;
	margin-right: 20px;
	font-weight: 400;
  	font-size: 20px;
	line-height: 34px;
	align-content: center;
}


.labs_single_card_link .title_text span{
	margin-left:20px;
	margin-right:20px;
	font-weight: 400;
  	font-size: 16px;
}

.module__newsfeed {
    padding: 100px 0 100px;
    background: transparent;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff
}

.module__newsfeed .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module__newsfeed h2 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
	color: #000;
}

.module__newsfeed .title_news{
	display: flex;
	align-self: baseline;
}

.module__newsfeed p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
    color: #1E1E1E;
    font-weight: 400;
}

.module__newsfeed .newsfeed__item a {
	border-radius: 10px;
    display: block;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-color: transparent;
}

.module__newsfeed .newsfeed__item a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.module__newsfeed .newsfeed__item a .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 0;
    color: #000;
}

.module__newsfeed .newsfeed__item a .overlay span {
    display: block
}

.module__newsfeed .newsfeed__item a .overlay .date {
    color: #2e302f;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase
}

.module__newsfeed .newsfeed__item a .overlay .title {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
	padding: 16px;
	background:rgba(255, 255, 255, 1);
}

.module__newsfeed .newsfeed__item a .overlay .text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out
}

.module__newsfeed .newsfeed__item a .overlay .view_more_news{
	padding-top: 14px;
	padding-bottom:16px;
	padding-left:16px;
	padding-right:16px;
	background: rgba(255, 255, 255, 1);
	font-weight: 500;
  	font-size: 16px;
  	color: #57A925;
}

.view_more_news svg,
.elementor-post__read-more svg{
	margin-left: 6px;
  	margin-bottom: 3px;
	width:18px;
	height:18px;
}

.module__newsfeed .newsfeed__item a:hover {
    -webkit-box-shadow: 0 0 5px rgba(46, 48, 47, 0.15);
    box-shadow: 0 0 5px rgba(46, 48, 47, 0.15)
}

.module__newsfeed .newsfeed__item a:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.module__newsfeed .newsfeed__item a:hover .overlay .text {
    height: 48px;
    margin-bottom: 10px
}

.module__newsfeed .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: absolute;
  	right: 0;
  	bottom: -102px;
	gap: 8px;
}

.module__newsfeed .owl-nav .owl-next, .module__newsfeed .owl-nav .owl-prev {
    display: block;
    border: 0;
    background-color: #ffffff;
    color: rgba(160, 165, 176, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 40px;
    height: 32px;
    font-size: 14px;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

.module__newsfeed .owl-nav .owl-next:hover, .module__newsfeed .owl-nav .owl-prev:hover {
    color: rgba(50, 51, 56, 1);
}

.module__newsfeed .owl-nav .owl-prev {
    border-radius:27px;
  	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	background:rgb(255, 255, 255);
	width: 58px;
  	height: 58px;
}

.module__newsfeed .owl-nav .owl-next {
    border-radius:27px;
  	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	background:rgb(255, 255, 255);
	width: 58px;
  	height: 58px;
}

.owl-prev .icon,
.owl-next .icon {
	width: 18px;
  	height: 18px;
}
.owl-prev bt,
.owl-next btn{
	border-radius:27px;
  	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	background:rgb(255, 255, 255);
	width: 58px;
  	height: 58px;
}


@media only screen and (max-width: 1000px) {
    .module__newsfeed {
        padding: 40px 0
    }

    .module__newsfeed h2, .module__newsfeed p {
        text-align: initial;
    }

    .module__newsfeed .btn {
        display: none
    }

    .module__newsfeed .owl-nav {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px
    }
}

.inside__subheader {
    padding: 60px 0;
    background: #000 url(../img/leafs.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff
}

.inside__subheader h1 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1;
    font-weight: 300
}

.inside__subheader p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5)
}

.blog__list {
    padding: 20px 0;
}

.blog__list .custom_container_posts{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}

.blog__list .item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(46, 48, 47, 0.15)
}

.blog__list .item__image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.blog__list .item__image img {
    display: block;
    width: 100%
}

.blog__list .item__image:hover {
    opacity: 0.5
}

.blog__list .item__title {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	height: 40px;
}

.blog__list .item__title a {
    color: #676B72;
}

.cstm_post_content{
	background: #fff;
	padding: 16px;
	gap: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.cstm_post_content .view_more_news{
	color: #57a925;
	line-height: 24px;
	text-transform: uppercase;

}

.cstm_post_image img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 270px;
	object-fit: cover;
}

.cstm_post_content .view_more_news a{
	font-size: 16px !important;
	font-weight: 500;
}

.blog__list .item__info {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1;
    color: rgba(46, 48, 47, 0.5);
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blog__list .item__info .category, .blog__list .item__info .published {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 1em
}

.blog__list .item__info .published {
    text-transform: uppercase;
    font-size: 12px
}

.blog__list .item__text {
    margin: 0 0 10px
}

.blog__list .item__text p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify
}

.blog__list .item .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.blog__list .item__readmore {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blog__list .item__readmore a {
    font-size: 14px;
    line-height: 20px
}

.blog__list .item__readmore a .icon, .blog__list .item__readmore a .text {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}


@media only screen and (min-width: 1001px) {
    .blog__list .item:nth-child(2n) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width: 1000px) {
    .blog__list {
        padding: 40px 0
    }

    .blog__list .item .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0
    }

    .blog__list .item .row .col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media only screen and (max-width: 756px) {
    
	
	.labs_single_card_link .title_text span{
	display:none;
	}
	
	.blog__list .item .item__image {
        position: relative;
        height: 0;
        overflow: hidden;
        padding: 125% 0 0 0;
        display: block;
        margin: 0 0 10px;
        width: 100%
    }

    .blog__list .item .item__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0
    }
}
.article .article__wraper{
	background:#fff;
}

.article .carousel__logos{
	border-top: 1px solid #00000014;
}

.article__header {
	display:flex;
	justify-content: center;
}

.article__title {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
	color: #000;
	text-align: initial;
}

.article__images {
    margin-bottom: 40px
}

.article_background{
	position: relative;
	z-index: 2;
	padding: 100px 0 30px;
	display: flex;
}
.background_article img{
	width: 100%;
	height: 440px;
	object-fit: cover;
}

.article__images .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.article__images .owl-nav .owl-next, .article__images .owl-nav .owl-prev {
    display: block;
    border: 0;
    background-color: #ffffff;
    color: #2e302f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 40px;
    height: 32px;
    font-size: 14px;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear
}

.article__images .owl-nav .owl-next:hover, .article__images .owl-nav .owl-prev:hover {
    color: #57a925
}

.article__images .owl-nav .owl-prev {
    border-radius: 16px 0 0 16px;
    border-right: 1px solid rgba(46, 48, 47, 0.15)
}

.article__images .owl-nav .owl-next {
    border-radius: 0 16px 16px 0
}

.article__images .owl-item {
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 0.25
}

.article__images .owl-item.center {
    opacity: 1
}

.article__image {
    border: 1px solid rgba(46, 48, 47, 0.15);
    padding: 5px;
    background-color: #ffffff
}

.article__image img {
    display: block
}

.article__body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.article__body p {
    margin: 0 0 30px;
    color: #1E1E1E;
	line-height
}

.article__body p:last-of-type{

}

.article__body span{
    color: #1E1E1E;
}

.contact_page p{
    margin: 0 0 8px;
	color:#1E1E1E;
	line-height: 24px;
}

.article__body h2, .article__body h3, .article__body h4, .article__body h5, .article__body h6 {
    margin: 0 0 12px;
    padding-top: 12px;
    font-weight: 400;
    line-height: 24px;
	color:#000;
}

.article__body h2:first-child, .article__body h3:first-child, .article__body h4:first-child, .article__body h5:first-child, .article__body h6:first-child {
    padding-top: 0
}

.article__body h2 {
    font-weight: 400;
    font-size: 24px
}

.article__body h3 {
    font-size: 20px;
    color: #00000;
}

.article__body h4 {
    font-size: 18px;
    font-weight: 500;
	color:#000;
}

.article__body h5 {
    font-size: 16px;
    font-weight: 500;
    color: #bdd371
}

.article__body h6 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.article__body ol, .article__body ul {
    margin: 0 0 24px;
    list-style: none;
    padding: 0 0 0 24px;
    font-size: 16px;
    line-height: 28px;
	color:#1E1E1E;
}

.article__body ol li, .article__body ul li {
    margin-bottom: 5px
}

.article__body ul li {
    padding-left: 20px;
	color: #1E1E1E;
}

.article__body ul li:before {
    content: '';
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #57a925;
    margin-left: -20px;
    margin-right: 12px;
    margin-bottom: 1px
}

.article__body ol {
    counter-reset: line
}

.article__body ol li {
    padding-left: 20px
}

.article__body ol li:before {
    counter-increment: line;
    content: counter(line) ".";
    color: #57a925;
    display: inline-block;
    margin-left: -20px;
    width: 20px;
    font-weight: 500
}

.article__footer {
    padding-bottom: 25px;
    text-align: right
}

.article__footer .category, .article__footer .published {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: 1em
}

.article__footer .published {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(46, 48, 47, 0.5)
}

.institution-overview {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #222;
}

.institution-overview h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.institution-overview h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
}

.institution-overview ol {
  padding-left: 1.5rem;
}

.institution-overview li {
  margin-bottom: 0.5rem;
}

.bullet-info {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.institution-images {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.institution-images img {
  width: 100%;
  max-width: 440px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


@media only screen and (max-width: 756px) {
    .article__image img {
        height: 75vh;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.contacts__wraper {
    padding: 40px 0
}

.contacts__wraper .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts__brand {
    margin: 0 auto 20px
}

.contacts__brand .brand {
    width: 60%
}

.contacts__brand .brand__icon {
    width: 100px;
    display: block;
    margin: 0 auto 10px
}

.contacts__brand .brand__text {
    display: block;
    width: 160px
}

@media only screen and (max-width: 1200px) {
    .contacts__brand {
        display: none
    }
}

.contacts__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contacts__list .icon {
    display: block;
    font-size: 32px;
    color: rgba(46, 48, 47, 0.5);
    margin-right: 5px
}

.contacts__list li {
    margin: 0 0 10px
}

.contacts__list li.title {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #57a925;
    font-weight: 400
}

.contacts__list li.adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.contacts__list li.adress small {
    color: rgba(46, 48, 47, 0.5);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.contacts__list li.link {
    margin-bottom: 10px
}

.contacts__list li.link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #57a925;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap
}

.contacts__list li.link a small {
    color: rgba(46, 48, 47, 0.5);
    font-size: 14px;
    font-weight: 500
}

.contacts__list li.link a:hover {
    opacity: 0.7;
}

.contacts__list li.link a:hover small.hidden__email {
    color: #57a925
}

.contacts__map {
    height: 50vh;
    position: relative
}

.contacts__map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contacts__map .gm-style .gm-style-iw-a {
    margin: 5px 0
}

.contacts__map #content {
    font-size: 14px;
    line-height: 20px
}

.contacts__map #content p {
    margin: 0;
    font-weight: 400
}

.contacts__map #content p b {
    font-weight: 400;
    opacity: 0.5
}

@media only screen and (max-width: 756px) {
    .contacts__map {
        height: 33vh
    }
	
	.cstm_acordion svg{
	margin-left: -10px;
	}

	.first_cards, .second_cards{
	flex-direction:column;
	}

}

@media only screen and (max-width: 1000px) {

	.labs_card{
	width:100%;
	}

	.labs_card_link .img_text span{
	font-size: 14px;
	line-height: 18px;
	}
	.labs_card_link img{
	width: 50px;
	align-self: center;
	}

	.article__title{
	font-size: 28px;
	}
	
	.module__newsfeed h2{
	font-size: 28px;
	}

	.form_1 .cstm_inpt{
	padding-right: 10px;
	}

	.form_1 input{
	margin-bottom: 10px;
	}

}

@media only screen and (min-width: 1001px) {

	.labs_card{
	width:50%;
	}
	.form_1 .cstm_inpt{
	padding-right: 2px;
	}

}

.contacts__form {
    padding: 60px 0;
    background: #000 url(../img/field.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff
}

.contacts__form .form__header {
    text-align: center;
    margin-bottom: 40px
}

.contacts__form .form__header h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 10px
}

.contacts__form .form__header p {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 18;
    line-height: 20px;
    margin: 0
}

.contacts__form .form__item {
    margin-bottom: 20px
}

.contacts__form .form__item input, .contacts__form .form__item textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    border-radius: 24px;
    height: 48px;
    color: #ffffff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(46, 48, 47, 0.15);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

.contacts__form .form__item input:focus, .contacts__form .form__item textarea:focus {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(46, 48, 47, 0.75)
}

.contacts__form .form__item textarea {
    height: 184px;
    resize: none
}

.contacts__form .form__control {
    text-align: right
}

.info_labs_tab .elementor-tabs-wrapper,
.child_pages{
	height: 100%;
	background:#fff;
	border-radius: 10px;
	border: 0;
	padding: 12px;
	margin-bottom: 100px;
}

.info_labs_tab .elementor-tab-desktop-title{
	border: 0;
	padding: 12px !important;
	margin: 12px;
	border-radius: 10px;
}

.info_labs_tab .elementor-tabs-content-wrapper{
	padding-left: 20px;
}

.info_labs_tab .elementor-tab-content{
	background:#fff;
  	border-radius:10px;
	box-shadow: 0 0px 6px #00000014;
}

.info_labs_tab .elementor-tab-title.elementor-active{
	background-color: #57a925;
}

.box_shadow_tab a{
	box-shadow: 0 0px 6px #00000014 !important;
}

.elementor-toggle .elementor-tab-title{
	border-bottom: 0;
}

.elementor-tab-title{
	display: flex;
	flex-direction: row-reverse;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.services_list a{
	display: flex;
	flex-direction: row-reverse;
	padding:20px;
  	background-color: #FFF;
  	border-radius:10px;
}

.services_list .elementor-icon-list-icon{
	display: flex;
	align-self: center;
}

.services_list .elementor-icon-list-text{
	width: 100%;
}

.child_pages{
	padding: 12px;
	box-shadow: 0 0px 6px #00000014;
}

.child_pages .page_item{
  	padding:12px;
  	border-radius:12px;
}

.child_pages .wpb_page_list .page_item:not(:last-child){
	margin-bottom: 0 ;
}

.child_pages .wpb_page_list .page_item.current_page_item a{
	color: #fff;
}

.child_pages .wpb_page_list .page_item a{
	color:#1E1E1E;
}

.child_pages .wpb_page_list .page_item a:hover{
	opacity: 0.7;
}

.child_pages .wpb_page_list .page_item.current_page_item{
	background-color: #57a925;
}

.e-gallery-container{
	padding:20px;
  	background:#fff;
  	border-radius:10px;
}

.e-gallery-image{
	border-radius: 10px;
}


.form_1 input,
.form_1 textarea{
	width: 100%;
	padding:12px;
	border-radius: 10px;
	color:#323338;
}

.form_1 input:focus-visible,
.form_1 textarea:focus-visible {
  outline:none;
}

.form_1 .cstm_inpts{
	margin-bottom: 20px;
}

.form_1 textarea{
	height: 100px;
}

.form_1 .btn.lime{
	background-color: #57A925;
	transition: 0.3s;
	margin-top:20px;
}

.form_1 .btn.lime:hover{
	opacity: 0.7;
	background-color: #57A925;
	transition: 0.3s;
	color:#fff;
}

.form_1 .ajax-loader{
	display: none;
}

.form_1 .wpcf7-not-valid-tip{
	margin-bottom: -20px;
}

.form_1 .wpcf7 form .wpcf7-response-output{
	margin:1em 0.5em 0em;
}

.custom_map img{
	height: 100%;
	object-fit: cover;
}

.text_padding .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding: 0;
}


.text_padding .elementor-widget-image img{
	height: 200px;
	width: 100%;
	object-fit:object-fit: cover;
	margin
}

.custom_tab_content{
	padding-bottom:100px;
  	background:#fff;
  	border-radius:10px;
	font-weight: 400;
}

.custom_tab_content a{
	color:#57a925;
	text-decoration:underline;
}

.custom_tab_content p{
	color: #1E1E1E;
	font-weight: 400;
	line-height: 24px;
}

.custom_tab_content .img_text{
	margin:0;
}

.custom_tab_content img{
  	border-radius:10px;
	border: 1px solid #d0d2d1;
	margin-bottom: 20px;
}

.custom_tab_content select{
	padding:5px;
  	border-radius:10px;
}

.custom_tab_content select:focus-visible{
	outline:none;
}


.custom_tab_content .linkuriContainer ul{
	margin: 0 0 24px;
  	padding:0;
}

.blog .article__title{
	padding:10px;
}

.blog .article_background,
.contacts .article_background{
	width:100%
}

.blog .article__title,
.contacts .article__title{
	justify-content: center;
  	display: flex;
}

.blog .article__header,
.contacts .article__header{
	margin-bottom: 0;
}

#search-input::placeholder{
	color:#fff;
	opacity:0.7;
}

#search-input:focus-visible {
  	outline:none;
}

.custom_posts .elementor-post__title{
	white-space:nowrap;
  	overflow:hidden;
  	text-overflow: ellipsis;
	margin-bottom:0;
}
.custom_posts .elementor-post__read-more{
	margin-bottom: 11px !important;
}

.custom_posts .elementor-post__title{
	margin-bottom: 18px !important;
	font-size: 16px!important;
  	font-weight: 500 !important;
  	line-height: 20px;
}

.custom_posts .elementor-post__text{
	display: flex;
	flex-direction:column;
	margin-top: 0 !important;
}

.custom_posts  .icon,
.cstm_post_content .icon{
	width: 18px;
  	height: 18px;
}

.custom_post{
	padding: 0;
	background-color:#fff;
	border-radius: 10px;
	margin-bottom: 30px;
}

.custom_bg_white a{
	background-color: #f5f6f7;
}

.blog__list .item{
	padding:20px;
  	border-bottom:0;
  	background:#fff;
  	margin-bottom: 44px;
  	border-radius:10px;
}

.cstm_acordion .elementor-tab-title{
	border-radius: 10px;
	transition-delay: 0.4s;
	box-shadow: 0px 0px 6px #00000014;
}

.cstm_acordion .elementor-tab-title.elementor-active{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition-delay: 0s;
}

.cstm_acordion .elementor-tab-content{
	background:#fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 6px 6px #00000014;
}

.cstm_acordion svg{
	margin-top: -2px;
}

.navbar__menu a[title] {
    position: relative;
}

.navbar__menu a[title]:hover::after {
    content: attr(title);
    position: absolute;
    background: #323338;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 5px;
    white-space: nowrap;
    top: 100%;
    margin-top: 5px;
    font-size: 12px;
	font-weight:500;
    z-index: 1000;
}

.feedback_container{
	background: #fff;
	padding: 100px 0;
}

.feedback_div{
	border-radius: 27px;
	display: flex;
	background: #F1F1F4;
}

.feedback_image img{
	height: 100%;
  	object-fit: cover;
  	border-radius: 27px;
}

.feedback_content{
	gap: 20px;
	display: grid;
	margin-right: 40px;
}

.feedback_content h3{
	font-weight: 600;
	font-size: 36px;
}

.feedback_content .description{
	font-weight: 400;
	font-size: 16px;
	color:#676B72;
}

.feedback_content .wpcf7 .title_item{
	font-size: 12px;
}

.feedback_content .wpcf7 input{
	font-size: 14px;
	transition: 0.3s;
}

.feedback_content .wpcf7 .wpcf7-submit{
	margin-top: 10px;
}

.feedback_content .wpcf7 .wpcf7-text,
.feedback_content .wpcf7 .wpcf7-textarea{
	margin-bottom: 2px;
	width: 100%;
	padding: 10px;
	border-radius: 7px;
	outline:none;
}

.feedback_content .wpcf7 .form__item{
	margin-bottom: 5px;
}

.feedback_content .wpcf7 .wpcf7-not-valid-tip{
	font-size: 12px;
}

.language-switcher {
  	position: relative;
	display: inline-block;
	margin-right: 16px;
}

.lang-btn-div{
	display: flex;
}

.lang-btn-div svg{
	display: flex;
	align-self: center;
	margin-left: 12px;
}

.lang-dropdown {
	text-align: center;
	width: 100%;
	display: none;
	position: absolute;
	background-color: white;
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	border-radius: 7px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	z-index: 999;
}

.lang-dropdown li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.lang-dropdown li a:hover {
  background-color: #f0f0f0;
}

.custom_gallery img{
	object-fit: cover;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* spațiu între imagini */
  justify-content: center;
}
.gallery br{
	display: none;
}

#gallery-1 .gallery-item{
  width: calc(33.33% - 10px)!important; /* 3 coloane cu spațiu între ele */

}

.gallery-item img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s;
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.gallery-item img:hover {
  transform: scale(1.03);
}