@media(max-width: 1600px) {
	:root {
		--padding-main: 40px;
	}
	.sidebar {
		flex: 0 0 250px;
		max-width: 250px;
		width: 250px;
	}
	.logo__image {
		width: 175px;
	}
	.btn--big {
		padding: 14px 24px;
		font-size: 16px;
	}
	.btn--middle {
		padding: 10px 20px;
		font-size: 16px;
	}
	.create-kp__link {
		font-size: 18px;
	}
	.menu__link {
		padding: 15px 20px;
		font-size: 15px;
	}
	.logout {
		bottom: 25px;
		left: 20px;
	}
	.templates__items,
	.make__templates {
		gap: 24px;
	}
	.edit__col--1 {
		padding-right: 40px;
	}
	.edit__row--make .edit__col--2 {
		flex: 0 0 350px;
	}
	.rates__current {
		font-size: 35px;
	}
	.rates__tab {
		font-size: 18px;
	}
	.rates__tab i {
		font-size: 14px;
	}
}
@media(max-width: 1280px) {
	.section-title--40 {
		font-size: 30px;
	}
	.section-title--30 {
		font-size: 26px;
	}
	.templates-search {
		display: grid;
		grid-template-columns: 100%;
		gap: 18px;
	}
	.make__template-box {
		padding: 15px;
	}
	.group__item-label,
	.group__item-value {
		flex: 0 0 100%;
	}
	.group__items {
		display: grid;
		grid-template-columns: 100%;
		gap: 18px;
		border: none;
		overflow: visible;
	}
	.group__item {
		border: 1px solid #aaa!important;
		border-radius: 5px;
		overflow: hidden;
	}
	.group__item-label {
		border: none;
	}
	.group__item-value {
		height: 50px;
	}
	.top__status {
		display: none;
	}
	.edit__col--2 {
		flex: 0 0 250px;
	}
	.upload-photo {
		width: 250px;
		height: 250px;
	}
	.edit__row--user {
		gap: 30px 20px;
	}
	.edit__row--user .edit__col--1 {
		flex: 0 0 100%;
		padding: 0;
	}
	.edit__row--user .edit__col--2,
	.edit__row--user .edit__col--3 {
		flex: 1;
		padding: 0;
	}
	.rates__center {
		width: auto;
	}
	.rates__stitle {
		font-size: 30px;
	}
	.rates__short {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.rates__full {
		margin-bottom: 30px;
	}
}
@media(max-width: 1100px) {
	.wrapper {
		display: block;
	}
	.content {
		padding-left: 50px;
	}
	.sidebar {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 999990;
	}
	.background-layer {
		background: rgba(0, 0, 0, 0.5);
		display: flex!important;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999989;
		padding: 30px;
		justify-content: flex-end;
	}
	.body--hide-menu .background-layer {
		display: none!important;
	}
	.menu__item--templates {
		display: none!important;
	}
	.make__template-view {
		display: none;
	}
	.edit__row--make .edit__col--2 {
		display: none;
	}
}
@media(max-width: 991px) {
	:root {
		--padding-main: 22px;
	}
	.section-title--30 {
		font-size: 24px;
	}
	.section-title--22 {
		font-size: 18px;
	}
	.offer__col--1 {
		flex: 0 0 85px;
	}
	.top__row {
		height: 45px;
	}
	.top-alert {
		margin-right: 35px;
	}
	.top-alert-ico > svg {
		width: 24px;
		height: 24px;
	}
	.main {
		height: calc(100% - 45px);
		overflow: hidden;
		overflow-y: scroll;
	}
	.make__button {
		min-width: 140px;
	}
	.filter {
		gap: 20px;
	}
	.filter__item {
		width: 100%;
		display: block;
	}
	.filter__input > * {
		width: 100%!important;
	}
	.filter__label {
		margin-bottom: 8px;
	}
	.make__products {
		max-height: none;
		overflow: hidden;
		zoom: 0.8;
	}
	.main__top {
		display: grid;
		grid-template-columns: 100%;
		gap: 20px;
	}
	.main__top-col--2 {
		margin: 0;
	}
}
@media(max-width: 767px) {
	.edit__row {
		display: grid;
		grid-template-columns: 100%;
		gap: 30px 20px;
	}
	.edit__col--1 {
		padding-right: 0!important;
	}
	.offer__col--1 {
		flex: 0 0 45px;
	}
	.offer__col--2 {
		padding-left: 15px;
	}
	.offer__actions {
		gap: 15px 20px;
	}
	.templates__items,
	.make__templates {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.main__action {
		width: 100%;
	}
	.main__action-btn {
		font-size: 14px;
		min-width: 1px;
		padding: 12px 15px;
		width: 100%;
	}
	.pay-tabs .main__action {
		flex: 0 0 100%;
	}
	.main__in {
		padding: 25px 22px;
	}
	.main__top {
		margin-bottom: 20px;
	}
	.rates__item {
		flex: 0 0 100%;
	}
}
@media(max-width: 500px) {
	.templates__items,
	.make__templates {
		grid-template-columns: 100%;
	}
	.dt-container {
		min-width: 500px;
	}
	.rates__tabs {
		zoom: 0.75;
	}
}