<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Gotham Pro Light';
    src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
}

@font-face {
    font-family: 'Gotham Pro Regular';
    src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
}

@font-face {
    font-family: 'My icons';
    src: url("../fonts/myIcons/my-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/myIcons/my-icons.woff") format("woff"), url("../fonts/myIcons/my-icons.ttf") format("truetype"), url("../fonts/myIcons/my-icons.ttf") format("truetype");
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, a, blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: 'Gotham Pro Light', sans-serif;
    font-size: 13px;
    color: #000;
    overflow-x: hidden;
}

h1 {
    font-size: 2.3em;
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #2f3135;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
}

h3 {
    font-size: 1.7em;
    line-height: 24px;
    font-weight: normal;
}

h4, .title-h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
    line-height: 1.4em;
}

ol, ul {
    list-style: none;
}

blockquote {
    padding: 20px;
}

html, body {
    background: #fff;
    height: 100%;
    width: 100%;
    min-width: 300px;
}

a {
    color: #d21829;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        outline: none;
        color: #ceb260;
    }

iframe {
    border: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: button;
    overflow: visible;
    background-color: transparent;
    border: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    border: 1px solid #999999;
    background-color: #fff;
    font-size: 14px;
    color: #2f3135;
}

    input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus {
        border-color: #000;
    }

select, input[type="text"], input[type="password"], input[type="email"] {
    height: 34px;
}

    input[type="submit"]:focus, input[type="reset"]:focus, input[type="email"]:focus, input[type="button"]:focus, button:focus {
        outline: none;
    }

input[type="text"], input[type="password"], input[type="email"], textarea {
    width: 100%;
    padding: 0 10px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    opacity: 0;
}

::-webkit-input-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

a img {
    border: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

label, input[type="button"], input[type="submit"], input[type="reset"], button {
    padding: 0;
    cursor: pointer;
}

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

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    outline: none;
}

[class*="icon_"], .vertical-slides:after, .vertical-slides:before {
    background: url("../images/sprite.png");
    display: inline-block;
    font-size: 0;
    line-height: 0;
    position: relative;
    width: 0;
    height: 0;
}

.visible {
    overflow: visible;
}

.d_b {
    display: block !important;
}

.d_i {
    display: inline !important;
}

.d_n {
    display: none !important;
}

.v_h {
    visibility: hidden;
}

.d_n_ {
    display: none;
}

.d_i-b {
    display: inline-block !important;
}

.d_i-b_ {
    display: inline-block;
}

.f_l {
    float: left !important;
}

.f_r {
    float: right !important;
}

.c_b {
    clear: both !important;
}

.o_h {
    overflow: hidden !important;
}

.t-o-e {
    overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-a_c {
    text-align: center !important;
}

.t-a_r {
    text-align: right !important;
}

.t-a_l {
    text-align: left !important;
}

.t-d_n {
    text-decoration: none !important;
}

.t-d_u {
    text-decoration: underline !important;
}

.b_n {
    background: none !important;
}

.p_r {
    position: relative !important;
}

.z-i_2 {
    position: relative;
    z-index: 2;
}

.f-s_0, .f-s_0 .f-s_0 {
    font-size: 0;
}

.f-s_13 {
    font-size: 13px !important;
}

.f-s_12 {
    font-size: 12px !important;
}

.f-s_11 {
    font-size: 11px !important;
}

.v-a_b {
    vertical-align: bottom !important;
}

.v-a_bl {
    vertical-align: baseline !important;
}

.v-a_t {
    vertical-align: top !important;
}

.v-a_m {
    vertical-align: middle !important;
}

.m-b_15 {
    margin-bottom: 15px !important;
}

.m-b_20 {
    margin-bottom: 20px !important;
}

.clearfix:after, article:after, .nav:after, .container:after, .horizontal-form label:after, .frame-inside:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.helper {
    vertical-align: middle;
    width: 0;
    height: 100%;
    padding: 0 !important;
    border: 0 !important;
    display: inline-block;
}

    .helper + * {
        vertical-align: middle;
        display: inline-block;
        word-break: break-word;
        word-wrap: break-word;
    }

.t-a_j {
    text-align: justify !important;
    font-size: 1px;
    max-width: 1340px !important;
}

    .t-a_j &gt; * {
        display: inline-block;
        vertical-align: middle;
        float: none !important;
        text-align: left;
    }

    .t-a_j:after, .t-a_j .ie {
        content: "1";
        margin-left: 100%;
        height: 1px;
        visibility: hidden;
        display: inline-block;
        width: 100%;
    }

button[disabled="disabled"], input[type="submit"][disabled="disabled"], input[type="reset"][disabled="disabled"], input[type="button"][disabled="disabled"], .disabled, .disabled &gt; * {
    color: #c2c2c2;
    cursor: default;
}

.container {
    margin: 0 auto;
    clear: both;
    max-width: 1200px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
}

.container-small {
    max-width: 604px;
    margin: 0 auto;
    clear: both;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 767px) {
    .container-small {
        padding: 0 10px;
    }
}

.content {
    position: relative;
    z-index: 1;
    min-height: 100%;
}

.main-body {
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

    .main-body section {
        position: relative;
    }

.photo-block {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto 5px auto;
}

    .photo-block img {
        max-height: 100%;
    }


.content .news-page .inner-block .other-news .jscroll-inner {
    display: flex;
    flex-wrap: wrap;
}

section:not(.home) h1 {
    text-align: center;
    margin-bottom: 55px;
}

section h1 a {
    color: #000;
}

.help-desc {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.button {
    display: inline-block;
    font-size: 0;
}

.button-big {
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
}

    .button-big .text-el {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
    }

.button-red {
    background-color: #d21829;
}

    .button-red[disabled="disabled"] {
        background: #cecece !important;
    }

    .button-red:hover, .button-red:active {
        background-color: #ceb260;
    }

#jpreOverlay {
    background-color: #000000;
}

#jpreSlide {
    font-size: 22px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    width: 50%;
    height: 30%;
}

#jpreLoader {
    width: 300px;
    height: 20px;
    border: 1px inset #888;
    border-radius: 25px;
}

#bg-preloader.remove {
    display: none;
}

#jpreBar {
    background-color: #fff;
    border-radius: 25px;
}

#jprePercentage {
    font-family: "Gotham Pro Bold";
    color: #867676;
    font-weight: bold;
    text-align: center;
    top: -18px;
    line-height: 19px;
}

#bg-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    z-index: 999999;
}

.loader {
    width: 120px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -70px;
}

@-moz-document url-prefix() {
    #loader {
        opacity: 0;
    }
}

.loader svg .loeffel {
    -webkit-animation: loeffel 2s infinite;
    -moz-animation: loeffel 2s infinite;
    -o-animation: loeffel 2s infinite;
}

.loader svg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.Firefox .loader, .ie10 .loader, .ie9 .loader {
    display: none !important;
}

.is_fading_in .loader, .loader.is_loading {
    display: block;
    opacity: 1;
    pointer-events: all;
}

.Firefox .is_fading_in .loader, .Firefox .loader.is_loading {
    display: none;
}

.loader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    width: 120px;
    height: 100px;
}

    .loader svg .gabel, .loader svg .loeffel {
        fill: #fff;
    }

svg:not(:root) {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    overflow: hidden;
}

.scroll-down {
    text-align: center;
    width: 100px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -50px;
    z-index: 999;
}

.scroll-title {
    font-family: 'Gotham Pro Regular';
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.scroll-svg-path {
    fill: #fff;
}

.target-link {
    display: inline-block;
}

.nowidth .jq-selectbox__select-text, .nowidth .jq-selectbox, .nowidth .jq-selectbox .jq-selectbox__dropdown {
    width: auto !important;
}

.jq-selectbox {
    width: 70px;
    vertical-align: middle;
    cursor: pointer;
}

.social .jq-selectbox {
    width: 20px;
}

.jq-selectbox:hover .jq-selectbox__select-text:before {
    color: #ceb260;
}

.jq-selectbox__select {
    text-align: left;
}

.jq-selectbox__select-text {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.setting-select .jq-selectbox__select-text {
    font-size: 0;
    line-height: inherit;
}

.jq-selectbox__select-text:hover {
    color: #ceb260;
}

.style-select .jq-selectbox__select-text:before {
    content: '\e902';
    position: relative;
    left: 1px;
    top: 4px;
    font-family: 'My icons';
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

.setting-select .jq-selectbox__select-text:before {
    content: '\e901';
    position: relative;
    left: 0;
    top: 0;
    font-family: 'My icons';
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

.jq-selectbox ul li.sel {
    color: #cecece;
    cursor: default;
}

    .jq-selectbox ul li.sel:hover {
        background-color: #fff;
        color: #cecece;
    }

.jq-selectbox__trigger {
    position: relative;
    display: none;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #CCC;
    background: #fff;
    min-width: 120px;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 35px;
    top: 50px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .jq-selectbox__dropdown li {
        border-bottom: 1px solid #cccccc;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

        .jq-selectbox__dropdown li:last-child {
            border-bottom: 0;
        }

.setting-select .jq-selectbox__dropdown {
    min-width: 155px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

    .jq-selectbox ul li {
        min-height: 18px;
        text-align: left;
        padding: 5px 5px 6px 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        color: #000;
    }

        .jq-selectbox ul li:hover {
            background-color: #ceb260;
            color: #fff;
        }

.home .sl-slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}

.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    font-family: 'My icons';
}

@-webkit-keyframes moveLeft {
    0% {
        left: -100px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes moveLeft {
    0% {
        left: -100px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes moveUp {
    0% {
        margin-top: 100%;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
        margin-top: 100%;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes rotateBludoB1 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -702px;
        bottom: -1011px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        right: -200px;
        bottom: -575px;
    }
}

@keyframes rotateBludoB1 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -702px;
        bottom: -1011px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        right: -200px;
        bottom: -575px;
    }
}

@-webkit-keyframes rotateBludoB2 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -610px;
        bottom: -700px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        right: -204px;
        bottom: -280px;
    }
}

@keyframes rotateBludoB2 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -610px;
        bottom: -700px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        right: -204px;
        bottom: -280px;
    }
}

@-webkit-keyframes rotateBludoB3 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -500px;
        bottom: -560px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        right: 50px;
        bottom: -350px;
    }
}

@keyframes rotateBludoB3 {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -500px;
        bottom: -560px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        right: 50px;
        bottom: -350px;
    }
}

