/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext");

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body {
    font-size: 90%;
    line-height: 140%
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1em;
    padding-right: 1em
}

header .container {
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em
}

header .container>a {
    display: flex;
    align-items: center;
    color: #444;
    font-size: 3em;
    text-decoration: none;
    position: relative
}

header .container>a img {
    height: 72px;
    width: auto;
    display: block
}

header .container>a span {
    font-size: .85rem;
    background: #8c8a87;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    position: absolute;
    right: -3em;
    top: -1em;
    transform: rotate(8deg)
}

header .container aside {
    margin-left: auto
}

header .container aside>div {
    background: #f5ba05;
    padding: 1em 2em
}

header .container aside>div:last-child {
    background: #444;
    color: #fff
}

header .container aside>div:last-child p {
    margin: 0;
    font-size: 1rem;
    font-weight: 300
}

header .container aside>div:last-child p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #aaa
}

header .container aside h2 {
    font-size: 1.25em;
    color: #585755;
    margin: 0;
    font-weight: 600;
    color: #fff
}

header .container aside p {
    margin: .65rem 0 0;
    font-size: 1.25em;
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    header aside {
        font-size: .85em
    }
}

@media screen and (max-width: 959px) {
    header .container {
        flex-wrap: wrap
    }

    header .container>a {
        margin: 0 auto
    }

    header .container aside {
        flex-basis: 100%;
        margin: 1em 0
    }

    header .container aside>div {
        padding: 0;
        background: none;
        color: #444;
        text-align: center
    }

    header .container aside>div h2 {
        font-weight: 600;
        color: #444;
        margin: 0
    }

    header .container aside>div p {
        font-weight: 300;
        margin: 0 0 1rem 0
    }

    header .container aside>div:last-child {
        padding: .5em 1em
    }
}

nav {
    background: #f5ba05;
    position: relative
}

nav label,
nav input {
    display: none
}

nav ul {
    margin: 0;
    padding: 0;
    display: flex
}

nav ul li {
    margin: 0 0 0 .25em;
    padding: 0;
    list-style: none
}

nav ul li:first-child {
    margin-left: 0
}

nav ul li a {
    font-size: 1.2em;
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2rem;
    border-bottom: 2px solid transparent
}

nav ul li a.active,
nav ul li a:hover {
    background: #fcd764
}

@media screen and (max-width: 959px) {
    nav ul {
        display: none
    }

    nav label {
        display: block;
        color: #000;
        padding: 1rem;
        font-size: 1.2em;
        font-weight: bold;
        cursor: pointer
    }

    nav label:hover {
        background: rgba(255, 255, 255, 0.25)
    }

    nav input:checked+ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1000;
        background: #f5ba05;
        width: 100%;
        padding: 0 1em
    }

    nav input:checked+ul li {
        margin: 0
    }

    nav input:checked+ul li a {
        display: block
    }
}

.claim {
    background: url(../images/claim.jpg) center center no-repeat;
    background-size: cover;
    position: relative
}

.claim:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2
}

.claim .container {
    padding: 6em 1em 7em 1em;
    position: relative;
    z-index: 3
}

.claim article {
    font-size: 1.2em;
    color: #000
}

.claim article>img {
    max-width: 360px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.15)
}

.claim article .heading {
    text-align: center
}

.claim article .heading h3 {
    margin: 0;
    padding: .85rem;
    font-size: .8rem;
    background: #585755;
    color: #fff;
    text-transform: uppercase
}

.claim article .heading h2 {
    margin: 0;
    padding: 2.5rem;
    font-size: 2.7rem;
    background: #8c8a87;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px
}

.claim article .content {
    background: #fff;
    padding: 1.5em;
    text-align: center
}

.claim article .content p {
    margin: 0
}

.claim article .content p:last-child {
    margin-top: 1em
}

.claim article .content p:last-child a {
    line-height: 150%;
    font-weight: 700;
    border-radius: 5px
}

.claim article a {
    color: inherit;
    display: inline-block;
    padding: 1em 2.5em;
    background: #f5ba05;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.claim article a:hover {
    background: #dca704
}

.heading {
    background: #8c8a87
}

.heading .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.heading h1 {
    margin: 0;
    font-size: 2em;
    font-weight: 600;
    color: #fff
}

.index-info .container {
    padding-top: 3em;
    padding-bottom: 3em
}

.index-info .row {
    display: flex
}

.index-info article {
    line-height: 150%;
    flex: 1
}

