* {
    font-family: "Mont", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
}

html {
    background: #1A242D;
}

body {
    background: url("../../img/sitebg.png");
    background-repeat: repeat;
    background-size: contain;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
}

.btn-default {
    border-radius: 50px;
    background: linear-gradient(180deg, #F12C4C 0%, #F12C4C 100%);
    padding: 15px 40px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.small-btn {
    border-radius: 50px;
    background: linear-gradient(180deg, #F12C4C 0%, #F12C4C 100%);
    padding: 7.5px 15px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

button {
    cursor: pointer;
}

header .row {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px;
}

header .row .col.left {
    display: flex;
    align-items: center;
    gap: 40px;
}

header .row .col.left .logo img {
    width: 140px;
    display: block;
}

header .row .col.left .menu {
    padding-top: 5px;
}

header .row .col.left .menu ul {
    list-style-type: none;
    display: flex;
    gap: 25px;
}

header .row .col.left .menu ul a {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

header .row .col.right {
    display: flex;
    align-items: center;
    gap: 25px;
}

header .row .col.right .lang ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

header .row .col.right .lang ul a {
    color: #fff;
    font-weight: 500;
}

footer {
    background: #1A242D;
    margin-top: 80px;
    padding: 50px 0px;
}

footer .top-tow {
    padding-bottom: 50px;
}

footer .top-tow .logo img {
    width: 200px;
    display: block;
}

footer .row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
}

footer .row .info p {
    font-size: 13px;
    padding-bottom: 10px;
    font-weight: 500;
}

footer .row .info a {
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
    display: block;
}

footer .row .menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

footer .row .menus p {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

footer .row .menus ul {
    list-style-type: none;
    display: flex;
    gap: 7.5px;
    flex-direction: column;
}

footer .row .menus ul a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.bottom__footer {
    padding: 20px 0px;
}

.bottom__footer p {
    font-size: 13px;
}

.bottom__footer p a {
    font-size: 13px;
    font-weight: 600;
}

.bottom__footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-warning {
    padding: 15px 0px;
    background: #fff;
}

.footer-warning .westnews-attention {
    color: #171412;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 19.3px;
}

.icons-section .row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
    padding: 15px 0px;
}

.icons-section .row .col {
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A242D;
}

.icons-section .row a img {
    margin: 0 auto;
    display: block;
    max-width: 100px;
}

.hero__slider__section .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    background-size: cover;
    background-position: right center;
    height: 400px;
    border-radius: 15px;
    padding: 50px;
    align-items: flex-start;
}

.hero__slider__section .item .slider__title {
    font-style: normal;
    font-size: 40px;
    font-weight: 600;
    max-width: 600px;
}

.hero__slider__section .item .slider__link {
    border-radius: 50px;
    background: linear-gradient(180deg, #F12C4C 0%, #F12C4C 100%);
    padding: 15px 40px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

.title__default {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0px 30px;
}

.title__default h2 {
    font-weight: 500;
    font-size: 35px;
}

.title__default a {
    display: inline-flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 14px;
}

.bonuses__section .row .column {
    border-radius: 20px;
    background: #253645;
    padding: 20px;
}

.bonuses__section .row .column .img img {
    display: block;
    max-width: 160px;
    width: 100%;
    object-fit: contain;
    max-height: 50px;
    margin: 0 auto;
}

.bonuses__section .row .column ul.stars {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    padding: 10px 0px 20px;
}

.bonuses__section .row .column ul.stars li {
    content: url("../../img/casino/star.svg");
}

.bonuses__section .row .column .txt {
    margin-top: 20px;
}

.bonuses__section .row .column .txt .name {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: block;
}

.bonuses__section .row .column .btn-default {
    font-size: 13px;
    padding: 15px;
    width: 100%;
}

.topcasino__section .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.topcasino__section .row .column {
    border-radius: 20px;
    background: #253645;
    padding: 20px;
}

.topcasino__section .row .column .img {
    border-radius: 10px;
    background: #1A242D;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topcasino__section .row .column .img img {
    display: block;
    max-width: 160px;
    width: 100%;
    object-fit: contain;
    max-height: 50px;
    margin: 0 auto;
}

.topcasino__section .row .column ul.stars {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
}

.topcasino__section .row .column ul.stars li {
    content: url("../../img/casino/star.svg");
}

.topcasino__section .row .column .txt {
    margin-top: 20px;
}

.topcasino__section .row .column .txt .link {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: block;
}

.topcasino__section .row .column .txt .listadv {
    padding: 15px 0px;
}

.topcasino__section .row .column .txt .listadv ul {
    list-style: none;
}

.topcasino__section .row .column .txt .listadv ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.topcasino__section .row .column .txt .listadv ul li:before {
    content: url("../../img/casino/arrow.svg");
}

.topcasino__section .row .column .title__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bonuses__full__section .row {
    border-radius: 20px;
    background: #253645;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    margin-bottom: 25px;
    gap: 30px;
}

.bonuses__full__section .row .center .title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
}

.bonuses__full__section .row .center .desc {
    font-size: 13px;
    font-weight: 500;
}

.bonuses__full__section .row .center .listadv {
    margin-top: 15px;
}

.bonuses__full__section .row .center .listadv ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bonuses__full__section .row .center .listadv ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.bonuses__full__section .row .center .listadv ul li:before {
    content: url("../../img/casino/arrow.svg");
}

.bonuses__full__section .row .center .deposit {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
}

.bonuses__full__section .row .left .img {
    border-radius: 10px;
    background: #1A242D;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonuses__full__section .row .left img {
    display: block;
    max-width: 160px;
    width: 100%;
    object-fit: contain;
    max-height: 50px;
    margin: 0 auto;
}

.bonuses__full__section .row .left ul.stars {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
}

.bonuses__full__section .row .left ul.stars li {
    content: url("../../img/casino/star.svg");
}

.bonuses__full__section .row .left .txt {
    margin-top: 20px;
}

.bonuses__full__section .row .left .txt .name {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: block;
}

.bonuses__full__section .row .left .small-btn {
    margin: 20px auto 0px;
    display: block;
    max-width: 140px;
    text-align: center;
}

.bonuses__full__section .row .left p.rating {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: center;
}

.bonuses__full__section .row .right.promocode {
    display: flex;
    flex-direction: column;
    background: #1A242D;
    padding: 20px;
    border-radius: 10px;
    justify-content: center;
}

.bonuses__full__section .row .right.promocode .bonus-row p.title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.bonuses__full__section .row .right.promocode .promo__name {
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 100px;
    max-width: 200px;
    margin: 0px auto;
    font-weight: 600;
}

.bonuses__full__section .row .right.promocode .desc {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

.seotext {
    margin-top: 80px;
}

.seotext h1 {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 20px;
}

.seotext h2 {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 20px;
}

.seotext h3 {
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 20px;
}

.seotext h4 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px;
}

.seotext p {
    padding-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.seotext ul {
    padding-left: 25px;
    padding-bottom: 20px;
}

.seotext ul li {
    font-weight: 500;
}

.single01 .row {
    border-radius: 20px;
    background: #253645;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    overflow: hidden;
}

.single01 .row .left {
    padding: 40px;
}

.single01 .row .left .licence {
    font-weight: 500;
    padding-bottom: 5px;
}

.single01 .row .left h1 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 5px;
}

.single01 .row .left .descr p {
    font-size: 20px;
    font-weight: 500;
}

.single01 .row .left .bonus-row p.title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.single01 .row .left .promo__name {
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 100px;
    max-width: 200px;
    width: 200px;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 600;
}

.single01 .row .left .btn-default {
    font-size: 16px;
}

.single01 .row .left .reviews__column {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.single01 .row .left .reviews__column ul.stars {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: flex-start;
}

.single01 .row .left .reviews__column ul.stars li {
    content: url("../../img/casino/star.svg");
}

.single01 .row .left .buttons__section {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.single01 .row .left .buttons__section .bonus-row {
    display: flex;
    align-items: center;
    gap: 25px;
}

.single01 .row .right {
    border-radius: 0px 20px 20px 0px;
    background-size: cover !important;
    background-position: right center !important;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    position: relative;
}

.single01 .row .right img {
    position: relative;
    z-index: 5;
    display: block;
    width: 200px;
}

.single01 .row .right:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.single02 {
    margin-top: 40px;
}

.single02 .row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.single02 .row .right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.single02 .row .right .right__col:last-child {
    background: rgba(241, 44, 76, 0.2);
}

.single02 .row .right .right__col {
    border-radius: 20px;
    background: #253645;
    padding: 20px;
}

.single02 .row .right .right__col .title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 12px;
}

.single02 .row .right .right__col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single02 .row .right .right__col ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.single02 .row .right .right__col ul li:before {
    content: url("../../img/casino/arrow.svg");
}

.single02 .row .left {
    border-radius: 20px;
    background: #253645;
    padding: 40px;
}

.single02 .row .left .khars__block p.title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
}

.single02 .row .left .khars__block .khars__row .inside__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid #1A242D;
}

.single02 .row .left .khars__block .khars__row .inside__row .inside__col {
    font-weight: 500;
}

.single02 .row .left .khars__block .khars__row .inside__row .inside__col:last-child {
    text-align: right;
}

.single02 .row .left .khars__block .khars__row .inside__row:last-child {
    border-bottom: none !important;
}

.catalog01 .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.catalog01 .row .main-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.catalog01 .row .sidebar ul.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
    list-style-type: none;
}

.catalog01 .row .sidebar ul.tags li a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 5px;
}

.catalog01 .row .sidebar ul.tags li:nth-child(1) a {
    background: #92071E;
}

.catalog01 .row .sidebar ul.tags li:nth-child(2) a {
    background: #F5D030;
}

.catalog01 .row .sidebar ul.tags li:nth-child(3) a {
    background: #F12C4C;
}

.catalog01 .row .sidebar ul.tags li:nth-child(4) a {
    background: #B11676;
}

.catalog01 .row .sidebar ul.tags li:nth-child(5) a {
    background: #295AA6;
}

.catalog01 .row .sidebar ul.cats {
    border-radius: 10px;
    background: #202F3C;
    padding: 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog01 .row .sidebar ul.cats li {
    font-size: 13px;
    border-radius: 5px;
    background: #1A242D;
    height: 50px;
    padding-left: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.catalog01 .row .sidebar ul.cats li a {
    font-size: 13px;
}

.catalog01 .product-row {
    border-radius: 20px;
    background: #253645;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
}

.catalog01 .product-row .center .title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
}

.catalog01 .product-row .center .desc {
    font-size: 13px;
    font-weight: 500;
}

.catalog01 .product-row .center .listadv {
    margin-top: 15px;
}

.catalog01 .product-row .center .listadv ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog01 .product-row .center .listadv ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.catalog01 .product-row .center .listadv ul li:before {
    content: url("../../img/casino/arrow.svg");
}

.catalog01 .product-row .center .deposit {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
}

.catalog01 .product-row .left .img {
    border-radius: 10px;
    background: #1A242D;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog01 .product-row .left img {
    display: block;
    max-width: 160px;
    width: 100%;
    object-fit: contain;
    max-height: 50px;
    margin: 0 auto;
}

.catalog01 .product-row .left ul.stars {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
}

.catalog01 .product-row .left ul.stars li {
    content: url("../../img/casino/star.svg");
}

.catalog01 .product-row .left .txt {
    margin-top: 20px;
}

.catalog01 .product-row .left .txt .name {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: block;
}

.catalog01 .product-row .left .small-btn {
    margin: 20px auto 0px;
    display: block;
    max-width: 140px;
    text-align: center;
}

.catalog01 .product-row .left p.rating {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: center;
}

.blog-category {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
}

.blog-category .product-row {
    grid-template-columns: 1fr;
    padding: 10px 10px 20px;
}

.blog-category .product-row .left .img {
    max-height: 220px;
    min-height: 220px;
}

.blog-category .product-row .left img {
    height: 100%;
    max-height: 220px;
    min-height: 220px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-category .product-row .descr {
    margin-top: 10px;
}

.blog-category .product-row .descr p {
    font-size: 12px;
    text-align: center;
}

.khars__block p {
    padding-bottom: 20px;
}

.khars__block p:last-child {
    padding-bottom: 0px;
}

/*# sourceMappingURL=style.css.map */
