* {
    font-family: 'Oswald', sans-serif;
    outline: none !important;
}
a {
    color: #05070c;
}
#sect_1 {
    background-image: url('../img/layout/slide-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#sect_1 .logo {
    margin-bottom: 40px;
}
#sect_1 h2 {
    color: #f1f31c;
    font-size: 63px;
    margin-bottom: 30px;
}
#sect_1 li {
    font-size: 27px;
    color: #fff;
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}
#sect_1 li:before {
    content: "";
    background: url('../img/layout/arr.png') no-repeat center;
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: 12px;
}
#sect_1 li span {
    color: #f1f31c;
}


#sect_1 form {
    margin-top: 40px;
}
#sect_1 .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    height: 50px;
    color: #fff;
}

#sect_1 ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_1 ::-moz-placeholder {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_1 :-ms-input-placeholder {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_1 :-moz-placeholder {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_1 .btn {
    background: #fffe00;
    border-radius: 0;
    color: #05070c;
    font-size: 24px;
    padding: 10px 40px;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
}


#sect_1 .custom-checkbox {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    margin-top: 20px;
}
#sect_1 .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sect_1 .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#sect_1 .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #fff;
}
#sect_1 .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
#sect_1 .custom-checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
#sect_1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#sect_1 .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#sect_1 .custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



#sect_2 {
    background-image: url('../img/layout//slide-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sect_2 h2 {
    color: #05070c;
    font-size: 63px;
    
}
#sect_2 form {
    margin-top: 40px;
}
#sect_2 .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #05070c;
    height: 50px;
    margin-bottom: 15px;
}
#sect_2 ::-webkit-input-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_2 ::-moz-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_2 :-ms-input-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_2 :-moz-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
#sect_2 .btn {
    background: #f11034;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    padding: 10px 40px;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
}



#sect_2 .custom-checkbox {
    font-weight: 100;
    font-size: 14px;
    margin-top: 20px;
}
#sect_2 .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sect_2 .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#sect_2 .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #05070c;
}
#sect_2 .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
#sect_2 .custom-checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
#sect_2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#sect_2 .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#sect_2 .custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #05070c;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#sect_2 .info {
    margin-top: 150px;
}
#sect_2 a.get-pass {
    color: #05070c;
    font-weight: 300;
    position: relative;
    top: 25px;
}



/*mobile reg*/
.mobile_header {
    background: #0e101b;
    color: #fffe00;
    text-transform: uppercase;
}
.mobile_header .logo {
    max-width: 80px;
    padding: 15px 10px;
}
.mobile_header span {
    position: relative;
    top: 4px;
    padding: 15px;
}
.mobile_form h2 {
    padding: 30px 0;
}


.mobile_form li {
    font-size: 27px;
    color: #fff;
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}
.mobile_form li:before {
    content: "";
    background: url('../img/layout//arr.png') no-repeat center;
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: 12px;
}
.mobile_form li span {
    color: #f1f31c;
}
.mobile_form .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #05070c;
    height: 50px;
    margin-bottom: 10px;
}
.mobile_form ::-webkit-input-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form ::-moz-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form :-ms-input-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form :-moz-placeholder {
  color: #05070c;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form .btn {
    background: #fffe00;
    border-radius: 0;
    color: #05070c;
    font-size: 20px;
    padding: 10px 40px;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.mobile_form .mobile-reg {
    background: #ff7601;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
}
.mobile_form .mobile-enter {
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
}

.mobile_form .custom-checkbox {
    color: #05070c;
    font-weight: 100;
    font-size: 14px;
    margin-top: 20px;
    margin: 10px auto;
}
.mobile_form .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 130px;
    margin: auto;
}
.mobile_form .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mobile_form .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #05070c;
    

}
.mobile_form .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.mobile_form .custom-checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
.mobile_form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mobile_form .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.mobile_form .custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #05070c;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile_form a.get-pass {
    color: #05070c;
    font-weight: 300;
    position: relative;
    top: 15px;
}

.mobile_footer {
    background: #e5e8ee;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 100;
    font-size: 13px;
}
hr {
    border-top: 3px dotted rgba(0, 0, 0, 0.28);
}











