
@media (max-width: 1280px) {
	/*          main-page         */
	.container {
	    max-width: 1140px;
	}
	.header__menu_item a i {
		margin-right: 5px;
	}
	.header__menu_item {
		margin-right: 30px;
	}
	.make-order__item {
		width: 23%;
	}
	.make-order__list {
		justify-content: space-between;
	}
	.service__item, .footer__social_item  {
		margin-right: 10px;
	}
	.footer__wrap {
		justify-content: space-between;
	}
	.footer__adress img, .footer__adress_item, .footer__tel_item{
		margin-right: 15px;
	}
	.footer__adress {
		margin-right: 0;
	}
	.footer__social {
    margin-left: 0;
	}
	.footer__tel {
		width: 285px;
	}
	/*          main-page         */
}

@media (max-width: 1200px) {
		/*          main-page         */
	.container {
	    max-width: 960px;
	}
	.header__sign-up {
		margin-right: 20px;
	}
	.header__menu_item {
		margin-right: 10px;
	}
	.header__menu_item a i {
		margin-right: 5px;
	}
	.main-banner {
		padding: 0;
	}
	.main-banner__content {
		-webkit-background-size: contain;
		background-size: contain;
	}

	.make-order {
		padding: 0;
	}
	.main-banner__content, .make-order__wrap, .choose-us, .service {
		padding: 65px 0;
	}
	.section-title, .make-order__list {
		margin-bottom: 40px;
	}
	.choose-us__list {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.choose-us__item {
		width: 30%;
	}
	.choose-us__item:nth-child(-n+3) {
			margin-bottom: 20px;
	}
	.footer__wrap {
		flex-wrap: wrap;
	}
	.footer__wrap > ul:nth-child(-n+3) {
		margin-bottom: 25px;
	}
	.footer__tel > li:nth-child(2n) {
		margin-right: 0;
	}
	.footer__social {
		width: 100%;
		justify-content: center;
	}

	/*          main-page         */
}

@media (max-width: 992px) {
	body {
		background-color: #FAFAFA;
	}
	/*          main-page         */
	.container {
    max-width: 720px;
	}
	.header__top {
		display: none;
	}
	.header__bottom {
		padding: 14px 0 12px;
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
		background-color: #fff;
	}
	.header__bottom_wrap {
		-ms-align-items: center;
		align-items: center;
		height: 100%;
	}
	.header__bottom_wrap .btn__garage {
		display: none;
	}

	.navBurger, .header__logo_mobile {
    display: block;
    z-index: 11;
	}
	.overlay {
		position: fixed;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transform: scale(0);
	}
	.overlay.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    padding-bottom: 15px;
    z-index: 10;
	}
	.header__menu  {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		width: 65%;
    margin: 0 auto;
	}
	.overlayMenu {
    position: absolute;
    text-align: right;
    left: 50%;
    transform: translateX(-50%);
    top: 85px;
    width: 100%;
    overflow: auto;
    height: calc(100% - 112px);
	}

	.header__menu {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.header__menu_item {
		margin-right: 0;
		padding: 10px 0;
		width: 100%;
	}
	.header__menu_item:nth-child(-n+3) {
    display: block;
	}
	.header__menu_item a i {
		margin-right: 20px;
	}
	.make-order__list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.make-order__item {
		margin-right: 0;
		width: 48%;
	}
	.make-order__item:nth-child(-n+3) {
		margin-bottom: 20px;
	}
	.footer__adress {
		width: 100%;
		justify-content: space-between;
	}
	.footer__adress_item {
		width: auto;
		margin-right: 0;
	}
	.footer__social {
		width: 254px;
		justify-content: space-between;
	}
	.footer__wrap > ul:nth-child(2) {
		margin-bottom: 0;
	}
	/*          main-page         */
	/*          about-ud-page         */
	.about-us__content, .advert__content  {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.page__desc {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.page__img {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.page__img img {
		width: 100%;
	}
	.breadcrumbs {
		display: none;
	}
	/*          about-us-page         */

	/*          error(404)-page         */
		.error-page {
			padding: 100px 0 150px;
		}
		.error-page__title {
			font-size: 360px;
		}
		.error-page__title i {
			margin: 0;
		}
		.lear-Page-1:before {
			font-size: 194px;
    	margin-top: 35px;
		}
	/*          error(404)-page         */

	/*          guarantee-page         */
		.guarantee__wrap, .work-examples__wrap {
			padding-top: 40px;
		}
	/*          guarantee-page         */

	/*          work-examples-page         */
		.work-examples__list {
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
			flex-direction: column;
		}
		.work-examples__item {
			width: 100%;
			margin-bottom: 60px;
		}
		.work-examples__item:last-child {
			margin-bottom: 0;
		}
		.work-examples__item img {
			margin: 0 auto;
			margin-bottom: 25px;
		}
	/*          work-examples-page         */


}

@media (max-width: 768px) {
	/*          main-page         */

	.container {
    max-width: 540px;
	}
	.main-banner__btn {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.main-banner__btn a {
		margin-right: 0;
		margin-bottom: 18px;
	}
	.footer__adress_item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
	}
	.footer__adress img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer__tel {
		width: 100%;
		justify-content: space-between;
	}
	.footer__wrap > ul:nth-child(1),
	.footer__wrap > ul:nth-child(2) {
		margin-bottom: 15px;
	}
	.footer__tel_item {
		margin-right: 0;
		width: 215px;
	}
	.footer__social {
		margin: 0 auto;
	}

	/*          main-page         */
	/*          about-us-page         */
	.content {
		padding: 41px 0;
	}
	.page__title {
		font-size: 24px;
		margin-bottom: 23px;
	}
	.page__img {
		margin-bottom: 31px;
	}
	.page__text {
		margin-bottom: 43px;
	}
	.page__desc .btn {
		padding: 0 28px;
	}
	.page__wrap {
		border: none;
		padding-bottom: 0;
	}
	.service.page__service {
		padding-bottom: 92px;
	}

	.about_us_images {
		margin:30px 0;
		overflow:hidden;
	}

	.about_us_images img {
	    float: left;
	    margin: 30px 0;
	    border-radius: 12px;
	    width: 100%
	}

	.about-us__img img {
	    width:100%;
	}
	.about-us__img {
	    width: 100%;
	}

	.about-us__desc {
	    width: 100%;
	    padding-left:30px;
	}
	/*          about-us-page         */

	/*          error(404)-page         */
	.error-page {
		padding: 58px 0 60px;
	}
	.error-page__title {
		font-size: 180px;
		margin-bottom: 17px;
	}
	.error-page__title i {
		margin: 0 -3px;
	}
	.lear-Page-1:before {
    font-size: 100px;
    margin-top: 7px;
	}
	.error-page__desc h2 {
		margin-bottom: 8px;
	}
	/*          error(404)-page         */

	/*          contacts-page         */
	.contacts.content {
		padding: 26px 0;
	}
	.contacts__right {
		margin-right: 0;
		padding-left: 8px;
		margin-bottom: 7px;
	}
	.contacts__item {
		margin-bottom: 6px;
	}
	.contacts__item:first-child {
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin-left: -3px;
	}
	.contacts__item:first-child i {
		margin-top: 3px;
	}
	.contacts__item:nth-child(2) {
    margin-bottom: 11px;
	}
	.contacts__content {
		padding-top: 16px;
		padding-bottom: 10px;
	}
	.contacts__left  {
		padding-left: 8px;
	}
	.contacts__time {
		margin-top: 1px;
	}
	.contacts__time li {
		margin-bottom: 1px;
	}
	.contacts__map {
		height: 407px;
	}
	/*          contacts-page         */

	/*          advert-page         */
	.advert {
		padding-top: 22px;
		padding-bottom: 20px;
	}
	.advert__img {
		margin-bottom: 30px;
	}
	.advert__text {
		margin-bottom: 40px;
	}
	.page__text h3 {
		margin-bottom: 22px;
	}
	/*          advert-page         */

	/*          guarantee-page         */
		.guarantee__wrap, .work-examples__wrap {
			padding-top: 0;
		}
		.guarantee__wrap .page__title {
		    margin-bottom: 36px;
		}
		.guarantee__wrap .make-order__list {
		    margin-bottom: 48px;
		}
		.btn__guarantee {
		    padding: 0 28px;
		}
	/*          guarantee-page         */

	/*          work-examples-page         */
	.work-examples__wrap .page__title {
		margin-bottom: 45px;
	}
	.work-examples__item img {
		margin-bottom: 23px;
	}
	.work-examples__item h3 {
		margin-bottom: 15px;
	}
	.btn__work-examples-item {
	    padding: 0 49px;
	}
	.work-examples__item {
		margin-bottom: 89px;
	}
	.work-examples__item:last-child {
		margin-bottom: 0;
	}
	.work-examples {
		padding-bottom: 49px;
	}
	/*          work-examples-page         */


	/*          actions-page         */
	.actions__wrap .page__title {
		margin-bottom: 45px;
	}
	.actions__item img {
		margin-bottom: 23px;
	}
	.actions__item h3 {
		margin-bottom: 15px;
	}
	.actions__item {
		margin-bottom: 89px;
		width:100%;
	}
	.actions__item:last-child {
		margin-bottom: 0;
	}
.actions__item .action_descr {
    width: 100%;
    float: left;
    padding-left: 0;
}


	/*          actions-page         */

	/*          job-choice-page         */
	.job-choice {
		padding-top: 27px;
	}
	.job-choice__wrap h1 {
		margin-bottom: 49px;
	}
	.job-choice__item {
    width: calc(33% - 5px);
	}
	.job-choice__top {
		padding-bottom: 39px;
		display:block;
	}
	.job-choice__item__bg {
		padding: 32px 0;
		margin-bottom: 24px!important;
	}
	.job-choice__item__bg i:before {
		font-size: 60px;
		font-weight: bold;
	}
	.job-choice__item_title h3 {
		font-size: 14px;
		line-height: 19px;
	}
	.job-choice__advert {
		margin-top: 36px;
		margin-bottom: 36px;
	}
	.job-choice__advert h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.job-choice__advert p {
		font-size: 14px;
		line-height: 19px;
	}
	/*          job-choice-page         */

	/*          repairs-page         */
	.repairs {
		padding: 27px 0;
	}
	.repairs__wrap .page__title {
		margin-bottom: 30px;
	}
	.repairs-car {
		margin-bottom: 27px;
	}
	.repairs-choice__search {
		margin-bottom: 38px;
	}
	.repairs-choice__list > li > div {
		padding: 0;
	}
	.repairs-choice__list_sub li {
		margin-left: 50px;
	}
/*	.repairs-choice__btn {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
*/
	.repairs-choice__btn .btn__orange.btn__repairs {
		order: -1;
		margin-bottom: 18px;
	}
	.repairs-choice__btn .btn__white.btn__repairs {
		margin: 0;
	}

	ul.fancytree-container {		white-space: unset;	}
	.node_child.fancytree-node {
    	height: 38px;
    }
    .node_child span.fancytree-title {
    	line-height: 16px;
    }

	.repairs-choice__list {
		margin-bottom: 42px;
	}
	.service-repairs {
		padding-bottom: 65px;
	}
	/*          repairs-page         */

	/*          garage-page         */
	.garage {
		padding-top: 27px;
		padding-bottom: 17px;
	}
	.garage__wrap .page__title  {
		margin-bottom: 29px;
	}
	.garage__client-info {
		margin-bottom: 40px;
	}
	.garage-slider-car {
		padding: 24px 0px 14px 19px;
	}
	.btn__garage_item {
		top: calc(100% - 14px);
	}
	.garage-slider-car {
		margin-bottom: 20px;
	}
	.garage__list_sub li {
		margin-left: 0;
	}
	.garage__list_sub li .garage-list__desc, .garage__list_sub li .garage-list__quan, .garage__list_sub li .garage-list__price {
		margin: 0;
	}
	.garage__list_sub li {
		justify-content: space-between;
	}
	.garage-info__list > div {
		padding-top: 7px;
	}
	.garage__item_btn {
		margin-top: 53px;
	}
	.service.service-garage {
			padding-bottom: 75px;
	}
	.garage__client-info div {
		margin: 0;
		margin-left: 13px;
	}
	/*          garage-page         */

	/*modal*/
	.arcticmodal-container_i {
		width: 100%;
	}
	.box-modal {
		width: 100%!important;
		margin: 0 auto;
	}
	.box-modal .input {
		max-width: 295px;
		width: 100%;
	}
	#forgoten {
		padding: 45px 10px;
	}
	/*modal*/


	/*login page*/
	.inputs__wrap {
		flex-wrap: wrap;
	}
	.inputs__wrap .input, .inputs__wrap div  {
		width: 100%;
		margin-bottom: 4px;
	}
	.login__desc {
		font-size: 14px;
		line-height: 19px;
	}
	.login__wrap .page__title {
    margin-bottom: 15px;
	}
	.login__desc {
		margin-bottom: 30px;
	}
	.input {
		height: 40px;
	}
	.inputs__wrap div a {
		display: block;
		margin-top: 11px;
    margin-left: 18px;
	}
	.inputs__wrap {
		margin-bottom: 17px;
	}
	.login {
		padding-bottom: 100px;
	}
	.btn__modal_choice {
		top: calc(50% - 2px);
	}
	/*login page*/

	/*recording page*/
	.recording {
		padding-top: 27px;
		padding-bottom: 52px;
	}
	.page__title-desc {
		font-size: 14px;
		line-height: 19px;
	}
	.recording__wrap .page__title {
		margin-bottom: 19px;
	}
	.recording__wrap .page__title-desc {
		margin-bottom: 50px;
	}
	.recording__calendar_wrap {
		margin-bottom: 54px;
	}
	/*recording page*/

	/*maintenance1 page*/
	.maintenance1 {
		padding: 27px 0;
		padding-bottom: 8px;
	}
	.maintenance1__wrap .page__title {
		margin-bottom: 16px;
	}
	.maintenance1__wrap .repairs-car {
		margin-bottom: 28px;
	}
	.maintenance1__choice h5 {
		margin-left: 0;
		margin-bottom: 21px;
	}
	.maintenance1__choice .repairs-choice__list_sub li {
		margin-left: 1px;
	}
	.maintenance1__choice .control_indicator {
		margin-right: 15px;
	}
	.maintenance1__choice .repairs-choice__list_sub {
		margin-bottom: 52px;
	}
	.service.service-maintenance1 {
		padding-bottom: 64px;
	}
	/*maintenance1 page*/

	/*maintenance2 page*/
	.maintenance2__wrap .page__title {
		margin-bottom: 16px;
	}
	.maintenance2__wrap .repairs-car {
		margin-bottom: 17px;
	}
	.maintenance2__item_name > h5 {
		margin-bottom: 9px;
	}
	.maintenance2__item_sum .price {
		margin-right: 0;
	}
	.maintenance2__item .garage-info__list > div > i {
		margin-right: 0;
	}
	.maintenance2__item .garage-info__list > div .maintenance2__item__list_name {
		width: calc(100% - 43px);
		margin-right: 10px;
	}
	.maintenance2__item_name  {
		margin-bottom: 21px;
	}
	.maintenance2__item .garage__list_sub li .garage-list__price {
		margin-right: 0;
	}
	.maintenance2__item .garage-info__list > .garage-info__list_status .price,
	.maintenance2__sum-block .price, .maintenance2__sum .price {
		margin-right: 0;
	}
	.maintenance2__sum-block {
	/*	margin-top: 32px;
		padding-bottom: 18px; */
	}
	.maintenance2__item {
		margin-bottom: 36px;
	}
	.maintenance2__item:last-child {
		margin-bottom: 48px;
	}
	.maintenance2__sum  {
	/*	margin-bottom: 78px; */
	}
	.maintenance2 {
		padding-bottom: 25px;
	}
	/*maintenance2 page*/

	/*maintenance3 page*/
	.maintenance3__wrap .page__title {
		margin-bottom: 18px;
	}
	.maintenance3__wrap .garage__list_sub li.title div {
		font-size: 14px;
	}
	.maintenance3__wrap .page__title-desc {
		margin-bottom: 52px;
	}
	.maintenance3__wrap .garage__list_sub li div {
		font-size: 14px;
		line-height: 19px;
	}
	.maintenance3__wrap .garage__list_sub li div.garage-list__price {
		margin-right: 0;
	}
	.maintenance3__wrap .garage__list_sub li .garage-list__desc {
		width: 150px;
	}
	.maintenance3__wrap .garage-info__list_status .name {
		font-size: 14px;
	}
	.maintenance3__wrap .garage__list_sub li.title {
		margin-bottom: 19px;
	}
	.maintenance3__wrap .garage__list_sub li.desc {
    padding-bottom: 19px;
    margin-bottom: 13px;
	}
	.maintenance3__wrap .garage__list_sub {
		margin-bottom: 21px;
	}
	.maintenance3__wrap .garage-info__list_status .price {
		margin-right: 0;
	}
	.maintenance3__wrap .garage-info__list_status {
		margin-bottom: 60px;
	}
	.maintenance3 {
		padding-bottom: 33px;
	}
	.service.service-maintenance3 {
		padding-bottom: 75px;
	}
	/*maintenance3 page*/


	.change__content {
		padding: 32px 0 100px;
	}
	.change__wrap .page__title {
		margin-bottom: 32px;
	}
	.change-form .inputs__wrap div input {
		margin-bottom: 0;
	}
	.change-form .inputs__wrap {
		margin-bottom: 38px;
	}

	.personal-data__wrap .page__title {
		margin-bottom: 35px;
	}
	.personal-data-form .inputs__wrap input {
		margin-bottom: 4px;
	}
	.change-form .inputs__wrap {
		margin-bottom: 21px;
	}
	.personal-data-form .inputs__wrap h5 {
		margin-bottom: 10px;
	}
	.personal-data-form .btns__wrap {
		margin-top: 38px;
	}

	/*confirmations page*/
	.confirmations {
		padding-top: 0;
		padding-bottom: 74px;
	}
	.confirmations__title_wrap {
		background-color: #FB5A2C;
	}
	.confirmations__title_wrap .container > div {
		background-color: transparent;
		position: relative;
		padding-top: 27px;
		padding-bottom: 83px;
		margin-bottom: 177px;
	}
	.confirmations__title_wrap .repairs-car {
		top: calc(100% - 77px);
		width: 100%;
	}
	.confirmations__wrap .garage__list_sub li.desc div {
		font-size: 14px;
		line-height: 19px;
	}
	.confirmations__content .garage__list_sub li .garage-list__price {
		margin-right: 0;
	}
	.confirmations__content .garage__list_sub li .garage-list__desc {
		width: 157px;
	}
	.confirmations__content .garage__list_sub li.desc {
		padding-bottom: 17px;
		margin-bottom: 11px;
	}
	.confirmations__content .price {
		margin-right: 0;
	}
	.btn__confirmations {
		order: -1;
		margin-bottom: 19px;
	}
	.confirmations__wrap .garage-info__list_status {
		margin-bottom: 70px;
	}
	/*confirmations page*/
}

@media (max-width: 576px) {
	/*          main-page         */
	.container {
    width: 100%;
	}
	.header__bottom {
   padding: 12px 0 11px;
	}
	.navBurger:before {
		width: 22px;
		top: -7px;
	}
	.navBurger {
		width: 16px;
	}
	.navBurger:after {
		width: 10px;
		bottom: -7px;
	}
		.main-banner__img {
		margin-bottom: 38px;
	}
	.main-banner__img img:first-child {
		width: 43px;
	}
	.main-banner__img img:last-child {
		width: 87px;
	}
	.main-banner__content, .make-order__wrap, .choose-us, .service {
		padding: 58px 0;
	}
	.main-banner__img img:first-child {
    margin-right: 24px;
    margin-left: 21px;
	}
	.main-banner .container {
		padding: 0;
	}
	.main-banner__desc h1 {
		font-size: 28px;
		width: 85%;
		margin: 0 auto;
		margin-bottom: 19px;
	}
	.main-banner__desc {
		margin-bottom: 68px;
	}
	.main-banner__btn div.btn {
		padding: 0 28px;
	}
	.main-banner__content {
		padding: 0 20px;
		padding-top: 20px;
		padding-bottom: 68px;
		background: url(/assets/images/front/orig.png) no-repeat left center / cover;
		background-position-x: 7%;
	}
	.main-banner__desc p br {
		display: none;
	}
	.section-title {
		font-size: 24px;
		margin-bottom: 27px;
	}
	.make-order__item {
		width: 100%;
	}
	.make-order__item {
		margin-bottom: 33px!important;
	}
	.make-order__list {
		margin-bottom: 36px;
	}
	.make-order__wrap {
		border: none;
	}
	.make-order {
		border-bottom: 1px solid #EEF0F3;
	}
	.choose-us__item i {
		margin-bottom: 16px;
	}
	.choose-us__item {
		width: 48%;
		margin-bottom: 40px!important;
	}
	.choose-us__item:last-child, .choose-us__item:nth-child(5) {
		margin-bottom: 0!important;
	}
	.footer {
		padding: 41px 0 35px;
	}

	.footer__adress_item, .footer__tel_item, .footer__links {
	    width: 90%;
	    margin-bottom: 20px;
	}
	.footer__wrap > ul:nth-child(1) {
		margin-bottom: 29px;
	}
	.footer__tel_item {
		margin-bottom: 9px;
	}
	.footer__tel_item:last-child {
		display: none;
	}
	.footer__wrap > ul:nth-child(2) {
		margin-bottom: 34px;
	}
	.footer__social {
		width: 100%;
		margin-bottom: 25px;
	}
	.footer__social_item a {
		width: 46px;
		height: 46px;
	}
	.lear-telegram:before {
		font-size: 22px;
	}
	.lear-mesen:before {
		font-size: 28px;
	}
	.lear-viber:before, .lear-facebook:before, .lear-instag:before {
		font-size: 24px;
	}
	.design__mob {
		display: block;
		text-align: center;
		width: 100%;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.45);
	}
	/*          main-page         */
	.service-repairs {
    	padding-bottom: 65px;
	}
		/*          garage-page         */
	.garage__client-info {
		justify-content: space-between;
	}
	.garage-slider__item {
		width: 310px;
	}
	/*          garage-page         */

	/*          recording-page         */
		.recording .btns__wrap {
			flex-wrap: wrap;
			justify-content: center;
		}
		.recording__calendar {
			margin-bottom: 63px;
		}
		.recording__wrap .btns__wrap .btn {
			margin-right: 0;
			margin: 0 15px;
			margin-bottom: 18px;
		}
		.btn_recording {
			order: -1;
		}
	/*          recording-page         */


	/*modal*/
	.box-modal {
		padding: 15px;
	}
	.modal__social {
		justify-content: space-between;
		width: 100%;
	}
	.modal__social_item {
		margin-right: 0;
	}
	.modal__social_item a {
		width: 40px;
		height: 40px;
	}
	.modal__text br {
		display: none;
	}
	.login-modal__desc .modal__text {
		margin-bottom: 30px;
	}


	#option {
		padding: 15px;
	}
	/*.service__item {
		width: 295px;
		margin: 0 auto;
	}*/
	/*.slider .owl-item:first-child .service__item, .slider .owl-item:last-child .service__item {
		margin:0;
	}
	.slider .owl-item:last-child .service__item {
		margin-left: auto;
	}*/

	#appointment_form .inputs__wrap {
    	height: 260px;
	}
	#appointment_form .step.client .inputs__wrap {
    	height: 100px;
	}
	#calculation_form .step.client .inputs__wrap {
    	height: 100px;
	}


	#appointment_form .job-choice__item__bg {
    	padding: 20px 10px;
	}
	#appointment_form .job-choice__item__bg .icon:before {
    	font-size: 40px;
	}
	#appointment_form .job-choice__item_title {		margin-top:20px;	}

	#req_connect input.input {
		width:100%;
	}

	.main-banner__btn .btn__orange { display:block;}

	.advert__content .advert__img {
	    margin-right: 0;
	}

	.advert__content .advert__img img {
	    max-width: 100%;
	    width: unset!important;
	    height: unset!important;
	}

	#cam_window {
		height: 270px;
	}

	iframe.iv-i {
	    height: 170px;
	    margin-top: 20px;
	}

	.view_cam {margin-bottom:50px;}

	.width600 {
		max-width:100%!important;
		width:100%!important;
	}

}

@media (max-width: 370px) {
	.job-choice__item_title h3 {
		font-size: 12px;
	}
	.garage-slider__item {
		width: 290px;
	}
	.welcome__wrap .btns__wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.welcome__wrap .btns__wrap .btn {
		margin: 0 10px;
		margin-bottom: 10px;
	}
	.recording__branches .footer__adress {
		justify-content: space-between;
	}
	.recording__branches .footer__adress .footer__adress_item {
		margin-right: 0;
	}
}

@media (max-width: 335px) {
	.service__item {
		width: 100%;
	}
}


