.before_footer {
	background: #fff;
}
body.dark-theme .before_footer {
background: #2B2F4B;
}
.before_footer_wrap {
	display: flex;
	justify-content: space-between;
	grid-template-columns: 1fr 2fr;
	gap: 20px;
	padding-top: 46px;
}

@media (max-width: 926px) {
.before_footer_wrap {
	flex-wrap: wrap;
	gap: 30px;
}
.before_footer_wrap .footer_never {
	display: none;
}
}


.footer_left_part-logo {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media (max-width: 926px) {
.footer_left_part {
	width: 100%;
	margin: 0;
}
}

.footer_left_part .btn_block {
-moz-column-gap: 20px;
			column-gap: 20px;
row-gap: 12px;
}
@media (min-width: 576px) {
.footer_left_part .btn_block {
	display: none;
}
}
.footer_left_part .btn_block .btn_gradient {
width: 120px;
}
.footer_left_part .btn_block .btn {
padding: 10px 11px;
}

.footer_container {
padding: 0 66px;
max-width: 1440px;
}
@media (max-width: 926px) {
.footer_container {
	padding: 0 20px;
}
}

.footer_menu {
	width: 64%;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.footer_menu_part {
display: flex;
flex-direction: column;
gap: 16px;
width: 140px;
}
/* @media (max-width: 926px) {
.footer_menu_part {
	width: 124px;
}
} */

.footer_title {
font-family: Arial;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
}

.footer_link {
color: rgba(148, 167, 198, 0.8);
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px;
}

.footer_big_text {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26.4px; /* 132% */
	color: #2546FF;
	margin-top: 33px;
}
body.dark-theme .footer_big_text {
	color: #6E9AFF;
}

.footer_text {
color: rgba(148, 167, 198, 0.8);
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
width: 254px;
text-wrap: wrap;
max-width: 240px;
}

.footer_input {
display: flex;
border-radius: 15px;
max-width: 278px;
}

.input_email {
border-radius: 15px;
padding: 15px;
width: 100%;
background: none;
border: none;
color: #000;
}
body.dark-theme .input_email {
	color: #fff;
}

.input_email:focus {
border: none;
outline: 0;
outline-offset: 0;
}
.input_email input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus{
	transition: background 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.input_arrow {
background: url(../images/footer_arrow.svg);
background-repeat: no-repeat;
background-position: center;
width: 64px;
border: none;
}
body.dark-theme .input_arrow {
	background: url(../images/footer_arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 64px;
	border: none;
}

@media (max-width: 926px) {
.footer_left_part {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 12px;
}
.footer_row .footer_btns {
	display: none;
}
}
@media (min-width: 926px) {
.footer_left_part .footer_btns {
	display: none;
}
}

.footer_row {
display: flex;
align-items: center;
justify-content: space-around;
gap: 20px;
flex-wrap: wrap;
padding-bottom: 16px;
margin-top: 48px;
row-gap: 18px;
}
@media (min-width: 1350px) {
.footer_row .select_theme {
	margin-left: 24px;
}
}
@media (max-width: 926px) {
.footer_row {
	padding-bottom: 16px;
}
}

.select_theme {
border-radius: 4px;
border: 1px solid #21242A;
cursor: pointer;
text-align: center;
font-family: Inter;
font-size: 13.3px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 12px 40px;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.socials {
display: flex;
gap: 16px;
}
.socials a:hover svg path {
fill: #2546FF;
}

.footer_btns {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
 
.never_text {
font-family: Arial;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 200% */
color: #787878;
text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.3);
}
body.dark-theme .never_text {
  color: #FFF;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.3);
}

.btn_100 {
width: 131px;
height: 46px;
flex-shrink: 0;
color: #000;
border-radius: 15px;
border: 1px solid var(--btn-text, #000);
background: var(--text-dark, #FFF);
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s;
}
.btn_100:hover {
background: #2546FF;
border: 1px solid #2546FF;
color: #FFFFFF;
}

.copyright {
text-align: center;
flex-grow: 1;
margin-block-start: 0;
margin-block-end: 0;
color: #737375;
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
}


.copyright {
color: #6A7794;
}

.btn_block .btn_gradient {
width: 127px;
height: 46px;
}

.btn-light {
background: #2546FF !important;
border: 1px solid #2546FF !important;
color: #FFFFFF !important;

transition: all 0.5s;
}

.btn {
font-size: 16px;
padding: 11px 16px;
border-radius: 15px;
outline: none;
}

.btn-light:hover {
border: 1px solid #000000 !important;
background: #FFFFFF !important;
color: #000000 !important;
}

.btn-white {
border: 1px solid #FFFFFF;
background: transparent;
color: #FFFFFF;
transition: all 0.5s;
}

.btn-white:hover {
background: linear-gradient(127deg, #086570 0%, #01C916 100%);
border: 1px solid #FFFFFF;
color: #FFFFFF;
}

.btn-dark {
background: #000000;
border: 0;
transition: all 0.5s;
}

.btn-dark:hover {
border: 0;
background: linear-gradient(127deg, #086570 0%, #01C916 100%);
color: #FFFFFF;
}

.btn-color {
border: 0;
color: #FFFFFF;
border-radius: 15px;
background: linear-gradient(133deg, #440AFF 0%, #E800F0 100%);
transition: all 0.5s;
}

.btn-color:hover {
border: 0;
/*background: linear-gradient(127deg, #086570 0%, #01C916 100%);*/
background: linear-gradient(134deg, #086471 0%, #01C916 100%);
color: #FFFFFF;
}


.launch-app-block .btn-color {
border-radius: 20px;
text-transform: uppercase;
width: 190px;
text-align: center;
padding: 16px;
}

.btn_text {
position: relative;
z-index: 51;
}

.hover_element {
position: relative;
width: 100%;
height: 100%;
z-index: 50;
border-radius: 14px;
}

.btn_text {
top: -78%;
}

.btn_gradient {
transition: 0.3s ease-in-out all;
padding: 2px 2px;
border-radius: 15px;
border: none;
outline: 1px solid transparent;
}

.btn-color {
border: 0;
color: #FFFFFF;
border-radius: 15px;
background: linear-gradient(133deg, #440AFF 0%, #E800F0 100%);
transition: all 0.5s;
}
.btn-color:hover {
border: 0;
background: linear-gradient(134deg, #086471 0%, #01C916 100%);
color: #FFFFFF;
}
.footer_input {
  background: #F1F6FF;
}
body.dark-theme .footer_input {
	background: #3A436E;
}
body.dark-theme .footer_left_part svg path {
  fill: #FFF;
}

@media (max-width: 1024px) {
	.footer_never{
		display: none;
	}
	.before_footer_wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 32px;
	}
	.footer_left_part-logo {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.footer_text {
		text-align: center;
	}
	.footer_row {
		justify-content: center;
		column-gap: 65px;
	}
	.copyright {
		flex-grow: 0;
	}
	.footer_menu {
		width: 95%;
	}
}
@media (max-width: 640px) {
.copyright {
	width: 100%;
}
}
@media (max-width: 575px) { 
	.footer_menu {
	display: grid;
	grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto); 
  column-gap: 30px; 
	row-gap: 40px; 
	justify-content: center;
	}
	.footer_menu_part {
		width: 124px;
	}

}

@media(max-width: 320px) {
	.footer_menu {
		column-gap: 10px;
	}
	.btn_block a {
		width: 100%;
	}
}