/*mobile reg var 2*/
.mobile_header_mob {
    background: #0e101b;
    color: #fffe00;
    text-transform: uppercase;
}
.mobile_header_mob .logo {
    max-width: 80px;
    padding: 15px 10px;
}
.mobile_header_mob span {
    position: relative;
    top: 4px;
    padding: 15px;
}
.mobile_form_mob {
    background-image: url('../img/layout//slide-2-mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        min-height: calc(100vh - 100px);
}
.mobile_form_mob h2 {
    padding: 30px 0 20px;
    margin: 0;
}
.mobile_form_mob ul {
    margin-bottom: 30px;
}

.mobile_form_mob li {
    font-size: 24px;
    color: #989ea7;
    list-style: none;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
    margin-left: -10px;
}
.mobile_form_mob li:before {
    content: "";
    background: url('../img/layout//arr2.png') no-repeat center;
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: 10px;
}
.mobile_form_mob li span {
    color: #ff7601;
}
.mobile_form_mob .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #989ea7;
    height: 50px;
    margin-bottom: 10px;
}
.mobile_form_mob ::-webkit-input-placeholder {
  color: #989ea7;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form_mob ::-moz-placeholder {
  color: #989ea7;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form_mob :-ms-input-placeholder {
  color: #989ea7;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form_mob :-moz-placeholder {
  color: #989ea7;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
}
.mobile_form_mob .btn {
    background: #fffe00;
    border-radius: 0;
    color: #05070c;
    font-size: 20px;
    padding: 10px 40px;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.mobile_form_mob .mobile-reg {
    background: #ff7601;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
}
.mobile_form_mob .mobile-enter {
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
}

.mobile_form_mob .custom-checkbox {
    color: #05070c;
    font-weight: 100;
    font-size: 14px;
    margin-top: 20px;
}
.mobile_form_mob .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 130px;
  margin: 10px auto;
}
.mobile_form_mob .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mobile_form_mob .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #05070c;
    

}
.mobile_form_mob .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.mobile_form_mob .custom-checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
.mobile_form_mob .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mobile_form_mob .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.mobile_form_mob .custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #05070c;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.enter-form {
        margin-top: 20px;
}

.mobile_form_mob a.get-pass {
    color: #05070c;
    font-weight: 300;
    position: relative;
    top: 13px;
    font-size: 18px;
}

.mobile_form_mob .info {
    color: #05070c;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 100;
    font-size: 13px;
}
hr {
    border-top: 3px dotted rgba(0, 0, 0, 0.28);
}

.alert {
    border-radius: 0;
}
.hide {
    display: none;
}



























@media only screen and (max-width: 991px) {
    #sect_1 .btn {
        font-size: 16px;
    }
    .get-pass {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #sect_1 .btn {
        font-size: 15px;
        padding: 10px 10px;
    }
    #sect_1 .container, #sect_2 .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sect_2 {
        background-image: url('../img/layout//slide-2-mobile.jpg');
    }
}
@media only screen and (max-width: 575px) {
    #sect_1 .container, #sect_2 .container {
        padding-right: 35px;
        padding-left: 35px;
    }
    #sect_1 h2 {
        font-size: 33px;
    }
    #sect_1 li {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #sect_1 li:before{
        left: -24px;
        top: 6px;
        background-size: 14px;
    }
    #sect_1 .form-control {
        margin-bottom: 10px;
    }
    #sect_2 .info {
        margin-top: 80px;
        font-size: 14px;
        font-weight: 100;
    }
    .get-pass {
        font-size: 18px;
    }
}
@media only screen and (max-height: 800px) {
    #sect_2 .info {
        margin-top: 50px;
    }
}
@media only screen and (max-height: 750px) {
    #sect_1 .logo {
        margin-bottom: 10px;
        max-width: 120px;
    }
    #sect_1 h2 {
        font-size: 53px;
        margin-bottom: 20px;
    } 
    #sect_1 li {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #sect_1 form {
        margin-top: 20px;
    }
}
@media only screen and (max-height: 700px) {
    #sect_2 .info {
        margin-top: 30px;
    }
    #sect_2 .info {
        font-size: 13px
    }
}

