@font-face {
    font-family: 'montserratlight';
    src: url(../fonts/a64aa1b5b473219bb4a3.woff2) format('woff2'),
    url(../fonts/7aded3701af4d7dcf106.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

.burgerStyle {
    font-family: 'montserratlight';
}

body.mobile .burgerStyle #settings {
    font-family: 'montserratlight';
}
.paytable {
    font-size: 1.5em;
    color: cadetblue;
}

.buy-bonus-card1 {
    content: url(../style/images/77b1b757d7f43ed02d12.png);
}

/*generator styles*/
.paytableContainer {
    text-align: center;
}

.paytableContainer .horizontalContainer {
    display: block;
    justify-content: space-evenly;
    margin: 15px auto;
}

.paytableContainer .horizontalContainer > img {
    display: inline-block;
    max-width: 20%;
}


.paytableContainer .verticalContainer {
    display: block;
    margin: auto 15px;
}

.paytableContainer h1 {
    color: #ff752c;
    font-size: 32px;
    margin-top: 50px;
}

.paytableContainer img {
    margin: auto;
    display: block;
    max-width: 65%;
}

.paytableContainer .textContainer {
    color: white;
    font-size: 18px;
    margin: 5px auto;
}

.paytableContainer .verticalContainer > .textContainer {
    margin: 5px auto;
}

.paytableContainer .horizontalContainer > .textContainer {
    margin: auto 15px;
}

.paytableContainer .highlight {
    color: #ff752c;
}

/*Symbols styles*/
.paytableContainer .symbolContainer > img {
    display: inline-flex;
    max-width: 50%
}

.paytableContainer .payoutContainer {
    display: inline-flex;
    flex-direction: column;
}

.paytableContainer .symbolsContainer {
    display: inline-flex;
    flex-direction: column;
    justify-content: end;
}

.paytableContainer .symbolContainer {
    display: inline-flex;
    flex-flow: row wrap;
    margin: 15px;
    max-width: 100%;
}

.paytableContainer .prizesContainer {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.paytableContainer .prizeContainer {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    text-align: left;
}

.paytableContainer .symbolAmount {
    font-size: 32px;
    color: #ff752c;
    padding-right: 15px;
}

.paytableContainer .symbolPrize {
    font-size: 32px;
    color: white;
}
game-menu {
    position: relative;
    z-index: 1;
}

hud-panel {
    position: relative;
    z-index: 1;
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url(../fonts/518c6d83e38cb791a766.woff2) format('woff2'),
    url(../fonts/b45e582577e958783349.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/dbf9cc3b5d0be6860367.woff2) format('woff2'),
    url(../fonts/0329bf8fcbfdd06caa24.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StardosStencil-Bold';
    src: url(../fonts/c0712df3996564ec988e.woff2) format('woff2'),
    url(../fonts/ecde5ef4573e9f6224f6.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gameRules {
    color: white;
    font-size: 18px;
    margin: 5px auto;
}

.gameRules h1, .gameRules h2, .gameRules h3, .gameRules h4, .gameRules h5 {
    color: #ff752c;
}

.gameRules li, .gameRules table td {
    word-break: break-word;
}


@media (max-width: 350px) and (max-height: 300px) {
    body.minislots.mobile.cssScale #popupCloseButton {
        top: 5px !important;
        right: 5px !important;
    }

    body.minislots div.gameRulesContent {
        margin: 45px 25px 25px 20px !important;
    }

    body.minislots.cssScale #betChangePopup .content {
        height: 73% !important;
    }
}

body.minislots.mobile #popup.gameRulesPopup,
body.minislots.mobile #popup.gameSettingsPopup {
    height: 100% !important;
}
@font-face {
    font-family: 'mediatornarrowbold';
    src: url(../fonts/375db9e715b3e073d4c4.woff2) format('woff2'),
    url(../fonts/93b9db9840df1731a596.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

.lang_ka * {
    font-family: "mediatornarrowbold" !important;
}
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    height: 100%;
    width: 100vw;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    overflow: hidden;
}

canvas {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    position: fixed;
}

#gameContainer {
    position: absolute;
}

div#preloadedSpritesheet {
    z-index: -1;
    pointer-events: none;
    opacity: 0.01;
    position: absolute;
}

#preloadedSpritesheet div {
    position: absolute;
}

