html, body {
    height: 100%;
}
html {
    position: relative;
    min-height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body {
    height: 100%;
    font-size: 14px;
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #000;
    font-family: Arial, sans-serif;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}
.furoreregular {
    font-family: 'furoreregular', Arial, sans-serif;
}
.docker_three {
    font-family: 'docker_three', Arial, sans-serif;
}
.roboto_slabbold {
    font-family: 'roboto_slabbold', Arial, sans-serif;
}
.ds_mosterregular {
    font-family: 'ds_mosterregular', Arial, sans-serif;
}
.helioscondbold {
    font-family: 'helioscondbold', Arial, sans-serif;
}
.betbd {
    font-family: 'Betruger-Bold', Arial, sans-serif;;
}
.betlg {
    font-family: 'Betruger-Light', Arial, sans-serif;;
}
.mp {
    font-family: 'mpmpn', Arial, sans-serif;
}
.rb-container {
    padding: 0;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 10;
    background: #fff;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_tabs {
    position: absolute;
    bottom: 40px;
    z-index: 10;
    width: 100%;
    text-align: right;
    padding-right: 10%;
}
.rslides_tabs ul {
    list-style: none;
}
.rslides_tabs li {
    background: url(images/slider-page.svg) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-indent: -25px;
    overflow: hidden;
    margin: 0 5px;
    opacity: .7;
    transition: all 250ms linear;
    position: relative;
    left: 0;
    top: 0;
}
.rslides_tabs li a {
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.rslides_tabs li.rslides_here {
    opacity: 1;
}
.rslides_nav.prev {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 75px;
    z-index: 555;
}
.rslides_nav.next {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75px;
    z-index: 555;
}
.rslides_nav .g_prev {
    background: url("images/prev.png") no-repeat center;
    width: 43px;
    height: 61px;
    position: absolute;
    z-index: 55;
    left: 20px;
    bottom: 50%;
    border-radius: 100%;
    padding: 36px;
    transform: translate(0, 50%);
}
.rslides_nav .g_next {
    background: url("images/next.png") no-repeat center;
    width: 43px;
    height: 61px;
    position: absolute;
    z-index: 55;
    right: 20px;
    bottom: 50%;
    border-radius: 100%;
    padding: 36px;
    transform: translate(0, 50%);
}
.slider .rslides_nav {
    opacity: .3;
    transition: all 150ms linear;
}
.slider:hover .rslides_nav {
    opacity: 1;
}
.menu-content {
    /*padding-top: 8%;*/
}
.fw-col-right {
    padding-right: 0;
    padding-left: 0;
}
.fw-col-left {
    padding-left: 0;
    padding-right: 0;
}
.rb-logo {
    margin: 0 auto;
    max-width: 17vw;
    transition: all 250ms linear;
}
.rb-logo:hover {
    transform: scale(1.02);
}
.menu-rows {
    margin-top: 8%;
}
.menu-rows > a {
    font-size: 2.5vw;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: .5vw;
    transition: all 150ms linear;
    /*border-bottom: 3px solid transparent;*/
    line-height: 3.5vw;
    position: relative;
}
.menu-rows > a::after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: -5px;
    height: 3px;
    left: 0;
    opacity: 0;
    background: #fff;
    transition: all 250ms ease-in-out;
}
.menu-rows > a.photo-row {
    font-size: 2.9vw;
}
.menu-rows > a:hover {
    text-decoration: none;
}
.menu-rows > a:hover::after {
    opacity: 1;
    bottom: 0;
}
.menu-rows > a.red:hover::after {
    background: #ff0000;
}
.red {
    color: #ff0000 !important;
}
.soc {
    margin-top: 2.5vw;
}
.soc > a {
    display: inline-block;
    margin: 0 10px;
    top: 0;
    position: relative;
    transition: all 250ms ease-in-out;
}
.soc > a img {
    width: 2.6vw;
}
.soc > a.tr img {
    width: 4.1vw;
}
.soc > a:hover {
    top: -5px;
}
.dtable {
    margin: 0 auto;
    display: table;
}
.dtable > div, .dtable > li {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.vamiddle  > div, .vamiddle  > li {
    vertical-align: middle;
}
.about-header {
    font-size: 38px;
    margin-bottom: 40px;
    margin-top: 0;
    color: #000;
}
header {
    width: 100%;
}
main {
    background: #fff;
    padding: 45px 8%;
}
.about-text {
    font-size: 18px;
    line-height: 19px;
    padding-right: 50px;
    text-align: justify;
    color: #000;
}
.contact-header {
    color: #fff;
    border: 6px solid;
    padding: 13px 17px;
    font-size: 39px;
    display: inline-block;
}
.tel {
    font-size: 36px;
    color: #fff !important;
    display: block;
}
a.clear {
    color: inherit;
    text-decoration: none;
}
a.clear:hover {
    color: inherit;
    text-decoration: none;
}
footer {
    color: #fff;
    padding: 45px 8%;
    width: 100%;
}
.addr {
    font-size: 29px;
    line-height: 30px;
    display: block;
    margin-top: 12px;
}
footer .soc > a {
    display: inline-block;
    margin: 0 15px 0 0;
}
footer .soc > a img {
    width: 2.4vw;
}
footer .soc > a.tr img {
    width: 4vw;
}
.goo_map {
    width: 100%;
    height: 420px;
}
.news-header {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
}
.news-item {
    color: #fff;
    margin-bottom: 25px;
}
.source {

}
.news-item h2 {
    font-size: 16px;
    margin-top: 0;
}
.more {
    border: 2px solid;
    padding: 5px 3px;
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    transition: all 250ms linear;
}
.more:hover {
    background: rgba(255, 255, 255, 0.3);
}
#news .fw-col-right,
#photo .fw-col-right,
#menu .fw-col-right,
#delivery .fw-col-right,
#new_1 .fw-col-right {
    padding-top: 25px;
}
.news-left {

}
.news-item .border > div {
    background: #fff;
    height: 1px;
    margin-top: 25px;
}
.menu {
    padding-top: 25px;
    position: relative;
}
.thumbs {
    margin-top: 18px;
}
.slider {
    position: relative;
}
.row0 {
    margin-left: 0;
    margin-right: 0;
}
.dec {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 55;
    padding: 2px 10px;
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    font-size: 19px;
    opacity: 0;
    transition: all 250ms linear;
}
.dec.active {
    opacity: 1;
}
#photo .rslides_tabs {
    display: none;
}
.slick-prev {
    background: url("images/small-prev.svg") no-repeat center;
    width: 25px;
    height: 37px;
    background-size: 95% 95%;
    position: absolute;
    z-index: 55;
    left: 0;
    bottom: 50%;
    transform: translate(-100%, 50%);
    border: 0;
    text-indent: -999px;
    overflow: hidden;
}
.slick-next {
    background: url("images/small-next.svg") no-repeat center;
    width: 25px;
    height: 37px;
    background-size: 95% 95%;
    position: absolute;
    z-index: 55;
    right: 0;
    bottom: 50%;
    transform: translate(100%, 50%);
    border: 0;
    text-indent: -999px;
    overflow: hidden;
}
.thumbs .sld {
    padding: 10px;
    cursor: pointer;
    outline: 0;
    outline: none;
    overflow: hidden;
}
.thumbs .sld:hover img {
    transform: scale(1.03);
}
.thumbs img {
    margin: 0 auto;
    opacity: .8;
    border-radius: 2px;
    transition: all 250ms linear;
}
.thumbs img:hover {
    opacity: 1;
}
* {
    outline: none;
}
.menu-list {
    position: relative;
}
.menu-list img {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 250ms linear;
}
.menu-pag {
    color: #fff;
    margin-top: 30px;
}
.menu-pag > div {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    background: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    color: #000;
    cursor: pointer;
    font-size: 25px;
}
.menu-pag > div:hover {
    background: #dcdcdc;
}
.menu-pag > div.active {
    background: #ff0000;
    color: #fff;
}
.menu-list.page_1 > img[data-page="1"],
.menu-list.page_2 > img[data-page="2"]
{
    position: relative;
    opacity: 1;
}
.ddpdf {
    float: right;
    font-size: 23px;
}
.logo-cnt {
    padding: 20px 0;
    position: relative;
}
.logo-cnt a {
    display: inline-block;
    padding-left: 5%;
}
.logo-cnt .menu-btn {
    width: 35px;
    height: 35px;
    margin-top: 35px;
    position: absolute;
    right: 5%;
    cursor: pointer;
}
.xc-menu {
    position: fixed;
    z-index: 575;
    background: #000;
    padding: 0 30px;
    height: 100%;
}
.xc-menu .soc {
    margin-top: 55px;
}
.mobile-content .news-item .news-left img {
    margin: 0 auto 20px auto;
}
.dlv-text {
    font-size: 17px;
    padding-right: 45px;
}
#delivery .slider {
    max-width: 60%;
    margin: 30px auto 0px auto;
}
#delivery .mobile-content .slider {
    max-width: 100%;
    margin: 30px auto 0 auto;
}
#delivery main {
    background: #000;
    padding: 45px 2%;
}
.to-menu {
    color: #f00 !important;
}
a {
    cursor: pointer;
}
#wins_container.active {
    z-index: 10001;
    position: relative;
}
#wins_container.active > * {
    pointer-events: auto;
}
#wins_container > * {
    pointer-events: none;
}
.modal_18 {
    width: 80%;
}
.modal_18 .md-content {
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid #000000;
    padding: 30px;
}
.att-header {
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
}
.rights-info {
    color: #000;
}
.areyou18 {
    font-size: 22px;
    margin: 20px 0;
    color: #000;
}
.areyou18-btn {
    border: 0;
    border-radius: 2px;
    background: rgb(0, 0, 0);
    padding: 10px 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.areyou18-btn:hover {
    background-color: #323232;
    color: #fff;
}
.md-overlay {
    background-color: rgba(50, 50, 50, 0.81);
}
.modal_alert .md-content {
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid #000000;
    padding: 30px;
    color: #000;
    font-size: 17px;
}
.modal_alert span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}
.modal_alert button {
    color: #fff;
    max-width: 40%;
    margin: 0 auto;
    display: block;
}
.ekonom {
    border: 1px solid #fff;
}
#index .desktop-content .rslides_nav {
    opacity: 0;
}
#index .desktop-content .slider:hover  .rslides_nav{
    opacity: 1 !important;
}
.rslides_nav .g_prev, .rslides_nav .g_next {
    width: 23px;
    height: 41px;
    background-size: 35% 50%;
    border-radius: 0;
    opacity: .3;
}