/*lk*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: rgb(255, 255, 255);
  border-radius: 0;
      margin-bottom: 20px;
} 
header {
    background: #080a15;
}
header .logo {
    max-width: 80px;
    margin: 20px 20px 35px 0px;
}
header .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
header .user {
    color: #fffe00;
}
header .exit {
        color: #475c95;
    position: relative;
    margin-left: 70px;
}
header .exit:before {
    content: "";
    background: url("../img/layout/exit.png");
        width: 22px;
    height: 23px;
    display: block;
    position: absolute;
    left: -35px;
}
header .logo-wrapper{
    float: left;
}
header .navbar {
    padding: 0;
}
header .nav-item a {
    font-size: 24px;
    color: #475c95;
}
header .nav-item.active {
    background: #fffe00;
}
header .nav-item.active a {
    color: #08090c;
}

.main-banner-new {
    background-image: url("../img/back.jpg");
    background-color: #080a15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.main-banner-new h1 {
    text-transform: uppercase;
    font-size: 63px;
    color: #ff505f;
    font-weight: 400;
    margin-top: 85px;
    margin-bottom: 5px;
    text-align: center;
        letter-spacing: 1.1px;
}
.main-banner-new h2 {
    text-transform: lowercase;
    font-size: 41px;
    color: #fff;
    font-weight: 300;
    margin-top: -25px;
    margin-bottom: 35px;
    text-align: center;
    max-width: 500px;
    margin: auto;
        letter-spacing: 1.1px;
}
.main-banner-new h3 {
    text-transform: lowercase;
    font-size: 41px;
    color: #ffd40a;
    font-weight: 600;
    margin-top: 55px;
    margin-bottom: 35px;
    text-align: center;
        letter-spacing: 1.1px;
}
.main-banner-new .buttons {
    text-align: center;
}
.main-banner-new a.btn {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    border-radius: 0;
    padding: 5px 30px;
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    margin: 10px;
    margin-bottom: 230px;
}
.main-banner-new {
    position: relative;
    overflow: hidden;
}
.main-banner-new:before {
    content: "";
    display: block;
    width: 290px;
    height: 210px;
    background-image: url('../img/money.png');
    
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-banner-new:after {
    content: "";
    display: block;
    width: 328px;
    height: 330px;
    background-image: url('../img/ball.png');
    
    position: absolute;
    bottom: -100px;
    right: -100px;
}


.main-banner {
    background-image: url("../img/layout/lk-main.jpg");
    background-color: #080a15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.main-banner.free {
    background-image: url("../img/layout/lk-free.jpg");
    background-color: #080a15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-banner.training {
    background-image: url("../img/layout/lk-training.jpg");
    background-color: #080a15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-banner.bonus {
    background-image: url("../img/layout/lk-bonus.jpg");
    background-color: #080a15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-banner.training ul {
    margin-bottom: 150px;
}
.main-banner.training li {
    font-size: 40px;
    color: #fff;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}
.main-banner.training li:before {
    content: "";
    background: url('../img/layout/arr.png') no-repeat center;
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    top: 25px;
}
.main-banner h1 {
    text-transform: uppercase;
    font-size: 63px;
    color: #ff505f;
    font-weight: 300;
    margin-top: 85px;
    margin-bottom: 35px;
}
.main-banner.training h1{
    color: #fffe00;
}
.main-banner.free h1{
    color: #fffe00;
}
.main-banner.bonus h1{
    color: #fffe00;
}
.main-banner.bonus h2 {
    margin-bottom: 30px;
}
.main-banner.bonus .arr {
    height: 200px;
    background-image: url("../img/layout/banner-arr.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -20px;
    margin-bottom: 20px;
}
.content .big {
    font-size: 18px;
}
button.reg {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    background: #ff7601;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    margin-top: 50px;
    margin-bottom: 50px;
}
.lk-reg {
    padding: 10px 15px;
    -webkit-box-shadow: inset 2px 4px 7px 0px rgba(0,0,0,.1);
    -moz-box-shadow: inset 2px 4px 7px 0px rgba(0,0,0,.1);
    box-shadow: inset 2px 4px 7px 0px rgba(0,0,0,.1);
    min-width: 280px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-banner h2 {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 130px;
}
.main-banner h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: #b2c4e7;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 90px;
}
.input-wrap {
    margin-bottom: 40px;
}
.input-wrap label{
    display: block;
}

button.free {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    background: #ff7601;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 20px;
}
button.prem {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
        background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    margin-top: 50px;
    margin-bottom: 50px;
}






.input-wrap .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.input-wrap .radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.input-wrap .radio + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
      -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,.1);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,.1);
}
.input-wrap .radio + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7502;
    opacity: 0;
    transition: .2s;
}
.input-wrap .radio:checked + label:after {
  opacity: 1;
}








.content h2 {
    color: #05070c;
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 40px;
}
.content.training h3 {
    font-size: 30px;
    color: #05070c;
}
.content.training h4 {
    font-size: 20px;
    color: #05070c;
}
.video {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.content hr {
    border-top: 2px dotted rgba(0, 0, 0, 0.8);
}
.content .nav-pills{
    margin-top: 40px;
    justify-content: center;
}
.content .nav-pills .nav-item {
    margin: 10px 10px 30px 10px;
}
.content .nav-pills .nav-link {
    color: #8e95a2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
}
.content .nav-pills .nav-link.active{
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
}
.tabs-header {
    color: #05070c;
    font-size: 18px;
    margin-bottom: 60px;
}
.buy-item {
    margin-bottom: 30px;
}
.buy-item .header{
    color: #fffd00;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    
    background: rgba(35,55,106,1);
    background: -moz-linear-gradient(top, rgba(35,55,106,1) 0%, rgba(8,10,22,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,55,106,1)), color-stop(100%, rgba(8,10,22,1)));
    background: -webkit-linear-gradient(top, rgba(35,55,106,1) 0%, rgba(8,10,22,1) 100%);
    background: -o-linear-gradient(top, rgba(35,55,106,1) 0%, rgba(8,10,22,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,55,106,1) 0%, rgba(8,10,22,1) 100%);
    background: linear-gradient(to bottom, rgba(35,55,106,1) 0%, rgba(8,10,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23376a', endColorstr='#080a16', GradientType=0 );
}
.buy-item .header small {
    font-size: 12px;
    letter-spacing: .6px;
}
.buy-item .description {
    background: #e9ebf5;
    text-align: center;
}
.icon-wrapper {
    position: relative;
}
.buy-item .icon{
    color: #000000;
    background: #e9ebf5;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px 50px 0px 60px;
    left: 5px;
}
.buy-item .icon.cal:before {
    content: "";
    display: block;
    background: url('../img/layout/icons/cal.png') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
}
.buy-item .icon.sel:before {
    content: "";
    display: block;
    background: url('../img/layout/icons/sel.png') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
}
.buy-item .icon.max:before {
    content: "";
    display: block;
    background: url('../img/layout/icons/max.png') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
}
.buy-item .icon-wrapper:before {
    content: "";
    width: 100%;
    border-bottom: 2px solid #ddd;
    height: 55px;
    display: block;
    position: absolute;
}
.buy-item .price{
    font-size: 21px;
    color: #f10f34;
    margin-bottom: 20px;
}
.buy-item .info{
    color: #8e95a2;
    font-weight: 100;
}
.buy-item .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    
    margin-top: 20px;
    margin-bottom: 40px;
}
.buy-item s {
    color: #8e95a2;
    font-size: 12px;
    margin-right: 10px;
}
button.help {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    
    background: #ff7601;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    
    margin-top: 20px;
    margin-bottom: 120px;
    
}

.nav-tabs {
    border-bottom: 2px solid #e5e8ee;
    margin-top: 40px;
}
.nav-tabs .nav-item {
    margin-bottom: -2px;
    margin-right: 10px;
}
.nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 40px;
}
.nav-tabs .nav-link {
    background: #e5e8ee;
    color: #686868;
}
.nav-tabs .nav-link.active {
    color: #05070c;
    background: #fff;
    border-color: #e5e8ee #e5e8ee #fff;
}

.tab-content h3 {
    color: #05070c;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.table tr:first-child td {
    border-top: none;
}
.table tr:first-child td:first-child {
    max-width: 440px;
}
.table td {
    vertical-align: middle;
}
.table .btn, .forecasts-list .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    background: #ff7601;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    float: right;
}
.table .btn:hover, .forecasts-list .btn:hover {
    color: #212529;
    text-decoration: none;
}
.table .header{
    font-size: 18px;
}
.table .time {
    font-weight: 900;
    font-size: 18px;
}
.table .table-bold {
    font-size: 18px;
    color: #304886;
    font-weight: 500;
}

.free-banner {
    background-image: url("../img/layout/banner-back.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.free-banner .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    float: right;
}
.free-banner .btn:hover, .buy-item .btn:hover {
    color: #212529;
    text-decoration: none;
}
footer {
    background: #e5e8ee;
}
footer .bottom-main-menu .navbar-nav{
    justify-content: center;
}
footer .bottom-main-menu .nav-item {
    padding: 10px 20px;
}

footer .bottom-main-menu .nav-link {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}
footer .bottom-main-menu .active .nav-link {
    color: #f11034;
}


footer .bottom-menu{
    background: #d6dae2;
}
footer .bottom-menu .navbar-nav{
    justify-content: center;
}
footer .bottom-menu .nav-item {
    padding: 10px 20px;
}

footer .bottom-menu .nav-link {
    font-size: 15px;
    color: #304886;
    font-weight: 500;
}
footer .bottom-menu .active .nav-link {
    color: #f11034;
}
footer .copy {
    font-size: 13px;
    padding: 20px;
}
.footer-mobile-menu {
    display: flex;
    text-align: center;
    padding: 10px 10px;
    list-style: none;
    -webkit-box-shadow: 0px -3px 11px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -3px 11px 4px rgba(0,0,0,0.2);
    box-shadow: 0px -3px 11px 4px rgba(0,0,0,0.2);
    margin-top: 20px;
        position: fixed;
    width: 100%;
    bottom: -20px;
    background: #e1e4ea;
    z-index: 999;
    justify-content: center;
}
.footer-mobile-menu .nav-item  {
    display: inline-block;
    margin: 0 15px;
}
.footer-mobile-menu a{
    color: #a6acb6;
    font-size: 12px;
    position: relative;
}
.footer-mobile-menu .active a{
    color: #000;
}
.footer-mobile-menu a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
.footer-mobile-menu a.bonus:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url(../img/layout/icons/footer-bonus.png); */
    background-position: -35px -20px;
    background-size: 380px;
}
.footer-mobile-menu .active a.bonus:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url(../img/layout/icons/footer-bonus.png); */
    background-position: -35px -70px;
    background-size: 380px;
}
.footer-mobile-menu a.free:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url('../img/layout/icons/footer-free.png'); */
    background-position: -106px -20px;
    background-size: 380px;
}
.footer-mobile-menu .active a.free:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url('../img/layout/icons/footer-free.png'); */
    background-position: -106px -70px;
    background-size: 380px;
}
.footer-mobile-menu a.lessons:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url('../img/layout/icons/footer-lessons.png'); */
    background-position: -176px -20px;
    background-size: 380px;
}
.footer-mobile-menu .active a.lessons:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url('../img/layout/icons/footer-lessons.png'); */
    background-position: -176px -70px;
    background-size: 380px;
}
.footer-mobile-menu a.premium:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url('../img/layout/icons/footer-premium.png'); */
    background-position: -246px -20px;
    background-size: 380px;
}
.footer-mobile-menu .active a.premium:before {
    background-image: url(../img/layout/logo-menu.png);
    /* background-image: url('../img/layout/icons/footer-premium.png'); */
    background-position: -246px -70px;
    background-size: 380px;
}
.footer-mobile-menu a.reiting:before {
    background-image: url('../img/layout/icons/footer-reiting.png');
}