.index-info article h2 {
    color: #cd9c04;
    font-size: 1.4em;
    margin: 1.5em 0 1em 0
}

.index-info article .fl {
    float: left;
    margin: 1em 2em 1em 0;
    max-width: 180px
}

.index-info article .fr {
    float: right;
    margin: 1em 0 1em 2em;
    max-width: 200px
}

.index-info aside {
    flex-basis: 450px;
    flex-shrink: 0;
    margin-left: 4em;
    padding-top: 1rem
}

.index-info aside img {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1)
}

.index-info aside>h3 {
    margin: 0 0 1em 0;
    font-size: 1.5em;
    color: #444
}

.index-info aside .pl-box {
    background: #fff;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 1em;
    max-width: 260px
}

.index-info aside .pl-box a {
    text-decoration: none;
    color: #000;
    pointer-events: none
}

.index-info aside .pl-box img {
    width: auto;
    box-shadow: none
}

.index-info aside .pl-box p {
    margin: 0
}

.index-info p.btn {
    padding: 1em 0 0;
    margin: 0
}

.index-info p.btn a {
    background: #f5ba05;
    color: #fff;
    padding: .75em 1.5em;
    text-decoration: none;
    border-radius: 4px
}

.index-info p.btn a:hover {
    background: #dca704
}

@media screen and (max-width: 1023px) {
    .index-info .row {
        flex-wrap: wrap
    }

    .index-info aside {
        flex-basis: 100%;
        margin: 1em 0
    }

    .index-info aside img {
        padding: 0
    }
}

.index-products .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.index-products .container>h2 {
    font-size: 1.9em;
    font-weight: 400;
    margin: 0 0 1em 0
}

.index-products .row {
    display: flex;
    gap: 16px;
    justify-content: start;
}

.index-products .row>a {
    pointer-events: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    flex-basis: calc(33.33% - 3em)
}

.index-products .row>a h3 {
    font-size: 1.15em;
    text-align: center;
    margin: 0 0 3em 0
}

.index-products .row>a p.pic {
    margin: 1.5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px
}

.index-products .row>a p.pic img {
    display: block;
    width: 80%;
    height: auto
}

.index-products .row>a p.desc {
    margin-top: auto
}

.index-products .row>a p.prutok {
    font-style: italic;
    margin: 0
}

.index-products .row>a p.link {
    padding-top: 1em
}

.index-products .row>a p.link span {
    display: inline-block;
    background: #f5ba05;
    color: #fff;
    padding: .75em 1.5em;
    border-radius: 4px
}

.index-products .row>a:hover {
    border: 1px solid #999
}

.index-products .row>a:hover p.link span {
    background: #dca704
}

@media screen and (max-width: 849px) {
    .index-products .row {
        max-width: 320px;
        margin: 0 auto;
        flex-wrap: wrap
    }

    .index-products .row>a {
        flex-basis: 100%;
        margin: 1em 0
    }
}

footer {
    background: #eee;
    color: #444
}

footer .container {
    padding-top: 1em;
    padding-bottom: 1em
}

footer a {
    color: inherit
}

footer .row {
    display: flex
}

footer .row .col-1 {
    display: flex
}

footer .row .col-1 p {
    margin-right: 4em
}

footer .row .col-1 p span {
    display: inline-block;
    width: 4em
}

@media screen and (max-width: 639px) {
    footer .row {
        flex-wrap: wrap
    }

    footer .row .col-1 {
        flex-wrap: wrap
    }

    footer .row .col-1 p {
        flex-basis: 100%;
        margin: 0 0 1em 0
    }
}

.index-info article .file {
    display: flex;
    text-decoration: none;
    margin: 0 0 2em 0;
    background: #f4f4f4;
    border-left: 6px solid #8c8a87;
    align-items: center;
    padding: 1em 2em;
    color: #222
}

.index-info article .file>div {
    flex-basis: calc(100% - 10em);
    flex: 1
}

.index-info article .file h2 {
    margin: 0 0 1rem 0;
    font-size: 1.6em
}

.index-info article .file p {
    margin: 0
}

.index-info article .file aside {
    flex-basis: 10em;
    text-align: right;
    margin-left: auto;
    padding-top: 0
}

.index-info article .file aside span {
    display: inline-block;
    border: 1px solid #aaa;
    padding: 1em 2em;
    font-weight: bold;
    background: #fff;
    border-radius: 5px
}

.index-info article .file:hover aside span {
    background: #8c8a87;
    color: #fff
}

.contacts a {
    color: #cd9c04
}

.contacts .map {
    margin: 2em 0
}