@font-face {
    font-family: 'Sams';
    src: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/fonts/JakobXTT.ttf);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'fotura';
    src: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/fonts/futura-pt-demi.ttf);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'foturaB';
    src: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/fonts/Futura_PT_bold.ttf);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/fonts/UbuntuLight.ttf);
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'UbuntuR';
    src: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/fonts/Ubuntu-Regular.ttf);
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'UbuntuB';
    src: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/fonts/Ubuntu-Bold.ttf);
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

.slider-row {
    overflow: hidden;
}

.slider-row .sl {
    overflow: hidden;
    height: 390px;
    position: relative;
}

@media (max-width: 600px) {
    .slider-row .sl {
        height:280px;
    }
}

.slider-row .info-slide {
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    z-index: 200;
}

@media only screen and (max-width: 980px) {
    .slider-row .info-slide {
        left:50%;
        width: 250px;
    }
}

.slider-row .info-slide .title {
    font-size: 35px;
    letter-spacing: .01em;
    margin-bottom: 8px;
    text-align: left;
    font-family: FuturaPT-Medium, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
    .slider-row .info-slide .title {
        font-size:23px;
        text-align: center;
    }
}

.slider-row .info-slide .count {
    color: #fff;
    font-size: 84px;
    text-align: left;
    line-height: 1.2;
    margin-top: -9px;
    margin-bottom: -9px;
    letter-spacing: -2.5px;
    pointer-events: none;
}

@media only screen and (min-width: 980px) {
    .slider-row .info-slide .count {
        background-image:radial-gradient(#fff7ea,#f8c680);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px rgba(134,0,140,0.55);
    }
}

@media only screen and (max-width: 980px) {
    .slider-row .info-slide .count {
        font-size:33px;
        text-align: center;
        color: #f8c680;
    }
}

.slider-row .slider-list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-row .slider-list .item {
    position: relative;
}

.slot-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 20px;
    background-color: transparent;
    border: 1px solid #383b3d;
    justify-content: space-between;
}

@media only screen and (max-width: 980px) {
    .slot-info {
        flex-direction:column;
        align-items: center;
    }
}

.slot-info .info-title {
    display: block;
    padding: 0px 0 10px;
    font-size: 22px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    font-weight: normal;
}

.slot-info .slide-scrins {
    display: block;
    width: 50%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    .slot-info .slide-scrins {
        margin-top:25px;
        width: 100%;
    }
}

.slot-info .info-table {
    width: 50%;
}

@media only screen and (max-width: 980px) {
    .slot-info .info-table {
        width:100%;
        display: block;
    }
}

.slot-info ul.characteristic li {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 2px 0 #000;
    padding: 6px 13px;
}

.slot-info ul.characteristic li span.bold {
    padding-left: 10px;
}

.tns-outer {
    padding: 0 !important;
    position: relative;
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-slider > .tns-item img {
    height: initial;
}

@media only screen and (max-width: 600px) {
    .tns-slider > .tns-item img {
        min-height:auto;
    }
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix > div,.tns-vpfix > li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.33333%;
    width: -webkit-calc(2333.3333333333%);
    width: -moz-calc(2333.3333333333%);
    width: calc(2333.3333333333%);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both;
}

.tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(1.4285714285714%);
    width: -moz-calc(1.4285714285714%);
    width: calc(1.4285714285714%);
    height: 10px;
    float: left;
}

.slider-show .sidebar-title:before,.slider-show .sidebar-title:after {
    top: 50%;
    transform: translateY(-50%);
}

.characters-wrap td {
    width: 50%;
}

.tns-controls {
    position: absolute;
    top: 45%;
    width: 100%;
}

@media only screen and (max-width: 980px) {
    .tns-controls {
        display:none;
    }
}

.tns-controls button {
    background: none;
    border: none;
    font-size: 0;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    outline: 0 !important;
    z-index: 5;
}

.tns-controls button:nth-child(1) {
    position: absolute;
    top: 0;
    right: auto;
    left: 10%;
    transform: rotate(-45deg);
    width: 25px;
    height: 25px;
    background: #306;
    padding: 20px;
    border-radius: 100%;
}

.tns-controls button:nth-child(1):hover {
    background-color: #e21d5c;
}

.tns-controls button:nth-child(1):before {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/arrow.svg) center top/cover no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-60%,-60%) rotate(45deg);
}

.tns-controls button:nth-child(2) {
    position: absolute;
    top: 0;
    left: auto;
    right: 10%;
    transform: rotate(-45deg);
    width: 25px;
    height: 25px;
    background: #306;
    padding: 20px;
    border-radius: 100%;
}

.tns-controls button:nth-child(2):hover {
    background-color: #e21d5c;
}

.tns-controls button:nth-child(2):before {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/arrow.svg) center top/cover no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-40%,-40%) rotate(-140deg);
}

.tns-nav > .tns-nav-active {
    background: #ec094b;
    width: 9px;
    height: 9px;
}

.tns-nav button {
    width: 4px;
    outline: none;
    height: 4px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #c4c4c4;
    border: 0;
}

.tns-slider > .tns-item img {
    margin: 0 auto;
    display: block;
    padding: 0;
    width: initial;
    min-width: 100%;
    overflow: hidden;
    height: 390px;
}

@media (max-width: 600px) {
    .tns-slider > .tns-item img {
        height:280px;
    }
}

.tns-nav {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-row .tns-controls {
    opacity: 0;
    transition: all .1s;
}

.slider-row:hover .tns-controls {
    opacity: 1;
    transition: all .1s;
}

.tabs_caption li {
    display: flex;
    font-size: 12px;
    line-height: 1;
    z-index: 10;
    font-weight: normal;
    text-transform: initial;
    font-family: "fotura", Arial, sans-serif;
    cursor: pointer;
    position: relative;
    color: #fff;
    flex: 0 0 50%;
    border-bottom: 5px solid transparent;
}

.tabs_caption li.active:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 70%;
    content: "";
    height: 3px;
    -webkit-box-shadow: 0 0 5px #e21d5c;
    box-shadow: 0 0 5px #e21d5c;
    border-radius: 1px;
    background-color: #e21d5c;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0.1)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(0deg,rgba(255,255,255,0.1) 0,rgba(0,0,0,0.1) 100%);
}

.tabs_caption li:hover {
    cursor: pointer;
}

.tabs-text-container {
    position: relative;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 450px;
    margin: 0 auto;
    box-sizing: border-box;
}

.tabs {
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: content-box;
}