.mobile .nav-tabs {
    margin-top: 0;
}
.mobile .nav-tabs .nav-item {
    margin-right: 0;
}
.mobile .nav-tabs .nav-link.active {
    border-color: transparent;
}

.mobile .nav-tabs .nav-link {
    padding: 10px 5px;
}
.forecasts-list .btn {
    font-size: 12px;
    padding: 5px 5px;
}
.forecasts-list {
    font-size: 12px;
}
.forecasts-list .bold {
    font-size: 13px;
    color: #304886;
    font-weight: 500;
}
.forecasts-list .black.bold {
    color: #000;
} 
.forecasts-list .header {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.forecasts-list>.row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}
.forecasts-list .col-4{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.forecasts-list .all {
    margin-top: 10px;
    display: inline-block;
}
footer.mobile {
        margin-bottom: 90px;
}
.telegram {
    background: #2ba3d7;
    padding: 20px;
    margin-top: 20px;
}
.telegram h2 {
    color: #fff;
    font-size: 17px;
    position: relative;
}
.telegram h2:after {
    content: "";
    background: url('../img/layout/icons/telegram.png') no-repeat center;
    width: 72px;
    height: 62px;
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
}
.telegram h2 strong {
    text-transform: uppercase;
}
.telegram .btn {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.content.mobile h3 {
    font-size: 17px;
}
.content.mobile h4 {
    font-size: 15px;
}
.content.mobile .video {
    margin-top: 20px;
    margin-bottom: 25px;
}










#modal .summ, #modal .discountInfo {
    position: relative;
    top: 15px;
    left: 10px;
}
#modal .discount {
    color: #f32c2c;
}
#modal .itog {
    color: #00b93b;
}
#modal .fa-spin {
    font-size: 36px;
    display: none;
}
.modal-content {
    border-radius: 0;
}
#modal .buy-item .btn {
    margin-bottom: 0;
}
#modal .checkbox-text {
    font-size: 14px;
    font-weight: 100;
}

