body{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.container-fluid{
    max-width: 1280px;
}
*{
    outline: none !important;
}
p{
    margin-bottom: 5px;
}
h1, h2, h3, h4{
    color: #e6001a;
    text-transform: uppercase;
}
a{}
a:hover{}
.semi-bold{
    font-weight: 600;
}
section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.help-block{
    color: red;
}
.btn-red{
    background: #e6001a;
    color: #fff;
    padding: 13px 63px;
    border: 3px solid #e6001a;
}
.btn-red:hover{
    background: #fff;
    color: #e6001a;
}
.btn-white{
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    padding: 13px 63px;
}
.btn-white:hover{
    background: #fff;
    color: #e6001a;
}
.btn-white-red{
    background: transparent;
    color: #e6001a;
    border: 3px solid #e6001a;
    padding: 13px 63px;
}
.btn-white-red:hover{
    background: #e6001a;
    color: #fff;
}
.hr-bg{
    background: url("/images/div.png") no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 3px;
}
.auth-clients{
    padding: 0;
}
.auth-clients li{
    float: none;
    margin: 0;
}
.auth-icon.facebook{
    background: url("/images/facebook.png") no-repeat;
    background-position: center;
    background-color: #0067ac;
    width: 100%;
    height: 55px;
}


/* MENU */

#menu{
    padding: 0;
}
#menu .navbar{
    padding-left: 0;
    padding-right: 0;
}
#menu .container-fluid{
    padding: 0;
}
#menu .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
}
#menu .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3);
}
#menu .navbar-light .nav-link {
    color: rgba(0,0,0,.5);
}
#menu .navbar-light .nav-link:hover {
    color: rgba(0,0,0,.7);
}
#menu .bg-light {
    background-color: #fff!important;
}
#menu .navbar-light .nav-link.logout {
    border: none;
    background: transparent;
    padding: 8px;
    cursor: pointer;
}
#menu .logo2 img{
    height: 51px;
}
#menu .logo2{
    margin-right: 0;
}
#menu .navbar-light .navbar-toggler-icon {
    background-image: url("/images/nav-toggler-icon.svg");
}
#menu .navbar-light .navbar-toggler {
     border: none;
}
#menu .logo-container{
    width: 50%;
}
#menu .logo1{
    width: 50%;
    margin-right: 1rem;
}



/* HEADER */

#header{
    padding-top: 115px;
}
#header h1{
    margin-top: 78px;
    margin-bottom: 40px;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1.25;
}
#header .header-title{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: url("/images/arc.png") no-repeat;
    background-position: right;
    width: 30%;
    min-width: 440px;
    height: 100%;
    padding-right: 100px;
}
#header .btn{
    position: absolute;
    bottom: 10px;
    left: 35px;
}
#header .container-fluid{
    position: relative;
}
#header .prev{
    background: url("/images/arrow_L.png") no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 49%;
    left: 15%;
    z-index: 1000;
}
#header .next{
    background: url("/images/arrow_R.png") no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 49%;
    right: 10%;
    z-index: 1000;
}

#header .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#header .slick-dots {
    bottom: 14px;
}
#header .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #e6001a;
}
#header .slick-dots li button:before {
    opacity: .5;
    color: #fff;
    font-size: 20px;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}





/* RELES */

