<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

.search {
    position: fixed;
    top: 100px;
    right: 40px;
    background-color: gray;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 99999;
    transition: 0.5s width;
    cursor: pointer;
}
.search i {
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 17px;
    right: 17px;
}
.search input {
    display: none;
    border: 0px;
    outline: 0px;
    color: #000;
}
.search:hover {
    width: 300px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid gray;
}
.search:hover input {
    display: block;
    width: 200px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 20px;
    background-color: transparent;
}
.search:hover i {
    color: gray;
}

.header {
    width: 100%;
    height: 90px;
    background-color: #cd1417;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: -2px 7px 15px 2px rgba(0, 0, 0, 0.3);
    display: none;
}
.header.header__mob {
    display: block;
}
.header .header__menu {
    line-height: 90px;
    text-align: center;
    z-index: 1;
    position: absolute;
    right: 0px;
}
.header .header__menu ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header__menu ul li {
    position: relative;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
.header .header__menu ul li.hmmobile {
    display: none;
}
.header .header__menu ul li a {
    padding: 0px 30px;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.header .header__menu .lang {
    position: absolute;
    right: 50px;
    top: 0px;
}
.header .header__menu .lang a {
    color: #fff;
}
.header .header__menu .lang a:hover {
    color: #000;
}
.header .header__menu ul li a::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 4px;
}
.header .header__menu ul li:last-child a::after {
    display: none;
}
.header .header__menu ul li.header__logo {
    display: none;
}
.header .header__menu ul li:hover &gt; .submenu {
    display: block;
}
.header .header__menu ul li .submenu {
    position: absolute;
    top: 66px;
    left: 0px;
    width: 250px;
    height: auto;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    flex-wrap: wrap;
    line-height: 35px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    display: none;
}
.header .header__menu ul li .submenu div {
    width: 100%;
    display: block;
    height: auto;
    padding: 0px;
    margin: 0px;
    flex-basis: 100%;
    padding: 5px 0px;
    display: inline-block;
    line-height: 35px;
    text-align: left;
}
.header .header__menu ul li .submenu div a {
    color: #000 !important;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
}
.header .header__menu ul li .submenu div:hover &gt; a {
    font-weight: 700;
}
.header .header__logo {
    position: absolute;
    left: 0px;
}
.header .header__logo .header__hamburger {
    position: absolute;
    top: 30px;
    right: 0px;
    display: none;
    cursor: pointer;
    z-index: 9;
}
.header .header__logo .header__logo--block {
    background-image: url("../img/logoblock.png");
    width: 290px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 30px;
}
.header .header__logo .header__logo--block img {
    width: 155px;
    margin-left: 69px;
    margin-top: 25px;
}
.header.hmmenu .header__menu ul {
    align-items: flex-start;
    justify-content: flex-start;
}

.top {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
.top .top__images img {
    position: absolute;
    z-index: -1;
}
.top .top__images img.str {
    top: -400px;
    right: -350px;
}
.top .top__images img.slm {
    top: 20%;
    left: -150px;
}
.top .top__images img.srb {
    bottom: 20px;
    right: -220px;
}
.top .top__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.top .top__content img {
    width: 300px;
}
.top .top__content h3 {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    letter-spacing: 5px;
}
.top .top__content h3::before {
    content: "";
    position: absolute;
    left: -130px;
    top: 2px;
    background-image: url("../img/leftgrana.png");
    width: 120px;
    height: 27px;
}
.top .top__content h3::after {
    content: "";
    position: absolute;
    right: -130px;
    top: 2px;
    background-image: url("../img/rightgrana.png");
    width: 120px;
    height: 27px;
}
.top .top__content h4 {
    font-size: 176px;
    font-family: "Mrs Saint Delafield", cursive;
}
.top .top__content div {
    text-align: center;
}

.zacin {
    width: 100%;
    height: auto;
    padding-top: 200px;
}
.zacin .zacin__block {
    text-align: center;
}
.zacin .zacin__block img {
    width: 200px;
}

.stories {
    padding-top: 100px;
}
.stories .stories__logo {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0px;
}
.stories .stories__box .stories__box--inside {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0px auto;
}
.stories .stories__box .stories__box--inside::before {
    position: absolute;
    top: -8px;
    left: -8px;
    content: "";
    width: 256px;
    height: 256px;
    border-radius: 50%;
    border: 2px solid red;
}
.stories .stories__box .stories__box--inside .stories__box--price {
    width: 100px;
    height: 100px;
    background-color: #cd1417;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    padding: 0px 20px;
    padding-top: 20px;
    transition: 0.3s all;
}
.stories .stories__box .stories__box--inside .stories__box--price b {
    font-size: 22px;
    color: #fff;
    display: block;
}
.stories .stories__box .stories__box--inside .stories__box--price span {
    display: block;
    float: right;
    margin-top: -8px;
    font-size: 18px;
    color: #fff;
}
.stories .stories__box .stories__box--inside:hover .stories__box--price {
    background-color: #fff;
    border: 3px solid #cd1417;
}
.stories .stories__box .stories__box--inside:hover .stories__box--price b,
.stories .stories__box .stories__box--inside:hover .stories__box--price span {
    color: #000;
}
.stories .stories__box .stories__box--text {
    margin-top: 20px;
    text-align: center;
}
.stories .stories__box .stories__box--text h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.stories .stories__box .stories__box--text p {
    font-size: 16px;
    font-weight: 500;
    margin-top: -10px;
    color: red;
}

.stories__modal {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
.stories__modal .stories__modal--box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.stories__modal .stories__modal--box iframe {
    width: 560px;
    height: 315px;
    min-width: 360px;
    max-width: 100%;
}
.stories__modal .stories__modal--close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
}
.stories__modal .stories__modal--close span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    top: 20px;
}
.stories__modal .stories__modal--close span:nth-child(2) {
    transform: rotate(45deg);
}

.part {
    margin-top: 250px;
    position: relative;
}
.part.first {
    margin-top: 0px;
}
.part .sides .sides__side {
    position: absolute;
}
.part .sides .sides__tomato {
    top: 0px;
    right: -70px;
}
.part .sides .sides__sudz {
    top: 200px;
    left: -150px;
}
.part .sides .sides__sudz img {
    width: 450px;
}
.part .sides .sides__spice {
    bottom: -115%;
    left: 56%;
}
.part .sides .sides__spice img {
    width: 250px;
    z-index: -1;
}
.part .part__content {
    padding-top: 100px;
    min-height: 465px;
}
.part .part__content h3 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #000;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.part .part__content h4 {
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 4.5rem;
    color: #000;
    margin-top: -21px;
    letter-spacing: 0px;
}
.part .part__content p {
    font-weight: 500;
    color: #3b3b3b;
    font-size: 16px;
}
.part .part__content p a {
    display: table;
    padding: 7px 15px;
    border-radius: 3px;
    background-color: green;
    border: 1px solid green;
    color: #fff;
    margin: 10px 0px;
    box-sizing: border-box;
    transition: 0.2s all;
}
.part .part__content p a:hover {
    background-color: #fff;
    color: green;
}
.part .part__content.firmlogos ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.part .part__image {
    position: relative;
}
.part .part__image img {
    position: absolute;
    top: -100px;
    right: 0px;
}
.part .part__image img.part1big {
    top: -400px;
    right: 90px;
}
.part .part__image img.part2big {
    left: 300px !important;
    width: 800px;
    transform: rotate(-33deg);
}
.part .part__image img.part3big {
    top: -400px;
    right: 70px;
    z-index: -1;
}
.part.partLeft .part__content {
    text-align: right;
    position: relative;
}
.part.partLeft .part__content p {
    position: relative;
    float: right;
}
.part.partLeft .part__content p::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0px;
    background-image: url("../img/part_bot.png");
    width: 65px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
}
.part.partLeft .part__content p:last-child::after {
    display: block;
}
.part.partLeft .part__content p a {
    float: right;
}
.part.partRight .part__image img {
    right: auto;
    left: 0px;
}
.part.partRight .part__content {
    position: relative;
}
.part.partRight .part__content p {
    position: relative;
}
.part.partRight .part__content p::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0px;
    background-image: url("../img/part_bot.png");
    transform: rotate(180deg);
    width: 65px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.part.aboutpart {
    margin-top: 0px;
}
.part.aboutpart.first {
    margin-top: 250px !important;
    padding-top: 200px;
}
.part.aboutpart.first .sides .sides__sudz {
    left: -275px;
}
.part.aboutpart.first .part__content h3 {
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: 10px;
}
.part.aboutpart.first .part__content h4 {
    font-size: 3rem;
    color: #000;
}
.part.aboutpart.aboutfirst {
    margin-top: 0px !important;
}
.part.aboutpart .part__content {
    padding-top: 0px;
    min-height: unset;
    margin-bottom: 60px;
}
.part.aboutpart .part__content h3 {
    margin-bottom: 15px;
}
.part.aboutpart .part__content h5 {
    font-size: 1.8rem;
    font-weight: 700;
}
.part.aboutpart .part__content p {
    padding: 15px 0px;
}
.part.aboutpart .part__content p::after {
    display: none;
}
.part.aboutpart .part__content ul {
    margin: 0px;
    padding: 0px;
}
.part.aboutpart .part__content ul li {
    display: inline-block;
    padding-left: 20px;
}
.part.aboutpart .part__content img {
    margin-bottom: 15px;
}