#modal .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
#modal .checkbox + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
#modal .checkbox + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}
#modal .checkbox + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}
#modal .checkbox:checked + label:before {
  background: #9FD468;
}
#modal .checkbox:checked + label:after {
  left: 26px;
}
#modal .lk-reg {
    min-width: auto;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
#modal button.reg{
    margin-top: 0;
    margin-bottom: 0;
}
.stop-info {
    font-weight: 100;
    color: #f11335;
    font-size: 25px;
    margin-bottom: 5px;
}
.premium.table td:not(:first-child) {
    border-left: 1px solid #ccc;
    text-align: center;
}


.error {
    position: absolute;
    top: -25px;
    color: #ff0505;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .4px;
    left: 15px;
}
.slick-slide a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    background: #ff7601;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    box-shadow: 0px 8px 19px -1px rgba(255,118,1,0.84);
    
    width: 110px;
    text-align: center;
    padding: 10px;
    margin: auto;
}
.slick-slide a:hover {
    text-decoration: none;
}


.coupons ul {
    position: relative;
    max-width: 777px;
    margin: auto;
    margin-top: 50px;
    padding-left: 0;
}
.coupons ul::before {
    content: "";
    display: block;
    background: url(../img/arr-coup-black.png) no-repeat center;
    width: 240px;
    height: 110px;
    position: absolute;
    z-index: 0;
    left: -80px;
    top: -50px;
}
.coupons {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: -40px;
}

