.link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-main);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.37;
	height: 30px;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	padding-inline: 16px;
	border: 1px solid #353535;
	transition: color, background-color .25s
}

@media (hover: hover) {
	.link:hover {
		background-color: var(--color-main);
		color: var(--color-main-2-dark)
	}
}

.link.is-big {
	height: 50px;
	font-weight: 500;
	color: var(--color-main-2-dark);
	background-color: var(--color-main);
	padding-inline: 30px
}

@media (hover: hover) {
	.link.is-big:hover {
		background-color: transparent;
		color: var(--color-main)
	}
}

.burger-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	background-color: var(--color-main-2);
	color: var(--color-main);
	font-size: 0
}

.burger-button:before,
.burger-button:after {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform .3s ease-in-out
}

.burger-button.is-active:before {
	transform: translate(-50%, -50%) rotate(45deg)
}

.burger-button.is-active:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.burger-button__center {
	width: 32px;
	height: 20px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	transition: all .15s ease-in-out
}

.burger-button.is-active .burger-button__center {
	border-color: transparent
}

.contact {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	background-color: var(--color-main);
	border-radius: 4px;
	height: 52px;
	padding-inline: 14px;
	color: var(--color-main-2-dark);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.37;
	transition: color, background-color .25s
}

@media (hover: hover) {
	.contact.is-whatsapp:hover {
		color: #fff;
		background-color: #48c95f
	}
}

@media (hover: hover) {
	.contact.is-telegram:hover {
		color: #fff;
		background-color: #27a6e5
	}
}

@media (hover: hover) {
	.contact.is-mail:hover {
		background-color: #ffc121
	}
}

@media (hover: hover) {
	.contact.is-phone:hover {
		background-color: #871ba9
	}
}

.contact.is-small-constant .contact__text {
	display: none
}

@media (max-width: 1280px) {
	.contact.is-small .contact__text {
		display: none
	}
}

@media (max-width: 767px) {
	.contact.is-small-mobile .contact__text {
		display: none
	}
}

@media (max-width: 480px) {
	.contact.is-small-mobile-small .contact__text {
		display: none
	}
}

.header {
	padding-block: 30px;
	background-color: var(--color-main-2-dark);
	z-index: 2
}

@media (max-width: 767px) {
	.header {
		position: fixed;
		width: 100%;
		padding-block: 20px
	}
}

.header__inner {
	display: flex;
	align-items: center
}

.header__logo {
	margin-right: auto;
	z-index: 5
}

@media (max-width: 375px) {
	.header__logo {
		width: 96px;
		height: 28px
	}
}

.header__menu-list {
	display: flex;
	align-items: center;
	column-gap: 20px
}

@media (max-width: 920px) {
	.header__menu-list {
		column-gap: 14px
	}
}

@media (max-width: 920px) {
	.header__menu-item:nth-child(3) {
		display: none
	}
}

@media (max-width: 767px) {
	.header__menu-item:nth-child(5) {
		display: none
	}
}

@media (max-width: 640px) {
	.header__menu-item:nth-child(4) {
		display: none
	}
}

@media (max-width: 480px) {
	.header__menu-item:nth-child(2) {
		display: none
	}
}

.header__burger-menu {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: var(--color-main-2-dark);
	overflow-y: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.header__burger-menu:not(.is-active) {
	visibility: hidden
}

.header__burger-menu-list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 50px
}

.header__burger-menu-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	justify-self: flex-end
}

@media (max-width: 480px) {
	.header__burger-menu-links {
		column-gap: 10px
	}
}

.header__burger-menu-link.is-telegram {
	justify-self: right
}

.header__burger-menu-link.is-mail,
.header__burger-menu-link.is-phone {
	justify-self: initial;
	grid-column: span 2
}

.header__burger-menu-network {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 5px
}

.header__burger-menu-network.is-whatsapp {
	background-color: #48c95f
}

.header__burger-menu-network.is-telegram {
	background-color: #27a6e5
}

.footer {
	padding-top: 50px;
	padding-bottom: 30px
}

@media (max-width: 480px) {
	.footer {
		padding-top: 40px
	}
}

