.header--white .header-wrapper {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header--white .header-logo {
	display: flex;
	align-items: center;
	gap: 10px
}

.header--white .header-logo__text {
	font-family: "Gilory", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #036fe7
}

@media (max-width: 1440px) {
	.header--white .header-logo__text {
		font-size: 16px
	}
}

@media (max-width: 1000px) {
	.header--white .header-logo__text {
		font-size: 24px
	}
}

@media (max-width: 480px) {
	.header--white .header-logo__text {
		font-size: 16px
	}
}

@media (max-width: 1440px) {
	.header--white .header-logo__image {
		width: 20px
	}
}

@media (max-width: 1000px) {
	.header--white .header-logo__image {
		width: 32px
	}
}

.header--white .header-nav {
	display: flex;
	gap: 30px
}

.header--white .header-nav__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 48px;
	background: #b6fa96;
	border-radius: 10px;
	color: #00254d;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease
}

@media (max-width: 1000px) {
	.header--white .header-nav__button {
		display: none
	}
}

.header--white .header-nav__button:hover {
	background-color: #6da6e4;
	transition: 0.3s ease
}

.header--white .header-nav__burger-button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #b6fa96;
	border-radius: 10px;
	color: #00254d
}

@media (max-width: 1000px) {
	.header--white .header-nav__burger-button {
		display: flex
	}
}

.header--white .header-nav-list {
	display: flex;
	align-items: center;
	gap: 30px
}

@media (max-width: 1000px) {
	.header--white .header-nav-list {
		display: none
	}
}

.header--white .header-nav-list__link {
	font-size: 14px;
	color: #00254d
}

.header--white .header-nav-list li {
	display: flex;
	align-items: center;
	gap: 5px
}

.header--blue {
	background: #036fe7
}

.header--blue .header-wrapper {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header--blue .header-logo {
	display: flex;
	align-items: center;
	gap: 10px
}

.header--blue .header-logo__text {
	font-family: "Gilory", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff
}

@media (max-width: 1440px) {
	.header--blue .header-logo__text {
		font-size: 16px
	}
}

@media (max-width: 1000px) {
	.header--blue .header-logo__text {
		font-size: 24px
	}
}

@media (max-width: 480px) {
	.header--blue .header-logo__text {
		font-size: 16px
	}
}

@media (max-width: 1440px) {
	.header--blue .header-logo__image {
		width: 20px
	}
}

@media (max-width: 1000px) {
	.header--blue .header-logo__image {
		width: 32px
	}
}

.header--blue .header-nav {
	display: flex;
	gap: 30px
}

.header--blue .header-nav__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 48px;
	background: #b6fa96;
	border-radius: 10px;
	color: #00254d;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease
}

@media (max-width: 1000px) {
	.header--blue .header-nav__button {
		display: none
	}
}

.header--blue .header-nav__button:hover {
	background-color: #6da6e4;
	transition: 0.3s ease
}

.header--blue .header-nav__burger-button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #b6fa96;
	border-radius: 10px;
	color: #00254d
}

@media (max-width: 1000px) {
	.header--blue .header-nav__burger-button {
		display: flex
	}
}

.header--blue .header-nav-list {
	display: flex;
	align-items: center;
	gap: 30px
}

@media (max-width: 1000px) {
	.header--blue .header-nav-list {
		display: none
	}
}

.header--blue .header-nav-list__link {
	font-size: 14px;
	color: #fff
}

.header--blue .header-nav-list__profile-link {
	display: flex;
	align-items: center;
	gap: 10px
}

.header--blue .header-nav-list li {
	display: flex;
	align-items: center;
	gap: 5px
}

.burger-menu {
	display: none
}

.burger-menu--active {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	background: #00254d;
	width: 410px;
	height: 100%;
	z-index: 100
}

@media (max-width: 1000px) {
	.burger-menu--active {
		display: block;
		padding: 0 25px
	}
}

@media (max-width: 480px) {
	.burger-menu--active {
		width: 310px;
		padding: 0 20px
	}
}

.burger-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 0
}

.burger-menu__header .header-nav__burger-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #b6fa96;
	border-radius: 10px;
	color: #00254d
}

.burger-menu-header-logo {
	display: flex;
	align-items: center;
	gap: 10px
}

.burger-menu-header-logo img {
	width: 24px;
	height: 24px
}

.burger-menu-header-logo__text {
	font-family: "Gilory", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff
}

@media (max-width: 480px) {
	.burger-menu-header-logo__text {
		font-size: 16px
	}
}

.burger-menu li {
	margin: 36px 0
}

.burger-menu-list .header-nav__burger-button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 48px;
	background: #b6fa96;
	border-radius: 10px;
	color: #00254d
}

@media (max-width: 1000px) {
	.burger-menu-list .header-nav__burger-button {
		display: flex
	}
}

.burger-menu-list .header-nav-list__link {
	color: #fff
}

.burger-menu-list .header-nav-list__profile-link {
	display: flex;
	align-items: center;
	gap: 10px
}

.banner-main {
	margin: 0 0 30px 0
}

@media (max-width: 1440px) {
	.banner-main {
		margin: 0 0 20px 0
	}
}

.banner-main-wrapper {
	height: 471px;
	display: flex;
	gap: 30px
}

@media (max-width: 1440px) {
	.banner-main-wrapper {
		height: 330px;
		gap: 20px
	}
}

@media (max-width: 768px) {
	.banner-main-wrapper {
		flex-direction: column;
		height: 100%
	}
}

