body,
html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    color: #666;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
    scroll-behavior: smooth;
}

h2 {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 36px;
    color: #333;
}

h3,
h4 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 15px;
}

p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #6aaf08;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

ul,
ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 3px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #6aaf08;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}

/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
    font-size: 26px;
    font-weight: 600;
    color: #eee;
    padding: 0;
}

#menu a.navbar-brand .logo-icon {
    width: 55px;
}

#menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #ddd;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 20px 0 20px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
    color: #6aaf08;
}

.on {
    background-color: #333 !important;
    padding: 0 !important;
    padding: 15px 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #6aaf08 !important;
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #6aaf08;
}

.section-title {
    margin-bottom: 30px;
}

.section-title p {
    font-size: 18px;
    color: #666;
}

.button {
    --offset: 10px;
    --border-size: 2px;
    display: block;
    position: relative;
    padding: 1.5em 3em;
    border: 0;
    background: transparent;
    color: #6aaf08;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--border-size) currentcolor;
    transition: background 0.8s ease;
    margin: 25px auto 0;
    width: 300px;
}

.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active {
    color: #6aaf08;
    background: rgba(100, 0, 0, 0.03);
}

.button span {
    font-size: 17px;
    font-weight: 400;
}

.button__horizontal,
.button__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform 0.8s ease;
    will-change: transform;
}

.button__horizontal::before,
.button__vertical::before {
    content: "";
    position: absolute;
    border: inherit;
}

.button__horizontal {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid currentcolor;
    border-bottom: var(--border-size) solid currentcolor;
}

.button__horizontal::before {
    top: calc(var(--vertical-offset) - var(--border-size));
    bottom: calc(var(--vertical-offset) - var(--border-size));
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}

.button:hover .button__horizontal {
    transform: scaleX(0);
}

.button__vertical {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid currentcolor;
    border-right: var(--border-size) solid currentcolor;
}

.button__vertical::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - var(--border-size));
    right: calc(var(--horizontal-offset) - var(--border-size));
}

.button:hover .button__vertical {
    transform: scaleY(0);
}

@media screen and (max-width: 770px) {
    #menu a.navbar-brand {
        margin-left: 15px;
        margin-bottom: 5px;
    }
}

/* Header Section */
.intro {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 0;
    background: url(../assets/img/wrapper.jpg) top center no-repeat;
    background-color: #e5e5e5;
    background-size: cover;
}

.intro .overlay {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(112, 173, 71, 0.4) 100%);
}

.intro .container {
    height: 100%;
}

.intro .fa {
    font-size: 94px;
    margin-bottom: 40px;
    color: #fff;
}

.intro h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    animation: 6s show ease;
}

.intro p {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    animation: 4s show ease;
}

.intro .btn-scroll {
    position: relative;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-15px, 0px);
    bottom: 10%;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    animation: 4s show ease;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.scroll-down {
    height: 50px;
    width: 30px;
    border: 2px solid white;
    transform: translate(-15px, 0px);
    border-radius: 50px;
    cursor: pointer;
}

.scroll-down::before,
.scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid white;
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
}

.scroll-down::before {
    top: 30%;
    animation-delay: 0.3s;
    /* animation: scroll-down 1s ease-in-out infinite; */
}

@keyframes scroll-down {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        top: 90%;
        opacity: 0;
    }
}

header .intro-text {
    padding-top: 320px;
    padding-bottom: 200px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .intro h1 {
        font-size: 48px;
    }

    header .intro-text {
        padding-top: 220px;
    }
}

/* About Section */
#about {
    padding: 120px 0 80px 0;
    background: #f6f6f6;
}

#about h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 0 0;
    text-align: center;
}

#about .about-text span {
    color: #70ad47;
    font-weight: 700;
    letter-spacing: -1px;
}

#about hr {
    margin-left: 0;
    margin-bottom: 40px;
}

#about ul {
    margin-bottom: 30px;
}

#about .btn {
    display: block;
    width: 50%;
    margin: 40px auto 0;
}

#about .about-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

#about .subtitle-image {
    width: 100px;
    margin: 0 auto;
}

#about .subtitle-image img {
    width: 100%;
}

