/* ------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: transparent;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a {
	color: inherit;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

svg {
	display: block;
}

/* ---------------------------------------------------------------------------- */
body {
	font-family: var(--font-family);
	font-size: 14px;
	font-weight: 700;
	overflow-x: hidden;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
}

:root {
	--font-family: "Roboto", sans-serif
}

.main-btn {
	border-radius: 5px;
	background: #3a6eb5;
	line-height: 1.47;
	text-align: center;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
	transition: ease .2s;
}

.main-btn::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: blur;
	background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
	transform: translate(-100%, -25%) rotate(180deg);
	animation: blick 8s infinite;
}

@keyframes blick {
	0% {
		transform: translate(-100%, -25%) rotate(-40deg);
	}

	20% {
		transform: translate(100%, -25%) rotate(-40deg);
	}

	100% {
		transform: translate(100%, -25%) rotate(-40deg);
	}
}


.wrapper {
	position: relative;
	z-index: 1;
}

/* -------------------------active/hover-------------------------*/

.header__btn:hover {
	background: #000;
	color: #fff;
}

.preview__btn:hover {
	opacity: 0.75;
}

/* -------------------------header-------------------------*/

.header {
	margin-bottom: 25px;
}

.container {}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
}

.header__logo {
	max-width: 172px;
}

.header__left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header__right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__desc {
	max-width: 276px;
	line-height: 20.55px;
	font-size: 15px;
}

.header__mail {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__mail-img {
	max-width: 26px;
}

.header__mail-text {
	font-size: 16px;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	transition: ease .2s;
}

.header__mail-text:hover {
	text-decoration-line: none;
	opacity: 0.75;
}

.header__info {
	display: flex;
	align-items: flex-start;
	gap: 10px;

}

.header__phone {
	max-width: 26px;
}

.header__info-content {}

.header__info-phone {
	font-size: 16px;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	transition: ease .2s;
	line-height: 24px;
}

.header__info-phone:hover {
	text-decoration-line: none;
	opacity: 0.75;
}

.header__info-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.green-text {
	font-weight: 700;
	color: rgb(8, 204, 11);
}

.header__btn {
	color: #fff;
	font-weight: 700;
	font-size: 14px;

}

/* -------------------------preview-------------------------*/

.page__preview {
	position: relative;
	z-index: 1;
	padding: 0 0 30px 0;
}

.preview__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.preview__bg--media {
	/*display: none;*/
	position: absolute;
	top: 200px;
    left: calc(50% + 130px);
    max-width: 710px;
}

.preview__container {}

.container {}

.preview__inner {}

.preview__title {
	font-size: 41px;
	font-weight: 700;
	line-height: 61.5px;

	max-width: 900px;
	margin-bottom: 20px;
}

.text-blue {
	color: #3a6eb5;
}

.preview__list {
	margin-bottom: 20px;
}

.preview__item {
	font-size: 22px;
	line-height: 30.14px;
}

.preview__desc {
	font-size: 26px;
	line-height: 35.62px;
	max-width: 650px;

	margin-bottom: 20px;
}

.preview__bottom {
	display: flex;
	flex-direction: column;
	max-width: 621px;
	gap: 5px;

}

.preview__btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 30px;
	align-self: flex-start;

}

.main-btn {}

.preview__btn-text {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	line-height: 24.99px;

}

.preview__btn-img {
	max-width: 26px;
}

.preview__bottom-desc {
	align-self: center;
	font-size: 14px;
	line-height: 16.8px;
	font-weight: 400;
}

/* -------------------------footer-------------------------*/

.footer {
	background: #000;
}

.container {}

.footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 35px 0 25px 0;
	color: #fff;
}

.footer__column {
	width: 100%;
}

.footer__logo {
	max-width: 146px;
	margin-bottom: 10px;
}

.footer__info {
	font-size: 11px;
	margin-bottom: 15px;
	max-width: 202px;
	line-height: 16.5px;
}

.footer__desc {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}

.footer__mail {
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	transition: ease .2s;

	display: inline-block;
	margin-bottom: 15px;
}

.footer__mail:hover {
	text-decoration: none;
	opacity: 0.75;
}

.footer__list {}

.footer__item {
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	line-height: 18px;
	transition: ease .2s;
}

.footer__item:hover {
	opacity: 0.75;
}

.footer__link {}

.footer__column-1 {
	max-width: 270px;
}

.footer__column-2 {
	display: flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
}

.footer__column-3 {
	max-width: 333px;
}

.footer__column-left {}

.footer__column-img {}