.banner-main-description {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	background-image: url(/static/img/banner-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px
}

@media (max-width: 1600px) {
	.banner-main-description {
		width: calc(40% - 60px)
	}
}

@media (max-width: 1440px) {
	.banner-main-description {
		width: calc(50% - 60px)
	}
}

@media (max-width: 768px) {
	.banner-main-description {
		width: calc(100% - 60px);
		height: 268px
	}
}

@media (max-width: 480px) {
	.banner-main-description {
		padding: 0 20px;
		width: calc(100% - 40px)
	}
}

.banner-main-description__header {
	font-size: 70px;
	font-weight: 500;
	line-height: 110%;
	color: #f5faff
}

@media (max-width: 1440px) {
	.banner-main-description__header {
		font-size: 32px
	}
}

@media (max-width: 480px) {
	.banner-main-description__header {
		font-size: 24px
	}
}

.banner-main-description__text {
	line-height: 120%;
	color: #ebf5ff
}

@media (max-width: 768px) {
	.banner-main-description__text {
		font-size: 16px
	}
}

.banner-main-text {
	position: relative;
	width: calc(64.02% - 100px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	border-radius: 30px;
	background: #fff;
	padding: 0 50px
}

@media (max-width: 1600px) {
	.banner-main-text {
		width: calc(60% - 100px)
	}
}

@media (max-width: 1440px) {
	.banner-main-text {
		width: calc(50% - 100px)
	}
}

@media (max-width: 1000px) {
	.banner-main-text {
		padding: 0 30px;
		width: calc(50% - 60px)
	}
}

@media (max-width: 768px) {
	.banner-main-text {
		width: calc(100% - 60px);
		height: 268px
	}
}

@media (max-width: 480px) {
	.banner-main-text {
		padding: 0 20px;
		width: calc(100% - 40px)
	}
}

.banner-main-text__quote {
	width: 465px;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	color: #00254d
}

@media (max-width: 1440px) {
	.banner-main-text__quote {
		width: 350px
	}
}

@media (max-width: 1000px) {
	.banner-main-text__quote {
		font-size: 16px;
		width: 276px
	}
}

@media (max-width: 768px) {
	.banner-main-text__quote {
		width: 376px
	}
}

@media (max-width: 480px) {
	.banner-main-text__quote {
		width: 300px
	}
}

.banner-main-text__quote span {
	background: #b6fa96
}

.banner-main-text__quote img {
	position: absolute
}

.banner-main-text-modal {
	display: flex
}

.banner-main-text-modal__block {
	display: flex;
	gap: 10px;
	padding: 10px 16px;
	font-size: 16px;
	color: #f5faff;
	background: #00254d;
	box-shadow: 0px 10px 15px 0px rgba(0, 37, 77, 0.2)
}

@media (max-width: 1440px) {
	.banner-main-text-modal__block {
		font-size: 14px;
		gap: 5px;
		padding: 10px
	}
}

@media (max-width: 1000px) {
	.banner-main-text-modal__block {
		font-size: 12px;
		padding: 5px
	}
}

@media (max-width: 768px) {
	.banner-main-text-modal__block {
		font-size: 14px;
		padding: 10px
	}
}

@media (max-width: 480px) {
	.banner-main-text-modal__block {
		font-size: 12px;
		padding: 5px
	}
}

@media (max-width: 1000px) {
	.banner-main-text-modal__block img {
		width: 15px
	}
}

.modal-block__text {
	color: #f5faff
}

.modal-block-first {
	border-radius: 10px 0 0 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.modal-block-second {
	border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.modal-block-third {
	border-radius: 0 10px 10px 0
}

.about {
	margin: 0 0 30px 0
}

@media (max-width: 1440px) {
	.about {
		margin: 0 0 20px 0
	}
}

.about__header {
	font-size: 40px;
	font-weight: 500;
	line-height: 150%;
	color: #036fe7
}

@media (max-width: 768px) {
	.about__header {
		font-size: 32px
	}
}

@media (max-width: 480px) {
	.about__header {
		font-size: 24px
	}
}

.about-wrapper {
	width: calc(100% - 60px);
	height: 392px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 60px 30px 40px 30px;
	border-radius: 30px;
	box-shadow: 0px 4px 30px 0px rgba(146, 168, 201, 0.2);
	background: #fff
}

@media (max-width: 1000px) {
	.about-wrapper {
		height: 446px
	}
}

@media (max-width: 768px) {
	.about-wrapper {
		padding: 30px;
		height: 500px
	}
}

@media (max-width: 576px) {
	.about-wrapper {
		padding: 30px 20px;
		width: calc(100% - 40px)
	}
}

@media (max-width: 480px) {
	.about-wrapper {
		height: 585px
	}
}

.about-block {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 75%
}

@media (max-width: 1440px) {
	.about-block {
		width: 90%
	}
}

@media (max-width: 768px) {
	.about-block {
		max-width: 95%
	}
}

.about-block__text {
	text-align: center
}

@media (max-width: 768px) {
	.about-block__text {
		font-size: 16px
	}
}

.connection {
	margin: 0 0 110px 0
}

.connection-wrapper {
	height: 379px;
	display: flex;
	gap: 30px
}

@media (max-width: 1440px) {
	.connection-wrapper {
		gap: 20px
	}
}

@media (max-width: 1000px) {
	.connection-wrapper {
		height: 435px
	}
}

@media (max-width: 768px) {
	.connection-wrapper {
		height: 100%;
		flex-direction: column-reverse
	}
}

.connection-contacts {
	width: calc(33.713% - 60px);
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	padding: 30px;
	line-height: normal
}

@media (max-width: 1600px) {
	.connection-contacts {
		width: calc(40% - 60px)
	}
}

@media (max-width: 1440px) {
	.connection-contacts {
		width: calc(50% - 60px)
	}
}

@media (max-width: 768px) {
	.connection-contacts {
		padding: 20px;
		width: calc(100% - 40px)
	}
}

.connection-contacts__header {
	font-size: 32px
}

@media (max-width: 480px) {
	.connection-contacts__header {
		font-size: 24px
	}
}

.connection-contacts__social {
	display: flex;
	gap: 20px
}

.connection-contacts__text {
	font-size: 15px
}

@media (max-width: 1000px) {
	.connection-contacts__text {
		width: 200px;
		text-align: center
	}
}

.connection-contacts-phone {
	display: flex;
	flex-direction: column;
	gap: 10px;
	line-height: normal
}

.connection-contact-form {
	width: calc(64.02% - 60px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border-radius: 30px;
	background: #00254d;
	box-shadow: 0px 4px 30px 0px rgba(146, 168, 201, 0.2)
}

@media (max-width: 1600px) {
	.connection-contact-form {
		width: calc(60% - 60px)
	}
}

@media (max-width: 1440px) {
	.connection-contact-form {
		width: calc(50% - 60px)
	}
}

@media (max-width: 768px) {
	.connection-contact-form {
		padding: 20px;
		width: calc(100% - 40px)
	}
}

.connection-contact-form__header {
	color: #f5faff
}

@media (max-width: 768px) {
	.connection-contact-form__header {
		font-size: 32px
	}
}

@media (max-width: 480px) {
	.connection-contact-form__header {
		font-size: 24px
	}
}

@media (max-width: 1000px) {
	.connection-contact-form__text {
		font-size: 15px
	}
}

.form-fields {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.form-fields__textarea {
	height: 48px;
	padding: 10px 15px;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	outline: none;
	border-radius: 10px
}

.form-fields__submit {
	height: 48px;
	background: #036fe7;
	border: none;
	color: #fff;
	cursor: pointer
}

.form-fields-block {
	display: flex;
	gap: 20px
}

@media (max-width: 1000px) {
	.form-fields-block {
		flex-direction: column
	}
}

.form-fields-block__input {
	width: 100%
}

@media (max-width: 1000px) {
	.form-fields-block__input {
		width: calc(100% - 32px)
	}
}

.footer {
	background: #00254d;
	padding: 23px 0
}

.footer__block {
	display: flex;
	gap: 20px;
	align-items: center;
	width: 100%
}

@media (max-width: 576px) {
	.footer__block {
		flex-direction: column
	}
}

.footer__line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2)
}

.footer__copyright span {
	color: rgba(255, 255, 255, 0.5);
	font-family: "Onest", sans-serif;
	font-size: 16px;
	line-height: normal
}

.footer-wrapper {
	height: 180px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

@media (max-width: 1000px) {
	.footer-wrapper {
		justify-content: center
	}
}

@media (max-width: 576px) {
	.footer-wrapper {
		align-items: center;
		height: 420px
	}
}

.footer-information {
	width: 100%;
	display: flex;
	justify-content: space-between
}

@media (max-width: 576px) {
	.footer-information {
		flex-direction: column;
		align-items: center;
		gap: 40px
	}
}

.footer-information-address {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%
}

@media (max-width: 1000px) {
	.footer-information-address {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 10px
	}
}

@media (max-width: 576px) {
	.footer-information-address {
		width: 250px;
		align-items: center;
		text-align: center;
		gap: 40px
	}
}

.footer-information-address__text {
	font-family: "Onest", sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #fff
}

@media (max-width: 576px) {
	.footer-information-address__text {
		font-size: 14px
	}
}

.footer-information-social {
	display: flex;
	align-items: center;
	gap: 20px
}

.authorization {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	background: #fff;
	padding: 120px 0
}

.authorization-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	width: 316px;
	padding: 30px 40px;
	background: #ebf5ff;
	box-shadow: 0px 4px 20px 0px rgba(109, 166, 228, 0.3);
	border-radius: 16px
}

@media (max-width: 480px) {
	.authorization-wrapper {
		padding: 30px 20px;
		width: 260px
	}
}

.authorization-heading-block {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.authorization-heading-block__header {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	color: #036fe7
}

.authorization-heading-block__button {
	display: flex;
	align-items: center;
	background: transparent
}

.authorization-form {
	display: flex;
	flex-direction: column;
	gap: 30px
}

.authorization-form__button {
	height: 48px;
	padding: 10px 20px;
	background: #036fe7;
	color: #fff;
	font-family: "Onest", sans-serif;
	font-size: 14px;
	border-radius: 10px
}

.authorization-form-inputs {
	position: relative;
	box-sizing: border-box;
	border: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.authorization-form-inputs__placeholder {
	position: absolute;
	top: 12px;
	left: 15px;
	display: block;
	font-size: 14px;
	color: rgba(77, 77, 77, 0.5);
	user-select: none;
	cursor: text
}

.authorization-form-inputs__placeholder::after {
	position: relative;
	top: -3px;
	left: 1px;
	display: inline-block;
	content: "*";
	color: #eb5757
}

.authorization-form-inputs__input {
	border: 1px solid transparent
}

.authorization-form-inputs__input:focus {
	color: #00254d;
	border: 1px solid #6da6e4;
	transition: 0.2s ease
}

.authorization-form-inputs__input:disabled {
	color: #00254d;
	border: 1px solid #6da6e4;
	transition: 0.2s ease
}

.authorization-form-inputs__input[type="text"]:focus+.authorization-form-inputs__placeholder,
.authorization-form-inputs__input[type="text"]:valid+.authorization-form-inputs__placeholder,
.authorization-form-inputs__input[type="text"]:disabled+.authorization-form-inputs__placeholder {
	display: none
}

.authorization-form-inputs__input[type="password"]:focus+.authorization-form-inputs__placeholder,
.authorization-form-inputs__input[type="password"]:valid+.authorization-form-inputs__placeholder,
.authorization-form-inputs__input[type="password"]:disabled+.authorization-form-inputs__placeholder {
	display: none
}

.authorization-form-inputs__validation {
	display: none;
	position: absolute;
	top: 44px;
	font-size: 12px;
	color: #eb5757
}

.authorization-form-inputs__validation.validation--active {
	display: block
}

.authorization-form-inputs__block {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.authorization-form-inputs__button {
	position: absolute;
	right: 15px;
	top: 13px;
	background: transparent;
	padding: 0
}

.authorization-form-inputs__link {
	color: #036fe7;
	text-align: center;
	font-size: 14px
}

.authorization-form-block {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 14px
}

.authorization-form-block__text {
	color: #88add5
}

.authorization-form-block__link {
	color: #036fe7
}

.library {
	flex-direction: column;
	flex: 1 1 auto
}

.library-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 50px 0 110px 0
}

.library-heading-block {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 576px) {
	.library-heading-block {
		flex-direction: column;
		gap: 20px
	}
}

.library-heading-block__header {
	color: #00254d;
	font-size: 40px;
	font-weight: 500
}

@media (max-width: 576px) {
	.library-heading-block__header {
		font-size: 32px
	}
}

.library-heading-block__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 175px;
	height: 48px;
	border-radius: 10px;
	background: #036fe7;
	color: #f5faff;
	font-size: 14px;
	padding: 10px
}

@media (max-width: 576px) {
	.library-heading-block__button {
		width: 100%
	}
}

.library-list-books {
	display: grid;
	grid-template-columns: repeat(auto-fill, 255px);
	justify-content: space-between;
	gap: 50px 30px
}

@media (max-width: 1000px) {
	.library-list-books {
		gap: 50px 20px;
		grid-template-columns: repeat(auto-fill, 210px)
	}
}

@media (max-width: 480px) {
	.library-list-books {
		grid-template-columns: repeat(auto-fill, 160px)
	}
}

.library-list-books-book {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 255px
}

@media (max-width: 1440px) {
	.library-list-books-book {
		width: 215px
	}
}

@media (max-width: 576px) {
	.library-list-books-book {
		width: 210px
	}
}

@media (max-width: 480px) {
	.library-list-books-book {
		width: 160px
	}
}

.library-list-books-book__button {
	position: absolute;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	width: 44px;
	height: 44px;
	top: 12px;
	right: 12px;
	cursor: pointer
}

.library-list-books-book__button:hover {
	background: #fff
}

.library-list-books-book__image {
	width: 255px;
	height: 380px;
	object-fit: cover
}

@media (max-width: 1440px) {
	.library-list-books-book__image {
		width: 215px;
		height: 320px
	}
}

@media (max-width: 576px) {
	.library-list-books-book__image {
		width: 210px
	}
}

@media (max-width: 480px) {
	.library-list-books-book__image {
		width: 160px;
		height: 235px
	}
}

.library-list-books-book-block {
	display: flex;
	flex-direction: column;
	gap: 2px
}

.library-list-books-book-block__name {
	font-family: "Onest", sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #00254d
}

@media (max-width: 480px) {
	.library-list-books-book-block__name {
		font-size: 16px
	}
}

.library-list-books-book-block__author {
	font-family: "Onest", sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #596d83
}

@media (max-width: 480px) {
	.library-list-books-book-block__author {
		font-size: 12px
	}
}

.book-card {
	display: flex;
	flex: 1 1 auto;
	background: #fff;
	padding: 50px 0 110px 0
}

@media (max-width: 480px) {
	.book-card {
		padding: 30px 0 110px 0
	}
}

.book-card__back {
	display: flex;
	gap: 10px;
	font-size: 16px;
	color: #036fe7;
	align-items: center;
	width: 85px
}

.book-card-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px
}

.book-card-description {
	display: flex;
	gap: 30px
}

@media (max-width: 576px) {
	.book-card-description {
		flex-direction: column
	}
}

@media (max-width: 576px) {
	.book-card-description-image {
		display: flex;
		gap: 20px
	}
}

@media (max-width: 480px) {
	.book-card-description-image {
		flex-direction: column
	}
}

.book-card-description-image__cover {
	width: 255px
}

@media (max-width: 1440px) {
	.book-card-description-image__cover {
		width: 210px
	}
}

@media (max-width: 480px) {
	.book-card-description-image__cover {
		width: 100%
	}
}

.description-block {
	display: flex;
	flex-direction: column;
	gap: 30px
}

.description-block__text {
	color: #596d83;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	flex-direction: column;
	gap: 30px
}

.description-block__text p {
	text-align: justify
}

.description-block-heading {
	display: flex;
	flex-direction: column;
	gap: 10px
}

@media (max-width: 576px) {
	.description-block-heading {
		display: none
	}
}

.description-block-heading__name {
	color: #00254d;
	font-size: 40px;
	font-weight: 500;
	line-height: normal
}

@media (max-width: 576px) {
	.description-block-heading__name {
		font-size: 32px
	}
}

.description-block-heading__author {
	color: #596d83;
	font-family: "Onest", sans-serif;
	font-size: 18px;
	line-height: 150%
}

.description-block-heading-576 {
	display: none
}

@media (max-width: 576px) {
	.description-block-heading-576 {
		display: flex;
		flex-direction: column;
		gap: 10px
	}
}

.description-block-control {
	display: flex;
	gap: 30px
}

@media (max-width: 1000px) {
	.description-block-control {
		display: none
	}
}

.description-block-control__read {
	width: 122px;
	height: 28px;
	padding: 10px 20px;
	border-radius: 10px;
	background: #036fe7;
	color: #f5faff;
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center
}

.description-block-control__download {
	width: 122px;
	height: 28px;
	padding: 10px 20px;
	border-radius: 10px;
	background: #deedff;
	color: #036fe7;
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px
}

.description-block-control__add,
.description-block-control__remove {
	color: #036fe7;
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px
}

.description-block-control__remove {
	display: none
}

.description-block-control-1000 {
	display: none
}

@media (max-width: 1000px) {
	.description-block-control-1000 {
		display: flex;
		flex-direction: column;
		gap: 20px
	}
}

.description-block-control-1000 :nth-child(3),
.description-block-control-1000 :nth-child(4) {
	width: 100%;
	font-size: 12px
}

@media (max-width: 480px) {

	.description-block-control-1000 :nth-child(3),
	.description-block-control-1000 :nth-child(4) {
		font-size: 14px
	}
}

.description-block-control-1000 :nth-child(4) {
	display: none
}

.description-block-control-1000 a {
	width: calc(100% - 40px)
}

.header--blue.dark {
	background: #002044
}

.header--blue.sepia {
	background: #4B372C
}

.header--blue-nav__button.dark {
	color: #00254d;
	background: #fff
}

.header--blue-nav__button.sepia {
	color: #4B372C;
	background: #fff
}

.footer.dark {
	background: #002044
}

.footer.sepia {
	background: #4B372C
}

.reader {
	flex: 1 1 auto;
	background: #fff;
	padding: 30px 0
}

.reader__text img {
	width: 100%
}

.reader.dark {
	background: #00254d
}

.reader.sepia {
	background: #A8A18A
}

.reader-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.reader-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 576px) {
	.reader-navigation {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px
	}
}

.reader-navigation__back {
	display: flex;
	align-items: center;
	width: 85px;
	gap: 10px;
	color: #036fe7
}

.reader-navigation__back.dark {
	filter: invert(58%) sepia(71%) saturate(333%) hue-rotate(172deg) brightness(95%) contrast(87%)
}

.reader-navigation__back.sepia {
	filter: invert(72%) sepia(7%) saturate(100%) hue-rotate(9deg) brightness(89%) contrast(87%)
}

.reader-navigation__book-name {
	color: #88add5;
	font-size: 16px;
	line-height: normal
}

.reader-navigation__book-name.sepia {
	color: #4B372C
}

.reader-control {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ebf5ff;
	border-radius: 8px;
	padding: 10px
}

@media (max-width: 480px) {
	.reader-control {
		gap: 10px
	}
}

.reader-control.dark {
	background: #002044
}

.reader-control.sepia {
	background: #4B372C
}

.reader-control__rectangle-button {
	display: flex;
	gap: 10px
}

.reader-control__square-button {
	position: relative;
	display: flex;
	gap: 20px
}

@media (max-width: 480px) {
	.reader-control__square-button {
		gap: 10px
	}
}

.reader-control__zoom-button {
	display: flex;
	gap: 5px
}

@media (max-width: 480px) {
	.reader-control__zoom-button {
		gap: 10px
	}
}

.base-button.sepia {
	background: #A8A18A
}

.base-button.white.dark {
	background: #00254d
}

.base-button.white.dark img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(108%) contrast(101%)
}

.base-button.white.dark span {
	color: #fff
}

.base-button.white.sepia img {
	filter: invert(18%) sepia(100%) saturate(319%) hue-rotate(338deg) brightness(50%) contrast(88%)
}

.base-button.white.sepia span {
	filter: invert(18%) sepia(100%) saturate(319%) hue-rotate(338deg) brightness(50%) contrast(88%)
}

.my-books {
	flex-direction: column;
	flex: 1 1 auto
}

.my-books-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 50px 0 110px 0
}

.my-books-heading-block {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 576px) {
	.my-books-heading-block {
		flex-direction: column;
		gap: 20px
	}
}

.my-books-heading-block__header {
	color: #00254d;
	font-size: 40px;
	font-weight: 500
}

@media (max-width: 576px) {
	.my-books-heading-block__header {
		font-size: 32px
	}
}

.my-books-heading-block__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 175px;
	height: 48px;
	border-radius: 10px;
	background: #036fe7;
	color: #f5faff;
	font-size: 14px;
	padding: 10px
}