#about .subtitle-description {
    color: #70ad47;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

#about .subtitle-description div {
    min-width: 140px;
}

#about .subtitle-description h3 {
    color: #70ad47;
    font-size: 30px;
    font-weight: 800;
}

#about .subtitle-description span {
    font-size: 48px;
    padding: 0 0 0 15px;
    font-weight: 200;
}

#about .subtitle-description p {
    text-align: center;
    margin: 0;
}

#about .about-media {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

#about .about-media .media-img {
    width: 100%;
    min-height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#about .about-text,
#about .about-desc {
    margin-bottom: 40px;
}

#about p {
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
    color: grey;
    font-size: 15px;
    font-weight: 600;
}

#about li {
    font-size: 15px;
    font-weight: 600;
}


@media screen and (max-width: 600px) {
    #about .about-subtitle {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #about .subtitle-description {
        display: block;
        text-align: center;
    }

    #about .btn {
        width: 100%;
    }
}

/* Market Section */
#market {
    background: #444 url(../assets/img/IMG_7311.jpg) center center no-repeat fixed;
    background-size: cover;
}

#market .overlay {
    padding: 120px 0;
    background: rgba(106, 175, 8, 0.85);
}

#market h2 {
    color: #fff;
}

#market hr {
    background: rgba(255, 255, 255, 0.6);
}

#logos .icons {
    display: flex;
    width: 100%;
    margin: 40px 0 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#logos .icons li {
    padding: 20px;
    width: 170px;
    position: relative;
    margin: 0 auto;
}


@media screen and (max-width: 480px) {
    #logos .icons li {
        padding: 10px;
        width: 140px;
    }
}

#logos .icons img {
    width: 100%;
    will-change: filter;
    transition: filter .2s ease-out;
}

.flowers {
    animation: pulse-flower 5s infinite;
}

@keyframes pulse-flower {
    0% {
        filter: drop-shadow(0px 0px 6px #8e0399);
    }

    50% {
        filter: drop-shadow(0px 0px 14px #8e0399);
        transform: scale(1.1, 1.1);
    }

    100% {
        filter: drop-shadow(0px 0px 4px #8e0399);
    }
}

.fruits {
    animation: pulse-fruits 3s infinite;
}

@keyframes pulse-fruits {
    0% {
        filter: drop-shadow(0px 0px 6px #129521);
    }

    50% {
        filter: drop-shadow(0px 0px 14px #129521);
        transform: scale(1.1, 1.1);
    }

    100% {
        filter: drop-shadow(0px 0px 4px #129521);
    }
}

.horeca {
    animation: pulse-horeca 2s infinite;
}

@keyframes pulse-horeca {
    0% {
        filter: drop-shadow(0px 0px 6px #ed8116);
    }

    50% {
        filter: drop-shadow(0px 0px 14px #ed8116);
        transform: scale(1.1, 1.1);
    }

    100% {
        filter: drop-shadow(0px 0px 4px #ed8116);
    }
}

.meat {
    animation: pulse-meat 4s infinite;
}

@keyframes pulse-meat {
    0% {
        filter: drop-shadow(0px 0px 6px #e90000);
    }

    50% {
        filter: drop-shadow(0px 0px 14px #e90000);
        transform: scale(1.1, 1.1);
    }

    100% {
        filter: drop-shadow(0px 0px 4px #e90000);
    }
}

.farmer {
    animation: pulse-farmer 3s infinite;
}

@keyframes pulse-farmer {
    0% {
        filter: drop-shadow(0px 0px 6px #d7c613);
    }

    50% {
        filter: drop-shadow(0px 0px 14px #d7c613);
        transform: scale(1.1, 1.1);
    }

    100% {
        filter: drop-shadow(0px 0px 4px #d7c613);
    }
}

.fish {
    animation: pulse-fish 4s infinite;
}

@keyframes pulse-fish {
    0% {
        filter: drop-shadow(0px 0px 6px #141bc5);
    }

    50% {
        filter: drop-shadow(0px 0px 14px #141bc5);
        transform: scale(1.1, 1.1);
    }

    100% {
        filter: drop-shadow(0px 0px 4px #141bc5);
    }
}

#logos img:hover {
    transform: scale(1.15, 1.15);
    transition: 0.7s;
    /*    filter: drop-shadow(0px 0px 10px red);*/
}

#logos .icons-title {
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    border: solid 1px black;
    bottom: -80px;
    left: -10px;
    color: white;
    width: 185px;
    z-index: 1;
    font-size: 13px;
    padding: 10px 10px;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
}

#logos li:hover .icons-title {
    opacity: 1;
}

#market .market-marks img,
#market .market-map img {
    width: 100%;
}

/* Services Section */
#services {
    padding: 120px 0 0;
    overflow-x: hidden;
    /*background: #6aaf08;*/
}

#services .section-title {
    margin-bottom: 0;
}

#services .service {
    float: right;
    margin: 40px 0;
}

#carousel .item {
    cursor: pointer;
}

#carousel .item img {
    /*width: 50%;*/
}

#carousel p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.owl-carousel {
    touch-action: manipulation;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #fff;
    border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    border: 1px solid #fff;
}

.service-description {
    margin: 0 25px;
}

#services .service-description h2 {
    color: #3c763d;
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}

#services .service-description h3 {
    color: #84c724;
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 10px;
    text-align: center;
}

#services .service-description p {
    color: grey;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

#services .service-description p::before {
    content: '';
    background-color: #84c724;
    width: 5px;
    position: absolute;
    left: -15px;
    top: 2px;
    height: 100%;
}

#services .service-image {
    max-width: 250px;
    margin: 0 auto;
    cursor: pointer;
}

#services .service-image img {
    width: 100%;
}

#services .service-media-blocks {
    margin-top: 25px;
}

#services .service-media-blocks .media-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#services .service-media-blocks .block-image {
    width: 70px;
    height: 70px;
}

#services .service-media-blocks .block-image img {
    width: 100%;
    height: 100%;
}

