html {
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666
}

body {
    margin: 0
}

a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #0f6ecd;
    text-decoration: underline
}

b {
    font-weight: bolder
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    font-family: 'Gilroy';
    font-size: .875rem;
    color: #f0506e;
    white-space: nowrap;
    padding: 2px 6px;
    background: #f8f8f8
}

svg, video {
    vertical-align: middle
}

svg, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

p, ul {
    margin: 0 0 20px 0
}

* + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 20px
}

* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 40px
}

h1 {
    font-size: 2.23125rem;
    line-height: 1.2
}

h2 {
    font-size: 1.7rem;
    line-height: 1.3;
			text-align: center;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4
}

h5 {
    font-size: 16px;
    line-height: 1.4
}

h6 {
    font-size: .875rem;
    line-height: 1.4
}

@media (min-width: 960px) {
    h1 {
        font-size: 2.625rem
    }

    h2 {
        font-size: 2rem;
		text-align: center;
 
    }
}

ul {
    padding-left: 30px
}

ul > li > ul {
    margin: 0
}

* + .uk-hr, * + hr {
    margin-top: 20px
}


@media (min-width: 768px) {
    .gl {
            text-align: left;
			   justify-content: left;
    }
	
	.header-content-btn {      
	justify-content: left;
    }
	
	
	
}
@media (max-width: 768px) {
    
	.header-content-btn {      
	justify-content: center;
    }
	
	
	
}
:focus {
    outline: 0
}

:focus-visible {
    outline: 2px dotted #333
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px
}

* + .uk-table {
    margin-top: 20px
}

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color
}

.uk-button:not(:disabled) {
    cursor: pointer
}

.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-button:hover {
    text-decoration: none
}

.uk-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5
}

.uk-button-default:hover {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2
}

.uk-button-default.uk-active, .uk-button-default:active {
    background-color: transparent;
    color: #333;
    border-color: #999
}

.uk-button-default:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5
}

* + .uk-progress {
    margin-top: 20px
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 30px
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.uk-container > :last-child {
    margin-bottom: 0
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}

.uk-container-expand {
    max-width: none
}

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(270deg)
    }
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }
    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

* + .uk-alert {
    margin-top: 20px
}

* + .uk-placeholder {
    margin-top: 20px
}

.uk-label {
    display: inline-block;
    padding: 0 10px;
    background: #1e87f0;
    line-height: 1.5;
    font-size: .875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: uppercase
}

.uk-overlay {
    padding: 30px 30px
}

.uk-overlay > :last-child {
    margin-bottom: 0
}

.uk-overlay-default {
    background: rgba(255, 255, 255, .8)
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
}

[class*=uk-modal-close-]:first-child + * {
    margin-top: 0
}

:root {
    --uk-leader-fill-content: '.'
}

