body {
	font-family: 'Graphik LCG', Verdana, sans-serif!important;
	font-size: 18px!important;
    line-height: 130%;
	color: #222!important;
}

h1, .h1, h2, .h2 {
	font-family: 'Graphik LCG', Verdana, sans-serif!important;
}

.site-header {
	max-width: 100%!important;
	padding: 0!important;
}

.primary-navigation .primary-menu-container {
	margin-right: 0!important;
	margin-left: 0!important;
}

.h2 {
	letter-spacing: -.02em!important;
    font-size: 32px!important;
    font-weight: 500!important;
    line-height: 107%!important;
}

.custom-btn {
	display: block;
	background-color: #222;
	color: #f0f0f0;
	font-size: 11px;
	line-height: 42px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 190px;
	transition: background-color .3s ease-in-out;
	cursor: pointer;
}
.custom-btn:hover {
	background-color: #fff;
	color: #000;
}

section {
	padding: 0 40px;
}

.section-title {
	display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 8.51% auto auto;
    grid-auto-columns: 1fr;
    align-items: baseline;
    margin-bottom: 32px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.section-title h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}

.custom-logo-link img {
	padding: 0 0 0 3.2vw;
}
.page-id-7 .custom-logo-link img {
	filter: invert(100%);
}

.primary-navigation {
	margin-left: calc(32% - 87px)!important;
	border-left: 1px solid #9a9797;
	padding: 10px 0 10px 0px;
}
.page-id-7 .primary-navigation {
	border-left: 0;
}
.primary-navigation > div > .menu-wrapper {
    flex-direction: column;
	padding: 20px 0 0 0;
}
.primary-navigation a {
    padding: 5px 0 5px 10px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    width: 150px;
	font-weight: 400!important;
}
.primary-navigation a:hover {
	text-decoration: none!important;
	background: #e4e4e4;
}
.page-id-7 .primary-navigation a:hover {
	background: rgb(255 255 255 / 50%);
}
.page-id-7 .primary-navigation a {
	color: #f0f0f0 !important;

}
.primary-navigation .current_page_item a {
	text-decoration: none!important;
	color: #9a9797 !important;
}
.header-btn {
	margin: 0 3.2vw 0 auto;
	width: 155px;
}
.page-id-7 .header-btn {
	background: #fff;
	color: #000;
}
.page-id-7 .header-btn:hover {
	background: #000;
	color: #fff;
}

