/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
body{
	background: #0a080b;
	font-family: 'Signika Negative',sans-serif;
	color: #fff;
}
.container{
	width: 90%;
	margin: 0 auto;
}
.container2{
	width: 70%;
	margin: 0 auto;
}
.items{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.items a{
	width: 25%;
	position: relative;
	margin-bottom: 80px;
}
.items a img{
	width: 100%;
	display: block;
}
.button{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 164px;
	height: 60px;
	margin-top: -30px;
	margin-left: -82px;
	background: #FF631C;
	text-align: center;
	border-radius: 10px;
	color: #000;
	font-size: 16px;
	line-height: 60px;
	transition: 0.3s;
}
.items a:hover .button{
	background: #D54C0E;
}
h2{
	text-align: center;
	font-size: 42px;
	margin-bottom: 40px;
}
.content{
	padding: 60px 0 150px;
	border-bottom: 1px solid #F7F7F7;
	border-top: 1px solid #F7F7F7;
}
.footer{
	padding: 50px 0;
}
.footer p{
	margin-top: 40px;
}
.footer span{
	font-size: 16px;
	padding-bottom: 15px;
	display: block;
}
.footer .pay_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #B449FD;
	padding: 15px 20px;
	color: #0B090B;
	font-size: 16px;
	gap: 20px;
	margin-top: 60px;
}
.footer .pay_block img{
	max-width: 150px;
}
.footer .pay_block a{
	font-size: 12px;
	text-align: center;
	height: 45px;
	padding: 0 20px;
	background: #F88F22;
	line-height: 45px;
	text-decoration: none;
}
.footer .pay_block p{
	margin: 0 !important;
	max-width: 30%;
}
.footer .bottom{
	background: #170231;
	padding: 30px 40px;
	text-align: center;
	color: rgba(255,255,255,0.55);
	font-size: 12px;
	line-height: 1.3;
}
.top_content{
	padding: 80px 0;
	background: url("img/main.png")no-repeat 95% 50%;
}
.top_content h1{
	font-size: 42px;
	max-width: 430px;
}
.top_content p{
	font-size: 24px;
	padding-top: 10px;
	max-width: 355px;
}
.top_content a{
	text-align: center;
	border: 1px solid #fff;
	line-height: 60px;
	width: 220px;
	text-decoration: none;
	display: block;
}
.top_content span{
	display: block;
	margin-top: 20px;
	font-size: 10px;
	opacity: 0.5;
}
.form_block{
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
}
.logo_form img{
	margin: 0 auto;
	display: block;
}
.form_block p{
	font-size: 38px;
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
}
.form{
	margin: 70px 0;
}
.form_block input{
	width: 90%;
	margin: 0 auto 25px;
	height: 90px;
	background: #F2F2F2;
	border: none;
	border-radius: 10px;
	padding: 0 0 0 25px;
	font-size: 21px;
	font-weight: 500;
	box-sizing: border-box;
	display: block;
}
.form_block button{
	margin: 40px auto 0;
	display: block;
	border: none;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(to right, #0091D7, #FE0FD4);
	width: 90%;
	height: 80px;
	box-sizing: border-box;
}
.form_block a{
	margin: 40px auto 0;
	display: block;
	border: none;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #D75D00;
	width: 90%;
	height: 80px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 80px;
	transition: 0.3s;
}
.form_block a:hover{
	background: #994403;
}
.account{
	background: url("img/bg_lk.png")no-repeat 90% 50%;
	padding: 40px 0;
}
.account p{
	font-size: 34px;
	font-weight: 600;
	position: relative;
	margin: 50px 0 0 0;
}
.account p.green{display: inline-block}
.account p.green::after{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #7ED321;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -10px;
}
#popup1 p{
	font-size: 20px;
	font-weight: 600;
}
#popup1 #agreeBtn{
	background: linear-gradient(to bottom, #B244FD, #FF661E);
	height: 60px;
	width: 400px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 30px;
	cursor: pointer;
}
#popup1 span{
	display: block;
	font-size: 18px;
	margin-top: 25px;
}
#popup1 span a{
	font-weight: 700;
	color: #FF661E;
	text-decoration: none;
}
#popup1 #disagreeBtn{
	background: none;
	outline: none;
	border: none;
	color: #FF661E;
	font-size: 20px;
	margin-top: 25px;
	text-decoration: underline;
	padding: 0;
	cursor: pointer;
}
.head{
	display: flex;
	justify-content: flex-start;
	gap: 70px;
	align-items: center;
}
.head ul{
	display: flex;
	justify-content: flex-start;
	gap: 40px;
	align-items: center;
	list-style: none;
}
.head ul a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.links_heead{
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
}
.links_heead a{
	text-decoration: none;
}
.reg{
	background: #FB5417;
	line-height: 25px;
	width: 200px;
	text-align: center;
}
.exchange{
	background: url("img/bg_m.png")no-repeat 90% 50%;
	padding: 40px 0;
}
.exchange h1{
	font-size: 38px;
	line-height: 1.2;
	max-width: 510px;
}
.exchange p{
	font-size: 21px;
	line-height: 1.2;
	max-width: 300px;
}
.exchange a{
	font-size: 24px;
	text-decoration: none;
	line-height: 60px;
	width: 230px;
	border: 1px solid #fff;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-top: 40px;
}
#registration{
	background: #000;
}
.upload-btn{
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #D75D00;
	width: 90%;
	height: 80px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
}
.check{
	display: flex;
	width: 90%;
	margin: 30px auto 0;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}
.check input{
	width: 20px;
	height: 20px;
	margin: 0;
}
.check p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}
#lang{
	background: #000;
	padding: 40px 60px;
}
#lang ul{
	list-style: none;
	padding: 0;
}
#lang ul a{
	margin-top: 20px;
	display: block;
}
@media screen and (max-width: 768px) {
	.footer .pay_block{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .pay_block p{
		max-width: 100%;
	}
	.items a{
		width: 100%;
	}
	.head, .head ul{
		gap: 20px;
	}
	.form_block p{
		font-size: 24px;
	}
	.logo_form img{
		width: 100px;
		margin-bottom: 30px;
	}
	.form_block input{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.check p{
		font-size: 14px;
	}
}