@media (max-width: 576px) {
	.my-books-heading-block__button {
		width: 100%
	}
}

.my-books-list-books {
	display: grid;
	grid-template-columns: repeat(auto-fill, 255px);
	justify-content: space-between;
	gap: 50px 30px
}

@media (max-width: 1000px) {
	.my-books-list-books {
		gap: 50px 20px;
		grid-template-columns: repeat(auto-fill, 210px)
	}
}

@media (max-width: 480px) {
	.my-books-list-books {
		grid-template-columns: repeat(auto-fill, 160px)
	}
}

.my-books-list-books a {
	width: 255px
}

@media (max-width: 1000px) {
	.my-books-list-books a {
		width: 210px
	}
}

@media (max-width: 480px) {
	.my-books-list-books a {
		width: 160px
	}
}

.my-books-list-books-book {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative
}

.my-books-list-books-book__button {
	position: absolute;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	width: 44px;
	height: 44px;
	top: 12px;
	right: 12px;
	cursor: pointer
}

.my-books-list-books-book-block {
	display: flex;
	flex-direction: column;
	gap: 2px
}

.my-books-list-books-book-block__name {
	font-family: "Onest", sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #00254d
}

@media (max-width: 480px) {
	.my-books-list-books-book-block__name {
		font-size: 16px
	}
}

