@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* Reset and base styles  */
* {
    padding: 0;
    margin: 0;
    border: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* Links */
a:hover  {
    text-decoration: none;
}
/* Common */
aside, nav, footer, header, section, main {
    display: block;
}
h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}
img, svg {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
address {
    font-style: normal;
}
button {
    border-radius: 3px;
    color: inherit;
    background-color: transparent;
}
.col-xs-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-12 {
	float: left;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media only screen and (max-width: 400px) {
	table td,
	table th {
		padding: 5px;
		font-size: 0.7rem;
		line-height: 1.35;
	}

	.section-title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 400px) {
	.section-title {
		font-size: 18px;
	}
}
.section-title {
	margin: 0.83em 0;
	text-align: center;
}
/*------------------------------*/

.comments_row_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #534F66;
    padding: 15px;
    border-radius: 4px;
}
.review_2 {
    padding: 30px 0px;
}
.comments_title_2 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--link-color);
}
.comments_row_2 {
    background: #fff;
    border: solid 1px black;
    margin-bottom: 20px;
    border-radius: 4px;
    padding-bottom: 20px;
}
.comments_row_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--link-color);
    padding: 15px;
    border-radius: 4px;
}
.comments_row_desc {
    padding: 15px;
}
.comments_row_answer_link {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
/* Загальний контейнер */
.faq {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}


/* Вопроси */
.faq dt {
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    color: #000;
}

.faq dt:hover {
    background-color: #f1f1f1;
}

/* Відповіді */
.faq dd {
    margin: 0;
    padding: 10px 15px;
    background-color: #fff8dc;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none; /* Приховуємо відповіді за замовчуванням */
    margin-top: 5px;
    font-size: 16px;
    color: #444;
}

/* Відкритий стан */
.faq dt.open + dd {
    display: block; /* Відображення відповіді при активному стані */
}

/* Текст відповіді */
.faq dd span {
    font-style: italic;
}



:root {
    --mob-nav-bg: linear-gradient(0deg, rgba(5, 5, 5, 0.87) 0%, rgba(5, 5, 5, 0.87) 100%);
    --background-color: #000;
    --title-color: #FFF;
    --text-color: #fff;
    --link-color: #02BCE4;
    --table-bg: #E7D9D9;

    --text-font-weight: 300;
    --header-font-weight: 500;
    --title-font-weight: 700;

    --table-fs: 12px;
    --title-fs: 14px;
    --text-fs: 16px;
}
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--text-font-weight);
    font-size: var(--text-fs);
    color: var(--text-color);
    background: radial-gradient(3286.83px at 50% 50%, #102F38 0, #16181d 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}
button {
    font-weight: var(--header-font-weight);
    border-radius: 4px;
    background: var(--link-color);
    border: 1px solid var(--link-color);
    padding: 8px 16px;
    cursor: pointer;
    
}

/*------------------------------HEADER*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    background: linear-gradient(180deg, #102F38, #16181d);
}
header > div {
    font-weight: var(--header-font-weight);
    max-width: 1200px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header span {
    font-weight: var(--header-font-weight);
    margin-left: 20px;
}
.header-box {
    display: flex;
    margin: 20px;
    align-items: center;
}
.svg-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
}
.open-im, .close-im {
    display: block;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    background: url("../svg/burger.svg") no-repeat center;
    background-size: contain;
}
.close-im {
    background: url("../svg/close.svg") no-repeat center;
    background-size: contain;
}
.hide {
    display: none;
}
nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding-top: 20px;
    background: var(--mob-nav-bg);
    align-items: center;
}
nav ul {
    display: flex;
    list-style: none;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}
nav li {
    display: flex;
    justify-content: center;
    min-width: 85vw;
    border-radius: 12px;
    border: 1px solid var(--text-color);
    padding: 15px 30px;
    cursor: pointer;
    margin-bottom: 16px;
}
.user-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.user-block button:last-child {
    background: none;
    margin-left: 15px;
}
.p_s_h_h {
	height: 173px;
	width: 100%;
	text-align: center;
	box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.16);
}
.h_h_l {
	width: 50%;
	height: 100%;
	position: relative;
	display: inline-block;
}
.h_h_l_l .td-bc-logo {
	margin: auto;
	height: 50px;
	width: 85px;
	cursor: unset;
}
.h_h_l_l {
	padding: 22px 0 0 0;
}
.h_h_l_t {
	font-size: 16px;
	line-height: 22px;
}
.h_h_l_s {
	font-weight: bold;
	font-size: 37px;
	line-height: 43px;
}
.h_h_l .gift-icon-v2 {
	position: absolute;
	right: -34px;
	top: 46px;
	left: unset;
	border-radius: 50%;
	background-color: #2e9bfc;
}
.h_h_r {
	width: 50%;
	height: 100%;
	display: inline-block;
	float: right;
	background-color: #2a2a2a;
}
.h_h_r_bb {
	padding: 15px 15px 15px 50px;
}
.h_h_r_t {
	font-size: 14px;
	line-height: 16px;
	color: #7b7b7b;
	text-align: left;
}
.h_h_r_p {
	height: 50px;
	border: 2px dashed #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	position: relative;
	margin: 14px 0;
}
.gift-icon-v2 {
	width: 68px;
	height: 68px;
	background-color: white;
	position: absolute;
	left: 15px;
	top: 15px;
	box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.4);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURUdwTCkpKSoqKikpKSgoKCAgICkpKSkpKSgoKCoqKikpKSoqKikpKSkpKTAwMCkpKSoqKioqKikpKSoqKkjqAdIAAAATdFJOUwBw78JAEN+gIGCvgJBQELAwf2/9NpgyAAAA90lEQVRYw+3W6Q6DIAwA4IoUEO/t/d911Io74tElbtmS9scChH5iq3FwPSFAEUUUUWQTKVsEGGqX56axCGj9G4ixwBHmrDLkBSdFTE5JUdOCv89XlTWk4O2YFTaQaStDHO29mJQ8pXlHGjbphCPNSxFCFx6YI6WjH+TUKg0LEUJ308yHwrkUked9GrZiJPcysjHmzq8XZQVpHndORV4uLr8ds7R2bvfSVi8rbN1ay09asBzhaUiHTOH3kAKEUewgUgO6MxBQ5PsIntHiWAmj/JNPRh+eI24u7iD+pYJ+c1ERRX4BMRLEHb2AMRwh6PV/rCKKKPIp5AYFEAuNWlyhtAAAAABJRU5ErkJggg==");
}
.r_p_t {
	line-height: 45px;
}
.r_p_i {
	position: absolute;
	right: 0;
	top: 13px;
	right: 10px;
}
.td-bc-logo {
	background-size: cover !important;
}
@media only screen and (max-width: 600px) {
	.like-green-link {
		position: relative;
		width: 100%;
		margin-top: 10px;
		left: auto;
	}
}
.like-green-link:hover {
	text-decoration: none;
	background-color: #02BCE4;
	color: #fff;
}
.like-green-link {
	margin: 0px;
}
.like-green-link {
	padding-left: 10px;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #02BCE4;
	border-bottom: 2px solid ;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}

.promo_code_block .promo_second_block .td-bc-logo {
	position: absolute;
	box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	top: 8px;
	right: 8px;
}
.h_h_l_l .td-bc-logo {
	margin: auto;
	height: 50px;
    width: 150px;
    margin-bottom: 10px;
}
@media (max-width: 800px) {
	.h_h_l,
	.h_h_r {
		width: 100%;
		float: unset;
		height: 173px;
	}
	.p_s_h_h {
		height: unset;
	}
	.h_h_r_bb {
		padding: 15px;
	}
	.h_h_l .gift-icon-v2 {
		top: 134px;
		right: 15px;
	}
	.promo_single_body > div {
		display: block;
	}
	.p_s_b_text_t {
		padding: 20px 0;
	}
}

/*------------------------------MAIN*/
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px 0;
}
.main-blur {
    background: rgba(0, 0, 0, 0.50);
    filter: blur(1px);
    z-index: -1;
}
article {
    display: flex;
    flex-direction: column;
    align-items: center;
}
article > div {
    width: 100%;
}
.border {
    border-radius: 10px;
    border: 1px solid var(--text-color);
    margin: 15px 0;
    padding: 25px 30px;
}
.main-block  {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-block span {
    font-size: var(--table-fs);
    font-weight: var(--title-font-weight);
    letter-spacing: 5px;
    text-transform: uppercase;
}
.shadow {
    width: 120vw;
    height: 100px;
    border-radius: 20%;
    background: #101010;
    filter: blur(22px);
    position: absolute;
    bottom: -50px;
}
.cards {
    display: flex;
    justify-content: center;
}
.cards > div {
    width: calc((100% - 25px)/2);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cards > div:last-child {
    margin-left: 25px;
}
.cards span {
    color: var(--link-color);
    font-size: 56px;
    margin-bottom: 20px;
}
.wrap {
    padding: 0 15px;
    max-width: 1200px;
}
.separator-block {
    position: relative;
    width: 100vw;
    height: 30vh;
    background: url("../img/wildz.jpeg") no-repeat center;
    background-size: cover;
    margin-top: 40px;
}
figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

figure img {
border-radius: 18px;
margin: 20px auto;
}
h1, h2, h3 {
    color: var(--link-color);
    font-weight: var(--title-font-weight);
    text-align: start;
    line-height: 44px;
}
h1 {
    font-size: 32px;
    margin: 20px;
    text-align: center;
}
h2 {
    color: var(--link-color);
    font-size: 22px;
    margin: 20px 0;
}
h3 {
    color: var(--link-color);
    font-size: 22px;
    margin: 20px 0;
}
main ul, ol {
    text-align: start;
    margin: 20px 0 20px 25px;
}
li {
    padding: 7px;
}
a {
    text-decoration: none;
    color: var(--link-color);
}
p {
    font-size: var(--text-fs);
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 30px;
    text-align: start;
    word-wrap: break-word;
}
article ul, ol {
    width: 98%;
}

/*------------------------------TABLES*/
table {
    width: 100%;
    margin: 30px 0;
    padding: 0 15px 15px 15px;
    background: #000000;
    border-radius: 8px;
    border-collapse: collapse;
}
tr {
    font-size: var(--table-fs);
}
.baner {
    filter: drop-shadow(0 0 20px #ffffff);
}
td {
    color: #FFF;
    text-align: center;
    word-wrap: break-word;
    padding: 12px;
}
th {
    word-wrap: break-word;
    font-weight: 700;
    background: var(--link-color);
    color: black;
    padding: 15px 10px;
}
th, td {
    border: 1px solid var(--text-color);
}
.four4-t td, .four4-t th {
    width: 25%;
}
.three3-t td, .three3-t th {
    width: calc(100% / 3);
}
.two2-t td, .two2-t th {
    width: 50%;
}
.up-1p {
    display: none;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 70px;
    right: 50px;
    cursor: pointer;
    color: #000;
}

/*------------------------------FOOTER*/
footer {
    width: 100%;
}
footer p {
    opacity: 0.5;
    font-size: 12px;
    margin: 30px 15px;
    text-align: center;
}

@media (min-width: 1085px) {
    body {
        font-size: var(--text-fs);
    }
    .hide {
        display: flex;
        align-items: center;
    }

    /*------------------------------HEADER*/
     .svg-img {
        display: none;
     }
     nav {
         width: auto;
         position: relative;
         background: none;
         flex-direction: row;
         padding: 0;
         top: 0;
     }
     nav ul {
         flex-direction: row;
         margin: 0;
     }
    nav li {
        min-width: auto;
        border: none;
        margin-bottom: 0;
    }
     nav span {
         display: none;
     }
    nav::after {
        content: none;
    }
    .header-box {
        width: 100%;
        justify-content: space-between;
    }
    .mob-none {
        display: none;
    }

    /*------------------------------MAIN*/
    main {
        padding-top: 100px;
        position: relative;
    }
    .border {
        margin: 30px 0;
    }
    .main-block  {
        padding-top: 30px;
    }
    h1 {
        width: 50%;
        font-size: 52px;
        line-height: 60px;
    }
    h2 {
        font-size: 32px;
    }

    /*------------------------------TABLES*/
    table {
        padding: 0 30px 30px;
    }
    th {
        padding: 20px;
        font-size: var(--text-fs);
    }
    td {
        padding: 20px;
        font-size: var(--title-fs);
    }
}

