.schedule {
	margin-top: -20px;
}

.nf-response-msg {
	outline: none !important;
}


/*Language*/
.dss-lang {
	position: fixed;
	top: 180px;
	right: 0;
	background-color: var(--blue);;
	padding: 5px;
	border-radius: 5px 0 0 5px;
	z-index: 9999999;
}

.dss-lang a {
	color: #fff;
}



/**/
.nf-before-form-content {
	display: none;
}

.nf-field-label {
	margin-bottom: 5px !important;
}

.nf-form-content label {
    font-size: 14px !important;
    line-height: 1 !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #fff !important;
    border: 1px solid #007CC5 !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #007CC5 !important;
    padding: 0 30px !important;
	font-family: Spaceland !important;
    text-transform: uppercase !important;
	font-size: 28px !important;
}

.nf-form-content input[type=submit] {
	color: #fff !important;
}

/*Block 9*/
.blk9 {
	padding: 50px 0;
	text-align: center;
}

.blk9 h2 {
    font-size: 60px;
    margin-bottom: 30px;
	text-align: center;
}

.blk9 h3 {
    text-align: center;
    text-transform: uppercase;
    color: #808291;
    font-size: 32px;
    margin-bottom: 50px;
	margin-top: 20px;
}

/*Block 8*/
.blk8 {
    padding: 100px 0 150px 0;
    background-color: #00151E;
}

.blk8 h2 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 50px;
}

.blk8 img {
    margin-top: 20px;
}

.blk8 .contact {
    color: #fff;
    font-size: 18px;
}

.blk8 .contact a {
    color: #fff;
}

