/* ===== RESPONSIVE STYLE ===== */

@media (max-width:1600px) {
	html {font-size: 0.55vw}
}

@media (max-width:1440px) {
	.nd-container	{
		max-width:1280px;
	}
	.nd-logo {
		width: 19rem;
		margin-right: 2rem;
	}
}

@media (max-width:1280px) {
	/* Mobile menu */
	.nd-burger{
		width:4.5rem;
		border:1px solid rgba(0,0,0,0.25);
		border-radius: 6px;
		margin-left:15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		padding: 1rem;
		min-height: 100%;
	}
	.nd-burger span{
		display: block;
		height: 1px;
		background-color: #333;	
		width: 100%;
	}
	.nd-burger span:last-child {
		width: 70%;
	}
	.nd-burger span:not(:last-child){margin-bottom:5px;}

	.nd-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height:90px;
	}
	.nd-submenu {
		height: calc(100vh - 90px);
		box-shadow: none;
		width: 85%;
	}
	.nd-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 85%;
		height: 100%;
		background: #fff;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
		transition: right 0.3s ease;
		z-index: 100;
		padding:0 20px 45px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.nd-menu__list {
		flex-direction: column;
	}
	.nd-menu__list li {
		margin: 0;
		border-bottom:1px solid var(--gray);
	}
	.nd-submenu__list {
		height: 75vh;
		overflow-y: auto;
	}
	.nd-submenu__list li {
		margin: 0;
	}
	.nd-menu__list li a, .nd-submenu__list li a {
		padding:1em 0;
		width: 100%;
		font-size: 1.8rem;
	}
	.nd-submenu__list li a {
		padding:0.8em 0;
	}
	.nd-has-submenu {
		display: flex;
		align-items: center;
	}
	.nd-has-submenu::after {
		content:'';
		display:block;
		border-right:1px solid var(--black);
		border-bottom:1px solid var(--black);
		width: 0.5rem;
		height:0.5rem;
		margin-left:1rem;
		transform: rotate(-45deg);
	}
	.nd-back {
		display: flex;
		align-items: center;
		color:rgba(0,0,0,0.4);
		font-size: 12px;
		margin-bottom:10px;
	}
	.nd-back::before {
		content:'';
		display:block;
		border-right:1px solid rgba(0,0,0,0.4);
		border-bottom:1px solid rgba(0,0,0,0.4);
		width: 0.5rem;
		height:0.5rem;
		margin-right:1rem;
		transform: rotate(135deg);
	}
	.nd-submenu__head {
		display: none;
	}
	.nd-mobile-menu__content {
		display: block;
	}
	.nd-tab-hide {
		display: none;
	}
	.nd-header__contact, .nd-language-select, .nd-page__sidebar {
		display: none;
	}
	.nd-page__content {
		width: 100%;
	}

	
}

@media (max-width:1024px) {
	html {font-size: 0.65vw;}
	.nd-tablet-col-2 {grid-template-columns: repeat(2, 1fr);}
	.nd-tablet-col-3 {grid-template-columns: repeat(3, 1fr);}

	.nd-btn {font-size: 1.6rem;}
	.nd-hero__content .nd-item {
		width: 60%;
	}
}