.footer__logo {
	margin-right: auto
}

@media (max-width: 480px) {
	.footer__logo {
		order: 1
	}
}

.footer__body {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

@media (max-width: 480px) {
	.footer__body {
		flex-direction: column;
		row-gap: 20px
	}
}

.footer__links {
	display: flex;
	align-items: center;
	column-gap: 20px
}

@media (max-width: 480px) {
	.footer__links {
		width: 100%
	}
}

.footer__vk {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background-color: #07f;
	margin-left: auto
}

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	-moz-tab-size: 4;
	tab-size: 4
}

*,
:before,
:after {
	background-repeat: no-repeat;
	box-sizing: inherit
}

:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit
}

* {
	padding: 0;
	margin: 0
}

hr {
	overflow: visible;
	height: 0;
	color: inherit
}

details,
main {
	display: block
}

summary {
	display: list-item
}

small {
	font-size: 80%
}

[hidden] {
	display: none
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace
}

pre {
	font-size: 1em
}

b,
strong {
	font-weight: bolder
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	border-color: inherit;
	text-indent: 0
}

iframe {
	border-style: none
}

input {
	border-radius: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	resize: vertical
}

button,
input,
optgroup,
select,
textarea {
	font: inherit
}

optgroup {
	font-weight: 700
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0
}

select {
	-moz-appearance: none;
	-webkit-appearance: none
}

select::-ms-expand {
	display: none
}

select::-ms-value {
	color: currentColor
}

legend {
	border: 0;
	color: inherit;
	display: table;
	white-space: normal;
	max-width: 100%
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit
}

[disabled] {
	cursor: default
}

img {
	border-style: none
}

progress {
	vertical-align: baseline
}

[aria-busy=true] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled=true] {
	cursor: default
}

a {
	display: inline-flex;
	text-decoration: none
}

address {
	font-style: normal
}

li {
	list-style: none
}

@font-face {
	font-family: Manrope;
	src: url(/static/assets/fonts/Manrope-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Manrope;
	src: url(/static/assets/fonts/Manrope-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Manrope;
	src: url(/static/assets/fonts/Manrope-ExtraBold.woff2) format("woff2");
	font-weight: 800;
	font-style: normal
}

:root {
	--color-main: #FFFFFF;
	--color-main-2: #363535;
	--color-main-2-dark: #181818;
	--color-main-2-light: #A7A7A7;
	--color-main-2-litle-light: #555555;
	--margin-bottom-section: 100px
}

@media (max-width: 1280px) {
	:root {
		--margin-bottom-section: 60px
	}
}

@media (max-width: 640px) {
	:root {
		--margin-bottom-section: 50px
	}
}

@media (max-width: 480px) {
	:root {
		--margin-bottom-section: 40px
	}
}

body {
	font-family: Manrope, sans-serif;
	overflow-x: hidden;
	background-color: var(--color-main-2-dark)
}

body.is-muted {
	overflow: hidden
}

html,
body {
	height: 100%
}

html {
	scroll-padding-top: 40px
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: 100px
	}
}

html,
:has(:target) {
	scroll-behavior: smooth
}

body {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.main {
	flex-grow: 1
}

@media (max-width: 767px) {
	.main {
		padding-top: 100px
	}
}

img {
	max-width: 100%;
	height: auto
}

hr {
	border: initial
}

@media (min-width: 768px) {
	.visible-mobile {
		display: none!important
	}
}

@media (max-width: 767px) {
	.hidden-mobile {
		display: none!important
	}
}

.container {
	--container-padding: 20px;
	max-width: calc(1300px + var(--container-padding) * 2);
	margin-inline: auto;
	padding-inline: var(--container-padding)
}

.text {
	color: var(--color-main);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.37
}

.text--big {
	font-size: 20px
}

@media (max-width: 640px) {
	.text--big {
		font-size: 18px
	}
}

.text--very-big {
	font-size: 28px
}

.text--regular {
	font-weight: 400
}

.text--main-2-light {
	color: var(--color-main-2-light)
}

.title {
	color: var(--color-main);
	font-size: 46px;
	font-weight: 800;
	line-height: 1.28;
	text-transform: uppercase
}

@media (max-width: 1024px) {
	.title {
		font-size: 36px
	}
}

@media (max-width: 767px) {
	.title {
		font-size: 30px
	}
}

@media (max-width: 375px) {
	.title {
		font-size: 20px
	}
}

.title--big {
	font-size: 68px;
	line-height: 1.1
}

@media (max-width: 1280px) {
	.title--big {
		font-size: 48px
	}
}

@media (max-width: 920px) {
	.title--big {
		font-size: 38px
	}
}

@media (max-width: 480px) {
	.title--big {
		font-size: 34px
	}
}

.title--small {
	font-size: 24px
}

@media (max-width: 480px) {
	.title--small {
		font-size: 16px
	}
}

.article {
	background-color: var(--color-main-2);
	border-radius: 14px;
	padding: 20px
}

.article__link {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	height: 100%
}

@media (max-width: 640px) {
	.article__link {
		row-gap: 10px
	}
}

.article__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere;
	flex-grow: 1
}

.article__description {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere
}

.article__image {
	height: 200px;
	width: 100%;
	object-fit: cover
}

.articles__title {
	margin-bottom: 30px
}

@media (max-width: 1280px) {
	.articles__title {
		margin-bottom: 20px
	}
}

.articles__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 30px
}