/*Block 7*/
.blk7 {
    padding: 150px 0;
    background-image: url("/wp-content/uploads/2023/01/lead-bg.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 100px;
}

.blk7 h2 {
    font-size: 120px;
    margin-bottom: 50px;
}

/*Block 6*/
.blk6 {
    margin-top: -100px;
    z-index: 999;
    margin-bottom: 70px;
}

.blk6 .row {
    align-items: center;
}

.blk6 .date {
    font-size: 60px;
    font-family: Spaceland;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #808291;
}

.blk6 .date:first-child {
    margin-top: 50px;
}

.blk6 .date span {
    color: var(--blue);
}


/*Block 5*/
.blk5 {
    padding: 50px 0;
}

.blk5 h2 {
    font-size: 60px;
    margin-bottom: 30px;
}

.blk5 .line {
    width: 100%;
    height: 5px;
    background-color: var(--blue);
    margin-top: 10px;
}

.format-row {
    margin-top: 30px;
}

.format-row:first-child {
    margin-top: 20px;
}

.format-row .subtitle {
    font-size: 18px;
}

/*Block 4*/
.blk4 {
    padding: 50px 0;
}

.blk4 h2 {
    font-size: 60px;
    margin-bottom: 30px;
}

.rule-row {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #808291;
}

.rule-row:last-child {
    border-bottom: 1px solid #808291;
}

.rule-row .number {
    font-size: 65px;
    color: var(--blue);
    font-family: Spaceland;
}

.rule-row .title {
    font-size: 65px;
    color: var(--blue);
    font-family: Spaceland;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rule-row .subtitle {
    font-size: 18px;
}

/*Block 3*/
.blk3 {
    padding: 100px 0 100px 0;
}

.blk3 h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.f-day-text {
    margin: 0 50px 50px 50px;
}

.f-day-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.f-day-text p:nth-child(2) {
    color: var(--blue);
    font-family: Spaceland;
    font-size: 28px;
    line-height: 1;
}


/*Block 2*/
.blk2 {
    padding: 0 0 100px 0;
}

.blk2 h2 {
    font-size: 65px;
}

.players {
    margin-top: 40px;
    margin-bottom: 70px;
}

.players img {
    width: 100%;
    margin-bottom: 10px;
}

.players .name {
    font-size: 32px;
    color: var(--blue);
    font-family: Spaceland;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.players .description {
    font-size: 18px;
}

.blk2 h3 {
    text-align: center;
    text-transform: uppercase;
    color: #808291;
    font-size: 32px;
    margin-bottom: 20px;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.btn-b {
    display: flex;
}

.btn-b a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-family: Spaceland;
}

.btn-inner {
    padding: 15px 100px;
    background-color: var(--blue);
}

/*Block 1*/
.blk1 {
    padding: 200px 0;
    background-image: url("/wp-content/uploads/2023/01/main-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.blk1 h1 {
    color: #FFD700;
    font-size: 120px;
    text-transform: uppercase;
    margin-bottom: -20px;
}

.blk1 .subtitle {
    font-family: Spaceland;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
}

.blk1 .text {
    font-size: 24px;
    color: #fff;
}


/*General*/
@font-face {
    font-family: NotoSans;
    src: url(/wp-content/themes/pog/fonts/NotoSans-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Spaceland;
    src: url(/wp-content/themes/pog/fonts/Spaceland-Ten.ttf);
    font-weight: 400;
}

body {
    font-family: NotoSans;
    font-weight: 400;
    color: #808291;
}

:root {
    --blue: #007CC5;
}

.post, .page {
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: Spaceland;
    color: var(--blue);
    text-transform: uppercase;
}




@media screen and (max-width: 767px) {
    .blk1 {
        padding: 100px 0;
    }

    .blk1 h1 {
        font-size: 60px;
        margin-bottom: 0;
    }

    .blk1 .subtitle {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .blk1 .text {
        font-size: 20px;
    }

    .blk2 {
        padding: 50px 0;
    }

    .blk2 h2 {
        font-size: 44px;
    }

    .players .description {
        margin-bottom: 50px;
    }

    .btn-b a {
        font-size: 28px;
    }

    .btn-inner {
        padding: 10px 50px;
    }

    .blk3 h2 {
        font-size: 38px;
    }

    .blk3 .title45 {
        font-size: 45px;
    }

    .blk3 .btn-b a {
        width: 100%;
    }

    .f-day-text {
        margin: 0 0 50px 0;
    }

    .blk3 img {
        margin-top: 50px;
    }

    .blk4 h2 {
        font-size: 42px;
    }

    .rule-row .number {
        font-size: 42px;
    }

    .rule-row .title {
        font-size: 42px;
    }

    .rule-row .subtitle {
        font-size: 16px;
    }

    .rule-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blk5 h2 {
        font-size: 42px;
    }
	
	.schedule {
		margin-top: 0;
	}

    .blk6 .date {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .blk6 {
        margin-top: -70px;
    }

    .blk6 img {
        margin-top: 50px;
    }

    .blk7 {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .blk7 h2 {
        font-size: 48px;
    }

    .blk8 h2 {
        font-size: 42px;
    }

    .blk8 {
        padding: 70px 0;
    }

    .blk8 img {
        margin-top: 30px;
    }
	
	.blk9 h2 {
		font-size: 45px;
	}
	
	.blk9 img {
		max-width: 70%;
	}
	
	.blk9 {
		padding: 20px 0;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
    .blk1 h1 {
        font-size: 65px;
        margin-bottom: 0;
    }
    .blk1 .subtitle {
        font-size: 36px;
    }
    .blk2 h2 {
        font-size: 48px;
    }
    .players .name {
        font-size: 28px;
    }
    .players .description {
        font-size: 14px;
    }
    .blk2 h3 {
        font-size: 28px;
    }
    .blk3 h2 {
        font-size: 32px;
    }
    .f-day-text {
        margin: 0 0 50px 0;
    }
    .btn-b a {
        font-size: 28px;
    }
    .btn-inner {
        padding: 15px 50px;
    }
    .blk4 h2 {
        font-size: 48px;
    }
    .blk5 h2 {
        font-size: 48px;
    }
    .rule-row .title {
        font-size: 36px;
    }
    .rule-row .number {
        font-size: 36px;
    }
    .blk6 .date {
        font-size: 42px;
    }
    .blk7 h2 {
        font-size: 60px;
    }

}