.my-books-list-books-book-block__author {
	font-family: "Onest", sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #596d83
}

@media (max-width: 480px) {
	.my-books-list-books-book-block__author {
		font-size: 12px
	}
}

.thesaurus {
	background: #fff;
	padding: 50px 0 80px;
	flex: 1
}

.thesaurus-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 47.4px
}

.thesaurus-row {
	display: flex;
	margin-top: 20px
}

.thesaurus-left {
	width: 71%
}

.thesaurus-right {
	width: 29%;
	margin-left: 24px
}

.thesaurus-right-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	color: #00254d
}

.search-container {
	background: #ebf5ff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 20px 0 rgba(109, 166, 228, .3);
	display: flex;
	gap: 10px;
	margin-right: 30px
}

.search-form-wrapper {
	position: relative;
	flex: 1
}

.search-form {
	padding: 10px 16px;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px
}

.search-form input {
	padding: 0;
	margin: 0;
	border: none;
	flex: 1;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400
}

.search-form input::placeholder {
	color: #6da6e4
}

.search-form-clear {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	display: flex
}

.search-autocomplete {
	border-radius: 8px;
	background: #fff;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	max-height: 250px;
	overflow-y: auto;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
	transition: .3s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1
}

.search-autocomplete.show {
	visibility: visible;
	opacity: 1
}