.aplaBg {
    width: 100%;
    height: 400%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.01;
}

.fullscreen {
    position: fixed;
    left: 50%;
    margin-left: -84px;
    bottom: 0;
    z-index: 50000;
    pointer-events: none;
}

.overlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10000;
}

.clearFix {
    clear: both;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.heading {
    width: 100%;
    color: #FFF;
    background: rgba(255, 255, 255, .15);
    border-radius: 50px;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-top: 50px;
}

#gameNameContainer {
    width: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    background-color: black;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
}

body.mobile.cssScale #gameNameContainer {
    line-height: 9px;
    font-size: 7px;
}

#gameNameContainer .gameName {
    color: white;
}

#gameNameContainer .gameDetails {
    color: lightgrey;
}

.landscapeWordWrap {
    display: none;
}

body.mobile.portrait .landscapeWordWrap {
    display: block;
}
div.iFrame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000000000000;
}

div.iFrame .close {
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    width: 43px;
    height: 43px;
    border-radius: 100%;
    color: white;
    border: solid 2px rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    line-height: 36px;
    font-size: 50px;
}

body.mobile div.iFrame .close {
    right: 30px;
    top: 85px;
    transform-origin: top right;
    -webkit-transform-origin: top right;
    width: 86px;
    height: 86px;
    font-size: 100px;
    line-height: 70px;
}

body.portrait div.iFrame .close {
    right: 7px;
    top: 63px;
}

div.iFrame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

div.iFrame iframe {
    visibility: hidden;
}

.iFrame .wrapper {
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.loadingTextWrapper {
    position: fixed;
    width: 100%;
    display: table;
    height: 100%;
    background-color: black;
}

.loadingTextWrapper p {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

body.mobile .iFrame .wrapper {
    padding: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

body.cssScale div.iFrame iframe {
    transform: scale(0.5, 0.5);
    transform-origin: top left;
}

body.cssScale .iFrame .wrapper {
    height: 200%;
    width: 200%;
    text-align: center;
}

body.cssScale div.iFrame .close {
    width: 43px;
    height: 43px;
    font-size: 54px;
    line-height: 36px;
    top: 30px;
    right: 10px;
}
body.mobile.cssScale canvas,
body.mobile.cssScale .messageWindow,
body.mobile.cssScale .fullscreen,
body.mobile.cssScale #popupCloseButton {
    -webkit-transform: translateX(0) scale(0.5, 0.5);
    -webkit-transform-origin: top left;
}

body.mobile.cssScale .fullscreen {
    -webkit-transform-origin: bottom center;
}

body.mobile.cssScale #popupCloseButton {
    top: 20px;
    right: 20px;
    transform-origin: top right;
    -webkit-transform-origin: top right;
}

body.mobile #popup.gameSettingsPopup {
    height: 100%;
}

body.mobile #settings input[type='tel'] {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    width: 82px;
    letter-spacing: -2px;
}
#popup {
    width: 1420px;
    height: 650px;
    /*height: 100%;*/
    position: fixed;
    /*background-color: crimson;*/
    /*opacity: 0.5;*/
    transform-origin: top left;
    -webkit-transform-origin: top left;
    z-index: 9999;

    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.scrollable {
    overflow: auto;
    height: 100%;
    overflow-scrolling: touch;
    pointer-events: auto;
}

.glossary td, .glossary th

{ border: 1px solid black; padding-left: 5px; padding-right: 5px; }

table.glossary

{ border-collapse: collapse; }