.tabs ul.tabs_caption {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    left: 0;
    margin: 0;
    padding: 0;
}

.tabs ul.tabs_caption li {
    flex-grow: 1;
    text-transform: inherit;
    font-family: "fotura", Arial, sans-serif;
    font-size: 16px;
    list-style-type: none;
    color: #fff;
    text-align: left;
    line-height: 1;
    padding: 20px;
}

.tabs .tabs_content {
    width: 100%;
}

.tabs .tabs_content {
    opacity: 0;
    height: 0px;
    transition: all .3s;
    padding: 0;
    margin: 0;
}

.tabs .tabs_content #simple-bar {
    display: none;
}

.tabs .tabs_content.active {
    opacity: 1;
    height: auto;
    transition: all .3s;
    margin-top: 10px;
    overflow-y: auto;
}

* {
    box-sizing: border-box;
}

body {
    z-index: 1;
}

@media (max-width: 980px) {
    body {
        padding-top:67px;
    }

    body.single-page {
        padding-top: 0px;
    }
}

.bgs {
    position: relative;
}

.bgs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(20,5,40,0.8);
}

span.none {
    position: absolute;
    left: -9999;
    opacity: 0;
    font-size: 0;
    z-index: -9999;
}

html,body {
    position: relative;
    box-sizing: border-box;
    height: initial;
    background: linear-gradient(to top,#000,#1e083c);
    font-family: "fotura", Arial, sans-serif;
    margin: 0;
    padding-right: 0 !important;
    color: #fff;
}

.main {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
}

p,ul,ol,li {
    font-size: 16px;
    line-height: 1.3;
    font-family: "fotura", Arial, sans-serif;
}

p strong,p b,ul strong,ul b,ol strong,ol b,li strong,li b {
    font-family: "fotura", Arial, sans-serif;
}

@media (max-width: 768px) {
    ul,ol {
        padding-left:20px;
    }
}

h1.title {
    font-size: 28px;
    font-family: "fotura", Arial, sans-serif;
    line-height: 1;
    padding-bottom: 25px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

h1.title.front {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.container {
    width: 100%;
    max-width: 1250px;
    padding: 0 40px;
    display: block;
    margin: 0 auto;
}

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

.container .content {
    font-family: "fotura", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}

.container .content .alignleft {
    float: left;
    margin: 25px 25px 25px 0;
}

.container .content .alignright {
    float: right;
    margin: 25px 0px 25px 25px;
}

.container .content .aligncenter {
    float: none;
    display: block;
    margin: 25px auto;
}

.container .content .alignnone {
    margin: 25px 0;
}

.logo img {
    max-width: 180px;
    height: initial;
}

@media (max-width: 980px) {
    .logo img {
        max-width:125px;
    }
}

@media (max-width: 980px) {
    .btns-top .btn {
        display:none;
    }
}

.btns-top .btn a {
    margin: 0 10px;
}

.btns-top .lang {
    margin: 0 10px;
}

.top-menu {
    background: #1c0836;
    border-top: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 102;
}

@media (max-width: 980px) {
    .top-menu {
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(17,4,35,0.4);
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(6,2,12,0.4)),to(rgba(23,7,45,0.4)));
        background-image: linear-gradient(to bottom,rgba(6,2,12,0.4) 0,rgba(23,7,45,0.4) 100%);
    }
}

.top-menu .navigate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .top-menu .navigate {
        padding:10px 0;
        align-items: center;
    }
}

.top-menu .navigate .top-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 980px) {
    .top-menu .navigate .top-line {
        justify-content:center;
    }
}

.top-menu .navigate .top-line .item-nav {
    width: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob-enter {
    display: none;
}

@media (max-width: 980px) {
    .mob-enter {
        display:block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .mob-enter img {
        width: 25px;
        height: 25px;
    }
}

.mob-menu-col {
    display: none;
}

@media (max-width: 980px) {
    .mob-menu-col {
        display:none;
    }

    .mob-menu-col .lang {
        margin-top: 20px;
    }

    .mob-menu-col.open {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 53px;
        flex-direction: column-reverse;
        background: #280750;
        padding: 20px 50px;
    }

    .mob-menu-col.open .menu-mob {
        display: flex;
        flex-direction: row-reverse;
    }

    .mob-menu-col.open .menu-top {
        flex-direction: column;
    }

    .mob-menu-col.open .menu-top li {
        padding: 0;
        margin: 5px 0;
    }

    .mob-menu-col.open .menu-top li:before,.mob-menu-col.open .menu-top li:after {
        display: none;
    }

    .mob-menu-col.open .menu-top li.current-menu-item span {
        padding: 5px;
        font-size: 14px;
    }

    .mob-menu-col.open .menu-top li a,.mob-menu-col.open .menu-top li span {
        padding: 5px;
        font-size: 14px;
    }

    .mob-menu-col.open .menu-top li:last-child {
        padding-left: 0px;
    }

    .mob-menu-col.open .menu-top li:first-child {
        padding-left: 0px;
    }
}

.header-nav .mobile {
    display: none;
}

@media (max-width: 980px) {
    .header-nav .mobile {
        display:block;
        background-color: transparent;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 5px;
        top: 5px;
        margin: 0 auto;
        z-index: 999;
    }

    .header-nav .mobile:before {
        content: 'â˜°';
        position: absolute;
        text-align: center;
        width: 100%;
        height: 40px;
        color: #e21d5c;
        left: 25px;
        top: 15px;
        transform: translate(-50%,-50%);
        font-family: "fotura", Arial, sans-serif;
        font-size: 40px;
    }

    .header-nav .mobile.active {
        display: block;
        background-color: transparent;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 5px;
        top: 5px;
        margin: 0 auto;
        z-index: 999;
    }

    .header-nav .mobile.active:before {
        content: 'âœ–';
        position: absolute;
        text-align: center;
        width: 100%;
        height: 40px;
        color: #e21d5c;
        left: 25px;
        top: 15px;
        transform: translate(-50%,-50%);
        font-family: "fotura", Arial, sans-serif;
        font-size: 40px;
    }
}

.header-nav ul.menu-top {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
}

.header-nav ul.menu-top.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    margin-top: 34px;
    background: #2e2e2e;
    text-align: center;
}

.header-nav ul.menu-top.open li:after {
    display: none;
}

.header-nav ul.menu-top.open li:after:last-child {
    padding-right: 25px;
}

.header-nav ul.menu-top.open li.menu-item-has-children ul {
    display: block;
    opacity: 1;
    position: initial;
    width: 100%;
    background-color: #222;
}

.header-nav ul.menu-top.open li.menu-item-has-children ul li {
    width: 100%;
}

.header-nav ul.menu-top.open li.menu-item-has-children ul li a {
    width: 100%;
}

.header-nav ul.menu-top.open li.menu-item-has-children ul li a:hover {
    background: #e21d5c;
}

.header-nav ul.menu-top.open li.menu-item-has-children ul li a:before {
    display: none;
}

.header-nav ul.menu-top li {
    display: inline-block;
    position: relative;
}

.header-nav ul.menu-top li a:hover {
    color: #e21d5c;
}

.header-nav ul.menu-top li.current-menu-item span {
    cursor: default;
}

.header-nav ul.menu-top li.current-menu-item span {
    color: #e21d5c;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 3px;
    background: transparent;
    z-index: 2;
    font-size: 18px;
    padding: 22px 15px;
    font-family: "fotura", Arial, sans-serif;
}

.header-nav ul.menu-top li.current-menu-item span:hover {
    cursor: default;
}

.header-nav ul.menu-top li.menu-item-has-children {
    position: relative;
}

.header-nav ul.menu-top li.menu-item-has-children ul {
    display: none;
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 0;
    padding-left: 0;
    background: #222;
}

.header-nav ul.menu-top li.menu-item-has-children ul li {
    position: relative;
}

.header-nav ul.menu-top li.menu-item-has-children ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 3px;
    background: transparent;
    z-index: 2;
    font-size: 18px;
    padding: 22px 15px;
}