.footer__column-right {
	align-self: flex-start;
}

.footer__adress {}

.footer__adress-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.footer__adress-subtitle {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 23.8px;
}

.footer__adress-list {
	display: flex;
	flex-direction: column;
}

.footer__adress-item {
	line-height: 23.8px;
	font-size: 14px;
	font-weight: 400;
}

.footer__top {
	display: flex;
	gap: 20px;
	align-items: center;

	margin-bottom: 20px;
}

.footer__tel {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}

.footer__tel-img {
	max-width: 26px;
}

.footer__info-content {}

.footer__info-tel-link {
	font-size: 16px;
	text-decoration: underline;
	transition: ease .2s;
	line-height: 24px;
}

.footer__info-tel-link:hover {
	text-decoration: none;
	opacity: 0.75;
}

.footer__info-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.green-text {}

.footer__development {}

.footer__development-link {
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	transition: ease .2s;
	line-height: 18px;
}

.footer__development-link:hover {
	opacity: 0.75;
}

.footer__development-img {
	max-width: 101px;
}

.footer__bottom {}

.footer__bottom-desc {
	font-size: 12px;
	font-weight: 300;
	line-height: 14.4px;
}

.footer__column--media {
	display: none;
}

/* -------------------------burger-------------------------*/

.burger-btn {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	transition: ease .2s;
}

.burger-btn__line {
	width: 30px;
	height: 2px;
	background: #000;

	transition: ease .2s;
}

.burger-btn--active .burger-btn__line-1 {
	transform: translate(0px, 8px) rotate(45deg);
}

.burger-btn--active .burger-btn__line-2 {
	opacity: 0;
}

.burger-btn--active .burger-btn__line-3 {
	transform: translate(0px, -6px) rotate(-45deg);
}

.burger-menu {
	position: fixed;
	width: 100%;
	height: calc(100% - 75px);
	background: #fff;
	z-index: 50;
	bottom: 0;
	left: 0;

	transition: ease .2s;
	transform: translateX(0%) translateY(100%);
	opacity: 0;
	pointer-events: none;
	transition: all .4s ease;
}

.burger-menu--visible {
	opacity: 1;
	pointer-events: all;
	transform: translateX(0%) translateY(0%);
}

.burger-menu__window {
	padding: 20px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}



.burger-menu__window .header__desc {
	display: block;
	margin-bottom: 10px;
}

.burger-menu__window .header__mail {
	display: flex;
	margin-bottom: 10px;
}

.burger-menu__window .header__info {
	margin-bottom: 10px;
}

.burger-menu__window .header__btn {
	align-self: flex-start;
}

/* -------------------------media-------------------------*/

@media(max-width:1080px) {
	.burger-btn {
		display: flex;
	}

	.header__desc {
		display: none;
	}

	.header__mail {
		display: none;
	}

	.header__right {
		display: none;
	}
}

@media(max-width:980px) {
	.preview__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.preview__title {
		text-align: center;
	}

	.preview__desc {
		text-align: center;
	}

	.footer__column {
		display: none;
	}

	.footer__column--media {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.footer__tel {
		justify-content: center;
	}

	.footer__info {
		text-align: center;
		max-width: 248px;
	}

	.footer__machine {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 5px;
	}

	.footer__tel {
		margin-bottom: 10px;
	}

	.footer__column--show {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 208px;

		margin-bottom: 20px;
	}

	.footer__column-media-inner {
		display: flex;
		gap: 10px;
	}

	.footer__column-left {
		align-self: center;
	}

	.footer__bottom-desc {
		max-width: 360px;
		margin-bottom: 10px;
		text-align: center;
	}

	.footer__development {
		display: flex;
		flex-direction: column;
	}

	.preview__bg {
		display: none;
	}

	.preview__bg--media {
		display: block;
		max-width: 360px;
		top: auto;
		left: auto;
		position: relative
	}
	.container {
		padding: 0 15px;
	}
}

@media(max-width:720px) {
	.preview__title {
		font-size: 23px;
		line-height: 34.5px;
	}

	.preview__inner {
		max-width: 363px;
		margin: 0 auto;
	}

	.preview__item {
		font-size: 17px;
		line-height: 23.29px;
	}

	.preview__desc {
		font-size: 17px;
		line-height: 23.29px;
	}

	.preview__btn {
		padding: 16px 25px;
	}

	.header__inner {
		padding: 10px 0;
	}

	.header {
		margin-bottom: 35px;
	}

	.preview__bottom-desc {
		font-size: 12px;
	}
}