@font-face {
	font-family: Ubt-bold;
	src: url(../fonts/Ubuntu-Bold.ttf);
}

@font-face {
	font-family: Ubt-medium;
	src: url(../fonts/Ubuntu-Medium.ttf);
}

@font-face {
	font-family: Ubt-regular;
	src: url(../fonts/Ubuntu-Regular.ttf);
}

html, body {
	width: 100%;
	height: 100%;
}

.contentMainContainer {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	height: 100%;
}

.contentMainContainerItem {
	width: 100%;
}

body {
	font-family: Ubt-regular;
	color: #8d9293;
}

.container {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}

.greyContainer {
	background: #f9f9f9;
}

.brownContainer {
	background: #2c2022;
}

.fluid {
	width: 1170px;
	padding: 60px 16px;
}

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

.title {
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
	color: #101010;
}

.titlePortfolio {
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
	color: #101010;
}

.whiteTitle {
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
	color: #ffffff;
}

.postTitle {
	margin: 30px 0 50px 0;
	max-width: 550px;
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 149.7%;
	text-align: center;
	color: #bec2c3;
}

/****************** ↓ HEADER ↓ ******************/
/************ Desctope ************/
.headerDestope {
	position: relative;
	box-shadow: 0px 4px 15px rgba(66, 66, 66, 0.15);
	z-index: 10;
}

.headerTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1170px;
	padding: 30px 16px;
	border-bottom: 1px solid #f8f8f8;
}

.logo {
	font-family: Ubt-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #101010;
}

.linkWithIcon {
	display: flex;
	align-items: center;
	font-family: Ubt-medium;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #101010;
}

.linkWithIcon img {
	margin: 0 14px 0 0;
}

.headerMenu {
	display: flex;
	justify-content: space-between;
	width: 1200px;
}

.headerMenu a {
	padding: 18px 0;
	width: 25%;
	text-align: center;
	font-family: Ubt-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2f2f2f;
	transition: 0.1s;
}

.headerMenu a:hover {
	background: #d19375;
	color: #ffffff;
}

/************ Mobile ************/
.headerMobileContainer {
	width: 100%;
	height: 100%;
}

.mobileHeaderMenuContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.headerMobile {
	background: #ffffff;
	opacity: 0.98;
	box-shadow: 0px 4px 15px rgba(66, 66, 66, 0.15);
}

.headerTopMobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 6px 12px 16px;
	width: 100%;
}

.openMobileMenu {
	padding: 12px 10px;
}

.mobileHeaderMenu {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

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

.headerTopMobileMenuLogo a {
	margin-top: 24px;
}

.headerTopMobileMenu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.closeMobileMenu {
	margin: 12px;
	padding: 12px 10px;
}

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

.mobileMenuHeaderList a {
	padding: 15px;
	margin: 10px 0;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #101010;
}

.mobileHeaderMenuBottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 25px 0;
}

.mobileHeaderMenuBottom a {
	margin: 15px 0 0 0;
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #101010;
}

/****************** ↑ HEADER ↑ ******************/

/* --------------- ↓ BREAD CRUMBS ↓ --------------- */
.breadcrumb {
	display: flex;
	padding: 10px 0px;
}

.breadcrumb li a,
.breadcrumb li {
	font-family: Ubt-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #8d9293;
}

.breadcrumb li {
	position: relative;
}

.breadcrumb li:nth-child(n + 2):before {
	content: "/";
	padding: 0 10px;
}
/* --------------- ↑ bread crumbs ↑ --------------- */

.arrowBackMobileContainer {
	width: 100%;
	padding: 10px 16px 0;
}

a.arrowBackMobile {
	display: flex;
	align-items: center;
	width: fit-content;
}

a.arrowBackMobile p {
	margin-left: 8px;
	font-family: Ubt-regular;
	font-size: 16px;
	line-height: 18px;
	color: #101010;
}

.banner {
	background:  url(../images/background.jpg) 100% 100% no-repeat;
	background-size: cover;
	background-position: center;
	height: 650px;
	margin: 0 0 20px 0;
}

.bannerBrownContainer {
	padding: 15px 20px;
	margin: 0 0 20px 0;
	width: fit-content;
	background: rgba(43, 43, 43, 0.7);
}

.bannerTitle_1 {
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 90px;
	line-height: 149.7%;
	color: #ffffff;
}

