@media screen and (max-width: 1200px) {
	.container {
		width: 970px;
	}

	.header__address {
		margin-right: 20px;
	}

	.header__time {
		margin-right: 20px;
	}

	.header__whatsapp {
		margin-right: 20px;
	}

	.menu__item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.main .container:after {
		right: -245px;
	}

	.section__title {
		width: 400px;
	}

	.section__top_description {
		width: 570px;
	}

	.service__title {
		width: 480px;
	}

	.advantage {
		width: 315px;
	}

	.info__block.flex {
		padding-left: 0;
		padding-right: 0;
	}

	.info__description {
		width: 700px;
	}

	.info__block.flex {
		margin-bottom: 40px;
	}

	.contacts__item {
		width: 470px;
	}

	.contacts .input {
		width: 225px;
	}

	.contacts .form__privacy {
		width: 225px;
	}

	.contacts .form button {
		width: 225px;
	}

	.footer__logo {
		width: 200px;
	}

	.footer__logo .logo__title {
		font-size: 34px;
	}

	.footer__logo .logo__signature {
		font-size: 7px;
	}

	.service-main__info {
		width: 500px;
	}

	.service-main__img {
		width: 430px;
	}

	.price__img.flex {
		width: 330px;
	}

	.price__info {
		width: 550px;
	}

	.content .contacts__links.flex {
		width: 330px;
	}

	.contacts__links_item:nth-child(1) {
		margin-bottom: 30px;
	}

	.contacts__item.contacts__data {
		width: 600px;
	}

	.content .contacts__map {
		width: 600px;
	}

	.info__advantage {
		width: 305px;
	}

	.steps .info__title {
		margin-bottom: 30px;
	}

	.steps {
		padding-top: 50px;
	}

	.service-main__info h1 {
		font-size: 70px;
		line-height: 80px;
	}

	.service-main__info h1.small {
		font-size: 65px;
		line-height: 75px;
	}
}