.search-autocomplete-item {
	padding: 10px 16px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #00254d
}

.search-autocomplete-item:hover {
	background: #ebf5ff
}

.search-autocomplete-item:first-of-type {
	border-radius: 8px 8px 0 0
}

.search-autocomplete-item:last-of-type {
	border-radius: 0 0 8px 8px
}

.search-btn {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #036fe7;
	border-radius: 8px;
	border: none
}

.thesaurus-save-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid #036fe7;
	gap: 8px;
	background: rgba(0, 0, 0, 0)
}

.thesaurus-save-btn span {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #036fe7;
	display: block
}

.thesaurus-save-btn:disabled,
.thesaurus-save-btn.disabled {
	opacity: 20%;
	pointer-events: none
}

.search-result {
	padding-top: 30px
}

.found-word {
	display: flex;
	align-items: center;
	gap: 8px
}

.found-word b {
	font-size: 24px;
	line-height: 28.5px;
	font-weight: 600;
	display: block;
	color: #00254d
}

.found-word span {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	display: block;
	color: #596d83
}

.word-desc {
	margin-top: 20px
}

.word-desc-title {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	display: block;
	color: #00254d;
	background: #b6fa96;
	padding: 4px 8px;
	width: fit-content
}

.word-desc-list {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.word-desc-item {
	padding: 0 0 0 30px;
	position: relative
}

.word-desc-item-number {
	display: block;
	width: fit-content;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #00254d
}

.word-desc-primary {
	display: block;
	font-size: 16px;
	line-height: 22.5px;
	font-weight: 400;
	color: #00254d
}

.word-desc-secondary {
	display: block;
	font-size: 16px;
	line-height: 22.5px;
	font-weight: 400;
	color: #596d83
}

.word-desc-secondary span {
	color: #036fe7
}

.thesaurus-services {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	gap: 8px
}

.thesaurus-service {
	background: #036fe7;
	padding: 20px 10px;
	border-radius: 16px
}

.thesaurus-service-title {
	display: flex;
	align-items: center;
	gap: 8px
}

.thesaurus-service-title h6 {
	display: block;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #f5faff
}

.thesaurus-service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff
}

.thesaurus-service-content {
	margin-top: 16px
}

.thesaurus-service-content p {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #ebf5ff
}

.dictionary-download-btn {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 6px
}

.dictionary-download-btn span {
	font-size: 18px;
	line-height: 21.5px;
	font-weight: 700;
	display: block;
	width: fit-content;
	color: #b6fa96
}

@media(max-width: 1000px) {
	.thesaurus-row {
		flex-direction: column;
		gap: 120px
	}

	.thesaurus-left,
	.thesaurus-right {
		width: 100%;
		margin: 0
	}

	.thesaurus-services {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media(max-width: 768px) {
	.thesaurus {
		padding: 24px 0 50px
	}

	.thesaurus-title {
		font-size: 24px;
		line-height: 28.5px;
		font-weight: 500;
		text-align: center
	}

	.search-container {
		margin-bottom: 68px;
		position: relative;
		margin-right: 0
	}

	.thesaurus-save-btn {
		position: absolute;
		top: calc(100% + 20px);
		left: 0;
		width: 100%
	}

	.thesaurus-services {
		display: flex
	}
}

.favourites {
	background: #fff;
	padding: 50px 0 80px;
	flex: 1
}

.favourites-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 47.4px
}

.favourites-list {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.favourites-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 10px 30px;
	border-radius: 10px;
	background: #ebf5ff
}

.favourites-item-word {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 8px;
	max-width: calc(100% - 59px)
}

.favourites-item-word b {
	font-size: 24px;
	line-height: 28.5px;
	font-weight: 600;
	display: block;
	color: #00254d;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.favourites-item-word span {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	display: block;
	color: #596d83;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.favourites-item-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #036fe7;
	flex-shrink: 0
}

.favorites-empty {
	margin-top: 20px
}

.favorites-empty p {
	font-size: 16px;
	line-height: 22.5px;
	font-weight: 400;
	color: #596d83
}

@media(max-width: 768px) {
	.favourites {
		padding: 24px 0 50px
	}

	.favourites-item-word {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px
	}

	.favourites-title {
		font-size: 24px;
		line-height: 28.5px;
		font-weight: 500;
		text-align: center
	}
}



.header-landing__button {
	display: flex;
	height: 28px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	color: #036fe7;
	line-height: normal;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease
}

.header-landing__button:hover {
	background: #b6fa96;
	transition: 0.3s ease
}

.header-landing__burger-button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #b6fa96;
	border-radius: 10px;
	color: #00254d
}

@media (max-width: 480px) {
	.header-landing__burger-button {
		display: flex
	}
}

.header-landing-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 60px;
	margin: 60px 0 0 0
}