#popupCloseButton {
    position: fixed;
    right: 45px;
    top: 40px;
    z-index: 9999999;
}

div.swiper-pagination {
    position: relative;
    bottom: 150px;
    transition: none;
    pointer-events: none;
}

.mobile div.swiper-pagination {
    pointer-events: auto;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: #FFF;
    margin: 5px;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    background: #FFF;
}

body.mobile #popup {
    width: auto;
}
body.portrait.tablet #popup{
    height:auto;
}
body.portrait #popup {
    height: 1100px;
}

body.portrait .symbolsWrapper {
    width: 1000px;
}

body.portrait #paytable {
    width: 1000px;
    height: 1000px;
    margin-top: 0;
    position: relative;
    top: 50%;
    margin-top: -500px;
}

body.portrait div.twoColumns {
    padding-left: 0;
}

body.portrait .paytableSymbolContainer {
    margin-left: 35px;
}

body.portrait #settings .slider_container {
    text-align: left;
    margin-top: 0;
}

body.portrait #settings input[type="range"] {
    width: 60%;
}

body.portrait div.checkbox_outer_container {
    word-break: break-word;
}

body.portrait #popupCloseButton {
    right: 20px;
    top: 20px;
}

/*tournament*/
body.portrait div#portraitMenu {
    display: block;
}

body.portrait .tournamentFrameWrapper {
    padding: 0;
}

body.portrait #tournamentFrameCounter {
    border-radius: 0;
}

body.portrait div.tournamentFrame .logo_container {
    border-radius: 0;
}

body.portrait div.tournamentMenu {
    background: rgba(219, 219, 219, 0.85);
    border-top: 1px solid #8e8f8e;
    border-bottom: 1px solid #8e8f8e;
    display: block;
}

body.portrait div.tournamentMenu div.tournamentFrameMenuButton {
    flex: 0;
    -webkit-flex: 0;
}

body.portrait div.tournamentFrame div.tournamentFrameMenuButton {
    float: none;
    width: 100%;
}

body.portrait div.tournamentPage .leftColumn {
    text-align: center;
    width: 90%;
}

body.portrait div.tournamentPage .rewardsContainer,
body.portrait div.tournamentPage .leftColumn {
    display: block;
}

body.portrait div.tournamentPage#prizePool > div {
    margin: 0;
    float: none;
}

body.portrait div.tournamentPage#prizePool > div:first-child {
    margin: 0;
    float: none;
}

body.portrait section.tournamentFrameWrapper {
    transition: 0.5s;
}

body.portrait section.tournamentFrameWrapper.expanded {
    transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}

body.portrait div.tournamentFrame .closeTournament {
    width: 50px;
    height: 50px;
    font-size: 50px;
    top: 60px;
    right: 10px;
}

body.portrait div.tournamentPage#leaderboard div.row p {
    line-height: 70px;
}

#iResponseViewer {
    position: fixed;
    width: 300px;
    top: 10px;
    right: 10px;
    padding: 1px;
    background: black;
    color: white;
    font-size: 10px;
}

/* COMMON */
#iResponseViewer input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    font-size: 10px;
    border: none;
    background: #3C3C3C;
    color: #2FA1D6;
    margin-bottom: 2px;
}

#iResponseViewer input:hover {
    background: #303030;
    color: white;
}

#iResponseViewer input:focus {
    background: #303030;
    color: white;
}

#iResponseViewer button {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    font-size: 10px;
    border: none;
    background: #E67200;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

#iResponseViewer button.buttonFlex {
    width: auto;
    flex: 1;
    margin-right: 2px;
}

#iResponseViewer button.buttonFlex:last-child {
    width: auto;
    margin-right: 0;
}

#iResponseViewer button:hover {
    background: #E68200;
}

#iResponseViewer .container {
    display: block;
    width: auto;
    padding: 2px;
    margin: 2px;
    background: #1A1A1A;
}

#iResponseViewer .flexContainer {
    display: flex;
}

