@-webkit-keyframes tada {
    0%, 36%, 60% {
        transform: scale3d(1, 1, 1)
    }
    4%, 8% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -4deg)
    }
    12%, 20%, 28%, 36% {
        transform: scale3d(1.4, 1.4, 1.4) rotate3d(0, 0, 1, 4deg)
    }
    16%, 24%, 32% {
        transform: scale3d(1.4, 1.4, 1.4) rotate3d(0, 0, 1, -4deg)
    }
}

@keyframes tada {
    0%, 36%, 60% {
        transform: scale3d(1, 1, 1)
    }
    4%, 8% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -4deg)
    }
    12%, 20%, 28%, 36% {
        transform: scale3d(1.4, 1.4, 1.4) rotate3d(0, 0, 1, 4deg)
    }
    16%, 24%, 32% {
        transform: scale3d(1.4, 1.4, 1.4) rotate3d(0, 0, 1, -4deg)
    }
}

@-webkit-keyframes flareAnimation {
    0% {
        left: -150%
    }
    to {
        left: 150%
    }
}

@keyframes flareAnimation {
    0% {
        left: -150%
    }
    to {
        left: 150%
    }
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url(/fonts/Roboto-Regular.woff2) format('woff2'), url(/fonts/Roboto-Regular.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;
    src: url(/fonts/Roboto-Black.woff2) format('woff2'), url(/fonts/Roboto-Black.woff) format('woff')
}

html {
    overflow-y: scroll
}

#header-mobile .uk-navbar-item, #header-mobile .uk-navbar-nav > li > a, #header-mobile .uk-navbar-toggle {
    min-height: 80px;
    padding: 0 20px
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 80px
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #ed1c24;
    outline: 0;
    background-color: transparent
}

.uk-navbar-nav > li.uk-active > a {
    color: #ed1c24;
    background-color: transparent
}

.uk-subnav-custom.uk-subnav-pill > * > :first-child {
    padding: 2px;
    display: inline-block
}

.eo-logo-bg {
    height: 190px
}

@media (max-width: 1200px) {
    .eo-logo-bg {
        height: 165px
    }

    .eo-logo {
        padding: 25px !important
    }

    .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
        padding: 0 10px;
        font-size: 14px;
        min-height: 60px
    }
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1080px) {
    .call-special {
        font-size: 12px
    }

    .bg-special-1 {
        background-position: 58% 50%
    }

    .bg-special-2 {
        background-position: 45% 50%
    }
}

