/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding: 60px 0;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {
	min-height: 106vh;
	display: grid;
	grid-template-columns: 314px minmax(0,1fr);
	grid-template-rows: min-content 1fr min-content;
	grid-template-areas:
	"side header"
	"side main"
	"footer footer";
	}
.header {position: relative;z-index: 1;grid-area: header;padding: 20px var(--indent);gap: 20px;}
.col-left {grid-area: side;position: relative;padding-top: 80px;}
.col-main {grid-area: main; min-height: 100vh; display: flex; flex-direction: column;}
.footer {grid-area: footer; padding: 53px var(--indent); line-height: 1.375; font-size: 16px; gap: 15px;}
.content {padding: 60px var(--indent); gap: 20px; flex: 1 0 min-content; min-height: min-content;}
.footer__alert {width: 446px; position: relative; padding-left: 66px;}
.footer__alert::before {content: ''; width: 50px; height: 50px; position: absolute; left: 0; top: 50%; 
	background: url(../images/18.svg) no-repeat; transform: translateY(-50%);}
.col-left::before {content: ''; width: 80px; height: 100%; position: absolute; right: 0; top: 0; 
	background: linear-gradient(90deg, #AF2058 0%, #710832 100%); opacity: 0.2;}


/* HEADER
----------------------------------------------- */
.logo {display: flex; align-items: center; justify-content: center; height: 38px; min-width: 161px;}
.header__logo {position: absolute; top: 50%; left: -314px; width: 314px; margin: 0; transform: translateY(-50%);}
.header__logo img {display: block; width: auto; height: 38px; max-width: 100%; max-height: 38px;}
.header__btn {height: 52px; padding: 0 30px; gap: 14px; font-size: 18px;}
.header__btn--login.is-active {box-shadow: inset 0 0 20px rgba(0,0,0,0.4);}

.header__search form {position: relative; max-width: 438px;}
.header__search input[type="text"], .header__search input[type="text"]:focus {
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	border-bottom: 1px solid #E0DFDF;
	height: 39px;
	line-height: 51px;
	font-size: 14px;
	padding: 0;
	padding-left: 40px;
	}
.header__search input[type="text"]:not(:focus)::placeholder {color: var(--tt-grey); opacity: 1; font-size: 18px;}
.header__search button {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	background: none;
	padding: 0;
	padding-top: 0px;
	}
    .header__search button img {position: relative; top: -2px;} 

/* SECTION
----------------------------------------------- */
.descr-top {padding: 60px var(--indent); position: relative; padding-right: calc(var(--indent) + 450px);}
.descr-top h1 {font-size: 50px; margin-bottom: 29px;}
.descr-top p, .descr-bottom p {line-height: 1.88;}
.descr-top p a, .descr-bottom a, .descr-top p span, .descr-bottom span {font-weight: 500;}
.descr-top__caption {width: 386px; position: absolute; right: var(--indent); top: 152px; 
	font-size: 16px; line-height: 1.375; padding: 33px 45px; padding-left: 91px; 
	background-image: url(../images/info.svg); background-position: 35px center; background-repeat: no-repeat;}
.descr-bottom {padding: 60px var(--indent); display: grid; gap: 30px;}
.descr-bottom h1, .descr-bottom h2, .descr-bottom h3 {font-size: 34px; padding-top: 20px;}
.descr-bottom > *:first-child {padding-top: 0 !important;}
.megacaption {padding: 10px 138px 10px 80px; gap: 10px; min-height: 160px;}
.megacaption__title {font-size: 30px; font-weight: 500; line-height: 1.2;}
.sect {margin-bottom: 60px;}
.sect__title {font-size: 34px; font-weight: 500;}
.sect__header {margin-bottom: 40px;}
.descr-top--no-caption {padding: 20px var(--indent) !important;}
.descr-top--no-caption h1.d-flex {gap: 10px;}
.descr-top--only-title h1 {margin: 0 !important;}
.descr-top--inner {margin: -60px var(--indent-negative) 0px var(--indent-negative);}
.form.descr-top {margin-bottom: -60px !important; padding-bottom: 60px !important;}
.descr-top ul li + li, .descr-bottom ul li + li {margin-top: 10px;}
.descr-top ul li, .descr-bottom ul li {position: relative; padding-left: 30px; margin-left: 15px; line-height: 1.8;}
.descr-bottom ul li::before {position: absolute; left: 0; top: 4px; width: 16px; height: 16px; 
    background: url(../images/check1.svg) 0 0 / contain no-repeat; content: '';}
.message-info ul li::before {position: absolute; left: 0; width: 20px; height: 20px; 
    background: url(../images/check1.svg) 0 0 / contain no-repeat; content: '';} 
.message-info ul li::before {position: relative; padding-left: 25px; line-height: 1.8;}
.message-info h5 {font-size: 20px; margin-bottom: 10px; padding-right: 40px;}
.message-info p {margin-bottom: 10px; margin-top: 10px;}
.message-info { background-color: #ffe6f0 !important; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important; border: 1px solid #ad1f57 !important; margin-bottom: 40px !important; }
.is-userinfo-welcome-hidden .message-info-userinfo {display: none !important;}
.message-info-userinfo .message-info__actions {display: flex; margin-top: 20px;}
.message-info.message-info-pm {
    margin-bottom: 0px  !important;;
}

/* SHORT STORY
----------------------------------------------- */
.item__header {width: 100%; padding: 22px 30px; gap: 19px;}
.item__name {font-size: 24px; font-weight: 500; line-height: 24px;}
.item__age {font-size: 16px;}
.item__fav {width: 24px; height: 22px; position: relative; top: 2px; cursor: pointer; transition: all .2s linear;}
.item__fav--grey {opacity: 0.2; filter: grayscale(1);}
.item__img {width: 180px; min-height: 290px; padding: 0; display: block;}
.item__checked {position: absolute; left: 8px; bottom: 8px; right: 8px; z-index: 3; 
	text-align: center; font-size: 16px; line-height: 30px; border-radius: 2px;}
.item__desc {padding: 30px 30px;}
.item__phone {font-size: 22px; font-weight: 500; display: inline-block; padding: 3px 0 8px;}
.item__district, .item__schedule {font-size: 16px; margin-top: 20px; line-height: 18px; padding-left: 28px; 
	background: url(../images/i-map.svg) left center no-repeat;}
.item__schedule {background-image: url(../images/i-time.svg);}
.item__info {margin-top: 28px; display: grid; gap: 20px; font-size: 16px;}
.item__info li {display: flex; align-items: center; gap: 9px;}
.item__info li > span:first-child {display: flex; align-items: center; flex: 1 1 auto; gap: 9px;}
.item__info li > span:first-child::after {content: ''; display: block; flex-grow: 1;
	border-bottom: 1px dashed rgba(151, 151, 151, 0.4); height: 1px;}
.item__views {gap: 8px; font-size: 1.125em;}
.item__position-badge {
	min-width: 42px; height: 30px; padding: 0 10px; justify-content: center;
	background: rgba(196, 31, 99, 0.08); color: #C41F63;
	font-size: 14px; font-weight: 700; line-height: 1; white-space: nowrap;
}
.item__btns {display: grid; gap: 10px; margin-top: 26px;}
.item__btn {height: 43px; padding: 0 17px; gap: 12px; justify-content: flex-start; font-size: inherit;}
.item__btn:hover {
	background-color: rgba(196, 31, 99, 0.08); color: #C41F63;
	box-shadow: none;
}
.lazy-hidden {background: #eee url('../images/loading.gif') no-repeat 50% 50%;}

/* SIDEBAR
----------------------------------------------- */
.main-menu {
	font-size: 22px;
	font-weight: 500;
	border-color: var(--bdc-dark);
	padding-bottom: 35px;
	/* border-top: 1px solid #f2f2f242; */
	padding-top: 10px;
	position: relative;
	z-index: 1;
	}
.main-menu li {position: relative;}
.main-menu__mobile-favorites {display: none;}
.main-menu li a {display: block;padding: 0 30px;line-height: 48px;height: 48px;}
.main-menu li span {
	line-height: 30px;
	border-radius: 17px;
	min-width: 33px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	pointer-events: none;
	position: absolute;
	right: 31px;
	top: 50%;
	margin-top: -15px;
	}
.main-filter {display: grid; gap: 2px; border-color: var(--bdc-dark); 
	padding: 45px 0 36px 0; position: relative; z-index: 1;}
.main-filter__caption {font-size: 24px;font-weight: 500;padding-bottom: 25px;padding-left: 30px;}
.main-filter li {position: relative;}
.main-filter__option {padding: 0 40px 0 78px; position: relative; cursor: pointer; 
	height: 48px; line-height: 48px;}
.main-filter__option img {position: absolute;left: 30px;top: 50%;transform: translateY(-50%);}
.main-filter__option::after {
	content: '';
	width: 8px;
	height: 4px;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -2px;
	background: url(../images/i-caret.svg) no-repeat;
	}
.main-filter__option-list {display: none;font-size: 14px;padding: 10px 30px 20px 30px;}
.main-filter__option-list li + li {margin-top: 9px;}
.main-filter__option-list li a {line-height: 30px; display: inline-block;}
.main-filter__option-list li {display: flex; align-items: center; gap: 6px;}
.main-filter__option-list li span {opacity: 0.5; font-size: 12px;}
.main-filter li.is-active .main-filter__option::after {transform: rotate(180deg);}
.main-filter li:hover::before, .main-filter li.is-active::before {opacity: 1;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.pagination {display: grid; grid-template-columns: minmax(120px,1fr) auto minmax(120px,1fr); align-items: center;
	gap: 12px; margin-top: 22px; padding: 8px 22px; background: #fff; text-align: center;}
.pagination__pages {display: flex; justify-content: center; align-items: center; gap: 8px;}
.pagination__pages a, .pagination__pages span {display: flex; justify-content: center; align-items: center; min-width: 32px;
	height: 32px; padding: 0 5px; color: #727b82; font-size: 17px; font-weight: 500; line-height: 1; text-transform: uppercase;}
.pagination__pages a:hover {background: var(--accent); color: #fff;}
.pagination__pages span:not(.nav_ext) {border: 2px solid var(--tt-red); color: var(--tt-red); background: #fff;}
.pagination__pages .nav_ext {min-width: auto; padding: 0 4px; color: #727b82;}
.pagination__nav {display: flex; align-items: center; min-height: 38px; color: #727b82; font-size: 15px; font-weight: 500; text-transform: uppercase;}
.pagination__nav--prev {justify-content: flex-start;}
.pagination__nav--next {justify-content: flex-end;}
.pagination__nav a, .pagination__nav > span {display: inline-flex; align-items: center; gap: 10px; color: inherit;}
.pagination__nav a:hover {color: var(--tt-red);}
.pagination__chevron {display: inline-block; width: 9px; height: 9px; border-top: 4px solid currentColor; border-right: 4px solid currentColor;}
.pagination__chevron--prev {transform: rotate(-135deg);}
.pagination__chevron--next {transform: rotate(45deg);}


/* USER PROFILE
----------------------------------------------- */
.user-info {margin: -60px var(--indent-negative); margin-bottom: 60px; padding: 60px var(--indent); position: relative;}
.user-info__title {font-size: 24px; font-weight: 500; margin-bottom: 20px;}
.user-info__close {cursor: pointer; width: 22px; height: 22px; filter: invert(100%); opacity: 0.2; position: absolute;
	background: url(../images/i-close.svg) -5px -5px no-repeat; background-size: 32px; top: 14px; right: 14px;}
.user-info__text {line-height: 1.88;}
.user-info__text a {text-decoration: underline;}
.user-table__title {font-weight: 500; font-size: 24px; padding-left: 40px; height: 70px; 
	display: flex; align-items: center; gap: 22px;}
.user-table__content {padding: 50px 40px; min-height: calc(100% - 70px);}
.page--payment .user-table__content {padding-bottom: 30px;}
.page-payment__heading {justify-content: flex-start; gap: 12px; margin-bottom: 30px;}
.page-payment__heading .page__caption {margin-bottom: 0;}
.page-payment__balance {display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px; border: 1px solid rgba(175, 32, 88, 0.18); background: var(--bg-red-light); font-size: 15px; font-weight: 500; line-height: 1.2; white-space: nowrap;}
.page-payment__balance span {color: var(--tt-red); font-weight: 700;}
.user-table__content .item__info {margin: 0; font-size: inherit;}
.user-table__balance {font-size: 50px; margin-bottom: 30px; font-weight: 700;}
.manual-payment {display: grid; gap: 20px; width: 100%;}
.manual-payment [hidden] {display: none !important;}
.manual-payment__steps {counter-reset: payment-step; display: grid; gap: 10px; margin: 0; padding: 0 0 20px; border-bottom: 1px solid var(--bdc); list-style: none; line-height: 1.35; font-size: 15px; color: inherit;}
.manual-payment__steps li {counter-increment: payment-step; display: flex; align-items: center; gap: 8px; min-height: 28px; font-weight: 400;}
.manual-payment__steps li::before {content: counter(payment-step); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: var(--tt-red); color: #fff; font-size: 13px; font-weight: 700; line-height: 1;}
.manual-payment__top {display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap;}
.manual-payment__select {display: grid; gap: 10px; width: 320px; max-width: 100%; line-height: 1.4;}
.manual-payment__select span {font-weight: 500;}
.manual-payment__actions {gap: 12px;}
.manual-payment__btn {height: 44px; padding: 0 22px; font-size: 16px;}
.manual-payment__card {display: grid; gap: 14px; padding: 24px; border: 1px solid var(--bdc);}
.manual-payment__item {display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 18px; line-height: 1.5;}
.manual-payment__label {color: var(--tt-grey);}
.manual-payment__value {font-weight: 500; word-break: break-word;}
.manual-payment__value--number {color: var(--tt-red);}
.manual-payment__comment {margin-top: -10px; padding: 0 24px; line-height: 1.5;}
.manual-payment__comment-title {margin-bottom: 6px; color: var(--tt-grey); font-weight: 500;}
.manual-payment__comment-text {font-weight: 500; word-break: break-word;}
.manual-payment__message {padding: 16px 18px; border: 1px solid var(--bdc); line-height: 1.5;}
.manual-payment__message--success {border-color: rgba(44, 208, 58, 0.35); background: rgba(44, 208, 58, 0.08);}
.manual-payment__message--error {border-color: rgba(175, 32, 88, 0.35); background: var(--bg-red-light); color: var(--tt-red);}
.manual-payment-history-block {margin-top: 0;}
.manual-payment-history {width: 100%;}
.manual-payment-history__table-wrap {overflow-x: auto;}
.manual-payment-history__table {width: 100%; border-collapse: collapse; line-height: 1.45;}
.manual-payment-history__table th {padding: 0 18px 12px 0; color: var(--tt-grey); font-weight: 500; text-align: left; white-space: nowrap;}
.manual-payment-history__table td {padding: 14px 18px 14px 0; border-top: 1px solid var(--bdc); vertical-align: top;}
.manual-payment-history__date {width: 150px; color: var(--tt-grey); white-space: nowrap;}
.manual-payment-history__description {min-width: 260px; word-break: break-word;}
.manual-payment-history__amount {width: 130px; text-align: right; white-space: nowrap; font-weight: 500;}
.manual-payment-history__amount--credit {color: #269b3c;}
.manual-payment-history__amount--debit {color: var(--tt-red);}
.manual-payment-history__empty {padding: 16px 18px; border: 1px solid var(--bdc); color: var(--tt-grey); line-height: 1.5;}
.user-info--balance[style] + .form-wrap {margin-top: -30px;}

/* INNER PAGE
----------------------------------------------- */
.page__info-gallery, .page__main, .page__services-comments {padding: 60px var(--indent); position: relative;}
.page__main {padding-top: 40px;}
.page__main-right {width: 480px; margin-left: 60px; order: 2; text-align: right;}
.page__main-extra {width: 100%; order: 3;}
.page__main-desc {width: 100%; line-height: 1.88; margin-top: 23px; order: 3;}
.page__main h1 {font-size: 50px; margin-bottom: 29px;}
.page__main h1 a {font-size: 14px; margin-left: 10px; font-weight: 400;}
.page__main-phone {margin-right: 20px; font-size: 22px; font-weight: 500;}
.page__main-whats {margin-right: 10px; font-weight: 500; width: 52px; padding: 0;}
.page__main-whats img {width: 22px; height: 22px; object-fit: contain;}
.page__main-whats span {display: none;}
.page__main-caption {font-size: 24px; font-weight: 500; margin-top: 40px; line-height: 1.8;}
.page__main-district {position: relative; font-size: 20px; padding-left: 34px; display: inline-block;}
.page__main-district img {width: 22px; position: absolute; left: 0; top: -1px;}
.page__main-district a, .descr-top__caption a {text-decoration: underline;}
.page__main .descr-top__caption {position: static; margin-top: 39px; width: 100%; text-align: left; padding-right: 27px;}
.page__main-fav {width: 52px; padding: 0;}
.page__main-checked {display: inline-block; border-radius: 0 0 2px 2px; padding: 6px 10px; 
	position: absolute; left: var(--indent); top: 0px;}

.page__gallery {width: 47.6%; margin-right: 50px; position: relative; overflow: hidden;}
.page__main-checked2 {position: absolute; left: -100px; top: -46px; transform: rotate(-45deg); transform-origin: right top; 
    width: 200px; text-align: center; padding: 10px; font-size: 16px; font-weight: 500; pointer-events: none;}
.page__caption {font-size: 34px; font-weight: 500; margin-bottom: 30px;}
.page__info-table {display: grid; gap: 30px;}
.page__info-title {opacity: 0.5; display: flex; align-items: center; gap: 15px; margin-right: 15px;}
.page__info-title::after {content: ''; flex-grow: 1; border: 1px dashed #979797;}
.page__info-table a {border-bottom: 1px solid var(--tt-grey);}
.page__info-table + .page__caption {margin-top: 60px;}

.page__services-header {gap: 20px 40px; margin-bottom: 40px;}
.page__services-header .page__caption {margin-bottom: 0; margin-right: 40px;}
.page__services-about {display: flex; align-items: center; gap: 12px;}
.page__services-list {display: grid; gap: 40px 26px; grid-template-columns: repeat(auto-fill,minmax(400px,1fr));}
.page__services-item h3 {font-size: 24px; font-weight: 500; padding: 21px 33px; margin-bottom: 30px;}
.page__services-item ul {display: grid; gap: 20px;}
.page__services-item ul li {display: flex; align-items: center; gap: 14px;}

.balance-page-wrap {background-color: #fff; padding: 60px var(--indent);
    margin: -90px var(--indent-negative) -60px var(--indent-negative);}
.balance-page-current i {font-weight: 500; font-size: 20px; font-style: normal; color: var(--tt-red);}
.upbalance_plugin_wrapper h2 {font-weight: 500; font-size: 22px; padding: 20px; 
	background-color: var(--bg-grey); margin-bottom: 20px;}
.info-block-content p {margin-bottom: 20px; line-height: 1.6; font-size: 14px;}
.balance-page-form {background-color: #fff; border: 10px solid var(--accent); padding: 20px; margin-bottom: 20px;}
.balance-page-form-label {font-size: 18px; font-weight: 500; margin-bottom: 20px; width: 100%;}
.balance-page-form-btn {display: inline-block; padding: 0 15px; border-radius: 4px; 
    box-shadow: 0 5px 10px rgba(0,0,0,0.1); white-space: nowrap; padding-left: 55px;
    background-color: #fff; margin-left: 15px; height: 40px; line-height: 40px; 
    overflow: hidden; position: relative;}
.balance-page-form > p {margin: 20px 0 0 0; width: 100%;}
.balance-page-li + .balance-page-li .fa:before {content: "\f03a";}
.balance-page-wrap .chosen-container, .balance-page-form-content > input[type="text"] {flex: 1 1 0; min-width: 200px; max-width: 100% !important;}
.btn-list-wrapper ul li {margin: 0 !important; padding: 0 !important;}
.btn-list-wrapper > ul {gap: 10px;}
.btn-list-wrapper {margin: 20px 0 !important; gap: 10px; text-align: left !important;}
.btn-list-wrapper .sepH_b {margin: 0 !important;}
.balance-page-li + .balance-page-li img {display: none;}
.balance-page-li + .balance-page-li a {background: var(--gradient-blue);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.8; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: var(--accent-link);}
.full-text >*:not(.emoji, :last-child, b, br) {margin-bottom: 30px;}
.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 {margin-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 10px; height: 10px; border-radius: 50%; 
	background-color: var(--accent); position: absolute; top: 8px; left: -24px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; 
	position: absolute; top: 0px; left: -40px; width: 26px; height: 26px; border-radius: 50%; font-size: 12px;
	display: grid; place-items: center; background-color: var(--accent); color: #fff; font-weight: 600;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width: 100%;}
.full-text table td, .full-text table th {padding:10px; border: 2px solid var(--bg);}
.full-text table tr:nth-child(2n+1) {background-color: var(--bg-darker);} 
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.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: 21px;}
.full-text iframe {width: 100%; height: 400px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}
.mdtc-clnplrv-progress {margin-top: 20px !important;}
.mdtc-clnplrv-song-title {display: none; }
.dlevideoplayer {box-shadow: none !important; margin-top: 20px;}
.mdtc-clnplrv-main-player .mdtc-clnplrv-video-container {border-radius: 0 !important;}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface {background: white !important;}

/* COMMENTS
----------------------------------------------- */
.page__comments-header {gap: 10px 20px;}
.page__comments-title {margin-right: 40px; margin-bottom: 0 ;}
.page__comments-info {padding-left: 35px; position: relative; line-height: 1.6;}
.page__comments-info img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.ac-form {margin-top: 40px;}
.ac-form__bottom {gap: 20px 40px; padding-top: 20px;}
.ac-form__input {max-width: 445px;}
.ac-form__btn {height: 54px; padding: 0 30px; gap: 14px; font-size: 18px;}
.ac-form .message-info {margin-bottom: 0; display: none;}
.ac-form.is-active .message-info {display: flex;}
.ac-form__editor .bb-editor textarea, .ac-form__editor .fr-wrapper {height: 200px !important;}
.ac-form__editor .fr-view {min-height: 180px !important;}
.ac-form .tox-tinymce {height: 260px !important;}
.comments_subscribe + br, .mass_comments_action, .comments_subscribe, .bb-editor + br {display: none}
.page__comments .message-info {margin-top: 20px;}

.comment-item {padding-top: 40px; margin-top: 40px; position: relative;}
.comment-item__header {gap: 15px;}
.comment-item__author {font-weight: 500; font-size: 24px; margin-right: 15px;}
.comment-item__main {margin: 20px 0 20px 0;}
.comment-item__rating {white-space: nowrap;}
.comment-item__rating a {display: inline-block;}
.comment-item__rating a img {margin-right: 10px; display: inline-block; vertical-align: middle;}
.comment-item__rating a + a {margin-left: 20px;}
.comment-item__footer {gap: 40px;}
.reviews-head p {max-width: 760px; margin-top: 20px;}
.content--reviews {display: block;}
.reviews-list {
	display: grid;
	gap: 18px;
	max-width: 1080px;
	margin: 0 auto;
}
.review-item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: flex-start;
	gap: 20px;
	margin: 0;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid var(--ui-bdc);
	border-radius: 4px;
	box-shadow: 0 12px 30px rgba(35, 35, 35, 0.06);
}
.review-item__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.review-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	min-width: 0;
}
.review-item__meta {min-width: 0;}
.review-item__label {
	margin-bottom: 6px;
	color: var(--tt-grey);
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0;
}
.review-item__ava {
	position: relative;
	display: grid;
	place-items: center;
	width: 92px;
	aspect-ratio: 1;
	background: var(--bg-grey-lighter);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--ui-bdc), 0 10px 22px rgba(175, 32, 88, 0.16);
	overflow: hidden;
}
.review-item__ava img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.review-item__profile {
	display: block;
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0;
	word-break: break-word;
}
.review-item__profile a {
	color: var(--tt-red);
	font-weight: 500;
	text-decoration: none;
}
.review-item__profile a:hover {text-decoration: underline;}
.review-item__rating {
	flex: 0 0 auto;
	gap: 8px;
	margin-left: auto;
	padding-top: 0;
	color: var(--tt-grey);
	font-size: 14px;
}
.review-item__rating a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0;
	background: transparent;
	border-radius: 2px;
}
.review-item__rating a + a {margin-left: 0;}
.review-item__rating a img {
	width: 18px;
	margin-right: 6px;
}
.review-item__details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--ui-bdc);
	font-size: 14px;
	line-height: 1.4;
}
.review-item__details span + span::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 10px;
	border-radius: 50%;
	background: currentColor;
	vertical-align: middle;
	opacity: 0.45;
}
.review-item__text {
	margin: 14px 0 0 0;
	padding: 0 0 0 16px;
	border-left: 4px solid var(--accent);
	line-height: 1.65;
}
.review-item__text.full-text > .review-item__comment {margin-bottom: 0;}
.review-item__comment {
	min-width: 0;
	color: var(--tt);
	font-size: 15px;
	line-height: 1.65;
	word-break: break-word;
}
.review-item__comment > * {margin-bottom: 0;}
.reviews-list #dlemasscomments,
.reviews-list #dle-comments-list {
	display: grid;
	gap: 18px;
}
#dlemasscomments #dle-comments-list > div:last-child .review-item {margin-bottom: 0;}
#dlemasscomments + .dle-comments-navigation {margin-top: 18px;}
/* LOGIN
----------------------------------------------- */
.login {background-color: #fff; border-radius: 0 0 0px 0px; box-shadow: 0 20px 40px rgb(0 0 0 / 13%); 
	position: absolute; right: 0; top: 100%; padding: 30px; padding-bottom: 10px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lighter);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent-link);}
.login__row button {width: 100%; text-transform: uppercase; font-size: 16px; font-weight: 500;}
.login-in {padding: 30px 40px 40px 40px; border-bottom: 1px solid var(--bdc-dark); position: relative; z-index: 1;}
.login__menu {display: grid; gap: 30px; margin-top: 30px;}
.login__title {font-weight: 500; font-size: 24px;}
.login-in a {display: flex; position: relative; padding-left: 38px; white-space: nowrap;}
.login-in img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.login-in a span {font-size: 12px; display: grid; place-items: center; min-width: 26px; 
	height: 24px; border-radius: 17px; background: var(--bg-red); margin: -3px 0;}


/* 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;
	z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; padding-bottom: 0;}
.mobile-menu.is-active {left: 0;}
.mobile-menu__header {background: #9E154C url(../images/i-menu.svg) 20px center no-repeat; 
	height: 70px; padding: 0 20px; font-size: 18px; font-weight: 500; padding-left: 50px;}
.mobile-menu__header button {width: 36px; height: 36px; padding: 0; 
	background: #D02C64 url(../images/i-close.svg) center center no-repeat;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .col-left {display: block; background: none; margin: 0 -20px; padding: 0;}
.mobile-menu .col-left::before {display: none;}
.mobile-menu .main-menu {padding-top: 15px; padding-bottom: 15px;}
.mobile-menu .main-menu li a {line-height: 38px;height: 38px;font-size: 17px; padding-left: 40px;}
.mobile-menu .main-menu li span {line-height: 24px; border-radius: 12px; min-width: 26px; 
    font-size: 12px; margin-top: -12px; right: 41px;}
.mobile-menu .main-filter {gap: 0; padding: 25px 0 15px 0;}
.mobile-menu .main-filter__caption {font-size: 18px; padding-bottom: 15px; padding-left: 40px;}
.mobile-menu .main-filter__option {padding: 0 40px 0 78px; height: 38px; line-height: 38px; font-size: 14px;}
.mobile-menu .main-filter__option img {height: 20px; left: 40px;}
.mobile-menu .main-filter__option-list {font-size: 14px; padding: 5px 40px 15px 40px;}
.mobile-menu .main-filter__option-list li + li {margin-top: 2px;}
.mobile-menu .main-filter__option-list li span {font-size: 12px;}
.mobile-menu .login-in {padding: 20px 40px 26px 40px; border-top: 1px solid var(--bdc-dark);}
.mobile-menu .login__menu {display: grid; gap: 20px; margin-top: 20px;}
.mobile-menu .login__title {font-size: 18px;}
.mobile-menu .login-in a {padding-left: 32px;}
.mobile-menu .login-in img {width: 20px;}

@media screen and (max-width: 4800px) {
	body {font-size: 14px;}
	.wrapper-container {max-width: 1400px;}
	.wrapper-main {grid-template-columns: 270px minmax(0,1fr);}
	.header__logo {left: -270px; width: 270px;}
	.header__btn {font-size: 16px; padding: 0 20px;}
	.header__search form {max-width: 360px;}
	.header__search input[type="text"], .header__search input[type="text"]:focus {font-size: 14px;}
	.header__search input[type="text"]:not(:focus)::placeholder {font-size: 16px;}
	.footer {font-size: 14px; line-height: 1.6;}
	.descr-top {padding: 79px var(--indent);padding-right: calc(var(--indent) + 340px);}
	.descr-top h1 {font-size: 30px;margin-bottom: 20px;}
	.descr-top p, .descr-bottom p {line-height: 1.8;}
	.descr-top__caption {
		width: 300px;
		top: 108px;
		font-size: 14px;
		line-height: 1.6;
		padding: 20px;
		padding-left: 60px;
		background-position: 18px center;
		background-size: 30px;
		}
	.descr-bottom {gap: 20px;}
	.descr-bottom h1, .descr-bottom h2, .descr-bottom h3 {font-size: 20px;}
	.megacaption {padding: 20px 30px; min-height: 0;}
	.megacaption img {height: 80px;}
	.megacaption__title, .main-filter__caption {font-size: 18px;}
	.main-menu {font-size: 17px;}
	.main-menu li span {font-size: 12px;}
	.main-filter {font-size: 14px;}
	.user-table__title {font-size: 18px; gap: 16px; height: 56px; padding-left: 30px;}
	.user-table__balance {font-size: 30px; margin-bottom: 20px;}
	.user-table__content {padding: 30px; min-height: calc(100% - 56px);}
	.sect__title.sect__header {font-size: 24px; margin-bottom: 30px;}
	.user-table__col {flex: 1 0 280px;}
    .user-table p {    color: var(--tt-grey);  line-height: 1.5; }
    .header__btn {height: 40px; padding: 0 15px; gap: 10px;}
    .header__btn img, .login__menu img {width: 18px;}
    .descr-top {padding-top: 40px;padding-bottom: 40px;}
    .descr-top__caption {top: 78px;}
    .login-in {padding: 20px 40px 25px 40px;}
    .login__menu {gap: 20px; margin-top: 20px;}
    .login-in a {padding-left: 32px;}
    .main-menu {padding-bottom: 15px; padding-top: 15px;}
    .main-menu li a {line-height: 44px;height: 44px;}
    .main-filter {padding: 25px 0 16px 0;}
    .main-filter__caption {padding-bottom: 14px;}
    .main-filter__option img {width: 20px;}
    .main-filter__option {padding: 0 26px 0 65px;height: 38px;line-height: 38px;}
    
    body {--indent: 40px; --indent-negative: -30px;}
    .content, .page__info-gallery, .page__services-comments {padding: 40px var(--indent);}
    .d-grid, #dle-content {grid-gap: 20px 20px; grid-template-columns: repeat(auto-fill,minmax(300px,1fr));}
	.item__header {padding: 15px 20px; gap: 14px;}
    .item__name {font-size: 20px;}
    .item__fav, .item__fav img {width: 20px;}
    .item__img {width: 136px;min-height: 210px;}
    .item__desc {padding: 20px 20px;}
    .item__phone {font-size: 17px; padding: 5px 0 10px; white-space: nowrap;}
    .item__district, .item__schedule, .item__age, .item__checked {font-size: 13px;}
    .item__district, .item__schedule {
    	margin-top: 10px;
    	padding-left: 24px;
    	background-size: 16px auto;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	}
    .item__info {margin-top: 18px;gap: 14px;font-size: 13px;white-space: nowrap;}
	
	.page__main-right {width: 390px; margin-left: 30px;}
	.page__main-desc {margin-top: 20px;}
	.page__main h1 {font-size: 28px;}
	.page__main-phone {font-size: 20px;}
	.page__main-caption {font-size: 18px;}
	.page__main-district {font-size: 16px; padding-left: 26px;}
	.page__main-district img {width: 18px;}
	.page__main .descr-top__caption {padding-right: 20px;}
	.page__main-whats {width: 40px; padding: 0;}
	.page__main-fav {width: 40px; padding: 0;}
    .page__gallery {width: 49%; margin-right: 30px;}
	.page__caption {font-size: 24px; margin-bottom: 30px;}
	.page__info-table {gap: 20px;}
	.page__info-table + .page__caption {margin-top: 30px;}
	.page__services-header {gap: 15px 15px; margin-bottom: 30px;}
	.page__services-header .page__caption {margin-right: 0px;}
	.page__services-about {gap: 6px; position: relative; top: 2px;}
	.page__services-about img, .page__services-item ul li img {width: 20px;}
	.page__services-list {display: grid; gap: 40px 20px; grid-template-columns: repeat(auto-fill,minmax(280px,1fr));}
	.page__services-item h3 {font-size: 20px; padding: 10px 15px; margin-bottom: 25px;}
	.page__services-item ul {gap: 15px;}
	.page__services-item ul li {gap: 10px;}
	.page__comments-title {margin-right: 10px; margin-bottom: 0 ;}
	.page__comments-info {padding-left: 29px;}
	.page__comments-info img {width: 20px;}
	.ac-form {margin-top: 30px;}
	.ac-form__bottom {gap: 10px 20px; padding-top: 0px;}
	.ac-form__btn {height: 40px; padding: 0 20px; font-size: 16px;}
	.comment-item {padding-top: 20px; margin-top: 20px;}
	.comment-item__author {font-size: 16px; margin-right: 0;}
	.comment-item__main {margin: 10px 0 10px 0;}
	.comment-item__rating a img {margin-right: 6px; width: 20px;}
	.comment-item__rating a + a {margin-left: 10px;}
	.comment-item__footer {gap: 20px;}
	input[type="text"], input[type="password"] {height: 40px; line-height: 40px; padding: 0 15px;}
	select {height: 40px; padding: 0 15px;}
	input[type="text"], input[type="password"], select, textarea {font-size: 16px;}
    
    .user-info {margin: -30px var(--indent-negative); margin-bottom: 30px; padding: 30px var(--indent);}

    .user-info--pm {margin-bottom: -10px;}
    .item__btns {margin-top: 15px;}
    .item__btn {height: 38px; padding: 0 15px; gap: 6px;}
    .item__btn img {width: 16px;}
    .item__views {font-size: 12px;}
    .sect {margin-bottom: 45px;}
    .form.descr-top {margin-bottom: -30px !important; padding-bottom: 30px !important;}
    .descr-top--inner {margin: -30px var(--indent-negative) 0px var(--indent-negative);}
	.descr-top--no-caption {padding: 40px var(--indent) !important;}
    .balance-page-wrap {padding: 40px var(--indent); margin: -60px var(--indent-negative) -30px var(--indent-negative);}
}

@media screen and (max-width: 1500px) {
	.wrapper {padding: 0; background-image: none;}
	.wrapper-main {grid-template-columns: 280px minmax(0,1fr);}
	.header__logo {left: -280px; width: 280px;}
}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.wrapper-main {display: block;}
	.col-left {display: none;}
	.header__logo {position: relative; left: 0; top: 0; width: auto; margin: 0; margin-right: 20px; transform: none;}
	.header {background-color: var(--bg-red); gap: 8px;}
	.header__btn > span:last-child {display: none;}
	.header__btn--fav, .header__btn--login {padding: 0 9px !important; width: 52px;}
	.header__btn--login, .header__btn--menu {background: var(--gradient-red-lighter);}
	.header__btn--menu, .header__btn--login.js-show-mobile-menu {display: flex;}
	.search-block__input {padding-left: 50px !important;}
	.search-block__btn {left: 15px !important;}
	.descr-top {padding: 20px var(--indent);}
    .descr-top--no-caption {padding: 20px var(--indent) !important;}
	.descr-top h1 {margin-bottom: 15px; font-size: 24px; line-height: 1.4;}
	.descr-top__caption {position: static; margin-top: 20px; width: 100%;}
	.descr-top--inner {margin: -20px var(--indent-negative) 0px var(--indent-negative);}
	.d-grid, #dle-content {grid-gap: 20px;}
	.content {padding-top: 20px;}
	.descr-bottom {padding: 30px var(--indent);}
	.descr-bottom * {padding: 0 !important;}
	.descr-bottom ul li {padding-left: 30px !important; margin-left: 0;}    
	.footer {padding-top: 20px; padding-bottom: 20px;}
	.footer__alert {width: 100%; padding-left: 40px;}
	.footer__alert::before {width: 30px; height: 30px; background-size: contain;}
	.user-info {margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px; margin-top: -20px;}
	.user-info__close {right: 20px; top: 20px;}
    .balance-page-wrap {margin-top: -40px; padding-top: 40px;}
    .user-info--balance[style] + .form-wrap {margin-top: -10px;}
    .user-info--pm {margin-bottom: -10px;}

	.page__main-checked {position: static; order: 3; margin-top: 20px;}
	.page__info-gallery, .page__services-comments, .page__main {padding-top: 30px; padding-bottom: 30px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.page__gallery {width: 100%; margin-right: 0px; margin-bottom: 30px;}
	.page__comments-title {margin-right: 0;}

	.page__main-right {width: 100%; margin: 0; margin-top: 20px; text-align: left; order: 4;}
	.page__main-desc, .page__main-right .descr-top__caption {margin-top: 20px;}
}

@media screen and (max-width: 760px) {
    body {--indent: 20px; --indent-negative: -10px;}
	.wrapper-container {max-width:640px;}
	.content--reviews {padding-top: 20px;}
	.reviews-list {gap: 14px;}
	.review-item {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px 14px;
		padding: 14px;
		box-shadow: 0 8px 20px rgba(35, 35, 35, 0.05);
	}
	.review-item__ava {width: 62px; border-width: 2px;}
	.review-item__body {display: contents;}
	.review-item__top {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-self: center;
		gap: 8px;
	}
	.review-item__label {display: none;}
	.review-item__profile {font-size: 18px;}
	.review-item__rating {
		justify-content: flex-start;
		margin-left: 0;
		padding-top: 0;
		font-size: 13px;
	}
	.review-item__details {
		grid-column: 1 / -1;
		font-size: 13px;
		margin-top: 0;
		padding-top: 10px;
	}
	.review-item__text {
		grid-column: 1 / -1;
		margin: 2px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 1px solid var(--ui-bdc);
		border-left: 0;
		line-height: 1.55;
	}
	.review-item__comment {font-size: 15px; line-height: 1.55;}
		.pagination {grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 8px; padding: 10px 14px;}
		.pagination__pages {width: 100%; gap: 6px; order: 2; flex-wrap: nowrap;}
		.pagination__pages a, .pagination__pages span {min-width: 32px; height: 32px; font-size: 15px;}
		.pagination__nav {min-height: 32px; font-size: 14px;}
		.pagination__nav--prev {order: 1; justify-content: flex-start;}
		.pagination__nav--next {order: 3; justify-content: flex-end;}
		.pagination__nav a, .pagination__nav > span {width: 32px; height: 32px; justify-content: center; gap: 0;}
		.pagination__nav a span:not(.pagination__chevron), .pagination__nav > span span:not(.pagination__chevron) {display: none;}
	.header {padding-top: 17px; padding-bottom: 17px;}
	.header__search, .footer__counter {display: none;}
	.header__logo {flex: 1 1 0; justify-content: flex-start; min-width: 80px; max-width: 100%; height: 32px; margin-right: 10px;}
	.header__logo img {height: 32px; max-width: 100%; max-height: 32px; position: static; transform: none;}
	.header__btn {height: 36px; padding: 0 10px; font-size: 14px;}
	.header__btn--fav {display: none;}
	.header__btn--login {width: 36px;}
	.mobile-menu .main-menu__mobile-favorites {display: block;}
	.descr-top p, .descr-bottom p {line-height: 22px;}
	.descr-top__caption {font-size: 12px; line-height: 18px; margin-top: 16px;}
	.d-grid, #dle-content {grid-gap: 20px 20px; grid-template-columns: minmax(280px,1fr);}
	.item__header {padding: 13px 20px; gap: 10px;}
	.item__desc {padding: 15px 20px;}
	.item__name {font-size: 18px;}
	.item__age {position: relative; top: 1px;}
	.item__age, .item__district, .item__schedule, .item .item__info, .item__checked, .footer, .item__views {font-size: 12px;}
	.item__phone {font-size: 18px; padding: 10px 0 14px 0;}
	.item__district, .item__schedule {margin-top: 8px; padding-left: 22px; background-size: 14px;}
	.item .item__info {margin-top: 13px; gap: 10px;}
	.item__img {width: 140px; min-height: 200px;}
	.item__btns {grid-template-columns: minmax(0,1fr); margin-top: 20px;}
	.item__btn {height: 40px; padding: 0; justify-content: center;}
	.item__btn img {width: 18px;}
	.item__btn123:not(.item__btn--del) span:last-child {display: none;}
    .item__btn--del {grid-column: 1 / -1; padding: 0;}
	.megacaption {justify-content: center;}
	.megacaption__title {text-align: center; width: 100%; font-size: 18px;}
	.megacaption img {height: 70px;}
    .header__btn--fav {--gradient-blue: var(--gradient-red-lighter);}
	
	.page__main {padding-bottom: 20px;}
	.page__main h1 {font-size: 24px; margin-bottom: 15px;}
	.page__main-phone {margin-right: 5px; flex-grow: 1; font-size: 16px;}
	.page__main-phone img {width: 14px;}
	.page__main-whats {margin: 0 5px 0 0; font-size: 16px; width: 36px; padding: 0;}
	.page__main-fav {width: 36px;}
	.page__main-caption {margin-top: 20px; font-size: 16px; line-height: 1.6;}
	.page__main-desc {margin-top: 12px; line-height: 22px;}
	.page__main-district {font-size: 14px; margin: 5px 0; line-height: 1.4;}
	.page__main-district img {width: 16px; top: 1px;}
	.page__caption {font-size: 20px;}
    .page__info-gallery {padding-top: 20px;}
    .page__gallery {margin: -20px var(--indent-negative) 30px var(--indent-negative); 
        width: calc(100% + (var(--indent)*2)); --indent-negative: -20px; --indent: 20px;}
	.page__services-item h3 {font-size: 16px;}
	.ac-form {margin-top: 20px;}
	.comment-item__header {gap: 10px;}
	.comment-item__header img {width: 18px;}
	.full-text > ul li, .full-text > ol li {margin-left: 36px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
    
    .table-selectxfieldmod, .table-selectxfieldmod tr, .table-selectxfieldmod td 
    {display: block; width: 100% !important; height: auto !important; border: 0 !important; padding: 0 !important;}
    .table-selectxfieldmod tr:not(.trtitle) {border-bottom: 1px solid #e3e3e3 !important; 
        padding-bottom: 10px !important; margin-bottom: 10px;}
    .table-selectxfieldmod .chosen-container {width: 100%; max-width: 100% !important;}
    .table-selectxfieldmod .chosen-container {margin-top: 10px;}
    
    .balance-page-current {min-width: 100%;}
    .upbalance_plugin_wrapper h2 {font-size: 18px; line-height: 1.5; padding: 10px 20px;}
    .balance-page-wrap .chosen-container, .balance-page-form-content > input[type="text"] {min-width: 100%;}
    .balance-page-form-btn {width: 100%;  margin: 10px 0 0 0;}
    .dlevideoplayer {margin-top: 0px;}
}
@media screen and (max-width: 760px) and (min-width: 360px) {
    .item__district, .item__schedule {margin-top: 14px;}
    .item .item__info {margin-top: 16px;}
    .item__phone {font-size: 16px; padding-bottom: 10px;}
    .item__img {width: 140px; min-height: 210px;}
}

@media screen and (max-width: 590px) {
	.wrapper-container222 {max-width:480px;}
	.login {width: auto; left: 20px; right: 20px;}
	.page__services-about {width: 100%;}
	.manual-payment__top {display: grid;}
	.manual-payment__select {width: 100%;}
	.manual-payment__top .manual-payment__btn {width: 100%;}
	.manual-payment__item {display: block;}
	.manual-payment__label {margin-bottom: 6px;}
	.manual-payment__actions .btn {width: 100%;}
	.page-payment__balance {white-space: normal;}
}

@media screen and (max-width: 470px) {
	.wrapper-container222 {max-width:320px;}	
	.descr-bottom h1, .descr-bottom h2, .descr-bottom h3, .user-info__title {line-height: 1.3;}
	.user-info__text {line-height: 1.6;}
	.user-table__content {padding: 20px;}
	.user-table__title {padding-left: 20px;}
	.sect {margin-bottom: 30px;}
	
    [data-delcook] {padding: 0 10px;}

	.review-item {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}
	.review-item__ava {width: 56px;}
	.review-item__profile {font-size: 17px;}
	.review-item__details span {max-width: 100%;}
	
	.page__main-whats {margin: 5px 0 0 0; width: 100%; order: 10; padding: 0 10px;}
	.page__main-whats > span:last-child {display: inline;}
	.page__comments-info {line-height: 1.4;}
	.page__comments-info img {top: 0; transform: none;}
	.comment-item__rating {bottom: -5px; right: 0; position: absolute;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 280px; margin-left: -20px; margin-right: -20px;}
	.ac-form__bottom > * {min-width: 100%;}
	.ac-form__btn {order: 10; margin-top: 10px;}
	.ac-form__btn img {width: 16px;}
	.ac-form__editor .bb-editor textarea {height: 140px !important;}
	.bb-sep {display: none !important;}
}
@media screen and (max-width: 359px) {
    .item__fav1 {display: none;}
	.item__img {width: 100px; min-height: 170px;}
    .item__phone {font-size: 14px; padding: 1px 0 5px 0;}
}