#rule{
    padding-top: 160px;
}
#rule .bg{
    /*position: relative;*/
    /*background: url("/images/vb.jpg") no-repeat;*/
    /*background-size: contain;*/
    /*height: 100%;*/
    /*min-height: 640px;*/
    /*height: 0;*/
    /*padding-top: 68.475%; /* 150/350 x 100 */
}
#rule img{
    width: 100%;
}
#rule .p1, #rule .p2, #rule .p3{
    position: absolute;
    font-weight: 800;
}
#rule .p2{
    color: #fff;
}
#rule .p1, #rule .p3{
    color: #e6001a;
    opacity: 0.5;
}
#rule .p1 span, #rule .p3 span{
    opacity: 1;
}
#rule a.link{
    text-decoration: underline;
    color: #e6001a;
    font-size: 0.85em;
    display: block;
    margin-bottom: 30px;
}
#rule a.link:hover{
    text-decoration: underline;
    color: #e6001a;
    opacity: 0.8;
}
#rule ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: 0;
    padding-left: 0;
}
#rule ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    margin-bottom: 47px;
    line-height: 1.7;
}
#rule ol li::before {
    content: counter(my-awesome-counter) " ";
    color: red;
    position: absolute;
    left: -40px;
    top: -60px;
    font-size: 5.3em;
    font-weight: 800;
    opacity: 0.1;

}

#rule h2{
    padding-top: 54px;
    font-size: 2.7em;
    margin-bottom: 48px;
}



/* TEST */

#test{
    background: url("/images/bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 70px;
}
#test p{
    color: #fff;
    line-height: 1.7;
    margin-bottom: 100px;
}
#test p.ansver{
    color: #fff;
    line-height: 1.7;
    margin-bottom: 0;
}
#test h2{
    color: #fff;
    font-size: 2.8em;
    margin-bottom: 55px;
}
#test h2 span{
    color: #e6001a;
}
#test .ico{
    opacity: 0.6;
    font-size: 8.4em;
    font-weight: 800;
    margin-bottom: 0;
}
#test .next-test{
    float: right;
    color: #fff;
}



/* WINNERS */

#winners{
    padding-top: 50px;
}
/* width */
#winners ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#winners ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e6001a;
    border-radius: 10px;
}

/* Handle */
#winners ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

#winners h2{
    margin-bottom: 30px;
    font-size: 2.8em;
}
#winners .search{
    margin-bottom: 30px;
}
#winners .tab-links a, #winners .tab-links a:hover {
    color: #e6001a;
    padding: 0 30px;
}
#winners .h-600{
    max-height: 300px;
    overflow-y: scroll;
}
#winners .h-600 p{
    margin-bottom: 10px;
}
#winners a, #winners a:hover{
    color: #212529;
    text-decoration: underline;
}
#winners h3{
    font-size: 1em;
}
#winners .search{
    max-width: 400px;
}
#winners .search input{
    border: 3px solid #e6001a;
    border-radius: 8px 0 0 8px;
    border-right: none;
    box-shadow: none;
}
#winners .search .input-group-append{
    border: 3px solid #e6001a;
    border-radius: 0 8px 8px 0;
    border-left: none;
}
#winners .search .input-group-append button{
    border: none;
    box-shadow: none;
}
#winners .prev{
    background: url("/images/arrow_L.png") no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 1000;
}
#winners .next{
    background: url("/images/arrow_R.png") no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 1000;
}



/* PRODUCTS */

#products .product-switch, .prev, .next{
    cursor: pointer;
}
#products h2{
    font-size: 2.8em;
    margin-bottom: 90px;
    font-weight: 600;
    text-transform: none;
}
#products .img{
    margin-bottom: 26px;
    height: 290px;
}
#products .prev{
    background: url("/images/arrow_L1.png") no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 43%;
    left: 40px;
    z-index: 99;
}
#products .next{
    background: url("/images/arrow_R1.png") no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 43%;
    right:  40px;
    z-index: 99;
}
#product-slider img{
    max-height: 420px;
    max-width: 100%;
}
#products ul{
    list-style-type: none;
    list-style: square inside url("/images/red-dot.png");
    margin: 0;
    padding: 0;
}
#products h3{
    margin-bottom: 50px;
    font-weight: 600;
    text-transform: none;
}
#products h4{
    text-transform: none;
}
#products ul li{
    margin-bottom: 23px;
}

