body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #202022;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
main{
    margin-bottom:25px;
}
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #2a2a2e;
  color: #f0f0f0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 8px;
  overflow: hidden;
}

th, td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #3a3a3d;
}

th {
  background-color: #33333a;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

tr:hover {
  background-color: #383840;
  transition: background-color 0.2s ease-in-out;
}

tr:last-child td {
  border-bottom: none;
}
/*Промокоды*/
.promocode-wrapper{
	margin-bottom:1rem;
	max-width:100%;
}
.promocode-inner{
	border-top: 3px dotted var(--global-palette7, #eeeeee);
    border-right: 3px dotted var(--global-palette7, #eeeeee);
    border-bottom: 3px dotted var(--global-palette7, #eeeeee);
    border-left: 3px dotted var(--global-palette7, #eeeeee);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #48525c;
	display: flex;
  align-items: center;
	padding:1rem;
	justify-content: space-between;
	gap:1rem;
	box-sizing:border-box;
	flex-wrap: wrap;
}
.promocode-img-wrapper img{
	margin:auto;
	border-radius:10px;
}
.promocode-left, .promocode-right{
	width:35%;
}
.promocode-center{
	width:60%;
}
.promocode-center-top{
	border-bottom: 2px dashed #edf2f7;
}
.promocode-header{
	font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-block-end: 1rem;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	min-width:100%;
}
.promocode-sub-header{
	display: flex;
    width: 100%;
    gap: 1rem;
    justify-content: space-evenly;
	
}
.promocode-sub-header p{
	color:#fefefe;
	box-sizing: border-box;
font-family: "Exo 2", sans-serif;
font-feature-settings: normal;
font-size: 20px;
font-variation-settings: normal;
line-height: 30px;
}
.promocode-item-promo{
	display: flex;
    flex-direction: column;
    text-align: center;
}
.promocode-right-header{
	color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.75em;
	line-height: 30px;
}
.promocode-block{
	padding: 10px 7px;
    border: 2px dotted #edf2f7;
    border-radius: 5px;
    cursor: pointer;
	display: flex;
    justify-content: center;
    background: #7d858d;
}
.promocode-value{
	color: #1e1e1e;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 0.35em;
    font-weight: bold;
}
.ctc-block-copy{
	align-self: center;
}
.promocode-center .promocode-button{
	display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 12px 30px;
    letter-spacing: .04em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	text-decoration:none;
    font-family: "Exo 2", sans-serif;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f75a05;
    text-decoration: none;
    position: relative;
    z-index: 0;
	width:90%;
	font-weight: bold;
	transition:all 0.5s ease;
}
.promocode-center-bottom{
	text-align:center;
	padding-top:10px;
}
.promocode-center .promocode-button:hover{
	background-color: #f55803;
}
/*Конец Промокоды*/
.footer {
    background: #18181a;
    color: #ccc;
    text-align: center;
    padding: 30px 10px 15px;
    margin-top: auto;
    font-size: 0.95em;
    border-top: 2px solid #333;
    width:1100px;
}
.footer-inner {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}
.footer p {
    margin: 0.5em 0;
}

body {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            min-height: 100vh;
            background-color: #202022;
            overflow-x: hidden;
        }

        html {
            overflow-x: hidden;
        }

        .header {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 7%;
            width: 100%;
            box-sizing: border-box;
        }

        .header img {
            height: 100px;
            max-width: 100%;
            margin-bottom: 15px;
        }

        .text-block img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 20px auto;
        }

        .call-to-action {
            display: flex;
            align-items: center;
            font-size: 2.5em;
            color: #fff;
            font-weight: bold;
            text-align: center;
            flex-wrap: wrap;
        }

        .arrow {
            font-size: 2em;
            color: #ff2400;
            animation: bounce 1s infinite;
            margin: 20px 0 0 10px;
            transform: rotate(270deg);
        }

        .promo-code {
            font-size: 1.5em;
            margin-right: 25px;
            font-weight: bold;
            background-color: #6d3dff;
            padding: 10px 20px;
            border-radius: 5px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            color: #fff;
            position: relative;
            animation: pulseBorder 2s infinite;
        }

        @keyframes pulseBorder {
            0% {
                box-shadow: 0 0 10px rgba(255, 69, 0, 0.5);
            }
            50% {
                box-shadow: 0 0 20px rgba(255, 69, 0, 1);
            }
            100% {
                box-shadow: 0 0 10px rgba(255, 69, 0, 0.5);
            }
        }

        .table-container {
            width: 100%; /* или задайте фиксированную ширину, если нужно */
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* для плавной прокрутки на мобильных устройствах */
        }

        table {
            width: 100%; /* или задайте фиксированную ширину для контента */
            border-collapse: collapse; /* убирает промежутки между ячейками */
        }
        .copy-button {
            background-color: #FF4500;
            color: #fff;
            border: none;
            font-size: 1em;
            border-radius: 5px;
            cursor: pointer;
            padding: 15px 20px;
            transition: background-color 0.3s ease, box-shadow 0.3s ease;
        }

        .copy-button:hover {
            background-color: #ff2400; /* Изменение цвета при наведении */
            box-shadow: 0 0 10px rgba(255, 36, 0, 0.8); /* Подсветка */
        }


        @keyframes bounce {
            0%, 100% {
                transform: translateY(0) rotate(270deg);
            }
            50% {
                transform: translateY(5px) rotate(270deg);
            }
        }

        .keyword-cloud {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 80%;
            max-width: 800px;
            margin-top: 10px;
            gap: 10px;
            overflow: hidden;
            height: 100px;
            padding: 20px;
            transition: height 0.5s ease-in-out;
            box-sizing: border-box;
        }

        .keyword {
            font-size: 1.2em;
            padding: 10px 15px;
            background-color: #87CEFA;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: transform 0.3s ease, z-index 0.3s ease, background-color 0.3s ease;
            opacity: 0.85;
        }

        .keyword:hover {
            transform: scale(1.5);
            z-index: 10;
            background-color: #FF4500;
            opacity: 1;
        }

        .text-block {
            max-height: 300px; /* Высота видимой части текста */
            overflow: hidden;
            transition: max-height 0.5s ease-in-out;
            margin-top: 20px;
            color: #fff;
            width: 100%;
            max-width: 1100px;
            text-align: justify;
        }

        .show-more {
            display: none;
            font-size: 1.2em;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            margin: 20px auto 20px auto;
            padding: 7px 15px;;
            
        }

        @media (max-width: 768px) {
            .header {
                padding: 0 20px;
            }
            .text-block{
                padding: 0 10px;
                max-width: 90%;
                margin: auto;
            }
            .promocode-wrapper{
                padding: 0 10px;
            }
            .footer{
               max-width: 90%;
                margin: auto; 
            }
            .header img{
                height: auto;
            }
.promocode-inner, .promocode-sub-header{
		flex-direction:column;
	}
	.promocode-left, .promocode-center, .promocode-right {
		width:100%;
	}
	.promocode-left{
		order:0;
	}
	.promocode-right{
		order:1;
	}
	.promocode-center{
		order:2;
	}
	.promocode-right-header{
		display:none;
	}
	.promocode-sub-header{
		gap:0.5rem;
	}
	.promocode-sub-header p{
		display:flex;
		padding:5px 0;
		margin-block-end: 0!important;
		width:100%;
	}
	.sub-header-span{
		width:40%;
		display:inline-block;
		margin-left:auto;
	}
            .header img {
                margin-bottom: 15px;
            }

            .call-to-action {
                font-size: 2em;
                text-align: center;
                flex-wrap: inherit;
                flex-direction: column;
            }

            .arrow {
                margin: 10px 0 0 0;
                font-size: 1.5em;
            }

            .keyword-cloud {
                height: auto;
                width: 100%;
            }

            .keyword {
                max-width: 100%;
                box-sizing: border-box;
            }
        }