@media (max-width: 576px) {
	.header-landing-wrapper {
		gap: 35px
	}
}

@media (max-width: 480px) {
	.header-landing-wrapper {
		justify-content: space-between;
		margin: 35px 0 0 0
	}
}

@media (max-width: 480px) {
	.header-landing-nav {
		display: none
	}
}

.header-landing-nav-list {
	display: flex;
	align-items: center;
	gap: 70px
}

@media (max-width: 576px) {
	.header-landing-nav-list {
		gap: 35px
	}
}

.header-landing-nav-list__link {
	color: #f5faff;
	padding-bottom: 10px;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	will-change: transform;
	border-bottom: 2px solid transparent
}

.header-landing-nav-list__link:hover {
	border-bottom: 2px solid #b6fa96;
	color: #b6fa96
}

.banner-landing__image {
	position: absolute;
	right: 0;
	top: 35px;
	z-index: -1
}

@media (max-width: 1440px) {
	.banner-landing__image {
		width: 400px;
		top: 70px
	}
}

@media (max-width: 1000px) {
	.banner-landing__image {
		width: 360px;
		top: 50px
	}
}

@media (max-width: 768px) {
	.banner-landing__image {
		width: 310px;
		top: 150px
	}
}

@media (max-width: 768px) {
	.banner-landing__image {
		width: 250px;
		top: 180px
	}
}

@media (max-width: 480px) {
	.banner-landing__image {
		width: 200px;
		top: 150px
	}
}

.banner-landing-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative
}

.banner-landing-heading {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 75px 0 0 0
}

@media (max-width: 768px) {
	.banner-landing-heading {
		padding: 60px 0 0 0
	}
}

.banner-landing-heading__basic {
	color: #fff;
	font-size: 55px;
	font-weight: 500;
	line-height: 120%
}

@media (max-width: 1440px) {
	.banner-landing-heading__basic {
		font-size: 50px
	}
}

@media (max-width: 1000px) {
	.banner-landing-heading__basic {
		font-size: 40px
	}
}

@media (max-width: 768px) {
	.banner-landing-heading__basic {
		font-size: 38px
	}
}

@media (max-width: 480px) {
	.banner-landing-heading__basic {
		font-size: 28px
	}
}

.banner-landing-heading__basic span {
	color: #b6fa96
}

.banner-landing-heading__additional {
	color: #ebf5ff;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	text-align: right
}

@media (max-width: 480px) {
	.banner-landing-heading__additional {
		font-size: 18px
	}
}

.our-services {
	margin: 110px 0 0 0
}

@media (max-width: 768px) {
	.our-services {
		margin: 150px 0 0 0
	}
}

@media (max-width: 480px) {
	.our-services {
		margin: 100px 0 0 0
	}
}

.our-services__header {
	color: #f5faff;
	font-size: 40px;
	font-weight: 600;
	line-height: normal
}

@media (max-width: 768px) {
	.our-services__header {
		font-size: 32px
	}
}

@media (max-width: 480px) {
	.our-services__header {
		font-size: 28px
	}
}

.our-services-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.services-links {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #036fe7
}

.service-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background: #358cec;
	box-shadow: 0px 4px 30px 0px rgba(146, 168, 201, 0.2);
	border: 2px solid #88add5;
	padding: 30px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease
}

.service-link:hover {
	background: #6da6e4;
	transition: 0.3s ease all
}

.service-link:hover svg {
	color: #b6fa96
}

@media (max-width: 480px) {
	.service-link {
		padding: 30px 20px
	}
}

.service-link__button {
	display: flex;
	align-items: center
}

.service-link__button svg {
	color: white
}

@media (max-width: 480px) {
	.service-link__button svg {
		width: 40px
	}
}

.service-link-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(100% - 120px)
}

@media (max-width: 576px) {
	.service-link-block {
		width: 100%
	}
}

@media (max-width: 480px) {
	.service-link-block--480 {
		height: 216px;
		position: relative
	}
}

.service-link-block__text {
	color: #ebf5ff;
	font-family: "Onest", sans-serif;
	font-size: 18px;
	line-height: 120%
}

@media (max-width: 768px) {
	.service-link-block__text {
		width: calc(100% - 20px)
	}
}

@media (max-width: 480px) {
	.service-link-block__text {
		font-size: 16px
	}
}

.service-link-block__soon {
	color: #036fe7;
	font-family: "Onest", sans-serif;
	font-size: 24px;
	line-height: 120%;
	border-radius: 16px;
	background: #b6fa96;
	padding: 10px 15px;
	text-align: center;
	width: 401px
}

@media (max-width: 1000px) {
	.service-link-block__soon {
		width: 320px;
		padding: 10px;
		font-size: 20px
	}
}

@media (max-width: 768px) {
	.service-link-block__soon {
		font-size: 16px;
		width: 260px
	}
}

@media (max-width: 480px) {
	.service-link-block__soon {
		width: 280px;
		position: absolute;
		bottom: 0
	}
}

.service-link-block__button {
	width: 250px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b6fa96;
	font-family: "Onest", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%
}

.service-link-block__button span {
	font-size: 18px
}

.service-link-block-heading {
	display: flex;
	align-items: center;
	gap: 10px
}

.service-link-block-heading__header {
	color: #f5faff;
	font-size: 24px;
	font-weight: 600;
	line-height: normal
}

@media (max-width: 480px) {
	.service-link-block-heading__header {
		font-size: 18px
	}
}

.about-landing {
	margin: 120px 0 0 0
}

.about-landing__header {
	font-size: 40px;
	font-weight: 500;
	line-height: 150%;
	color: #fff
}

@media (max-width: 768px) {
	.about-landing__header {
		font-size: 32px
	}
}

@media (max-width: 480px) {
	.about-landing__header {
		font-size: 28px
	}
}

.about-landing-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center
}

.about-landing-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 60%
}

@media (max-width: 1000px) {
	.about-landing-block {
		width: 100%
	}
}

.about-landing-block__text {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: normal
}

.support {
	margin: 120px 0
}

.support__image {
	position: absolute;
	left: 0;
	left: 23px;
	top: 26px
}

@media (max-width: 1440px) {
	.support__image {
		width: 90px;
		top: 45px
	}
}

@media (max-width: 576px) {
	.support__image {
		display: none
	}
}

.support-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 53px 86px 53px 190px;
	border-radius: 30px;
	box-shadow: 0px 4px 30px 0px rgba(146, 168, 201, 0.2);
	background: #fff;
	position: relative
}

@media (max-width: 1440px) {
	.support-wrapper {
		padding: 53px 30px 53px 148px
	}
}

@media (max-width: 576px) {
	.support-wrapper {
		padding: 50px 20px 15px 20px
	}
}

.support-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

@media (max-width: 1000px) {
	.support-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px
	}
}

@media (max-width: 576px) {
	.support-block {
		align-items: center
	}
}