@media (max-width:768px) {
	html {font-size: 10px;}
	p, ul li, ol li, a, .nd-text {font-size: 14px;}
	
	.nd-sm-hide {display:none;}
	.nd-sm-show {display:block;}
	.nd-sm-show.nd-flex {display:flex;}
	.nd-sm-show.nd-inline-flex {display:inline-flex;}

	.nd-popup-window, .nd-thanks-window {width: calc(100% - 40px);}

	.nd-sm-col-1 {grid-template-columns: repeat(1, 1fr);}
	.nd-sm-col-2 {grid-template-columns: repeat(2, 1fr);}
	.nd-sm-col-3 {grid-template-columns: repeat(3, 1fr);}
	.nd-sm-col-1 .nd-item {grid-column: auto; grid-row: auto;}

	.nd-sm-gap-0 {gap:0;}

	.nd-mw-100 {width:100%;}
	.nd-hero__content .nd-item {
		width: 100%;
		margin-bottom:20px;
	}
	.nd-uptitle {
		font-size: 13px;
		padding: 12px 14px;
	}
	.nd-input-wrapper input, .nd-input-wrapper input::placeholder, .nd-input-wrapper textarea::placeholder, .nd-common-select, .nd-btn, .nd-card__block__title, .nd-raiting__num, .nd-map__link, .nd-contact__item, .nd-overview__text p, .nd-checkbox-wrap label, .nd-type__item label {
		font-size: 14px;
	}
	.nd-btn {
		padding: 1.5rem ;
		border-radius: 6px;
		min-height: 50px;
	}
	.nd-share-btn {
		border-radius: 6px;
		min-height: 36px;
	}
	.nd-hero {
		padding: 4rem 0 3rem;
	}
	.nd-search__console {
		flex-wrap: wrap;
		padding: 0;
		border: none;
		background:none;
		margin: 30px 0 40px;
		box-shadow: none;
		justify-content: space-between;
	}
	.nd-search__console__item {
		flex: 0 0 48.5%;
	}
	.nd-search__console__item:last-child {
		flex: 0 0 100%;
		margin-top:15px;
	}
	.nd-search__console__item:not(:last-child) {
		background: #fff;
		padding: 13px 13px 10px 13px;
		border:1px solid var(--gray);
		border-radius: 10px;
		box-shadow: 0 6px 9px rgba(0,0,0,0.04);
	}
	.nd-company__logo {
		margin:0 0 0 10px;
		width: 90px;
		height: 60px;
	}
	.nd-company__card {
		padding: 30px 15px;
	}
	.nd-ch__title__row {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.nd-verified__barge {
		margin: 0 0 1rem;
	}
	.nd-company__adv__list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom:20px;
	}
	.nd-company__adv__list li {
		width:auto;
		margin: 0 10px 5px 0;
	}
	.nd-cover__link {
		font-size: 12px;
	}
	.nd-card__service {
		margin-bottom:15px;
	}
	.nd-card__block__title {
		margin-bottom: 5px;
	}
	.nd-section__head {
		margin-bottom: 30px;
	}
	.nd-overview__barge {
		width: auto;
	}
	.nd-overview__barge__row {
		justify-content: flex-start;
	}
	.nd-info__card {
		padding: 20px;
	}
	.nd-info__card__head {
		margin-bottom: 20px;
	}
	.nd-sm-order-1 {order:1;}
	.nd-sm-order-2 {order:2;}
	.nd-sm-order-3 {order:3;}
	.nd-sm-order-4 {order:4;}
	.nd-sm-order-5 {order:5;}

	.nd-cards__wrapper {
		gap:20px;
	}
	.nd-info__card .nd-icon-arr {
		margin-left: 2rem;
		transform: rotate(90deg);
	}
	.nd-info__card br {
		display: none;
	}
	.nd-faq__col__title, .nd-acc__head__text {
		font-size: 14px;
	}
	.nd-acc__head {
		padding: 1rem 2rem;
	}
	.nd-acc__body {
		padding: 0 20px 30px 20px;
		font-size: 14px;
	}
	.nd-footer__content {
		flex-direction: column-reverse;
	}
	.nd-footer__col:last-child {
		display: flex;
		margin-top:20px;
	}
	.nd-footer__col:last-child .nd-footer__item {
		width: 50%;
		margin:0;
	}
	.nd-footer__link {
		margin-bottom:10px;
		width: 100%;
	}
	.nd-footer__top {
		padding: 5rem 0 3rem;
	}
	.nd-footer__bottom {
		padding: 1rem 0 3rem;
		border-top: none;
	}
	.nd-social a {
		width: 50px;
		height: 50px;
	}
	.nd-mobile-btn {
		width: 4rem;
		padding: 1rem;
	}
	.nd-company__title {
		font-size: 18px;
	}
	.nd-star__unite {
		width:24px;
		height: 24px;
	}
	.nd-company__card .nd-star__rating {
		margin-bottom:15px;
	}
	.nd-company__title__item {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.nd-company__head__info, .nd-card__head__item, .nd-head__info__item {
		width: 100%;
		align-items: flex-start;
	}
	.nd-company__card__head {
		margin-bottom:20px;
	}
	.nd-company__logo.nd-mobile {
		display: block;
	}
	.nd-card__gallery {
		margin-top: 2rem;
		overflow: hidden;
	}
	.nd-footer__contact {
		margin: 2rem 0;
	}
	.nd-form__content {
		padding: 2rem 0rem;
	}
	.nd-overview__barge {
		padding: 1rem;
	}
	.nd-pagination {
		margin:40px 0 20px;
	}
	.nd-option__label {
		margin-bottom:0;
	}
	.nd-filter__panel .nd-item:first-child {
		grid-column: 1 / 3;
	}
	.nd-filter__panel {
		box-shadow: none;
		background:none;
		padding: 0;
		gap:10px;
	}
	.nd-filter__panel__item, .nd-filter__panel .nd-item:first-child .nd-filter__panel__item {
		padding: 13px 13px 10px 13px;
		border: 1px solid var(--gray);
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 6px 9px rgba(0,0,0,0.04);
	}
	.nd-filter__panel .nd-item:last-child .nd-filter__panel__item {
		padding: 0;
		border: none;
		height: 100%;
		background: none;
	}
	.nd-filter__panel .nd-item:last-child, .nd-filter__panel .nd-item:last-child .nd-btn {
		height: 100%;
	}
	.nd-filter__popup {
		width: 80%;
		padding: 0 2rem 4.5rem;
	}
	.nd-available__index {
		font-size: 12px;
	}
	.nd-gallery__slider .slick-slide {
		padding: 0 5px;
	}
	.nd-gallery__slider .slick-list {
		margin:0 -5px;
	}
	.nd-pagination__link {
		width: 5rem;
		height: 5rem;
	}
	.nd-pagination__list li.nd-prev > span {
		width: 5rem;
		height: 5rem;
		border-radius: 6px;
	}
	.nd-type__item label::before {
		border: 6px solid #fff;
	}
	.nd-breadcrumb li a {
		font-size: 12px;
	}
	.nd-breadcrumb {
		padding: 2rem 0;
	}
	.nd-chooses__unite {
		font-size: 12px;
	}
	.nd-product__head__main {
		margin-bottom:20px;
	}
	.nd-product__logo {
		margin: 0 0 0 1rem;
	}
	.nd-page__banner {
		height: 30rem;
		margin: 0 -15px;
	}
	.nd-page__banner img {
		border-radius: 0;
	}
	.nd-product__content {
		padding: 0;
	}
	.nd-product__head__block {
		padding: 2rem 15px;
	}
	.nd-product__logo.nd-mobile {
		display: block;
	}
	.nd-product__logo {
		height: 8rem;
	}
	.nd-product__card__body .nd-rating__row {
		margin-bottom:20px;
	}
	.nd-btn__row .nd-share-btn {
		margin: 0 1rem 0 0;
		font-size: 12px;
	}
	.nd-product__head__aside .nd-item:last-child .nd-product__head__block {
		min-height: 250px;
	}
	.nd-work__time__row {
		justify-content: flex-start;
	}
	.nd-work__time__row span:first-child {
		width: 5rem;
	}
	.nd-contact__block {
		margin-bottom:20px;
	}
	.nd-product__head {
		margin-bottom: 5rem;
	}
	.nd-product__card__info {
		background: #fff;
		padding:20px 15px;
		border-radius: 10px;
		border:1px solid var(--gray);
	}
	.nd-call__us__info .nd-h4 {
		font-size: 26px;
	}
	.nd-review__raiting  {
		margin-bottom:20px;
	}
	.nd-review__block {
		padding:30px 15px;
	}
	.nd-review__raiting .nd-star__unite {
		width: 36px;
		height: 36px;
	}
	.nd-review__raiting .nd-star__unite::before {
		width: 18px;
		height: 18px;
	}
	.nd-product__card__body .nd-verified__barge {
		font-size: 12px;
		padding: 7px 10px;
	}
	.nd-similar__card__content .nd-btn__row .nd-btn {
		flex: auto;
		margin-right: 10px;
	}
	.nd-similar__company__descript {
		font-size: 14px;
	}
	.nd-similar__card__content .nd-star__rating, .nd-review__block .nd-star__rating {
		margin-right:10px;
	}	
	.nd-call__us__info span {
		font-size: 14px;
	}
	.nd-gallery__slider__area::before {
		width: 10rem;
	}
	.nd-review__block .nd-raiting__num {
		font-size: 18px;
	}
	.nd-overview__text p, .nd-more__link {
		font-size: 12px;
	}
	.nd-pagination__list li {
		margin: 0 7px 0 0;
	}
	.nd-pagination__list .nd-btn {
		white-space: nowrap;
	}
	.nd-pagination__list .nd-btn .nd-icon {
		margin-left:5px;
	}
	.nd-pagination__link {
		border-radius: 6px;
	}
	.nd-about__product .nd-h4 {
		margin-bottom: 0.5em;
	}
	.nd-product__card__body {
		width: 100%;
	}
	.nd-product__card__body .nd-btn__row {
		justify-content: space-between;
	}
	.nd-product__card__body .nd-btn__row .nd-share-btn {
		margin:0;
		width: 48.5%;
	}
	.nd-offer__img img {
		border-radius: 10px;
	}
	.nd-review__num {
		font-size: 1.4rem;
	}
	.nd-chat__avatar {
		width: 65px;
		margin-right: 2rem;
		flex: none;
	}
	.nd-user__location, .nd-user__status, .nd-user__owner {
		font-size: 11px;
	}
	.nd-user__name {
		font-size: 14px;
	}
	.nd-chat__review__info .nd-star__unite {
		width: 20px;
		height: 20px;
	}
	.nd-review__date {
		font-size: 12px;
	}
	.nd-cover__link {
		padding: 15px;
	}
	.nd-chooses__unite {
		padding: 0.8rem 1.5rem;
		height: 30px;
	}
	.nd-subscribe__console {
		padding: 15px;
		border-radius: 10px;
	}
	.nd-mobile--align__center {
		align-items: center;
		text-align: center;
	}
}

@media (max-width:767px) {	
	.nd-mobile-col-1 {grid-template-columns: repeat(1, 1fr);}
	.nd-mobile-col-2 {grid-template-columns: repeat(2, 1fr);}
	.nd-mobile-col-1 .nd-item {grid-column: auto; grid-row: auto;}

	.nd-header {
		padding: 2rem 0;
	}
	.nd-logo {
		width: 124px;
		margin-right: 1rem;
	}
	.nd-option__label {
		font-size: 11px;
	}
	.nd-header .nd-btn-container {
		margin-left: 0;
	}
	.nd-input__area label {
		font-size: 11px;
	}
	.nd-btn__row .nd-share-btn:last-child {
		margin: 0;
	}
	.nd-action__raiting .nd-star__unite {
		width: 28px;
		height: 28px;
	}
	.nd-review__feedback__bottom p {
		font-size: 10px;
	}
	.nd-about__product__block {
		margin-bottom: 3rem;
	}
	.nd-product__card__body .nd-btn__row {
		justify-content: space-between;
	}
	
}




/* Адаптив для новых страниц */
@media (max-width:1440px) { 
	.nd-header, .nd-header .nd-btn {
		font-size: 0.8vw;
	}
	.nd-header__contact__title {
		font-size: 0.7vw;
	}
	.nd-logo {
		width: 12.5rem;
	}
	.nd-profile__head__main  {
		font-size: 0.85vw;
	}
	.nd-profile__logo__wrapper {
		flex: 0 0 15rem;
	}
	.nd-profile__card__info {
		margin-top: 2rem;
		width: calc(100% - 17rem);
	}
	.nd-profile__head__main, .nd-profile__phone__block {
		padding: 3.5rem 3rem;
	}
	.nd-account__head {
		padding: 7rem 0 0;
	}
	.nd-page__banner {
		height: 45rem;
	}
	.nd-banner__edit {
		padding: 8rem 0 0;
	}
	.nd-logo__edit .nd-h4 {
		font-size: 1.4rem;
	}
	.nd-logo__edit {
		padding: 1rem;
	}
	.nd-photo__edit .nd-h4 {
		font-size: 1.4rem;
	}
}

@media (max-width:1280px) { 
	.nd-header--transparent .nd-menu, .nd-header--transparent .nd-submenu {
		display: flex;
		flex-direction: column;
	}
	.nd-edit__banner__icon {
		display: flex;
	}
	.nd-banner__edit {
		opacity: 1;
		visibility: visible;
	}
	.nd-banner__edit.nd-desctop {
		display: none;
	}
	.nd-edit--mode .nd-edit__link {
		opacity: 1;
		visibility: visible;
	}
	.nd-header__contact__wrapper::before, .nd-header__contact__wrapper::after {
		display: none;
	}
	.nd-header, .nd-header .nd-btn {
		font-size: 14px;
	}
	.nd-burger {
		width: 6rem;
		aspect-ratio: 1;
	}
	.nd-mobile-menu__content .nd-header__btn__row {
		display: flex;
		flex-direction: column;
		gap:10px;
	}
	.nd-mobile-menu__item {
		padding-bottom:0;
		border-bottom:none;
		margin-bottom: 0;
	}
	.nd-mobile-menu__info {
		margin-bottom:0;
		padding-right:2rem;
		border-right:1px solid rgba(0,0,0,0.1);
	}
	.nd-menu__list {
		max-height: 27rem;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.nd-mobile-menu__content {
		display: flex;
		flex-direction: column-reverse;
	}
	.nd-mobile-menu__content .nd-select ul {
		right: 0;
		left: auto;
		top:auto;
		bottom:100%;
		margin-bottom:10px;
	}
}

@media (max-width:768px) {
	.nd-blog__wrapper {
		flex-direction: column-reverse;
	}
	.nd-page__main__col, .nd-sidebar {
		width: 100%;
	}
	.nd-sidebar {
		margin-bottom:35px;
	}
	.nd-tag__link {
		font-size: 12px;
		padding: 1.5rem 2rem;
	}
	.nd-sidebar__title {
		font-size: 20px;
		margin-bottom:10px;
	}
	.nd-comment__review__info {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.nd-comment__avatar {
		width: 60px;
		margin-right: 20px;
	}
	.nd-article__wrapper {
		margin:0;
	}
	.nd-bordered__block {
		padding: 30px;
		margin-bottom: 30px;
	}
	.nd-share__block .nd-btn {
		width:auto;
	}
	.nd-comment__form {
		margin-bottom:30px;
		padding: 30px 20px;
	}
	.nd-article__subtitle {
		font-size: 20px;
	}
	.nd-account__form {
		width: 100%;
	}
	.nd-form__bottom {
		margin-top: 3rem;
	}
	.nd-form__bottom__text, .nd-form__bottom__text a {
		font-size: 12px;
	}
	.nd-code__row input {
		height: 6rem;
		border-radius: 12px;
	}
	.nd-form__select .select2-container .select2-selection--single .select2-selection__rendered {
		font-size: 14px;
	}
	.nd-account__head {
		padding: 70px 0 0;
	}
	.nd-account__head__title {
		display: block;
		font-size: 40px;
	}
	.nd-settings__block {
		padding: 3rem;
		margin-bottom: 3rem;
		box-shadow: 0 5px 20px rgba(0,0,0,0.07);
	}
	.nd-input-wrapper input {
		height: 3rem;
	}
	.nd-personal__info__content .nd-input__area {
		padding: 0;
	}
	.nd-personal__info__edit .nd-input__area {
		padding: 1rem;
	}
	.nd-personal__info__edit .nd-iti__flag-container {
		height: 6.5rem;
	}
	.nd-personal__info__edit .nd-iti input {
		height: 6.5rem;
	}
	.nd-personal__info__edit .iti--separate-dial-code.iti--show-flags .nd-iti__selected-dial-code {
		font-size: 16px;
	}
	.nd-input-wrapper input, .nd-input-wrapper input::placeholder {
		font-size: 16px!important;
	}

	.nd-validPass::after {
		right: -2rem;
	}
	.nd-pass__changed {
		padding: 1rem 0;
	}
	.nd-pass__changed__text {
		font-size: 14px;
	}
	.nd-company__content {
		padding: 0;
	}
	.nd-profile__logo {
		width: auto;
		margin-right:10px;
		height: 85px;
	}
	.nd-profile__head__block, .nd-profile__card__info {
		padding: 3rem 2rem;
		margin-bottom: 20px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08)
	}
	.nd-profile__content {
		padding: 0;
	}
	.nd-profile__card__body .nd-verified__barge {
		font-size: 10px;
	}
	.nd-profile__card__info {
		width: 100%;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
		margin:20px 0 0;
	}
	.nd-profile__head__block {
		flex-direction: column;
		align-items: flex-start;
	}
	.nd-profile__phone__block {
		padding: 3rem 2rem;
	}
	.nd-profile__head__main {
		padding: 0;
		background: 0;
		border-radius: 0;
		border: none;
		box-shadow: none;
	}
	.nd-profile__head {
		margin-bottom: 4rem;
	}
	.nd-company__gallery {
		grid-template-columns: repeat(3, 1fr);
	}
	.nd-add__photo, .nd-edit__btn {
		font-size: 12px;
	}
	.nd-add__photo img {
		width: 13px;
		margin-right: 5px;
	}
	.nd-add__photo__comment {
		font-size: 10px;
	}
	.nd-about__company__block {
		margin-bottom: 4rem;
	}
	.nd-edit__mode .nd-logo__edit {
		display: none;
	}
	.nd-banner__edit {
		border-radius: 0;
		padding: 2rem 0 0;
	}
	.nd-banner__edit__btn {
		margin-top:10px;
	}
	.nd-banner__edit__comment {
		font-size: 12px;
	}
	.nd-banner__edit .nd-h4 {
		margin:0;
	}
	.nd-banner__edit__btn .nd-btn, .nd-logo__edit__btn .nd-btn {
		font-size: 12px;
    	min-height: 35px;
	}
	.nd-profile__logo__wrapper, .nd-profile__card__body {
		flex: auto;
		width: 100%;
	}
	.nd-profile__card__info .nd-contact__block:last-child {
		margin:0;
	}
	.nd-call__us__info .nd-h4 {
		font-size: 24px;
		white-space: nowrap;
	}
	.nd-call__us .nd-info__card__icon {
		margin-right: 1rem;
		flex:none;
	}
	.nd-editing .nd-verified__barge.nd-sm-show {
		display: none;
	}
	.nd-profile__card__info .nd-company__adv__list li {
		width: 100%;
		margin: 0 0 10px;
	}
	.nd-service__tag {
		font-size: 12px;
		padding: 1.5rem;
	}
	.nd-add__icon {
		width: 13px;
		height: 13px;
		font-size: 16px;
	}
	.nd-mob--order-1 {order:1;}
	.nd-mob--order-2 {order:2;}		
	.nd-mob--order-3 {order:3;}
	.nd-mob--order-4 {order:4;}

	.nd-profile__card__info .nd-company__adv__list {
		margin-bottom: 0;
	}
	.nd-addition__filter .nd-common__text {
		font-size: 12px;
	}
	.nd-addition__filter .nd-common-select {
		font-size: 12px;
		min-width: 12rem;
	}
	.nd-franchise__card__bottom p, .nd-cash__text {
		font-size: 14px;
	}
	.nd-franchise__price {
		font-size: 20px;
	}
	.nd-franchise__grid {
		gap:3rem;
	}
	.nd-slider__main__col {
		width: 100%;
	}
	.nd-photo__slider__main .nd-prev-slide, .nd-photo__slider__main .nd-next-slide {
		width: 4rem;
		height: 4rem;
	}
	.nd-article__column {
		margin-right:0;
	}
	.nd-business__total__info {
		padding: 3rem 2rem;
	}
	.nd-bt__logo {
		width: 50%;
	}
	.nd-bt__string {
		font-size: 16px;
	}
	.nd-page__banner {
		height: 32rem;
	}
	.nd-profile__head__main {
		font-size: 15px;
	}	
	.nd-author__dropdown {
		padding: 1.5rem 2rem;
	}
	.nd-author__dropdown__head {
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.nd-author__dropdown__link {
		font-size: 15px;
	}
	.nd-burger {
		width: 5rem;
	}
	.nd-mobile-menu__content .nd-btn-container {
		width: 50%;
	}
	.nd-mobile-menu__content .nd-btn {
		width: 100%;
	}

}

@media (max-width:767px) {
	.nd-article__post__head {
		flex-direction: column;
		align-items: flex-start;
	}
	.nd-post__head__item:first-child {
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin-bottom:20px;
	}
	.nd-article__body {
		padding: 20px 0 30px;
		margin-bottom:30px;
	}
	.nd-pa__name {
		font-size: 14px;
		margin-bottom:3px;
	}
	.nd-pa__function, .nd-view__info__text {
		font-size: 12px;
	}
	.nd-pa__avatar {
		width: 35px;
	}
	.nd-article__head {
		margin-bottom: 20px;
	}
	.nd-article__text:not(:last-child) {
		margin-bottom: 20px;
	}
	.nd-comment__review {
		padding: 20px 0;
	}
	.nd-comment__review:first-child {
		padding: 0px 0 20px;
	}
	.nd-comments__wrapper .nd-btn__container {
		margin-top:20px;
	}
	.nd-account__form .nd-btn__container {
		flex-direction: column-reverse;
		align-items: center;
		gap:20px;
	}
	.nd-account__form .nd-btn {
		width: 100%;
	}
	.nd-account__form .nd-checkbox-wrap .nd-label__text, .nd-account__form .nd-checkbox-wrap .nd-label__text a {
		font-size: 10px;
	}
	.nd-account__form .nd-checkbox-wrap label::before {
		height: 16px;
		width: 16px;
	}
	.nd-account__form .nd-checkbox-wrap input:checked+label::before {
		background-position: 2px 3px, 0 0;
	}
	.nd-settings__menu {
		justify-content: space-between;
		gap:20px;
	}
	.nd-blog__card__title {
		height: auto;
		margin-bottom:10px;
	}
	.nd-phone-country {
		padding: 0 1.5rem;
		width: 11rem;
	}
	.nd-photo__slider__area {
		margin-bottom:20px;
	}
	.nd-bt__string:not(:last-child) {
		margin-bottom: 10px;
	}
	.nd-mobile-menu__info {
		padding-right: 1rem;
	}
	.nd-mobile-menu__content .nd-btn {
		width: 100%;
	}
	.nd-logo {
		width: 100px;
	}
	.nd-mobile-menu__content .nd-btn-container {
		width: 100%;
	}
	
		
}

@media (hover: none) and (pointer: coarse) {
	.nd-company__gallery {
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
		align-items: start;
	}
	.nd-company__gallery .nd-photo__edit {
		display: none;
	}
	.nd-company__gallery .nd-gallery__actions {
		display: flex;
		gap: 8px;
		margin-top: 8px;
		flex-wrap: wrap;
	}
	.nd-company__gallery .nd-gallery__actions .nd-btn {
		font-size: 12px;
		height: 3.5rem;
		min-height: 3.5rem;
		padding: 0 1.2rem;
		flex: 1 1 calc(50% - 4px);
		min-width: 0;
	}
}

@media (hover: hover) and (pointer: fine) {
	.nd-company__gallery .nd-photo__edit {
		display: flex;
	}
}

/* СТИЛИ ДЛЯ НОВЫХ СТРАНИЦ End */
