/* normalize-start */

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
img,
a,
button {
	margin: 0;
	line-height: 110%;
}

a {
	text-decoration: none;
}

.hr {
	border: 2px dashed #003366;
	opacity: 0.5;
	width: 100%;
}

/* normalize-end  */

html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin: 0;
}

main {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	width: 100%;
	margin-top: 2rem;
}

body::-webkit-scrollbar {
	width: 0.4rem; /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
	background: #ffffff; /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
	background-color: black; /* цвет плашки */
	border-radius: 1rem; /* закругления плашки */
	border: 1px solid rgba(255, 255, 255, 0.208); /* padding вокруг плашки */
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	width: 100%;
	margin: 0 1.25rem;
	padding: 0 1.25rem;
}

.main-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	width: 100%;
}

.main-content.none {
	display: none;
}

.section-video + .main-content {
	margin-top: -2rem;
}

/* header */

.header {
	background-color: #003366;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0.75rem 0 !important;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.header__logo {
	max-width: 135px;
	position: relative;
	top: 1px;
}

.header__logo--item {
	width: 100%;
	height: auto;
}

.header__menu {
	display: flex;
}

.header__item {
	margin-right: 15px;
	width: max-content;
	padding: 6px 8px;
	color: #fff;
	background-color: #d20f26;
	text-decoration: none;
	border-radius: 7px;
	transition: 0.15s all ease-in-out;
	font-size: 15px;
}

.header__burger {
	width: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	position: relative;
	padding-bottom: 3px;
}

.header__burger span {
	width: 100%;
	position: relative;
}

.header__burger span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	display: block;
	background: #fff;
	top: 0;
	left: 0;
}

@media screen and (max-width: 500px) {
	.header {
		gap: 0.5rem;
		padding: 1rem 0;
	}
	.core-title {
		font-size: 1.75rem;
	}

	.core-subtitle {
		font-size: 1.25rem;
	}
}

/* promo */

.promo {
	display: flex;
	justify-content: center;
	width: 100%;
}

