@media (min-width: 999px) and (max-width: 1199px) {
	/*.list--catalog .list__image {
		height: 305px!important;
		padding-top: 0!important;
		width: 299px!important;
	}*/

	/*.list--catalog .list__info {
		background-color: transparent;
		height: auto;
		padding: 15px 0 0 0px;
		width: 310px!important;
		display: block;
		text-align: center;
	}*/

	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 52px;
		width: 100%;
		text-decoration: none;
		margin-top: 81.5% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media (max-width: 1199px) {
	.h2-home {
		text-align: center;
	}

	.list--teasers {
		margin-top: -113px;
	}

	.list--teasers .list__text {
		font-size: 12px;
	}

}


@media (max-width: 991px) {
	.header__phone .divider,
	.header__phone .address {
		display: none;
	}

	.section--md-pb {
		padding-bottom: 0;
	}

	.section--md-pt {
		padding-top: 0;
	}
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 52px;
		width: 100%;
		text-decoration: none;
		margin-top: 81.5% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 28px;
	}

	h1 + .list,
	h2 + .list {
		margin-top: 20px;
	}

	.section--page iframe {
		height: 290px;
	}

	.section--404 .section__t {
		font-size: 100px;
	}

	.section--404 .section__sub-t {
		font-size: 28px;
	}

	.section--404 .section__icon {
		margin: 40px 0;
	}

	.header__phone {
		font-size: 18px;
	}

	.header__menu {
		height: 60px;
		margin-left: 30px;
		width: 60px;
	}

	.main-slider {
		padding-bottom: 30px;
		top: 0;
	}

	.main-slider__bg::after {
		background-color: rgba(0,0,0,0.2);
		bottom: 0;
		content: ' ';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.main-slider__t {
		font-size: 34px;
	}

	.main-slider__info {
		margin: 0 auto;
		max-width: 480px;
		padding-top: 20px;
		text-align: center;
	}

	.main-slider__slogan {
		font-size: 17px;
		margin-top: 10px;
	}

	.main-slider .filter {
		margin: 25px auto 0;
	}

	.list--teasers {
		display: none;
	}

	.list--catalog .list__item {
		margin: 30px 0;
	}

	.sidebar {
		margin-top: 20px;
	}

	.sidebar .form {
		border-bottom: 1px solid #cfcfcf;
	}

	.subscribe-product .form {
		max-width: 230px;
	}

	.list--advantages .list__item:nth-child(3),
	.list--advantages .list__item:nth-child(4) {
		margin-top: 30px;
	}

	.list--advantages .list__inner {
		flex-direction: column;
	}

	.list--advantages .list__image {
		margin-bottom: 10px;
	}

	.list--spec .list__item {
		margin-bottom: 10px;
	}

	.related .list--catalog .list__item {
		margin: 0;
	}

	.aside {
		margin-top: 40px;
	}

	.gallery__nav {
		display: none;
	}

	.card-header h3 {
		font-size: 20px;
		margin: 25px 0;
	}

	.footer {
		height: auto;
		padding: 20px 0;
	}

	.footer__copy .date {
		display: none;
	}

	.footer__nav .nav {
		flex-direction: column;
	}

	.footer__nav .nav__item {
		margin: 0 0 10px;
	}

	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 94.6%;
		text-decoration: none;
		margin-top: 77.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 2.7%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 576px) {
	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h3:not(:first-child) {
		margin-top: 40px;
	}

	h1 + .list,
	h2 + .list {
		margin-top: 10px;
	}

	.section {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.section--md-pb {
		padding-bottom: 0;
	}

	.section--md-pt {
		padding-top: 0;
	}

	.section--page iframe {
		height: 190px;
	}

	.section--404 .section__t {
		font-size: 100px;
	}

	.section--404 .section__sub-t {
		font-size: 18px;
	}

	.section--404 .section__icon {
		margin: 30px 0;
	}

	.header__menu {
		margin-left: auto;
	}

	.main-slider__t {
		font-size: 20px;
	}

	.main-slider__inner {
		padding: 0;
	}

	.main-slider__info {
		max-width: 290px;
	}

	.main-slider__slogan {
		font-size: 15px;
	}

	.main-slider .filter {
		margin: 25px auto 0;
		max-width: 320px;
		width: auto;
	}

	.subscribe-product .form {
		max-width: 100%;
	}

	.grid {
		font-size: 13px;
	}

	.grid__row {
		padding: 10px 0;
	}

	.form--bg {
		padding: 15px;
	}

	.form .btn {
		width: 100%;
	}

	.form--test-drive {
		max-width: 100%;
	}

	.card-header h3 {
		font-size: 16px;
	}

	.card-header h3::before {
		border-width: 5px 0 5px 6px;
		top: 5px;
	}

	.footer__copy {
		font-size: 12px;
		margin-top: 20px;
	}

	.footer__nav .nav__item:last-child {
		width: 90px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.footer__nav .nav__link {
		font-size: 12px;
	}

	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 62.4%;
		text-decoration: none;
		margin-top: 50.6% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 18.8%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media (max-width: 415px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 85%;
		text-decoration: none;
		margin-top: 68.5% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 7.5%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 412px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 85%;
		text-decoration: none;
		margin-top: 69.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 7.5%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 376px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 94.6%;
		text-decoration: none;
		margin-top: 77.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 2.7%;
		margin-right: 2.7%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width: 361px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 55px;
		width: 100%;
		text-decoration: none;
		margin-top: 81.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media (max-width: 321px) {
	.btn-banner {
		align-items: center;
		border-radius: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		font-size: 17px;
		/* font-weight: bold; */
		justify-content: center;
		height: 60px;
		width: 100%;
		text-decoration: none;
		margin-top: 77.2% !important;
		text-align: center;
		background-color: #f87503 !important;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (min-width: 576px) {
	.service-detail,
	.company-detail {
		margin-top: -60px;
	}

	.main.contact::before,
	.main.catalog::before {
		max-width: 540px;
	}

	.main.contact .container:first-child,
	.main.catalog .container:first-child,
	.main.company .container:first-child {
		/*margin-bottom: -60px;*/
		margin-top: -60px;
	}

	.main.contact .container:first-child {
		margin-bottom: -90px;
	}

	.main.contact :last-child .container,
	.main.catalog :last-child .container,
	.main.company :last-child .container {
		margin-bottom: -60px;
	}
}

@media (min-width: 768px) {
	.header__brand {
		margin-right: 15px;
	}

	.main.contact::before,
	.main.catalog::before {
		max-width: 720px;
	}

	/*.header__nav .nav__link {
		font-size: 14px;
		padding: 0 15px;
	}

	.header__phone {
		font-size: 16px;
	}*/

	.main-slider {
		height: 785px;
	}

	.main-slider__info {
		max-width: 350px;
		padding-top: 100px;
	}

	h1,
	.main-slider__t {
		color: #494d4e;
		font-size: 36px;
	}

	.main-slider .filter {
		background-color: #3E3E3F;
		padding: 30px 30px 15px;
		position: absolute;
		right: 15px;
		top: 100px;
	}

	.list--catalog .list__item {
		margin: 40px 0;
	}

	.list--catalog .list__image {
		height: auto;
		padding-top: 66.6666%;
		width: auto;
	}

	.sidebar {
		margin-top: 30px;
	}

	.sidebar .form {
		border-bottom: 1px solid #cfcfcf;
		padding-bottom: 10px;
	}

	.subscribe-product .form {
		max-width: 100%;
	}

	.subscribe-product .block__text {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.subscribe-product .block__name {
		margin-right: 20px;
		width: 130px;
	}

	.list--advantages .list__item:nth-child(3),
	.list--advantages .list__item:nth-child(4) {
		margin-top: 30px;
	}

	.list--advantages .list__inner {
		flex-direction: column;
	}

	.list--advantages .list__image {
		margin-bottom: 10px;
	}

	.list--spec .list__item {
		margin-bottom: 10px;
	}

	.related .list--catalog {
		margin: 0 -10px;
	}

	.related .list--catalog .list__item {
		margin: 0;
		padding: 0 10px;
	}

	.aside {
		margin-top: 50px;
	}

	.footer .list--socials {
		margin-right: 28px;
	}

	.footer__nav .nav {
		margin-left: 20px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 10px;
	}

	.footer__nav .nav__item:nth-child(1),
	.footer__nav .nav__item:nth-child(2),
	.footer__nav .nav__item:nth-child(3),
	.footer__nav .nav__item:nth-child(4) {
		width: auto;
	}

	.footer__copy,
	.footer__nav .nav__link {
		font-size: 12px;
	}

	.footer__copy .date {
		display: none;
	}

	.footer .br {
		display: block;
	}
}

@media (min-width: 992px) {
	.header__brand {
		margin-right: 20px;
	}

	.main.contact::before,
	.main.catalog::before {
		max-width: 960px;
	}

	/*.header__nav .nav__link {
		font-size: 12px;
		padding: 0 15px;
	}

	.header__phone {
		font-size: 14px;
	}*/

	h1,
	.main-slider__t {
		color: #494d4e;
		font-size: 46px;
	}

	.main-slider__info {
		max-width: 590px;
	}

	.list--teasers .list__item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.list--catalog .list__item,
	.list--catalog .list__inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.list--catalog .list__inner {
		flex-direction: row;
		width: 100%;
	}

	.list-column {
		flex-direction: column!important;
		width: 100%;
	}

	/*.list--catalog .list__image {
		height: 305px;
		padding-top: 0;
		width: 410px;
	}*/

	.list--catalog.related-slider .list__image {
		height: 305px;
		padding-top: 0;
	}

	.list--catalog .list__image {
		margin-right: 15px;
	}

	/*.list--catalog .list__info {*/
	/*	background-color: transparent;*/
	/*	height: auto;*/
	/*	padding: 0 0 0 20px;*/
	/*	width: 220px;*/
	/*	display: block;*/
	/*	text-align: center;*/
	/*}*/

	.list--catalog .list__info {
		background-color: transparent;
		height: auto;
		padding: 15px 0 0 15px;
		display: block;
	}

	.list__info__cat {
		background-color: transparent;
		height: auto;
		padding: 15px 0 0 20px;
		width: 450px;
		display: block;
		text-align: center;
	}

	.list__info .more {
		margin-left: 0;
	}

	.sidebar {
		margin-top: 40px;
		width: 100%;
	}

	.sidebar .form {
		border: none;
		padding-bottom: 0;
	}

	.subscribe-product .block__text {
		display: block;
	}

	.subscribe-product .block__name {
		margin-right: 0;
		width: auto;
	}

	.question,
	.aside {
		width: 280px;
	}

	.list--advantages .list__item:nth-child(3),
	.list--advantages .list__item:nth-child(4) {
		margin-top: auto;
	}

	.list--spec {
		margin-right: 20px;
	}

	.list--spec .list__item:not(:last-child) {
		margin-bottom: 10px;
	}

	.related .list--catalog {
		margin: 0;
	}

	.related .list--catalog .list__item {
		margin: 40px 0;
		padding: 0;
	}

	.aside {
		margin-top: 0;
	}

	.footer__nav .nav {
		margin-left: 40px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 20px;
	}

	.footer__copy .date {
		display: inline-block;
	}

	.footer .br {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.main.contact::before,
	.main.catalog::before {
		max-width: 1140px;
	}

	h1,
	.main-slider__t {
		font-size: 44px;
		margin-top: -1.3%;
	}

	.main-slider__info {
		max-width: 680px;
	}

	.main-slider__slogan {
		font-size: 28px;
		margin-top: 50px;
	}

	.list--teasers {
		margin-top: -240px;
	}

	.list--teasers .list__item {
		align-items: center;
		flex-direction: row;
	}

	.list--teasers .list__image {
		margin-bottom: 0;
		margin-right: 15px;
	}

	/*.list--catalog,
	.list--catalog ~ .pagination {
		margin-left: 100px;
	}*/

	.related .list--catalog,
	.related .list--catalog ~ .pagination {
		margin-left: 0;
	}

	/*.list--catalog .list__image {
		width: 350px;
	}*/

	/*.list--catalog .list__info {*/
	/*	padding: 0 0 0 30px;*/
	/*}*/

	/*.list--catalog .list__info {
		padding: 30px 0 0 0px;
	}*/

	.list--catalog .list__related {
		padding: 0 0 0 0px;
	}

	.list--advantages .list__inner {
		flex-direction: row;
	}

	.list--advantages .list__image {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.sidebar {
		width: 100%;
	}

	.question,
	.aside {
		width: 370px;
	}

	.footer__nav .nav {
		margin-left: 50px;
	}

	.footer__nav .nav__item:not(:last-child) {
		margin-right: 35px;
	}

	.footer__copy,
	.footer__nav .nav__link {
		font-size: 14px;
	}
}