.about__section {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    position: relative;
}
.about__section .a--mr {
    position: absolute;
    right: -300px;
    top: 220px;
}
.about__section .a--mr img {
    height: 650px;
}
.about__section .as__title h4 {
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: 10px;
}
.about__section .as__content {
    padding-top: 30px;
}
.about__section .as__content p {
    font-size: 16px;
    color: #000;
}
.about__section .as__content .asc--items {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
}
.about__section .as__content .asc--items .asc--item {
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0px 5px;
}
.about__section .as__content .asc--items .asc--item img {
    max-height: 85px;
    max-width: 100%;
}
.about__section .as__content .asc--items .asc--item span {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
}
.about__section .as__content .asc--items .asc--item h5 {
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
}
.about__section .as__content ul {
    width: 360px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin: 0px auto;
    margin-top: 70px;
}
.about__section .as__content ul li {
    display: inline-block;
    width: 110px;
    text-align: center;
    float: left;
    margin: 0px 5px;
}
.about__section .as__content ul li img {
    height: 60px;
}
.about__section .as__content ul li span {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
}
.about__section .as__content ul li h5 {
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
}

.about__history {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}
.about__history .ah__item {
    margin-top: -30px;
}
.about__history .ah__item:nth-child(odd) .ahi__circle {
    background: linear-gradient(
        90deg,
        transparent,
        transparent 50%,
        transparent 0%,
        transparent 0%,
        red 50%
    );
}
.about__history .ah__item:nth-child(even) .ahi__circle {
    background: linear-gradient(
        -90deg,
        transparent,
        transparent 50%,
        transparent 0%,
        transparent 0%,
        red 50%
    );
}
.about__history .ah__item .ahi__circle {
    width: 300px;
    height: 300px;
    padding: 30px;
    border-radius: 50%;
    float: left;
}
.about__history .ah__item .ahi__circle .ahi__circle__inside {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: #eaebec;
    text-align: center;
    line-height: 240px;
    position: relative;
}
.about__history .ah__item .ahi__circle .ahi__circle__inside::after {
    content: "";
    color: red;
    width: 12px;
    position: absolute;
    display: block;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    right: -120px;
    top: 115px;
}
.about__history .ah__item .ahi__circle .ahi__circle__inside::before {
    content: "";
    color: red;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 120px;
    height: 2px;
    background-color: red;
}
.about__history .ah__item .ahi__circle .ahi__circle__inside span {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
}
.about__history .ah__item .ahi__content {
    padding-left: 450px;
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
}
.about__history .ah__item .ahi__content p {
    position: absolute;
    top: 50%;
    left: 450px;
    transform: translateY(-50%);
}

