@font-face {
	font-family: "OpenSansBold";
	src: url(../fonts/OpenSansBold.eot);
	src: local("../fonts/OpenSansBold"), local("../fonts/OpenSansBold"),
		url("../fonts/OpenSansBold.eot?#iefix") format("embedded-opentype"),
		url(../fonts/OpenSansBold.woff) format("woff"),
		url(../fonts/OpenSansBold.ttf) format("truetype");
}

@font-face {
	font-family: "OpenSansRegular";
	src: url(../fonts/OpenSansRegular.eot);
	src: local("../fonts/OpenSansRegular"), local("../fonts/OpenSansRegular"),
		url("../fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
		url(../fonts/OpenSansRegular.woff) format("woff"),
		url(../fonts/OpenSansRegular.ttf) format("truetype");
}

@font-face {
	font-family: "UniNeueRegular";
	src: local("UniNeueRegular"), url(../fonts/UniNeueRegular.otf);
}

@font-face {
	font-family: "UniNeueLight";
	src: local("UniNeueLight"), url(../fonts/UniNeueLight.otf);
}

@font-face {
	font-family: "UniNeueBold";
	src: local("UniNeueBold"), url(../fonts/UniNeueBold.otf);
}

@font-face {
	font-family: "UniNeueHeavy";
	src: local("UniNeueHeavy"), url(../fonts/UniNeueHeavy.otf);
}

body {
	scroll-behavior: smooth;
	font-family: "UniNeueRegular", sans-serif;
	font-size: 22px;
	line-height: 1.4;
	color: #4f4f4f;
	overflow-x: hidden;
}

section {
	padding: 80px 0;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.right {
	text-align: right;
}

.bold {
	font-family: "UniNeueBold";
}

.yellow {
	color: #fff200;
}

.mt-50 {
	margin-top: 50px;
}

.mb-15 {
	margin-bottom: 15px;
}

.z-1 {
	z-index: 1;
}

.link {
	text-decoration: none;
	text-align: center;
}

.link:hover {
	text-decoration: none;
	color: #000;
}

.link:focus {
	text-decoration: none;
	color: #000;
}

.vistavka {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s;
}

.vistavka:hover {
	color: #000;
	text-decoration: none;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f7ee42),
		to(#ffd800)
	);
	background: linear-gradient(to top, #f7ee42, #ffd800);
	-webkit-box-shadow: 0 0 5px #f7ee42;
	box-shadow: 0 0 5px #f7ee42;
}

.vistavka:focus {
	color: #000;
	text-decoration: none;
}

.my_timer {
	font-weight: 700;
	color: #fff200;
	font-size: 32px;
}

.t-j {
	text-align: justify;
}

a {
	color: #4f4f4f;
	text-decoration: none;
}

a:hover {
	color: #4f4f4f;
}

p {
	margin: 0;
}

h1 {
	font-family: "OpenSansBold", sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4;
}

h2 {
	font-family: "OpenSansBold", sans-serif;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 110px;
	line-height: 1.4;
}

h2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 360px;
	height: 4px;
	background-color: #e8e8e8;
}

h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 160px;
	height: 8px;
	background: radial-gradient(40% 50%, #f7ee42, #ffd800);
}

h3 {
	font-family: "UniNeueBold", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

h4 {
	font-family: "OpenSansBold", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

.main-tittle {
	font-family: "OpenSansBold", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4;
}

.h3 {
	font-size: 30px;
	text-transform: uppercase;
}

.small {
	font-size: 80%;
}

.main-input {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	padding: 18px 20px;
	font-size: 18px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #000;
}

.main-submit {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	padding: 15px 20px;
	border: none;
	border-radius: 5px;
	color: #000;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f7ee42),
		to(#ffd800)
	);
	background: linear-gradient(to top, #f7ee42, #ffd800);
	-webkit-box-shadow: 0 0 5px #f7ee42;
	box-shadow: 0 0 5px #f7ee42;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-submit:hover {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffd800),
		to(#f7ee42)
	);
	background: linear-gradient(to top, #ffd800, #f7ee42);
	-webkit-box-shadow: 0 0 15px #f7ee42;
	box-shadow: 0 0 15px #f7ee42;
}

a:focus,
input:focus,
button:focus {
	outline: 0;
}

.btn-main {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	padding: 15px 20px;
	border: none;
	border-radius: 5px;
	color: #000;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f7ee42),
		to(#ffd800)
	);
	background: linear-gradient(to top, #f7ee42, #ffd800);
	-webkit-box-shadow: 0 0 5px #f7ee42;
	box-shadow: 0 0 5px #f7ee42;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-main:hover {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffd800),
		to(#f7ee42)
	);
	background: linear-gradient(to top, #ffd800, #f7ee42);
	-webkit-box-shadow: 0 0 15px #f7ee42;
	box-shadow: 0 0 15px #f7ee42;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #000;
	z-index: 999;
	display: none;
}

.navbar-brand {
	margin-left: 0;
	padding: 5px 0;
}

.navbar-brand img {
	max-height: 50px;
}

.navbar-nav {
	float: right;
	margin: 0;
	text-align: center;
}

.navbar-nav li {
	display: inline-block;
	margin-right: 10px;
}

.navbar-nav li:last-child {
	margin-right: 0;
}

.navbar-nav li.navbar-phone a {
	font-size: 26px;
}

.navbar-nav li a {
	font-size: 18px;
	color: #fff;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
	background-color: transparent;
}

.main {
	display: flex;
	padding: 0;
	height: 1080px;
	background: #000 url(../img/main.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}

.main-address {
	margin-top: 16px;
	font-size: 16px;
	text-align: center;
}

.main-contact {
	margin-top: 10px;
	text-align: right;
}

.main-contact a.top-phone {
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}

.main-contact p {
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

.logo {
	max-width: 220px;
}

.offer {
	margin-top: 80px;
	text-align: center;
	font-size: 24px;
	color: #fff200;
}

.opinion {
	position: relative;
	background: #fff;
	background-size: cover;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	border-radius: 5px;
	height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	cursor: pointer;
	margin: 20px auto 10px auto;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reason-block {
	margin-top: 100px;
}

.reason-item {
	text-align: center;
	height: 340px;
	margin-bottom: 60px;
	border-radius: 5px;
	padding: 15px;
	background: #ffd800;
	box-shadow: 0 0 15px #f7ee42;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#f7ee42),
		to(#ffd800)
	);
	background: linear-gradient(to top, #f7ee42, #ffd800);
	-webkit-box-shadow: 0 0 5px #f7ee42;
	box-shadow: 0 0 5px #f7ee42;
	transition: all 0.3s;
}

.reason-item:hover {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffd800),
		to(#f7ee42)
	);
	background: linear-gradient(to top, #ffd800, #f7ee42);
	-webkit-box-shadow: 0 0 15px #f7ee42;
	box-shadow: 0 0 15px #f7ee42;
}

.reason-item h3 {
	margin-bottom: 38px;
}

.forma {
	background: #000 url(../img/bg-form2.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	color: #fff;
	text-align: center;
}

.forma h2 {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 60px;
}

.forma h2:before,
.forma h2:after {
	width: 0;
}

.forma .h3 {
	font-family: "OpenSansBold";
	font-size: 35px;
}

.forma form {
	margin: 30px auto 40px auto;
}

.steps {
	background: #fff;
	background-size: cover;
	padding-bottom: 0px;
}

.steps h2 {
	margin-bottom: 80px;
}

.about-text {
	padding: 15px 15px 40px 15px;
	text-align: justify;
}

.step {
	position: relative;
	width: 332px;
	height: 227px;
	background: url(../img/s1.png) center no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto;
	cursor: default;
}

.step:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -27px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 55px;
	border-radius: 55px;
	background: #fff;
	font-family: "UniNeueHeavy", sans-serif;
	font-size: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.step:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: "UniNeueHeavy", sans-serif;
	font-size: 30px;
	color: #ffd800;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.step:hover:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -27px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 55px;
	border-radius: 55px;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffd800),
		to(#fff200)
	);
	background: linear-gradient(to top, #ffd800, #fff200);
	font-family: "UniNeueHeavy", sans-serif;
	font-size: 50px;
}

.step:hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: "UniNeueHeavy", sans-serif;
	font-size: 30px;
	color: #000;
}

.step p {
	font-size: 18px;
	width: 300px;
	height: 227px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.s1:after {
	content: "1";
}

.s1:hover:after {
	content: "1";
}

.s2:after {
	content: "2";
}

.s2:hover:after {
	content: "2";
}

.s3:after {
	content: "3";
}

.s3:hover:after {
	content: "3";
}

.s4:after {
	content: "4";
}

.s4:hover:after {
	content: "4";
}

.s5:after {
	content: "5";
}

.s5:hover:after {
	content: "5";
}

.s6:after {
	content: "6";
}

.s6:hover:after {
	content: "6";
}

.s7:after {
	content: "7";
}

.s7:hover:after {
	content: "7";
}

.s8:after {
	content: "8";
}

.s8:hover:after {
	content: "8";
}

.list {
	margin-top: 60px;
}

.list li {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 50px;
	margin-bottom: 35px;
	line-height: 1.8;
}

.list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 41px;
	background: url(../img/li.png) left top no-repeat;
}

.numbers {
	background: #e2e2e2;
	background-size: cover;
	padding-bottom: 0;
}

.price {
	background: url(../img/bg5.png) center no-repeat;
	background-size: cover;
	color: #fff;
}

.price .text-wrapper {
	border: 1px solid #fff;
	border-radius: 70px;
	padding: 60px 30px;
	text-align: center;
}

.price .text-wrapper h4 {
	font-size: 100%;
	margin: 0 0 30px;
}

.price .text-wrapper p {
	font-size: 66%;
	margin-bottom: 15px;
}

.price .text-wrapper p:last-child {
	margin-bottom: 0px;
}

.price h3 {
	font-size: 40px;
}

.price h4 {
	font-size: 26px;
	font-family: "OpenSansRegular", sans-serif;
	margin: 0 0 5px;
}

.price span.big {
	font-size: 48px;
}

.price .list {
	padding-left: 23px;
}

.info-item-1,
.info-item-2 {
	margin-bottom: 30px;
}

.info-item-1 h3 {
	margin: 0 0 5px;
}

/* .info-item-2 .small {
	font-size: 65%;
} */

.list-item {
	margin-bottom: 30px;
}

.list-item h4 {
	margin-bottom: 15px;
}

.list-item .list {
	margin-top: 0;
}

.list-item .list li {
	margin-bottom: 10px;
	list-style-type: disc;
	padding-left: 0;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 19px;
	line-height: 1;
}

.list-item .list li:last-child {
	margin-bottom: 0;
}

.list-item .list li::before {
	content: none;
}

.list-item p {
	font-size: 19px;
}

.past-header {
	margin-top: 30px;
}

.past-header h2 {
	margin-bottom: 60px;
}

.past-header p {
	font-size: 25px;
}

.past {
	margin-top: 40px;
	padding-bottom: 120px;
	/* background: url(../img/girl2.png) center no-repeat; */
	background-size: cover;
}

.about {
	background: url(../img/bg2.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}

.case-img {
	position: relative;
}

.case-img img {
	margin: 20px auto;
}

.slide {
	margin: 0 20px;
}

.contact {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact-right {
	width: 50%;
}

.contact a {
	display: inline-block;
	margin-right: 20px;
}

.contact a .center {
	max-width: 60px;
	margin: 20px 0;
}

.footer {
	background-color: #1f1f1f;
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
}

.footer p {
	cursor: pointer;
}

.up {
	display: none;
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 1;
}

.modal .main-input {
	margin: 10px auto;
}

.modal .main-submit {
	margin: 10px auto;
}

.modal .close {
	opacity: 1;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal .close:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal .close:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-prev {
	left: 0;
	width: 31px;
	height: 31px;
	background: url(../img/prev.png) center no-repeat;
	z-index: 1;
}

.slick-next {
	right: 0;
	width: 31px;
	height: 31px;
	background: url(../img/next.png) center no-repeat;
}

.about-network {
	background-color: #fff;
	padding: 80px 0;
}

.about-network .text-wrapper {
	text-align: justify;
	padding: 0 15px;
}
.about-network .text-wrapper p {
	margin-bottom: 15px;
}

.about-network .text-wrapper p:last-child {
	margin-bottom: 0;
}

.about-network .text-about {
	position: absolute;
	right: 55px;
	bottom: 40px;
	text-align: right;
	color: #fff;
}

.about-network .text-about .name {
	display: block;
}

.about-network .text-about .position {
	font-style: italic;
	font-size: 13px;
}

.benefit {
	background-color: #fff;
	background-size: cover;
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.main {
		min-height: 800px;
	}

	.offer {
		margin-top: 60px;
		font-size: 22px;
	}

	h1 {
		font-size: 36px;
	}

	.main-input {
		padding: 15px 20px;
	}

	.main-submit {
		padding: 13px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	body {
		font-size: 18px;
	}

	section {
		padding: 50px 0;
	}

	h3 {
		font-size: 19px;
	}

	.main {
		min-height: 800px;
	}

	.offer {
		margin-top: 60px;
		font-size: 22px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 34px;
	}

	.main-input {
		padding: 15px 20px;
	}

	.main-submit {
		padding: 13px;
	}

	.video {
		margin-bottom: 20px;
	}

	.opinion {
		min-height: auto;
		background: url(../img/bg-mob.jpg) center no-repeat;
		background-size: cover;
	}

	.reason-item {
		height: 300px;
		margin-bottom: 10px;
	}

	.forma {
		padding: 40px 0;
	}

	.navbar-nav li {
		margin-right: 5px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	body {
		font-size: 15px;
	}

	section {
		padding: 50px 0;
	}

	.logo {
		max-width: 160px;
	}

	.main-address {
		margin-top: 12px;
		font-size: 14px;
	}

	.main-contact a.top-phone {
		font-size: 24px;
	}

	.main-contact p {
		display: none;
	}

	.main {
		min-height: 800px;
	}

	.offer {
		margin-top: 60px;
		font-size: 22px;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		margin-bottom: 60px;
		font-size: 26px;
	}

	h3 {
		font-size: 13px;
	}

	.h3 {
		font-size: 25px;
	}

	.main-input {
		padding: 12px 20px;
		font-size: 16px;
	}

	.main-submit {
		padding: 13px;
	}

	.video {
		margin-bottom: 20px;
	}

	.forma h2 {
		font-size: 24px;
	}

	.forma .h3 {
		font-size: 24px;
	}

	.forma p {
		font-size: 18px;
	}

	.forma p.small {
		font-size: 80%;
	}

	.list li {
		font-size: 17px;
	}

	.opinion {
		min-height: auto;
		background: url(../img/bg-mob.jpg) center no-repeat;
		background-size: cover;
	}

	.reason-item {
		height: 300px;
		margin-bottom: 10px;
	}

	.forma {
		padding: 40px 0;
	}

	.past-header p {
		font-size: 20px;
	}

	.contact-left {
		padding: 50px;
		text-align: center;
	}

	.price .text-wrapper p {
		font-size: 16px;
	}

	.navbar-nav li {
		margin-right: 5px;
	}
}

@media (max-width: 899px) {
	.icon-bar {
		background-color: #fff;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 10px;
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-toggle {
		border: none;
		background: transparent !important;
		float: none;
		position: absolute;
		top: 15px;
		right: 15px;
		padding: 0;
		margin: 0;
		width: 30px;
		height: 30px;
	}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {
		width: 30px;
		margin-bottom: 6px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		z-index: 3;
	}

	.navbar-toggle .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		transform-origin: 10% 10%;
	}

	.navbar-toggle .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggle .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.navbar-nav {
		background-color: rgba(0, 0, 0, 0.9);
		margin-right: -30px;
		margin-left: -30px;
		/* position: absolute;
        margin: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1; */
	}

	.navbar-nav li {
		display: block;
		margin-bottom: 30px;
	}

	.navbar-nav li a {
		font-size: 26px;
	}

	.price .text-wrapper p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	body {
		background-color: #f2f2f2;
		font-size: 15px;
	}

	section {
		padding: 50px 0;
	}

	.vistavka {
		font-size: 14px;
	}

	.logo {
		max-width: 160px;
	}

	.main-address {
		margin-top: 12px;
		font-size: 14px;
	}

	.main-contact a.top-phone {
		font-size: 18px;
	}

	.main-contact p {
		display: none;
	}

	.main {
		height: auto;
		min-height: 800px;
	}

	.offer {
		margin-top: 30px;
		font-size: 20px;
	}

	.main-tittle {
		font-size: 24px;
	}

	h1 {
		font-size: 19px;
	}

	h2 {
		margin-bottom: 60px;
		font-size: 22px;
	}

	h2:before {
		width: 280px;
	}

	h2:after {
		width: 100px;
	}

	h3 {
		font-size: 20px;
	}

	.price h3 {
		font-size: 26px;
	}

	.price h4 {
		font-size: 20px;
	}

	.price span.big {
		font-size: 30px;
	}

	.list-item .list li {
		font-size: 15px;
	}

	.list-item p {
		font-size: 15px;
		text-align: center;
	}

	.list-item .list {
		margin-bottom: 10px;
	}

	.price .text-wrapper h4 {
		font-size: 19px;
	}

	.main-input {
		padding: 12px 20px;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.main-submit {
		padding: 13px;
	}

	.video {
		margin-bottom: 20px;
	}

	.steps {
		background: none;
	}

	.step {
		width: 300px;
		background-size: contain;
	}

	.step p {
		font-size: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.forma h2 {
		font-size: 21px;
	}

	.forma .h3 {
		font-size: 20px;
	}

	.forma p {
		font-size: 18px;
	}

	.forma p.small {
		font-size: 80%;
	}

	.list {
		margin: 0;
		padding: 0;
	}

	.list li {
		font-size: 17px;
	}

	.about {
		background: none;
	}

	.numbers {
		background: none;
	}

	.opinion {
		min-height: auto;
		background: none;
	}

	.reason-block {
		margin-top: 40px;
	}

	.reason-item {
		height: auto;
		margin-bottom: 50px;
	}

	.forma {
		padding: 40px 0;
	}

	.past {
		background: none;
	}

	.past-header {
		margin-top: 20px;
	}

	.past-header p {
		font-size: 20px;
	}

	.contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-left {
		width: 100%;
		padding: 20px 50px;
		text-align: center;
	}

	.contact-right {
		width: 100%;
	}

	.contact a:last-child {
		margin-right: 0;
	}

	.footer {
		text-align: center;
	}

	.right {
		text-align: center;
	}

	.bmp {
		padding: 25px 15px 35px 15px;
		margin-top: 0;
	}
}