@media (max-width: 1280px) {
	.articles__body {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 20px
	}
}

@media (max-width: 640px) {
	.articles__body {
		grid-template-columns: 1fr
	}
}

.articles__pagination {
	display: flex;
	column-gap: 10px;
	justify-content: center
}

.articles__pagination-button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 36px;
	height: 36px
}

.articles__pagination-button.is-active {
	background-color: var(--color-main);
	color: var(--color-main-2-dark)
}

.articles__pagination-button.is-arrow {
	border: 1px solid var(--color-main-2)
}

.full-article__title {
	margin-bottom: 30px
}

@media (max-width: 1280px) {
	.full-article__title {
		margin-bottom: 20px
	}
}

.full-article__body {
	background-color: var(--color-main-2);
	border-radius: 14px;
	padding: 20px
}

.full-article__image {
	border-radius: 10px;
	margin-bottom: 30px;
	height: 500px;
	width: 100%;
	object-fit: cover
}

@media (max-width: 1280px) {
	.full-article__image {
		height: 400px;
		margin-bottom: 20px
	}
}

@media (max-width: 920px) {
	.full-article__image {
		height: 300px
	}
}

@media (max-width: 640px) {
	.full-article__image {
		height: 200px
	}
}

@media (max-width: 480px) {
	.full-article__image {
		height: 150px
	}
}

.full-article__content {
	display: flex;
	flex-direction: column;
	align-items: center
}

.full-article__description {
	max-width: 860px;
	display: flex;
	flex-direction: column;
	row-gap: 20px
}

.catalog__header {
	display: flex;
	margin-bottom: 14px
}

.catalog__title {
	margin-right: auto
}

.catalog__text {
	max-width: 240px
}

.catalog__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 30px
}

@media (max-width: 920px) {
	.catalog__filters {
		margin-bottom: 20px
	}
}

@media (max-width: 640px) {
	.catalog__filters {
		display: flex
	}
}

.catalog__slider {
	display: none;
	margin-bottom: 20px
}

@media (max-width: 640px) {
	.catalog__slider {
		display: block
	}
}

.catalog__body {
	display: flex;
	flex-direction: column;
	row-gap: 50px;
	margin-bottom: 20px
}

.catalog__label {
	margin-bottom: 20px
}

.catalog__products-body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

@media (max-width: 920px) {
	.catalog__products-body {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width: 640px) {
	.catalog__products-body {
		grid-template-columns: repeat(2, 1fr)
	}
}

.catalog__product {
	height: 395px
}

@media (max-width: 1280px) {
	.catalog__product {
		height: 290px
	}
}

@media (max-width: 480px) {
	.catalog__product {
		height: 237px
	}
}

.catalog__footer {
	display: flex;
	justify-content: center
}

.catalog__button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-main);
	border-radius: 4px;
	height: 50px;
	padding-inline: 30px
}

