@charset "utf-8";
@font-face {
	font-family: NotoSans;
	src: url(/images/cyber_cup_dota2/assets/font/NotoSans-ExtraBold.ttf);
	font-weight: 800;
}
@font-face {
	font-family: NotoSans;
	src: url(/images/cyber_cup_dota2/assets/font/NotoSans-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: NotoSans;
	src: url(/images/cyber_cup_dota2/assets/font/NotoSans-SemiBold.ttf);
	font-weight: 600;
}
@font-face {
	font-family: NotoSans;
	src: url(/images/cyber_cup_dota2/assets/font/NotoSans-Regular.ttf);
	font-weight: 400;
}
@font-face {
	font-family: NotoSans;
	src: url(/images/cyber_cup_dota2/assets/font/NotoSans-Light.ttf);
	font-weight: 300;
}
@font-face {
    font-family: Reaver;
    src: url(/images/cyber_cup_dota2/assets/font/Reaver-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Reaver;
    src: url(/images/cyber_cup_dota2/assets/font/Reaver-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Reaver;
    src: url(/images/cyber_cup_dota2/assets/font/Reaver-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Reaver;
    src: url(/images/cyber_cup_dota2/assets/font/Reaver-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Reaver;
    src: url(/images/cyber_cup_dota2/assets/font/Reaver-Black.ttf);
    font-weight: 900;
}
* {
    box-sizing: border-box;
}
html,
#dada-body {
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
    font-family: NotoSans, sans-serif;
    font-size: 16px;
	font-weight: 400;
	background: #222c4a;
    color: #fff;
	scroll-behavior: smooth;
}
#dada-body.no-scroll {
    overflow: hidden;
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 32px;
}
h2,
h3 {
    margin: 0;
    font-size: 32px;
    font-size: 3vh;
    font-weight: 800;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover,
a:active,
#dada-popup-scrollable a:hover,
#dada-popup-scrollable a:active {
    color: #00bdf2;
}
.color-text {
    background: linear-gradient(264deg, #63DCCB 0%, #1D99FF 98.94%);
    background-clip: text;
    color: transparent;
}
#dada-rules:hover {
    color: #00bdf2;
    border-bottom: 1px #00bdf2 solid;
}
#dada-popup-container {
    display: none;
	position: fixed;
	top: 0;
    left: 0;
	z-index: 1;
    bottom: 0;
    right: 0;
	background: rgba(0, 0, 0, 0.5);
}

#dada-popup-container.active {
    display: block;
}

#dada-popup {
    position: fixed;
    width: 100%;
    max-width: 817px;
    height: 896px;
    max-height: 90vh;
    margin: 0 auto;
    color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #2F4159 0%, #17222F 100%);
    padding: 38px;
    overflow: hidden;
}
.close-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.dada-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dada-popup-h2 {
    font-size: 32px;
    font-weight: 900;
    text-transform: none;
    font-family: Reaver, sans-serif;
}
#dada-popup-content {
    margin-top: 28px;
    overflow-y: scroll;
    padding: 0 36px 0 0;
    height: calc(896px - 204px);
    color: white;
    max-height: calc(90vh - 204px);
}

#dada-popup-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

#dada-popup-content::-webkit-scrollbar-track {
    background: #3E5168;
}

#dada-popup-content::-webkit-scrollbar-thumb {
    background-color: #46C0E0;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#dada-popup-scrollable a {
    color: #46C0E0;
}