.home h1 {
    position: relative;
    left: -110px;
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home h3 {
    position: relative;
    left: -100px;
    opacity: 0;
    font-weight: 300;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .home h1.moveLeft, .home h3.moveLeft {
        -webkit-animation-name: moveLeft;
        animation-name: moveLeft;
    }

.my-icon {
    font-family: 'My icons';
    position: relative;
}

.icon-search-ico {
    font-size: 20px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

    .icon-search-ico:before {
        content: "\e903";
    }

.icon-facebook {
    color: #fff;
    font-size: 20px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

    .icon-facebook:hover {
        color: #ceb260;
    }

header.opaque .icon-facebook, header.opaque .icon-settings, header.opaque .icon-youtube, header.opaque .icon-language {
    color: #000;
}

    header.opaque .icon-youtube:hover {
        color: #ceb260;
    }

    header.opaque .icon-settings:hover {
        color: #ceb260;
    }

    header.opaque .icon-facebook:hover {
        color: #ceb260;
    }

.icon-facebook:before {
    content: "\e904";
}

.icon-settings {
    color: #fff;
    font-size: 20px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

    .icon-settings:hover {
        color: #ceb260;
    }

    .icon-settings:before {
        content: "\e901";
    }

.icon-youtube {
    color: #fff;
    font-size: 20px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

    .icon-youtube:hover {
        color: #ceb260;
    }

    .icon-youtube:before {
        content: "\e900";
    }

.icon-language {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

    .icon-language:before {
        content: "\e902";
    }

.icon-link {
    position: relative;
    top: 0;
    right: 0;
    color: #CEB260;
    font-size: 10px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

    .icon-link:before {
        content: "\e905";
    }

.icon-star-empty {
    font-size: 19px;
    color: #888888;
}

    .icon-star-empty:before {
        content: '\e911';
    }

.icon-star-full {
    color: #ceb260;
    font-size: 19px;
}

    .icon-star-full:before {
        content: '\e911';
    }

.icon-clock {
    font-size: 30px;
    color: #999999;
    margin-right: 15px;
    top: 4px;
}

    .icon-clock:before {
        content: '\e910';
    }

.icon-coffe {
    font-size: 30px;
    color: #999999;
    margin-right: 15px;
    top: 2px;
}

    .icon-coffe:before {
        content: '\e90f';
    }

.f-icon-vk {
    font-size: 14px;
}

    .f-icon-vk:before {
        content: "\e90b";
        top: 11px;
        position: relative;
    }

.f-icon-fb {
    font-size: 22px;
}

    .f-icon-fb:before {
        content: '\e90a';
        top: 7px;
        position: relative;
    }

.f-icon-tw {
    font-size: 19px;
}

    .f-icon-tw:before {
        content: '\e909';
        top: 9px;
        position: relative;
    }

.f-icon-odn {
    font-size: 23px;
}

    .f-icon-odn:before {
        content: '\e908';
        top: 5px;
        position: relative;
    }

.f-icon-youtube {
    font-size: 25px;
}

    .f-icon-youtube:before {
        top: 5px;
        position: relative;
    }

.f-icon-inst {
    font-size: 23px;
}

    .f-icon-inst:before {
        content: '\e907';
        top: 6px;
        position: relative;
    }

.f-icon-pint {
    font-size: 22px;
}

    .f-icon-pint:before {
        content: '\e906';
        top: 6px;
        position: relative;
    }

.f-icon-mail-c {
    font-size: 15px;
}

    .f-icon-mail-c:before {
        content: '\e90e';
        top: 10px;
        position: relative;
    }

@-webkit-keyframes anchor {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    15% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        left: -2px;
    }

    30% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        left: -3px;
    }

    45% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0px;
    }

    60% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        left: 2px;
    }

    75% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
        left: 3px;
    }

    90% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
        left: 1px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0px;
    }
}

@keyframes anchor {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    15% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        left: -2px;
    }

    30% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        left: -3px;
    }

    45% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0px;
    }

    60% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        left: 2px;
    }

    75% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
        left: 3px;
    }

    90% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
        left: 1px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0px;
    }
}

#desktop-anchor svg.svg-anchor:hover {
    -webkit-animation-name: anchor;
    animation-name: anchor;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#desktop-anchor {
    cursor: pointer;
    display: none;
    float: right;
    margin-top: 1px;
    margin-right: 0;
}

.opaque #desktop-anchor {
    display: block;
}

#desktop-anchor svg.svg-anchor {
    position: relative;
    width: 20px;
}

    #desktop-anchor svg.svg-anchor path {
        fill: #fff;
    }

.opaque #desktop-anchor svg.svg-anchor path {
    fill: #000;
}

.under-nav-scrolled.social {
    display: none;
    top: -46px;
}

.under-nav-scrolled .horizontal-nav {
    display: block;
    min-width: 0;
}

.is-touch header.opaque.in-menu #touch-anchor svg.svg-anchor path {
    fill: #fff;
}

.is-touch #touch-anchor.open svg.svg-anchor {
    -webkit-animation-name: anchor;
    animation-name: anchor;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.is-touch #touch-anchor {
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
}

    .is-touch #touch-anchor svg.svg-anchor {
        position: relative;
        width: 24px;
    }

        .is-touch #touch-anchor svg.svg-anchor path {
            fill: #fff;
        }

.is-touch .opaque #touch-anchor svg.svg-anchor path {
    fill: #000;
}

.is-touch .under-nav-scrolled {
    display: none;
    margin-top: 5px;
}

    .is-touch .under-nav-scrolled .horizontal-nav {
        display: block;
        min-width: 0;
    }

.is-touch header.opaque .jq-selectbox__select-text {
    color: #000;
}

.is-touch header.opaque .burger-bun-top, .is-touch header.opaque .burger-bun-bot, .is-touch header.opaque .burger-filling {
    background: #000;
}

.is-touch header.opaque.in-menu .burger-bun-top, .is-touch header.opaque.in-menu .burger-bun-bot, .is-touch header.opaque.in-menu .burger-filling {
    position: absolute;
    display: block;
    height: 3px;
    width: 26px;
    border-radius: 2px;
    background: #fff;
}

.is-touch #hamburger {
    display: none;
    float: right;
    vertical-align: middle;
    margin-top: 11px;
    z-index: 1;
}