* + .uk-notification-message {
    margin-top: 10px
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-grid > * {
    margin: 0
}

.uk-grid > * > :last-child {
    margin-bottom: 0
}

.uk-grid {
    margin-left: -30px
}

.uk-grid > * {
    padding-left: 30px
}

* + .uk-grid-margin, .uk-grid + .uk-grid {
    margin-top: 30px
}

@media (min-width: 1200px) {
    .uk-grid {
        margin-left: -40px
    }

    .uk-grid > * {
        padding-left: 40px
    }

    * + .uk-grid-margin, .uk-grid + .uk-grid {
        margin-top: 40px
    }
}

* + .uk-grid-margin-small {
    margin-top: 15px
}

* + .uk-grid-margin-medium {
    margin-top: 30px
}

* + .uk-grid-margin-large {
    margin-top: 40px
}

@media (min-width: 1200px) {
    * + .uk-grid-margin-large {
        margin-top: 70px
    }
}

@keyframes uk-scale-down {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes uk-slide-top {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom-small {
    0% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-left-small {
    0% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right-small {
    0% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-top-medium {
    0% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom-medium {
    0% {
        transform: translateY(50px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-left-medium {
    0% {
        transform: translateX(-50px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right-medium {
    0% {
        transform: translateX(50px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes uk-kenburns {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

@keyframes uk-shake {
    0%, 100% {
        transform: translateX(0)
    }
    10% {
        transform: translateX(-9px)
    }
    20% {
        transform: translateX(8px)
    }
    30% {
        transform: translateX(-7px)
    }
    40% {
        transform: translateX(6px)
    }
    50% {
        transform: translateX(-5px)
    }
    60% {
        transform: translateX(4px)
    }
    70% {
        transform: translateX(-3px)
    }
    80% {
        transform: translateX(2px)
    }
    90% {
        transform: translateX(-1px)
    }
}

[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.uk-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.uk-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width: 960px) {
    .uk-width-1-1\@m {
        width: 100%
    }

    .uk-width-1-2\@m {
        width: 50%
    }

    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-width-1-1\@l {
        width: 100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

[class*=uk-height] {
    box-sizing: border-box
}

.uk-height-1-1 {
    height: 100%
}

[class*=uk-column-] {
    column-gap: 30px
}

@media (min-width: 1200px) {
    [class*=uk-column-] {
        column-gap: 40px
    }
}

.uk-column-1-2 {
    column-count: 2
}

.uk-column-1-3 {
    column-count: 3
}

.uk-column-1-4 {
    column-count: 4
}

.uk-column-1-5 {
    column-count: 5
}

.uk-column-1-6 {
    column-count: 6
}

@media (min-width: 960px) {
    .uk-column-1-2\@m {
        column-count: 2
    }

    .uk-column-1-3\@m {
        column-count: 3
    }

    .uk-column-1-4\@m {
        column-count: 4
    }

    .uk-column-1-5\@m {
        column-count: 5
    }

    .uk-column-1-6\@m {
        column-count: 6
    }
}

@media (min-width: 1200px) {
    .uk-column-1-2\@l {
        column-count: 2
    }

    .uk-column-1-3\@l {
        column-count: 3
    }

    .uk-column-1-4\@l {
        column-count: 4
    }

    .uk-column-1-5\@l {
        column-count: 5
    }

    .uk-column-1-6\@l {
        column-count: 6
    }
}

.uk-column-span {
    column-span: all
}

[data-uk-cover], [uk-cover] {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y))
}

[class*=uk-align] {
    display: block;
    margin-bottom: 30px
}

* + [class*=uk-align] {
    margin-top: 30px
}

.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor
}

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor
}

.uk-svg {
    transform: translate(0, 0)
}

[class*=uk-float-] {
    max-width: 100%
}

[class*=uk-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

[data-uk-responsive], [uk-responsive] {
    max-width: 100%
}

.uk-object-fill {
    object-fit: fill
}

.uk-object-none {
    object-fit: none
}

[class*=uk-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out
}

@supports (filter:blur(0)) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        z-index: 0;
        max-width: 100%;
        vertical-align: middle
    }

    .uk-box-shadow-bottom::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        z-index: -1;
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px);
        will-change: filter
    }
}

@-moz-document url-prefix() {
    .uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

.uk-logo {
    font-size: 1.5rem;
    font-family: 'Gilroy';
    color: #333;
    text-decoration: none
}

.uk-logo:hover {
    color: #333;
    text-decoration: none
}

.uk-logo > :where(img,svg,video) {
    display: inline-block
}

.uk-flex {
    display: flex
}

.uk-flex-top {
    align-items: flex-start
}

.uk-flex-middle {
    align-items: center
}

.uk-flex-bottom {
    align-items: flex-end
}

.uk-flex-column {
    flex-direction: column
}

.uk-flex-first {
    order: -1
}

@media (min-width: 960px) {
    .uk-flex-first\@m {
        order: -1
    }
}

@media (min-width: 1200px) {
    .uk-flex-first\@l {
        order: -1
    }
}

.uk-flex-none {
    flex: none
}

.uk-flex-auto {
    flex: auto
}

.uk-flex-1 {
    flex: 1
}

* + .uk-margin {
    margin-top: 20px !important
}

* + .uk-margin-small {
    margin-top: 10px !important
}

* + .uk-margin-medium {
    margin-top: 40px !important
}

* + .uk-margin-large {
    margin-top: 40px !important
}

@media (min-width: 1200px) {
    * + .uk-margin-large {
        margin-top: 70px !important
    }
}

* + .uk-margin-xlarge {
    margin-top: 70px !important
}

@media (min-width: 1200px) {
    * + .uk-margin-xlarge {
        margin-top: 140px !important
    }
}

:root {
    --uk-position-margin-offset: 0px
}

[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
    position: absolute !important;
    max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
    box-sizing: border-box
}

[class*=uk-position-center-left], [class*=uk-position-center-right] {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0, var(--uk-position-translate-y))
}

:where(.uk-transition-fade), :where([class*=uk-transition-scale]), :where([class*=uk-transition-slide]) {
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0
}

[class*=uk-transition-scale], [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
    transition: .3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0
}

[class*=uk-transition-scale] {
    -webkit-backface-visibility: hidden
}

.uk-hidden, [hidden] {
    display: none !important
}

@media (min-width: 960px) {
    .uk-hidden\@m {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .uk-hidden\@l {
        display: none !important
    }
	
}

@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .uk-visible\@l {
        display: none !important
    }
}

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

@font-face {
    font-family: 'Gilroy';
    src: url("fonts/Circe-Regular.woff2") format('woff2'),
    url("fonts/Circe-Regular.woff") format('woff'),
    url("fonts/Circe-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy'
    src: url("fonts/Circe-Bold.woff2") format('woff2'),
    url("fonts/Circe-Bold.woff") format('woff'),
    url("fonts/Circe-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal
}

body {
    font-family: 'Gilroy';
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 18px;
    color: #323834;
    background-color: #fff;
    letter-spacing: -.04em
}

h1 {
    font-family: 'Gilroy';
}

.header-custom {
    position: relative;
    color: #fff
}

.header-top__logo {
    /*padding: 40px 0; */
}

.header-top__logo a {
    display: inline-block;
    padding: 5px;
    background: #ffffff4f;
    border-radius: 0 0 12px 12px
}

.header-top__navigation ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    gap: 30px
}

.header-top__navigation ul li a {
    padding: 5px 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Gilroy';
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: relative
}

.header-top__navigation ul li a:hover {
    text-decoration: none;
    color: #ffca56
}

.header-top__navigation ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ffca56;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

a:hover {
    text-decoration: none
}

.header-top__navigation ul li a:hover:before {
    right: 0
}

.header-custom {
    overflow: hidden;
    position: relative
}

.header-bottom-items {
    padding-bottom: 35px
}

.header-custom:before {
    content: '';
    width: 100%;
    height: 6.5rem;
    left: 0;
    z-index: 2;
    bottom: 0;
    position: absolute;
    transform: translate(0, 33%);
    background: url("wave_darkgreen.svg") center bottom/100% 100% no-repeat
}

.header-top__lang-box {
    position: relative
}

.header-top__lang {
    background: rgba(255, 255, 255, .3);
    padding: 2.5px 15px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 0
}

.header-top {
    overflow: hidden;
    z-index: 2;
    position: relative
}

.header-top__lang a {
    text-transform: uppercase;
    color: #fff;
    opacity: .6;
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header-top__lang a:hover {
    opacity: 1
}

.header-top__lang:first-child:before {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -3px;
    top: -1px;
    font-family: 'Gilroy';
}

.header-top__lang-rus.active a {
    opacity: 1;
    font-family: 'Gilroy';
}

.header-top__lang-rus {
    position: relative
}

.header-top__lang-rus:before {
    content: '|';
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -3px;
    top: -1px;
    font-family: 'Gilroy';
}

.header-top__lang-eng.active a {
    opacity: 1;
    font-family: 'Gilroy';
}

.header-top__lang-eng.active {
    position: relative
}

.header-top__lang span {
    font-size: 14px;
    opacity: .6;
    color: #fff
}

.header-top__lang-inner {
    display: flex
}

.header-top__phones {
    text-align: right;
    margin-top: 45px
}

.header-top__phones a {
    display: block;
    font-family: 'Gilroy';
    color: #fff;
    font-size: 20px
}

.header-content {
    padding: 150px 0 120px;
    z-index: 2;
    position: relative
}

.header-content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase
}

.header-content p {
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #fff;

}

.header-top__label {
    color: #fff;
    margin-bottom: 15px
}

.header-bottom__item {
    text-align: center;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding: 15px 55px
}

.header-bottom-items {
    display: flex;
    justify-content: space-between
}

.header-bottom__item:before {
    content: '';
    width: 50px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 15px;
    background: url("kolos.svg") no-repeat center/cover
}

.header-bottom__item:after {
    content: '';
    width: 50px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 15px;
    background: url("kolos-left.svg") no-repeat center/cover
}

.header-top__navigation ul .current_page_item a {
    color: #ffca56
}

.header-top__navigation ul .current_page_item a:before {
    background: #ffca56;
    right: 0
}

.content-page {
    position: relative;
    z-index: 2
}

.export {
    background-image: url("export-bg.svg");
    background-size: 50%;
    background-position: right top;
    background-repeat: no-repeat
}

.header-page {
    background-image: url("header-page.jpg");
    background-image: url("header-page.webp");
    background-size: cover;
    background-repeat: no-repeat
}

.content {
    position: relative
}

.content:after {
    content: '';
    width: 40%;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("bg-products.png") no-repeat center/100%;
    background: url("bg-products.webp") no-repeat center/100%
}

.content:before {
    content: '';
    width: 300px;
    height: 380px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("koloski.png") no-repeat center/cover
}

.btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase
}

.btn:link, .btn:visited {
    font-family: 'Gilroy';
    text-decoration: none;
    padding: 15px 70px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: absolute
}

.chevron {
    position: absolute;
    width: 28px;
    right: 55px;
    bottom: 125px;
    height: 8px;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: move 3s ease-out infinite
}

.chevron-down {
    z-index: 3;
    position: relative
}

.fullscreen-bg {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.overlay {
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.header-page .overlay {
    background: rgba(0, 0, 0, .4)
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite
}

.chevron:after, .chevron:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg)
}

@keyframes move {
    25% {
        opacity: 1
    }
    33% {
        opacity: 1;
        transform: translateY(30px)
    }
    67% {
        opacity: 1;
        transform: translateY(40px)
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5, .5, .5)
    }
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

.btn:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.btn-white {
    background-color: #207f10;
    color: #fff
}

.btn:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .7s
}

.btn-white:after {
    background-color: #207f10
}

.btn:hover:after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.header-content-btn {
    margin-top: 35px
}

.header-bottom {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 70px 0
}

@media (max-width: 1440.98px) {
    .fullscreen-bg__video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 1399.98px) {
    .header-content {
        padding: 100px 0 90px
    }

    .header-content h1 {
        font-size: 50px;
        margin-bottom: 10px
    }

    .header-content p {
        font-size: 19px
    }

    .chevron {
        right: 25px
    }
}

@media (max-width: 1199.98px) {
    .header-top__mobile {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .content:after {
        height: 240px
    }

    .content:before {
        width: 250px;
        height: 250px
    }

    .export {
        background-size: 30%
    }

    .header-top__logo span {
        color: #fff
    }

    .header-bottom-items {
        display: none
    }

    .header-top__mobile {
        margin-bottom: 25px
    }

    .header-custom .header-top__lang {
        position: relative;
        background: 0 0;
        top: 0
    }

    .header-custom .header-top__lang > span {
        display: none;
    }

    .header-top__lang a {
        padding: 0 10px
    }

    .header-top__lang {
        padding: 3px 0
    }

    .header-top__menu {
        text-align: center
    }

    .header-top__menu button {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        line-height: 1.2;
        color: #fff;
        font-family: 'Gilroy';
        font-size: 14px
    }

    .header-top__menu button:hover {
        color: #fff
    }

    .header-top__menu button span {
        display: block
    }

    .header-top__logo {
        text-align: center
    }

    .header-top__logo span {
display: block;
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.3;
        font-weight: 500;
    }
    }

    .header-content {
        text-align: center
    }

    .header-content-btn {
        display: flex;
     
    }
}

@media (max-width: 991.98px) {
    .chevron {
        right: 45%
    }

    .header-top__logo {
        text-align: center;
        position: relative;
        left: -10px
    }
}

@media (max-width: 767.98px) {
    .content:before {
        width: 100px;
        height: 100px
    }
}

@media (max-width: 575.98px) {
    .header-content h1 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .content:after {
        width: 65%;
        height: 130px
    }

    .header-page {
        background-image: url("header-page.jpg");
        background-image: url("header-page.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .header-top__logo {
        position: relative;
        left: -10px
    }

    .export {
        background: 0 0
    }

    .header:before {
        height: 3.5rem
    }

    .header-top__lang a {
        padding: 0 6px
    }

    .header-content p {
        font-size: 18px
    }
}

@media (max-width: 375.98px) {
    .header-content h1 {
        font-size: 30px
    }

    .header-content p {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    header:not(.with-slideshow) {
        position: relative;
    }
}


.header-page-title {
    padding: 30px 0;
    position: relative;
    z-index: 1
}

.header-page-title h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #fff
}

.breadcrumbs-custom {
    font-size: 14px;
    color: #fff
}

.breadcrumbs-custom p {
    padding: 0;
    margin-bottom: 5px
}

.breadcrumbs-custom a {
    text-decoration: underline;
    color: #fff
}





.sidebar-header {
    background: #207f10;
    color: #fff;
}

.sidebar-inner-top {
    background: #207f10;
    color: #fff;
}

.sidebar-inner {
    background: #207f10;
    color: #fff;
}

.sidebar-inner .light-text {
    color: #fff;
}

.sidebar-inner a{
    color: #fff;
}

.container-fluid nav{
    display: none;
}

.container-fluid h1{
    display: none;
}

#sc_sidebar_content .header-top__logo{
    text-align: left;
    margin-left: 35px;
}


#content .sticky-md-top{
    position: static !important;
}


/* FOOTER */

.new-footer__top {
    position: relative;
    padding-top: 35px;
}

.new-footer__top:before {
    content: '';
    width: 100%;
    height: 6.5rem;
    position: absolute;
    top: -6.5rem;
    transform: translate(0,33%);
    left: 0;
    z-index: 3;
    background: url("waves_double.svg") center center/100% 100% no-repeat;
    background-size: 100% 100%
}

.btn {
    font-family: 'Gilroy';
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: absolute;
}