.slider {
    width: 100%;
    height: auto;
    min-height: 750px;
    margin-top: 450px;
    box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.3);
}
.slider .slide {
    width: 100%;
    height: 100%;
    min-height: 750px;
}
.slider .slide .slide__image {
    width: 100%;
    height: 100%;
    min-height: 750px;
    background-image: url("../img/slider.jpg");
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.footer {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    margin-top: 50px;
}
.footer .footer__menu ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.footer .footer__menu ul li {
    display: inline-block;
    padding: 0px 28px;
    position: relative;
    padding-left: 25px;
    border-right: 1px solid #969696;
}
.footer .footer__menu ul li a {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
}
.footer .footer__menu ul li:last-child {
    border-right: 0px;
}
.footer .footer__menu ul li:last-child::after {
    display: none;
}
.footer .footer__socials {
    padding: 60px 0px;
}
.footer .footer__socials ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.footer .footer__socials ul li {
    display: inline-block;
    padding: 8px;
}
.footer .footer__socials ul li i {
    font-size: 1.8rem;
    color: #848584;
    transition: 0.2s all;
}
.footer .footer__socials ul li:hover i {
    color: #cd1417;
    transform: translateY(-3px);
}

.obrazac {
    padding-top: 200px;
}
.obrazac .obrazac__title {
    text-align: center;
}
.obrazac .obrazac__title h3 {
    font-size: 3rem;
    color: #000;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 2.6rem;
}
.obrazac .obrazac__title ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.obrazac .obrazac__title ul li {
    display: inline-block;
    margin: 0px 10px;
}
.obrazac .obrazac__title ul li a {
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 20px;
    background-color: #cd1417;
    color: #fff;
    letter-spacing: 5px;
}
.obrazac .obrazac__form {
    width: 100%;
    height: auto;
    padding: 20px 35px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-top: 50px;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: inline-block;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box .ob--title {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #cd1417;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box .ob--title h4 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 50px;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box .ob--title h4 b {
    font-weight: 500;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box .ob--bx {
    width: 100%;
    height: auto;
    display: inline;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    float: left;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box
    .ob--bx
    .ob--bx--legend {
    width: 30%;
    height: 40px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding-left: 10px;
    background-color: #fff;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box
    .ob--bx
    .ob--bx--legend
    label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box .ob--bx .ob--bx--input {
    width: 68%;
    height: 40px;
    margin-left: 2%;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box
    .ob--bx
    .ob--bx--input
    input {
    width: 100%;
    padding-left: 10px;
    height: 40px;
    border: 0px;
    margin: 0px;
    outline: none;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otd {
    width: 32.66%;
    height: 40px;
    float: left;
    margin-right: 1%;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otd:last-child {
    margin-right: 0px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otd
    input {
    width: 100%;
    height: 40px;
    border: 0px;
    outline: none;
    padding-left: 10px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otd.otc--title {
    text-align: center;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otd.otc--title
    h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otc--ta {
    width: 66.34%;
    height: 120px;
    border-radius: 3px;
    margin-right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    background-color: #fff;
    padding: 15px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otc--ta.otc--ta--label {
    width: 32.66%;
    margin-right: 1%;
    float: left;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otc--ta.otc--ta--ta {
    padding: 0px;
    overflow: hidden;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.otable__box
    .otable__row
    .otc--ta.otc--ta--ta
    textarea {
    width: 100%;
    height: 120px;
    max-width: 100%;
    max-height: 120px;
    border: 0px;
    outline: none;
    padding: 15px;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box.obutton__box .obuttons {
    padding-top: 20px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.obutton__box
    .obuttons
    input {
    display: none;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.obutton__box
    .obuttons
    input[type="checkbox"]:checked
    + label
    .obtn--box--circle
    span {
    background-color: #3cb878;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.obutton__box
    .obuttons
    .obtn--box {
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding: 2.5px 0px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.obutton__box
    .obuttons
    .obtn--box
    .obtn--box--circle {
    width: 10%;
    height: 40px;
    float: left;
    padding-left: 30px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.obutton__box
    .obuttons
    .obtn--box
    .obtn--box--circle
    span {
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 2.5px;
    border-radius: 50%;
    background-color: #f26d7d;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.obutton__box
    .obuttons
    .obtn--box
    .obtn--box--block {
    width: 90%;
    height: 40px;
    float: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    border-radius: 3px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.obutton__box
    .obuttons
    .obtn--box
    .obtn--box--block
    h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
}
.obrazac .obrazac__form .obrazac__form--box .oform__box.oprilog__box .oprilogs {
    margin-top: 20px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    input {
    display: none;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    .ob--label {
    width: 100%;
    height: 40px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    .ob--label
    .obl--inp {
    width: 10%;
    height: 40px;
    float: left;
    padding-right: 10px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    .ob--label
    .obl--inp
    .obl--inp--block {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    .ob--label
    .obl--inp
    .obl--inp--block
    h4 {
    font-size: 14px;
    color: #000;
    line-height: 40px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    .ob--label
    .obl--cont {
    width: 90%;
    height: 40px;
    float: left;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    .ob--label
    .obl--cont
    .obl--cont--block {
    width: 100%;
    height: 40px;
    padding-left: 15px;
}
.obrazac
    .obrazac__form
    .obrazac__form--box
    .oform__box.oprilog__box
    .oprilogs
    .oprilogs--box
    .ob--label
    .obl--cont
    .obl--cont--block
    h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
}
.obrazac .obrazac__form .obrazac__form--box .oform__button {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    text-align: center;
}
.obrazac .obrazac__form .obrazac__form--box .oform__button button {
    border: 0px;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 20px;
    background-color: #cd1417;
    color: #fff;
    letter-spacing: 5px;
}
.obrazac .obrazac__form .obrazac__form--box .oform__button p {
    width: 60%;
    margin: 0px 20%;
    margin-top: 30px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.products {
    width: 100%;
    height: auto;
    padding-top: 200px;
}
.products .products__top {
    text-align: center;
}
.products .products__top h3 {
    font-size: 4.5rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 8px;
}
.products .products__top h4 {
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 5rem;
    margin-top: -25px;
}
.products .products__list {
    margin-top: 60px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.products .products__list ul {
    margin: 0px;
    padding: 0px;
}
.products .products__list ul li {
    display: inline-block;
    float: left;
    width: 12.5%;
    text-align: center;
}
.products .products__list ul li:hover &gt; a {
    color: #cd1417 !important;
}
.products .products__list ul li:hover &gt; a img {
    transform: scale(1.1);
}
.products .products__list ul li a {
    color: #000 !important;
    transition: 0.2s transform;
}
.products .products__list ul li img {
    height: 80px;
    max-width: 80%;
    transition: 0.2s transform;
}
.products .products__list ul li span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 14px;
    margin-top: 20px;
    padding: 0px 15px;
    width: 100%;
}
.products .products__content {
    padding: 150px 0px;
    padding-bottom: 80px;
}
.products .products__content h3 {
    font-size: 4rem;
    font-weight: 200;
    color: #000;
    letter-spacing: 7px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.products .products__content p {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 24px;
    padding: 25px 0px;
    text-align: justify;
}
.products .products__content p b {
    font-weight: 600;
}
.products .products__categories {
    text-align: center;
    /* background-color: #f5f5f5; */
    padding-top: 20px;
}
.products .products__categories ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
}
.products .products__categories ul li {
    display: inline-block;
    margin: 5px;
    padding: 7px 20px;
    /* border: 1px solid #000; */
    font-size: 14px;
    min-width: 140px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.products .products__categories ul li a {
    text-decoration: none;
    color: #000;
}
.products .products__categories ul li img {
    filter: grayscale(100%);
    height: 60px;
}
.products .products__categories ul li:hover img {
    filter: grayscale(20%);
}
.products .products__categories ul li.active img {
    filter: grayscale(0%);
}
.products .products__categories ul li.active a {
    color: #fff;
}
.products .products__categories ul li::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 2px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
}
.products .products__categories ul li:last-child::after {
    display: none;
}
.products .product__list {
    padding: 40px 0px;
}
.products .sc-0 {
    display: none;
}
.products .sc-1 {
    display: none;
}
.products .sc-2 {
    display: block;
}

.products .product__list .product__list--box {
    padding: 20px;
    transition: 0.2s all;
}
.products .product__list .product__list--box:hover {
    transform: translateY(-10px);
}
.products .product__list .product__list--box .plb--image {
    width: 100%;
    height: 160px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.products .product__list .product__list--box .plb--content {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    text-align: center;
}
.products .product__list .product__list--box .plb--content h3 {
    font-size: 1.3rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
}
.products .product__list .product__list--box .plb--content hr {
    width: 100px;
    height: 1px;
    background-color: #d7d7d7;
    margin: 7px auto;
}
.products .product__list .product__list--box .plb--content span {
    display: inline-block;
    font-size: 16px;
    color: red;
    letter-spacing: 2px;
}
.products .product__list .product__list--categories {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}
.products .product__list .product__list--categories ul {
    margin: 0px;
    padding: 0px;
}
.products .product__list .product__list--categories ul li {
    display: inline-block;
    margin: 10px;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    box-sizing: border-box;
}
.products .product__list .product__list--categories ul li:hover {
    border: 1px solid #cd1417;
}
.products .product__list .product__list--categories ul li a {
    color: #000;
}
.products .product__list .product__list--categories ul li.inactive {
    display: none;
}
.products .product__list .product__list--categories ul li.active {
    display: inline-block;
    background-color: #cd1417;
}
.products .product__list .product__list--categories ul li.active a {
    color: #fff;
}
.products .products__floating {
    width: 100%;
    position: relative;
}
.products .products__floating div {
    position: absolute;
    z-index: -1;
}
.products .products__floating div.pf--lt {
    top: 50px;
    left: -100px;
}
.products .products__floating div.pf--rt {
    top: -100px;
    right: -200px;
}
.products .products__floating div.pf--rm {
    top: 100vh;
    right: -2px;
}
.products.about .products__floating div.pf--lt {
    top: 250px;
    left: -400px;
}

.product {
    width: 100%;
    height: auto;
    padding: 120px 0px;
    padding-bottom: 50px;
}
.product .product__slider {
    height: 550px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product .product__info {
    padding: 60px 0px;
}
.product .product__info .pi__left {
    padding-top: 80px;
}
.product .product__info .pi__left .pi__left--image {
    height: 300px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product .product__info .pi__right .pi__title h3 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    letter-spacing: 6px;
}
.product .product__info .pi__right .pi__title hr {
    width: 150px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0px;
    margin: 3px 0px;
}
.product .product__info .pi__right .pi__title span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 200;
    color: red;
}
.product .product__info .pi__right .pi__content {
    padding: 25px 0px;
}
.product .product__info .pi__right .pi__content p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 300;
    padding: 0px 0px;
}
.product .product__info .pi__right .pi__content p b {
    font-weight: 600;
}
.product .product__info .pi__images ul {
    margin: 0px;
    padding: 0px;
}
.product .product__info .pi__images ul li {
    display: inline-block;
    float: left;
    width: 33.33%;
    text-align: center;
}
.product .product__info .pi__images ul li .pii--inside {
    width: 250px;
    height: 200px;
    margin: 0px auto;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: 0.2s transform;
    cursor: pointer;
}
.product .product__info .pi__images ul li .pii--inside:hover {
    transform: scale(1.1);
}
.product .pi__table {
    width: 100%;
    height: auto;
    padding-top: 100px;
    overflow-x: scroll;
}
.product .pi__table::-webkit-scrollbar-track {
    height: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border: 0px;
}
.product .pi__table::-webkit-scrollbar {
    height: 0px;
    width: 2px;
    background-color: #f5f5f5;
    border: 0px;
}
.product .pi__table::-webkit-scrollbar-thumb {
    height: 2px;
    background-color: #cd1417;
    border: 1px solid #555555;
    border: 0px;
}
.product .pi__table .pi__table--inside {
    min-width: 620px;
}
.product .pi__table .pit {
    width: 100%;
    height: auto;
    min-height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 50px;
    float: left;
}
.product .pi__table .pit div {
    float: left;
    padding-right: 5px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
}
.product .pi__table .pit div:nth-child(1) {
    width: 40%;
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.product .pi__table .pit div:nth-child(2) {
    width: 15%;
}
.product .pi__table .pit div:nth-child(3) {
    width: 15%;
}
.product .pi__table .pit div:nth-child(4) {
    width: 15%;
}
.product .pi__table .pit div:nth-child(5) {
    width: 15%;
}
.product .pi__table .pit.pit--head {
    border-top: 0px;
}
.product .pi__table .pit.pit--head div {
    font-weight: 600;
}
.product .pi__table .pit.pit--head div:nth-child(1) {
    border: 0px;
}
.product .pi__table .pit:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.recepti {
    width: 100%;
    padding: 120px 0px;
    padding-top: 170px;
    position: relative;
}
.recepti .recepti__floating .rf--rt {
    position: absolute;
    top: -250px;
    right: -250px;
}
.recepti .recepti__title {
    margin-top: 150px;
}
.recepti .recepti__title p em {
    cursor: pointer;
}
.recepti .recepti__title h3 {
    font-size: 4rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 10px;
}
.recepti .recepti__title h4 {
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 4rem;
    margin-top: -25px;
}
.recepti .recepti__title.rtitle {
    padding-left: 212px;
    position: relative;
}
.recepti .recepti__title.rtitle::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../img/recept_logo.png");
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}
.recepti .recepti__list {
    padding-top: 60px;
}
.recepti .recepti__list ul {
    margin: 0px;
    padding: 0px;
}
.recepti .recepti__list ul li {
    width: 25%;
    height: 320px;
    float: left;
    padding: 20px;
    display: inline-block;
    cursor: pointer;
}
.recepti .recepti__list ul li .rl--inside {
    width: 220px;
    height: 220px;
    margin: 0px auto;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: 0.2s transform;
}
.recepti .recepti__list ul li .rl--inside::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -70px;
    width: 250px;
    height: 150px;
    transform: rotate(-45deg);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.recepti .recepti__list ul li .rl--inside .rl--play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.recepti .recepti__list ul li .rl--inside .rl--play img {
    width: 85px;
    opacity: 0.6;
    transition: 0.2s opacity;
}
.recepti .recepti__list ul li h4 {
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    font-size: 1.3rem;
}
.recepti .recepti__list ul li:hover .rl--inside {
    transform: scale(1.1);
}
.recepti .recepti__list ul li:hover .rl--inside .rl--play img {
    opacity: 1;
}

.recept__popup {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
}
.recept__popup .recept__popup--bg {
    position: absolute;
    padding-bottom: 50px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 15px;
    z-index: 99;
    border: 3px solid red;
    padding: 25px;
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
}
.recept__popup .recept__popup--bg .rp__close {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid red;
    text-align: center;
}
.recept__popup .recept__popup--bg .rp__close span {
    font-size: 2rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
    line-height: 40px;
}
.recept__popup .recept__popup--bg .rp__cont {
    width: 100%;
    height: auto;
    padding: 25px 0px;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left {
    width: 50%;
    height: auto;
    float: left;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left .rpc--left--top {
    width: 100%;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left .rpc--left--top h3 {
    font-size: 1.7rem;
    color: #000;
    font-weight: 600;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left .rpc--left--top ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding: 15px 0px;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left .rpc--left--top ul li {
    display: inline-block;
    float: left;
    margin: 0px 7px;
}
.recept__popup
    .recept__popup--bg
    .rp__cont
    .rpc--left
    .rpc--left--top
    ul
    li
    img {
    height: 65px;
}
.recept__popup
    .recept__popup--bg
    .rp__cont
    .rpc--left
    .rpc--left--top
    ul
    li
    span {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left .rpc--left--bottom {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 20px;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left .rpc--left--bottom h4 {
    font-size: 1.3rem;
    color: #000;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--left .rpc--left--bottom ul {
    margin: 0px;
    padding: 0px;
}
.recept__popup
    .recept__popup--bg
    .rp__cont
    .rpc--left
    .rpc--left--bottom
    ul
    li {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    min-height: 35px;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 35px;
    padding-right: 20px;
}
.recept__popup
    .recept__popup--bg
    .rp__cont
    .rpc--left
    .rpc--left--bottom
    ul
    li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-image: url("../img/sicon.png");
    background-size: contain;
    background-position: 50% 50%;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--right {
    width: 50%;
    padding-top: 20px;
    float: left;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--right h3 {
    font-size: 1.7rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.recept__popup .recept__popup--bg .rp__cont .rpc--right p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}

.mediji .recepti__floating .rf--rt {
    position: absolute;
    top: -250px;
    right: -250px;
}
.mediji .recepti__title {
    position: relative;
}
.mediji .recepti__title .mf--lm {
    position: absolute;
    top: 0px;
    left: -90%;
}
.mediji .recepti__title .mf--lm img {
    height: 350px;
}
.mediji .recepti__title .mediji__form form .mf--block {
    width: 100%;
    height: auto;
    margin: 5px 0px;
    float: left;
}
.mediji .recepti__title .mediji__form form .mf--block input {
    width: 100%;
    max-width: 230px;
    height: 35px;
    border-radius: 35px;
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
}
.mediji .recepti__title .mediji__form form .mf--block button {
    float: left;
    margin-left: 20px;
    border: 2px solid #cd1417;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    width: 120px;
    height: 35px;
    border-radius: 35px;
}
.mediji .recepti__title .mediji__form form .mf--block button:hover {
    background-color: #cd1417;
    color: #fff;
}
.mediji .recepti__podaci {
    background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mediji .recepti__podaci h4 {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #cd1417;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
}
.mediji .recepti__podaci .rp__formbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.mediji .recepti__podaci .rp__formbox .rpf__label {
    flex-basis: 33%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
}
.mediji .recepti__podaci .rp__formbox input {
    flex-basis: 66%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.mediji .recepti__podaci button {
    width: 200px;
    height: 45px;
    border-radius: 3px;
    background-color: #cd1417;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0px auto;
    text-align: center;
    border: 0px;
    margin-top: 10px;
    display: inline-block;
    opacity: 0.8;
    cursor: pointer;
}
.mediji .recepti__podaci button:hover {
    opacity: 1;
}

.mediji .mediji__menu {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    padding: 30px 0px;
    background-color: #eeeeee;
}
.mediji .mediji__menu .mm--block {
    padding: 20px;
}
.mediji .mediji__menu .mm--block .mm--block--circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    text-align: center;
    position: relative;
    transition: 0.2s background-color;
}
.mediji .mediji__menu .mm--block .mm--block--circle span {
    width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.mediji .mediji__menu .mm--block .mm--block--circle:hover {
    background-color: #cd1417;
}
.mediji .mediji__menu .mm--block .mm--block--circle:hover span {
    color: #fff;
}
.mediji .mediji__menu .mm--block.active .mm--block--circle {
    background-color: #cd1417;
}
.mediji .mediji__menu .mm--block.active .mm--block--circle span {
    color: #fff;
}
.mediji .mediji__katalozi {
    position: relative;
}
.mediji .mediji__katalozi .mf--ml {
    position: absolute;
    left: 0px;
    top: -120px;
    z-index: -1;
}
.mediji .mediji__katalozi .mf--mr {
    position: absolute;
    right: -60px;
    top: 200px;
}
.mediji .mediji__katalozi .mk--item {
    padding: 35px;
    display: none;
}
.mediji .mediji__katalozi .mk--item.mm0 {
    display: block;
}
.mediji .mediji__katalozi .mk--item .mki--image {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 7px 3px 7px rgba(0, 0, 0, 0.2);
}
.mediji .mediji__katalozi .mk--item .mki--content {
    width: 100%;
    height: 140px;
    max-height: 140px;
    overflow: hidden;
    padding: 5px 0px;
    margin: 10px 0px;
    text-align: center;
}
.mediji .mediji__katalozi .mk--item .mki--content h4 {
    text-align: left;
    font-size: 16px;
}
.mediji .mediji__katalozi .mk--item .mki--content a {
    text-decoration: none;
    color: #000;
    border: 1px solid red;
    padding: 4px 45px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    margin-top: 5px;
}
.mediji .mediji__katalozi .mk--item .mki--content a:hover {
    background-color: red;
    color: #fff;
}
.contact__page {
    width: 100%;
    height: auto;
    padding-top: 200px;
}
.contact__page .cp__top {
    width: 100%;
    height: auto;
    text-align: center;
}
.contact__page .cp__top h3 {
    font-size: 4rem;
    letter-spacing: 10px;
    font-weight: 700;
    color: #000;
}
.contact__page .cp__top span {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.contact__page .cp__top span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-7px);
    background-image: url("../img/leftgrana.png");
    width: 50px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact__page .cp__top span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-7px);
    background-image: url("../img/rightgrana.png");
    width: 50px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact__page .cp__top h4 {
    font-size: 66px;
    color: #000;
    font-family: "Mrs Saint Delafield", cursive;
}
.contact__page .cp__boxes {
    width: 100%;
    height: auto;
    padding: 0px 60px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact__page .cp__boxes .cpb--box {
    flex-basis: 49%;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.contact__page .cp__boxes .cpb--box--full {
    flex-basis: 100%;
    background-color: #f5f5f5;
    /* padding: 20px; */
    padding: 0px 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.contact__page .cp__boxes .cpb--box--full .cbf--item {
    flex-basis: 49%;
    display: flex;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.05);
}
.contact__page .cp__boxes .cpb--box--full .cbf--item:hover {
    /* background-color:rgba(0,0,0,.15); */
}
.contact__page .cp__boxes .cpb--box--full .cbf--item div {
    display: flex;
    align-items: center;
}
.contact__page .cp__boxes .cpb--box--full .cbf--item img {
    height: 50px;
}
.contact__page .cp__boxes .cpb--box--full .cbf--item h4 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 15px;
    align-items: center;
}
.contact__page .cp__boxes .cpb--box h4 {
    width: 100%;
    height: 40px;
    background-color: #cd1417;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0px 20px;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside .cpb--box--inside--icon {
    padding-bottom: 40px;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside ul {
    margin: 0px;
    padding: 0px;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside ul li {
    font-size: 22px;
    color: #5f5f5f;
    list-style: none;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside form {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside form label {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside form input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 15px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside form button {
    padding: 12px 45px;
    border-radius: 3px;
    margin: 10px auto;
    margin-bottom: 20px;
    text-align: center;
    align-self: center;
    background-color: #cd1417;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    border: 0px;
    opacity: 0.8;
    cursor: pointer;
}
.contact__page .cp__boxes .cpb--box .cpb--box--inside form button:hover {
    opacity: 1;
}

.faq__page {
    width: 100%;
    height: auto;
    padding-top: 250px;
}
.faq__page .fp__title {
    width: 100%;
    height: auto;
    text-align: center;
}
.faq__page .fp__title h3 {
    font-size: 4.2rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 5px;
}
.faq__page .fp__title h4 {
    font-size: 96px;
    color: #000;
    font-family: "Mrs Saint Delafield", cursive;
    margin-top: -40px;
}
.faq__page .fp__questions {
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.faq__page .fp__questions .fp__questions--item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 20px;
}
.faq__page .fp__questions .fp__questions--item:hover &gt; h4 {
    background-color: #cd1417;
    color: #fff;
    cursor: pointer;
}
.faq__page .fp__questions .fp__questions--item h4 {
    width: 100%;
    height: auto;
    padding: 13px 40px;
    border-radius: 3px;
    background-color: transparent;
    border: 2px solid #cd1417;
    transition: 0.2s all;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    background-color: #fff;
}
.faq__page .fp__questions .fp__questions--item .qi--text {
    width: 100%;
    height: auto;
    padding: 30px;
    display: none;
    background-color: #fff;
}
.faq__page .fp__questions .fp__questions--item .qi--text p {
    font-size: 16px;
}
.faq__page .fp__questions .fp__questions--item.active {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.faq__page .fp__questions .fp__questions--item.active h4 {
    background-color: #cd1417;
    color: #fff;
    font-weight: bold;
}
.faq__page .fp__questions .fp__questions--item.active .qi--text {
    display: block;
}

.others__page {
    width: 100%;
    height: auto;
    padding-top: 150px;
}
.others__page .op__title {
    width: 100%;
    height: auto;
    text-align: center;
}
.others__page .op__title h3 {
    font-size: 4rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 10px;
}
.others__page .op__title h4 {
    font-size: 5rem;
    color: #000;
    font-family: "Mrs Saint Delafield", cursive;
    margin-top: -40px;
}
.others__page .op__boxes {
    width: 100%;
    height: auto;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.others__page .op__boxes .op__boxes--item {
    flex-basis: 32%;
    margin-top: 3%;
    height: auto;
}
.others__page .op__boxes .op__boxes--item .opb--item--image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
}
.others__page .op__boxes .op__boxes--item h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding: 5px 0px;
}
.others__page .op__boxes .op__boxes--item span {
    color: #cd1417;
    font-size: 14px;
    font-weight: 400;
}

.politika__page {
    width: 100%;
    height: auto;
    padding-top: 300px;
}
.politika__page .pp__title {
    width: 100%;
    height: auto;
    text-align: center;
}
.politika__page .pp__title h3 {
    font-size: 4rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 10px;
}
.politika__page .pp__title h4 {
    font-size: 5rem;
    color: #000;
    font-family: "Mrs Saint Delafield", cursive;
    margin-top: -40px;
}
.politika__page .pp__block {
    width: 100%;
    height: auto;
    padding-top: 80px;
    text-align: center;
}
.politika__page .pp__block h3 {
    font-size: 4rem;
    font-weight: 200;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding: 20px 0px;
}

.uprava__page {
    width: 100%;
    height: auto;
    padding-top: 150px;
}
.uprava__page .up__title {
    width: 100%;
    height: auto;
    text-align: center;
}
.uprava__page .up__title h3 {
    font-size: 4.2rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 5px;
}
.uprava__page .up__title h4 {
    font-size: 96px;
    color: #000;
    font-family: "Mrs Saint Delafield", cursive;
    margin-top: -40px;
}
.uprava__page .up__boxes {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    height: auto;
    padding: 70px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.uprava__page .up__boxes .up__boxes--item {
    flex-basis: 30%;
    height: auto;
    text-align: center;
}
.uprava__page .up__boxes .up__boxes--item--image {
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid #000;
    width: 100%;
    height: 400px;
}
.uprava__page .up__boxes .up__boxes--item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
}
.uprava__page .up__boxes .up__boxes--item h4 {
    font-size: 18px;
    font-weight: 400;
}
.uprava__page .up__intro {
    width: 100%;
    height: auto;
    /* max-width: 960px; */
    margin: 0px auto;
    text-align: center;
}
.uprava__page .up__intro p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
.uprava__page .up__text {
    padding-top: 80px;
    width: 100%;
    height: auto;
    text-align: center;
}
.uprava__page .up__text h3 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #000;
}
.uprava__page .up__text p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}

.brovis__page {
    width: 100%;
    height: auto;
    padding-top: 300px;
}
.brovis__page .bp__title {
    width: 100%;
    height: auto;
    text-align: center;
}
.brovis__page .bp__title .bpt__logo {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 50px;
}
.brovis__page .bp__title h3 {
    font-size: 4.2rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
}
.brovis__page .bp__title h4 {
    font-size: 96px;
    color: #000;
    font-family: "Mrs Saint Delafield", cursive;
    margin-top: -40px;
}
.brovis__page .bp__title p {
    text-align: right;
}
.brovis__page .bp__title .bp__info {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}
.brovis__page .bp__title .bpt__pilke {
    width: 100%;
    height: auto;
    margin-top: 50px;
    text-align: right;
}
.brovis__page .bp__title .bpt__pilke img {
    height: 250px;
}

.impex__page {
    width: 100%;
    height: auto;
    padding-top: 250px;
}
.impex__page p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    padding: 7px 0px;
    margin: 0px;
}
.impex__page img {
    padding: 30px 0px;
}

.floatingimages div {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.floatingimages div img {
    max-width: 100%;
}

@supports (-ms-ime-align: auto) {
    .header .header__menu ul li a::after {
        right: 0px;
    }
}
@media all and (min-width: 1920px) {
    .part .part__image img.part1big {
        right: 340px;
    }
}
@media all and (min-width: 2440px) {
    .part .part__image img.part1big {
        right: 535px;
    }
}
@media all and (min-width: 2800px) {
    .part .part__image img.part1big {
        right: 730px;
    }
}
@media all and (min-width: 3200px) {
    .part .part__image img.part1big {
        right: 835px;
    }
}
@media all and (max-width: 1766px) {
    .part .sides .sides__side.sides__tomato {
        display: none;
    }
}
@media all and (max-width: 1554px) {
    .top .top__content h4 {
        font-size: 100px;
    }

    .part .sides .sides__sudz {
        left: -200px;
    }
}
@media all and (max-width: 1280px) {
    .part .sides .sides__sudz {
        display: none;
    }
}
@media all and (max-width: 1200px) {
    .stories .stories__box .stories__box--inside {
        width: 200px;
        height: 200px;
    }
    .stories .stories__box .stories__box--inside:before {
        width: 216px;
        height: 216px;
    }
}
@media all and (max-width: 1082px) {
    .top .top__images .str {
        top: -600px !important;
        right: -450px !important;
    }
}
@media all and (max-width: 992px) {
    .stories .stories__box .stories__box--inside {
        width: 170px;
        height: 170px;
    }
    .stories .stories__box .stories__box--inside:before {
        width: 186px;
        height: 186px;
    }

    .products .products__list ul li {
        width: 25%;
        height: 160px;
        margin-top: 10px;
        float: left;
    }
    .products .products__floating div.pf--lt {
        left: -200px;
    }
    .products .products__floating div.pf--rt {
        right: -300px;
    }

    .recepti .recepti__list ul li {
        width: 33.33%;
    }
}
@media all and (max-width: 884px) {
    .top .top__content h4 {
        font-size: 64px;
    }

    .product .product__info .pi__images ul {
        width: 100%;
    }
    .product .product__info .pi__images ul li {
        width: 100%;
        margin: 10px 0px;
    }
}
@media all and (max-width: 800px) {
    .header {
        display: block;
    }
    .header.header__mob {
        display: none;
    }
    .header .header__menu ul {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        padding-top: 60px;
    }
    .header .header__menu ul li {
        width: 100%;
        float: left;
        height: 50px;
        line-height: 50px;
        display: block;
    }
    .header .header__menu ul li.hmmobile {
        display: block;
        cursor: pointer;
    }
    .header .header__menu ul li.hmmobile a {
        font-weight: 600;
    }
    .header .header__menu ul li a {
        font-size: 14px;
        color: #000;
    }
    .header .header__logo .header__hamburger {
        display: block;
    }
}
@media all and (max-width: 767px) {
    .top .top__content {
        padding-top: 70px;
    }
    .top .top__content img {
        display: none;
    }

    .slider {
        margin-top: 250px;
    }

    .part.partRight {
        margin-top: 100px;
    }
    .part.partRight .part__image img.part2big {
        display: none;
    }
    .part.partRight .sides .sides__side.sides__spice {
        bottom: -180px;
    }
    .part.aboutpart.partRight .part__image img.part1big {
        left: 0px;
    }
    .part .part__image img.part1big {
        width: 400px;
        top: 300px;
        right: auto;
        left: -250px;
    }
    .part .part__image img.part3big {
        width: 400px;
    }

    .stories .stories__box {
        width: 50%;
        height: auto;
        float: left;
        flex: unset;
        display: block;
        max-width: 50%;
        margin-top: 30px;
    }
    .stories .stories__box .stories__box--inside {
        margin: 0px auto;
    }
    .header .lang {
        display: none;
    }

    .obrazac .obrazac__title ul li {
        display: block;
        margin-top: 35px;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box {
        height: auto;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box
        .obtn--box--circle {
        width: 20%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box
        .obtn--box--block {
        width: 80%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box
        .obtn--box--block {
        height: auto;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box {
        height: auto;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box
        .ob--label {
        height: auto;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box
        .ob--label
        .obl--inp {
        width: 20%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box
        .ob--label
        .obl--cont {
        width: 80%;
        height: auto;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box
        .ob--label
        .obl--cont
        .obl--cont--block {
        height: auto;
    }

    .products .products__floating div.pf--lt {
        left: -300px;
    }
    .products .products__floating div.pf--rt {
        right: -400px;
    }
    .products .products__floating div.pf--rm {
        right: -100px;
    }
    .products .products__categories ul li {
        /* padding: 0px 20px; */
        min-width: 100px;
    }
    .products .products__categories ul li img {
        height: 40px;
    }

    .recepti .recepti__list ul li {
        width: 50%;
    }
    .recepti .recepti__floating .rf--rt {
        top: -300px;
        right: -300px;
    }
    .mediji {
        padding-top: 7px !important;
    }

    .recepti .recepti__title {
        padding: 0px 20px !important;
        padding-top: 220px !important;
    }

    .mediji .recepti__floating {
        display: none;
    }

    .recepti .recepti__title.mediji__title {
        padding: 0px 20px !important;
        padding-top: 70px !important;
    }
    .recepti .recepti__title::before {
        left: 20px !important;
    }
    .others__page .op__boxes .op__boxes--item {
        flex-basis: 100%;
    }

    .part .part__content p::after {
        width: 45px !important;
    }
    .stories .stories__logo img {
        width: 200px;
    }

    .header .header__menu ul li .submenu {
        display: none;
        position: relative;
        width: 100%;
        top: 0px;
        text-align: center;
    }
    .header .header__menu ul li {
        height: auto;
        min-height: 50px;
    }
    .header .header__menu ul li .submenu div {
        text-align: center;
    }
    .header .header__menu ul li:hover &gt; a {
        font-weight: 700;
        color: #cd1417;
    }
    .header .header__menu ul li:hover &gt; .submenu {
        display: block;
    }

    .pfi-2 {
        right: -1010px !important;
        top: 250px !important;
        display: none;
    }
    .pfi-3 {
        top: 0px !important;
        right: -180px !important;
        display: none;
    }
    .pfi-4 {
        left: -280px !important;
        display: none;
    }
    .pfi-1 {
        right: -1000px !important;
        display: none;
    }
    .pfi-5 {
        display: none;
    }
    .products .products__top h3 {
        font-size: 3.5rem !important;
    }
    .contact__page .cp__boxes {
        width: 100%;
        padding: 0px;
    }
    .contact__page .cp__boxes .cpb--box {
        flex-basis: 100%;
    }
    .contact__page .cp__top h3 {
        font-size: 3rem;
    }
    .contact__page .cp__boxes .cpb--box--full .cbf--item {
        flex-basis: 100%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box
        .ob--label
        .obl--cont
        .obl--cont--block
        h4 {
        line-height: 28px;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box
        .obtn--box--block
        h4 {
        line-height: 28px;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.otable__box
        .otable__row
        .otc--ta.otc--ta--label
        label {
        font-size: 13px;
    }
    .agfi {
        display: none;
    }
    .part .part__content.firmlogos ul {
        flex-wrap: wrap;
    }
    .part .part__content.firmlogos ul li {
        flex-basis: 100%;
    }
    .part .part__content.firmlogos ul li img {
        max-width: 100%;
    }

    .about__history .ah__item .ahi__content {
        padding-left: 0px;
        min-height: 165px;
    }
    .about__history .ah__item .ahi__circle {
        width: 150px;
        height: 150px;
        padding: 15px;
    }
    .about__history .ah__item .ahi__circle .ahi__circle__inside {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .about__history .ah__item .ahi__circle .ahi__circle__inside::before,
    .about__history .ah__item .ahi__circle .ahi__circle__inside::after {
        display: none;
    }
    .about__history .ah__item .ahi__circle .ahi__circle__inside span {
        font-size: 1.5rem;
    }
    .about__history .ah__item .ahi__content p {
        padding-left: 170px;
        left: 0px;
    }

    .impex__page .ip__title img {
        max-width: 100%;
    }
    .ipfi {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .brovis__page .bp__title p {
        text-align: center;
        padding-left: 0px !important;
    }
    .fpfi {
        display: none;
    }
    .mediji .mediji__menu .mm--block .mm--block--circle {
        margin: 0px auto;
    }
    .mediji .mediji__katalozi .mf--ml {
        display: none;
    }
    .mediji .mediji__katalozi .mf--mr {
        display: none;
    }
}
@media all and (max-width: 720px) {
    .recept__popup .rp__close {
        top: -4px;
        right: -5px;
    }
    .recept__popup .rp__cont .rpc--left,
    .recept__popup .rp__cont .rpc--right {
        width: 100%;
        margin-bottom: 20px;
    }
    .part.aboutpart.first .part__content h3,
    .about__section .as__title h4,
    .politika__page .pp__title h3,
    .others__page .op__title h3 {
        font-size: 3rem;
    }
    .products .products__top h3 {
        font-size: 3rem !important;
    }
    .obrazac .obrazac__title h3 {
        font-size: 2.5rem;
    }
}
@media all and (max-width: 567px) {
    .top .top__images .str {
        width: 400px;
        top: -87px !important;
        right: -160px !important;
    }
    .top .top__images .slm {
        left: -200px !important;
        display: none;
    }
    .top .top__images .srb {
        right: -50px !important;
        bottom: 10px !important;
        width: 300px;
    }
    .top .top__content {
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
    }

    .header .header__logo .header__hamburger {
        right: 20px;
    }
    .header .header__logo .header__logo--block {
        margin-left: -40px;
    }

    .footer .footer__menu ul li {
        width: 50%;
        height: auto;
        float: left;
        margin-bottom: 5px;
    }
    .footer .footer__menu ul li:nth-child(even) {
        border-right: 0px;
    }

    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box
        .ob--bx
        .ob--bx--legend {
        width: 100%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box
        .ob--bx
        .ob--bx--input {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box
        .obtn--box--circle {
        width: 30%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box
        .obtn--box--block {
        width: 70%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.obutton__box
        .obuttons
        .obtn--box
        .obtn--box--block
        h4 {
        line-height: 28px;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box
        .ob--label
        .obl--inp {
        width: 30%;
    }
    .obrazac
        .obrazac__form
        .obrazac__form--box
        .oform__box.oprilog__box
        .oprilogs
        .oprilogs--box
        .ob--label
        .obl--cont {
        width: 70%;
    }

    .products .products__content {
        padding: 150px 20px;
    }
    .products .products__floating div.pf--lt {
        left: -400px;
    }
    .products .products__floating div.pf--rt {
        right: -500px;
    }
    .products .products__floating div.pf--rm {
        right: -170px;
        top: 60vh;
    }

    .recepti .recepti__floating .rf--rt {
        top: -370px;
    }
}
@media all and (max-width: 520px) {
    .products .products__list ul li {
        width: 50%;
    }

    .recepti .recepti__list ul li {
        width: 100%;
    }
}
@media all and (max-width: 488px) {
    .part .part__image img.part1big {
        top: 350px;
    }

    .products .products__floating div.pf--lt {
        left: -520px;
    }
    .products .products__floating div.pf--rt {
        right: -620px;
    }
}
@media all and (max-width: 430px) {
    .part .part__image img.part1big {
        top: 400px;
    }
}
@media all and (max-width: 420px) {
    .stories .stories__box {
        width: 100%;
        max-width: 100%;
    }

    .obrazac .obrazac__form .obrazac__form--box .oform__box .ob--title h4 {
        font-size: 12px;
    }
    .mediji .recepti__title .mediji__form form .mf--block button {
        margin-left: 0px;
        margin-top: 15px;
    }
}
@media all and (max-width: 396px) {
    .products .products__categories ul li img {
        height: 50px;
    }
    .products .products__categories ul li::after {
        top: 10px;
    }
}
@media all and (max-width: 370px) {
    .recept__popup .rp__cont .rpc--left .rpc--left--bottom ul li {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>