.is-touch .hamburglar {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    display: inline-block;
    width: 26px;
    height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.is-touch .path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    -webkit-mask: url(#mask);
    mask: url(#mask);
    -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}

.is-touch .animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.is-touch .path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

    .is-touch .path-rotation:before {
        content: '';
        display: block;
        width: 30px;
        height: 34px;
        margin: 0 4px 0 0;
    }

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.is-touch .hamburglar.open .path {
    -webkit-animation: dash-in .6s linear normal;
    animation: dash-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .hamburglar.open .animate-path {
    -webkit-animation: rotate-in .6s linear normal;
    animation: rotate-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .hamburglar .path {
    -webkit-animation: dash-out .6s linear normal;
    animation: dash-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .hamburglar .animate-path {
    -webkit-animation: rotate-out .6s linear normal;
    animation: rotate-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .burger-ring .path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }

    40% {
        stroke-dashoffset: 240;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }

    40% {
        stroke-dashoffset: 240;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }

    40% {
        stroke-dashoffset: 240;
    }

    100% {
        stroke-dashoffset: 240;
    }
}

@keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }

    40% {
        stroke-dashoffset: 240;
    }

    100% {
        stroke-dashoffset: 240;
    }
}

.is-touch .burger-icon {
    position: absolute;
    height: 30px;
    width: 26px;
}

.is-touch .burger-container {
    z-index: 100;
    position: relative;
    height: 25px;
    width: 30px;
}

.is-touch .hamburglar.open .burger-container {
    height: 30px;
}

.is-touch .burger-bun-top, .is-touch .burger-bun-bot, .is-touch .burger-filling {
    position: absolute;
    display: block;
    height: 3px;
    width: 26px;
    border-radius: 2px;
    background: #fff;
}

.is-touch .burger-filling {
    width: 20px;
}

.is-touch .burger-bun-top {
    top: 4px;
    -webkit-transform-origin: 30px 2px;
    transform-origin: 30px 2px;
}

.is-touch .is-closed .burger-bun-bot {
    bottom: 7px;
}

.is-touch .burger-bun-bot {
    bottom: 2px;
    -webkit-transform-origin: 30px 2px;
    transform-origin: 30px 2px;
}

.is-touch .burger-filling {
    top: 12px;
}

.is-touch .hamburglar.open .burger-bun-top {
    -webkit-animation: bun-top-out .6s linear normal;
    animation: bun-top-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .hamburglar.open .burger-bun-bot {
    -webkit-animation: bun-bot-out .6s linear normal;
    animation: bun-bot-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .hamburglar .burger-bun-top {
    -webkit-animation: bun-top-in .6s linear normal;
    animation: bun-top-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .hamburglar .burger-bun-bot {
    -webkit-animation: bun-bot-in .6s linear normal;
    animation: bun-bot-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.is-touch .hamburglar.open .burger-filling {
    -webkit-animation: burger-fill-out .6s linear normal;
    animation: burger-fill-out .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.is-touch .hamburglar .burger-filling {
    -webkit-animation: burger-fill-in .6s linear normal;
    animation: burger-fill-in .6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
    0% {
        width: 0;
        left: 26px;
    }

    40% {
        width: 0;
        left: 30px;
    }

    80% {
        width: 26px;
        left: -6px;
    }

    100% {
        width: 26px;
        left: 0px;
    }
}

@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 26px;
    }

    40% {
        width: 0;
        left: 30px;
    }

    80% {
        width: 26px;
        left: -6px;
    }

    100% {
        width: 26px;
        left: 0px;
    }
}

@-webkit-keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }

    20% {
        width: 42px;
        left: -6px;
    }

    40% {
        width: 0;
        left: 40px;
    }

    100% {
        width: 0;
        left: 36px;
    }
}

@keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }

    20% {
        width: 42px;
        left: -6px;
    }

    40% {
        width: 0;
        left: 40px;
    }

    100% {
        width: 0;
        left: 36px;
    }
}

.tablet .is-touch .top-nav .menu-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-nav ul {
    margin: 0 0 25px;
    padding: 0;
}

    .mobile-nav ul li {
        list-style: none;
    }

header {
    background: rgba(0, 0, 0, 0.7);
    height: 72px;
    z-index: 1001;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: padding 0s ease;
    transition: padding 0s ease;
}

    header, header.opaque.in-menu {
        background: rgba(0, 0, 0, 0.7);
        height: 72px;
        width: 100%;
        position: fixed;
        z-index: 1001;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: padding 0s ease;
        transition: padding 0s ease;
    }

        header.opaque {
            height: auto;
            background: #fff;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            header.opaque .jq-selectbox__select-text {
                color: #000;
            }

            header.opaque.in-menu .logo-top_menu {
                padding: 10px 0;
            }

            header.opaque.in-menu .logo-svg {
                fill: #fff;
            }

.logo-top_menu {
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .logo-top_menu .logo {
        width: 130px;
        height: 52px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

        .logo-top_menu .logo.logo-ru {
            background-image: url(../images/logo/rus-white.svg);
        }

            .logo-top_menu .logo.logo-ru:hover {
                background-image: url(../images/logo/rus-gold.svg);
            }

        .logo-top_menu .logo.logo-en {
            background-image: url(../images/logo/eng-white.svg);
        }

            .logo-top_menu .logo.logo-en:hover {
                background-image: url(../images/logo/eng-gold.svg);
            }

        .logo-top_menu .logo.logo-ua {
            background-image: url(../images/logo/ukr-white.svg);
        }

            .logo-top_menu .logo.logo-ua:hover {
                background-image: url(../images/logo/ukr-gold.svg);
            }

.search-share-lang {
    max-width: 440px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

#hamburger {
    display: none;
}

.top-nav {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

    .top-nav li {
        float: left;
        position: relative;
        margin-right: 25px;
        margin-bottom: 6px;
    }

@media (max-width: 1230px) {
    .top-nav li {
        margin-right: 15px;
    }
}

.top-nav li .icon-link {
    top: -6px;
    right: -6px;
}

.top-nav li .frame-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1230px) {
    .top-nav li .frame-title {
        font-size: 11px;
    }
}

.top-nav li .frame-title:hover {
    color: #ceb260;
}

.top-nav li:last-child {
    margin-right: 0;
}

header.opaque .style-select .jq-selectbox__select-text:before {
    color: #000;
}

header.opaque .setting-select .jq-selectbox__select-text:before {
    color: #000;
}

header.opaque .jq-selectbox__select-text:hover {
    color: #ceb260;
}

header.opaque .top-nav .frame-title {
    color: #000;
}

    header.opaque .top-nav .frame-title:hover {
        color: #ceb260;
    }

header .logo-svg {
    -webkit-transition: fill .5s ease;
    transition: fill .5s ease;
    fill: #fff;
}

    header .logo-svg:hover {
        fill: #ceb260;
    }

header .lang-switcher {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

    header .lang-switcher:hover .icon-language {
        color: #ceb260;
    }

header .icon-language {
    vertical-align: middle;
}

header.opaque .logo-svg {
    fill: #000;
}

    header.opaque .logo-svg:hover {
        fill: #ceb260;
    }

header.opaque #wrap button[type="submit"] {
    color: #000;
}

#search_submit {
    width: 21px;
    height: 20px;
}

#wrap {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
    position: relative;
    /*margin-right: 19px;*/
}

    #wrap form {
        position: relative;
    }

    #wrap input[type="text"] {
        height: 30px;
        font-size: 13px;
        display: inline-block;
        border: none;
        outline: none;
        color: #fff;
        padding: 3px;
        padding-right: 30px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        z-index: 3;
        -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
        transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
        cursor: pointer;
    }

        #wrap input[type="text"]:focus {
            width: 210px;
            z-index: 1;
            border-bottom: 1px solid #fff;
            cursor: text;
        }

            #wrap input[type="text"]:focus:hover {
                border-bottom: 1px solid #BBB;
            }

    #wrap button[type="submit"] {
        display: inline-block;
        color: #fff;
        float: right;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    #wrap input[type="text"]:hover + button[type="submit"] {
        color: #ceb260;
    }

    #wrap button[type="submit"]:hover {
        color: #ceb260;
    }

@media (max-width: 1280px) {
    #wrap {
        margin-right: 0;
        width: 10px;
    }
}

.main input[type="text"]:focus {
    width: 210px;
}

header.opaque #wrap input[type="text"] {
    color: #000;
}

    header.opaque #wrap input[type="text"]:focus {
        border-bottom: 1px solid #000;
    }

.social {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}

    .social &gt; li {
        float: left;
        margin-left: 10px;
    }

        .social &gt; li:first-child {
            margin-left: 0;
        }

.icon_share {
    background: #fff;
    width: 20px;
    height: 20px;
}

.home {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .home {
        height: auto;
    }
}

.home.home-simple-slider {
    height: auto;
}

    .home.home-simple-slider .simple-slider {
        height: 680px;
    }

        .home.home-simple-slider .simple-slider .slides {
            display: block;
            height: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

@media (max-width: 480px) {
    .home.home-simple-slider .simple-slider .slides {
        background-position: -380px;
    }
}

.home .title-header {
    position: absolute;
    bottom: 72.7%;
    left: 24%;
}

.home .sl-slide.bg-1 .prypravka {
    position: absolute;
    width: 493px;
    height: 695px;
    bottom: -1%;
    left: 19.3%;
    z-index: 1;
}

    .home .sl-slide.bg-1 .prypravka.minHonFullHD {
        height: 577px;
        width: 409px;
        bottom: 3%;
    }

.home .sl-slide.bg-1 .prypravka-item {
    display: block;
    position: absolute;
    width: 493px;
    height: 695px;
}

.home .sl-slide.bg-1 .minHonFullHD .prypravka-item {
    height: 577px;
    width: 409px;
}

.home .sl-slide.bg-1 .prypravka-item.count-2:first-child + .prypravka-item.count-2 {
    margin-left: 133px;
    top: 60px;
}

.home .sl-slide.bg-1 .prypravka-item.count-3:first-child + .prypravka-item.count-3 {
    margin-left: 120px;
    top: 35px;
}

    .home .sl-slide.bg-1 .prypravka-item.count-3:first-child + .prypravka-item.count-3 + .prypravka-item.count-3 {
        margin-left: 242px;
        margin-top: 69px;
    }

.home .sl-slide.bg-2 .prypravka {
    position: absolute;
    width: 458px;
    height: 622px;
    bottom: 4%;
    left: 19.3%;
    z-index: 1;
}

    .home .sl-slide.bg-2 .prypravka.minHonFullHD {
        width: 380px;
        height: 532px;
        bottom: 7%;
    }

.home .sl-slide.bg-2 .prypravka-item {
    display: block;
    position: absolute;
    width: 458px;
    height: 622px;
}

.home .sl-slide.bg-2 .minHonFullHD .prypravka-item {
    width: 380px;
    height: 532px;
}

.home .sl-slide.bg-2 .prypravka-item.count-2:first-child + .prypravka-item.count-2 {
    margin-left: 115px;
    top: 86px;
}

.home .sl-slide.bg-3 .prypravka {
    position: absolute;
    width: 493px;
    height: 695px;
    bottom: -2%;
    left: 20%;
    z-index: 1;
}

    .home .sl-slide.bg-3 .prypravka.minHonFullHD {
        height: 577px;
        width: 409px;
        bottom: 3%;
    }

.home .sl-slide.bg-3 .prypravka-item {
    display: block;
    position: absolute;
    width: 370px;
    height: 526px;
}

.home .sl-slide.bg-3 .minHonFullHD .prypravka-item {
    height: 577px;
    width: 409px;
}

.home .sl-slide.bg-3 .prypravka-item.count-2:first-child + .prypravka-item.count-2 {
    margin-left: 212px;
    top: 55px;
}

.home .bg-3 .title-header {
    bottom: 74.7%;
    left: 23%;
}

#iview {
    display: block;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
}

    #iview .iviewSlider {
        background-size: cover;
        background-position: center;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        #iview .iviewSlider &gt; div {
            display: block;
        }

    #iview div.iview-directionNav a.iview-nextNav {
        right: -27px;
        background-position: 27px 0px;
    }

    #iview div.iview-directionNav a.iview-prevNav {
        left: -27px;
        background-position: 0px 0px;
    }

    #iview.iview-hover div.iview-directionNav a.iview-nextNav {
        right: 20px;
    }

    #iview.iview-hover div.iview-directionNav a.iview-prevNav {
        left: 20px;
    }

