*::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
*:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #fff; 
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	background: #000;
	overflow-x: hidden;
	margin: 0;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: "Manrope", sans-serif;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
*:link, 
*:visited, 
*:hover, 
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	/* padding-top: 145px; */
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
	pointer-events: none;
}
p {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.container-middle {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
form {
	margin: 0;
}

.header {
	top: 30px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 800;
	transition: all 0.3s;
}
.header.fixed {
	top: 15px;
}
.header__wrapper {
	padding: 9px 30px;
	padding-right: 17px;
	border-radius: 8px;
	background: #1E2126;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	margin-right: 50px;
}
.logo img {
	width: 300px;
	height: auto;
	display: block;
}
.logo-description {
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	font-style: initial;
}
.search-form input {
	height: 46px;
	padding: 0 19px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	color: #fff;
	background: rgb(36, 38, 42);
	border-radius: 6px;
	border: none;
	border-radius: 80px;
	border: 1px solid rgb(57,59, 63);
}
.search-form {
	width: 42%;
	position: relative;
}
.btn-search {
	width: 35px;
	height: 46px;
	position: absolute;
	/*top: 0;*/
	right: 10px;
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
.home-link {
	display: flex;
	align-items: center;
	color: #fff;
	background: rgb(36, 38, 42);
	border-radius: 80px;
	border: 1px solid rgb(57,59, 63);
	padding: 12px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}
.home-link img {
	margin-right: 10px;
}

.header__right {
	gap: 33px;
	display: flex;
	align-items: center;
}


.billbord {
	padding-bottom: 50px;
	min-height: 100vh;
	max-height: 1080px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.billbord .btn-main {
	min-width: 254px;
}
.billbord-search {
	margin-bottom: 35px;
}
.billbord-search input {
	height: 46px;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #fff;
    border-radius: 12px;
    border: none;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.04);
}
.billbord-search .btn-main {
	margin-top: 20px;
}
.billbord__content {
	padding-top: 50vh;
}
.billbord-txt {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
}

.title-middle {
	font-weight: 400;
	font-size: 42px;
	line-height: 160%;
	margin-bottom: 30px;
}


.btn-main {
	height: 54px;
	padding: 0 50px;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	font-weight: 500;
	border-radius: 8px;
	background: #C2040F;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border: none;
}


.slick-arrow {
	width: 60px;
	height: 60px;
	font-size: 17px;
	border-radius: 50%;
	color: #9747FF;
	border: 1px solid #9747ff;
	top: 50%;
	position: absolute;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	z-index: 2;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-prev {
	left: -30px;
}
.slick-next {
	right: -30px;
}


.row.row_main > div {
	margin-bottom: 30px;
}
.row.row_main {
	margin-bottom: -30px;
}

.about {
	margin-top: 50px;
}
.about__content {
	color: #fff;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 750px;
}

.about-txt {
	background-color: #1E2126;
	border-radius: 32px;
	padding: 36px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	margin-top: 95px;
}

.catalog {
	padding-top: 50px;
}
.item-catalog {
	margin-bottom: 20px;
}
.catalog-img {
	border-radius: 12px;
	height: 300px;
	overflow: hidden;
	transition: all 1.5s;
}
.catalog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-title {
	font-size: 22px;
	line-height: 160%;
	color: #fff;
	margin: 10px 0px 5px;
}

.catalog-descrip {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
}

.breadcrumbs {
	padding: 25px 0;
	line-height: 160%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
}
.breadcrumbs a {
	color: #fff;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #434242;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}

.page-single-catalog {
	padding-top: 100px;
}
.catalog-banner {
	margin-bottom: 30px;
}
.page-single-catalog .img-catalog {
	height: 100%;
	border-radius: 28px;
	overflow: hidden;
}
.page-single-catalog .img-catalog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-content {
	background-color: #1E2126;
	padding: 32px;
	border-radius: 32px;
}
.page-single-catalog .catalog-title {
	font-size: 28px;
	line-height: 130%;
}
.catalog-char {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
}
.catalog-char p {
	margin-bottom: 0px;
}
.catalog-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	margin-top: 30px;
}
.attachment {
	padding: 20px 0px;
}
.attachment-img {
	height: 587px;
	border-radius: 18px;
    overflow: hidden;
	transition: all 1s;
}
.attachment-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.attachment-descrip {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	margin-top: 20px;
	display: block;
}
.btn-wr-center {
	text-align: center;
	padding: 40px 0px;
}
.footer-row {
	display: flex;
	justify-content: space-between;
}
.footer-row a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.item-form {
	margin-bottom: 14px;
}
.item-form textarea,
.item-form input {
	height: 52px;
	padding: 0 23px;
	font-size: 14px;
	line-height: 171%;
	color: #fff;
	width: 100%;
	background: #1E2126;
	border-radius: 12px;
	border: 1px solid rgb(57, 59, 63);
}
.btn-main.btn-main_page {
	background: #1b0b3b;
}
.form-page .btn-main,
.consultation .btn-main {
	height: 52px;
	margin-top: 16px;
	font-size: 14px;
	width: 100%;
}
.checkbox {
	font-size: 13px;
	margin-top: 20px;
	line-height: 140%;
	color: #F5F5F5;
	opacity: 0.5;
	font-weight: 400;
	letter-spacing: normal;
	display: flex;
	text-align: left;
	justify-content: center;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
	position: relative;
	padding: 4px 0 0 32px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #F5F5F5;
	transition: .2s;
}
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	background-image: none;
	color: #F5F5F5;
	font-size: 10px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}

.item-form textarea {
    height: 98px;
	padding-top: 14px;
	resize: none;
}
.form-page__title {
    font-size: 24px;
    margin-bottom: 14px;
    text-transform: none;
	font-family: 'Unbounded';
	font-weight: 500;
    text-align: center;
}
.form-page .btn-main {
	height: 52px;
	font-size: 14px;
	padding: 0 10px;
	width: 100%;
}

.catalog {
	padding-bottom: 80px;
}
.catalog__wrapper {
	padding: 73px 54px;
	border-radius: 24px;
	background: #f9f9f9;
}
.catalog__wrapper .title-section {
	margin-bottom: 66px;
}

.file-upload {
	max-width: 255px;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
}
.file-upload label {
	padding: 0 10px;
	padding-right: 14px;
	height: 44px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	background: transparent;
	transition: all 0.3s;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}
.file-upload:hover label {
	background: #001132;
}
.file-upload label i {
	font-size: 16px;
	margin-right: 12px;
}
.file-upload {
	position: relative;
}
.name-upload {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	font-size: 12px;
	line-height: 15px;
}


.form-wrapper {
	background-color: #1E2126;
	padding: 32px;
	border-radius: 32px;
	margin-bottom: 85px;
}
.form-descrip {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
}
.form-descrip h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 20px;
}
.form-descrip ul {
	margin-bottom: 20px;
	padding-left: 25px;
}

.form-descrip ul li {
	list-style-type: unset;
	font-weight: 600;
	font-size: 16px;
}

.slider-projects:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slider-projects .slick-track {
	display: flex !important;
}
.slider-projects .slick-slide {
	padding: 0 15px;
	height: inherit !important;
}
.slider-projects .slick-list {
	margin: 0 -15px;
}
.item-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #f9f9f9;
	min-height: 100%;
	transition: all 0.3s;
	position: relative;
}
.item-card::after {
	position: absolute;
	display: block;
	content: " ";
	right: 16px;
	bottom: 19px;
	width: 12px;
	height: 12px;
	background-image: url(../img/arrow_min.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s;
	z-index: 1;
}
.item-card__image {
	height: 280px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.item-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	transition: all 2s;
}
.item-card__content {
	padding: 17px;
	padding-bottom: 19px;
	padding-right: 21px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	flex: 1;
}

.item-card__descr {
	padding-bottom: 14px;
	margin-bottom: auto;
	display: block;
	line-height: 133%;
	width: 100%;
}
.item-card__text {
	font-size: 16px;
	margin-bottom: 27px;
	line-height: 150%;
}
.tag-main {
	font-size: 14px;
	padding: 6px 10px;
	line-height: 171%;
	text-transform: uppercase;
	color: #000;
	background: #ede8f5;
	border-radius: 6px;
}
.slider-projects .slick-prev {
	left: -85px;
}
.slider-projects .slick-next {
	right: -85px;
}

.footer {
	padding-top: 51px;
	color: #fff;
	background: #1E2126;
}
.footer__contacts {
	text-align: right;
}
.footer__contacts a {
	color: #fff;
}
.footer__center {
	text-align: center;
}
.footer__phone {
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	color: #fff;
}
.footer__center .socials-list {
	margin-top: 18px;
	justify-content: center;
}
.footer-bottom {
	padding: 10px 0;
	margin-top: 45px;
	font-size: 14px;
	line-height: 150%;
	color: #9B9EA0;
	border-top: 1px solid #B9B9B9;
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
} 
.create img {
	width: 57px;
}
.footer-bottom a {
	color: #9b9ea0;
}
.footer-bottom p {
	margin: 0 !important;
}
.footer .container {
	position: relative;
}
.btn-top {
	width: 50px;
	height: 50px;
	font-size: 20px;
	border-radius: 50%;
	color: #1b0b3b !important;
	display: flex;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #fff;
	z-index: 1;
}
.btn-top-wr {
	position: fixed;
    top: 90%;
    left: auto;
    right: 45px;
	transition: all .6s;
	display: none;
}

.slick-dots {
	gap: 7px;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0;
	transition: all 0.3s;
}
.slick-dots li button {
	width: 8px;
	height: 8px;
	background: #d3cddc;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
	display: block;
	font-size: 0;
	color: transparent;
}
.slick-dots li.slick-active button {
	background: #1b0b3b;
}
.slick-dots li button::before {
	display: none;
}
.sandwich span {
	display: block;
}
.sandwich {
	width: 24px;
	height: 24px;
	padding-top: 1.5px;
	display: none;
	flex-direction: column;
	align-items: center;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 5px;
	width: 16px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 8px;
	width: 16px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 11px;
	width: 16px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 10px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 6px;
	transform: rotate(-45deg); 
}
.form-page form .btn-main {
	margin-top: 0;
}

/***/
form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 14px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid #ff0000 !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }

.page-mockup {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* .page-mockup_thanks {
	background-image: url(../img/bg_thanks.jpg);
} */
.content-mockup {
	min-height: 366px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: calc(100vh - 270px);
}
.page-mockup .title-middle {
	max-width: 395px;
}
.content-mockup .btn-main {
	margin-top: 40px;
}
/* .page-mockup_error {
	background-image: url(../img/bg_error.jpg);
} */
.page-mockup_error .title-middle {
	max-width: 561px;
}

.cookies-modal {
display: none;
position: fixed;
z-index: 1000000000;
bottom: 0px;
left: 0px;
transform: translateX(-50%);
margin: 0px -50% 15px 50%;
padding: 9px 43px 9px 14px;
font-size: 12px;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
text-align: left;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.95);
pointer-events: auto;
max-width: 1280px;
box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
color: #5c5c5c;
}

.cookies-modal a {
text-decoration: none;
cursor: pointer;
outline: none;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
color: #C2040F;
}

.cookies-modal .cookie-policy-button {
margin: 0px;
padding: 0px;
background: none;
border: none;
font: inherit;
cursor: pointer;
position: absolute;
top: 9px;
right: 7px;
display: inline-block;
width: 28px;
color: rgb(92, 99, 112);
text-align: center;
}

.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
}

.cookies-modal .cookies-btns .cookies-btn {
  border: 1px solid #C2040F;
  color: #C2040F;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
}

.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
  margin-left: 0px;
  color: #fff;
  background-color: #C2040F;
}

.cookies-modal .cookies-btns .cookies-btn:hover {
  opacity: 0.8;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

.dropdown-filter__list {
	position: absolute;
    background: rgb(36, 38, 42);
    width: 100%;
    padding: 10px;
    overflow-y: auto;
    max-height: 110px;
	border-radius: 12px;
	display: none;
}

.dropdown-filter__list a {
	font-size: 13px;
	line-height: 140%;
	color: #F5F5F5;
}

::-webkit-scrollbar {
width: 4px; /* ширина для вертикального скролла */
height: 2px; /* высота для горизонтального скролла */
background-color: #143861;
}

::-webkit-scrollbar-thumb {
background-color: #C2040F;
border-radius: 9em;
}

.hidden {
    display: none !important;
}

.catalog-status {
	width: max-content;
    border: 1px solid #C2040F;
    padding: 10px;
}
.billbord__content h1 {
	text-transform: uppercase;
    font-weight: 600;
    line-height: 44px;
	margin-bottom: 25px;
}