.coupons li {
    height: 25px;
    overflow: hidden;
}
.coupons li:last-child{
    border-bottom: 1px solid #ccc;
    margin-right: 6px;
}
.coupons li img {
    max-width: 788px;
    cursor: pointer;
}
.coupons .btn-more {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    background: #e9ebf5;
    border-radius: 0;
    padding: 10px 40px;
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    max-width: 185px;
    cursor: pointer;
    margin: auto;
    margin-top: 70px;
}

.slick-prev:before, .slick-next:before {
    color: #f11335 !important;
}


.soccer {
    margin-top: 40px;
    margin-bottom: 30px;
}
.slick-slider {
    margin-top: 80px;
}
.fore-bets {
    width: 100%;
}
.fore-bets td{
    padding: 5px;
    border: 1px solid #e8e8e8;
    text-align: center;
}
.fore-bets .flag {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.fore-bets .title {
    text-align: left;
}
.fore-bets .title small{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 200;
}
.fore-bets .title span{
    font-weight: 400;
}

.fore-bets .date, .fore-bets .time {
    font-weight: 200;
}
.fore-bets .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    border-radius: 0;
    padding: 5px 30px;
}

.fore-bets .btn.show {
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
}

.fore-bets .btn.wait {
    background: #e9ebf5;
    color: #8e95a1;
}

