@media screen and (max-width: 1450px) {
	.online_calc {
		top: 52%;
	}

	.obratka__feedback {
		top: 58%;
	}

	.online_calc.rezka-button {
		top: 62.5%;
	}
}

@media screen and (max-width: 1200px) {

	.online_calc {
		width: 50px;
		height: 50px;
		box-sizing: border-box;
		background-image: url(/template/img/online_calc.png);
		background-repeat: no-repeat;
		background-position: 10px;
		right: 35px;
		top: 57%;
	}

	.online_calc.rezka-button {
		top: 63.5%;
		background-image: unset;
	}

	.online_calc img {
		display: none;
	}

	.online_calc.rezka-button img {
		display: block;
	}

	.online_calc.rezka-button span {
		display: none;
	}


	.obratka__feedback {
		top: 70%;
	}

	.obratka__feedback,
	.online_calc,
	.cutting-to-size {
		right: 5px;
	}
}

@media screen and (max-width: 1140px) {
	body {
		min-width: 320px;
	}

	img {
		max-width: 100%;
	}

	.center {
		max-width: 1030px;
		width: auto;
		padding: 0 15px;
	}

	.header__logo-wrap {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding-top: 9px;
	}

	.header__logo {
		margin: 0;
	}

	.header-search__form {
		display: flex;
		justify-content: flex-end;
	}

	.header-search__text {
		width: 50%;
	}

	.banner-arrow_left {
		left: 36px;
		transform: translateX(-50%);
		margin: 0;
	}

	.banner-arrow_right {
		right: 10px;
		transform: translateX(-50%);
		margin: 0;
	}

	.header-search {
		background-position-x: 25%;
	}

	.header>.center {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.header__feedback {
		width: 22%;
		display: block;
		position: relative;
		top: auto;
		margin-left: 29px;
		/* padding: 0; */
		/* padding-left: 34px; */
		/* background: url(../img/mini-icon.png) 1px -3px no-repeat; */
		text-align: center;
	}

	.header__contact {
		position: relative;
		top: auto;
		right: auto;
	}

	.product-list {
		height: auto;
		width: auto;
		padding-left: 0;
		background: none;
	}

	.product-list>.product-list__item:hover>ul.Class2 {
		display: none;
	}

	.top-menu {
		height: auto;
		/*padding: 22px 0;*/
		padding: 0;
	}

	.top-menu .center {
		display: flex;
		justify-content: space-between;
	}

	.top-menu__list {
		width: calc(70% - 29px);
		display: flex;
		justify-content: space-between;
		flex-grow: 1;
		padding: 0;
		margin: 0;
	}

	.top-menu__item {
		margin: 0;
	}

	.del_logo {
		display: none;
	}

	.all-catalog_new.index {
		display: flex;
		flex-wrap: wrap;
	}

	.all-catalog_new.index .catalog-item_new {
		width: calc(33.33% - 20px);
		margin: 10px !important;
	}

	.gear .h2 {
		width: 100%;
		margin-left: 10px;
	}

	.service {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-around;
		padding-top: 31px;
	}

	.footer>.center {
		display: flex;
	}

	.footer__catalog {
		margin: 0 12px;
		padding: 0 22px;
	}

	.footer__contact {
		width: auto;
		flex-grow: 1;
	}

	.footer__left {
		width: auto;
	}

	.footer__slogan {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0;
	}

	.footer__dial {
		position: relative;
		right: auto;
		top: auto;
		color: #353535;
		text-decoration: none;
		display: block;
	}

	.banner-template {
		padding-top: 210px;
	}


	#toTop {
		bottom: 94px;
	}

	.spoiler {
		width: 90vw;
	}

	.spoiler table {
		width: auto !important;
		overflow: scroll !important;
	}

	.kont_block {
		display: inline-block;
	}

	.feedback-form {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-left: 0;
	}

	.order-form {
		margin-left: 0;
		top: 59%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/*.obratka__feedback {
    font-size: 20px;
    width: 141px;
     margin: -98px 0 0 761px;
	}*/
	.polz_info {
		margin: -98px 0;
		right: 191px;
		padding: 3px;
	}

	.header {
		/*height: 197px;*/
		height: 228px;
	}

	.header>.center {
		margin-bottom: 10px;
	}

	.header {
		height: 205px;
	}

	.header__new .header__contact {
		grid-template-columns: 245px auto auto auto;
	}

	.header__new .city-block {
		grid-column: 1;
		grid-row: 1;
	}

	.header__new>.center {
		padding: 0;
	}



}


@media screen and (max-width: 1029px) {
	.page-news .news-item {
		width: 31%;
	}
}



@media screen and (max-width: 1020px) {
	.header {
		background: url(../img/header.jpg) 0px 0px repeat;
		top: 164px;
		display: block;
		position: fixed;
		flex-direction: column;
		width: 100%;
		transition: 0.4s;
		max-height: calc(100vh - 164px);
		height: 100%;
		left: 100%;
		z-index: 12;
		padding-top: 0;
		overflow: visible;
	}

	.header__new+.banner {
		margin-top: 210px;
	}

	.header._open {
		left: 0;
		overflow: scroll;
	}

	.header>.center {
		/* background: url(../img/header.jpg) 0px 0px repeat; */
		justify-content: flex-start;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 12;
		width: 100%;
		background-color: #ffffff;
		padding-bottom: 10px;
	}

	.header__mobile-button {
		display: block;
	}

	.header-product {
		display: block;
		position: relative;
	}

	.product-list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.product-list__item {
		text-align: center;
		position: relative;
		margin: 5px 0;
		width: 100%;
	}

	li.product-list__item a {
		display: block;
		padding: 5px 0;
	}

	.header__logo-wrap {
		justify-content: flex-start;
	}

	.header__sale {
		padding-bottom: 15px;
	}

	.header__feedback {
		width: 30%;
		/* background: url(../img/mini-icon.png) 36% -3px no-repeat; */
		justify-content: center;
		margin: 0 auto;
		display: block;
		/* margin-left: 0; */
		padding-left: 0;
	}

	.top-menu {
		display: block;
		position: relative;
	}

	.top-menu .center {
		flex-direction: column;
	}



	.top-menu__list {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.top-menu__item {
		margin: 5px 0;
	}

	.top-menu__item_active .top-menu__link,
	.top-menu__item:hover .top-menu__link {
		display: block;
	}

	.header__info {
		margin-top: 170px;
	}

	.banner-item {
		position: relative;
		width: 100%;
		height: 425px;
		display: flex;
		align-items: center;
	}

	.banner-item__info {
		width: auto;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}

	.banner-item.banner-item_3 .banner-item__info {
		width: 80%;
		margin: 0 auto;
		margin-top: 0;
		flex-direction: column-reverse;
	}

	.banner-item.banner-item_3 p {
		width: calc(100% - 120px);
		font-size: 32px;
		text-align: left;
	}

	.banner-item__info {
		margin: 0;
	}

	.banner-item.banner-item_3 .banner-item_logo {
		width: 20%;
		position: absolute;
		top: -24px;
		right: 16px;
	}

	.banner-item__title {
		font-size: 50px;
	}

	.banner-item p {
		width: calc(100% - 120px);
	}

	.banner-item.banner-item_if {
		position: absolute;
	}

	.banner-item_if .banner-item__info {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.banner-item_if__title {
		font-size: 29px;
		width: 100%;
	}

	.banner-item_if .if-block {
		font-size: 17px;
		width: 19%;
		margin: 0 5px;
		width: calc(33.33% - 10px);
		align-self: flex-start;
	}

	.if-block img {
		margin: 0 auto;
	}

	.banner__click {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 50%);
	}

	.banner-item.banner-item_1,
	.banner-item.banner-item_form {
		position: absolute;
	}

	.banner-item__info.banner-item__info_1 {
		margin: 0;
		width: 100%;
		align-items: center;
	}

	.banner-item_if__title.banner-item_if__title_1 {
		font-size: 40px;
		text-align: center;
		margin: 0;
	}

	.banner-item_if__list.banner-item_if__list_1 {
		width: calc(100% - 156px);
		margin: 0;
	}

	.banner-item_if__list {
		width: calc(100% - 156px);
	}

	.more__banner-item {
		margin: 0;
		margin-top: 14px;
	}

	.advantages+.center {
		display: flex;
		flex-direction: column;
	}

	.advantages+.center+.h2 {
		order: 1;
	}

	.news-banner {
		display: flex;
		width: 100%;
		align-content: center;
		order: 2;
	}

	.news-banner__item {
		margin: 0 auto;
	}

	.news-block {
		width: auto;
		order: 3;
		margin-bottom: 15px;
	}

	.news-item {
		/*width: calc(25% - 20px);*/
		margin: 10px;
	}

	.map.activ {
		height: auto;
		display: flex;
		flex-direction: column-reverse;
	}

	.map__contact {
		width: auto;
		max-width: 1030px;
		height: auto;
		position: relative;
		background: white;
		border-radius: 0;
		top: auto;
		left: auto;
		margin-left: 0;
		padding: 13px 85px;
		box-shadow: none;
	}

	.map__fon {
		position: relative;
		top: auto;
		left: auto;
	}

	.hfooter {
		height: 470px;
	}

	.footer {
		height: 465px;
		margin-top: -494px;
	}

	.footer-menu,
	.footer__catalog {
		display: none;
	}

	.footer__contact {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}

	.footer__link {
		width: 100%;
		text-align: center;
	}

	.footer__left {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	#toTop {
		bottom: 51px;
	}

	.page-list.left_menu {
		display: none !important;
	}

	.all-catalog_new {
		display: flex;
		flex-wrap: wrap;
	}

	.catalog-item_new {
		margin: 11px;
		width: calc(33.33% - 22px);
	}

	.new-services-main .catalog-item_new {
		margin: 11px;
		width: calc(33.33% - 26px);
	}

	.catalog-item_new:nth-child(4n+4) {
		margin-right: 11px;
	}

	.catalog-item__title-wrap {
		min-height: 108px;
	}

	ul.Class2 {
		display: none;
		position: relative;
		top: auto;
		box-shadow: none;
		margin-left: 0;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
	}

	.Class2 .product-list__item {
		width: 100%;
	}

	.Class2 ul.Class2 {
		left: auto;
		width: auto;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	.product-list>.product-list__item:hover>ul.Class2 {
		display: none;
	}

	.brevis {
		right: 22px;
		width: 27%;
	}

	.news-block .news-item {
		height: 320px;
		width: 30%;
	}

	.news-item {
		max-height: 330px;
	}

	.news-block .news-item p {
		height: 150px;
		overflow: hidden;
	}

	.orange2 {
		color: #ffffff;
		background-image: none;
	}

	.orange2 b {
		position: absolute;
		top: -20px;
		left: 7%;
		color: #ff8400;
	}

	p.knop_contact_tula {
		width: 0px;
		height: 38px;
		left: 172px;
		top: 8px;
		cursor: pointer;
		background-image: url(/template/img/arrow-map.png);
		background-position: 13px 14px;
		background-size: 41%;
		border-radius: 56%;
		background-color: #ff8400;
	}


	p.knop_contact_moskva {
		width: 0px;
		height: 38px;
		left: 172px;
		top: 8px;
		cursor: pointer;
		background-image: url(/template/img/arrow-map.png);
		background-position: 13px 14px;
		background-size: 41%;
		border-radius: 56%;
		background-color: #ff8400;
	}

	.order_form {
		width: 92%;
	}

	.order_form .ord .order-form_dir .second_form label input:checked+span {
		font-size: 14px;
		background-image: url(/template/img/sog_1.png);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding-top: 5px;
	}

	.order_form .ord .order-form_dir .second_form label span {
		background-image: url(/template/img/sog_2.png);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding-top: 5px;
	}

	ul.Class2 {
		margin: 0 auto !important;
	}

	.cont_half ul li {
		width: 42%;
	}

	.cont_half {
		height: auto;
	}

	.name_of_list li {
		width: 19%;
	}

	.header__contact {}

	.online_calc {
		top: 48%;
	}

	.online_calc.rezka-button {
		top: 55%;
	}

	.obratka__feedback {
		top: 62%;
	}

	.header__new>.center {
		padding: 0 15px;
	}
}


@media screen and (max-width: 980px) {
	.header__new>.center {
		flex-direction: column;
		align-items: flex-start;
	}

	.header__new .header__feedback.black-btn {
		margin: 0 0 15px;
		width: 245px;
	}
}

@media screen and (max-width: 928px) {
	table th.diam:after {
		display: none;
	}
}



@media screen and (max-width: 886px) {
	.page-news .news-item {
		width: 29%;
	}

	.orange2 {
		width: 88%;
	}

	form.zayvka-form .zayvka-form-main-block {
		width: 100%;
	}

	form.zayvka-form .zayvka-form-btn-block {
		margin: 10px auto;
		width: 100%;
	}

	button.zayvka-form__submit {
		margin: 0 auto;
		display: block;
	}

	form.zayvka-form {
		height: 240px;
	}

	form.zayvka-form input {
		width: 47%;
	}

	.order_form img {
		width: 14%;
	}

	.order_form .ord {
		width: 79%;
	}

	.calculator .calk_im {
		left: 80px;
	}

	.catalog_card .catalog_image {
		width: 37%;
	}


	.header__new.fixed .header__contact {
		display: none;
	}

	.header__new.fixed .header__feedback.black-btn {
		display: none;
	}

	.new-services-main .catalog-item_new {
		margin: 11px;
		width: calc(50% - 26px);
	}
}

@media screen and (max-width: 820px) {
	h2 {
		text-align: center;
	}

	.advantages-item__icon {
		margin: 0 auto !important;
	}

	.advantages-item__title {
		font-size: 16px;
	}

	.advantages .center {
		display: flex;
		flex-wrap: wrap;
	}

	.advantages-item {
		margin: 0 auto;
	}

	.h2+.advantages-item {
		margin: 0 auto;
	}

	.advantages h2 {
		width: 100%;
	}

	.header {
		max-height: calc(100vh - 55px);
		top: 55px;
		top: 0;
		padding-top: 55px;
		display: inline-flex;
	}

	.header__sale {
		margin-left: 11px;
	}

	.top-menu {
		order: 1;
	}

	.header>.center {
		position: fixed;
		top: 0;
		left: 0;
		background: url(../img/header.jpg) 0px 0px repeat;
		padding: 10px;
		z-index: 11;
		overflow: visible !important;
	}

	.header-product {
		order: 2;
	}

	.header__logo-wrap {}

	.header__logo {
		display: block;
		width: 217px;
	}

	.header__sale {
		display: none;
	}

	.header__contact {

		margin: 0 auto;
	}

	.header-search {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.header-search__submit {
		margin-left: 0;
	}

	.header__phone {
		font-weight: 400;
	}

	.header-search__text {
		width: 100%;
		margin: 5px;
	}

	.header-search__form {
		flex-direction: column;
		align-items: center;
		padding-bottom: 52px;
	}

	.header__info {
		margin-top: 140px;
	}

	.service-item {
		padding: 28px 16px 28px 13px;
		display: flex;
		width: calc(100% - 10px);
	}

	.service-item__icon {
		flex-shrink: 0;
		margin: 16px;
	}

	.service-item__about {
		width: auto;
	}

	.news-block {
		display: flex;
		flex-wrap: wrap;
	}

	.news-block .news-item {
		width: calc(50% - 20px);
		height: auto;
		margin: 10px;
	}

	.banner-template {
		padding-top: 77px;
	}

	.schem {
		width: 32%;
	}

	.order_form img {
		width: auto;
		display: block;
		margin: 0 auto 20px;
	}

	.order_form {
		width: 86%;
	}

	.order_form .ord {
		width: 100%;
		padding-left: 0;
	}

	.gear {
		background: none;
	}

	.top-menu__list {
		margin-top: 20px;
	}

	.name_of_list li {
		width: 32%;
	}

	.header__new .header__contact {
		margin: 0;
	}

	.header__new .header__feedback.black-btn {
		margin: 0 auto 15px;
	}

	.header__new>.center {
		flex-direction: row;
	}

	.header__new .header__contact {
		grid-template-columns: 245px auto;
	}

	.header__new .top-menu__list {
		margin: 0;
	}

	.header__new {
		max-height: 100%;
		height: calc(100vh - 164px);
		padding: 0;
		top: 164px;
	}

	form.zayvka-form {
		height: 100%;
		margin-bottom: 20px;
	}

}


@media screen and (max-width: 791px) {
	p.image__block img {
		width: 29%;
	}

	p.image__block {
		text-align: center;
	}

	.catalog_prev li {
		width: 27%;
	}

	.online_calc,
	.online_calc.rezka-button,
	.obratka__feedback {
		top: unset;
		transform: translateX(-50%);
		bottom: 10px;
	}

	.online_calc {
		left: calc(50% - 100px);
	}

	.online_calc.rezka-button {
		left: 50%;
		transform: translateX(-50%);
	}

	.obratka__feedback {
		left: calc(50% + 100px);
		width: 50px;
		font-size: 0px;
		height: 50px;
		display: grid;
		place-items: center;
	}

	.obratka__feedback::before {
		content: '';
		background: url('/template/img/phone.png') center / cover no-repeat;
		width: 20px;
		height: 20px;
		display: block;
		filter: grayscale(1)brightness(2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}




@media screen and (max-width: 775px) {
	.catalog__content .h3 {
		text-align: center;
		margin-top: 5px;
	}

	.dostavka_head {
		flex-direction: column;
		align-items: center;
	}

	.dostavka_head iframe {
		margin-bottom: 20px;
	}

	.kartin_blok {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.kartin_blok img {
		margin: 5px;
	}

	.image__block {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.image__block img {
		margin: 5px;
	}

	table {
		width: 90vw;
	}

	.header__feedback {
		/*background: none;
		margin: 11px 0;*/
		width: 50%;
	}

	.banner-item.banner-item_3 p {
		font-size: 27px;
	}

	.banner-item.banner-item_3 .banner-item_logo {
		width: 25%;
	}

	.all-catalog_new.index .catalog-item_new {
		width: calc(50% - 20px);
		margin: 10px !important;
	}

	.production__info {
		width: auto;
	}

	/*.production__title {
		font-size: 48px;
		margin-bottom: 49px;
	}*/
	.production__all {
		font-size: 22px;
	}

	.catalog-item__title-wrap {
		min-height: auto;
		height: 68px;
	}

	.catalog-item__title_new {
		font-size: 17px;
		text-align: center;
		padding: 4px;
	}

	.kont_block .button {
		margin-top: 10px;
	}

	.feedback-form {
		width: calc(100vw - 100px);
		z-index: 13;
	}

	.feedback-form__input {
		width: calc(100% - 20px);
	}

	.feedback-form__submit {
		width: calc(100% - 80px);
	}

	.order-form {
		width: calc(100vw - 100px);
	}

	.order-form__input {
		width: calc(100vw - 130px);
	}

	.order-form__submit {
		width: calc(100vw - 130px);
	}

	#toTop {
		bottom: 92px;
	}

	.page-table {
		width: 90vw;
	}

	/* .obratka__feedback {
		margin: 0;
		top: 24px;
    margin: 10px 0;
    position: relative;
    top: 0;
    display: block;
    float: none;
	} */
	.polz_info {
		margin: 0;
		top: 24px;
	}

	.catalog__content .h1 {
		margin-top: 35px;
	}

	.brevis {
		width: 35%;
	}

	.kartin_blok {
		display: inline-block;
	}

	.kartin_blok img {
		width: 43%;
	}

	.production__title:after {
		left: 68%;
	}

	.news-item {
		max-height: 380px;
	}

	.page-table {
		display: block;
		overflow: scroll;
	}

	.calculator .calk_im {
		width: 27%;
		top: 70px;
	}

	.head_calc,
	.head_calc tr,
	.head_calc tbody,
	.head_calc td {
		display: grid;
	}

	.head_calc td:has(.type-rent) {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}






}


@media screen and (max-width: 700px) {
	.new-services-main .catalog-item_new {
		margin: 11px;
		width: calc(50% - 26px);
	}

	.banner-item.banner-item_3 p {
		text-align: center;
		width: 87% !important;
	}

	.banner-item.banner-item_3 .banner-item_logo {
		width: 25%;
		position: relative;
		right: 0px;
		top: 60px;
	}

	.banner-item.banner-item_3 p {
		padding: 145px 40px 40px 40px;
	}

	.order_form .ord .order-form_dir .first_form {
		width: 100%;
	}

	.order_form .ord .order-form_dir .second_form {
		width: 100%;
	}

	.order_form {
		background-size: 170% 100%;
		width: 82%;
	}

	.cont_half {
		width: 92%;
		margin: 10px 0;
	}

	.cont_half ul li {
		width: 28%;
	}

	/* .head_calc td {
		display: block;
	}

	.head_calc tr {
		display: block;
	}
*/
	.head_calc th {
		display: none;
	}

	.head_calc tr.tfoot td:nth-child(1) {
		display: none;
	}

	.result {
		font-size: 14px;
	}

	.header__contact .city-block:nth-child(2) {
		display: none;
	}

	.header__contact>div:nth-child(1) {
		display: none;
	}

	.header__new .header__contact>div:nth-child(1) {
		display: flex !important;
	}

	.header__new>.center {
		flex-direction: column;
	}



	.header__new .header__contact {
		margin: 0 auto;
	}

	.header__new .header__feedback.black-btn {
		margin: 0 auto;
	}

	.header__new {
		height: calc(100vh - 225px);
		top: 225px;
	}



}




@media screen and (max-width: 610px) {
	.news-block .news-item {
		width: 90%;
		height: auto;
		margin: 10px 0;
	}

	.name_of_list li {
		width: 48%;
	}
}



@media screen and (max-width: 600px) {
	.kont_block {
		display: block;
	}

	.schem {
		width: 99%;
		margin: 10px 0;
	}

	form.zayvka-form .zayvka-form-main-block {
		display: block;
	}

	form.zayvka-form input {
		width: 100%;
		margin: 7px 0;
	}

	form.zayvka-form .zayvka-form-label-block {
		margin: 10px 0;
		display: block;
		text-align: center;
	}

	form.zayvka-form .zayvka-form-btn-block {
		margin: 10px 0;
		display: block;
		text-align: center;
	}

	.footer {
		margin-top: -372px;
	}

	.page-news .news-item {
		width: 29%;
	}

	.catalog__content .orange_table {
		display: block;
		overflow: scroll;
	}

	.page-news .news-item {
		width: 45%;
	}

	.banner-item.banner-item_3 p {
		width: 68% !important;
	}

	.banner-item.banner-item_3 p {
		font-size: 22px;
	}

	.banner-item.banner-item_3 .orange {
		font-size: 24px;
	}

	.calculator {
		height: 283px;
	}

	.calculator .online_calk {
		margin: 0 auto;
		width: 100%;
		padding: 59px 50px;
		box-sizing: border-box;
	}

	.calculator .calk_im {
		display: none;
	}

	.catalog_prev li {
		width: 36%;
	}


}


@media (max-width: 520px) {
	.sklad a {
		display: inline-block;
		width: 44%;
	}

	.page-news .news-item {
		width: 90%;
	}

	.page-news .news-item {
		height: 250px;
	}

	.order_form {
		width: 78%;
	}

	.catalog_card .catalog_image {
		width: 100%;
	}

	.catalog_card .catalog_info {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.header__new .header__contact {
		grid-template-columns: 1fr;
	}


	.header__new {
		height: calc(100vh - 275px);
		top: 275px;
	}



	.new-services-main .catalog-item_new {
		margin: 11px;
		width: 100%;
	}

}




@media screen and (max-width: 502px) {


	.brevis {
		display: inline-block;
		position: relative;
		float: none;
		top: auto;
		right: auto;
		width: auto;
		padding: 15px 0 0;
	}


	p.image__block img {
		width: 100%;
		margin: 5px 0;
	}

	/*.page-news .news-item {
    width: 40%;
}*/

	.header__feedback {
		width: 80%;
	}

	#block-block-13 {
		width: 80%;
	}
}

@media screen and (max-width: 475px) {
	.banner-item.banner-item_3 .banner-item_logo {
		width: 35%;
	}

	.banner-item.banner-item_3 p {
		font-size: 24px;
	}

	.banner-arrow {
		width: 50px;
		height: 50px;
		background: none;
		border-top: 2px solid #ffffff;
		border-left: 2px solid #ffffffff;
		cursor: pointer;
	}

	.banner-arrow_left {
		transform: translateX(-50%) rotate(-45deg);
		margin: 0;
	}

	.banner-arrow_right {
		right: -13px;
		transform: translateX(-50%) rotate(135deg);
		margin: 0;
	}

	.banner-item_if__title.banner-item_if__title_1 {
		font-size: 25px;
	}

	.banner-item__info {
		font-size: 15px;
	}

	.banner-item_if__title_1 {
		margin-bottom: 15px;
	}

	.banner-item__title {
		text-align: center;
		margin-bottom: 23px;
		font-size: 39px;
	}

	.catalog-item__title_new {
		font-size: 14px;
	}

	.catalog-item__title-wrap {
		height: 59px;
	}

	.service-item {
		padding: 28px 16px 28px 13px;
		display: flex;
		width: calc(100% - 10px);
		flex-direction: column;
	}

	.news-block .news-item {
		width: calc(100% - 20px);
	}

	.map__contact {
		padding: 13px 37px;
		margin-left: 0;
		/*margin: 0 auto;*/
	}

	.footer {
		margin-top: -470px;
		padding-top: 10px;
	}

	#toTop {
		bottom: 87px;
		z-index: 99;
	}

	.catalog-item_new {
		width: calc(50% - 22px);
	}

	.spoiler {
		overflow: scroll !important;
	}

	.obratka__feedback {
		/*width: 103px;
		font-size: 15px;
        padding: 8px 20px;
		margin: 10px 0;
		/*top: 43px;*/
	}

	.catalog__content .h1 {
		margin-top: 40px;
	}

	.kartin_blok {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.kartin_blok img {
		width: 42%;
		display: block;
		margin-bottom: 10px;
	}

	.polz_info {
		height: 22px;
		right: 151px;
		top: 43px;
		margin: 0;
		padding: 0px;
	}

	.polz_info a {
		font-size: 16px;
	}

	.footer {
		margin-top: -385px;
	}

	.kartin_blok img {
		width: 77%;
	}

	.page-news .news-item {
		height: 270px;
	}

	.order_form {
		width: 76%;
	}

	.service-item__icon {
		float: none;
		margin: 0 auto !important;
	}

	.cont_half ul li {
		width: 54%;
	}

	.name_of_list li {
		width: 96%;
	}

	.catalog_prev li {
		width: 260px;
	}

	.city-block>.header__link:nth-child(3) {
		display: none;
	}


}

@media screen and (max-width: 384px) {
	#nSection label:last-child {
		display: block;
		margin-top: 10px;
	}

	.calculator .online_calk {
		padding: 38px 50px;
	}
}

/*@media screen and (max-width: 375px) {
	form.zayvka-form {
    vertical-align: top;
    height: 230px;
    margin-top: 20px;
}
form.zayvka-form input {
    border: 1px solid #FF8304;
    height: 60px;
    width: 55%;
    padding: 0px 0px 2px 16px;
    vertical-align: top;
    font-size: 16px;
	    padding-bottom: 20px;
}
form.zayvka-form textarea {
font-size: 16px;
    text-align: center;
}
}*/