.dada-toggle {
	float: right;
	height: 0;
	margin: 0;
}
.dada-line {
	display: block;
	transform-origin: 0;
	height: 2.47px;
	margin: 4.8px 0 0;
	background: #fff;
	transition: transform 0.3s ease-out;
}
#dada-header {
	position: fixed;
    z-index: 1;
	width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #2F4159 0%, #17222F 100%), #090F16;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dada-burger {
    display: none;
    margin: 0 6.9%;
    cursor: pointer;
}
#dada-menu {
    margin: 0;
    padding: 0;
    overflow: hidden;
	transition: height 0.3s ease-out;
    display: flex;
    align-content: center;
    gap: 60px;
    font-family: Reaver, sans-serif;
}
.dada-menu {
	display: block;
	list-style: none;
}
.data-menu a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
#dada-first-section {
    background: url(/images/cyber_cup_dota2/assets/images/first-desktop.png) 50%/cover no-repeat;
    min-height: 100vh;
}
#dada-heading-container {
    padding: 155px 0 0;
}
#dada-logo {
    height: 72px;
    margin: 0 48px 0 0;
    vertical-align: middle;
}
#dada-dota-logo {
    height: 56px;
    vertical-align: middle;
}
#dada-heading {
    display: inline-block;
}
#dada-heading-h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    max-width: 517px;
    margin-top: 80px;
    font-family: Reaver, sans-serif;
}
#dada-h1 {
    margin: 1.06em 0 1.83em;
    font-weight: 600;
    font-size: 52px;
    font-size: 4.8vh;
    line-height: 1.2em;
}
#dada-name {
    font-size: 1.23em;
    font-weight: 800;
}
#dada-heading-h2 {
    margin-top: 12px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    max-width: 517px;
    text-transform: none;
}

.dada-red-btn {
    margin-top: 80px;
    display: flex;
    width: 320px;
    height: 58px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(266deg, #D43B3B 0%, #852424 100%);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.dada-red-btn:hover {
    border: 1px solid #FFF;
    background: #F32E2E;
    color: white;
}
#dada-general-sponsor {
    display: inline-flex;
    align-items: end;
    margin-top: 94px;
    margin-bottom: 100px;
}
#dada-general-sponsor-name {
    width: 113px;
    margin-top: 104px;
    vertical-align: top;
	display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 34px;
}
#dada-general-sponsor-logo {
    height: 68px;
    width: 68px;
    margin-right: 24px;
    vertical-align: bottom;
    background: url(/images/cyber_cup_dota2/assets/images/hp-logo.svg) 50%/cover no-repeat;
    display: block;
}
#dada-general-sponsor-logo2 {
    height: 56px;
    width: 188px;
    vertical-align: bottom;
    background: url(/images/cyber_cup_dota2/assets/images/hyperx-logo.svg) 50%/cover no-repeat;
    display: block;
}
#dada-sponsor-container {
    height: auto;
    min-height: 100px;
    padding: 30px 0;
    gap: 38px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: linear-gradient(180deg, #2F4159 0%, #17222F 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #07161D 100%);
}
#dada-sponsor-container .container {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 16px 38px;
    flex-flow: wrap;
    justify-content: center;
    max-width: 1240px;
}
.dada-sponsor {
    display: block;
    margin: 0;
    height: 38px;
}