.support-block__social {
	display: flex;
	gap: 20px
}

@media (max-width: 1440px) {
	.support-block__social {
		gap: 15px
	}
}

@media (max-width: 480px) {
	.support-block__social img {
		width: 32px
	}
}

.support-block__image {
	display: none
}

@media (max-width: 576px) {
	.support-block__image {
		display: block;
		width: 90px
	}
}

.support-block-info {
	display: flex;
	flex-direction: column;
	gap: 10px
}

@media (max-width: 576px) {
	.support-block-info {
		align-items: center
	}
}

.support-block-info__header {
	color: #036fe7;
	font-family: "Onest", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 110%
}

@media (max-width: 768px) {
	.support-block-info__header {
		font-size: 32px
	}
}

@media (max-width: 480px) {
	.support-block-info__header {
		font-size: 28px
	}
}

.support-block-info__text {
	width: 350px;
	color: #596d83;
	font-size: 18px;
	line-height: 130%
}

@media (max-width: 1000px) {
	.support-block-info__text {
		width: 100%;
		font-size: 16px
	}
}

@media (max-width: 576px) {
	.support-block-info__text {
		text-align: center
	}
}

.pagination-list {
	display: flex;
	justify-content: space-between
}

.pagination-list__item {
	color: #596d83;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 23px
}

.pagination-list li img {
	cursor: pointer
}

.pagination-list li:last-child img {
	rotate: 180deg
}

@media (max-width: 576px) {
	.pagination-list .pagination-list-item-hidden {
		display: none
	}
}

.base-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px;
	height: 44px;
	border-radius: 8px;
	background: #036fe7;
	color: #fff;
	font-size: 14px;
	line-height: normal
}

@media (max-width: 768px) {
	.base-button span {
		display: none
	}
}

.base-button.white {
	background: #fff;
	color: #00254d
}

@media (max-width: 576px) {
	.base-button-hidden {
		display: none
	}
}

#range {
	width: 100%;
	appearance: none;
	border: none;
	padding: 0
}

#range::-webkit-slider-runnable-track {
	background: #ebf5ff;
	height: 10px;
	border-radius: 30px
}

#range::-webkit-slider-thumb {
	appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	border: 2px solid #036fe7;
	background: #b6fa96;
	margin-top: -3px;
	cursor: pointer
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(2, 49, 100, 0.5);
	z-index: 5
}