.promo-container {
	text-align: center;
	flex-direction: column;
	display: flex;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.promo-red {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: red;
	width: 100%;
	color: white;
	padding: 1rem 1.25rem;
}

.promo-red-container {
	max-width: 1100px;
}

.promo-text {
	text-align: center;
	line-height: 125%;
	font-weight: 600;
	font-size: 2rem;
}

.promo-text span {
	text-decoration: underline;
}

.promo-img {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 0;
}

.promo-img--item {
	width: 100%;
	object-fit: contain;
	border-radius: 0 0 2rem 2rem;
}

.promo-img--text {
	position: absolute;
	left: 3.5rem;
	bottom: -1.25rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: white;
	background: #003366;
	padding: 0.5rem 1rem;
	border-radius: 0.325rem;
}

.promo-main-text {
	margin: 0 auto;
	font-size: 2rem;
	color: #003366;
	margin-top: 2.5rem;
	font-weight: 600;
}

@media screen and (max-width: 993px) {
	.promo-text {
		font-size: 1.5rem;
	}
	.promo-img--text {
		left: 1.25rem;
		text-align: left;
	}
	.promo-main-text {
		font-size: 1.75rem;
		text-align: left;
	}
}

@media screen and (max-width: 500px) {
	.promo-text {
		font-size: 1.25rem;
	}
	.promo-main-text {
		margin-top: 2.25rem;
		font-size: 1.25rem;
	}
}

/* video */

.section-video {
	position: relative;
	margin-bottom: 2rem;
}

.video {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	border-radius: 1rem;
	overflow: hidden;
	border-radius: 1rem;
	overflow: hidden;
}

/* improvements */

.improvements {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: relative; /* allowed */
	font-family: Arial, Helvetica, sans-serif;
	color: #072a5b; /* основной тёмно-синий текст */
}

.improvements-header {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.improvements-title {
	margin: 0;
	margin-top: 1rem;
	font-size: 2rem;
	line-height: 1.05;
	font-weight: 800;
	color: #0b3b66;
	text-align: center;
}

.improvements-sub {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.improvements-sub--badge {
	display: inline-block;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	font-weight: 700;
	font-size: 1.325rem;
	color: #fff;
	text-align: center;
	width: 100%;
}

.improvements-sub--badge--red {
	background: #d8232a;
}

.improvements-sub--text {
	margin-top: 0.5rem;
	font-size: 1.25rem;
	color: #10345a;
	text-align: center;
}

.improvements-body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.improvements-section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.improvements-section-head {
	display: flex;
	align-items: center;
}

.improvements-section-head--pill {
	display: inline-block;
	padding: 0.625rem 1rem;
	font-weight: 800;
	border-radius: 6px;
	color: #fff;
	font-size: 1.125rem;
}

.improvements-section-head--pill--red {
	background: #e33b2f;
}

.improvements-section-head--pill--green {
	background: #2eaa3a;
}

.improvements-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.improvements-list-item {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.improvements-icon {
	background: #0c4da1;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0.35rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.improvements-icon--item {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.improvements-list-item--text {
	margin: 0;
	font-weight: 800;
	font-size: 1rem;
	line-height: 135%;
	color: #0b3b66;
	word-break: break-word;
	text-transform: uppercase;
}

@media (max-width: 500px) {
	.improvements-title {
		font-size: 1.75rem;
	}
	.improvements-list-item--text {
		font-size: 0.8rem;
	}
	.improvements-sub--badge {
		text-align: center;
		font-size: 1.25rem;
	}
	.improvements-section-head--pill {
		font-size: 1rem;
	}
}

/* results */

.results {
	background: #0a2647;
	color: #fff;
	padding: 2rem 1.25rem;
	text-align: center;
	margin-top: 1rem;
	width: 100%;
}

.results-container {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 0;
}

.results-header__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.results-header__subtitle {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	color: #d9d9d9;
}

.results-table {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #ccc; /* внешняя рамка */
	border-radius: 6px;
	overflow: hidden;
}

.results-table__header,
.results-table__cell {
	border: 1px solid #ccc;
	margin: -1px 0 0 -1px; /* чтобы не было двойных линий */
}

.results-table__header {
	background: #001f3f;
	color: #fff;
	font-weight: 700;
	padding: 12px;
	text-align: center;
	font-size: 1.25rem;
	line-height: 135%;
	display: flex;
	justify-content: center;
}

.results-table__cell {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	background: #fff;
	color: #000;
	font-size: 1.125rem;
}

.results-table__cell--left {
	font-weight: 600;
}

.results-table__cell--right {
	justify-content: center;
	text-align: center;
	font-weight: 600;
}

.results-table__icon {
	width: 4rem;
	height: 4rem;
	flex-shrink: 0;
}

.results-footer {
	font-size: 1rem;
	color: #d9d9d9;
	line-height: 150%;
	margin-top: 1.75rem;
}

@media screen and (max-width: 500px) {
	.results-header__title {
		font-size: 1.75rem;
	}
	.results-header__subtitle {
		font-size: 1rem;
	}
	.results-table__cell {
		font-size: 0.875rem;
	}
	.results-table__cell {
		padding: 0.5rem;
	}
	.results-footer {
		font-size: 0.85rem;
	}
	.results-table__header {
		font-size: 0.95rem;
	}
	.results-table__icon {
		width: 3.5rem;
		height: 3.5rem;
	}
}

/* form */

.results + .form {
	margin-top: -1rem;
}

.form {
	border-top: 2px dashed rgba(255, 255, 255, 0.452);
	background: #0a2647;
	color: #fff;
	padding: 2rem 1.25rem;
	text-align: center;
	width: 100%;
}

.form-container {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.form-header__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.form-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 1.5rem;
	margin-top: 0.75rem;
	text-align: left;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.form-list__item {
	font-size: 1.25rem;
	line-height: 1.5;
	position: relative;
	list-style: none;
}

.form-list__item::before {
	content: '•';
	position: relative;
	left: -12px;
	color: #fff;
	font-weight: bold;
}

.form-product {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}

.form-product__image {
	max-width: 180px;
	height: auto;
	filter: drop-shadow(0px 0px 26px rgba(255, 255, 255, 0.45));
}

.form-payment {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.form-payment__image {
	max-width: 280px;
	height: auto;
}

.form-action {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 280px;
}

.form-action__button {
	background: linear-gradient(180deg, #e43a3a 0%, #b51c1c 100%);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	padding: 14px 22px;
	width: 100%;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s ease;
	text-align: center;
	line-height: 135%;
	position: relative;
	overflow: hidden;
	animation: pulse 2s ease-in-out infinite;
	transition: all 0.35s ease;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.form-action__button::before {
	content: '';
	position: absolute;
	top: -60%;
	left: -40%;
	width: 60%;
	height: 300%;
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(25deg);
	transition: transform 0.6s ease;
}

.form-action__button:hover {
	background: linear-gradient(180deg, #ff4d4d 0%, #d32424 100%);
	transform: scale(1.03);
	box-shadow: 0 0 15px rgba(255, 70, 70, 0.8), 0 0 30px rgba(255, 70, 70, 0.6);
}

.form-action__button:hover::before {
	transform: translateX(250%) rotate(25deg);
}

@media screen and (max-width: 500px) {
	.form-header__title {
		font-size: 1.75rem;
	}
	.form-list__item {
		font-size: 1rem;
	}
	.form-action__button {
		font-size: 1rem;
	}
}

/* channels */

.church {
	display: flex;
	justify-content: center;
	max-width: 630px;
	margin: 1rem 0;
}

.church-img-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.church-img {
	max-width: 75px;
	height: auto;
	width: 100%;
}

.church-text {
	text-transform: uppercase;
	font-size: 2rem;
	color: #0a2647;
	font-weight: 600;
	line-height: 125%;
}

@media screen and (max-width: 630px) {
	.church {
		max-width: 100%;
		margin: 0.75rem 0;
	}
	.church-img {
		max-width: 60px;
	}
	.church-text {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 500px) {
	.church-img-container {
		align-items: flex-start;
	}
	.church-img {
		max-width: 50px;
	}
	.church-text {
		font-size: 1.375rem;
	}
}

/* comments */

.comments {
	display: flex;
	flex-direction: column;
	border-radius: 1.25rem;
	border: 2px solid #0a2647aa;
	padding: 1em;
	gap: 1.5em;
}

.comments-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.comment {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	border-bottom: 1px dashed #0a2647aa;
	padding-bottom: 1.25rem;
}

.comment:last-child {
	border-bottom: 1px dashed rgba(255, 0, 0, 0);
	padding-bottom: 0.5rem;
}

.comment-answer {
	margin-left: 2.5rem;
}

.commnet-img {
	flex-shrink: 0;
	width: 60px;
	height: 70px;
	border-radius: 100%;
}

.comment-img--item {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}

.commnet-img-shared {
	width: 100%;
	height: 100%;
	max-width: 300px;
	margin-top: 0.25rem;
}

.commnet-img-shared--item {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	border-radius: 1rem;
}

.comment-container {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: flex-start;
	width: 100%;
}

.comment-info {
	border-radius: 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	align-items: flex-start;
	position: relative;
	width: 100%;
}

.comment-top {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: space-between;
	width: 100%;
}

.comment-date {
	font-size: 0.875rem;
	color: #000000b5;
}

.comment-name {
	color: rgb(181, 5, 5);
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
}

.comment-answer--name {
	color: blue;
}

.comment-text {
	font-size: 1rem;
}

.comment-likes {
	display: flex;
	gap: 0.125rem;
	align-items: center;
	background-color: #fff;
	border: 0.125em solid #eaebef;
	border-radius: 6.25em;
	padding: 0.0625em 0.25em 0.0625em 0;
	position: absolute;
	bottom: -1.25rem;
	right: 0;
}

.comment-likes--item {
	width: 45px;
	height: auto;
	flex-shrink: 0;
}

.comment-likes-count {
	font-size: 0.875em;
	color: #888;
	line-height: 100%;
	margin-top: 3px;
}

.comment-more {
	display: flex;
	gap: 0.2rem;
	font-size: 0.75rem;
	color: #888;
	font-weight: 600;
	margin-left: 0.75rem;
}

.time {
	font-weight: 500;
}

@media screen and (max-width: 500px) {
	.comment-answer {
		margin-left: 1.25rem;
	}
}

@media screen and (max-width: 500px) {
	.comment-top {
		flex-direction: column;
		gap: 0.325rem;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.comment-info {
		gap: 0.625rem;
	}
}

/* comment add more comments */

.comment {
	transform: scaleY(0);
	transform-origin: top;
	opacity: 0;
	animation: reveal 0.5s ease forwards;
}

@keyframes reveal {
	to {
		transform: scaleY(100%);
		opacity: 1;
	}
}

/* Кнопка */
.comments-action {
	text-align: center;
	margin-top: 20px;
}

.comments-action__button {
	background: linear-gradient(135deg, #0077ff, #0a2647);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	padding: 1rem 1.5rem;
	border: none;
	border-radius: 1rem;
	max-width: 380px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.6s ease;
	will-change: transform, box-shadow, background;
	margin-top: 1rem;
}

.comments-action__button::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(
		circle at center,
		rgba(255, 255, 255, 0.2),
		transparent 70%
	);
	opacity: 0;
	transform: scale(0);
	transition: transform 0.5s ease, opacity 0.5s ease;
	border-radius: 50%;
	pointer-events: none;
}

.comments-action__button:hover {
	background: linear-gradient(135deg, #0a2647, #0077ff);
	transform: translateY(-4px) scale(1.05) rotate(-1deg);
	box-shadow: 0 12px 25px rgba(0, 150, 255, 0.5);
}

.comments-action__button:hover::before {
	opacity: 1;
	transform: scale(1);
}

.comments-action__button:active {
	transform: scale(0.95) translateY(2px);
	box-shadow: 0 6px 15px rgba(0, 150, 255, 0.3);
}

/* Растворение кнопки */
.comments-action.fade-out {
	animation: fadeOut 0.8s ease forwards;
}

@keyframes fadeOut {
	to {
		opacity: 0;
		transform: scale(0.9) rotate(-2deg);
		pointer-events: none;
	}
}

@keyframes fadeOut {
	to {
		opacity: 0;
		transform: scale(0.95);
		pointer-events: none;
	}
}

@media screen and (max-width: 500px) {
	.comments-action__button {
		width: 100%;
		max-width: 100%;
	}
	.comments-action {
		width: 100%;
		margin-top: 1rem;
	}
}

/* motivation */

.motivation {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.motivation-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.motivation__title {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #036;
	color: white;
	padding: 1.25rem;
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.motivation__descr-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0.75rem;
	gap: 0.5rem;
	max-width: 600px;
}

.motivation__descr {
	font-size: 1.25rem;
	font-weight: 600;
}

.motivation__btn--container {
	margin-top: 1rem;
}

.motivation__btn {
	color: white;
	background-color: red;
	font-weight: 600;
	padding: 1rem 2rem;
	border-radius: 0.75rem;
	font-size: 1.5rem;
	display: flex;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	animation: btn-pulse 2s infinite;
	transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55),
		box-shadow 0.25s;
	width: fit-content;
	margin: 0 auto;
}

@keyframes btn-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}
	70% {
		box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

.motivation__btn::before,
.motivation__btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.motivation__btn::before {
	width: 120%;
	height: 120%;
	background: radial-gradient(
		circle,
		rgba(255, 0, 0, 0.15) 0%,
		rgba(255, 0, 0, 0) 70%
	);
	animation: btn-wave 2.5s infinite;
}

.motivation__btn::after {
	width: 140%;
	height: 140%;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.07) 0%,
		rgba(255, 255, 255, 0) 70%
	);
	animation: btn-wave2 3s infinite;
}

@keyframes btn-wave {
	0% {
		opacity: 0.7;
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		opacity: 0.2;
		transform: translate(-50%, -50%) scale(1.15);
	}
	100% {
		opacity: 0.7;
		transform: translate(-50%, -50%) scale(1);
	}
}
@keyframes btn-wave2 {
	0% {
		opacity: 0.5;
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		opacity: 0.1;
		transform: translate(-50%, -50%) scale(1.2);
	}
	100% {
		opacity: 0.5;
		transform: translate(-50%, -50%) scale(1);
	}
}

.motivation__btn:hover {
	background: linear-gradient(90deg, #ff0033 0%, #ff6a00 100%);
	color: #003366;
	box-shadow: 0 0 20px 5px #ff0033, 0 0 40px 10px #ff6a00;
	transform: scale(1.07) rotate(-2deg);
	filter: brightness(1.1) saturate(1.3);
}

.motivation__btn:hover::before {
	animation: btn-wave-hover 1.2s infinite;
}
@keyframes btn-wave-hover {
	0% {
		opacity: 0.8;
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(1.25);
	}
	100% {
		opacity: 0.8;
		transform: translate(-50%, -50%) scale(1);
	}
}

.motivation__btn:active {
	background: linear-gradient(90deg, #ff0033 0%, #ff6a00 100%);
	color: #fff;
	transform: scale(0.96) rotate(2deg);
	box-shadow: 0 0 30px 10px #fff700, 0 0 60px 20px #ff0033;
}

.motivation__btn:active::after {
	animation: btn-wave-active 0.5s;
}
@keyframes btn-wave-active {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.5);
	}
}

@media screen and (max-width: 500px) {
	.motivation__descr {
		font-size: 1.125rem;
	}
}

/* ask */

.ask {
	width: 100%;
	position: relative;
	padding: 1rem 0;
	box-sizing: border-box;
	background: #fff;
	font-family: 'Open Sans', Roboto, Arial, sans-serif;
}

.ask__container {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	box-sizing: border-box;
}

.ask__title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	margin: 0 auto 0.5rem;
}

.ask__subtitle {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	margin: 0 auto 1.25rem;
	color: #333;
	font-weight: 600;
}

.ask__block {
	width: 100%;
	max-width: 900px;
	position: relative;
	border: 1px solid silver;
	margin: 0 auto;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}

.ask__item {
	position: relative;
	padding: 18px 25px 18px 18px;
	border-bottom: 1px solid silver;
	overflow: visible;
	box-sizing: border-box;
}

.ask__item + .ask__item {
	margin-top: 0;
}

.ask__item-name {
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
	user-select: none;
	display: block;
	line-height: 1.2;
	border-radius: 1rem;
	transition: all 0.35s ease;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem;
}

.ask__item-name img {
	transform: rotate(180deg);
	width: 1.75rem;
	height: 1.75rem;
	transition: all 300ms cubic-bezier(0.2, 0.9, 0.3, 1);
	display: flex;
	border-radius: 100%;
	padding: 0.35rem;
	border: 2px solid white;
}

.ask__item--open .ask__item-name img {
	transform: rotate(360deg);
}

.rotate {
	transition: transform 300ms ease;
}

.ask__descr {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translateY(-6px);
	transition: max-height 360ms cubic-bezier(0.2, 0.9, 0.3, 1),
		opacity 260ms ease, transform 260ms ease;
	will-change: max-height, opacity, transform;
}

.ask__descr-text {
	padding: 1rem 1rem 0 2.5rem;
	color: #333;
	line-height: 1.5;
}

.ask__item--open .ask__descr {
	max-height: 1000px;
	opacity: 1;
	transform: translateY(0);
}

.ask__item:hover .ask__item-name {
	background: #003366;
	color: white;
}

.ask__item:hover .ask__item-name img {
	background-color: white;
	border: 2px solid #003366;
}

@media (max-width: 500px) {
	.ask__subtitle {
		font-size: 1rem;
	}
	.ask__item-name {
		font-size: 1rem;
	}
	.ask__descr {
		font-size: 0.875rem;
	}
	.ask__descr-text {
		padding-top: 0.5rem;
		padding-left: 2.5rem;
	}
}
/* footer */

.footer {
	width: 100%;
	position: relative;
	background-color: #036;
	display: flex;
	justify-content: center;
}

.footer__wrap {
	display: flex;
	gap: 4rem;
	width: 100%;
	margin: 0 auto;
	padding: 1.75rem 0;
}

.footer__left,
.footer__right {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.footer__title {
	font-size: 1.25rem;
	font-weight: 600;
	color: white;
}

.footer__name {
	font-size: 1rem;
	color: rgb(223, 223, 223);
}

@media screen and (max-width: 500px) {
	.footer__wrap {
		gap: 2rem;
	}
	.footer__left,
	.footer__right {
		gap: 0.5rem;
	}
	.footer__title {
		font-size: 1.125rem;
	}
	.footer-container {
		padding: 0 !important;
	}
}