/* модальное окно */
#loginModal .modal-dialog, #regModal .modal-dialog, #resendModal .modal-dialog, #recovModal .modal-dialog {
    max-width: 450px;
    margin: 0 !important;
    margin-top: 1.75rem !important;
    margin-left: auto !important;
}
#loginModal .modal-dialog h3, #regModal .modal-dialog h3, #resendModal .modal-dialog h3, #recovModal .modal-dialog h3 {
    font-size: 1.3rem;
}
.modal-dialog input{
    padding: 0.9rem .75rem;
}
.modal-dialog .form-group {
    margin-bottom: 1.5rem;
}
#mobileModalMenu .close{
    float: left;
    color: #e6001a;
    opacity: 1;
}
#mobileModalMenu .close span{
    font-size: 2em;
    line-height: 0.2;
    font-weight: 300;
    opacity: 1;
}
#mobileModalMenu .modal-content{
    background: rgba(255, 255, 255, 0.8);
}
#mobileModalMenu ul li a{
    color: #000;
    font-weight: 600;
}




footer a{
    transition: all 0.2s linear;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #60646a;
}
footer a:hover{
    color: #ff3d3d;
    text-decoration: none;
}
footer ul{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
footer .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.footer__naw li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
    line-height: 60px;
}
.footer__social {
    float: right;
    margin-top: 10px;
}
.footer__social li {
    margin-top: 19px;
    margin-left: 15px;
    list-style: none;
    float: left;
}
.footer__social a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(/images/social-cion.png);
    transition: all 0s linear;
}
.footer__social .item2 {
    background-position: 58px 0;
}
.footer__social a:hover {
    background-position: -26px 0;
}
.footer__social .item2:hover {
    background-position: 32px 0;
}
.footer__naw {
    float: left;
}
.footer__social .li{
    display: inline-block;
}
.footer__social .ul{
    width: 60px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 992px){
    body .footer__naw a {
        font-size: 13px;
    }
    body .footer__naw li {
        margin-right: 15px;
    }

}
@media screen and (max-width: 767px){
    .footer__naw li {
        line-height: 26px;
    }
    .footer__naw {
        padding: 0 15px;
    }
    .footer__social {
        float: left;
        width: 100%;
        margin-left: -10px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
}










@media (max-width: 575px){
    #winners .prize{
        color: #e6001a;
        padding-left: 30px;
    }
    #winners .name{
        margin: 0 !important;
    }
    h1, h2 {
        font-size: 1.8em !important;
        text-align: center;
    }
    #menu .logo2 img, #menu .logo1 img{
        height: 30px;
    }
    #menu .logo-container{
        width: auto;
    }
    #menu .logo1{
        width: auto;
    }
    #header {
        padding-top: 60px;
    }
    #header a.btn-red{
        display: block;
        max-width: 220px;
        margin: 0 auto;
    }
    #header h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #rule a.btn-red{
        display: block;
        max-width: 270px;
        margin: 0 auto;
    }
    #rule h2 {
        padding-top: 0;
    }
    #products a.btn-white-red{
        display: block;
        max-width: 230px;
        margin: 0 auto;
    }
    #test p {
        margin-bottom: 15px;
    }
    #test .ico {
        font-size: 5.4em;
    }
    #test h2 {
        margin-bottom: 20px;
    }
    #test {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #test .next-test{
        text-align: center;
        width: 100%;
    }
    #products .prev {
        left: 16px;
    }
    #products .next {
        right: 16px;
    }
}
@media (min-width: 768px){
    #product-slider{
        /*display: none;*/
    }
}
@media (max-width: 767px){
    #product-list{
        display: none;
    }
}
@media (max-width: 991px){
    #header .next, #header .prev{
        display: none;
    }
    #header .header-title {
        background: none;
        position: static;
        width: 100%;
        min-width: 100%;
        padding: 0;
    }
    #rule {
        padding-top: 0;
    }
    #rule ol {
        margin-left: 40px;
    }
}
@media (max-width: 1200px){
    #header .btn{
        position: static;
    }
}