.section-00 {
	min-height: 100vh;
	margin: -190px 0 0 0!important;
	padding: 0;
	background: url(/wp-content/uploads/2025/06/section-00.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	display: flex;
    flex-wrap: wrap;
    align-items: end;
	position: relative;
	z-index: -1;
}
.section-00:before {
    content: "";
    left: 34%;
    top: 0;
    width: 1px;
    background: #fff;
    position: absolute;
    z-index: 2;
    animation-name: vertikal-line;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
@keyframes vertikal-line {
  0% {
    bottom: 100%;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 0;
  }
}
.section-00:after {
    content: "";
    left: 34%;
    top: 0;
    width: 1px;
    background: #9a9797;
    position: absolute;
    bottom: 0;
    z-index: 1;
}


.section-00-block {
	display: grid;
	grid-template-columns: 31% 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 0px;
	color: #f0f0f0;
	width: 100%;
	padding: 20px 3.2vw;
	font-size: 14px;
    line-height: 120%;
}
.section-00-block-a {
	display: flex;
    justify-content: space-between;
	gap: 10px;
}
.section-00-block-a div:nth-child(1) {
	display: flex;
    align-items: start;
    gap: 10px;
	text-transform: uppercase;
}
.section-00-block-a div:nth-child(1) img {
	width: 54px;
}
.section-00-block-a div:nth-child(2) {
	background: #fff;
	width: 100%;
    height: 1px;
    margin: 5px 0;
}
.section-00-block-a div:nth-child(3) {
	width: 220px;
	text-align: right;
}
.section-00-block-a span {
	display: block;
}
.section-00-block-a div:nth-child(1) span {
	display: block;
	margin: 40px -45px 0 0;
}
.section-00-block-b {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}


.section-h1 {
    display: grid;
	grid-column-gap: 3.33%;
	grid-row-gap: 3.33%;
	grid-template-columns: 31.11% 1fr 1fr;
	grid-template-rows: auto;
	grid-auto-columns: 1fr;
    align-items: center;
	margin: 100px 0 140px 0!important;
}
.section-h1 span {
	font-size: 18px;
    line-height: 130%;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
    max-width: 445px;
}
.section-h1 .h1 {
	text-transform: uppercase;
    font-size: 103px;
    line-height: 97%;
	grid-area: 1 / 2 / 2 / 4;
}

.section-01-block {
	grid-column-gap: 3.33%;
	grid-row-gap: 3.33%;
	grid-template-columns: 5.28% 22.5% 22.5% 1fr;
	grid-template-rows: auto;
	grid-auto-columns: 1fr;
    align-items: flex-end;
    display: grid;
    padding: 0 0 80px 0;
}
.section-01-block img {
	width: 100%;
}
.section-01-block img:nth-child(1) {
	grid-area: 1 / 2 / 2 / 3;
}
.section-01-block img:nth-child(2) {
	grid-area: 1 / 3 / 2 / 4;
}
.section-01-block-a {
	grid-area: 1 / 4 / 2 / 5;
}
.section-01-block-a .h2 {
	margin: 0 40px 30px 40px;
}
.section-01-block-a span {
	display: block;
	margin-left: 21.68%;
}
.section-01-block-b {
	display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 50px 0 -45px 85px;
}
.section-01-block-b span {
	display: block;
    width: 100px;
	margin-left: 0;
    padding: 3px 0;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.section-01-block-b span:nth-child(1) {
	display: block;
	color: #9a9797;
	margin-left: 21.68%;
}

.section-02 {

}
.section-02-block {
	margin: 0 0 80px 0;
}
.section-02-item {
	display: grid;
	grid-template-columns: 35% auto;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	height: 80vh;
    position: relative;
}
.section-02-txt {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-right: 1px solid #a8a8a8;
	margin: 100px 0 100px 0;
	padding: 0 30px 0 0;
}
.section-02-txt:after {
	content: "";
	height: 50%;
	margin: 0 -30px 0 0;
	border-top: 1px solid #a8a8a8;
}
.section-02-txt a {
	display: block;
    width: 100%;
    max-width: 430px;
    height: 200px;
    text-decoration: none;
    font-size: 32px;
    font-weight: 500;
    line-height: 107%;
    white-space: normal;
    text-align: right;
    margin: 0 0 0 auto;
	color: #222;
}
.section-02-txt div {
	display: grid;
	grid-template-columns: .18fr .3fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0 0 0 27%;
}
.section-02-txt div span {
	display: block;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.section-02-txt div span:nth-child(1) {
	display: block;
	grid-area: 2 / 1 / 3 / 2;
	margin: auto 0 0 0;
}
.section-02-txt div span:nth-child(2) {
	grid-area: 2 / 2 / 3 / 3;
	min-height: 30px;
}
.section-02-txt div span:nth-child(3) {
	display: flex;
    justify-content: end;
    align-items: start;
    color: #9a9797;
    grid-area: 1 / 3 / 2 / 4;
}
.section-02-img {
	position: relative;
}
.section-02-img img {
	position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-02-img img {
    width: 90%;
    object-fit: cover;
}
.section-02-btn {
	margin: -100px auto 200px 18%;
}
.pahlava {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 70px;
	grid-row-gap: 30px;
	padding: 0 0 50px 0;
}
.pahlava-item {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-color: #222;
    padding: 30px 30px 60px 40px;
	min-height: 235px;
}
.pahlava-item img {
	width: 60px;
}
.pahlava-item span {
	color: #f0f0f0;
    font-size: 18px;
}



.section-03 {
	position: relative;
}
.section-03:before {
	content: "";
    height: 190px;
    bottom: -4%;
    left: 36%;
	right: 0px;
    background: url(/wp-content/themes/twentytwentyone/nagrads.svg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

.section-03-block {
	max-width: 1160px;
	margin: -50px 0 0 auto;
	position: relative;
}
.section-03-item {
	width: fit-content;
}
.section-03-item a {
	display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 45px;
    justify-content: space-around;
    margin: 0 0 30px 0;
	color: #222;
}
.section-03-item a:hover {
	z-index: 1000;
}
.section-03-item a h4 {
	display: block;
	font-size: 21px;
    font-weight: 400;
    line-height: 107%;

}
.section-03-item a span {
	display: block;
	font-size: 12px;
    font-weight: 400;
    line-height: 120%;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	max-width: 145px;

}
.section-03-img {
	position: absolute;
    left: 49%;
    top: 36%;
    transform: translate(-50%, -50%);
	width: 305px;
    height: 305px;
	z-index: 1;
}
.section-03-img img {
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	object-fit: contain;
	min-width: 200px !important;
}

.section-03-item a .section-03-img img {
	opacity: 0;
}
.section-03 .custom-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0 0 0;
    height: 45px;
}
.section-03 .custom-btn span {
	margin: 0 0 0 10px;
    font-size: 30px;
    font-weight: 100;
}
.section-03-item a:hover {
	z-index: 1000!important;
}
.section-03-item a:hover .section-03-img img {
	opacity: 1;
}


.section-04-block {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    padding: 20px 0 40px 0;
}
.section-04-item a {
	display: block;
    height: 100%;
	cursor: url('cursor-smotret.svg') 31 0, auto;
}
.section-04-item a img {
	width: 100%;
}
.section-04-item a img:hover {
	filter: brightness(50%);
}

.Modal {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}
.Modal:target {
    display: flex;
    pointer-events: auto;
	z-index: 100;
}
.Modal_Body {
    position: absolute;
    z-index: 2;
    display: block;
    margin: auto;
    padding: 60px;
    background: #f0f0f0;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 90%;
    overflow-y: auto;
}
.Modal_Body::-webkit-scrollbar {
  width: 0;
}
.Modal_Body img {
	width: 100%;
}
.ModalFull {
    position: absolute;
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 992px) {
		.Modal_Body {
			width: 90%;
			padding: 20px;
		}
}
.section-05-block {
	overflow: hidden;
}
.section-05-block {

}
.section-05-block .bx-wrapper {
	margin: 0 auto;
	max-width: 1560px;
}

/* Start (05) Отзывы */
.portfolio-slider {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 120px 42px;
	grid-column-gap: 100px;
	grid-row-gap: 40px;
}

.section-05-txt span {
	display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 30px;
}
.section-05-txt p {
	font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #222;
}

.big-slider {
	grid-area: 1 / 1 / 4 / 2;
	max-height: 530px;
}
.slider-for {
	height: 100%;
}

.small-slider {
	width: 100%;
}
.potfolio_main-photo {
	height: 100%;
	position: relative;
	overflow: hidden;
}
	.big-slider img {
		width: 100%;
		object-fit: cover;
		border-radius: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

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

	.slider-nav img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.portfolio_nav-item {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

.portfolio_nav-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 21%;
	max-height: 120px;
    position: relative;
    overflow: hidden;
}

	.portfolio_nav-item {
		cursor: pointer;
		opacity: .4;
	}

	.portfolio_nav-item.active {
		opacity: 1;
	}


	.portfolio_nav-item.slick-slide.slick-current.slick-active {
		opacity: 1;
	}

	@media (min-width: 992px) {
		.slider-for .potfolio_main-photo {
			display: none;
		}

		.slider-for .active {
			display: block;
			height: 100%;
		}

		.slider-nav img {
			border-radius: 0;
		}
	}

	@media screen and (max-width: 992px) {
		.portfolio-slider {
			flex-wrap: wrap;
		}

		.big-slider {
			width: 100%;
		}

		.big-slider img {
			height: auto;
		}

		.small-slider {
			width: 100%;
			margin-top: 20px;
		}

		.portfolio_nav-item img {
			margin: 0 auto;
		}

		.slider-nav .slick-slide {
			height: 130px;
		}
	}

	@media screen and (max-width: 500px) {
		.portfolio_nav-item img {
			width: 90%;
		}
	}

/* End (05) Отзывы */





.section-fool {
	background: url(/wp-content/uploads/2025/06/section-fool.png);

}
.section-fool-block {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #fff;
	padding: 75px 0;
}
.section-fool-block span:nth-child(1) {
	display: block;
	margin-bottom: 20px;
	font-size: 42px;
	font-weight: 500;
	line-height: 122%;
	text-align: center;
}
.section-fool-block span:nth-child(2) {
	display: block;
	text-align: center;
    font-size: 16px;
	margin-bottom: 40px;
}
.section-fool-block .custom-btn {
	background: #fff;
    color: #222;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}
.section-fool-block .custom-btn:hover {
	background: #ffffffad;

}

.section-06-block {
	max-width: 1180px;
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px 200px;
}
.section-06-item {
	margin: 35px 0 0 0px;
	position: relative;
}
.section-06-item:before {
	top: 10px;
    left: -45px;
	color: #e1e1e1;
    font-size: 170px;
    font-weight: 700;
    position: absolute;
    z-index: -1;
}
.section-06-item:nth-child(1):before {
	content: "1";
}
.section-06-item:nth-child(2):before {
	content: "2";
}
.section-06-item:nth-child(3):before {
	content: "3";
}
.section-06-item:nth-child(4):before {
	content: "4";
}
.section-06-item:nth-child(5):before {
	content: "5";
}
.section-06-item:nth-child(6):before {
	content: "6";
}
.section-06-item span:nth-child(1) {
	display: block;
	font-weight: 400;
    font-size: 11px;
    line-height: 128%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-06-item span:nth-child(2) {
	display: block;
	font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: -0.02em;
    max-width: 417px;
}
.section-06-item a {
	display: block;
    margin-top: 7px;
    font-weight: 400;
    font-size: 11px;
    line-height: 126%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #9a9797;
}

.section-07 {
	overflow: hidden;
}
.section-07 .bx-wrapper {
    margin: 0 auto 200px auto;
}
.section-07-bxslider-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 6%;
	grid-row-gap: 20px;
}
.section-07-bxslider-item span {
	display: block;
	font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #222;
    margin-top: 50px;
}

.section-08 .h2 {
	max-width: 1180px;
    margin: 0 0 50px auto;
}


.section-callback {
	padding: 80px 40px 0 40px;
}
.section-footer {
	grid-column-gap: 2%;
    grid-template-rows: auto auto;
    grid-template-columns: 33% 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    margin-bottom: 33px;
    display: grid;
    position: relative;
	padding: 20px 40px;
    margin: 0;

}
.section-footer a {
	color: #222;
}
.section-footer-a {
	border-right: 1px solid #0000004d;
}

.socio-footer {
	display: flex;
    justify-content: space-between;
    width: 150px;
    margin: 0 0 80px 0;
}
.socio-footer a {
	font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}
.socio-footer a:hover {
	color: #666;
}

/* .section-footer-a iframe {
    filter: grayscale(100%) !important;
} */

.section-footer-b {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	min-height: 735px;
}
.section-footer-b-mail-tel {
	margin: 0 0 60px 0;
}
.section-footer-b-mail-tel a {
	display: block;
    width: fit-content;
	text-decoration: none;
	font-size: 12px;
    line-height: 20px;
	padding: 0 10px;
	text-transform: uppercase;
}
.section-footer-b-mail-tel a:hover {
	color: #fff;
	background: #000;
}
.section-footer-b-menu {

}
.section-footer-b-menu li {
	list-style: none;
}
.section-footer-b-menu .menu-item-81 {
	margin: 60px 0 0 0;
}
.section-footer-b-menu li a {
	display: block;
    width: fit-content;
	text-decoration: none;
	font-size: 12px;
    line-height: 20px;
	padding: 0 10px;
	text-transform: uppercase;
}
.section-footer-b-menu li a:hover {
	color: #fff;
	background: #000;
}
.section-footer-b-bottom {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:  flex-start;
    text-transform: uppercase;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
	padding: 0 0 40px 0;
    width: 100%;
		flex-direction: column;
}
.section-footer-b-bottom span {
	margin-bottom: 5px;
}
.section-footer-b-bottom a {
	text-decoration: none;
}
.section-footer-b-bottom a:hover {
	color: #666;
}

.kovsul {
	position: fixed;
    bottom: 75px;
    left: 50%;
    transform: translate(-50%, 0%);
	z-index: 1000000;
}
.hide-kovsul {
    background: #222222b3;
}
.hide-kovsul a {
	display: block;
	text-decoration: none;
    color: #fff;
    line-height: 27px;
    width: 160px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.hide-kovsul a:hover {
    background: #000;
}
.kovsul-btn {
    background: #222222b3;
    color: #fff;
    line-height: 27px;
    width: 160px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}
.kovsul-btn:hover {
    background: #222222e6;
}

.award-image-placeholder {
    z-index: -1;
    opacity: 1 !important;
    width: 250px;
    position: absolute;
    inset: auto;
}

.page-standart {
	padding-left: 60px;
    padding-right: 60px;
	font-family: 'Graphik LCG', Verdana, sans-serif !important;
}
.entry-content {
	margin-top: 0px!important;
}
.page-standart h1 {
    padding-left: 0!important;
}
.entry-content div {
	max-width: 100%!important;
	font-family: 'Graphik LCG', Verdana, sans-serif !important;
}
.entry-content h2 {
	margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 100% !important;
}
.entry-content h3 {
	margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    max-width: 100% !important;
}

.project-content__main-text .text-big {
	text-transform: inherit;
	font-weight: 500;
}

section.section-05,
section.section-06,
section.section-07,
section.section-08 {
	padding-top: 20px;
}