#dada-segway {
    background: url(/images/cyber_cup_dota2/assets/images/segway.svg) center center / contain no-repeat;
    cursor: pointer;
    width: 66px;
}
#dada-segway:hover {
    background: url(/images/cyber_cup_dota2/assets/images/segway-hover.svg) center center / contain no-repeat;
}
#dada-2e {
    background: url(/images/cyber_cup_dota2/assets/images/2e.svg) center center / contain no-repeat;
    cursor: pointer;
    width: 65px;
}
#dada-2e:hover {
    background: url(/images/cyber_cup_dota2/assets/images/2e-hover.svg) center center / contain no-repeat;
}
#dada-keychron {
    background: url(/images/cyber_cup_dota2/assets/images/keychron.svg) center center / contain no-repeat;
    cursor: pointer;
    width: 160px;
}
#dada-keychron:hover {
    background: url(/images/cyber_cup_dota2/assets/images/keychron-hover.svg) center center / contain no-repeat;
}
#dada-kyivstar {
    background: url(/images/cyber_cup_dota2/assets/images/kyivstar.svg) center center / contain no-repeat;
    width: 169px;
}
#dada-kyivstar:hover {
    background: url(/images/cyber_cup_dota2/assets/images/kyivstar-hover.svg) center center / contain no-repeat;
}
#dada-skill {
    background: url(/images/cyber_cup_dota2/assets/images/skill.svg) center center / contain no-repeat;
    width: 86px;
}
#dada-skill:hover {
    background: url(/images/cyber_cup_dota2/assets/images/skill-hover.svg) center center / contain no-repeat;
}
#dada-speka {
    background: url(/images/cyber_cup_dota2/assets/images/speka.svg) center center / contain no-repeat;
    width: 148px;
}
#dada-speka:hover {
    background: url(/images/cyber_cup_dota2/assets/images/speka-hover.svg) center center / contain no-repeat;
}
#dada-oboz {
    background: url(/images/cyber_cup_dota2/assets/images/oboz.svg) center center / contain no-repeat;
    width: 88px;
}
#dada-oboz:hover {
    background: url(/images/cyber_cup_dota2/assets/images/oboz-hover.svg) center center / contain no-repeat;
}
#dada-mind {
    background: url(/images/cyber_cup_dota2/assets/images/mind.svg) center center / contain no-repeat;
    width: 106px;
}
#dada-mind:hover {
    background: url(/images/cyber_cup_dota2/assets/images/mind-hover.svg) center center / contain no-repeat;
}
#pryzovyi-fond {
    background: url(/images/cyber_cup_dota2/assets/images/prize-bg.png) 50%/cover no-repeat;
    text-align: center;
    padding: 194px 0 157px;
    min-height: 100vh;
}
#dada-prizes-text {
    margin: 0;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: 2.56px;
    font-family: Reaver, sans-serif;
}
#dada-prizes-info {
    margin-top: 4px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.dada-prize-container {
    display: inline-block;
    margin-right: 14px;
    justify-content: center;
    margin-top: 62px;
    width: 300px;
}
.dada-prize-container:last-of-type {
    margin-right: 0;
}
.dada-prize-block {
    display: block;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #2F4159 0%, #17222F 100%);
    height: 440px;
}
.dada-prize-block:hover,
.dada-prize-block:active {
    border: 1px solid transparent;
    transform: scale(1.1);
    background: linear-gradient(174deg, #63DCCB 21.52%, #1D99FF 78.48%), #202C3B;
}
.dada-prize-block:hover > *,
.dada-prize-block:active > * {
    transform: scale(0.9);
}
.dada-prize-block:hover > .dada-prize-text,
.dada-prize-block:active > .dada-prize-text,
.dada-prize-block:hover > .dada-prize-h3,
.dada-prize-block:active > .dada-prize-h3 {
    color: #222c4a;
}
.dada-prize {
    width: 252px;
    height: 254px;
    object-fit: contain;
}
.dada-prize-h3 {
    margin: 10px 0 0;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: Reaver, sans-serif;
    text-transform: none;
}
.dada-prize-text {
    min-height: 48px;
    margin: 8px 0 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#pryzovyi-fond .dada-red-btn {
    margin: 62px auto 0;
}
.dada-fourth-section {
    padding: 150px 0 170px;
    background: url(/images/cyber_cup_dota2/assets/images/reglament-bg.png) 50%/cover no-repeat;
    min-height: 100vh;
}
#dada-regulations-h2 {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: 2.56px;
    font-family: Reaver, sans-serif;
    text-transform: none;
}
.dada-regulation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-flow: wrap;
    margin-top: 80px;
}
.dada-regulation {
    width: 268px;
    height: 204px;
    padding: 16px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #2F4159 0%, #17222F 100%), #FFF;
}

.dada-regulation svg {
    width: 68px;
    height: 68px;
    min-height: 68px;
}

.dada-regulation-name {
    color: #7A92B0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 8px 0;
}