.header-nav ul.menu-top li.menu-item-has-children ul li a a:hover {
    color: #e21d5c;
}

.header-nav ul.menu-top li.menu-item-has-children:hover ul {
    display: block;
    opacity: 1;
    min-width: 150px;
    line-height: 1;
}

.header-nav ul.menu-top li.menu-item-has-children:hover ul li a:hover {
    color: #e21d5c;
}

.header-nav ul.menu-top li a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 3px;
    background: transparent;
    z-index: 2;
    font-size: 18px;
    padding: 22px 15px;
    font-family: "fotura", Arial, sans-serif;
}

.header-nav ul.menu-top li a a:hover {
    color: #e21d5c;
}

.soc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 400;
}

@media (max-width: 980px) {
    .soc {
        display:none;
    }
}

.soc .icon {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e21d5c;
    height: 30px;
    width: 30px;
}

.soc .icon:hover {
    background-color: #fff;
}

.soc .icon:hover span.google {
    background: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/google-login-hover.png) center top/cover no-repeat;
}

.soc .icon span.google {
    width: 15px;
    height: 15px;
    background: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/google-login.png) center top/cover no-repeat;
}

.btn-pattern {
    padding: 4px 10px 8px;
    font-weight: 400;
    border-width: 2px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.btn-pattern:hover {
    text-decoration: none;
}

.btn-pattern.pink {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    border-radius: 3px;
    border: 3px solid #e21d5c;
    background-color: transparent;
    transition: all .3s;
}

.btn-pattern.pink.slider {
    max-width: 170px;
    text-align: center;
    margin-top: 35px;
    border: 1px solid #e21d5c;
}

@media (max-width: 980px) {
    .btn-pattern.pink.slider {
        max-width:100%;
        background-color: #e21d5c;
        text-transform: uppercase;
    }
}

.btn-pattern.pink:hover {
    transition: all .3s;
    background-color: #e21d5c;
}

.btn-pattern.violet {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid rgba(128,0,255,0.5);
    background-color: transparent;
    transition: all .3s;
}

.btn-pattern.violet:hover {
    transition: all .3s;
    background-color: #8000ff;
}

ul.breadcrumbs {
    display: flex;
    left: 0;
    padding-left: 0;
    margin-left: 0;
    flex-wrap: wrap;
}

ul.breadcrumbs li {
    display: inline-block;
}

ul.breadcrumbs li a {
    text-decoration: none;
    color: #fff;
}

ul.breadcrumbs li a:hover {
    color: #d52473;
}

ul.breadcrumbs li span.cru-cur {
    color: #d52473;
}

ul.breadcrumbs .separator {
    color: #d52473;
    padding: 0 7px 0 5px;
}

.lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    font-family: "fotura", Arial, sans-serif;
}

@media (max-width: 768px) {
    .lang {
        position:relative;
    }
}

.lang a {
    font-family: "fotura", Arial, sans-serif;
    font-weight: 900;
    color: #f83c5f;
    transition: all .3s;
    opacity: 1;
    display: flex;
    align-items: center;
}

.lang a:hover {
    opacity: .5;
    transition: all .3s;
    text-decoration: underline;
}

.lang img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.lang span {
    cursor: default;
}

.menu-top {
    background-color: #280750;
}

.menu-top nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    left: 0;
}

.menu-top nav ul li {
    list-style-type: none;
    margin: 0;
    left: 0;
    position: relative;
    padding: 0 25px;
}

.menu-top nav ul li:last-child:after {
    display: none;
}

.menu-top nav ul li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}

