/* общие */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Prata&display=swap');

*,
*::after,
*::before {
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	font-family: "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
}

.col-2 {
	flex: 0 0 25%;
}

.col-3 {
	flex: 0 0 35%;
}

.col-4 {
	flex: 0 0 48%;
}

.col-5 {
	flex: 0 0 49.8%;
}

.col-6 {
	flex: 0 0 60%;
}

.col-7 {
	flex: 0 0 65%;
}

.col-8 {
	flex: 0 0 75%;
}

@media (max-width: 992px) {
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7 {
		flex: 0 0 100%;
	}
}

p {
	margin: 0;
}

.not-active {
	color: #808080 !important;
	font-weight: 500;
}

.ff-prata {
	font-family: "Prata", serif;
}

.ff-m {
	font-family: "Montserrat", sans-serif;
}

.f-header {
	font-family: "Prata", serif;
	font-size: 40px;
}

.fs-18 {
	font-size: 18px;
}

.f-txt {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #555;
}

.container {
	max-width: 1200px;
	padding-right: 16px;
	padding-left: 16px;
	margin: auto;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.aling-bottom {
	align-items: flex-end;
}

.align-start {
	align-items: flex-start;
}

.img-box {
	max-width: 100%;
	
}

.img-box img {
	width: 100%;
	height: auto;
}

.flex-column {
	padding-right: 16px;
	padding-left: 16px;
}

.block-wrapper {
	padding: 80px 0;
}

.btn-danger {
	background: #F5222D;
	color: #fff !important;
}

.wh-container {
	position: relative;
	background: #fff;
	width: 100%;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.page-header-container {
	background: #fff;
	border-radius: 12px;
	padding: 10px 20px;
	position: relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.clr-gray {
	color: #808080 !important;
	border-color: #808080 !important;
}

/*.cst-mr{
  margin-right: 40px;
} */
.mt-2 {
	margin-top: 2rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.search {
	background: transparent;
	border: none;
	outline: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.search:focus {
	background: transparent;
	border: none;
	outline: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.search::placeholder {
	font-size: 32px;
	font-weight: 600;
}

.btn:focus {
	outline: none;
	border: 0;
}

.tags .nav-link {
	padding: 5px 20px;
	border: 2px solid #000000;
	border-radius: 20px;
	font-weight: 600;
}

.col-7 .container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

@media (max-width: 992px) {
	
	.container {
		padding: 0 8px;
	}
	
	.f-header {
		font-size: 20px;
	}
	
	.block-wrapper {
		padding: 40px 0;
	}
	
	.search::placeholder {
		font-size: 24px;
	}
}

/* Эффект подчеркивания при наведении */
.hover-txt {
	text-decoration: none;
	position: relative;
}

.hover-txt::before {
	content: "";
	background-color: #555;
	transition: 0.4s ease-out;
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.hover-txt:hover::before, .nav-link.active .hover-txt::before {
	width: 100%;
}

.my-nav .hover-txt::before {
	background-color: #fff;
}

/* навигация */
.my-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding-top: 40px;
}

.logo {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
}

.l-name {
	margin-left: 40px;
}

.my-nav-links ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.my-nav-links li {
	list-style: none;
}

.my-nav-links li a {
	text-decoration: none;
	color: white;
	padding: 1rem 1.5rem;
	display: block;
	font-size: 15px;
}

.footer-d .cst-nav-link {
	font-size: 13px !important;
}

/* шапка  */
.header-wrapper {
	background-image: url(image/banner-new.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #000;
	min-height: 100vh;
}

.header {
	min-height: 730px;
	align-items: flex-end;
}

/*           */
.header-flex {
	display: flex;
	flex-direction: column;
}

.header-txt {
	max-width: 530px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.4;
}

.header-txt .fs-18 {
	line-height: 1.8;
}

.header-mob {
	display: none;
}

.header-tab {
	display: none;
}


.fs-50 {
	font-size: 45px;
}

.c-txt {
	text-align: center;
}

.hcl-txt {
	display: flex;
	margin: auto;
	width: fit-content;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.hc-txt {
	text-align: center;
}

.hl-txt {
	text-align: left;
}

.hr-txt {
	text-align: right;
}

.header-mob {
	padding-bottom: 40px;
}

.header-mob .header-txt {
	margin-top: -70px;
}

.header-mob .fs-18 {
	font-size: 4vw;
}

.header-mob .fs-50 {
	font-size: 9vw;
}

@media (max-width: 1100px) {
	.header-wrapper {
		display: none;
	}
	
	.header-tab {
		display: flex;
		justify-content: space-between;
		background: #05070b;
		align-items: center;
	}
	
	.header-mob {
		display: none;
	}
}

@media (max-width: 700px) {
	.header-wrapper {
		display: none;
	}
	
	.logo {
		font-size: 20px;
		padding-top: 20px;
	}
	
	.header-mob {
		display: block;
		background: #05070b;
	}
	
	.header-tab {
		display: none;
	}
}

/*           */


/* sidebar */
.nav-wrapper {
	position: relative;
	display: none;
}

.nav-container {
	min-height: 60px;
	background: #05070b;
}

.nav {
	width: 50px;
	height: 50px;
	background: #0303039c;
	border-radius: 100px;
	position: fixed;
	z-index: 1000;
	right: 16px;
	top: 20px;
}

.logo-mob {
	position: absolute;
	left: 16px;
}

.menu {
	list-style: none;
	padding-left: 0;
}

.nav .trigger {
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translate(0, -50%);
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 12px;
}

.nav .trigger span {
	position: relative;
	width: 100%;
	height: 2px;
	transform: translateY(6px);
	background-color: #fff;
	display: block;
	border-radius: 9px;
}

.nav .trigger span::before,
.nav .trigger span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	border-radius: 9px;
}

.nav .trigger span::before {
	transform: translateY(-12px);
}

.nav .trigger span::after {
	transform: translateY(12px);
}

.trigger span {
	transition: all 0.3s linear;
}

.trigger.active span {
	background-color: transparent;
}

.trigger span:before {
	animation: downAndTurnReverse 0.5s linear both;
}

.trigger.active span:before {
	animation: downAndTurn 0.5s linear both;
}

.trigger span:after {
	animation: upAndTurnReverse 0.5s linear both;
}

.trigger.active span:after {
	animation: upAndTurn 0.5s linear both;
}

@keyframes downAndTurn {
	0% {
		transform: translateY(-12px) rotate(0deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(0px) rotate(45deg);
	}
}

@keyframes downAndTurnReverse {
	0% {
		transform: translateY(0) rotate(45deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(-12px) rotate(0deg);
	}
}

@keyframes upAndTurn {
	0% {
		transform: translateY(12px) rotate(0deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(0px) rotate(-45deg);
	}
}

@keyframes upAndTurnReverse {
	0% {
		transform: translateY(0px) rotate(-45deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.sidebar {
	position: fixed;
	top: 0;
	right: 0;
	width: 320px;
	max-width: 90%;
	height: 100%;
	color: #fff;
	z-index: 500;
	background: #111;
	transition: transform 0.5s;
	transform: translateX(100%);
	overflow-y: auto;
	padding: 32px;
	overflow-x: hidden;
}

@media (max-width: 320px) {
	.sidebar {
		padding: 24px;
	}
}

.sidebar .menu li {
	margin: 30px 0;
}

.sidebar .menu li:nth-child(1) {
	margin-top: 80px;
}

.sidebar .menu li a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	transform: translateX(150px);
}

@media (max-width: 320px) {
	.sidebar .menu li a {
		font-size: 20px;
	}
}

.sidebar .menu li:nth-of-type(1) {
	transition: all 1.1s ease-out;
}

.sidebar .menu li:nth-of-type(2) {
	transition: all 1.2s ease-out;
}

.sidebar .menu li:nth-of-type(3) {
	transition: all 1.3s ease-out;
}

.sidebar .menu li:nth-of-type(4) {
	transition: all 1.4s ease-out;
}

.sidebar.show {
	transform: translateX(0);
	box-shadow: -10px 0px 35px rgba(124, 130, 141, 0.3);
}

.sidebar.show .logo {
	transform: translateX(0);
}

.sidebar.show .menu li {
	transform: translateX(0);
}

@media (max-width: 1100px) {
	.nav-wrapper {
		display: block;
	}
}

/* контент */
.content-fl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	text-align: justify;
	font-weight: 300;
	padding-top: 50px;
}

.first-letter {
	font-size: 110px;
	padding-top: 10px;
	line-height: 0;
}

.content {
	font-size: 15px;
	text-align: justify;
	font-weight: 300;
	line-height: 180%;
}

.lh180 {
	line-height: 180%;
}

.pd-20 {
	padding-bottom: 20px;
}

.name {
	font-size: 64px;
	color: #000;
	padding-bottom: 20px;
}

.first-letter-mob {
	display: none;
}

.content a {
	color: #000;
}

.content-fl a {
	color: #000;
}

@media (max-width: 992px) {
	.content-fl {
		display: block;
		padding-top: 20px;
		text-align: left;
	}
	
	.first-letter {
		display: none;
	}
	
	.first-letter-mob {
		display: inline;
	}
	
	.name {
		font-size: 34px;
	}
	
	.content {
		text-align: left;
	}
}

/* книга */
.book {
	padding: 20px 0;
	background-image: url(image/book-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.book-header {
	color: #fff;
	padding-bottom: 80px;
}

.book-btn a {
	border-radius: 90px;
	background-color: #ff1010;
	padding: 20px 80px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 992px) {
	.book {
		background-image: none;
		background: #000;
	}
	
	.book-btn {
		margin-bottom: 20px;
		display: flex;
	}
	
	.book-btn a {
		margin: auto;
		border-radius: 50px;
		padding: 10px 80px;
		font-size: 18px;
	}
	
	.book-header {
		text-align: center;
		padding-bottom: 20px;
	}
}

/*проекты*/
.project-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 10px;
	border-bottom: 1px solid #ccc;
}

.projects {
	padding-bottom: 30px;
}

.project-block-link {
	text-decoration: none;
	color: #000;
}

.project-container {
	max-width: 1200px;
	margin: auto;
}

.inner-fl {
	display: flex;
	align-items: center;
}

.project-img {
	margin-right: 30px;
	max-width: 110px;
	width: 100%;
}

.project-link {
	text-align: right;
}

.project-link a {
	color: #555;
	text-decoration: none;
}

.project-subheader {
	color: #555;
	padding-bottom: 10px;
	font-size: 15px;
}

.project-header {
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: 300;
}

.project-txt {
	font-size: 15px;
	color: #555;
	font-weight: 300;
	line-height: 160%;
}

.bt {
	border-top: 1px solid #ccc;
}

.no-bb {
	border-bottom: none;
}

@media (min-width: 992px) {
	.projects {
		margin-left: 150px;
	}
}

@media (max-width: 992px) {
	.project-container {
		padding: 0 20px;
	}
	
	.projects {
		padding: 30px 0;
	}
	
	.project-header {
		font-size: 20px;
	}
	
	.project-wrapper {
		display: block;
	}
	
	.inner-fl {
		display: block;
	}
	
	.project-link {
		text-align: left;
	}
	
	.project-img {
		max-width: 130px;
		margin-bottom: 15px;
	}
	
	.project-txt {
		padding-bottom: 15px;
	}
}

/* companies */
.companies {
	background: #f2f2f2;
}

.companies-container {
	padding: 40px 0;
	max-width: 894px;
	margin: auto;
}

.companies-header {
	padding-bottom: 20px;
}

.companies-img {
	margin-top: 40px;
}

.only-mob {
	display: none !important;
}

@media (max-width: 992px) {
	.companies-container {
		padding: 20px;
	}
	
	.only-d {
		display: none !important;
	}
	
	.only-mob {
		display: block !important;
	}
}

/*video*/
.v-wrapper {
	margin: 30px 0;
}

.block-v-header {
	font-size: 60px;
}

.jc-center {
	justify-content: center;
}

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #000;
}

.videoWrapper43 {
	padding-top: 75%;
}

.videoWrapper169 {
	padding-top: 56%;
}

.videoIframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.videoPoster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.videoPoster:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	border: 5px solid #fff;
	border-radius: 100%;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}

.videoPoster:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -23px 0 0 -15px;
	border-left: 40px solid #fff;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
	border-color: #f00;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
	border-left-color: #f00;
}

.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}

.v-block .f-txt {
	padding: 20px 0 10px 0;
}

.v-block .f-header {
	padding-bottom: 30px;
}

@media (max-width: 992px) {
	.block-v-header {
		font-size: 32px;
	}
	
	.videoWrapper169 {
		padding-top: 54%;
	}
	
	.videoWrapper {
		margin-bottom: 20px;
	}
	
	.pd-10 {
		padding: 0;
	}
	
	.v-block .f-txt {
		padding: 0;
	}
}

/* СОТРУДНИЧЕСТВО */
.form-header {
	font-size: 52px;
	font-family: "Prata", serif;
	padding-top: 30px;
}

.cooperation {
	background: #f0f0f0;
}

.c-form form {
	margin-top: 20px;
}

.press {
	padding: 20px 0;
}

.press span {
	font-size: 36px;
	font-family: "Prata", serif;
	padding-right: 30px;
}

.press a {
	font-size: 20px;
	color: #555;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
}

.c-form .hover-txt::before {
	background-color: #555;
}

.c-hr {
	border-top: 2px solid #fff;
}

.form-container {
	background: #fff;
	width: 100%;
	padding: 10px;
}

.form-fl {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-input label {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #555;
	font-size: 16px;
}

.form-input input {
	border: none;
	width: 100%;
	outline: 0;
	border-bottom: 1px solid #000;
	padding: 30px 10px;
	margin-bottom: 10px;
}

.form-input label[for="about"] {
	min-height: 230px;
}

.sub-fl {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.submit-btn input[type="submit"] {
	background: none;
	font-size: 43px;
	border: none;
	outline: none;
	font-family: "Prata", serif;
	padding: 0;
	cursor: pointer;
}

.sub-fl label[for="sub"],
.sub-fl label[for="sub"] a {
	font-family: "Montserrat", sans-serif;
	color: #555;
}

@media (max-width: 992px) {
	.form-header {
		font-size: 25px;
	}
	
	.form-input label[for="about"] {
		min-height: 100px;
	}
	
	.sub-fl label[for="sub"] {
		padding: 20px 0;
		font-size: 14px;
	}
	
	.submit-btn {
		margin-top: 20px;
	}
	
	.submit-btn input[type="button"] {
		font-size: 30px;
	}
	
	/*футер*/
}

.my-footer .logo,
.my-footer .my-nav-links a {
	color: #000;
}

.my-footer-fl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 40px;
}

.my-footer .my-nav-links {
	margin: auto;
}

.my-footer-sm ul {
	list-style: none;
	display: flex;
	gap: 20px;
}

.my-footer-sm img {
	max-width: 30px;
}

.copyright {
	font-size: 18px;
	color: #7a7a7a;
}

@media (max-width: 992px) {
	.my-footer-fl .my-nav-links ul {
		display: block;
	}
	
	.my-footer .logo {
		margin-bottom: 20px;
	}
	
	.my-footer .my-nav-links {
		margin-left: 0;
	}
	
	.my-footer .my-nav-links li a {
		padding: 0.5em 1rem;
	}
	
	.my-footer-sm ul {
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}
	
	.my-footer-mob-fl {
		flex-direction: column-reverse;
	}
}


.cst-nav-link {
	font-family: "Prata", serif;
	font-size: 14px;
}

@media (max-width: 992px) {
	.cst-nav-link {
		text-align: center;
	}
	
	.my-nav-toggler {
		border: none;
		outline: none;
	}
	
	.my-nav-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
	}
}

.card {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	
	border: none;
}

.card a {
	text-decoration: none;
	color: #000;
}

.footer-cr {
	
	font-size: 11px;
	color: #808080;
	
}

.my-footer-mob {
	display: none;
}

@media (max-width: 992px) {
	.footer-d {
		display: none;
	}
	
	.my-footer-mob {
		display: block;
	}
	
	.my-footer-mob .my-nav-links ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.my-footer-mob .my-footer .my-nav-links {
		margin-left: auto;
		text-align: center;
	}
	
	.if-cont {
		margin-bottom: 15px;
		
	}
}


/*.rev-avatar {*/
/* line-height: 50px;*/
/* display: flex;*/
/* justify-content: center;*/
/* align-items: center;*/
/* background: #71AAC0;*/
/* border-radius: 100%;*/
/* color: #fff;*/
/* font-size: 19px;*/
/* font-weight: 600;*/
/* margin-right: 10px;*/
/*}*/

/*.rev-avatar{*/
/*  max-width: 50px;*/
/*  margin-right: 10px;*/
/*  background: #71AAC0;*/
/*  border-radius: 100%;*/
/*}*/

.rev-avatar img {
	max-width: 50px;
	border-radius: 100%;
	margin-right: 10px;
}

.page-header {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0;
}

.page-subheader {
	font-size: 24px;
	font-weight: 600;
}

@media (max-width: 760px) {
	.page-header {
		font-size: 24px;
	}
}

@media (max-width: 992px) {
	.reverse-mob {
		flex-direction: column-reverse !important;
	}
	
	.col-7 {
		width: 100%;
	}
}

.catalog-cards-sticker {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	right: 20px;
}

.bestseller-sticker {
	background: #F9F1E2;
	border: 1px solid #FCCE72;
	border-radius: 50px;
	color: #FCCE72;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px;
	width: fit-content;
	margin-bottom: 4px;
}

.sale-sticker {
	background: #F8E3E5;
	border: 1px solid #F5222D;
	border-radius: 50px;
	color: #F5222D;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px;
	width: fit-content;
	margin-bottom: 4px;
}

.catalog-book-image {
	margin: auto;
	padding-top: 20px;
}

.rub-icon {
	margin-right: 7px;
}

.rub-icon svg {
	vertical-align: middle;
}

.rub-num {
	color: #808080;
	margin-right: 30px;
}

.rub-name {
	font-size: 18px;
	font-weight: 600;
}

.book-banner {
	margin-right: 16px;
	margin-left: 16px;
}

.banner img {
	border-radius: 12px;
}

@media (max-width: 992px) {
	.book-banner {
		margin-right: 12px;
		margin-left: 12px;
	}
}


/*form auth*/
.form-container {
	max-width: 780px;
	padding-right: 16px;
	padding-left: 16px;
	
	margin: auto;
}

.form-card {
	/* min-height: 500px; */
	background: #f0f0f3;
}

/* .reg-form .form-card {
  min-height: 700px;
} */
.auth-form {
	border-radius: 12px;
	background: #f0f0f3;
}

.form-banner {
	background: #000;
	/* min-height: 500px; */
	border-radius: 12px 0 0 12px;
}

/* .reg-form .form-banner {
  min-height: 700px;
} */

.form-banner img {
	margin: auto;
	/* max-width: 260px; */
}

.auth-form input {
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
	min-height: 60px;
}

.auth-form input::placeholder {
	color: #959595;
	font-size: 14px;
}

.auth-form button {
	width: 100%;
	min-height: 60px;
	border-radius: 60px;
	font-size: 20px;
	font-weight: 600;
}

.inner-addon {
	position: relative;
}

.inner-addon .glyphicon {
	position: absolute;
	padding: 0 15px 15px 15px;
	pointer-events: none;
}

.left-addon .glyphicon {
	left: 5px;
	top: 26%;
}

.left-addon input {
	padding-left: 40px;
}

.auth-form-link a {
	font-size: 14px;
	color: #3a3a3a;
}

.sm-icon {
	margin-left: 15px;
}

@media (max-width: 992px) {
	.form-card {
		min-height: auto;
		padding: 40px 0;
	}
	
	.sm-icon {
		margin-left: 8px;
	}
}


/*pagination*/

.page-item {
	display: flex;
	align-items: center;
}


/*.page-item a:first-child,*/
/*.page-item a:last-child {*/
/*  border-radius: 40px !important;*/
/*}*/


.page-item a {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
	border-radius: 100% !important;;
	margin: 0 10px;
	border: none;
}

.first-end-page a {
	border-radius: 40px !important;
}

.page-link {
	color: #000;
	font-weight: 500;
}

.active > .page-link,
.page-link.active {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.page-link:focus,
.page-link.active:focus {
	background: #fff;
	color: inherit;
}

.page-link:hover {
	color: #000;
}

.page-link svg {
	vertical-align: middle;
}

@media (max-width: 760px) {
	.pagination {
		justify-content: center;
	}
	
	.pag-ab-txt {
		display: none;
	}
	
	.page-item a {
		width: 35px;
		height: 35px;
		display: flex;
		border: none;
		align-items: center;
		justify-content: center;
	}
	
	.first-end-page a,
	.first-end-page a {
		border-radius: 100% !important;
		padding: 6px;
	}
}

.books-nav {
	background: #fff;
	padding: 12px 20px;
	background: #ffffff;
	width: fit-content;
	border-radius: 40px;
	
}

.books-nav a {
	text-decoration: none;
	color: #808080;
	font-weight: 500;
	transition: all 0.4s linear;
}

.books-nav a:hover {
	color: #000;
}

.books-nav a svg {
	vertical-align: middle;
	margin: 0 18px;
}

.books-nav a.active {
	color: #000;
}

@media (max-width: 760px) {
	.books-nav a svg {
		margin: 0 5px;
	}
	
	.books-nav a {
		font-size: 14px;
	}
	
	.materials-detail {
		margin: auto;
		
	}
	
	.fl-mob-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.cst-mr-mob {
		margin-top: 2rem !important;
	}
}

.navbar-toggler:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: none !important;
	border: 0;
}

.accordion-item {
	border: 0;
}

.modal-header {
	border-bottom: 0;
}

.modal-footer {
	border-top: 0;
	padding-bottom: 1.5rem;
}

.modal-body {
	padding: 0.5rem 1rem;
}

.article-container iframe {
	max-width: 100%;
	max-height: 100%;
}