.bannerTitle_2 {
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 149.7%;
	color: #bec2c3;
}

.bannerTitle_3 {
	font-family: Ubt-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 149.7%;
	color: #FFFFFF;
}

.blockIndividualOrder {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
}

.blockIndividualOrderItem {
	position: relative;
	margin: 0 0 10px 0;
	transition: 0.1s;
}

.blockIndividualOrderItem:hover {
	cursor: pointer;
	filter: brightness(0.75);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.blockIndividualOrderItem img {
	display: block;
}

.blockIndividualOrderItem div {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.blockIndividualOrderItem div p {
	max-width: 350px;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}

.blockIndividualOrderFullWidth {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
}

.blockIndividualOrderItemFullWidth {
	position: relative;
	margin: 0 0 10px 0;
	width: 970px;
	transition: 0.1s;
}

.blockIndividualOrderItemFullWidth:hover {
	cursor: pointer;
	filter: brightness(0.75);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.blockIndividualOrderItemFullWidth img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blockIndividualOrderItemFullWidth div {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.blockIndividualOrderItemFullWidth div p {
	max-width: 350px;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}

.blockServices {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
}

.blockServicesIconsContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blockServicesIconsContainerItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 50px;
}

.blockServicesIconsContainerItem p {
	margin: 25px 0 0 0;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #404040;
}

.blockServicesIconsContainerDesctope {
	justify-content: flex-start;
}

.blockServices {
	display: flex;
	margin: 40px 0 0 0;
}

.textBold {
	margin: 0 0 10px 0;
	font-family: Ubt-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
	color: #2f2f2f;
}

.greyPreTitle {
	margin: 0 15px 0 0;
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #8d9293;
}

.pechnikPhoto {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.pechnikPhoto img {
	margin: 0 0 30px 0;
}

button.beigeButton {
	padding: 17px 45px;
	margin: 7px 0 0 0;
	background: #d19375;
	border-radius: 3px;
	font-family: Ubt-bold;
	font-style: normal;
	font-size: 14px;
	line-height: 149.7%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.1s;
}

button.beigeButton:hover {
	cursor: pointer;
	background: #e59873;
}

/* ------- ↓ tabs ↓ ------- */
.tabs .tabConent,
.tabs input {
	display: none;
}

.tabs label {
	width: 20%;
	text-align: center;
	position: relative;
	padding: 5px;
	line-height: 28px;
	cursor: pointer;
	bottom: 1px;
	border-bottom: 1px solid #bec2c3;
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 149.7%;
	color: #bec2c3;
}

.tabs input[type="radio"]:checked + label {
	border-bottom: 1px solid #d19375;
	color: #ffffff;
}

input:nth-of-type(1):checked ~ .tabConentContainert .tabConent:nth-of-type(1),
input:nth-of-type(2):checked ~ .tabConentContainert .tabConent:nth-of-type(2),
input:nth-of-type(3):checked ~ .tabConentContainert .tabConent:nth-of-type(3),
input:nth-of-type(4):checked ~ .tabConentContainert .tabConent:nth-of-type(4) {
	display: block;
	padding: 5px;
}

.tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px 0 0 0;
}

.tabConentContainert {
	width: 100%;
	margin: 100px 0 0 0;
}
/* ------- ↑ tabs ↑ ------- */

.tabConentItem {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pertfolioItemCard {
	position: relative;
}

.pertfolioItemCardImg {
	display: block;
	width: 380px;
	height: 400px;
	object-fit: cover;
	transition: 0.1s;
}

.pertfolioItemCardImgRectangle {
	display: block;
	width: 380px;
	height: 350px;
	object-fit: cover;
	transition: 0.1s;
}

.pertfolioItemCard p {
	margin: 15px 0 0 0;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #d19375;
	transition: 0.1s;
}

.pertfolioItemCard:hover p {
	color: #ffffff;
}

.tabConentItemPortfolio .pertfolioItemCard p {
	margin: 15px 0 0 0;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #2F2F2F;
	transition: 0.1s;
}

.tabConentItemPortfolio .pertfolioItemCard:hover p {
	color: #d19375;
}

.pertfolioItemCard:hover .pertfolioItemCardImg {
	filter: brightness(0.35);
}


.pertfolioItemCard:hover .pertfolioItemCardImgRectangle {
	filter: brightness(0.35);
}

.lupa {
	display: none;
	position: absolute;
	top: 155px;
	left: 170px;
	z-index: 10;
	width: 40px;
	height: 40px;
	transition: 1s;
}

.pertfolioItemCard:hover .lupa {
	display: block;
}

.tabButtonContainer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 23px 0 0 0;
}

.profytablyContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0 0;
}

.profytablyCard {
	display: flex;
	padding: 40px 15px 28px;
	margin: 0 0 10px 0;
	background: #f5f5f5;
}

.profytablyCardTitle {
	margin: 0 0 50px 0;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #2f2f2f;
}
.profytablyCardBody {
	width: 319px;
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #8d9293;
}

.profytablyCardNumber {
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	text-align: right;
	color: #d19375;
}

.workStagesContainer {
	display: flex;
	justify-content: space-between;
	margin: 70px 0 0 0;
}

.workStagesItem {
	position: relative;
	width: 270px;
}

.workStagesNumber {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 38px 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #3f3f3f;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 149.7%;
	text-align: center;
	color: #d19375;
}

.workStagesItem:not(:last-child):after {
	content: "";
	position: absolute;
	top: 30px;
	left: 60px;
	height: 1px;
	width: 248px;
	background: #3f3f3f;
}

.workStagesTitle {
	margin: 0 0 10px 0;
	font-family: Ubt-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 149.7%;
	color: #ffffff;
}

.workStagesBody {
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #bec2c3;
}

.FAQContainer {
	margin: 60px 0 0 0;
}

.FAQContainerItem {
	margin: 0 0 7px 0;
}

.FAQContainerItemShodow {
	box-shadow: 0px 2px 10px rgba(62, 62, 62, 0.15);
}

.FAQContainerQuetion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px 20px 27px 13px;
	background: #f5f5f5;
	transition: 0.1s;
}

.FAQContainerItem:hover {
	box-shadow: 0px 0px 4px rgba(62, 62, 62, 0.15),
		0px 2px 10px rgba(62, 62, 62, 0.15);
	cursor: pointer;
}

.FAQContainerItem:hover .plusFAQ {
	background: #f0f0f0;
}

.titleFAQ {
	font-family: Ubt-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 149.7%;
	color: #2f2f2f;
}

.plusFAQ {
	padding: 10px;
	margin-left: 8px;
	border-radius: 100%;
	transition: 0.3s;
}

.plusFAQRotate {
	transform: rotate(45deg);
}

.plusFAQRotate path {
	stroke: #d19375;
}

.FAQContainerItemMore {
	display: none;
	padding: 0px 80px 27px 13px;
	/* margin: -5px 0 5px 0; */
	background: #f5f5f5;
	line-height: 149.7%;
}

.textPreFooter {
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 149.7%;
	text-align: center;
	color: #8d9293;
}

.textPreFooter a {
	color: #1884E6;
	text-decoration: underline;
}

.textPreFooter a:hover {
	text-decoration: none;
}

.textPreFooterNumber {
	font-size: 24px;
	color: #101010;
}

.contactsPreFooterContainer {
	margin: 65px 0 30px;
}

.contactsPreFooter {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0 0 0;
	font-family: Ubt-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	color: #101010;
}

.contactsPreFooter img {
	margin-left: 15px;
}

.dotsIcon {
	position: absolute;
	top: 230px;
	right: 0;
}

/****************** ↓ FOOTER ↓ ******************/
footer {
	background: #1e1e1e;
}

.footerContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footerLogo {
	font-family: Ubt-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #ffffff;
}

.copirite {
	padding: 0 5px;
	font-family: Ubt-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: rgba(190, 194, 195, 0.6);
}

.footerMobile {
	display: flex;
	justify-content: space-between;
}

.footerMobile a {
	margin: 0 20px;
	font-family: Ubt-medium;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.1s;
}

.footerMobile a:hover {
	color: #d19375;
}
/****************** ↑ FOOTER ↑ ******************/

/****************** ↓ Arrow up ↓ ******************/
#upbutton {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 50px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	opacity: 0;
	background: #D19375;
	border-radius: 3px;
	z-index: 999;
	transition: 0.15s;
	text-decoration: none;
	box-shadow: 0px 2px 10px rgba(62, 62, 62, 0.15);
}

#upbutton:hover {
	background: #e59873;
}
/****************** ↑ Arrow up ↑ ******************/