/*****************************/
@media screen and (max-width: 767px) {
    .rb-logo {
        max-width: 150px;
    }
    .menu-rows > a {
        font-size: 40px;
        line-height: 64px;
    }
    .menu-rows > a.photo-row {
        font-size: 50px;
    }
    .soc > a img {
        width: 10vw;
    }
    .soc > a {
        margin: 0 10px 0 0;
    }
    .soc > a.tr img {
        width: 16vw;
    }
    .about-text {
        font-size: 15px;
        line-height: 17px;
        padding-right: 0;
        text-align: justify;
    }
    main {
        background: #fff;
        padding: 45px 2%;
    }
    footer .soc > a img {
        width: 12vw;
    }
    footer .soc > a.tr img {
        width: 20vw;
    }
    footer .soc {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .goo_map {
        width: 100%;
        height: 220px;
    }
    #menu main, #news main, #photo main {
        background: #000;
    }
    #photo .menu {
        padding: 0 20px 0 20px;
        position: relative;
    }
    .thumbs .sld {
        padding: 5px;
    }
    .dlv-text {
        font-size: 17px;
        padding-right: 0;
        line-height: 22px;
    }
    .modal_18 {
        max-width: 900px;
    }
    .rights-info {
        font-size: 12px;
        line-height: 15px;
    }
    .areyou18-btn {
        margin-bottom: 10px !important;
    }
    .areyou18 {
        font-size: 14px;
        margin: 10px 0;
        color: #000;
        line-height: 14px;
    }
    .att-header {
        color: #000000;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .modal_18 .md-content {
        max-width: 95%;
    }
    .rslides_nav .g_prev, .rslides_nav .g_next {
        background-size: 30% 40%;
        border-radius: 0;
    }
    .rslides_nav .g_prev {
        left: 0;
    }
    .rslides_nav .g_next {
        right: 0;
    }
    .slider .rslides_nav {
        opacity: 1;
    }
    .rslides_tabs li {
        width: 12px;
        height: 12px;
        background-size: 100% 100%;
        margin: 0 3px;
    }
    .rslides_tabs {
        position: absolute;
        bottom: 10px;
        z-index: 10;
        width: 100%;
        text-align: right;
        padding-right: 6%;
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1366px) {

}
@media (min-width: 1680px) {

}
@media (min-width: 1920px) {

}



@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}