.fore-bets .result .won {
    /*Прошёл*/
        color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #4cce5c;
    border-radius: 0;
    padding: 5px 30px;
}
.fore-bets .result .loss{
    /*Не прошёл*/
        color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #ff0000;
    border-radius: 0;
    padding: 5px 30px;
}
.fore-bets .result .way {
    /*Идёт*/
    color: #8e95a2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #ddff20;
    border-radius: 0;
    padding: 5px 30px;
}
.fore-bets .result .moved {
    /*Перенесен*/
        color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #7188f9;
    border-radius: 0;
    padding: 5px 30px;
}
.fore-bets .result .today {
    /*На сегодня*/
        color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #ffa400;
    border-radius: 0;
    padding: 5px 30px;
}
.fore-bets .result a.buy {
    /*Приобрести*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    border-radius: 0;
    padding: 5px 30px;
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
}
.bets-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    border-radius: 0;
    padding: 5px 30px;
    background: #f11034;
    color: #fff;
    -webkit-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    -moz-box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    box-shadow: 0px 8px 19px -1px rgba(241,16,52,0.84);
    margin-top: 20px;
    display: inline-block;
}
.bets-more:hover, .fore-bets .btn.show:hover, .fore-bets .result a.buy:hover, .slick-slide a:hover {
    color: #212529;
    text-decoration: none;
}
.fore-bets.mobile .result .btn, .fore-bets.mobile .result .buy  {
    margin-top: 10px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}
.fore-bets.mobile .result .buy, .fore-bets.mobile .result .won, .fore-bets.mobile .result .loss, .fore-bets.mobile .result .way, .fore-bets.mobile .result .moved, .fore-bets.mobile .result .todays{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    position: relative;
    top: 7px;
}
@media only screen and (max-width: 991px) {
    .main-banner {
        background-image: none;
            background-color: #0a0d1c;
    }
    footer .bottom-menu .nav-item, footer .bottom-main-menu .nav-item {
        padding: 0 0;
    }
    .coupons li img {
        max-width: 100%;
    }
    .coupons ul::before {
        display: none;
    }
    .main-banner-new {
        background-size: cover;
    }
}
@media only screen and (max-width: 768px) {
    .content h2 {
        font-size: 25px;
    }
    .content.mobile h2 {
        font-size: 20px;
        margin-top: 30px;
    }
    
    .content .nav-pills .nav-link {
        font-size: 14px;
        padding: 10px 25px;
    }
    .tabs-header {
        margin-bottom: 30px;
    }
    button.help {
        margin-top: 0px;
        margin-bottom: 100px;
    }
    .bottom-main-menu.mobile .nav-link {
        padding: 5px 0px 0px 0px;
    }
    .bottom-main-menu.mobile {
        padding: 20px;
    }
    .slick-next {
        right: 0 !important;
    }
    .slick-prev {
        left: 0 !important;
    }
    .error {
        top: -5px;
        left: 15px;
    }
    #sect_1 .form-control {
        margin-top: 20px;
    }
    .mobile_form_mob .form-control {
        margin-top: 20px;
    }
    .main-banner-new:after {
        display: none;
    }
    .lk-reg {
        border: 1px solid #eee;
    }
}
@media only screen and (max-width: 500px) {
    .main-banner-new h1 {
        font-size: 26px;
    }
    .main-banner-new h2 {
        font-size: 24px;
    }
    .main-banner-new h3 {
        margin-top: 15px;
        font-size: 24px;
    }
    .main-banner-new .buttons {
        margin-bottom: 250px;
        
    }
    .main-banner-new a.btn {
        margin-bottom: 0;
        
    }
}
@media only screen and (max-width: 410px) {
    .checkCoupon {
        font-size: 14px !important;
        padding: 10px 20px !important;
    }
}
@media only screen and (max-width: 390px) {
    .footer-mobile-menu .nav-item {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 340px) {
    .footer-mobile-menu .nav-item {
        margin: 0 5px;
    }
}

.lk-reg {
    border: 1px solid #a7a7a7 !important;
}
