/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {padding: 0 var(--main-indent);}
.header {background-color: #eee; padding-top: 30px; padding-bottom: 30px; box-shadow: 0 0 15px rgba(0,0,0,0.3);}
.content {min-height: 100vh; padding: 40px 0 80px 0;}
.footer {background-color: #eee; padding-top: 40px; padding-bottom: 40px;}
.footer__two {padding-top: 40px; margin-top: 40px; border-top: 1px solid #ccc;}
.page-bg {background-color: #fff; padding: 40px;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg-color-third); color: var(--text-color-second); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}

.login__row + .login__caption {margin: -10px 0 30px -5px;}

/* HEADER, NAV
----------------------------------------------- */
.logo {margin-right: 0px; padding-left: 46px; display: inline-block; text-align: left;
	background: url(../images/logo.svg) 0 center / 36px no-repeat;}
.logo div:first-child {font-size: 24px; text-transform: uppercase; font-weight: 700;  
	color: var(--bg-color-second); display: inline-block;}
.logo div + div {color: var(--text-color-second); font-size: 12px; margin-top: 1px;}
.header__menu {background-color: var(--accent-color);}
.header__menu > li {margin-right: 40px; position: relative;}
.header__menu > li > a {height: 80px; text-transform: uppercase; font-weight: 600; color: #fff;
	font-size: 15px; display: flex; align-items: center;}
.header__menu-hidden {background-color: var(--accent-color); box-shadow: 0 20px 20px rgba(0,0,0,0.3); 
	position: absolute; left: -20px; top: 100%; padding: 20px 0; z-index: 50; width: 240px; 
	visibility: hidden; opacity: 0; transform: translateY(30px);}
.header__menu-hidden a {display: block; padding: 10px 30px; color:#fff; font-size: 15px;}
.header__menu-hidden a:hover {background-color: var(--bg-color); color: var(--text-color);}
.header__menu > li:hover > a {color: #fff;}
.header__menu > li:hover .header__menu-hidden {visibility: visible; opacity: 1; transform: translateY(0px);}
.submenu > a:after {content:"\f107"; font-weight: 300; font-family:'Font Awesome 5 Pro'; margin-left:7px; 
	transition: all .2s; display: inline-block;}
li.submenu:hover > a:after {transform: rotate(-180deg) !important}

.header__btn-search {font-size: 18px; cursor: pointer; width: 18px; text-align: center;}
.header__contact-caption {font-size: 14px;}
.header__contact-content {font-size: 16px; margin-top: 6px; height: 22px;}
.header__contact-content a {text-decoration: underline; color: #4834d4;}
.header__contact-content--phone {font-size: 22px; font-weight: 700;}

.header__search {position:relative; border-bottom: 1px solid #e3e3e3; width: 100%; margin-bottom: 30px; padding-bottom: 30px;}
.header__search input, .header__search input:focus {padding: 0; border-radius: 0px; background: none; box-shadow: none;}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 14px;} 
.header__search button {position:absolute; right: 0; top: 0; width: 60px; padding: 0; 
	background: none; color: var(--text-color); font-size: 18px;}


/* SECTION
----------------------------------------------- */
.sect__header {margin-bottom: 40px;}
.sect__title {font-size: 24px; font-weight: 700; text-transform: uppercase; color: #fff;}
.speedbar {font-size: 12px; color: #ccc; margin-bottom: 20px;}
.speedbar a:after {color: var(--primary-text-color); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.speedbar a {color: #eee;}
.sect__subtitle {font-size: 24px; margin-bottom: 40px;}


/* SHORT ITEM
----------------------------------------------- */
.short-item {grid-column: span 2; box-shadow: 0 0 40px rgba(0,0,0,0.5);}
.short-item__link {display: block;}
.short-item__img {height: 170px;}
.short-item__desc {padding: 20px; background-color: #fff;}
.short-item__category {color: var(--accent-color); font-size: 10px; text-transform: uppercase; margin-bottom: 10px;}
.short-item__title {font-size: 18px; font-weight: 600; line-height: 1.3;}
.short-item__text {font-size: 13px; line-height: 1.6; color: var(--text-color-second); margin-top: 10px; -webkit-line-clamp: 3;}

.short-tile {grid-column: span 3; background-color: #000; box-shadow: 0 0 40px rgba(0,0,0,0.5);}
.short-tile__desc {position: relative; z-index: 10; padding: 30px; padding-right: 30%;}
.short-tile__img {min-height: 100%; color: #fff !important;}
.short-tile__img::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; 
	width: 100%; z-index: 5; background: linear-gradient(to right, #090a2c 0%, transparent 100%);}
.short-tile__img img {position: absolute; left: 0; top: 0;}
.short-tile__title {font-size: 18px; font-weight: 600; line-height: 1.5; margin-bottom: 10px; -webkit-line-clamp: 3;}
.short-tile__text {font-size: 13px; line-height: 1.6; -webkit-line-clamp: 3;}
.short-tile__btn {height: 40px; border: 2px solid rgba(255,255,255,0.3); 
	padding: 0 40px; margin-top: 30px; font-size: 15px;}

.short-item:hover .short-item__img {filter:brightness(1.2);}
.short-item:hover .short-item__title {text-decoration: underline;}
.short-tile__img:hover {box-shadow: 0 0 40px rgba(0,0,0,0.2);}
.short-tile__img:hover .short-tile__btn {background-color: #fff; color: #000;}


/* MODAL
----------------------------------------------- */
.modal {max-width:100%; border:10px solid #eee; margin:0 auto; position:relative; z-index:5; margin-bottom: 80px;
	box-shadow: 0px 10px 100px rgba(0,0,0,0.5); width:750px; padding: 40px 80px; background: #fff;}
.modal__title {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.modal__text {font-size: 16px; line-height: 24px; color: var(--text-color-second); margin-bottom: 22px;}
.modal__form {display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); grid-gap: 21px 16px;}
.modal__form-wide {grid-column: 1 / -1;}
.modal__input input {height: 50px; line-height: 50px; padding: 0 27px;}
.modal__hint {font-size: 12px; line-height: 15px; color: var(--text-color-second); padding: 8px 0 0 6px;}
.modal__textarea textarea {height: 94px; padding: 22px 27px;}
.modal__btn {margin-top: 7px; height: 60px;}
.modal__input.is-active {position: relative;}
.modal__input.is-active input {box-shadow: inset 0 0 0 1px var(--accent-color);}

.steps {display: grid; gap: 30px; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); margin-bottom: 60px;}
.step {color: #fff; text-align: center;}
.step .fal {font-size: 38px; margin-bottom: 15px;}
.step__caption {font-weight: 700; text-transform: uppercase; margin-bottom: 25px;}
.step__desc {background-color: #fff; color: #000; box-shadow: 0 0 40px rgba(0,0,0,0.5); padding: 30px 20px; height: 200px;}
.step__title {font-size: 18px; font-weight: 600;}
.step__text {font-size: 13px; line-height: 1.6; margin-top: 10px; color: var(--text-color-second);}
	
	

/* FOOTER, PAGINATION
----------------------------------------------- */
.bimgs {background-color: #01152d; padding-top: 20px;}
.bimgs img {max-height: 100px; max-width: 240px; display: block;}
.img-item {margin: 0 10px 20px 10px;}
.footer__menu a {margin: 0 15px; text-transform: uppercase; font-size: 12px; font-weight: 600;}
.footer__text {font-size: 13px; line-height: 1.6; margin-left: 30px;}

.pagination {text-align: center; padding-top: 10px;}
.pagination__btn-loader a, .pagination__btn-loader span {display: inline-flex; justify-content: center; align-items: center; 
	height: 60px; padding: 0 105px; background: var(--accent-color); color: #fff; 
	font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 2px;}
.pagination__btn-loader::before, .pagination__btn-loader::after {content: ''; flex: 1 1 0; min-width: 20px;
	height: 1px; background-color: var(--accent-color); margin-right: 40px;}
.pagination__btn-loader::after {margin: 0; margin-left: 40px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 60px; 
	padding: 0 10px; min-width: 60px; background-color: #fff; 
	font-size: 18px; border: 1px solid #fff; font-weight: 600;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover  
{background: var(--accent-color); color: #fff; border-color: var(--accent-color);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}


/* INNER PAGE
----------------------------------------------- */
.page__poster {height: 360px; margin-top: 20px;}
.page__poster::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; 
	width: 100%; z-index: 5; background: linear-gradient(to right, #090a2c 0%, transparent 100%);}
.page__header {position: absolute; z-index: 10; left: 40px; top: 40px; bottom: 40px; right: 40%; color: #fff;}
.page__header h1 {font-size: 30px; line-height: 1.6; font-weight: 700;}
.page__meta a {color: #fff; opacity: 0.6;}
.page__meta-item {margin-right: 40px; font-size: 12px;}
.page__meta-item--author {font-weight: 600; text-transform: uppercase; letter-spacing: 2px;}
.page__date {opacity: 0.6; font-size: 12px;}
.page__cols {background-color: #eee; margin-bottom: 40px;}
.page__col-left {background-color: #fff; padding: 40px;}
.page__col-right {width: 240px; margin: 0 60px; padding: 40px 0; padding-top: 20px;}
.page__text {padding-left: 40px;}
.page__tags {margin-top: 30px; margin-bottom: -20px;}
.page__tags .fal {height: 30px; line-height: 30px; margin: 10px 10px 0 0;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; margin: 10px 10px 0 0;
	color: var(--text-color-second); border: 1px solid #bed0dd;}
.page__tags a:hover {background-color: var(--text-color-second); border-color: var(--text-color-second); color: #fff;}

.page__prev-next {padding: 40px 0 20px 0;}
.page__prev-next-link {line-height: 1.5; font-size: 13px; display: block; margin-bottom: 20px;}
.page__prev-next-link div {font-size: 10px; text-transform: uppercase; color: var(--text-color-second); margin-bottom: 5px;}
.page__side-box {margin-top: 20px;}
.page__side-box + .page__side-box {margin-top: 40px;}
.page__side-box-title {font-size: 18px; font-weight: 600; margin-bottom: 40px;}
.popular-item {margin-bottom: 20px;}
.popular-item__img {width: 60px; height: 60px; margin-right: 20px;}
.popular-item__title {line-height: 1.4; -webkit-line-clamp: 3;}
.popular-item:hover, .page__prev-next-link:hover {text-decoration: underline;}
.sect--related {margin-bottom: 40px;}
.sect--related .popular-item {margin: 0;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text, .full-text * {text-align: left !important;}
.full-text {line-height: 1.7; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #eb4d4b; position: absolute; top: 4px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: #eb4d4b; color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: #eb4d4b; 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px; font-weight: 600;}
.full-text h2 {font-size: 21px;}
.full-text h3 {font-size: 18px;} 


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 40px; display: none;}
.page__comments-title {font-size: 24px; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--text-color-second); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 20px; padding-bottom: 0; border: 5px solid #e1ebf3;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; background: none; margin-top: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 600; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #e3e3e3;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 600; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 600; font-size: 14px;}
.comment-item__date {color: var(--text-color-second); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0;}
.comment-item__rating {white-space: nowrap; font-size: 12px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; text-decoration: underline; font-weight: 400; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--text-color-second);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--text-color-second);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 600; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--text-color-second); margin-left: 10px; font-weight: 400; color: var(--text-color-second);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--text-color-second);}
.login__caption {font-size: 14px; color: var(--text-color); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent-color);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 10px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: #eee; color: #000;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 0; display: block; background: none;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px; color: #000;}
.mobile-menu .header__menu-hidden {width: 100%; height: auto; display: block; position: relative; left: 0; top: 0;
	width: calc(100% + 40px); margin: 15px -20px; opacity: 1; visibility: visible; transform: none;}
.mobile-menu .header__btn-login {width: 100%; margin: 20px 0 0 0;}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.wrapper-main {padding-left: 20px; padding-right: 20px;}
	.header__menu, .sect__menu, .header .header__btn-login {display: none;}
	.header {padding-top: 15px; padding-bottom: 15px;}
	.header__search {margin-bottom: 15px; padding-bottom: 15px;}
	.header__btn-menu {cursor: pointer; font-size: 30px; margin-left: 20px; color: var(--accent-color);
		height: 40px; display: flex; align-items: center; justify-content: center;}
	.short-tile {grid-column: 1 / -1;}
	.short-item {grid-column: span 1;}
	#dle-content, .d-grid {grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); grid-gap: 20px 20px;}

	.page__cols, .page__poster {margin-left: -20px; margin-right: -20px;}
	.page__col-right {margin-left: 40px; margin-right: 40px;}
	.page__text {padding-left: 0;}
	.page__error {display: none;}
	.page__text22 .quote {margin-left: -40px;}
	.page__subscribe-form {margin-left: 20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.header__logo {width: 100%; margin-bottom: 20px;}
	.footer__one, .footer__two {display: block; text-align: center; background-image: none;}
	.footer__menu, .footer__menu-soc {justify-content: center;}
	.footer__menu a {display: inline-block; margin: 0 10px 20px 10px;}
	.footer__menu-soc a {display: inline-block; margin: 0 10px;}
	.footer__text {margin: 20px 0 0 0;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	
	.page__header {right: 40px;}
	.page__col-right {width: 100%; margin: 0; margin-top: 20px; padding-left: 20px; padding-right: 20px;}
	.page__prev-next {padding: 0; position: static;}
	.page__side-box {margin-top: 40px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.page-bg {padding-left: 20px; padding-right: 20px; margin-left: -20px; margin-right: -20px;}
	.pagination__btn-loader::before {margin-right: 20px;}
	.pagination__btn-loader::after {margin-left: 20px;}
	.pagination__btn-loader a, .pagination__btn-loader span {padding: 0 30px;}
	.sect__header::before, .sect__header::after {display: none;}

	.page__poster {height: 240px;}
	.page__header {left: 20px; right: 20px; bottom: 20px; top: 20px;}
	.page__header h1 {font-size: 24px;}
	.page__meta-item {margin-right: 20px;}
	.page__col-left {padding-left: 20px; padding-right: 20px;}
	.page__intro, .page__text .quote, .page__subscribe {margin-left: -20px; margin-right: -20px; padding-right: 20px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	.page__subscribe-form {min-width: 100%; margin: 20px 0 0 0;}
	.page__subscribe-form button {padding: 0; width: 40px;}
	.add-comments-form.form {margin-left: 0; margin-right: 0;}
	.page__comments-list:not(.page__comments-list--not-comments) {margin-left: -20px; margin-right: -20px; 
		border-left: 0; border-right: 0;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social {padding-left: 20px; padding-right: 20px;}
	.header .header__btn-login {font-size: 0; padding: 0; letter-spacing: normal; 
		background: none; color: var(--text-color); margin-left: 10px;}
	.header .header__btn-login .fal {font-size: 18px; margin: 0; line-height: 30px;}
    .step__desc {height: auto;}

	.page__rating a + a {margin: 0;}
	.page__meta, .page__date {font-size: 12px;}
	.page__btn-comments {width: 100%; margin: 0; margin-top: 20px;}
	.page__header h1 {line-height: 1.3;}
	.page__meta {height: 15px; overflow: hidden;}
    .page-bg .page-bg {padding: 0; margin: 0;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.header__logo div {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} 
	.header__logo {display: flex; flex-direction: column; justify-content: center;}
	.logo div:first-child {font-size: 18px;}
	.header__contact {min-width: 100%; max-width: 100%; padding-top: 10px; margin: 0; 
		white-space: nowrap; order: 10;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 160px; height: 50px; margin: 0;}
	.header__btn-search {margin-left: 20px;}
	.header__contact-content {font-size: 15px;}
	.sect__title {font-size: 18px;}
	.short-tile__desc {padding: 20px;}
	.modal {padding: 20px;}
	.modal__title {font-size: 18px; margin-bottom: 16px;}
}	