.product {
	display: flex;
	flex-direction: column;
	position: relative
}

.product__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.product__preview {
	position: relative;
	flex-grow: 1;
	margin-bottom: 10px
}

.product__contacts {
	display: flex;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	column-gap: 10px;
	visibility: hidden;
	opacity: 0;
	transition: .25s
}

@media (hover: hover) {
	.product:hover .product__contacts {
		visibility: visible;
		opacity: 1
	}
}

.product__image {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: cover
}

.product__title {
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere
}

.full-cycle {
	margin-bottom: var(--margin-bottom-section)
}

.full-cycle__title {
	max-width: 930px
}

.full-cycle__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
	position: relative;
	height: 600px;
	padding: 30px 30px 50px
}

@media (max-width: 1024px) {
	.full-cycle__body {
		padding: 30px
	}
}

@media (max-width: 920px) {
	.full-cycle__body {
		height: 450px;
		padding: 20px 20px 30px
	}
}

@media (max-width: 640px) {
	.full-cycle__body {
		padding: 20px
	}
}

.full-cycle__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	z-index: -1;
	object-fit: cover
}

.full-cycle__description {
	max-width: 720px;
	margin-bottom: 20px
}

.full-cycle__contacts {
	display: flex;
	column-gap: 20px
}

.section-header {
	margin-bottom: 50px
}

@media (max-width: 1024px) {
	.section-header {
		margin-bottom: 40px
	}
}

@media (max-width: 640px) {
	.section-header {
		margin-bottom: 30px
	}
}

.section-header__title {
	margin-bottom: 10px
}

.section-header__subtitle {
	max-width: 860px
}

.achievements {
	margin-bottom: var(--margin-bottom-section)
}

.achievements__body {
	display: flex;
	gap: 20px
}

@media (max-width: 767px) {
	.achievements__body {
		flex-direction: column
	}
}

.achievements__achievement {
	background-color: var(--color-main-2);
	border-radius: 14px;
	padding: 20px;
	flex-grow: 1
}

.achievements__achievement-number {
	font-weight: 500;
	color: var(--color-main);
	font-size: 90px;
	line-height: 1.37;
	text-align: center;
	margin-bottom: 10px
}

@media (max-width: 920px) {
	.achievements__achievement-number {
		font-size: 80px
	}
}

@media (max-width: 767px) {
	.achievements__achievement-number {
		font-size: 60px
	}
}

@media (max-width: 480px) {
	.achievements__achievement-number {
		font-size: 50px
	}
}

.advantages {
	margin-bottom: var(--margin-bottom-section)
}

.advantages__body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

@media (max-width: 1280px) {
	.advantages__body {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width: 640px) {
	.advantages__body {
		grid-template-columns: 1fr
	}
}

.advantages__advantage {
	background-color: var(--color-main-2);
	border-radius: 14px;
	padding: 20px
}

.advantages__advantage-title {
	margin-bottom: 10px
}

.our-case {
	margin-bottom: var(--margin-bottom-section)
}

.our-case__body {
	display: grid;
	grid-template-columns: 4fr 6fr;
	column-gap: 20px;
	row-gap: 30px
}

@media (max-width: 1280px) {
	.our-case__body {
		grid-template-columns: 3.5fr 6.5fr
	}
}

@media (max-width: 920px) {
	.our-case__body {
		grid-template-columns: 1fr
	}
}

@media (max-width: 480px) {
	.our-case__body {
		row-gap: 20px
	}
}

.our-case__image {
	border-radius: 14px;
	object-fit: cover;
	height: 100%;
	width: 100%
}

@media (max-width: 920px) {
	.our-case__image {
		height: 400px
	}
}

@media (max-width: 640px) {
	.our-case__image {
		height: 300px
	}
}

@media (max-width: 480px) {
	.our-case__image {
		height: 230px
	}
}

.our-case__content {
	display: flex;
	flex-direction: column;
	row-gap: 20px
}

.our-case__block-title {
	margin-bottom: 10px
}

.our-case__block.is-result {
	background-color: var(--color-main-2);
	padding: 20px;
	border-radius: 14px
}

.service__link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--color-main-2);
	min-height: 260px;
	border-radius: 14px;
	padding: 20px;
	height: 100%;
	transition: .25s
}