/* HEADER */
#iResponseViewer #irv_header {
    cursor: move;
    padding: 4px;
    align-items: flex-start;
    text-align: center;
    font-size: 12px;
}

#iResponseViewer #irv_header:hover {
    background: #303030;
}

/* BETS CONTAINER */
#iResponseViewer #irv_betsContainer {
    height: 350px;
    overflow: auto;
    padding: 0;
    margin-bottom: 4px;
}

#iResponseViewer .betBlock {
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 16px;
    margin: 4px 0 0 0;
    padding: 2px;
}

#iResponseViewer .betBlock:first-child {
    margin-top: 0;
}

#iResponseViewer .betBlock .propsContainer {
    padding-left: 4px;
}

#iResponseViewer .betBlock .row {
    word-break: break-word;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 2px 0 2px 0;
}

#iResponseViewer .betBlock .row:last-child {
    border-bottom: none;
}

#iResponseViewer .betBlock .row:hover {
    background-color: #303030;
}

#iResponseViewer .betBlock .row .propName {
    display: inline-block;
    vertical-align: top;
}

#iResponseViewer .betBlock .row .propValue {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

/* TOGGLE ALL PROPS BUTTON */
#iResponseViewer #irv_toggleAllPropsButton {
    margin-bottom: 2px;
}

/* ALL PROPS FILTER INPUT */
#iResponseViewer #irv_filterAllPropsInput {
    margin-top: 2px;
}

/* ALL PROPS CONTAINER */
#iResponseViewer #irv_allPropsListContainer {
    height: 200px;
    overflow: auto;
    margin: 2px 0 0 0;
    padding: 0;
}

#iResponseViewer .propLink {
    cursor: pointer;
    text-decoration: none;
    display: block;
    margin: 1px 0;
    border-left: 2px solid #E67200;
}

#iResponseViewer .propLink:hover {
    background-color: #303030;
    border-left-color: #E68200;
}

#iResponseViewer .propLink.selected {
    border-left: 2px solid #ff00c7;
    background-color: #3C3C3C;
}

/**
 * Swiper 3.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 6, 2015
 */
.swiper-slide, .swiper-wrapper {
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    width: 100%
}

.swiper-pagination, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0)
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-slide, .swiper-wrapper {
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    margin: 5px;
    opacity: .2;
    cursor: pointer;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s step-end infinite;
    -moz-animation: swiper-preloader-spin 1s step-end infinite;
    animation: swiper-preloader-spin 1s step-end infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%236c6c6c%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%23fff%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0)
    }
    8.33333333% {
        -webkit-transform: rotate(30deg)
    }
    16.66666667% {
        -webkit-transform: rotate(60deg)
    }
    25% {
        -webkit-transform: rotate(90deg)
    }
    33.33333333% {
        -webkit-transform: rotate(120deg)
    }
    41.66666667% {
        -webkit-transform: rotate(150deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    58.33333333% {
        -webkit-transform: rotate(210deg)
    }
    66.66666667% {
        -webkit-transform: rotate(240deg)
    }
    75% {
        -webkit-transform: rotate(270deg)
    }
    83.33333333% {
        -webkit-transform: rotate(300deg)
    }
    91.66666667% {
        -webkit-transform: rotate(330deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    8.33333333% {
        transform: rotate(30deg)
    }
    16.66666667% {
        transform: rotate(60deg)
    }
    25% {
        transform: rotate(90deg)
    }
    33.33333333% {
        transform: rotate(120deg)
    }
    41.66666667% {
        transform: rotate(150deg)
    }
    50% {
        transform: rotate(180deg)
    }
    58.33333333% {
        transform: rotate(210deg)
    }
    66.66666667% {
        transform: rotate(240deg)
    }
    75% {
        transform: rotate(270deg)
    }
    83.33333333% {
        transform: rotate(300deg)
    }
    91.66666667% {
        transform: rotate(330deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