.dada-regulation-text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: auto 0;
    font-family: Reaver, sans-serif;
}
.dada-regulation-btn {
    margin-top: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.dada-regulation-btn a,
.dada-regulation-btn button {
    height: 64px;
    width: 360px;
    margin-top: 0;
}

.dada-btn {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #182331;
    display: flex;
    width: 360px;
    height: 64px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.72px;
    cursor: pointer;
}

.dada-btn:hover {
    border: 1px solid #FFF;
    background: #F32E2E;
    color: white;
}

.dada-second-section {
    background: url(/images/cyber_cup_dota2/assets/images/reglament-bg.png) 50%/cover no-repeat;
    min-height: 100vh;
    display: flex;
}

.dada-registration {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #2F4159 0%, #17222F 100%);
    max-width: 468px;
    margin: auto;
    padding: 40px;
}

.dada-registration-title {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 68px;
    margin: 0;
    font-family: Reaver, sans-serif;
}

.dada-registration-text {
    margin: 38px 0 0;
    color: #7A92B0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.dada-registration-url {
    margin: 12px 0 0;
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

#specialny-propozicii {
    position: relative;
    background: url(/images/cyber_cup_dota2/assets/images/spec-bg.png) 50%/cover no-repeat;
    padding: 132px 0 100px;
    min-height: 100vh;
}
#specialny-propozicii h2 {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 86px;
    margin: 0;
    font-family: Reaver, sans-serif;
    text-transform: none;
}

#dada-fifth-img {
    width: 100%;
    max-width: 1248px;
    height: 571px;
    margin-top: 64px;
    object-fit: contain;
    object-position: center;
}

#specialny-propozicii .dada-btn {
    margin: 64px auto 0;
    width: 358px;
    height: 64px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

#kontakty {
    border-top: 1px solid #FFF;
    background: linear-gradient(180deg, #2F4159 0%, #17222F 100%), #212E3E;
    height: 160px;
}
.dada-footer .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dada-footer-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 86px;
    margin-right: 62px;
    font-family: Reaver, sans-serif;
    text-transform: none;
}

.dada-footer .discord {
    width: 176px;
    height: 56px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.dada-footer .discord svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-left: 14px;
}

.dada-footer .email {
    width: 246px;
    height: 56px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
}

.dada-footer .email svg {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-left: 14px;
}


.dada-input-container {
    margin: 0;
}
.dada-input {
    width: 100%;
    height: 2vw;
    border: 1px solid #939BB5;
    outline: 0;
    margin: 0.63em 0;
    padding: 1.19em 1.25em;
    background: transparent;
    color: #fff;
}
.dada-input::placeholder {
    color: #a2a9bd;
}
.dada-valid > .dada-input {
    background: transparent url(/images/cyber_cup_dota2/assets/images/valid.svg) 94% 50%/5% no-repeat;
    border-color: #00bdf2;
}
.dada-invalid {
    color: #ff6060;
}
.dada-invalid > .dada-input {
    border-color: #ff6060;
}
.dada-invalid > .dada-input::placeholder {
    color: #ff6060;
}
#dada-more {
    padding: 3em 0 6em;
    font-size: 1.33em;
    font-weight: 800;
    text-transform: uppercase;
	margin: 0;
}
.dada-note {
    margin: 30px auto 0;
    font-size: 14px;
}
.dada-clear {
    clear: both;
}
#modal {
	background: #fff;
	position: relative;
	width: 60%;
    height: 25em;
	display: inline-block;
	overflow: hidden;
	box-shadow: 0px 20px 60px #1A222D;
	border: 1px solid #939BB5;
}
div > .dada-slider-bullet {
	margin-bottom: 10em;
}
#arrowleft,
#arrowright {
	position: absolute;
	top: 25em;
    width: 3%;
}
#arrowleft {
	left: 6%;
}
#arrowright {
	right: 6%;
}
#dada-sixth-section {
	background: url(/images/cyber_cup_dota2/assets/images/sixth-desktop.png) 50%/cover no-repeat;
	display: none;
}
#dada-news-h2 {
	margin: 0;
	padding: 16em 0 3em;
}
.dada-news-container {
    display: inline-block;
    width: 25em;
	height: 25em;
    max-width: 90%;
	box-shadow: 0px 20px 60px #1A222D;
	border: 1px solid #939BB5;
	margin: 0 0.5em 16em;
}
.dada-news-block {
    display: block;
	height: 100%;
}
#dada-news1 {
	background: url(/images/cyber_cup_dota2/assets/images/news1.png) 50%/cover no-repeat;
}
#dada-news2 {
	background: url(/images/cyber_cup_dota2/assets/images/news2.png) 50%/cover no-repeat;
}
#dada-news3 {
	background: url(/images/cyber_cup_dota2/assets/images/news3.png) 50%/cover no-repeat;
}