.modal-content-wrapper {
	padding: 30px 30px 40px 30px;
	max-width: calc(445px - 60px);
	background-color: #ebf5ff;
	margin: 250px auto 0;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.modal-content-wrapper::-webkit-scrollbar {
	display: none
}

@media (max-width: 480px) {
	.modal-content-wrapper {
		padding: 30px 20px 40px 20px;
		max-width: calc(340px - 40px)
	}
}

.modal-notes-wrapper {
	padding: 30px 30px 40px 30px;
	max-width: calc(730px - 60px);
	background-color: #ebf5ff;
	margin: 250px auto 0;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.modal-notes-wrapper::-webkit-scrollbar {
	display: none
}

@media (max-width: 768px) {
	.modal-notes-wrapper {
		max-width: calc(90% - 60px);
		margin: 200px auto 0
	}
}

@media (max-width: 576px) {
	.modal-notes-wrapper {
		padding: 30px 20px 40px 20px
	}
}

@media (max-width: 480px) {
	.modal-notes-wrapper {
		margin: 120px auto 0
	}
}

.modal-loading-wrapper {
	padding: 30px;
	max-width: calc(445px - 60px);
	background-color: #ebf5ff;
	margin: 250px auto 0;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

@media (max-width: 480px) {
	.modal-loading-wrapper {
		padding: 30px 20px;
		max-width: calc(340px - 40px)
	}
}

.modal-add-note-wrapper {
	padding: 30px;
	max-width: calc(445px - 60px);
	background-color: #ebf5ff;
	margin: 250px auto 0;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

@media (max-width: 480px) {
	.modal-add-note-wrapper {
		padding: 30px 20px;
		max-width: calc(340px - 40px)
	}
}

.modal-dictionary-wrapper {
	padding: 30px;
	max-width: calc(445px - 60px);
	background-color: #ebf5ff;
	margin: 250px auto 0;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

@media (max-width: 480px) {
	.modal-dictionary-wrapper {
		padding: 30px 20px;
		max-width: calc(340px - 40px)
	}
}

.modal-heading {
	display: flex;
	justify-content: space-between
}

.modal-heading__header {
	color: #036fe7;
	font-size: 24px;
	font-weight: 700;
	line-height: normal
}

.modal-heading__close {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding: 0
}

.modal-loading-heading {
	display: flex;
	justify-content: center
}

.modal-loading-heading__header {
	color: #036fe7;
	font-size: 24px;
	font-weight: 700;
	line-height: normal
}

.modal-content-body {
	display: flex;
	flex-direction: column;
	gap: 1px;
	height: 300px;
	overflow-y: scroll
}

.modal-content-body :first-child {
	border-radius: 6px 6px 0 0
}

.modal-content-body :last-child {
	border-radius: 0 0 6px 6px
}

.modal-content-body-item {
	display: flex;
	height: 22px;
	padding: 5px 15px;
	background: #fff
}

.modal-content-body-item__large {
	color: #00254d;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%
}

.modal-content-body-item__medium {
	color: #596d83;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%
}

.modal-content-body-item__small {
	color: #596d83;
	font-size: 14px;
	font-style: italic;
	line-height: 150%
}

.modal-notes-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 336px;
	overflow-y: scroll
}

@media (max-width: 576px) {
	.modal-notes-body {
		height: 492px
	}
}

.modal-notes-body-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px 15px;
	background: #fff;
	border-radius: 6px
}

.modal-notes-body-item__comment {
	color: #88add5;
	font-size: 16px;
	line-height: 150%
}

@media (max-width: 576px) {
	.modal-notes-body-item__comment {
		display: none
	}
}

.body-item-note {
	display: flex;
	gap: 20px
}

@media (max-width: 576px) {
	.body-item-note {
		flex-direction: column;
		gap: 10px
	}
}

.body-item-note__text {
	width: 100%
}

.body-item-note__text p {
	width: 100%;
	color: #00254d;
	font-size: 16px;
	line-height: 150%
}

@media (max-width: 576px) {
	.body-item-note__text p {
		font-size: 14px
	}
}

.body-item-note__comment {
	display: none
}

@media (max-width: 576px) {
	.body-item-note__comment {
		display: block;
		color: #88add5;
		font-size: 14px;
		line-height: 150%
	}
}

.body-item-note-time {
	display: flex;
	flex-direction: column
}

@media (max-width: 576px) {
	.body-item-note-time {
		flex-direction: row;
		gap: 10px
	}
}

.body-item-note-time__date {
	color: #00254d;
	font-size: 14px;
	line-height: 150%
}

.body-item-note-time__hour {
	color: #88add5;
	font-size: 14px;
	line-height: 150%
}

.body-item-note-buttons {
	display: flex;
	gap: 5px
}

@media (max-width: 576px) {
	.body-item-note-buttons {
		gap: 20px
	}
}

.body-item-note-buttons__hide {
	width: 44px;
	height: 44px;
	padding: 10px;
	border-radius: 6px;
	background: #d6e9ff
}

.body-item-note-buttons__delete {
	width: 44px;
	height: 44px;
	padding: 10px;
	border-radius: 6px;
	background: #ffdadd
}

.modal-add-note-body {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.modal-add-note-body__quote {
	color: #00254d;
	font-size: 16px;
	line-height: 150%;
	background: #fff;
	padding: 10px 15px 10px 11px;
	border-left: 4px solid #b6fa96;
	border-radius: 0px 10px 10px 0px
}

.modal-add-note-body__comment {
	color: #88add5
}

.modal-add-note-body__comment::placeholder {
	color: #88add5
}

.modal-add-note-body__button {
	width: 100%;
	height: 48px;
	padding: 10px 20px;
	border-radius: 10px;
	background: #036fe7;
	color: #fff;
	font-family: "Onest", sans-serif;
	font-size: 14px;
	line-height: normal
}

.modal-loading-body {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.modal-loading-body__animation {
	position: relative;
	height: 95px
}

.modal-loading-body__text {
	color: #00254d;
	text-align: center;
	font-size: 16px;
	line-height: 150%
}

.modal-dictionary-body {
	padding: 10px;
	background: #fff;
	border-radius: 0px 10px 10px 0px;
	border-left: 4px solid #b6fa96
}

.modal-dictionary-body__meaning {
	color: #00254d;
	font-size: 16px;
	line-height: 150%
}

.popup {
	width: calc(268px - 40px);
	display: none;
	position: absolute;
	top: 200px;
	left: 40px;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 30px;
	background: #ebf5ff;
	box-shadow: 0px 4px 20px 0px rgba(109, 166, 228, 0.3)
}

.popup .reader-navigation__back {
	display: none
}

.popup h6 {
	display: none
}

.popup--mobile {
	position: fixed;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	transform: none;
	padding: 0;
	border-radius: 0;
	background: #fff;
	height: 100%
}

.popup--mobile .popup-wrapper {
	width: calc(100% - 80px);
	background: #ebf5ff;
	padding: 20px;
	margin: 0 auto;
	border-radius: 8px
}

.popup--mobile .reader-navigation__back {
	display: flex
}

.popup--mobile h6 {
	display: block
}

.popup-form {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.popup-form-font {
	width: 100%;
	height: 44px;
	position: relative;
	display: inline-block
}

.popup-form-font__select {
	width: 100%;
	height: 44px;
	padding: 10px 16px;
	outline: none;
	border: none;
	border-radius: 8px;
	background: #fff;
	appearance: none
}

.popup-form-font::after {
	content: "";
	padding: 8px;
	font-size: 12px;
	position: absolute;
	right: 16px;
	top: 10px;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
	background: url(/static/img/8bbf61b55601d066d699.svg) no-repeat
}

.popup-form-alignment {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #00254d;
	font-size: 14px;
	line-height: normal
}

.popup-form-alignment-buttons {
	display: flex;
	gap: 10px
}

.popup-form-alignment-buttons__button {
	height: 44px;
	border-radius: 8px;
	background: #fff;
	padding: 10px
}

.popup-form-interval {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #00254d;
	font-size: 14px;
	line-height: normal
}

.popup-form-interval-buttons {
	display: flex;
	gap: 5px
}

.popup-form-interval-buttons__button {
	height: 44px;
	border-radius: 8px;
	background: #fff;
	padding: 10px
}

.spinner {
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -47px 0 0 -47px;
	width: 95px;
	height: 95px
}

.spinner .path {
	stroke: #c6ddf5;
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out infinite
}

@keyframes rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

.context-menu {
	display: flex;
	gap: 32px;
	width: fit-content;
	height: 44px;
	color: #F5FAFF;
	background: #00254D;
	border-radius: 10px;
	padding: 0 0 0 30px
}

.context-menu__item {
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.5)
}

.context-menu__item:last-of-type {
	border: none
}

.context-menu-item__text {
	padding: 0 30px 0 10px;
	cursor: default
}

.message {
	display: flex;
	width: 354px;
	padding: 16px;
	justify-content: space-between;
	border-radius: 7px
}

.message__icon {
	height: 24px
}

.message--notification {
	background: #036fe7
}

.message--notification-info {
	width: 280px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.message--notification-info__header {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%
}

.message--notification-info__text {
	color: #fff;
	font-size: 14px;
	line-height: 120%
}

.message--notification__close-button {
	background: transparent;
	width: 24px;
	height: 24px;
	padding: 0
}

.message--error {
	background: #fce7e6
}

.message--error-info {
	width: 280px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.message--error-info__header {
	color: #eb5757;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%
}

.message--error-info__text {
	color: #eb5757;
	font-size: 14px;
	line-height: 120%
}

.message--error__close-button {
	background: transparent;
	width: 24px;
	height: 24px;
	padding: 0
}

.message--success {
	background: #b6fa96
}

.message--success-info {
	width: 280px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.message--success-info__header {
	color: #00254d;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%
}

.message--success-info__text {
	color: #00254d;
	font-size: 14px;
	line-height: 120%
}

.message--success__close-button {
	background: transparent;
	width: 24px;
	height: 24px;
	padding: 0
}

html {
	overflow-x: hidden;
	margin-right: calc(-1 * (100vw - 100%));
	height: 100%;
	scroll-behavior: smooth
}

body {
	height: 100%;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	color: #00254d;
	background: #eaf4ff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 40px;
	font-weight: 500;
	line-height: 150%
}

p {
	color: #596d83
}

a {
	font-size: 16px;
	text-decoration: none
}

button {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	border: none;
	cursor: pointer
}

input {
	height: 26px;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ebf5ff;
	background: #fff;
	font-size: 14px;
	color: #00254d;
	outline: none
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column
}

._container {
	max-width: 68.75%;
	margin: 0 auto
}

@media (max-width: 1600px) {
	._container {
		max-width: 69.375%
	}
}

@media (max-width: 1440px) {
	._container {
		max-width: 92%
	}
}

@media (max-width: 1000px) {
	._container {
		max-width: 92.187%
	}
}

@media (max-width: 768px) {
	._container {
		max-width: 93.75%
	}
}

@media (max-width: 576px) {
	._container {
		max-width: 91.666%
	}
}

@media (max-width: 480px) {
	._container {
		max-width: 94.444%
	}
}

.landing-page {
	background: #036fe7
}

.modal--hidden {
	display: none
}