@media screen and (max-width: 992px) {
	.container {
		width: 750px;
	}

	body {
		padding-top: 60px;
	}

	.header__mobile {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 100;
		background: #353645;
		padding-top: 12px;
		padding-bottom: 12px;
		height: 60px;
	}

	.header__mobile .logo {
		position: relative;
		top: -7px;
	}

	header {
		position: fixed;
		width: 100%;
		padding-top: 60px;
		top: -500px;
		transition: all ease 0.3s;
	}

	header.active {
		top: 0;
	}

	.navbar-tog {
		cursor: pointer;
		position: relative;
		top: -4px;
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 30px;
		height: 4px;
		margin-bottom: 5px;
		background-color: #fff;
		transition: all 0.3s ease-in-out;
	}

	.navbar-on .bar1 {
		transform-origin: 5% 40%;
		transform: rotate(45deg);
		background-color: #fff;
	}

	.navbar-on .bar3 {
		transform-origin: 10% 40%;
		transform: rotate(-45deg);
		background-color: #fff;
	}

	.navbar-on .bar2 { background-color: transparent; }

	.header__bottom .logo {
		display: none;
	}

	.menu__block {
		right: auto;
		left: 0;
	}

	.header__time {
		display: none;
	}

	.header__bottom.fixed {
		position: relative;
	}

	.main__block {
		width: 100%;
	}

	.main__block h1 {
	    width: 520px;
	    font-size: 50px;
	    line-height: 55px;
	    margin-bottom: 10px;
	}

	.main .container {
		padding-bottom: 60px;
	}

	.main .container:after {
		right: -220px;
	}

	.main__advantage {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.main .form .input {
		margin-bottom: 10px;
	}

	.main .form button {
		width: 260px;
	}

	.main__description-two {
    	width: 395px;
	}

	.main__advantages.flex {
		width: 370px;
	}

	.main .form__privacy {
		width: 100%;
	}

	.products {
		margin-top: -35px;
		padding-bottom: 45px;
	}

	.product {
		padding-left: 20px;
		padding-right: 20px;
	}

	.product__title {
		margin-bottom: 10px;
	}

	.section__title {
		width: 100%;
	}

	.section__top_description {
		width: 100%;
	}

	.product__table {
		margin-bottom: 15px;
	}

	.product__table table tr td {
		font-size: 17px;
	}

	.advantage {
		width: 245px;
		padding: 30px 20px;
	}

	.advantages {
		padding-bottom: 65px;
	}

	.info__description {
		width: 470px;
	}

	.info {
		padding-bottom: 50px;
	}

	.contacts__item {
		width: 100%;
	}

	.contacts__links.flex {
		justify-content: flex-start;
	}

	.contacts__links a {
		margin-right: 15px;
	}

	.contacts__form_title {
		margin-bottom: 15px;
	}

	.contacts .form button {
		margin-bottom: 20px;
	}

	.contacts .form__privacy {
		width: auto;
	}

	.service-main__info {
		width: 100%;
		order: 2;
	}

	.service-main__block {
		justify-content: center;
	}

	.service-main__img {
		width: 400px;
		order: 1;
		margin-bottom: 20px;
	}

	.service-main__info h1 {
		text-align: center;
		font-size: 60px;
		line-height: 60px;
	}

	.service-main__info h1.small {
		font-size: 60px;
		line-height: 60px;
	}

	.service-main {
		padding-top: 10px;
	}

	.service__title {
	    width: 630px;
	    margin-bottom: 15px;
	}

	.service__icon {
	    margin-bottom: 15px;
	}

	.price__img.flex {
		width: 230px;
	}

	.price__info {
		width: 420px;
	}

	.order__block {
		margin-right: 0;
	}

	.order__block:before {
		left: -295px;
	}

	.price {
		padding-bottom: 40px;
	}

	.content h1 {
		margin-bottom: 20px;
	}

	.content__description {
		margin-bottom: 20px;
	}

	.contacts__item.contacts__data {
		width: 380px;
	}

	.content .contacts__info {
		width: 100%;
	}

	.content .contacts__map {
		width: 100%;
	}

	.content .contacts__form {
		width: 540px;
	}

	.content .form__privacy {
		width: 290px;
	}

	.info__advantage {
		padding-left: 0;
		width: 230px;
		padding-top: 100px;
		background-position: center top;
	}

	.info__advantage_title {
		margin-bottom: 10px;
		text-align: center;
	}

	.footer__logo.flex {
		width: 100%;
		justify-content: center;
		margin-bottom: 10px;
	}

	.steps__items.flex {
		padding-left: 0;
		padding-right: 0;
	}

	.doc.flex {
		width: 100%;
	}

	.docs {
		padding-bottom: 40px;
	}

	.docs__block {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.container {
		width: 540px;
	}

	.header__address {
		display: none;
	}

	.header__tel {
		display: none;
	}

	.header__whatsapp_number {
		display: block;
	}

	.header__whatsapp_number a {
		text-decoration: none;
		font-size: 16px;
		font-family: 'GothamPro-Medium';
		color: #101010;
	}


	.menu.flex {
		width: 100%;
		justify-content: center;
	}

	.main .container:after {
		display: none;
	}

	.main__advantages.flex {
		position: relative;
	}

	.main__advantages:before {
		position: absolute;
		display: block;
		content: "";
	}

	.main__block {
		width: 100%;
	}

	.main__advantages.flex {
		width: 100%;
	}

	.main__advantage {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.main__block h1 {
		width: 100%;
	}

	.main__description-two {
		width: 100%;
	}

	.main__description-one {
		width: 100%;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 0;
		padding-bottom: 300px;
		z-index: 2;
	}

	.main__description-one:before {
		position: absolute;
		display: block;
		content: "";
		width: 540px;
		height: 295px;
		bottom: 0;
		right: 0px;
		background: url(../img/main-owner.png) center center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		z-index: -1;
	}

	.main .form__privacy {
		width: 260px;
	}

	.advantages {
		padding-top: 30px;
		background-position: center 75px;
	}

	.advantage {
		width: 100%;
		margin-bottom: 15px;
	}

	.advantages .section__top {
		margin-bottom: 15px;
	}

	.advantage {
		padding: 30px 15px;
	}

	.advantage-two {
		order: 1;
	}

	.advantage-one {
		order: 2;
	}

	.advantage-three {
		order: 3;
	}

	.advantage__title {
		margin-bottom: 10px;
	}

	.info__data {
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		order: 1;
	}

	.info__description {
		order: 2;
		width: 100%;
	}

	.contacts .input {
		width: 255px;
	}

	.contacts .form button {
		width: 255px;
		margin-bottom: 0;
	}

	.contacts .form__privacy {
		width: 255px;
	}

	.footer__callback {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	
	.info__slider-wrapper {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}

	.info__slider_arrows {
		position: absolute;
		top: 50%;
		z-index: 2;
		left: 0;
		width: 100%;
	}

	.info__slider_arrows div {
		position: absolute;
		width: 20px;
		height: 20px;
		border-right: 3px solid #018a5c;
		border-bottom: 3px solid #018a5c;
		top: -10px;
		transition: all ease0 0.3s;
	}

	.info__slider_arrows div.slick-disabled {
		border-color: #d7d7d7;
	}

	.info__slider_prev-arrow {
		left: 4px;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.info__slider_next-arrow {
		right: 4px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.service__table table tr td {
		font-size: 15px;
		line-height: 21px;
		padding: 5px 10px;
	}

	.service-main {
		padding-bottom: 40px;
	}

	.service-main__info h1,
	.service-main__info h1.small {
		font-size: 50px;
		line-height: 50px;
	}

	.service__title {
	    width: 455px;
	}

	.service__top.flex {
	    padding-left: 10px;
	}

	.price__top.flex {
		justify-content: center;
	}

	.price__img.flex {
		width: 180px;
		margin-bottom: 10px;
	}

	.price__info {
		width: 100%;
	}

	.price__title {
		text-align: center;
	}

	.price__table tr td {
		padding: 10px;
		font-size: 14px;
	}

	.order__block {
		width: 100%;
		z-index: 2;
	}

	.order__block:before {
		left: 50%;
		margin-left: -133px;
		z-index: -1;
		opacity: 0.2;
	}

	.content .contacts__links.flex {
		width: 100%;
	}

	.contacts__links_item {
		width: 100%;
	}

	.contacts__item_title {
		margin-bottom: 10px;
	}

	.contacts__item.contacts__data {
		width: 100%;
	}

	.info__advantage {
		width: 100%;
	}

	.step {
		margin-bottom: 10px;
		width: 100%;
	}

	.steps .info__title {
		margin-bottom: 10px;
	}

	.docs__block {
		padding: 20px 20px 0px 20px;
	}

	.docs__title {
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 576px) {
	
	.container {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header__top.flex {
		justify-content: center;
		padding-top: 10px;
	}

	.header__menu.flex {
		margin-left: 0;
		width: 100%;
		flex-wrap: nowrap;
		margin-top: 5px;
	}

	.menu.flex {
		width: 100%;
	}

	.menu__item {
		max-width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

	.menu__link {
		padding: 10px;
	}

	.main__block h1 {
		width: 100%;
		font-size: 44px;
		line-height: 50px;
		min-height: 0px;
	}

	.main__description-one {
		width: 100%;
		min-height: 0px;
		padding-bottom: 510px;
		padding-bottom: 52vw;
	}

	.main__description-one:before {
		width: 100vw;
		height: 51vw;
		right: 50%;
		margin-right: -50vw;
	}

	.main__advantages.flex {
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
	}

	.main {
		padding-top: 30px;
	}

	.main .form.flex {
		width: 100%;
	}

	.input {
		width: 100%;
		margin-bottom: 15px;
	}

	.form button {
		width: 100%;
		margin-bottom: 10px;
	}

	.main .form button {
		width: 100%;
	}

	.form__privacy {
		width: auto;
	}

	.main .form__privacy {
		width: auto;
	}

	.section__title {
		padding: 20px;
	}

	.section__top_description {
		padding: 20px;
		font-size: 15px;
		line-height: 21px;
	}

	.product-one,
	.product-two {
		width: 100%;
	}

	.product {
		padding: 10px;
	}

	.product__title {
		margin-bottom: 0;
	}

	.product__table table tr td {
		font-size: 14px;
	}

	.product__table {
		margin-bottom: 10px;
	}

	.service__top .btn {
		width: 120px;
		font-size: 15px;
		padding: 10px;
	}

	.section__top.flex {
		margin-bottom: 0;
	}

	.contacts__title {
		margin-bottom: 0;
	}

	.contacts .input {
		width: 100%;
	}

	.contacts .form button {
		width: 100%;
		margin-bottom: 10px;
	}

	.contacts .form__privacy {
		width: 100%;
	}

	.footer__links {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.modal {
		width: 300px;
		padding: 40px 20px 20px 20px;
	}

	.service-main__img {
		width: 300px;
	}

	.service-main__info h1,
	.service-main__info h1.small {
		font-size: 40px;
		line-height: 42px;
	}

	.service-main {
		padding-bottom: 40px;
	}

	.service__title {
    	width: calc(100% - 60px);
	}

	.service__top .btn {
	    width: 120px;
	    font-size: 15px;
	    padding: 10px;
	}

	.price__block-wrapper {
		padding: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.price__block {
		padding: 10px;
	}

	.price__title {
		font-size: 21px;
	}

	.content {
		padding-bottom: 40px;
	}

	.content .contacts__form {
		width: 100%;
	}

	.content .form button {
		margin-bottom: 10px;
	}

	.content .form__privacy {
		width: 100%;
		margin-bottom: 0;
	}

	.steps {
		padding-top: 40px;
	}

	.step__number {
		width: 40px;
		padding: 5px;
		font-size: 15px;
		border-bottom-right-radius: 5px;
	}

	.step {
		padding: 20px 20px 20px 60px;
	}

	.price__description p {
		font-size: 15px;
		line-height: 22px;
	}

	.doc__img {
		width: 70px;
	}

	.doc__img img {
		max-height: 70px;
	}

	.docs__title {
		font-size: 26px;
	}

	.doc p {
		width: calc(100% - 80px);
		font-size: 15px;
		line-height: 22px;
	}

	.doc.flex {
		padding-bottom: 15px;
	}
}