@media (hover: hover) {
	.service__link:hover {
		background-color: var(--color-main-2-litle-light)
	}
}

@media (max-width: 640px) {
	.service__link {
		min-height: initial
	}
}

.service__title {
	margin-bottom: 10px
}

.services:not(:last-child) {
	margin-bottom: var(--margin-bottom-section)
}

.services__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

@media (max-width: 1024px) {
	.services__body {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width: 640px) {
	.services__body {
		grid-template-columns: 1fr
	}
}

.services__contact {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.services__contact-body {
	display: flex;
	column-gap: 20px
}

@media (max-width: 640px) {
	.services__contact-body {
		width: 100%
	}
}

.services__contact-text {
	margin-bottom: 20px
}

.services__contact-item {
	flex-grow: 1
}

.projects {
	margin-bottom: var(--margin-bottom-section)
}

.projects__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px
}

@media (max-width: 1280px) {
	.projects__list {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media (max-width: 920px) {
	.projects__list {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width: 640px) {
	.projects__list {
		display: none
	}
}

.projects__image {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: scale .2s
}

@media (hover: hover) {
	.projects__image:hover {
		scale: 1.05
	}
}

.projects__item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2
}

@media (max-width: 1280px) {
	.projects__item:nth-child(1) {
		display: none
	}
}

@media (max-width: 920px) {
	.projects__item:nth-child(n+8) {
		display: none
	}
}

.projects__description {
	display: flex;
	flex-direction: column;
	row-gap: 10px
}

.projects__slider {
	height: 250px;
	margin-bottom: 20px;
	display: none
}

@media (max-width: 640px) {
	.projects__slider {
		display: block
	}
}

.contacts {
	margin-bottom: 30px
}

@media (max-width: 480px) {
	.contacts {
		margin-bottom: 20px
	}
}

.contacts__text {
	margin-bottom: 30px
}

@media (max-width: 920px) {
	.contacts__text {
		margin-bottom: 20px
	}
}

.contacts__body {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 920px) {
	.contacts__body {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width: 480px) {
	.contacts__body {
		grid-template-columns: 1fr
	}
}

.contacts__contact {
	height: 200px;
	justify-content: center;
	align-items: center;
	background-color: var(--color-main-2);
	border-radius: 14px;
	transition: .25s
}

@media (hover: hover) {
	.contacts__contact:hover {
		background-color: var(--color-main-2-litle-light)
	}
}

@media (hover: hover) {
	.contacts__contact.is-mail:hover {
		background-color: #ffc121;

        opacity: 0,2;
	}
	.contacts__contact.is-mail:hover .copyBtn {
        opacity: 1;
    }
    .contacts__contact.is-mail:hover {

    }
}


@media (hover: hover) {
	.contacts__contact.is-phone:hover {
		background-color: #871ba9
	}
}

@media (hover: hover) {
	.contacts__contact.is-telegram:hover {
		background-color: #27a6e5
	}
}

@media (hover: hover) {
	.contacts__contact.is-whatsapp:hover {
		background-color: #48c95f
	}
}

@media (max-width: 480px) {
	.contacts__contact {
		height: 150px
	}
	.contacts__contact.is-mail:hover .copyBtn {

    opacity: 0.1;
    pointer-events: none;
    }
}

.address__title {
	margin-bottom: 7px
}

.address__address {
	margin-bottom: 20px
}

.address__image {
	border-radius: 14px;
	object-fit: cover
}

.preview__inner {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr 1fr 3fr;
	gap: 10px;
	margin-bottom: var(--margin-bottom-section)
}

@media (max-width: 1024px) {
	.preview__inner {
		gap: 20px;
		grid-template-rows: 1fr 2fr;
		grid-template-columns: 2fr .4fr 230px
	}
}

@media (max-width: 640px) {
	.preview__inner {
		display: flex;
		flex-direction: column
	}
}

.preview__title {
	grid-row: span 2
}

@media (max-width: 1024px) {
	.preview__title {
		grid-row: 1;
		grid-column: span 2
	}
}

.preview__image {
	border-radius: 14px;
	grid-row: span 2;
	align-self: end
}

@media (max-width: 1024px) {
	.preview__image {
		grid-row: 2;
		grid-column: 2/span 2
	}
}

@media (max-width: 640px) {
	.preview__image {
		width: 100%
	}
}

.preview__description {
	align-self: end;
	grid-column: 1;
	max-width: 640px
}

@media (max-width: 768px) {
	.preview__description {
		max-width: 370px
	}
}

@media (max-width: 640px) {
	.preview__description {
		max-width: initial
	}
}

.preview__description-text {
	margin-bottom: 20px
}

.preview__description-links {
	display: flex;
	column-gap: 20px
}

@media (max-width: 1024px) {
	.preview__subtext {
		justify-self: end;
		padding-top: 16px;
		grid-column: 3
	}
}

@media (max-width: 640px) {
	.preview__subtext {
		padding-top: initial
	}
}

.ready-projects {
	margin-bottom: var(--margin-bottom-section)
}

.ready-projects__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

@media (max-width: 767px) {
	.ready-projects__body {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width: 480px) {
	.ready-projects__body {
		display: flex;
		flex-direction: column
	}
}

.ready-projects__description {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media (max-width: 767px) {
	.ready-projects__description {
		grid-column: span 2
	}
}

.ready-projects__text {
	margin-bottom: 20px
}

.ready-projects__catalog {
	margin-bottom: 58px;
	align-self: flex-start
}

@media (max-width: 767px) {
	.ready-projects__catalog {
		margin-bottom: initial
	}
}

.ready-projects__product {
	height: 485px
}

@media (max-width: 1280px) {
	.ready-projects__product {
		height: 400px
	}
}

@media (max-width: 920px) {
	.ready-projects__product {
		height: 350px
	}
}

@media (max-width: 640px) {
	.ready-projects__product {
		height: 300px
	}
}

@media (max-width: 480px) {
	.ready-projects__product {
		height: 290px
	}
}

.print {
	margin-bottom: var(--margin-bottom-section)
}

.print__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px


}

@media (max-width: 1280px) {
	.print__list {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media (max-width: 920px) {
	.print__list {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width: 640px) {
	.print__list {
		display: block
	}
}

.print__image {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	min-height: 200px;
	max-height: 430px;
	object-fit: cover;
	transition: scale .2s
}

@media (hover: hover) {
	.print__image:hover {
		scale: 1.05
	}
}

@media (max-width: 640px) {
	.print__item:not(:last-child) {
		display: none
	}
}

.print__item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
	display: flex;
}

@media (max-width: 1280px) {
	.print__item:nth-child(1) {
		display: none
	}
}

.print__item:last-child {
	grid-column: span 2
}

@media (max-width: 920px) {
	.print__item:last-child {
		grid-column: span 3
	}
}

.print__description {
	display: flex;
	flex-direction: column;
	row-gap: 10px
}

.print__slider {
	height: 250px;
	margin-bottom: 20px;
	display: none;
}

@media (max-width: 640px) {
	.print__slider {
		display: block
	}
}

.full-product__title {
	margin-bottom: 30px
}

@media (max-width: 1280px) {
	.full-product__title {
		margin-bottom: 20px
	}
}

.full-product__body {
	display: grid;
	grid-template-columns: 49% 1fr;
	column-gap: 20px;
	margin-bottom: 60px
}

@media (max-width: 640px) {
	.full-product__body {
		display: block;
		margin-bottom: 50px
	}
}

@media (max-width: 375px) {
	.full-product__body {
		margin-bottom: 40px
	}
}

.full-product__slider-container {
	position: relative
}

.full-product__navigation-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	transform: translateY(-50%);
	border: 1px solid var(--color-main);
	border-radius: 4px;
	z-index: 1
}

.full-product__navigation-button--prev {
	left: 10px
}

.full-product__navigation-button--next {
	right: 10px
}

.full-product__navigation-button.swiper-button-disabled {
	opacity: .4
}

.full-product__slider {
	height: 640px;
	margin-bottom: 10px
}

@media (max-width: 1280px) {
	.full-product__slider {
		height: 440px
	}
}

@media (max-width: 920px) {
	.full-product__slider {
		height: 354px
	}
}

@media (max-width: 375px) {
	.full-product__slider {
		height: 320px
	}
}

.full-product__thumbs {
	height: 98px
}

@media (max-width: 479px) {
	.full-product__thumbs {
		height: 60px
	}
}

.full-product__image {
	width: 100%;
	height: 100%;

	object-fit: cover;
	border-radius: 14px
}

.full-product__image.is-thumb {
	border-radius: 8px
}

@media (max-width: 640px) {
	.full-product__preview {
		margin-bottom: 20px
	}
}

.full-product__price {
	margin-bottom: 20px
}

.full-product__contacts {
	display: flex;
	column-gap: 20px;
	margin-bottom: 30px
}

.full-product__block {
	display: flex;
	flex-direction: column;
	row-gap: 10px
}

.full-product__block.is-description {
	margin-bottom: 20px
}

.full-product__footer-title {
	margin-bottom: 50px
}

@media (max-width: 1024px) {
	.full-product__footer-title {
		margin-bottom: 40px
	}
}

@media (max-width: 640px) {
	.full-product__footer-title {
		margin-bottom: 30px
	}
}

.full-product__footer-body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

@media (max-width: 920px) {
	.full-product__footer-body {
		grid-template-columns: 1fr 1fr
	}
}

.full-product__footer-product {
	height: 370px
}

@media (max-width: 1280px) {
	.full-product__footer-product {
		height: 290px
	}
}

@media (max-width: 920px) {
	.full-product__footer-product {
		height: 370px
	}
}

@media (max-width: 640px) {
	.full-product__footer-product {
		height: 290px
	}
}

@media (max-width: 375px) {
	.full-product__footer-product {
		height: 237px
	}
}

.service-product {
	display: grid;
	grid-template-columns: .52fr 1fr;
	column-gap: 20px
}

@media (max-width: 1024px) {
	.service-product {
		display: flex;
		flex-direction: column;
		row-gap: 10px
	}
}

.service-product__title {
	margin-bottom: 6px
}

.service-product__price {
	margin-bottom: 10px
}

.service-product__container {
	min-height: 440px;
	width: 100%
}

@media (max-width: 1024px) {
	.service-product__container {
		min-height: initial;
		height: 400px
	}
}

@media (max-width: 767px) {
	.service-product__container {
		height: 300px
	}
}

.service-product__image {
	border-radius: 14px;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.service-product__body {
	display: flex;
	flex-direction: column;
	background-color: var(--color-main-2);
	border-radius: 14px;
	padding: 20px
}

.service-product__contacts {
	display: flex;
	gap: 20px
}

@media (max-width: 1280px) {
	.service-product__contacts {
		display: grid;
		grid-template-columns: 1fr 1fr
	}
}

.service-product__description {
	flex-grow: 1;
	margin-bottom: 30px
}

@media (max-width: 480px) {
	.service-product__description {
		margin-bottom: 17px
	}
}

.service-product__contact.is-mail,
.service-product__contact.is-phone {
	grid-column: span 2
}

.service-products {
	margin-bottom: var(--margin-bottom-section)
}

.service-products__title {
	margin-bottom: 20px
}

.service-products__body {
	display: flex;
	flex-direction: column;
	row-gap: 20px
}

.btn {
    opacity: 0;
	background-color: rgba(0, 0, 0, 0.5)#181818;
	color: #fff;
	padding: 15px 25px;
	border-radius: 3px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.copyBtn {

    opacity: 0.1;
    transition: opacity 0.3s ease;
}

.gallery-info {
  text-align: center;
  display: block;
  font-size: 12px;
  opacity: 0.7;
  font-style: italic;
}

.header .lead {
  max-width: 620px;
}

/** Below CSS is completely optional **/

.gallery-item {
  width: 182px;
  height: 182px;
  padding: 5px;
  background-position: center;
  background-size: contain;
}
