

/* Start:/css/subscribe.css?1737377854912*/
@charset "UTF-8";
.section-subscribe {
		color: var(--white);
		background: var(--darkblue);
		font: 500 14px/1.5 var(--font2);
}
.section-subscribe .max {
		margin: 0 auto;
		max-width: 1000px;
}
.section-subscribe .title {
		font: 600 var(--h2)/1.2 var(--font1);
		margin: 0 0 20px 0;
		color: inherit;
}
.section-subscribe p {
		margin: 0 0 10px 0;
}
.section-subscribe .inputs {
		margin: 20px 0 0 0;
		display: flex;
		gap: 20px;
}
@media only screen and (max-width: 767px) {
		.section-subscribe .inputs {
				flex-direction: column;
		}
}
.section-subscribe .input {
		flex: 1;
}
.section-subscribe .input input {
		border-color: var(--white);
}
.section-subscribe .btn {
		flex: 0 0 auto;
		justify-content: center;
		font-size: var(--text);
		padding-top: 0;
		padding-bottom: 0;
		height: 40px;
}
.section-subscribe a:not(.btn) {
		color: inherit;
}
.section-subscribe .bottom {
		margin: 20px 0 0 0;
}
/* End */
/* /css/subscribe.css?1737377854912 */