.iview-caption {
    background: url("../../img/caption-bg.png");
    color: #FFF;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: Verdana;
    font-size: 12px;
    text-shadow: #000 1px 1px 0px;
}

    .iview-caption.caption1 {
        text-shadow: none;
    }

    .iview-caption.caption2 {
        background: #FFF;
        color: #000;
        text-shadow: none;
    }

    .iview-caption.caption3 {
        background: #c4302b;
        box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
        text-shadow: none;
    }

#iview-timer div {
    border-radius: 10px;
}

.iviewSlider {
    overflow: hidden;
}

#iview-timer {
    position: absolute;
    z-index: 100;
    border-radius: 5px;
    cursor: pointer;
}

    #iview-timer div {
        border-radius: 3px;
    }

#iview-preloader {
    background-color: #1a1a1a;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.iview-strip {
    display: block;
    position: absolute;
    z-index: 5;
}

.iview-block {
    display: block;
    position: absolute;
    z-index: 5;
}

.iview-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.iview-prevNav {
    left: 0px;
}

.iview-nextNav {
    right: 0px;
}

.iview-controlNav {
    position: absolute;
    z-index: 9;
}

    .iview-controlNav a {
        z-index: 9;
        cursor: pointer;
    }

        .iview-controlNav a.active {
            font-weight: bold;
        }

    .iview-controlNav .iview-items ul {
        list-style: none;
    }

        .iview-controlNav .iview-items ul li {
            display: inline;
            position: relative;
        }

    .iview-controlNav .iview-tooltip {
        position: absolute;
    }

.iview-caption {
    position: absolute;
    z-index: 4;
    overflow: hidden;
    cursor: default;
}