@media (min-width: 980px) {
    .menu-top nav ul li:after {
        background-image:-webkit-gradient(linear,left top,right top,from(#e59b33),color-stop(50%,#fee6c0),to(#e59b33));
        background-image: linear-gradient(90deg,#e59b33 0,#fee6c0 50%,#e59b33 100%);
        -webkit-box-shadow: 0 0 6px 1px #e59b33;
        box-shadow: 0 0 6px 1px #e59b33;
    }
}

@media (min-width: 980px) {
    .menu-top nav ul li.current-menu-item {
        background-image:-webkit-gradient(linear,left top,right top,from(#e59b33),color-stop(50%,#fee6c0),to(#e59b33));
        background-image: linear-gradient(90deg,#e59b33 0,#fee6c0 50%,#e59b33 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.menu-top nav ul li.current-menu-item span {
    color: #fff;
    padding: 0 0 27px;
    display: block;
    z-index: 1;
    text-shadow: none;
}

.menu-top nav ul li.current-menu-item span:before {
    -webkit-transition: .5s;
    transition: .5s;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 4px;
    background-color: #d52473;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
    z-index: 2;
}

.menu-top nav ul li.current-menu-item span.name {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.menu-top nav ul li a,.menu-top nav ul li span {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: "fotura", Arial, sans-serif;
    padding: 25px 0;
}

.menu-top nav ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 25px 0;
    display: block;
}

.menu-top nav ul li a:before {
    -webkit-transition: .5s;
    transition: .5s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d52473;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
    z-index: 2;
}

.menu-top nav ul li a:link {
    color: #fff;
}

.menu-top nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 980px) {
    .menu-top nav ul li a:hover {
        background-image:-webkit-gradient(linear,left top,right top,from(#e59b33),color-stop(50%,#fee6c0),to(#e59b33));
        background-image: linear-gradient(90deg,#e59b33 0,#fee6c0 50%,#e59b33 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.menu-top nav ul li a:hover:before {
    opacity: 1;
    bottom: -3px;
}

.after-slider-nav .before-line {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .after-slider-nav .before-line {
        margin-top:0px;
        margin-bottom: auto;
    }
}

@media (max-width: 600px) {
    .after-slider-nav .before-line .sidebar {
        position:absolute;
        right: 0;
        max-width: 180px;
    }
}

.after-slider-nav .before-line .item.menus {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
}

@media (max-width: 980px) {
    .after-slider-nav .before-line .item.menus {
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 980px) {
    .after-slider-nav .before-line .item.menus {
        align-items:flex-start;
    }
}

.after-slider-nav .before-line .item.menus .selecteble {
    position: relative;
}

@media (max-width: 600px) {
    .after-slider-nav .before-line .item.menus .selecteble {
        order:2;
    }
}

.after-slider-nav .before-line .item.menus .select_opener {
    padding: 10px 46px 10px 20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    background-color: #240648;
    display: inline-table;
    border-bottom: 2px solid transparent;
}

@media (max-width: 600px) {
    .after-slider-nav .before-line .item.menus .select_opener {
        padding:10px 25px 10px 10px;
    }
}

.after-slider-nav .before-line .item.menus .select_opener:before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #fff transparent transparent;
    right: 20px;
    top: 19px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media (max-width: 600px) {
    .after-slider-nav .before-line .item.menus .select_opener:before {
        right:10px;
    }
}

.after-slider-nav .before-line .item.menus .select_opener:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: transparent;
    width: calc(82%);
    bottom: 0;
    left: 9px;
}

.after-slider-nav .before-line .item.menus .select_opener.select {
    border-bottom: 2px solid #44147e;
}

.after-slider-nav .before-line .item.menus .menu-drop-down {
    display: none;
    height: 0;
    background-color: #240648;
}

.after-slider-nav .before-line .item.menus .menu-drop-down.open {
    display: block;
    height: 200px;
    min-height: 200px;
    overflow-y: scroll;
    position: absolute;
    top: 25px;
    padding: 0;
    width: 100%;
    z-index: 10;
}

.after-slider-nav .before-line .item.menus .menu-drop-down.open .icon-wrapper {
    display: none;
}

.after-slider-nav .before-line .item.menus .menu-drop-down li {
    background: transparent;
    transition: all .3s;
}

.after-slider-nav .before-line .item.menus .menu-drop-down li.current-menu-item span {
    background: #44147e;
    color: #e21d5c;
    cursor: default;
    display: block;
    padding: 10px 20px;
}

.after-slider-nav .before-line .item.menus .menu-drop-down li:hover {
    background: #44147e;
}

.after-slider-nav .before-line .item.menus .menu-drop-down li:hover a {
    color: #e21d5c;
}

.after-slider-nav .before-line .item.menus .menu-drop-down li a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 600px) {
    .after-slider-nav .before-line .item.menus .before-nav-line {
        width:100%;
        overflow-x: scroll;
        order: 1;
        margin-bottom: 35px;
    }
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
    padding: 0;
    left: 0;
    margin-left: 35px;
    padding-bottom: 10px;
}

@media (max-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line {
        margin-left:0px;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line {
        min-width:600px;
        justify-content: flex-start;
    }
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

@media (max-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li {
        margin:10px;
    }
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li:last-child {
    margin-right: 0px;
}

@media (max-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li:last-child {
        margin:10px;
    }
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li.current-menu-item {
    font-size: 17px;
}

@media (min-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li.current-menu-item {
        background-image:-webkit-gradient(linear,left top,right top,from(#e59b33),color-stop(50%,#fee6c0),to(#e59b33));
        background-image: linear-gradient(90deg,#e59b33 0,#fee6c0 50%,#e59b33 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (max-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li.current-menu-item {
        color:#e21d5c;
    }
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li.current-menu-item span {
    font-size: 17px;
    color: #e21d5c;
}

@media (min-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li.current-menu-item span {
        background-image:-webkit-gradient(linear,left top,right top,from(#e59b33),color-stop(50%,#fee6c0),to(#e59b33));
        background-image: linear-gradient(90deg,#e59b33 0,#fee6c0 50%,#e59b33 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li.current-menu-item img {
    -webkit-filter: drop-shadow(0px 0px 5px #e21d5c);
    filter: drop-shadow(0px 0px 5px #e21d5c);
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li a {
    color: #fff;
    font-size: 17px;
}

@media (max-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li a:hover {
        color:#e21d5c;
    }
}

@media (min-width: 980px) {
    .after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li a:hover {
        background-image:-webkit-gradient(linear,left top,right top,from(#e59b33),color-stop(50%,#fee6c0),to(#e59b33));
        background-image: linear-gradient(90deg,#e59b33 0,#fee6c0 50%,#e59b33 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li a:hover img {
    -webkit-filter: drop-shadow(0px 0px 5px #e21d5c);
    filter: drop-shadow(0px 0px 5px #e21d5c);
    transition: all .2s;
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li a,.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li span {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
}

.after-slider-nav .before-line .item.menus .before-nav-line ul.menu-before-line li img {
    width: 80px;
    height: initial;
    margin: 0 auto;
    position: relative;
    bottom: -5px;
    -webkit-filter: none;
    filter: none;
    transition: all .2s;
}

#searchform {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 980px) {
    #searchform {
        justify-content:center;
    }
}

#searchform button {
    position: relative;
    background: transparent;
    outline: none;
    border: none;
    -webkit-filter: none;
    filter: none;
    top: 5px;
    transition: all .3s;
}

#searchform button img {
    transition: all .3s;
    -webkit-filter: none;
    filter: none;
}

#searchform button:hover img {
    transition: all .3s;
    -webkit-filter: drop-shadow(0px 0px 5px #e21d5c);
    filter: drop-shadow(0px 0px 5px #e21d5c);
}

#searchform input#searchsubmit {
    border: none;
    color: transparent;
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
}

#searchform input.input-search {
    padding: 10px;
    font-size: 17px;
    background: transparent;
    border: none;
    transition: all .3s;
    border-bottom: 2px solid #44147e59;
    outline: none;
    color: #fff;
    max-width: 150px;
}

@media (max-width: 980px) {
    #searchform input.input-search {
        max-width:110px;
        font-size: 12px;
    }
}

#searchform input.input-search:focus {
    outline: none;
    border-bottom: 2px solid #44147e;
    transition: all .3s;
}

.col.content {
    flex: 0 0 75%;
}

@media (max-width: 980px) {
    .col.content {
        flex:0 0 100%;
        width: 100%;
    }
}

.col.sidebar {
    flex: 0 0 25%;
    padding-left: 40px;
}

@media (max-width: 980px) {
    .col.sidebar {
        flex:0 0 100%;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding-left: 0px;
    }
}

.col.sidebar.in-content {
    position: relative;
    top: 57px;
}

.row-content {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .row-content {
        padding-bottom:30px;
    }
}

@media (max-width: 600px) {
    .row-content {
        padding-top:50px;
    }
}

.row-content .col.sidebar {
    justify-content: flex-start;
}

.slot-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.slot-row .hide-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

@media (max-width: 768px) {
    .slot-row {
        justify-content:center;
    }
}

.slot-row span.h2 {
    margin-bottom: 50px;
    font-size: 28px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "fotura", Arial, sans-serif;
    text-transform: uppercase;
}

.slot-row .post-items {
    position: relative;
    width: 219px;
    border: 5px solid transparent;
    transition: all .3s;
    box-shadow: none;
    overflow: hidden;
    border-radius: 4px;
}

@media only screen and (max-width: 600px) {
    .slot-row .post-items {
        width:50%;
    }
}

.slot-row .post-items .hot-corner {
    position: absolute;
    top: -8px;
    left: -33px;
    background: #d40f47;
    width: 100px;
    text-align: center;
    transform: rotate(-45deg);
    height: 50px;
    line-height: 4;
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    .slot-row .post-items .hot-corner {
        top:-13px;
        left: -28px;
        width: 80px;
    }
}

.slot-row .post-items .hot-corner span {
    font-size: 16px;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 900;
}

@media only screen and (max-width: 600px) {
    .slot-row .post-items .hot-corner span {
        font-size:12px;
    }
}

.slot-row .post-items .posts-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slot-row .post-items img {
    width: 100%;
    height: initial;
}

.slot-row .post-items .winners {
    position: absolute;
    top: 0;
    right: 10px;
}

.slot-row .post-items .winners img {
    width: 50px;
    height: initial;
}

@media only screen and (max-width: 600px) {
    .slot-row .post-items .winners img {
        width:30px;
    }
}

.slot-row .post-items:hover {
    transition: all .3s;
    border: 5px solid #e21d5c;
    -webkit-box-shadow: 0 0 10px 3px #000;
    box-shadow: 0 0 10px 3px #000;
}

.slot-row .post-items:hover .hot-corner,.slot-row .post-items:hover .winners {
    opacity: 0;
}

.slot-row .post-items:hover .hide-info {
    opacity: 1;
    transition: all .3s;
    background: #0000009c;
    z-index: 20;
}

.slot-row .post-items .info-centered {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.slot-row .post-items .info-centered .mob-play,.slot-row .post-items .info-centered .mob-demo {
    display: none;
}

@media only screen and (max-width: 600px) {
    .slot-row .post-items .info-centered .mob-play,.slot-row .post-items .info-centered .mob-demo {
        display:block;
    }
}

.slot-row .post-items .info-centered .mob-play img,.slot-row .post-items .info-centered .mob-demo img {
    width: 70px;
    height: 70px;
}

.slot-row .post-items .info-centered .mob-play a.link,.slot-row .post-items .info-centered .mob-demo a.link {
    text-decoration: none;
}

.slot-row .post-items .info-centered .mob-play .loop-title,.slot-row .post-items .info-centered .mob-demo .loop-title {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
    color: #9d9d9d;
    font-size: 14px;
    padding: 0;
    margin-top: 14px;
    text-decoration: none;
}

@media only screen and (max-width: 420px) {
    .slot-row .post-items .info-centered .mob-play .loop-title,.slot-row .post-items .info-centered .mob-demo .loop-title {
        font-size:16px;
    }
}

.slot-row .post-items .info-centered .title {
    font-family: "fotura", Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    font-size: 22px;
}

@media only screen and (max-width: 600px) {
    .slot-row .post-items .info-centered .title {
        font-size:16px;
    }
}

@media only screen and (max-width: 420px) {
    .slot-row .post-items .info-centered .title {
        font-size:12px;
    }
}

.slot-row .post-items .info-centered .btn-loop-row {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 600px) {
    .slot-row .post-items .info-centered .btn-loop-row {
        display:none;
    }
}

.slot-row .post-items .info-centered .btn-loop-row a {
    margin: 0 10px;
    text-decoration: none;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 600;
}

.slot-row .post-items .info-centered .btn-loop-row a.link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 600;
}

.slot-row .post-items .info-centered .btn-loop-row a.link.play {
    padding: 13px 15px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-transform: uppercase;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-shadow: 0 1px 0 #b61045;
    background: -webkit-gradient(linear,left top,left bottom,from(#f13d8d),color-stop(47%,#e21e5e),color-stop(51%,#d10e2f),to(#d20e2f));
    background: linear-gradient(to bottom,#f13d8d 0,#e21e5e 47%,#d10e2f 51%,#d20e2f 100%);
    -webkit-box-shadow: 0 0 10px 3px #000, inset 0 0 7px 1px #d10e2f;
    box-shadow: 0 0 10px 3px #000, inset 0 0 7px 1px #d10e2f;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slot-row .post-items .info-centered .btn-loop-row a.link.play:hover {
    -webkit-box-shadow: 0 0 10px 3px #d10e2f, inset 0 0 7px 5px #d10e2f;
    box-shadow: 0 0 10px 3px #d10e2f, inset 0 0 7px 5px #d10e2f;
}

.slot-row .post-items .info-centered .btn-loop-row a.link.demo {
    font-family: "fotura", Arial, sans-serif;
    font-weight: 600;
    margin-left: 6px;
    background: -webkit-gradient(linear,left top,left bottom,from(#b413ff),color-stop(26%,#a500ff),color-stop(47%,#8200ff),color-stop(51%,#4100ff),to(#4403ff));
    background: linear-gradient(to bottom,#b413ff 0,#a500ff 26%,#8200ff 47%,#4100ff 51%,#4403ff 100%);
    -webkit-box-shadow: 0 0 10px 3px #000, inset 0 0 7px 1px #ae5cff;
    box-shadow: 0 0 10px 3px #000, inset 0 0 7px 1px #ae5cff;
    padding: 13px 15px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slot-row .post-items .info-centered .btn-loop-row a.link.demo:hover {
    -webkit-box-shadow: 0 0 10px 3px #7d3bff, inset 0 0 7px 5px #821cff;
    box-shadow: 0 0 10px 3px #7d3bff, inset 0 0 7px 5px #821cff;
}

.winners-tab {
    background-size: cover;
    background: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/bitmap.png) center top/cover no-repeat;
    padding-bottom: 25px;
    overflow: hidden;
}

.winner-items {
    display: flex;
    padding: 0 20px;
}

.winner-items .win-info {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
}

.winner-items .win-info .name {
    font-family: "fotura", Arial, sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.winner-items .win-info .num {
    color: #ffa400;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 900;
    font-size: 16px;
}

.winner-slider.tns-slider > .tns-item {
    height: 45px;
    overflow: hidden;
}

.winner-slider.tns-slider > .tns-item img {
    width: 45px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
}

.wi,.wi-top {
    padding: 20px 0 10px;
    overflow: hidden;
    position: relative;
}

.wi-top .winner-items {
    height: 45px;
    overflow: hidden;
    margin-bottom: 12px;
}

.winner-slider {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 20px;
}

.winner-slider .tns-ovh {
    overflow: hidden;
    max-height: 100px;
}

.winner-slider .winner-items {
    max-height: 50px;
    position: relative;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
}

.ref-reg-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

@media only screen and (max-width: 980px) {
    .ref-reg-block {
        margin:50px 0;
        padding: 0;
    }
}

.ref-reg-block .btn-pattern {
    width: 100%;
    margin-bottom: 25px;
}

.ref-reg-block .reg-title {
    display: block;
    color: #ffa400;
    font-size: 15px;
}

.ref-reg-block .reg-time {
    font-size: 35px;
    font-family: "foturaB", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ref-reg-block .soc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ref-reg-block .soc .icon {
    margin: 0;
}

.ref-reg-block .use {
    font-size: 17px;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
}

@media only screen and (max-width: 650px) {
    .table {
        width:100%;
        overflow-x: scroll;
    }
}

table {
    width: 100%;
    color: #fff;
    margin: 20px 0;
    min-width: 650px;
    background-color: transparent;
}

table td {
    min-height: 35px;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 25px;
}

table tbody tr {
    min-height: 35px;
    display: flex;
    align-items: center;
    background-color: #240648;
}

table tbody tr:nth-child(2n+1) {
    background-color: #390d6d;
}

footer {
    position: relative;
    padding: 35px 0 0px;
    background-color: #110423;
}

footer .bottom-line-menu ul.menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    left: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(216,216,216,0.3);
}

footer .bottom-line-menu ul.menu-footer li {
    padding: 0 20px;
    list-style-type: none;
}

footer .bottom-line-menu ul.menu-footer li:first-child {
    padding-left: 0px;
}

footer .bottom-line-menu ul.menu-footer li.current-menu-item span {
    cursor: default;
}

footer .bottom-line-menu ul.menu-footer li a {
    display: block;
    font-family: "fotura", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .09px;
    color: #fffefe;
    text-decoration: none;
}

footer .bottom-line-menu ul.menu-footer li a:hover {
    opacity: .7;
}

@media (max-width: 768px) {
    footer .bottom-line-menu ul.menu-footer {
        flex-direction:column;
    }

    footer .bottom-line-menu ul.menu-footer li {
        text-align: center;
    }

    footer .bottom-line-menu ul.menu-footer li:first-child {
        padding-left: 20px;
    }
}

footer .bottom-logo-row .line-ine {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .bottom-logo-row .line-ine img {
    margin: 10px;
}

footer .bottom-logo-row .line-out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .bottom-logo-row .line-out .item {
    display: flex;
    align-items: center;
}

footer .bottom-logo-row .line-out .item img {
    margin: 10px;
}

footer .bottom-logo-row .line-out .item.line {
    flex: 0 0 25%;
    justify-content: center;
    display: flex;
}

footer .copywrite {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 7px 0;
}

@media (max-width: 768px) {
    footer .copywrite {
        flex-direction:column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }
}

footer .copywrite .copy {
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 768px) {
    footer .copywrite .copy {
        padding:10px;
    }
}

footer .sidebar {
    font-size: 14px;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 300;
    color: #fffefe;
}

footer .sidebar div {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    footer .sidebar div {
        margin-bottom:0;
    }
}

@media (max-width: 768px) {
    footer .sidebar .ref {
        margin:20px 0;
    }
}

footer .sidebar .btn-pattern {
    width: 100%;
}

footer .sidebar .btn-pattern:hover {
    opacity: 1;
}

footer .sidebar a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

footer .sidebar a:hover {
    transition: all .3s;
    opacity: .7;
}

footer .sidebar span.pink {
    color: #e21d5c;
}

footer .sidebar span.pink a {
    color: #e21d5c;
}

footer .sidebar .help {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    footer .sidebar .help {
        text-align:center;
    }
}

footer .sidebar .social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .sidebar .social img {
    margin: 0 5px;
    transition: all .3s;
}

footer .sidebar .social img:hover {
    opacity: .7;
    transition: all .3s;
}

@media (max-width: 768px) {
    footer .sidebar .payblock {
        margin:25px 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

footer .sidebar .payblock img {
    margin: 0 5px;
}

footer .sidebar .payblock span,footer .sidebar .social span {
    padding-bottom: 10px;
    display: block;
}

.single-top {
    background-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/game-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 20px 0 0;
    position: relative;
}

.top-row--single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #000;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#120524),to(#2f0d5e));
    background-image: linear-gradient(to bottom,#120524 0,#2f0d5e 100%);
    -webkit-box-shadow: inset 0 2px 0 0 #2f1253;
    box-shadow: inset 0 2px 0 0 #2f1253;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    margin: 0 25px 44px;
}

@media (max-width: 1150px) {
    .top-row--single {
        display:block;
    }
}

.top-row--single:after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: calc(100% + 14px);
    width: calc(100% + 14px);
    border-style: solid;
    border-width: 4px;
    -webkit-animation: .5s infinite border;
    animation: .5s infinite border;
    -webkit-box-shadow: 0 0 10px 2px #8000ff, inset 0 0 10px 2px #8000ff;
    box-shadow: 0 0 10px 2px #8000ff, inset 0 0 10px 2px #8000ff;
    border-radius: 2px;
}

.top-row--single .items {
    padding: 0 15px;
}

@media (max-width: 768px) {
    .top-row--single .items {
        padding:0;
    }
}

.top-row--single .items.reg {
    flex: 0 0 17%;
}

@media (max-width: 1150px) {
    .top-row--single .items.reg {
        flex:0 0 100%;
        width: 100%;
    }
}

.top-row--single .items.reg .logo {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 1150px) {
    .top-row--single .items.reg .logo {
        margin:10px 0 30px;
    }
}

.top-row--single .items.reg .logo:hover .text-home {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: .8;
}

.top-row--single .items.reg .logo .text-home {
    position: absolute;
    right: 20px;
    bottom: -20px;
    font-family: "fotura", Arial, sans-serif;
    font-weight: 100;
    text-align: right;
    width: 100%;
    padding-right: 3px;
    opacity: .2;
    color: #fff;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1150px) {
    .top-row--single .items.reg .logo .text-home {
        justify-content:center;
        right: 0;
    }
}

.top-row--single .items.reg .logo .text-home img {
    width: 13px;
    height: 10px;
}

.top-row--single .items.reg .logo img.logo {
    max-width: 200px;
    height: initial;
    display: block;
    position: relative;
    margin: 0 auto;
}

.top-row--single .items.reg .btn {
    margin: 35px 0;
}

@media (max-width: 1150px) {
    .top-row--single .items.reg .btn {
        margin:0;
    }
}

.top-row--single .items.reg .btn a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 19px;
}

@media (max-width: 1150px) {
    .top-row--single .items.reg .btn a {
        max-width:250px;
        margin: 5px auto;
    }
}

.top-row--single .items.reg .btn a.pink {
    border: 3px solid #e21d5c;
}

.top-row--single .items.reg .btn a.violet {
    border: 3px solid #8000ff;
}

.top-row--single .items.reg .soc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1150px) {
    .top-row--single .items.reg .soc {
        flex-direction:row;
    }

    .top-row--single .items.reg .soc * {
        margin-right: 5px;
    }

    .top-row--single .items.reg .soc .google {
        margin: 0;
    }
}

.top-row--single .items.reg .soc .icon {
    margin: 10px 0;
}

.top-row--single .items.iframe {
    flex: 0 0 66%;
}

@media (max-width: 1150px) {
    .top-row--single .items.iframe {
        flex:0 0 100%;
        width: 100%;
    }
}

.top-row--single .items.winners {
    flex: 0 0 17%;
    padding: 22px 15px;
}

@media (max-width: 1150px) {
    .top-row--single .items.winners {
        flex:initial;
        display: block;
        width: 100%;
    }
}

.top-row--single .items.winners span.title {
    padding: 0 20px;
    display: block;
}

.top-row--single .iframe iframe {
    border: none;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

@media (max-width: 1150px) {
    .top-row--single .iframe iframe {
        min-height:500px;
    }
}

@media (max-width: 900px) {
    .top-row--single .iframe iframe {
        min-height:450px;
    }
}

@media (max-width: 768px) {
    .top-row--single .iframe iframe {
        min-height:350px;
    }
}

@media (max-width: 600px) {
    .top-row--single .iframe iframe {
        min-height:260px;
    }
}

@media (max-width: 500px) {
    .top-row--single .iframe iframe {
        min-height:240px;
    }
}

@media (max-width: 420px) {
    .top-row--single .iframe iframe {
        min-height:220px;
    }
}

@-webkit-keyframes border {
    0%,to {
        border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 fill repeat;
        -moz-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 repeat;
        -webkit-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 repeat;
        -o-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 repeat;
    }

    25% {
        border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 fill repeat;
        -moz-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 repeat;
        -webkit-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 repeat;
        -o-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 repeat;
    }

    75% {
        border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 fill repeat;
        -moz-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 repeat;
        -webkit-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 repeat;
        -o-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 repeat;
    }
}

@keyframes border {
    0%,to {
        border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 fill repeat;
        -moz-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 repeat;
        -webkit-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 repeat;
        -o-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border.png) 4 repeat;
    }

    25% {
        border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 fill repeat;
        -moz-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 repeat;
        -webkit-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 repeat;
        -o-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border1.png) 4 repeat;
    }

    75% {
        border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 fill repeat;
        -moz-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 repeat;
        -webkit-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 repeat;
        -o-border-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/border/border2.png) 4 repeat;
    }
}

.similar-title {
    text-transform: uppercase;
    font-family: "foturaB", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.content.single .content-block {
    margin-bottom: 35px;
}

.error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.error a {
    color: #fff;
}

.header-nav ul.menu-top .icon-wrapper {
    display: none !important;
}

h2.faq {
    margin-top: 50px;
    padding-bottom: 15px;
}

.faq-container {
    padding-bottom: 35px;
}

h2.comments {
    margin-top: 0px;
}

.demo {
    order: 4;
    width: 100%;
    max-width: 1160px;
    margin: 10px auto 30px;
    position: relative;
}

.demo h3 {
    margin: 6px 0;
    pointer-events: none;
    color: #fff;
}

@media (max-width: 768px) {
    .demo {
        width:95%;
    }
}

.ankor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    height: initial;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 1.4;
    border-radius: 5px;
    background: linear-gradient(to left,#110423,#280750);
    box-shadow: 0 3px 31px -8px #000;
    position: relative;
    transition: all .3s;
}

.ankor:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: url('/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/add.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
    opacity: .8;
}

.ankor:hover:after {
    opacity: 1;
    transition: all .3s;
}

.ankor h3 {
    display: block;
    width: 100%;
}

.ankor.show {
    position: relative;
}

.ankor.show:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: url('/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/minus.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

.ankor.show .how-start-step__item-content {
    height: auto;
    color: #fff;
    padding: 20px 0;
}

.how-start-step__item-content {
    text-align: justify;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.cat-articles .row-content {
    padding-top: 35px;
}

.loop-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0 50px;
    margin: 0 -10px;
}

@media (max-width: 1260px) {
    .loop-articles {
        justify-content:center;
    }
}

.loop-articles .item-news {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 10px 30px;
    width: 425px;
    background: linear-gradient(to right top,#080710 15%,#4945a9 70%,#d2376f 109%);
    padding: 24px;
    transition: all .2s;
}

@media (max-width: 1260px) {
    .loop-articles .item-news {
        width:45%;
        margin: 10px;
        padding: 25px 10px;
    }
}

@media (max-width: 640px) {
    .loop-articles .item-news {
        width:100%;
        align-items: center;
    }
}

.loop-articles .item-news:hover {
    transition: all .3s;
    background: linear-gradient(to right top,#080710 0%,#4945a9 90%,#d2376f 120%);
}

.loop-articles .item-news:hover .img {
    transition: all .3s;
    box-shadow: none;
}

.loop-articles .item-news .img {
    width: 375px;
    height: 250px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    display: grid;
    transition: all .3s;
    box-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
}

@media (max-width: 1260px) {
    .loop-articles .item-news .img {
        width:calc(100% - 0px);
    }
}

.loop-articles .item-news .img img {
    overflow: hidden;
    display: block;
    width: initial;
    height: 100%;
    box-sizing: border-box;
}

.loop-articles .item-news span.date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 0;
}

.loop-articles .item-news a {
    text-decoration: none;
}

.loop-articles .item-news .title-news {
    font-family: "fotura", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.news {
    padding-top: 35px;
}

.winner-tables {
    font-size: 13px;
    border-radius: 2px;
    padding: 50px 60px 70px;
    background-color: #1d0839;
    margin-bottom: 50px;
}

@media (max-width: 980px) {
    .winner-tables {
        padding:10px;
    }
}

.winner-tables table.dataTable,.winner-tables table.dataTable td,.winner-tables table.dataTable th {
    box-sizing: content-box;
}

.winner-tables table.dataTable.no-footer {
    border-bottom: 1px solid #306;
}

.winner-tables table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

.winner-tables table {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    width: 100%;
}

@media (max-width: 980px) {
    .winner-tables table {
        min-width:auto;
    }
}

.winner-tables table.dataTable thead td,.winner-tables table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #306;
    color: #956cbd;
}

.winner-tables .dataTables_wrapper thead th {
    border-bottom: 2px solid #306 !important;
    color: #956cbd;
    font-size: 11px;
    font-family: HelveticaNeue-Bold, Arial, sans-serif;
    font-weight: 400;
    padding: 15px 0 !important;
    text-align: left;
}

.winner-tables .dataTables_wrapper tbody tr {
    background: 0 0 !important;
}

.winner-tables table.dataTable,.winner-tables table.dataTable td,.winner-tables table.dataTable th {
    box-sizing: content-box;
}

.winner-tables .dataTables_wrapper tbody td {
    height: 57px;
    padding: 0 !important;
    vertical-align: middle;
    border-bottom: 1px solid #306;
}

.winner-tables .simple-link {
    color: #e21d5c;
    font-family: HelveticaNeue-Bold, Arial, sans-serif;
    font-weight: 400;
}

.winner-tables table tbody tr {
    display: table-row;
}

.winner-tables table td {
    display: table-cell;
    border-bottom: 1px solid #306;
}

.winner-tables thead tr th:nth-child(1),.winner-tables tbody tr td:nth-child(1) {
    width: 10%;
    text-align: left;
    min-width: 10%;
    max-width: 10%;
    word-break: break-all;
    padding: 10px;
}

@media (max-width: 980px) {
    .winner-tables thead tr th:nth-child(1),.winner-tables tbody tr td:nth-child(1) {
        width:15%;
        min-width: 15%;
        max-width: 15%;
        padding: 10px 5px;
    }
}

.winner-tables thead tr th:nth-child(2),.winner-tables tbody tr td:nth-child(2) {
    width: 20%;
    text-align: left;
    min-width: 20%;
    max-width: 20%;
    word-break: break-all;
    padding: 10px;
}

.winner-tables thead tr th:nth-child(3),.winner-tables tbody tr td:nth-child(3) {
    width: 25%;
    text-align: left;
    min-width: 25%;
    max-width: 25%;
    word-break: break-all;
    padding: 10px;
}

@media (max-width: 980px) {
    .winner-tables thead tr th:nth-child(3),.winner-tables tbody tr td:nth-child(3) {
        width:15%;
        min-width: 15%;
        max-width: 15%;
        word-break: break-word;
        padding: 10px 5px;
    }
}

.winner-tables thead tr th:nth-child(4),.winner-tables tbody tr td:nth-child(4) {
    width: 30%;
    text-align: left;
    min-width: 30%;
    max-width: 30%;
    word-break: break-all;
    padding: 10px;
}

@media (max-width: 980px) {
    .winner-tables thead tr th:nth-child(4),.winner-tables tbody tr td:nth-child(4) {
        width:20%;
        min-width: 20%;
        max-width: 20%;
        word-break: break-word;
        padding: 10px 5px;
    }
}

.winner-tables table tbody tr,.winner-tables table tbody tr:nth-child(2n+1) {
    background-color: transparent;
}

.winner-tables .odd {
    font-size: 13px;
    font-family: "fotura", Arial, sans-serif;
}

.winner-tables .odd a {
    text-decoration: none;
    font-family: "foturaB", Arial, sans-serif;
    font-weight: 300;
    color: #e21d5c;
}

.winner-tables .odd a:hover {
    transition: all .3s;
    opacity: .7;
}

.box-row-more {
    position: relative;
    width: 219px;
    height: 219px;
    border: 5px solid transparent;
    transition: all .3s;
    box-shadow: none;
    overflow: hidden;
    border-radius: 4px;
    background-color: #000;
    background-image: url(/web/20230815071428im_/https://cosmolot1.com/wp-content/themes/cosmolot/img/last1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .box-row-more {
        width:100%;
        background-size: cover;
    }
}

.box-row-more:hover {
    transition: all .3s;
    border: 5px solid #e21d5c;
    -webkit-box-shadow: 0 0 10px 3px #000;
    box-shadow: 0 0 10px 3px #000;
}

.box-row-more #load {
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: 'foturaB', sans-serif;
    font-weight: 400;
    font-size: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px #e21d5c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    padding: 0 25px;
}

/*
     FILE ARCHIVED ON 07:14:28 Aug 15, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:25:45 Sep 04, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 222.339
  exclusion.robots: 0.101
  exclusion.robots.policy: 0.091
  cdx.remote: 0.065
  esindex: 0.01
  LoadShardBlock: 178.171 (3)
  PetaboxLoader3.datanode: 118.903 (4)
  PetaboxLoader3.resolve: 113.163 (2)
  load_resource: 84.727
*/