.dada-menu-toggle,
.dada-menu-toggle-close,
.hero-icon {
    display: none;
}

@media (max-width: 896px) {
    #dada-body {
        text-align: center;
    }

    #dada-header {
        padding: 0 32px;
        height: 54px;
    }
    #dada-burger {
        display: block;
        float: right;
        width: 21px;
    }

    .dada-menu-toggle-close {
        display: none;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 18px;
        right: 32px;
    }

    .dada-menu-toggle {
        width: 26px;
        height: 18px;
        position: absolute;
        top: 18px;
        right: 32px;
        display: block;
    }

    #dada-header.active .dada-menu-toggle {
        display: none;
    }

    #dada-header.active .dada-menu-toggle-close {
        display: block;
    }
    #dada-menu {
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        padding-top: 90px;
        z-index: -1;
        flex-flow: column;
        align-items: center;
        gap: 60px;
    }

    .dada-menu {
        opacity: 0;
        font-size: 24px;
        font-weight: 600;
    }

    #dada-header.active .dada-menu {
        opacity: 1;
    }

    #dada-header.active  #dada-menu {
        height: 100vh;
        background: linear-gradient(180deg, #2F4159 0%, #17222F 100%);
        box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.12);
        z-index: 1;
    }
	#dada-first-section {
	    background: url(/images/cyber_cup_dota2/assets/images/first-mob-bg.png) 50%/cover no-repeat;
        min-height: inherit;
	}
    #dada-heading-container {
        text-align: center;
        padding: 100px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-icon {
        width: 100%;
        height: auto;
        display: block;
    }
    #dada-logo {
        height: 46px;
        margin: 0 40px 0 0;
    }

    #dada-dota-logo {
        height: 38px;
    }

    #dada-heading-h1 {
        text-align: center;
        margin: 30px auto 0;
        font-size: 36px;
        line-height: 48px;
    }

    #dada-heading-h2 {
        margin: 20px auto 0;
        text-align: center;
        font-size: 22px;
        line-height: 32px;
    }

    #dada-first-section .dada-red-btn {
        margin: 26px auto 0;
    }

    .dada-red-btn {
        width: 100%;
        height: 64px;
        font-size: 20px;
        max-width: 348px;
    }

    #dada-general-sponsor-name {
        width: 88px;
        font-size: 16px;
        margin-right: 34px;
        margin-top: 34px;
    }

    #dada-general-sponsor {
        margin: 34px 0 40px;
        gap: 24px;
    }

    #dada-general-sponsor-logo {
        width: 47px;
        height: 47px;
        margin: 0;
    }

    #dada-general-sponsor-logo2 {
        width: 130px;
        height: 39px;
    }

    #dada-sponsor-container {
        padding: 18px 0;
    }

    #dada-sponsor-container .container {
        gap: 16px 30px;
    }

    #pryzovyi-fond {
        padding: 50px 16px;
    }

    #dada-prizes-text {
        font-size: 36px;
        font-weight: 900;
        line-height: 48px;
    }

    #dada-prizes-info {
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 24px;
    }

    .dada-prize-container:first-of-type {
        margin-top: 38px;
    }

    .dada-prize-container {
        margin: 14px 0 0;
        width: 100%;
        max-width: 348px;
    }

    .dada-prize-block {
        background: linear-gradient(174deg, #63DCCB 21.52%, #1D99FF 78.48%), #202C3B;
        border: 1px solid transparent;
        scale: 1!important;
    }
    .dada-prize-text,
    .dada-prize-h3 {
        color: #222c4a;
    }

    #pryzovyi-fond .dada-red-btn {
        margin: 28px auto 0;
    }

    #pravyla-turniru {
        min-height: inherit;
        padding: 40px 0 48px;
    }

    #dada-regulations-h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .dada-regulation-container {
        margin-top: 65px;
        gap: 14px;
    }

    .dada-regulation {
        width: calc(50% - 7px);
        height: 204px;
    }

    .dada-regulation-name {
        font-size: 14px;
        line-height: 1;
    }

    .dada-regulation-text {
        font-size: 14px;
        line-height: 1.25;
    }

    .dada-regulation-btn {
        margin-top: 28px;
        flex-flow: column;
        gap: 18px;
    }

    .dada-regulation-btn a, .dada-regulation-btn button {
        width: 100%;
        max-width: 360px;
    }

    .dada-second-section {
        background: url(/images/cyber_cup_dota2/assets/images/reglament-mob-bg.png) top center/cover no-repeat;
        min-height: inherit;
        padding: 300px 0 360px;
    }

    .dada-registration {
        padding: 28px;
        max-width: calc(100% - 64px);
    }

    .dada-registration-title {
        font-size: 36px;
        font-weight: 900;
    }

    .dada-registration-text {
        margin: 28px 0 0;
        font-size: 13px;
    }

    .dada-registration-url {
        width: 100%;
    }

    #specialny-propozicii {
        padding: 40px 0 60px;
        min-height: inherit;
    }

    #specialny-propozicii h2 {
        font-size: 36px;
        line-height: 48px;
    }

    #dada-fifth-img {
        width: 100%;
        height: auto;
        margin-top: 38px;
        display: block;
    }

    #specialny-propozicii .dada-btn {
        margin: 50px auto 0;
        width: 100%;
    }

    #kontakty {
        height: auto;
        padding: 26px 0 40px;
    }

    .dada-footer .container {
        flex-flow: column;
    }

    .dada-footer-text {
        font-size: 36px;
        font-weight: 900;
        margin: 0 0 18px;
    }

    .dada-footer .discord {
        width: 100%;
        margin: 0 auto;
    }

    .dada-footer .email {
        width: 100%;
        margin: 20px auto 0;
    }

    #dada-popup {
        width: calc(100vw - 32px);
        height: calc(100vh - 32px);
        max-height: none;
        padding: 18px;
    }

    .dada-popup-header {
        gap: 20px;
    }

    #dada-popup-h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .close-icon {
        min-width: 32px;
    }

    #dada-popup-content {
        margin-top: 16px;
        padding: 0 18px 0 0;
        height: calc(100vh - 140px);
        max-height: none;
    }

    #dada-popup-scrollable {
        text-align: left;
        word-break: break-word;
    }
}

@media (max-width: 430px) {
    #dada-popup-content {
        height: calc(100vh - 168px);
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 16px;
    }

    #dada-logo {
        height: 36px;
        margin: 0 22px 0 0;
    }
    #dada-dota-logo {
        height: 30px;
    }

    #dada-general-sponsor-name {
        margin-right: 16px
    }

    #dada-general-sponsor {
        gap: 12px;
    }

    #dada-general-sponsor-logo {
        width: 40px;
        height: 40px;
    }

    #dada-general-sponsor-logo2 {
        width: 125px;
        height: 30px;
    }

    #dada-sponsor-container .container {
        gap: 12px 10px;
    }

    #dada-segway {
        width: 56px;
    }

    #dada-2e {
        width: 55px;
    }

    #dada-keychron {
        width: 150px;
    }

    #dada-kyivstar {
        width: 159px;
    }

    #dada-skill {
        width: 76px;
    }

    #dada-speka {
        width: 108px;
    }

    #dada-oboz {
        width: 74px;
    }

    #dada-mind {
        width: 84px;
    }
    #dada-prizes-text {
        font-size: 28px;
    }

    .dada-registration {
        max-width: calc(100% - 32px);
    }

    #dada-popup-content {
        height: calc(100vh - 196px);
    }
}