.iview-video-show {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 101;
}

    .iview-video-show .iview-video-container {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .iview-video-show .iview-video-container a.iview-video-close {
            position: absolute;
            right: 10px;
            top: 10px;
            background: #222;
            color: #FFF;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 29px;
            font-size: 22px;
            font-weight: bold;
            overflow: hidden;
            border-radius: 15px;
        }

            .iview-video-show .iview-video-container a.iview-video-close:hover {
                background: #444;
            }

.prypravka-item {
    position: absolute;
    -webkit-animation-name: moveUp;
    animation-name: moveUp;
}

    .prypravka-item:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.item-mashrooms {
    background-image: url("../images/top_slide1/prypravka_mashrooms.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100%;
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.item-meet {
    background-image: url("../images/top_slide1/prypravka_meet.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100%;
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.item-green {
    background-image: url("../images/top_slide2/prypravka_green.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 140%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.item-pepper_b {
    background-image: url("../images/top_slide2/prypravka_pepper_b.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 130%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.item-shef {
    background-image: url("../images/top_slide3/master01.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100%;
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.item-shef2 {
    background-image: url("../images/top_slide3/master02.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100%;
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home .sl-slide.bg-1 .bludo {
    position: absolute;
    bottom: -1011px;
    right: -702px;
    width: 1069px;
    height: 1087px;
    background-image: url("../images/top_slide1/bludo_meet.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home .sl-slide.bg-1 .bludo-animate {
    -webkit-animation-name: rotateBludoB1;
    animation-name: rotateBludoB1;
}

.home .sl-slide.bg-1 .prypravka.minHonFullHD + .bludo {
    width: 887px;
    height: 902px;
    margin-bottom: 90px;
}

.home .sl-slide.bg-2 .bludo {
    position: absolute;
    bottom: -700px;
    right: -610px;
    width: 935px;
    height: 977px;
    background-image: url("../images/top_slide2/bludo_sup.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home .sl-slide.bg-2 .bludo-animate {
    -webkit-animation-name: rotateBludoB2;
    animation-name: rotateBludoB2;
}

.home .sl-slide.bg-2 .prypravka.minHonFullHD + .bludo {
    margin-bottom: 50px;
    width: 602px;
    height: 645px;
}

.home .sl-slide.bg-3 .bludo {
    position: absolute;
    bottom: -1300px;
    right: -1300px;
    width: 910px;
    height: 941px;
    background-image: url("../images/top_slide3/bludo03.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: easy-out;
    animation-timing-function: easy-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home .sl-slide.bg-3 .bludo-animate {
    -webkit-animation-name: rotateBludoB3;
    animation-name: rotateBludoB3;
}

.home .sl-slide.bg-3 .prypravka.minHonFullHD + .bludo {
    margin-bottom: 50px;
    width: 496px;
    height: 353px;
}

.home h1, .home h3 {
    color: #fff;
}

.home h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.home .sl-slide .sl-slide-inner, .home .sl-slide .sl-slide-inner {
    background-repeat: no-repeat;
}

.sl-slide.bg-1 .bludo {
    background-image: url("../images/top_slide1/bludo1.png");
}

.horiz-vert-slider {
    background-color: #fff;
    position: relative;
    padding-bottom: 50px;
    padding-top: 95px;
    overflow: hidden;
}

    .horiz-vert-slider h1, .news h1 {
        position: relative;
    }

        .horiz-vert-slider h1 .text-el, .news h1 .text-el {
            position: relative;
        }

.double-slider {
    position: relative;
}

.horiz-vert-slider h1 .icon-link, .news h1 .icon-link {
    top: -23px;
    right: -1px;
}

.img-desc {
    color: #000;
    width: 506px;
    float: left;
    position: relative;
}

    .img-desc .img-b {
        display: block;
        float: left;
        width: 506px;
        text-align: center;
    }

.v-line-w {
    position: relative;
    float: right;
    top: 0;
}

    .v-line-w .v-line-t {
        background-color: #c2c2c2;
        content: '';
        width: 1px;
        position: absolute;
        right: 0;
        top: 30px;
        height: 105px;
    }

    .v-line-w .v-line-b {
        background-color: #c2c2c2;
        content: '';
        width: 1px;
        position: absolute;
        right: 0;
        top: 135px;
        height: 105px;
    }

.desc-b {
    margin-left: 550px;
    margin-right: 205px;
    padding-right: 40px;
    position: relative;
}

    .desc-b .desc-title {
        display: inline-block;
        text-transform: uppercase;
        font-family: 'Gotham Pro Bold';
        font-size: 16px;
        margin-bottom: 5px;
    }

    .desc-b .description {
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px;
    }

        .desc-b .description p {
            line-height: 22px;
            margin-bottom: 0;
        }

        .desc-b .description * {
            font-family: "Gotham Pro Regular";
        }

.vertical-slides {
    float: right;
    text-align: center;
    width: 205px;
    height: 270px;
    position: relative;
    overflow: hidden;
}

    .vertical-slides:before, .vertical-slides:after {
        background-position: 0 0;
        content: '';
        width: 260px;
        position: absolute;
        left: -27px;
        height: 1px;
    }

    .vertical-slides:before {
        top: 0;
    }

    .vertical-slides:after {
        bottom: 0;
    }

    .vertical-slides li {
        font-size: 0;
        display: block;
        margin-bottom: 20px;
        height: 170px;
        overflow: hidden;
    }

        .vertical-slides li a {
            display: block;
            height: 170px;
        }

            .vertical-slides li a .title {
                display: block;
                padding: 0 20px;
                text-transform: uppercase;
                font-size: 11px;
                max-height: 39px;
                overflow: hidden;
            }

        .vertical-slides li .photo-block {
            width: 85px;
            height: 125px;
            margin-bottom: 5px;
        }

            .vertical-slides li .photo-block img {
                margin: 0 auto;
            }

.thumb-nav {
    font-size: 0;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    padding: 2em;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.thumb-nav--hide {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}

.thumb-nav__item:first-child {
    margin-left: 0;
}

.thumb-nav__item {
    background-color: #7f7f7f;
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-width: 2.5px;
    border-style: solid;
    border-color: #fff;
    margin-left: 5px;
    border-radius: 50%;
}

.thumb-nav__item--current {
    border-color: #d21829;
    background-color: #d21829;
}

.container-slider, .container-slider::after {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.wrap-containers {
    margin-bottom: 45px;
}

    .wrap-containers.moreOne:hover {
        cursor: move;
    }

.container-slider {
    z-index: 1;
    overflow: hidden;
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
}

    .container-slider::after {
        z-index: 1000;
        background: #000;
        content: '';
        -webkit-transition: opacity 0.9s;
        transition: opacity 0.9s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

.container--animOutRight::after, .container--animOutLeft::after {
    opacity: 1;
}

.container--current {
    position: absolute;
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
}

.container--animInRight, .container--animInLeft {
    z-index: 101;
    opacity: 1;
}

.container--animInRight, .container--animInLeft, .container--animOutRight, .container--animOutLeft {
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.container--animInRight {
    -webkit-animation-name: animInRight;
    animation-name: animInRight;
}

.container--animInLeft {
    -webkit-animation-name: animInLeft;
    animation-name: animInLeft;
}

.container--animOutRight {
    -webkit-animation-name: animOutRight;
    animation-name: animOutRight;
}

.container--animOutLeft {
    -webkit-animation-name: animOutLeft;
    animation-name: animOutLeft;
}

@-webkit-keyframes animOutLeft {
    from {
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

@keyframes animOutLeft {
    from {
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(-100%, 0, 0);
        transform: rotate3d(0, 0, 0, 0) translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animInRight {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    }
}

@keyframes animInRight {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(100%, 0, 0);
        transform: rotate3d(0, 0, 0, 0) translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
        transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes animOutRight {
    from {
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(100%, 0, 0);
        opacity: 0;
    }
}

@keyframes animOutRight {
    from {
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(100%, 0, 0);
        transform: rotate3d(0, 0, 0, 0) translate3d(100%, 0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes animInLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(-100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    }
}

@keyframes animInLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(-100%, 0, 0);
        transform: rotate3d(0, 0, 0, 0) translate3d(-100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
        transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    }
}

.intro {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.str_wrap {
    overflow: hidden;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move, .str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.peppers {
    background: url("../images/pepper-bg.jpg") center center no-repeat;
    height: 647px;
    overflow: hidden;
    margin-top: 40px;
    background-size: cover;
}

.is-touch section.peppers {
    background: url("../images/pepper-touch-bg.jpg") center center no-repeat;
}

    .is-touch section.peppers .pepper-block .plate_pepper {
        -webkit-transform: none;
        transform: none;
    }

section.peppers h1 {
    text-align: left;
    color: #fff;
    display: block;
    max-width: 560px;
    margin-bottom: 20px;
}

    section.peppers h1 .text-el {
        color: #fff;
        position: relative;
    }

        section.peppers h1 .text-el .icon-link {
            top: -25px;
            right: -3px;
        }

        section.peppers h1 .text-el:hover {
            color: #ceb260;
        }

section.peppers .text-block {
    float: left;
    padding-top: 210px;
}

section.peppers .pepper-block {
    float: right;
}

    section.peppers .pepper-block .plate_pepper {
        position: relative;
        margin-top: 163px;
        margin-right: -75px;
        right: 15px;
        width: 358px;
        height: 366px;
        background: url("../images/plate_pepper.png") center center no-repeat;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    section.peppers .pepper-block .scarret-peas {
        position: absolute;
        top: 163px;
    }

        section.peppers .pepper-block .scarret-peas .pea {
            position: absolute;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_1 {
            background-image: url("../images/pepper_animate/1.png");
            width: 43px;
            height: 43px;
            left: -265px;
            top: -128px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_2 {
            background-image: url("../images/pepper_animate/2.png");
            width: 47px;
            height: 49px;
            top: -129px;
            left: 310px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_3 {
            background-image: url("../images/pepper_animate/3.png");
            width: 49px;
            height: 49px;
            top: -97px;
            left: 446px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_4 {
            background-image: url("../images/pepper_animate/4.png");
            width: 45px;
            height: 45px;
            top: -28px;
            left: 525px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_5 {
            background-image: url("../images/pepper_animate/5.png");
            width: 49px;
            height: 48px;
            top: -7px;
            left: 276px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_6 {
            background-image: url("../images/pepper_animate/7.png");
            width: 50px;
            height: 51px;
            top: 307px;
            left: 308px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_7 {
            background-image: url("../images/pepper_animate/8.png");
            width: 44px;
            height: 45px;
            top: 417px;
            left: 158px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_8 {
            background-image: url("../images/pepper_animate/9.png");
            width: 44px;
            height: 46px;
            top: 382px;
            left: 40px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_9 {
            background-image: url("../images/pepper_animate/10.png");
            width: 41px;
            height: 42px;
            top: 339px;
            left: 54px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_10 {
            background-image: url("../images/pepper_animate/11.png");
            width: 41px;
            height: 44px;
            top: 331px;
            left: 12px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_11 {
            background-image: url("../images/pepper_animate/12.png");
            width: 45px;
            height: 46px;
            top: 354px;
            left: -158px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_12 {
            background-image: url("../images/pepper_animate/13.png");
            width: 40px;
            height: 37px;
            top: 306px;
            left: -164px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_13 {
            background-image: url("../images/pepper_animate/14.png");
            width: 46px;
            height: 50px;
            top: 250px;
            left: -214px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_14 {
            background-image: url("../images/pepper_animate/15.png");
            width: 49px;
            height: 49px;
            top: 203px;
            left: -295px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_15 {
            background-image: url("../images/pepper_animate/16.png");
            width: 44px;
            height: 50px;
            top: 109px;
            left: -210px;
        }

        section.peppers .pepper-block .scarret-peas #pea-pepper_16 {
            background-image: url("../images/pepper_animate/17.png");
            width: 39px;
            height: 43px;
            top: -31px;
            left: -122px;
        }

.news {
    background-color: #fff;
}

    .news .items_news {
        font-size: 0;
    }

        .news .items_news a {
            display: block;
            margin-bottom: 5px;
            position: relative;
            overflow: hidden;
        }

.other-news .item img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.news {
    padding-top: 90px;
    padding-bottom: 90px;
}

    .news .items_news li:first-child {
        margin-left: 0;
    }

    .news .items_news li {
        position: relative;
        display: inline-block;
        width: 378px;
        vertical-align: top;
        margin-left: 33px;
    }

        .news .items_news li a:hover img {
            -webkit-transform: scale(1.07);
            transform: scale(1.07);
        }

.effect .overlay {
    background: rgba(210, 24, 41, 0.9);
    width: 20%;
    height: 100%;
    position: absolute;
    top: 100%;
}

.effect .overlay-1 {
    left: 0;
    -webkit-transition: all 0.15s linear 0.2s;
    transition: all 0.15s linear 0.2s;
}

.effect .overlay-2 {
    left: 20%;
    -webkit-transition: all 0.15s linear 0.25s;
    transition: all 0.15s linear 0.25s;
}

.effect .overlay-3 {
    left: 40%;
    -webkit-transition: all 0.15s linear 0.3s;
    transition: all 0.15s linear 0.3s;
}

.effect .overlay-4 {
    left: 60%;
    -webkit-transition: all 0.15s linear 0.35s;
    transition: all 0.15s linear 0.35s;
}

.effect .overlay-5 {
    left: 80%;
    -webkit-transition: all 0.15s linear 0.4s;
    transition: all 0.15s linear 0.4s;
}

.effect:hover .overlay {
    top: 0px;
}

.effect:hover .overlay-1 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.effect:hover .overlay-2 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.effect:hover .overlay-3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.effect:hover .overlay-4 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.effect:hover .overlay-5 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.effect .caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: transparent;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px;
    font-family: "Gotham Pro Bold";
    height: 0;
    overflow: hidden;
    color: #fff;
    -webkit-transform: rotate(-50deg) translate(-101px, 291px);
    transform: rotate(-50deg) translate(-101px, 291px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 0;
}

.effect:hover .caption {
    bottom: 30px;
    height: auto;
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

section.main-footer {
    background: url("../images/main-footer-bg.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

    section.main-footer .container-small {
        padding-bottom: 350px;
    }

    section.main-footer .main-footer-logo {
        position: relative;
        text-align: center;
        margin: 74px auto 50px;
        width: 278px;
        height: 114px;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

        section.main-footer .main-footer-logo.logo-ru {
            background-image: url(../images/logo/rus-gold.svg);
        }

        section.main-footer .main-footer-logo.logo-en {
            background-image: url(../images/logo/eng-gold.svg);
        }

        section.main-footer .main-footer-logo.logo-ua {
            background-image: url(../images/logo/ukr-gold.svg);
        }

    section.main-footer h1 {
        text-align: left;
        max-width: 604px;
    }

    section.main-footer .desc-item {
        margin-bottom: 67px;
    }

        section.main-footer .desc-item .frame-icon {
            width: 105px;
            float: left;
        }

            section.main-footer .desc-item .frame-icon.form img {
                margin-top: -10px;
            }

            section.main-footer .desc-item .frame-icon.pepper img {
                margin-left: 17px;
                margin-top: -7px;
            }

        section.main-footer .desc-item .frame-desc {
            position: relative;
            margin-left: 105px;
        }

            section.main-footer .desc-item .frame-desc h4 {
                text-transform: uppercase;
                font-family: "Gotham Pro Bold";
                font-size: 16px;
            }

            section.main-footer .desc-item .frame-desc p {
                font-family: "Open Sans", sans-serif;
                font-size: 16px;
                font-weight: 300;
            }

.crumbs-nav {
    position: absolute;
    width: 100%;
    top: 70px;
    padding: 20px 0;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .crumbs-nav .frame-crumbs {
        float: left;
    }

        .crumbs-nav .frame-crumbs .btn-crumb {
            margin-right: 2px;
            margin-bottom: 5px;
            display: inline-block;
            vertical-align: baseline;
        }

            .crumbs-nav .frame-crumbs .btn-crumb .text-large {
                font-size: 24px;
                font-weight: bold;
                font-family: "Gotham Pro Regular";
            }

            .crumbs-nav .frame-crumbs .btn-crumb a {
                color: #c2c2c2;
            }

                .crumbs-nav .frame-crumbs .btn-crumb a .text-el {
                    font-size: 12px;
                    font-family: "Gotham Pro Regular";
                    text-decoration: underline;
                }

                .crumbs-nav .frame-crumbs .btn-crumb a:hover {
                    color: #ceb260;
                }

            .crumbs-nav .frame-crumbs .btn-crumb button[disabled="disabled"] {
                color: #c2c2c2;
            }

                .crumbs-nav .frame-crumbs .btn-crumb button[disabled="disabled"] .text-el {
                    font-size: 12px;
                }

            .crumbs-nav .frame-crumbs .btn-crumb .divider {
                margin-left: 2px;
                font-size: 11px;
                color: #c2c2c2;
            }

    .crumbs-nav .under-nav {
        float: right;
        text-align: right;
    }

        .crumbs-nav .under-nav li {
            display: inline-block;
            margin-left: 19px;
            margin-bottom: 10px;
            font-family: "Gotham Pro Regular";
        }

            .crumbs-nav .under-nav li a {
                color: #c2c2c2;
                text-transform: uppercase;
                font-size: 12px;
            }

                .crumbs-nav .under-nav li a:hover {
                    color: #ceb260;
                }

            .crumbs-nav .under-nav li.active {
                /*font-family: "Gotham Pro Bold";*/
            }

            .crumbs-nav .under-nav li:first-child {
                margin-left: 0;
            }

    .crumbs-nav.fixed {
        position: fixed;
        top: 0;
        background: #fff;
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .crumbs-nav.fixed .frame-crumbs .btn-crumb a {
            color: #000;
        }

            .crumbs-nav.fixed .frame-crumbs .btn-crumb a:hover {
                color: #ceb260;
            }

        .crumbs-nav.fixed .frame-crumbs .btn-crumb .divider {
            color: #000;
        }

        .crumbs-nav.fixed .under-nav li a {
            color: #000;
        }

            .crumbs-nav.fixed .under-nav li a:hover {
                color: #ceb260;
            }

.frame-top-product {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 145px;
    min-height: 700px;
}

    .frame-top-product .product-photo {
        float: left;
    }

@media (min-width: 1231px) {
    .frame-top-product .product-photo {
        margin-left: 84px;
    }
}

.frame-top-product .product-photo .photo-block {
    width: 100%;
    max-height: 100%;
    /*background: url(../images/shadow-product.png) 9px 26px no-repeat;*/
    position: relative;
    padding-left: 15px;
}

@media (max-width: 1231px) {
    .frame-top-product .product-photo .photo-block {
        background-size: 100% auto;
        background-position: 5px -16px;
    }
}

.frame-top-product .product-description {
    margin-left: 50%;
    color: #fff;
    padding-top: 73px;
}

@media screen and (max-width: 1230px) and (min-width: 768px) {
    .frame-top-product .product-description {
        margin-left: 45% !important;
    }
}

.frame-top-product .product-description .product-title {
    text-align: left;
    max-width: 465px;
}

    .frame-top-product .product-description .product-title h1 {
        text-align: left;
        font-family: "Gotham Pro Regular";
        margin-bottom: 40px;
    }

.frame-top-product .product-description .benefits-desc .description {
    
    float: left;
}

    .frame-top-product .product-description .benefits-desc .description p {
        font-size: 22px;
        line-height: 1em;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        margin-bottom: 25px;
    }

.frame-top-product .product-description .benefits-desc .benefits {
    position: relative;
    max-width: 220px;
    margin-left: 525px;
    padding-left: 20px;
}

    .frame-top-product .product-description .benefits-desc .benefits .title-benefits {
        color: #ceb260;
        font-family: "Gotham Pro Bold";
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 23px;
    }

    .frame-top-product .product-description .benefits-desc .benefits .items-benefits li {
        margin-bottom: 20px;
        color: #c2c2c2;
        font-size: 13px;
        font-family: "Gotham Pro Regular";
    }

    .frame-top-product .product-description .benefits-desc .benefits:before {
        position: absolute;
        content: '';
        width: 1px;
        left: 0;
        top: 0;
        height: 202px;
        background: #c2c2c2;
    }

.frame-top-product .spoons {
    position: absolute;
    background-image: url(../images/product-spoons.png);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#spice-list .spice-carousel .slick-slide .frame-title {
    display: block;
}

    #spice-list .spice-carousel .slick-slide .frame-title .photo-block img {
        height: auto !important;
    }

.others-products {
    padding-top: 85px;
    padding-bottom: 75px;
}

    .others-products h1 {
        color: #666666;
    }

.horiz-carousel, #spice-list .spice-carousel, .one-item-carousel {
    margin: 0 70px;
}

    .horiz-carousel .slick-slide, #spice-list .spice-carousel .slick-slide, .one-item-carousel .slick-slide {
        text-align: center;
        margin-bottom: 20px;
    }

        .horiz-carousel .slick-slide .frame-title, #spice-list .spice-carousel .slick-slide .frame-title, .one-item-carousel .slick-slide .frame-title {
            display: block;
        }

            .horiz-carousel .slick-slide .frame-title .photo-block, #spice-list .spice-carousel .slick-slide .frame-title .photo-block, .one-item-carousel .slick-slide .frame-title .photo-block {
                width: 145px;
                height: 204px;
                margin-bottom: 30px;
            }
            .horiz-carousel .slick-slide .frame-title .photo-block {
                height: auto;
            }

                .horiz-carousel .slick-slide .frame-title .photo-block img, #spice-list .spice-carousel .slick-slide .frame-title .photo-block img, .one-item-carousel .slick-slide .frame-title .photo-block img {
                    height: 100%;
                }
                .horiz-carousel .slick-slide .frame-title .photo-block img {
                    height: auto
                }

            .horiz-carousel .slick-slide .frame-title .title, #spice-list .spice-carousel .slick-slide .frame-title .title, .one-item-carousel .slick-slide .frame-title .title {
                display: block;
                padding: 0 20px;
                color: #000;
                font-size: 16px;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .horiz-carousel .slick-slide .frame-title:hover .title, #spice-list .spice-carousel .slick-slide .frame-title:hover .title, .one-item-carousel .slick-slide .frame-title:hover .title {
                color: #ceb260;
            }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .slick-slider .slick-list .slick-track {
            position: relative;
            margin: 0 auto;
            top: 0;
            left: 0;
            display: block;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

            .slick-slider .slick-list .slick-track .slick-slide {
                display: none;
                float: left;
                height: 100%;
                min-height: 1px;
            }

            .slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
                display: table;
                content: '';
            }

            .slick-slider .slick-list .slick-track:after {
                clear: both;
            }

        .slick-slider .slick-list:focus {
            outline: none;
        }

        .slick-slider .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

@media (min-width: 1231px) {
    .slick-slider.has_5 .slick-track, .slick-slider.has_4 .slick-track, .slick-slider.has_3 .slick-track, .slick-slider.has_2 .slick-track, .slick-slider.has_1 .slick-track {
        left: 0 !important;
    }

    #spice-list .slick-slider.has_5 .slick-current .photo-block, #spice-list .slick-slider.has_4 .slick-current .photo-block, #spice-list .slick-slider.has_3 .slick-current .photo-block, #spice-list .slick-slider.has_2 .slick-current .photo-block, #spice-list .slick-slider.has_1 .slick-current .photo-block {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    #spice-list .slick-slider.has_5 .photo-block:hover, #spice-list .slick-slider.has_4 .photo-block:hover, #spice-list .slick-slider.has_3 .photo-block:hover, #spice-list .slick-slider.has_2 .photo-block:hover, #spice-list .slick-slider.has_1 .photo-block:hover {
        -webkit-transform: scale(1.2) !important;
        transform: scale(1.2) !important;
    }

    #spice-list .spice-carousel.has_5 .title, #spice-list .spice-carousel.has_4 .title, #spice-list .spice-carousel.has_3 .title, #spice-list .spice-carousel.has_2 .title, #spice-list .spice-carousel.has_1 .title {
        opacity: 1;
    }
}

.slick-loading .slick-track {
    visibility: hidden;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-slider.slick-initialized .slick-list .slick-track .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider &gt; button {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    margin-top: -70px;
    color: #c2c2c2;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-slider .slick-next {
    right: -70px;
}

    .slick-slider .slick-next:before {
        font-size: 50px;
        content: "\e90d";
    }

    .slick-slider .slick-next:hover {
        color: #ceb260;
    }

.slick-slider .slick-prev {
    left: -70px;
}

    .slick-slider .slick-prev:before {
        font-size: 50px;
        content: "\e90c";
    }

    .slick-slider .slick-prev:hover {
        color: #ceb260;
    }

.custom-star {
    position: relative;
    top: 1px;
    display: inline-block;
}

.top-recipe {
    background-color: #d0d0d0;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    height: 464px;
    text-align: right;
}

    .top-recipe:before {
        content: '';
        background-image: -webkit-linear-gradient(left, transparent 0%, #000 100%);
        background-image: linear-gradient(to right, transparent 0%, #000 100%);
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: .5;
    }

    .top-recipe .container {
        height: 100%;
    }

        .top-recipe .container .recipe {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 540px;
            margin-right: 50px;
        }

        .top-recipe .container .recipe-name {
            margin-bottom: 35px;
        }

            .top-recipe .container .recipe-name .text-el {
                font-size: 24px;
                text-transform: uppercase;
                font-family: "Gotham Pro Regular";
                color: #ceb260;
            }

        .top-recipe .container .recipe h1 {
            color: #fff;
            margin-bottom: 10px;
        }

        .top-recipe .container .recipe-rating {
            margin-bottom: 13px;
        }

            .top-recipe .container .recipe-rating .rating-symbol {
                margin-left: 2px;
            }

                .top-recipe .container .recipe-rating .rating-symbol:fitst-child {
                    margin-right: 0;
                }

            .top-recipe .container .recipe-rating .label {
                font-size: 18px;
                color: #ceb260;
                margin-left: 5px;
            }

        .top-recipe .container .recipe-desc {
            max-width: 300px;
            margin: 0 auto;
            color: #fff;
            margin-bottom: 30px;
        }

            .top-recipe .container .recipe-desc p {
                font-family: "Open Sans", sans-serif;
                line-height: 1.2em;
                font-size: 18px;
            }

        .top-recipe .container .recipe-time-portion .recipe-time {
            display: inline-block;
        }

            .top-recipe .container .recipe-time-portion .recipe-time .text-el {
                font-size: 24px;
                color: #999999;
            }

        .top-recipe .container .recipe-time-portion .recipe-portion {
            display: inline-block;
            margin-left: 25px;
        }

            .top-recipe .container .recipe-time-portion .recipe-portion .text-el {
                font-size: 24px;
                color: #999999;
            }

        .top-recipe .container:before {
            content: "";
            display: inline-block;
            min-height: inherit;
            height: 100%;
            vertical-align: middle;
        }

.full-recipe {
    background-color: #e5e5e5;
    padding: 95px 0 95px;
}

.full-recipe-l {
    float: left;
    width: 395px;
    margin-left: 70px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

    .full-recipe-l .title-h4 {
        color: #d21829;
        text-transform: uppercase;
        font-family: "Gotham Pro Bold";
        margin-bottom: 25px;
    }

    .full-recipe-l table {
        width: 100%;
    }

        .full-recipe-l table tr td {
            padding: 5px 0;
        }

            .full-recipe-l table tr td:first-child + td {
                text-align: right;
            }

.full-recipe-r {
    float: right;
    width: 520px;
    margin-right: 70px;
}

    .full-recipe-r .title-h4 {
        color: #d21829;
        text-transform: uppercase;
        font-family: "Gotham Pro Bold";
        margin-bottom: 30px;
    }

    .full-recipe-r .description {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
    }

.frame-buttons {
    clear: both;
    width: 520px;
    float: right;
    margin-right: 70px;
    padding-top: 30px;
}

.frame-buttons-l {
    width: 185px;
    position: relative;
    float: left;
    text-align: center;
}

    .frame-buttons-l .button {
        margin-bottom: 12px;
    }

    .frame-buttons-l .print {
        color: #666;
        text-decoration: underline;
        white-space: pre;
    }

        .frame-buttons-l .print:hover {
            color: #ceb260;
        }

    .frame-buttons-l .recipe-rating.hide {
        height: 50px;
        line-height: 50px;
    }

        .frame-buttons-l .recipe-rating.hide .rating-symbol {
            margin-left: 4px;
            cursor: pointer;
        }

            .frame-buttons-l .recipe-rating.hide .rating-symbol:first-child {
                margin-left: 0;
            }

.frame-buttons-r {
    margin-left: 270px;
    padding-top: 18px;
}

    .frame-buttons-r .text-el {
        color: #666;
        display: inline-block;
        margin-bottom: 15px;
    }

    .frame-buttons-r .share {
        font-size: 0;
    }

        .frame-buttons-r .share li {
            vertical-align: top;
            display: inline-block;
            margin-left: 8px;
        }

            .frame-buttons-r .share li a {
                display: inline-block;
                border-radius: 50%;
                background-color: #fff;
                color: #4c4c4c;
                width: 36px;
                height: 36px;
                text-align: center;
                box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0;
            }

                .frame-buttons-r .share li a:hover {
                    color: #fff;
                }

            .frame-buttons-r .share li .f-icon-vk:hover {
                background-color: #647ca2;
            }

            .frame-buttons-r .share li .f-icon-fb:hover {
                background-color: #5567a9;
            }

            .frame-buttons-r .share li .f-icon-tw:hover {
                background-color: #61abea;
            }

            .frame-buttons-r .share li .f-icon-odn:hover {
                background-color: #ee6600;
            }

            .frame-buttons-r .share li .f-icon-mail-c:hover {
                background-color: #ceb260;
            }

            .frame-buttons-r .share li:first-child {
                margin-left: 0;
            }

.hide-recipe-img {
    display: none;
}

@media print {
    .printSelected &gt; * {
        display: none;
    }

    .printSelected .printSelection {
        display: block;
    }

    .printSelection .hide-recipe-img {
        display: block;
    }

    .printSelection .full-recipe-l {
        width: 100%;
        margin-left: 0;
        float: none;
        padding-top: 20px;
        margin-bottom: 30px;
    }

        .printSelection .full-recipe-l .title-h4 {
            margin-bottom: 10px;
        }

    .printSelection .full-recipe-r {
        width: 100%;
        float: none;
    }

        .printSelection .full-recipe-r .title-h4 {
            margin-bottom: 15px;
        }

    .printSelection .vac-name {
        color: #d21829;
        margin: 20px 0;
    }

    .printSelection .position-info {
        font-size: 16px;
    }
}

.printSelection {
    display: none;
}

.similar-products {
    padding-top: 85px;
    padding-bottom: 75px;
}

    .similar-products h1 {
        color: #666666;
        font-family: 'Gotham Pro Regular';
    }

.h-footer {
    height: 198px;
}

@media (max-width: 767px) {
    .h-footer {
        height: 100px;
    }
}



footer {
    min-height: 198px;
    margin-top: -198px;
    padding: 20px 0 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    position: relative;
    z-index: 3;
}

    footer .box {
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        padding-top: 15px;
    }

        footer .box .footer-share {
            font-size: 0;
        }

            footer .box .footer-share li {
                display: inline-block;
                vertical-align: top;
                margin-left: 8px;
            }

                footer .box .footer-share li a {
                    display: inline-block;
                    border-radius: 50%;
                    background-color: #fff;
                    color: #6c6c6c;
                    width: 36px;
                    height: 36px;
                    text-align: center;
                }

                    footer .box .footer-share li a:hover {
                        color: #fff;
                    }

                footer .box .footer-share li .f-icon-vk:hover {
                    background-color: #647ca2;
                }

                footer .box .footer-share li .f-icon-fb:hover {
                    background-color: #5567a9;
                }

                footer .box .footer-share li .f-icon-tw:hover {
                    background-color: #61abea;
                }

                footer .box .footer-share li .f-icon-odn:hover {
                    background-color: #ee6600;
                }

                footer .box .footer-share li .f-icon-youtube:hover {
                    background-color: #b33632;
                }

                footer .box .footer-share li .f-icon-inst:hover {
                    background-color: #607e9c;
                }

                footer .box .footer-share li .f-icon-pint:hover {
                    background-color: #cb2027;
                }

                footer .box .footer-share li:first-child {
                    margin-left: 0;
                }

        footer .box .logo {
            margin-bottom: 20px;
            width: 130px;
            height: 55px;
            background-size: 100%;
            background-repeat: no-repeat;
        }

            footer .box .logo.logo-ru {
                background-image: url(../images/logo/rus-white.svg);
            }

                footer .box .logo.logo-ru:hover {
                    background-image: url(../images/logo/rus-gold.svg);
                }

            footer .box .logo.logo-en {
                background-image: url(../images/logo/eng-white.svg);
            }

                footer .box .logo.logo-en:hover {
                    background-image: url(../images/logo/eng-gold.svg);
                }

            footer .box .logo.logo-ua {
                background-image: url(../images/logo/ukr-white.svg);
            }

                footer .box .logo.logo-ua:hover {
                    background-image: url(../images/logo/ukr-gold.svg);
                }

        footer .box .title {
            font-size: 14px;
            font-family: "Gotham Pro Bold";
            margin-bottom: 20px;
        }

        footer .box .vertical-nav li {
            display: block;
            margin-bottom: 5px;
        }

            footer .box .vertical-nav li a {
                color: #fff;
            }

                footer .box .vertical-nav li a:hover {
                    color: #ceb260;
                }

    footer .box-1 {
        width: 165px;
        padding-top: 0;
    }

        footer .box-1 .logo-svg:hover {
            fill: #ceb260;
        }

        footer .box-1 .copyright div {
            margin-bottom: 3px;
        }

    footer .box-2 {
        width: 180px;
        padding-left: 55px;
    }

    footer .box-3 {
        width: 200px;
        padding-left: 10px;
    }

    footer .box-4 {
        width: 130px;
        padding-left: 40px;
    }

    footer .box-5 {
        width: 195px;
        padding-left: 20px;
    }

    footer .box-6 {
        width: 310px;
        padding-left: 10px;
    }

        footer .box-6 .title {
            margin-bottom: 23px;
        }

.call-icon:before {
    content: "";
    background: url(../images/call.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.opaque .call-icon:before {
    background: url(../images/call-black.png);
}

.top-nav-li .frame-title {
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}

.top-nav-submenu {
    display: none;
}

@media screen and (max-width: 991px) {
    .is-touch .top-nav ul li a {
        height: 34px;
    }

    .is-touch .top-nav ul li.call_phone a {
        display: inline-block;
    }
    .frame-title.active {
        color: #ceb260;
    }
    .frame-title.active + .top-nav-submenu {
        display: block;
    }
}



@media (min-width: 991px) {
    .has-submenu:hover .top-nav-submenu {
        display: block;
    }
}

#spice-list h1 {
    margin-bottom: 10px;
    font-family: 'Gotham Pro Regular';
}

#spice-list h3 {
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #spice-list .spice-carousel {
        margin: 0 20px;
    }
}

#spice-list .spice-carousel .photo-block {
    position: relative;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}

    #spice-list .spice-carousel .photo-block img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

#spice-list .spice-carousel .title {
    text-transform: uppercase;
    color: #ceb260 !important;
    opacity: 0;
    font-size: 22px !important;
}

#spice-list .spice-carousel .slick-current .title {
    opacity: 1;
}

#spice-list .spice-carousel .slick-current .photo-block {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}

#spice-list .spice-carousel .slick-list {
    padding: 50px 30px 0 !important;
}

.girc {
    color: #ceb260;
}

.forscroll {
    height: 100%;
}

.vac-similar {
    overflow-y: auto;
}

.news-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4em;
}

.news-content ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

    .news-content ul li {
        list-style: disc;
        font-size: 16px;
        line-height: 1.4em;
    }

.news-content ol {
    margin-bottom: 20px;
    margin-left: 20px;
}

    .news-content ol li {
        list-style: decimal;
        font-size: 16px;
        line-height: 1.4em;
    }

.news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    font-size: 2.3em;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Gotham Pro Light', sans-serif;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.vacancy-photo .vacancy-photo-text {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 350px;
    padding: 20px 30px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

    .vacancy-photo .vacancy-photo-text span {
        display: block;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }

.top-slide {
    background-size: cover;
}

.top_slider_simple {
    display: none;
}

#iview {
    height: 100vh;
}

.home {
    position: relative;
}

.vacancy-open .cv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.encyclopedia-open .spice {
    margin: 0;
}

.encyclopedia-open .spice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 40px;
}

    .encyclopedia-open .spice img {
        max-width: 250px;
    }

div.position-info.custom {
    margin-bottom: 0;
}

    div.position-info.custom a {
        margin-left: 5px;
    }

@media (max-width: 991px) {
    .is-touch #hamburger {
        display: block;
    }

    header .top-nav {
        display: none;
    }

    header .search-share-lang {
        display: none;
    }

    header.opaque.in-menu #touch-anchor svg.svg-anchor path {
        fill: #fff;
    }

    #touch-anchor.open svg.svg-anchor {
        -webkit-animation-name: anchor;
        animation-name: anchor;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    #touch-anchor {
        float: right;
        margin-top: 7px;
        margin-right: 5px;
        position: relative;
        z-index: 1;
    }

        #touch-anchor svg.svg-anchor {
            position: relative;
            width: 24px;
        }

            #touch-anchor svg.svg-anchor path {
                fill: #fff;
            }

    .opaque #touch-anchor svg.svg-anchor path {
        fill: #000;
    }

    .under-nav-scrolled {
        display: none;
        margin-top: 5px;
    }

        .under-nav-scrolled .horizontal-nav {
            display: block;
            min-width: 0;
        }

    header.opaque .jq-selectbox__select-text {
        color: #000;
    }

    header.opaque .burger-bun-top, header.opaque .burger-bun-bot, header.opaque .burger-filling {
        background: #000;
    }

    header.opaque.in-menu .burger-bun-top, header.opaque.in-menu .burger-bun-bot, header.opaque.in-menu .burger-filling {
        position: absolute;
        display: block;
        height: 3px;
        width: 26px;
        border-radius: 2px;
        background: #fff;
    }

    #hamburger {
        float: right;
        vertical-align: middle;
        margin-top: 11px;
        z-index: 1;
        display: block;
    }

    .hamburglar {
        -webkit-transform: scale(1);
        transform: scale(1);
        position: relative;
        display: inline-block;
        width: 26px;
        height: 30px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .path-burger {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        -webkit-mask: url(#mask);
        mask: url(#mask);
        -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
    }

    .animate-path {
        position: absolute;
        top: 0;
        left: 0;
        width: 68px;
        height: 68px;
    }

    .path-rotation {
        height: 34px;
        width: 34px;
        margin: 34px 34px 0 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

        .path-rotation:before {
            content: '';
            display: block;
            width: 30px;
            height: 34px;
            margin: 0 4px 0 0;
        }

    .top-nav-li .frame-title {
        height: 34px;
    }

    .top-nav-li .call-icon {
        float: left;
        margin-top: 6px;
    }

    @-webkit-keyframes rotate-out {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        40% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rotate-out {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        40% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes rotate-in {
        0% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        40% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes rotate-in {
        0% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        40% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    .hamburglar.open .path {
        -webkit-animation: dash-in .6s linear normal;
        animation: dash-in .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hamburglar.open .animate-path {
        -webkit-animation: rotate-in .6s linear normal;
        animation: rotate-in .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hamburglar .path {
        -webkit-animation: dash-out .6s linear normal;
        animation: dash-out .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hamburglar .animate-path {
        -webkit-animation: rotate-out .6s linear normal;
        animation: rotate-out .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .burger-ring .path {
        stroke-dasharray: 240;
        stroke-dashoffset: 240;
        stroke-linejoin: round;
    }

    @-webkit-keyframes dash-in {
        0% {
            stroke-dashoffset: 240;
        }

        40% {
            stroke-dashoffset: 240;
        }

        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes dash-in {
        0% {
            stroke-dashoffset: 240;
        }

        40% {
            stroke-dashoffset: 240;
        }

        100% {
            stroke-dashoffset: 0;
        }
    }

    @-webkit-keyframes dash-out {
        0% {
            stroke-dashoffset: 0;
        }

        40% {
            stroke-dashoffset: 240;
        }

        100% {
            stroke-dashoffset: 240;
        }
    }

    @keyframes dash-out {
        0% {
            stroke-dashoffset: 0;
        }

        40% {
            stroke-dashoffset: 240;
        }

        100% {
            stroke-dashoffset: 240;
        }
    }

    .burger-icon {
        position: absolute;
        height: 30px;
        width: 26px;
        cursor: pointer;
    }

    .burger-container {
        z-index: 100;
        position: relative;
        height: 25px;
        width: 30px;
    }

    .hamburglar.open .burger-container {
        height: 30px;
    }

    .burger-bun-top, .burger-bun-bot, .burger-filling {
        position: absolute;
        display: block;
        height: 3px;
        width: 26px;
        border-radius: 2px;
        background: #fff;
    }

    .burger-filling {
        width: 20px;
    }

    .burger-bun-top {
        top: 4px;
        -webkit-transform-origin: 30px 2px;
        transform-origin: 30px 2px;
    }

    .is-closed .burger-bun-bot {
        bottom: 7px;
    }

    .burger-bun-bot {
        bottom: 2px;
        -webkit-transform-origin: 30px 2px;
        transform-origin: 30px 2px;
    }

    .burger-filling {
        top: 12px;
    }

    .hamburglar.open .burger-bun-top {
        -webkit-animation: bun-top-out .6s linear normal;
        animation: bun-top-out .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hamburglar.open .burger-bun-bot {
        -webkit-animation: bun-bot-out .6s linear normal;
        animation: bun-bot-out .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hamburglar .burger-bun-top {
        -webkit-animation: bun-top-in .6s linear normal;
        animation: bun-top-in .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hamburglar .burger-bun-bot {
        -webkit-animation: bun-bot-in .6s linear normal;
        animation: bun-bot-in .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @-webkit-keyframes bun-top-out {
        0% {
            left: 0;
            top: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        20% {
            left: 0;
            top: 0;
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        80% {
            left: -5px;
            top: 0;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
        }

        100% {
            left: -5px;
            top: 1px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    @keyframes bun-top-out {
        0% {
            left: 0;
            top: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        20% {
            left: 0;
            top: 0;
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        80% {
            left: -5px;
            top: 0;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
        }

        100% {
            left: -5px;
            top: 1px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    @-webkit-keyframes bun-bot-out {
        0% {
            left: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        20% {
            left: 0;
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        80% {
            left: -5px;
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        100% {
            left: -5px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @keyframes bun-bot-out {
        0% {
            left: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        20% {
            left: 0;
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        80% {
            left: -5px;
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        100% {
            left: -5px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @-webkit-keyframes bun-top-in {
        0% {
            left: -5px;
            bot: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        20% {
            left: -5px;
            bot: 0;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
        }

        80% {
            left: 0;
            bot: 0;
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        100% {
            left: 0;
            bot: 1px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes bun-top-in {
        0% {
            left: -5px;
            bot: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        20% {
            left: -5px;
            bot: 0;
            -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
        }

        80% {
            left: 0;
            bot: 0;
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        100% {
            left: 0;
            bot: 1px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @-webkit-keyframes bun-bot-in {
        0% {
            left: -5px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        20% {
            left: -5px;
            bot: 0;
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        80% {
            left: 0;
            bot: 0;
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        100% {
            left: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes bun-bot-in {
        0% {
            left: -5px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        20% {
            left: -5px;
            bot: 0;
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        80% {
            left: 0;
            bot: 0;
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        100% {
            left: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    .hamburglar.open .burger-filling {
        -webkit-animation: burger-fill-out .6s linear normal;
        animation: burger-fill-out .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hamburglar .burger-filling {
        -webkit-animation: burger-fill-in .6s linear normal;
        animation: burger-fill-in .6s linear normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @-webkit-keyframes burger-fill-in {
        0% {
            width: 0;
            left: 26px;
        }

        40% {
            width: 0;
            left: 30px;
        }

        80% {
            width: 26px;
            left: -6px;
        }

        100% {
            width: 26px;
            left: 0px;
        }
    }

    @keyframes burger-fill-in {
        0% {
            width: 0;
            left: 26px;
        }

        40% {
            width: 0;
            left: 30px;
        }

        80% {
            width: 26px;
            left: -6px;
        }

        100% {
            width: 26px;
            left: 0px;
        }
    }

    @-webkit-keyframes burger-fill-out {
        0% {
            width: 36px;
            left: 0px;
        }

        20% {
            width: 42px;
            left: -6px;
        }

        40% {
            width: 0;
            left: 40px;
        }

        100% {
            width: 0;
            left: 36px;
        }
    }

    @keyframes burger-fill-out {
        0% {
            width: 36px;
            left: 0px;
        }

        20% {
            width: 42px;
            left: -6px;
        }

        40% {
            width: 0;
            left: 40px;
        }

        100% {
            width: 0;
            left: 36px;
        }
    }
}
</pre></body></html>