.veka {
    background-color: #0068b5
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.beer-reveal:before {
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    position: absolute;
    left: 100%;
    content: "";
    background: #facf4d
}

.beer-handle {
    background: #facf4d
}

.beer-range:focus ~ .beer-handle {
    background: #facf4d
}

.beer-reveal[data-beer-label]:after {
    top: 0;
    left: 0;
    border-radius: 0;
    white-space: nowrap
}

.beer-slider[data-beer-label]:after {
    top: 0;
    right: 0;
    border-radius: 0
}

.eo-tabs.uk-tab > .uk-active > a {
    background-color: #fff
}

.uk-nav > li > a {
    color: #575c63 !important
}

.uk-nav > li > a:hover {
    color: #000 !important
}

.uk-navbar-dropdown-width-1 {
    width: 230px !important
}

.uk-navbar-dropdown-width-2 {
    width: 460px !important
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 640px) {
    .uk-modal, .uk-padding {
        padding: 20px
    }
}

.social-header .social svg {
    width: 10px !important;
    height: 10px !important;
    margin-top: -8px !important
}

.social-header .social a {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    position: relative;
    top: 2px
}

.social, .youtube {
    display: inline-block
}

.social a {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 4px 4px 0;
    text-align: center;
    color: #fff;
    border-radius: 0
}

.social a:hover {
    opacity: .8
}

.social svg {
    margin-top: -2px;
    width: 14px;
    height: 14px
}

.odnoklassniki a {
    background: #f93
}

.pinterest a {
    background: #c8232c
}

.vk a {
    background: #4a76a8
}

.youtube1 a {
    background: #c4302b
}

.telegram a {
    background: #4a76a8
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer
}

.youtube .play {
    background: url(/local/templates/201907/images/youtube-play-btn.png) no-repeat;
    background-position: 0 -50px;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99
}

.youtube:hover .play {
    background-position: 0 0
}

.price-container, .price-container .shprice, .price-container .shprice:after, .price-container .shprice:before, .price-container:after, .price-container:before {
    height: 8.5em;
    width: 8.5em;
    background: red url(/local/templates/201907/images/price-bg.png) top left no-repeat;
    background-size: 8.5em
}

.price-container .shprice {
    padding: .5em 0;
    height: 7.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(45deg);
    z-index: 1
}

.price-container .shprice:after, .price-container .shprice:before, .price-container:after, .price-container:before {
    content: "";
    position: absolute
}

.price-container {
    position: absolute;
    top: 18.5em;
    margin-left: 48%;
    transform: rotate(-35deg);
    z-index: 10
}

.price-container2 {
    top: 10.5em !important
}

.price-container:before {
    top: 0;
    left: 0;
    transform: rotate(-30deg)
}

.price-container:after {
    top: 0;
    left: 0;
    transform: rotate(-15deg)
}

.price-container .shprice:before {
    top: 0;
    left: 0;
    transform: rotate(60deg)
}

.price-container .shprice:after {
    top: 0;
    left: 0;
    transform: rotate(75deg)
}

.price-container .shprice span {
    position: relative;
    z-index: 100;
    display: block;
    text-align: center;
    color: #ffe650;
    font: 1.3em/2.2em Sans-Serif;
    text-transform: uppercase
}

.price-container .shprice span.number {
    font-weight: 700;
    font-size: 4em;
    line-height: 1em;
    color: #ffe650;
    top: 23px
}

.uk-button {
    position: relative;
    overflow-x: hidden !important
}

.uk-button .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    -webkit-animation: flareAnimation 3s infinite linear;
    animation: flareAnimation 3s infinite linear
}

.modal-all-feedback-window {
    padding: 25px
}

.badge {
    position: relative;
    z-index: 1;
    color: #ed1c24;
    padding: 8px 12px 3px;
    overflow: hidden;
    font-size: 20px
}

.badge::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 220%;
    height: 200%;
    right: 0;
    top: 0;
    background-color: #fff;
    border-top-left-radius: 100%
}

.js-color-switch {
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px
}

.uk-active > .js-color-switch, .uk-active > .js-color-switch-aluvet {
    outline: 3px solid #1d5092;
    outline-offset: -3px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25)
}

.js-color-switch-aluvet {
    padding: 36px 15px;
    border-radius: 50px
}

.uk-active > .js-color-switch-aluvet {
    background: #fff
}

.product-heading {
    font-size: 20px
}

@media (min-width: 960px) {
    .product-heading {
        font-size: 36px
    }
}

.card-catalog .uk-card-body {
    padding: 25px 35px
}

.filter-btn, .filter-select {
    padding: 0 20px;
    border: 1px solid #e6e7e8;
    color: #211d70;
    font-size: 13px;
    text-transform: none
}

.filter-select, .uk-active.filter-btn {
    background-color: #e6e7e8
}

@media (min-width: 960px) {
    .filter-btn {
        font-size: 15px
    }
}

@media (max-width: 959px) {
    .filter-btn, .filter-select {
        padding: 0 10px;
        line-height: 38px
    }
}

@media (max-width: 639px) {
    .filter-btn {
        padding: 0 5px
    }

    .filter-select[aria-expanded=true] {
        background-color: #211d70
    }

    .filter-select {
        background-color: #e6e7e8
    }

    .filter-select[aria-expanded=true] span[uk-icon] {
        color: #fff
    }
}