body, html{
    margin: 0;
    padding: 0;
}
body{
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6,
p,
ul, li{
    margin: 0;
    padding: 0;
}
a{
    color: #1b212b !important;
}
a:hover{
    text-decoration: none;
}
.container{
    width: 1400px;
    margin: 0 auto;
}
.container-100{
    width: 100%;
}
.text-tomato{
    color: #fa5101 !important;
}

.btn-black {
    border: none;
    background: #01161E;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    padding: 6px 30px 10px 30px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.btn-warning {
    color: #f8f9fa !important;
    background-color: #fa5101;
    border-color: #fa5101;
}
.btn-warning:hover {
    color: #f8f9fa !important;
    background-color: #f16526;
    border-color: #fa5101;
}
.shadow-menu{
    -webkit-box-shadow: 0px 3px 4px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 3px 4px 0px rgba(204,204,204,1);
    box-shadow: 0px 3px 4px 0px rgba(204,204,204,1);
}
/* Header */
.btn-drop {
    display: flex;
    position: relative;
}
.btn-drop:hover{
    cursor: pointer;
}
.btn-drop:hover .hide{
    visibility: visible;
}
.btn-login{
    padding: 10px 12px;
    display: flex;
    width: 155px;
    font-size: 14px;
    border: 1px solid #ececec;
    border-radius: 25px;
    background: #fff;
}
.btn-login:hover{
    background: #f5f5f5;
}
.btn-icon{
    margin-right: 10px;
}
.hide {
    visibility: hidden;
}
.drop-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-top: 70%;
    background: #f0de47;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 8px 7px 0px rgba(50, 50, 50, 0.2);
    z-index: 1;
}
.drop-list a {
    text-decoration: none;
    color: #01161E;
    padding: 10px;
    display: flex;
}
.drop-list a:hover{
    background-color: #dbcb42;
}
.bg-yellow{
    background: #ffeb5a;
}
.btn-drop .drop-icon {
    margin-right: 5px;
    width: 7px;
}
.country-icon{
    margin-right: 10px;
}
#header{
    /* padding-bottom: 35px; */
    margin-bottom: 50px;
}
.header-bg{
    background: url("/site/img/header-bg.jpg");
    background-size: cover;
}
.burger-wrapper{
    height: 30px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.burger-wrapper:hover{
    cursor: pointer;
}
.icon-menu {
    position: relative;
    height: 2px;
    width: 50px;
    background-color: #01161E;
    display: block;
}
.icon-menu::before{
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    height: 2px;
    width: 50px;
    background-color: #01161E;
    display: block;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.icon-menu::after{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 50px;
    background-color: #01161E;
    display: block;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.icon-menu.icon-menu-active{
    background-color: transparent;
}
.icon-menu.icon-menu-active::before{
    transform: rotate(45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.icon-menu.icon-menu-active::after{
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.menu {
    border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: normal;
    position: relative;
    z-index: 100;
}
.menu-m{
    display: none;
}
.m-group{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.service-menu{
    margin-left: 25px;
}
.navigation {
    justify-content: center;
    align-items: center;
    margin-top: 130px;
    position: absolute;
    background: #f0de47;
    left: 0;
    padding-top: 60px;
    padding-left: 0;
    z-index: -1;
    display: none;
}
.burger:hover{
    cursor: pointer;
}
.navigation li {
    list-style-type: none;
    margin-bottom: 10px;
}
.nav-item {
    text-decoration: none;
    color: #000;
}
.nav-item:hover{
    background: #ddcc43;
}
.logo-block{
    display: flex;
    align-items: center;
}
.logo{
    margin-top: -10px;
}
.logo > a {
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    color: #f6b800;
}
.logo-m{
    margin-top: -5px;
}
.logo-m img{
    width: 110px;
}
.nav-block {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.service-menu-in{
    margin-left: 15px;
    text-decoration: none;
    color: #000;
}

.per-menu{
    display: flex;
    list-style: none;
}
.per-item-menu{
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #1b212b;
    background: #ffeb5a;
    border-bottom: 1px solid #ddcc43;
}
.bg-drop-user-menu{
    background: #e1cf44;
}
.cart {
    position: relative;
    margin-left: 15px;
}
.cart-label {
    background: #f00;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 10px 10px 10px 10px;
    top: -10px;
    right: -10px;
}
.slider {
    width: 100%;
    margin-top: 20px;
    border: 5px solid #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
}
.tickets{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.item-ticket{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 5px solid #fff;
    width: 25%;
    padding: 10px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-image: radial-gradient(circle at 50% 23%, #8ab5f7, #2f6cd0 54%);
}
.item-ticket:hover{
    background-image: radial-gradient(circle at 50% 23%, #8ab5f7, #153470 54%);
}
.timer-lott{
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid;
    padding-top: 5px;
    margin-top: 15px;
}
.item-ticket h1{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.item-ticket h3{
    font-size: 36px;
    font-weight: 600;
    color: #A70033;
}
.item-ticket .logo-lot{
    width: 100px;
    /*margin-top: -60px*/
}

/* Pay banner */
.pay-banner {
    margin: 0 auto;
    text-align: center;
}
/* Mini slider */
.mini-slider{
    margin: 0 auto;
}
.mini-slider img{
    width: 100%;
}

/* Section about */
#about{
    background: #01161E;
}
.about{
    margin-top: 50px;
    padding: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img{
    width: 40%;
    margin-right: 25px;
}
.about-img img{
    width: 100%;
}
.about-text{
    width: 60%;
}
.about-text h3{
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 50px;
}
.about-text p{
    color: #fff;
    font-weight: 300;
}
/* Benefits */
#benefits{
    padding-top: 80px;
    margin-bottom: 100px;
}
.benefits-title{
    font-size: 56px;
    font-weight: 600;
    width: 50%;
    line-height: 1;
    margin-bottom: 50px;
}
#benefits .row-slide-content{
    display: flex;
    overflow: hidden;
}
.row-slide-content:first-child{
    margin-right: -100px;
}
.benefits-item {
    padding: 35px;
    width: 25%;
}
/*.benefits-item:hover {*/
/*    background: #f3f3f3;*/
/*}*/
.benefits-item h3{
    font-size: 24px;
    font-weight: 700;
}
.benefits-item p {
    margin-top: 10px;
    text-align: justify;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3;
}
.benefits-num {
    font-size: 132px;
    font-weight: 700;
    color: #F0DE47;
    line-height: 1.3;
}
/* Appeal */
#appeal{
    background: #F0DE47;
    padding: 50px 0 50px 0;
}
.appeal h1 {
    font-size: 54px;
    font-weight: 700;
    width: 66.6%;
    line-height: 1;
}
.appeal p{
    font-size: 20px;
    font-weight: 100;
    margin-top: 50px;
    width: 66.6%;
    line-height: 1.5;
}
/* Content */
#content{
    padding: 25px 0;
    width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.content-item{
    display: flex;
    align-items: center;
}
.content-item-l {
    flex-wrap: nowrap;
}
.content-img{
    margin: 50px;
}
.content-img img{
    width: auto;
}
.content-text{
    margin: 50px;
    text-align: justify;
}
.content-text h2{
    font-size: 48px;
    font-weight: 700;
}
.content-text p {
    font-weight: 100;
    line-height: 1.5;
}
/* FAQ */
#faq-content{
    background: #01161E;
    padding: 100px 0;
}
.faq-row{
    display: flex;
    align-items: center;
}
.faq-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    width: 40%;
}
.faq-img{
    margin-left: auto;
}
.faq-acordeon{
    display: flex;
    align-items: center;
    flex-wrap:nowrap;
}
.faq-acordeon-content{
    width: 50%;
    display: none;
}
.vision{
    display: block;
}
.faq-acordeon-content h6{
    margin-bottom: 25px;
}
.faq-acordeon-content .active{
    font-size: 36px;
    color: #F0DE47;
    padding: 0 25px 0 0;
}
.faq-acordeon-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    padding: 0 25px 0 0;
    line-height: 1.8;
    margin-bottom: 25px;
}
.faq-acordeon-menu{
    width: 50%;
    padding-left: 25%;
}
.faq-acordeon-menu p{
    color: #fff;
    margin-bottom: 20px;
}
.faq-acordeon-menu p:hover{
    color: #F0DE47;
    cursor: pointer;
}
.faq-acordeon-menu .active{
    color: #F0DE47;
}

.btn-link-white {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
}
.hvr-shutter-in-horizontal{
    background: #fff;
    color: #ffffff;
}
.hvr-shutter-in-horizontal:before {
    background: #01161E;
    color: #fff;
    border-radius: 50px;
}
.hvr-shutter-in-horizontal:hover{
    color: #01161E;
}

/* Reviews */
#reviews{
    padding: 150px 0;
}
.reviews-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.reviews-title{
    margin-bottom: 50px;
}
.rew-name {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.rew-name h4{
    margin-left: 25px;
    font-size: 32px;
}
.rew-name img{
    width: 23px;
    height: 23px;
}
.reviews-title h3{
    font-size: 54px;
    width: 50%;
}
.reviews-title p{
    width: 20%;
    font-weight: 300;
    font-size: 16px;
}
.rew-text{
    padding: 25px;
    text-align: justify;
    font-weight: 300;
}
/* Footer */
#footer{
    background: #01161E;
    padding: 100px 0;
    margin-top: 50px;
}
.footer-menu {
    display: flex;
    flex-wrap: nowrap;
}
.footer-menu ul{
    margin-right: 10%;
}
.footer-menu ul > li {
    display: block;
    line-height: 2.3;
}
.footer-menu ul > li h4 {
    text-transform: uppercase;
    color: #F0DE47;
    font-weight: 600;
    font-size: 22px;
}
.footer-menu ul > li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.footer-menu ul > li a:hover {
    text-decoration: none;
    color: #F0DE47;
}
.copyright {
    color: #2f4852;
    font-weight: 300;
    font-size: 14px;
    margin-top: 50px;
}
.pay-icon {
    margin-top: 50px;
}
.pay-icon {
    display: flex;
    align-items: center;
}
.pay-icon img {
    margin-right: 25px;
}
.appeal{
    padding: 34px;
}
/* Tickets */
#header-lottery{
    background: url("/site/img/bg-loterry.jpg");
    background-size: cover;
    padding-bottom: 60px;
}
.tickets-header{
    margin-top: 50px;
    margin-bottom: 50px;
}
.tickets-header-row{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 185px 0 185px;
    margin: 0 auto;
}
.t-p-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.t-p-logo > img{
    width: 170px;
}
.t-p-logo > p{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.t-p-logo > h4{
    font-size: 24px;
    color: #F0DE47;
    font-weight: 600;
}
.t-p-description{
    width: 580px;
    margin-left: auto;
}
.t-p-description > .next-circulation{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.t-p-description > .next-circulation-description{
    margin-top: 35px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.ticket-text{
    margin-left: auto;
}
.tickets-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ticket-item {
    background: #F0DE47;
    width: 19.2%;
    margin: 5px 5px 25px 5px;
    border-radius: 20px;
}
.ticket-one-section {
    border-bottom: 1px dashed #01161E;
    padding: 0 10px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ticket-two-section {
    border-bottom: 1px dashed #01161E;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 30px;
    justify-content: center;
}
.ticket-footer {
    display: flex;
    justify-content: flex-end;
    padding: 5px 0 5px 0;
}
.ticket-footer > p{
    margin-right: 25px;
}
.ticket-footer>p:hover{
    cursor: pointer;
}
.ticket-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -15px;
}
.ticket-t-title {
    text-transform: uppercase;
    letter-spacing: 10px;
}
.ticket-num {
    font-size: 28px;
    font-weight: 600;
    background: #F0DE47;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
}
.ticket-numbers {
    background: #fff;
    padding: 5px;
    margin: 2px;
    width: 26px;
    height: 18px;
    text-align: center;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    font-size: 16px;
}
.ticket-numbers:hover{
    border: 1px solid #01161E;
    cursor: pointer;
}
.ticket-numbers-active{
    background: #11b6fc;
    color: #fff;
    border: 1px solid #ffffff;
}

/* Tooltip */
.ui-tooltip {
    background: #01161E;
    border: 2px solid white;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
}

/* Filter block */
.filter-row{
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    /*height: 150px;*/
    border-radius: 20px;
    margin-top: -30px;
    margin-bottom: 35px;
    padding: 0 35px 20px 35px;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.41);
}
.filter-menu p{
    margin-left: 15px;
    font-weight: 400;
}
.filter-menu{
    height: 50px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.filter-menu-item{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.filter-menu-item:hover{
    color: #a9a9a9;
    cursor: pointer;
}
.filter-form{
    display: flex;
    width: 100%;
    margin-top: 15px;
    align-items: center;
}
.filter-form select, input{
    padding: 10px;
    border-radius: 7px;
}

.filter-form .item-filter-form{
    margin-right: 35px;
}
.item-filter-form p{
    /* margin-bottom: 15px; */
}
.add-to-cart-tickets{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cart-ticket-sum{
    margin-right: 50px;
}
.cart-ticket-sum .ticket-sum{
    font-size: 24px;
}
.btn-tickets-cart{
    background: #f0de48;
    padding: 10px 25px;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #000;
}
.btn-tickets-cart:hover{
    background: #eed92b;
}
.btn-icon i{
    margin-right: 15px;
}
.title-page {
    border-bottom: 1px solid #f0de47;
    padding-bottom: 10px;
}
.title-page h1{
    font-weight: 400;
    font-size: 36px;
}
.title-page i{
    margin-right: 25px;
    color: #dbdbdb;
}
.justify-items-center{
    justify-items: center;
}
/* Media */
@media (max-width: 1440px) {
    .benefits-num {
        font-size: 280px;
    }
    .faq-acordeon-content{
        width: 85%;
    }
}
@media (max-width: 1280px) {
    .container {
        width: 1200px;
    }
    .faq-title {
        font-size: 60px;
    }
    .appeal h1 {
        font-size: 84px;
    }
    .benefits-num {
        font-size: 244px;
    }
    .benefits-title {
        font-size: 60px;
    }
}
@media (max-width: 1025px) {
    .container {
        width: 810px;
    }
    .btn-black {
        padding: 6px 20px 10px 20px;
        font-size: 12px;
    }
    .faq-title {
        font-size: 50px;
    }
    .appeal h1 {
        font-size: 84px;
    }
    .benefits-num {
        font-size: 198px;
    }
    .benefits-title {
        font-size: 48px;
    }
    #benefits .row-slide-content {
        flex-wrap: wrap;
    }
    .benefits-item {
        width: 40%;
    }
    .item-ticket h1 {
        font-size: 16px;
    }
    .benefits-item {
        padding: 0px;
        width: 25%;
    }
}
@media (max-width: 800px) {
    .content-img img {
        width: 100%;
    }
    .container {
        width: 750px;
    }
    .tickets {
        flex-wrap: wrap;
    }
    .item-ticket {
        margin-top: 10px;
        width: 43%;
    }
    .about-text h3 {
        font-size: 32px;
    }
    .pay-banner img{
        width: 100%;
    }
    .benefits-title {
        font-size: 64px;
        width: 100%;
    }
    .appeal h1 {
        font-size: 74px;
        width: 100%;
    }
    .about-img {
        display: none;
    }
    .content-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .content-item-l {
        flex-wrap: wrap-reverse;
    }
    .faq-img {
        display: none;
    }
    .faq-title {
        font-size: 56px;
        width: 100%;
    }
    .faq-acordeon-content {
        width: 100%;
    }
    .faq-acordeon-content .active {
        font-size: 24px;
    }
    .reviews-title h3 {
        width: 75%;
    }
    .reviews-row {
        flex-wrap: wrap;
    }
}
@media (max-width: 425px) {
    .menu {
        display: none;
    }
    .menu-m{
        display: flex;
        padding: 10px 0;
        justify-content: space-between;
    }
    .container {
        width: 370px;
    }
    .item-ticket {
        width: 36%;
    }
    .about-text {
        width: 90%;
    }
    .benefits-title {
        font-size: 41px;
        width: 100%;
    }
    .benefits-item {
        width: 100%;
    }
    .appeal h1 {
        font-size: 50px;
        width: 100%;
    }
    .faq-acordeon {
        display: flex;
        align-items: center;
        flex-wrap: wrap-reverse;
    }
    .faq-acordeon-menu {
        padding-left: 5%;
    }
    .footer-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .reviews-title h3 {
        width: 100%;
    }
    .reviews-title p {
        width: 100%;
        font-size: 24px;
    }
    .faq-title {
        font-size: 42px;
    }
    .nav-block {
        margin-left: inherit;
    }
    .content-text {
        margin: 10px;
    }
    .appeal p {
        width: 100%;
    }
}
@media (max-width: 380px) {
    .container {
        width: 325px;
    }
    .item-ticket {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .container {
        width: 365px;
    }
    .item-ticket {
        width: 100%;
    }
}