#services .service-media-blocks .block-description {
    padding-left: 15px;
    text-align: center;
    width: 125px;
}

#services .block-description h3 {
    color: #84c724;
    font-size: 54px;
    font-weight: 800;
    margin: 0;
    position: relative;
}

#services .block-description h3::after {
    content: none;
    background-color: #3c763d;
    position: absolute;
    font-size: 7px;
    width: 50px;
    padding: 2px;
    height: 11px;
    bottom: 5px;
    right: 0px;
}

#services .block-description h3.meters::after {
    content: 'тисяч м. кв.';
}

#services .block-description h3.tons::after {
    content: 'тисяч тон';
}

#services .block-description p {
    font-size: 10px;
    color: #3c763d;
    text-transform: uppercase;
    line-height: 15px;
}

/* Contact Section */
#contact {
    padding: 100px 0;
    background: #F6F6F6;
}

#contact .section-title p {
    color: #777;
}

#contact .section-contacts {
    display: grid;
}

.contact-image {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    /*object-fit: cover;*/
}

.section-contacts .contact-image img {
    width: 100%;
}

#contact form {
    padding: 0;
    margin-top: 40px;
}

#contact h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

#contact .text-danger {
    color: #cc0033;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

#contact .form-control:focus {
    outline: 0;
    box-shadow: 0 0 15px #ddd;
}

#contact .contact-info {
    margin-bottom: 30px;
}

#contact .contact-info hr {
    background: #ddd;
}

#contact .contact-item {
    margin: 20px 0 40px 0;
}

/* Footer Section*/
#footer {
    background: #333;
    padding: 30px 0 20px;
}

#footer h3 {
    color: #1e7a46;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer .social {
    margin: 10px 0 50px 0;
}

#footer .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#footer .social ul .shuvar-link {
    width: 45px;
    margin: 0;
    vertical-align: bottom;
}

#footer .social ul .shuvar-link svg {
    width: 100%;
    height: 100%;
}

#footer .social i.fa {
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #444;
    color: #6aaf08;
    border-radius: 50%;
    transition: all 0.3s;
}

#footer .social i.fa:hover {
    background: #6aaf08;
    color: #fff;
}

#footer p {
    color: #666;
    font-size: 15px;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #ccc;
}