/* --- REDESIGN --- */

/* --- MAIN --- */

:root {
	--colorGrayBody: #f6f6f6;
	--colorGrayMain: #606060;
	--colorOrange: #ff8000;
	--colorWhite: #ffffff;
	--colorDark: #051a34;
	--colorDarkLight: #3b3b3b;
	--colorDarkOther: #4e4e4e;
	--colorBlack: #212121;
	--colorBlueHover: #23527c;
}

body, html {
	height: 100%;
	scroll-behavior: smooth; /* плавная прокрутка */
}

html {
	position: relative; /* ↓ */
	overflow-x: hidden; /* запрет прокрутки при открытии модальных окон */
}

body {
	overflow-x: hidden; /* запрет прокрутки при открытии модальных окон */
	height: auto; /* убирает дополнительный вертикальный у body, добавляемый предыдущим свойством */
	font-family: "Manrope", Arial, sans-serif;
	background-color: #f6f6f6;
	/* height: 3000px; */
}

.review-more-btn{
	justify-self: center;
    align-self: center;
    max-width: 203px;
    display: block;
    margin: 10px 0;
    padding: 12px 23px;
    background: none;
    color: rgb(0, 0, 0);
    border: none;
	font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
	margin-top: 15px;
}


button{
	padding-top: 11px;
	padding-bottom: 11px;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	min-height: 45px;
	width: 100%;
    line-height: 1;
    color: var(--colorWhite);
    text-align: center;
	background-color: var(--colorOrange)
}

/* Ховер только для устройств, поддерживающих hover (мышь) */
@media (hover: hover) {
    button:hover {
        color: #FFF;
        background-color: var(--colorBlueHover) !important;
        background-image: var(--colorBlueHover) !important;
        transition: 0.25s;
    }
}

/* Активное состояние оставляем для всех устройств */
button:active {
    color: #FFF;
    background-color: var(--colorBlueHover) !important;
    background-image: var(--colorBlueHover) !important;
    transition: 0.25s;
}

/*
.page-wrapper {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 10px;
}
*/
.trust__item.padding-25{
	padding: 25px;
}

.img-responsive.max-height-none{
	max-height: none;
}

.wrapper {
	position: relative;
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 10px;
}

.title_section {
	letter-spacing: 0;
	text-align: center;
	color: var(--colorGrayMain);
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

p {
	margin: 0;
}

.btn {
	font-family: "Manrope", Arial, sans-serif !important;
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	min-width: 200px;
	padding: 25px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	color: var(--colorWhite);
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
/*	background-color: unset;*/
	background-color: var(--colorOrange) !important;
	border: unset;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.5s;
}

/* .button:hover {
	background-color: var(--colorDark);
} */

.manrope-400 {
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}

.manrope-500 {
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
}

.manrope-800 {
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal;
  margin-bottom: 11px;
}

.button__b-rad_full {
	border-radius: 1000px;
}

@media (max-width: 768px) {
	/* .button__b-rad_full {
		min-height: 42px;
	} */
}


.tech {
	/* padding-top: 50px; */
	/* display: none; */
}

.tech_bg {
  border-radius: 20px;
}
.tech_h2{
	font-family: "Manrope", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
	color: var(--colorGrayMain);
}
.tech_bg {
	left: 0;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}

.tech h3,p{
	font-family: "Manrope", sans-serif !important;
    color: var(--colorGrayMain);
}

@media (min-width: 1367px) {
	.tech_list {
		width: 310px;
		padding-top: 0px;
	}

	.tech_item {
		height: auto;
	}

	.tech .rrow {
		width: 300px;
	}

	.tech .row {
		margin-left: -78px;
	}

	.tech__caption {
		margin-top: 40px;
	}
	.lrow {
		margin-left: 0px;
	}
}

@media(max-width: 1366px) {
	.proc-project .tab__link span {
		font-size: 14px;
	}
    .tech_bg {
        position: static;
        padding-left: 0;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        background: #fff;
    }
    .col-sm-12 {
        width: 50%;
    }
	.tech_list {
        text-align: left;
        padding-top: 0;
        max-width: 380px;
        margin-right: auto;
        margin-left: auto;
    }
	.tech_item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        height: auto;
        margin-bottom: 40px;
	}
    .tech__caption {
        width: calc(100% - 40px);
        padding-left: 15px;
    }
	.text-right {
        padding-right: 10px;
    }
	.tech_bg .hidden-lg {
    	display: block !important;
    }
	.tech__num {
        font-family: 'Open Sans';
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
        display: inline-block;
        text-align: center;
        width: 45px;
        height: 40px;
        border: 2px solid #28ab5f;
        border-radius: 50%;
    }
	.col-fake {
        display: none;
    }
}

@media (min-width: 992px) {
    .tech_bg .container {
		width: 750px;
	}
}
@media (min-width: 1200px) {
    .tech_bg .container {
        width: 1170px;
    }
}

@media (max-width: 768px) {
	.container--tech .row > :first-child {
		padding-left: 0px !important;
	}

    .tech_bg .col-sm-12 {
        width: 100%;
    }
}

.profit {
	display: none;
}

.mobile {
	display: none;
}


@media (max-width: 1024px) {
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
}



@media (max-width: 767px) {
	
	.title_section {
		font-size: 32px;
		line-height: normal;
	}
	
}

/* --- / MAIN --- */



/* --- SHOWCASES --- */

.showcase-grid__row {
	display: flex;
    justify-content: center;
	gap: 16px;
	background-color: #f6f6f6;
}

.showcase-grid__row:not(:first-of-type) {
	margin-top: 16px;
}

.showcase-card {
	border-radius: 20px;
	transition: all 0.5s;
}

.showcase-card__right {
	display: flex;
    flex-direction: column;
	width: 100%;
}

.showcase-card__order {
	margin-top: auto;
}

.showcase-card__title {
/*	margin-left: -50px;*/
	font-size: 24px;
	color: var(--colorGrayMain);
	transition: all 0.5s;
	text-transform: none;
	letter-spacing: 0px;
}

.showcase-card__list {
/*	margin-left: -50px;*/
}

.showcase-card__list span {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
    line-height: 20px;
	color: var(--colorGrayMain);
}

.showcase-card__list li:before {
    top: 8px;
    width: 4px;
    height: 4px;
    background: var(--colorGrayMain);
}

.showcase-card__img {
	margin-bottom: 0;
}

.showcase-card__img img {
    min-width: 290px;
    min-height: 290px;
}

.showcase-card__img-wrapper {
	position: relative;
}

.showcase-card__image-bage {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: 600 !important;
	color: #252525;
	background-color: var(--colorWhite);
	border: 1px solid #ff9500;
	border-radius: 1000px;
}

.showcase-card__btn {
	background-color: var(--colorOrange);
}

.showcase-card__btn> span {
	margin-top: 0;
	font-size: 16px;
	letter-spacing: 0;
}

.showcase-card__capt {
 	max-width: unset;
    margin-left: -40px;
	margin-bottom: auto;
}

.showcase {
	max-width: 95%
}

.showcase__title {
	margin-top: 65px;
	margin-bottom: 25px;
	color: var(--colorGrayMain);
	letter-spacing: 0px;
}

.showcase-card__cost {
	margin-bottom: 12px;
}

.showcase-card__cost > strong {
/*	font-family: "Manrope", sans-serif;*/
	color: var(--colorOrange);
}

.showcase-card__cost > small {
/*    font-family: "Manrope", sans-serif;*/
    font-size: 16px;
    color: var(--colorGrayMain);
}



@media (max-width: 1280px) {
	
	.showcase-card__img img {
		min-width: 230px;
		min-height: 230px;
	}
	
}



@media (max-width: 1024px) {
	
	.showcase-card__img {
		margin-bottom: 20px;
	}
	
}



@media (max-width: 767px) {
	
	.showcase__title {
		font-size: 32px;
		line-height: normal;
	}
	
}



@media (max-width: 375px) {
	
	.showcase-card {
/*		width: calc(100% - 2 * 24px);*/
		min-width: min-content;
		padding: 24px;
	}

	.showcase-card__img img {
		min-width: 230px;
		min-height: 230px;
	}
	
}

/* --- / SHOWCASES --- */



/* --- BANNER FORM --- */

.banner-form {
	position: relative;
	margin-top: 65px;
	padding: 105px 0;
	background-image: url("/images/banner/banner-form-bckgrnd.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-form::before {
	
}

.banner-form::after {
    position: absolute;
    content: "";
    z-index: 0;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.banner-form .inner {
	justify-content: space-around;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 45px 12px 45px;
	background-color: var(--colorWhite);
	border-radius: 20px;
}

.banner-form .banner-form__digit {
	margin-bottom: 0;
	font-size: 96px;
	color: var(--colorOrange);
}
.banner-form .banner-form__text-wrapper:not(.mobile) {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-form .banner-form__text-wrapper {
	/* text-transform: uppercase; */
	color: var(--colorGrayMain);
}

.banner-form .banner-form__title {
	font-size: 36px;
}

.banner-form .banner-form__text {
	max-width: 70%;
	font-size: 18px;
}

.banner-form .banner-form__button {
	min-width: 250px;
	padding-left: 32px;
	padding-right: 32px;
	/* padding: 11px 32px; */
	/* margin-left: auto; */
	font-size: 16px;
}

.orange-text{
	color: var(--colorOrange);
}



@media (max-width: 1024px) {
	.banner-form .banner-form__button{
		min-width: 320px;
		/* min-width: 80%; */
	}

	.banner-form .inner {
		flex-direction: column;
		text-align: center;
	}
	
	.banner-form .banner-form__text {
		margin: 0 auto;
	}
	
	.banner-form .banner-form__button {
		margin-left: unset;
	}
	
}



@media (max-width: 767px) {
	
	.banner-form .banner-form__digit {
		font-size: 64px;
	}
	
	.banner-form .inner {
		gap: 0;
		padding: 15px;
	}
}

@media(max-width: 640px) {
    .banner-form {
        padding: 35px 0;
    }
	.banner-form .banner-form__button{
		margin: 5px 0;
		height: 45px;
		min-width: 90%;
	}
	.banner-form .banner-form__text {
		font-size: 16px;
		max-width: 366px;
	}
	.banner-form .banner-form__title{
		font-size: 30px;
	}
}




@media (max-width: 375px) {
	
	/* .banner-form .banner-form__button {
		min-width: unset;
	} */
	
}

/* --- / BANNER FORM --- */


#section--reviews .h2.title_section.trust_h2.manrope-800{
	margin-top: 50px;
}


/* --- REASONS --- */

#section--reasons {
	margin-bottom: 120px;
}

#section--reasons .title_section {
	margin: 50px 0 30px;
}

.reasons__items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	column-gap: 30px;
	row-gap: 20px;
}

.reasons__item {
	display: flex;
	align-items: center;
	flex-basis: calc((100% - 2*30px) / 3);
	max-width: calc((100% - 2*30px) / 3);
	gap: 30px;
	padding: 10px;
	background-color: var(--colorWhite);
	border-radius: 1000px 100px 100px 1000px;
}

.reasons__item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 125px;
	max-height: 125px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
}

.reasons__item-info {
	width: 100%;
	color: var(--colorBlack);
	line-height: 1.5;
}

.reasons__item-title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.reasons__item-text {
	font-size: 20px;
	font-weight: 400;
}

/* --- / REASONS --- */



/* --- REVIEWS --- */

.review {
	padding: 25px;
	font-family: "Manrope", Arial, sans-serif;
	border: none;
	border-radius: 20px;
	
}

.review .nameandcity {
	gap:5px;
	display: flex;
	flex-direction: column-reverse;
}

.review .top .left .nameandcity .name {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	
}

.review .nameandcity .right span {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--colorBlack);
}

.review .top .left img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 15px;
	border-radius: 20px;
}

.reviews-wrap #reviews {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.reviews-wrap #reviews .review {
	flex-basis: calc((100% - 2 * 30px) / 3);
	max-width: calc((100% - 2 * 30px) / 3);
	padding: 0;
}

.reviews-wrap #reviews .review__inner {
	padding: 25px 20px;
	border: none;
	border-radius: 20px;
}
.reviews-wrap #reviews .review__inner span {
	display: inline !important;
	/* word-break: break-all;
	hyphens: auto; */
}

.reviews-wrap #reviews .review__inner .nameandcity span {
	display: block !important;
	/* word-break: break-all;
	hyphens: auto; */
}
.review .city {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: uppercase;
}

.review .bottom .left span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
	letter-spacing: 0;
    color: var(--colorBlack);
}

#section--reviews {
	margin-bottom: 120px;
}


#section--reviews .loadMore {
	display: block;
	width: 33%;
    margin: 25px auto 0;
	border-radius: 20px;
	color: var(--colorWhite);
	/* color: var(--colorBlack); */
	background-color: var(--colorOrange);
	/* background-color: var(--colorWhite); */
	transition: all 0.5s;
}

#section--reviews .loadMore:hover {
	color: var(--colorWhite);
	background-color: var(--colorDark);
	/* background-color: var(--colorOrange); */
	border-color: unset;
	/* background-image: unset; */
}


@media (max-width: 1280px) {
	
	.reviews-wrap #reviews .review {
		flex-basis: calc((100% - 30px) / 2);
		max-width: calc((100% - 30px) / 2);
	}
	
}


@media (max-width: 767px) {
	.reviews-wrap #reviews .review {
		flex-basis: 90%;
        max-width: 80%;
        flex-shrink: 0;
	}
	
	.reviews-wrap #reviews {
		flex-wrap: nowrap;
		padding-bottom: 10px;
		overflow: auto;
		/* scrollbar-width: thin; */
		scrollbar-width: none;
		scrollbar-color: var(--colorOrange) rgba(0, 0, 0, 0.25);
	}

	.reviews-wrap #reviews .bottom .left span {
		font-size: 14px;
	}
}

/* --- / REVIEWS --- */



/* --- TRUST --- */

#section--trust {
	margin-bottom: 120px;
}

#section--trust .title_section {
	margin-bottom: 25px;
}

.trust__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}

.trust__item {
	align-items: center;
	height: 140px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-basis: calc((100% - 4*20px) / 5);
	max-width: calc((100% - 4*20px) / 5);
	padding: 40px;
	background-color: var(--colorWhite);
	border-radius: 20px;
}

.trust__item img {
	max-height: 60px;
	object-fit: contain;
}


/* --- / TRUST --- */



/* --- CONTACTS / MAP --- */
#section--contacts .title_section {
	margin-bottom: 25px;
}

#section--contacts .inner {
	margin-bottom: 45px;
}

#section--contacts .inner {
	display: flex;
	gap: 30px;
}

#section--contacts .contacts__map {
	flex-grow: 0;
	flex-shrink: 0;
}

#section--contacts .contacts__map iframe {
	border: 1px solid #c8c8c8;
	border-radius: 20px;
}

#section--contacts .contacts-list__items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
	padding: 20px 30px;
	background-color: var(--colorWhite);
	border-radius: 20px;
}

#section--contacts .contacts-list__item {
	flex-basis: calc((100% - 2*20px) / 3);
	max-width: calc((100% - 2*20px) / 3);
}

#section--contacts .contacts-list__item-title-box {
	height: 42px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#section--contacts .contacts-list__item-title-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

#section--contacts .contacts-list__item-title-text {
	color: var(--colorBlack);
	font-size: 16px;
	line-height: 1.5;
}

#section--contacts .address {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	/* text-transform: uppercase; */
	color: var(--colorBlack);
}

#section--contacts .contacts__box {
	max-width: 50%;
	padding: 20px 25px; 
	background-color: var(--colorWhite);
	border-radius: 20px;
}

#section--contacts .contacts__box-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	transition: all 0.5s;
}

#section--contacts .contacts__box-item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

#section--contacts .contacts__box-item-icon path {
	transition: all 0.5s;
}

#section--contacts .contacts__box-item-link {
	font-size: 16px;
	/* font-size: 20px; */
	font-weight: 700;
	line-height: 1.5;
	text-decoration: unset;
	color: var(--colorBlack);
	transition: all 0.5s;
}

#section--contacts .contacts__box-button {
	max-width: 277px;
	gap: 5px;
	margin-top: 5px;
	padding: 10px;
	width: 100%;
}

#section--contacts .contacts__box-item:hover .contacts__box-item-icon path {
	fill: var(--colorBlack);
}

#section--contacts .contacts__box-item:hover .contacts__box-item-link {
	color: var(--colorOrange);
}

/* --- / CONTACTS / MAP --- */



/* --- FOOTER --- */

.footer {
	padding: 60px 0;
	font-size: 16px;
	font-family: "Manrope", Arial, sans-serif;
	color: var(--colorWhite);
	background-color: var(--colorDarkLight);
}

.footer a {
	color: var(--colorWhite);
	text-decoration: none;
	transition: all 0.5s;
}

.footer a:hover {
	color: var(--colorOrange);
}

.footer .inner {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.footer-part {
	min-width: calc((100% - 2 * 60px) / 3);
}

.footer-part_left, 
.footer-part_right {
	min-width: unset;
	max-width: 400px;
}

.footer-part_left img{
	position: relative;
	top: -10px;
	margin-bottom: 5px;
}

.footer-part_left {
	text-transform: uppercase;
}

.footer_logo {
	/* height: 40px; */
	width: 175px;
	position: static;
	margin-bottom: 20px;
}

.footer_title {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.footer .note {
	font-size: 16px;
	line-height: 1.5;
}

.footer-part_left .note {
	margin: 20px 0;
}

.footer-part_center {
	text-align: center;
}

.footer__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
}

.footer__list-item {
	font-weight: 800;
	text-transform: uppercase;
}

.footer__list-item-link {
	white-space: nowrap;
	transition: all 0.5s;
}

.footer__list-item:hover .footer__list-item-link {
	color: var(--colorOrange);
}

.footer__email {
	display: block;
	margin-bottom: 20px;
}

.footer__phone {
	display: block;
}

.footer__shedule {
	
}

.footer-button {
	margin-top: 20px;
	padding: 10px;
}

.footer-part_right {
	display: flex;
	flex-direction: column;
	gap: 35px;
	align-self: center;
	text-transform: uppercase;
}

.footer .footer-part_right .note {
	font-size: 12px;
}

.footer .footer-part_right .note a {
	text-decoration: underline;
}



@media (max-width: 1024px) {
	.proc-project-capt__btn span {
    	font-size: 16px;
	}

	.footer_logo {
		margin: 0 auto 20px;
	}
	
}

.button {
	background-color: var(--colorOrange) !important;
}

@media (min-width: 1024px) {
	.proc-project-capt__btn {
		min-width: 326px;
	}
}


.proc-project-capt__btn {
	padding-bottom: 11px;
    padding-top: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 45px;
    max-width: 99%;
}

@media (max-width: 360px) {
	
	.footer-button {
		min-width: unset;
	}
	
}

/* --- / FOOTER --- */



/* --- SECTION HOW WE --- */

.proc-project {
	padding: 0px 0;
	/* padding: 50px 0; */

}

.proc-project .tab {
    position: relative;
	width: 100%;
}

.proc-project .tab__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
}

.proc-project .tab__link {
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #000;
    background: #f0f0f0;
    border: 1px solid #ececec;
    margin: 5px;
}

.proc-project .tab__link:hover {
    /* background: #ececec; */
	background: #d8d8d8;
	transition: 0.25s;
}

.proc-project .tab__link.tab-active {
    /* background: #ff8c00; */
	background: var(--colorOrange) !important;
    color: #fff;
}

.proc-project .tabs {
    width: 100%;
}
.proc-project .showcase-grid_work .tab__content {
	height: auto;
}

.proc-project .tab__content {
	height: 734px;
    display: none;
    width: 100%;
}

.proc-project__inner{
	height: 100%;
}

.proc-project .tab__content.tab-active {
    display: block;
}

.proc-project .proc-project__capt {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 24px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.padding-5{
	padding: 15px;
}

.max-height-100{
	max-height: 80px !important;
}

.proc-project .tab__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
	gap: 15px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 140px;
}


.proc-project .proc-project-slick__img.mobile {
	display: flex;
    justify-content: center;
    align-items: normal;
}


.proc-project .proc-project-slick__img {
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	height: 100%;
}

.proc-project  .proc-project-slick__img.base-line{
	align-items: flex-start;
}

.proc-project .proc-project-slick__img::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: 0;
	background-color: #000000b3;
}

.proc-project .proc-project-slick__img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border: none;
    vertical-align: middle;
}

.proc-project .tab-menu__link-inner {
	padding: 0;
	width: unset;
}

.proc-project .tab__link {
    display: inline-block;
	width: auto;
    min-width: unset;
    flex-basis: auto;
	flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
/*    padding: 25px 40px;*/
    padding: 10px 25px;
    border: none !important;
    margin: 0;
    border-radius: 20px;
    text-transform: uppercase;
}


.proc-project .tab {
	display: block;
	border: none;
}

.proc-project .tab__link span {
    white-space: nowrap;
    display: inline-flex;
	font-size: 16px;
	line-height: 1.2;
}

.proc-project .proc-project__title {
	position: absolute;
    top: 45px;
    left: 0;
    z-index: 1;
	margin: 0;
    text-align: center;
    color: #ffffff;
	font-family: "Manrope", Arial, sans-serif;
	letter-spacing: 0;
	font-weight: 800;
}

.proc-project-capt__left p {
	font-size: 16px;
	line-height: 1.5;
}

/* .proc-project-capt__left{
	display: flex;
	flex-direction: column;
} */

.proc-project .tab-menu__link-inner span:first-child {
	margin-right: 5px;
}


.proc-project .proc-project__capt {
/*    position: absolute;*/
	left: unset;
    right: 0;
    bottom: 60px;
	align-items: flex-start;
	/* gap: 20px; */
	gap: 5px;
	max-width: 66%;
    padding: 24px 20px 30px 50px;
    background: #ffffff;
    color: #000000;
    border-radius: 20px;
}

.proc-project-capt__btn {
	/* border-radius: 35px; */
	border-radius: 20px;
}

.proc-project-capt__btn span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Manrope", Arial, sans-serif;
    text-transform: uppercase;
    white-space: pre-wrap;
    line-height: 1.15;
}

.proc-project .proc-project-capt__title {
	margin: 0 0 15px;
	font-size: 36px;
	font-weight: 800;
	color: #4b4b4b;
	line-height: 40px;
}

.proc-project-capt__right {
	margin: 0;
}



@media (max-width: 1280px) {
	
	.proc-project .proc-project__title {
		left: 10px;
	/* left: 50%; */
    /* transform: translateX(-50%); */
	}
	
	.proc-project .tab__menu {
		left: 10px;
		right: 10px;
	}
	
	.proc-project .proc-project__capt {
		left: 10px;
		right: 10px;
		max-width: 100%;
		padding: 20px;
	}
	
	.proc-project .proc-project-slick__img img {
/*		min-height: 840px;*/
		min-height: 50vh;
		object-fit: cover;
	}
	
}



@media (max-width: 1024px) {
	
	.proc-project .proc-project-capt__title {
		line-height: 30px;
	}

	.proc-project .tab__menu {
/*		position: relative;*/
		flex-wrap: nowrap;
		padding-bottom: 10px;
/*
		overflow-x: auto;
		overflow-y: hidden;
*/
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: var(--colorOrange) var(--colorWhite);
		scrollbar-color: var(--colorOrange) rgba(0, 0, 0, 0.25);
	}

}


@media (max-width: 1023px) {
		
	.proc-project .proc-project-slick__img img {
		min-height: 60vh;
	}
	
}


@media (max-width: 819px) {
		
	.proc-project .proc-project-slick__img img {
		min-height: 66vh;
	}
	
}


@media (max-width: 767px) {
	
	/* .proc-project .proc-project-slick__img {
		position: relative;
		padding: 0 20px;
	} */

	.proc-project .proc-project-slick__img img {
/*		min-height: 90vh;*/
		min-height: auto;
		border-radius: 20px;
	}
	
	/* .proc-project .proc-project-slick__img::after {
		content: none;
	} */

	.proc-project .proc-project__title {
		transform: translateX(0%);
		position: static;
		font-size: 32px;
		text-align: center;
		color: var(--colorGrayMain);
	}
	
	.proc-project .proc-project-capt__title {
		font-size: 20px;
	}
	
	.proc-project .tab__menu {
		position: static;
		margin-top: 25px;
		margin-bottom: 40px;
	}
	
	.proc-project .proc-project__capt {
		position: static;
	}
	
	.proc-project .tab__link {
		max-width: unset;
	}
	
}



@media (max-width: 390px) {
	
	.proc-project .proc-project-slick__img img {
/*		min-height: 100vh;*/
	}
	
}



@media (max-width: 360px) {
	
	.proc-project .proc-project-slick__img img {
/*		min-height: 185vh;*/
	}
	
}

/* --- / SECTION HOW WE --- */



/* --- EXX - RELEASE PROJECTS --- */

.exx-project {
	max-width: unset;
	padding-bottom: 0;
	/* margin-bottom: 120px; */
}

.exx-project__title {
	margin-top: 0;
	margin-bottom: 30px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: normal;
	color: var(--colorGrayMain);
	letter-spacing: 0;
}

.exx-project .exx-project__inner {
    max-height: unset;
}

.example__wrapper {
	
}

.exx-project .tab__content {
	padding: 0;
	border: none;
}


@media (max-width: 767px) {
	.exx-project .tab__content {
		width: 110%;
	}
}
.exx-project .tab__content.tab-active {
	padding: 0;
}

.example__box > .example__item {
    display: block; /* По умолчанию показываются все элементы */
}

.example__box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 45px 0 30px;
}

.example__item {
	padding: 20px;
	max-width: calc((100% - 2 * 15px) / 3);
	flex-basis: calc((100% - 2 * 15px) / 3);
	background-color: var(--colorWhite);
	border-radius: 30px;
}


.exx-project .tab__menu {
	gap: 18px;
}

.exx-project .tab__link {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc((100% - 3 * 18px) / 4);
	width: auto;
	min-width: unset;
	max-width: calc((100% - 3 * 18px) / 4);
	padding: 20px;
	border: none;
	border-radius: 20px;
	background-color: var(--colorWhite);
}

.example__item-image-box {
	display: flex;
	margin-bottom: 75px;
}

.example__item-image-box img {
	max-width: 60%;
	border-radius: 30px;
/*	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 50%, 50% 100%, 0 100%);*/
}
.example__item a{
	text-decoration-color: #FF8C00;
}
.example__item a:hover .projects__example{
	text-decoration: none;
	color: #FF8C00;
    border-color: #FF8C00;
}

.exx-project .projects__example {
	position: static;
	align-self: flex-end;
	width: auto;
	min-height: 72px;
    margin-top: 0;
	margin-bottom: 20px;
	margin-left: -25%;
    padding: 0;
	font-family: "Manrope", Arial, sans-serif;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: var(--colorBlack);
	background-color: transparent;
}

.exx-project .loadMore {
	display: block;
	width: 33%;
    margin: 0 auto;
/*	font-family: "Manrope", Arial, sans-serif;*/
	border-radius: 20px;
	/* color: var(--colorBlack);
	background-color: var(--colorWhite); */
	color: var(--colorWhite);
	background-color: var(--colorOrange);
	transition: all 0.5s;
}

.exx-project .loadMore:hover {
	color: var(--colorWhite);
	background-color: var(--colorDark);
	/* color: var(--colorWhite);
	background-color: var(--colorOrange); */
	border-color: unset;
	/* background-image: unset; */
}

@media (max-width: 767px) {
	.example__item-image-box + .btn {
		max-width: 100% !important;
	}
}

.example__item-image-box + .btn {
	max-width: 75%;
	border-radius: 20px;
}



@media (max-width: 1600px) {
	
	.example__item {
		max-width: calc((100% - 15px) / 2);
		flex-basis: calc((100% - 15px) / 2);
	}
	
	.exx-project .projects__example {
		/* margin-left: -15%; */
	}
	
}


@media (max-width: 1024px) {
	
	.example__item-image-box {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 50px;
	}
	
	.exx-project .projects__example {
		margin-bottom: 0;
		margin-left: 0;
	}
	
	.example__item-image-box img {
		max-width: 100%;
		clip-path: unset;
	}
	
/*
	.exx-project .tab__link {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	
	.exx-project .tab__menu {
		flex-direction: column;
	}
*/
	.exx-project .tab__menu {
		scrollbar-width: none;
		display: flex !important;
	}

	.tab__menu::-webkit-scrollbar {
    	display: none;
	}

	.exx-project .tab__menu {
		padding-right: 20px;
		flex-direction: unset;			/*Закоментить чтобы не было слайдера*/
		flex-wrap: nowrap;
		padding-bottom: 10px;
		overflow-x: auto;
		margin-bottom: 0px;
        /* scrollbar-width: thin;
        scrollbar-color: var(--colorOrange) var(--colorWhite); */
	}
	
	.exx-project .tab__link {
		flex-basis: 90%;
		/* max-width: 90%; */
		/* max-width: 100%; */
		max-width: 350px;
	}
	
}



@media (max-width: 767px) {
	
	.exx-project .loadMore {
		display: none;
	}
	
	.example__box {
		flex-wrap: nowrap;
		padding-bottom: 10px;
		overflow-x: auto;
/*        overflow-y: hidden;*/
        scrollbar-width: thin;
        scrollbar-color: var(--colorOrange) var(--colorWhite);
	}
	
	.example__item {
		display: block !important;
		max-width: 65%;
		flex-basis: 100%;
		flex-shrink: 0;
	}
	
	.exx-project__title {
		font-size: 32px;	
	}
	
/*
	.exx-project .tab__menu {
		flex-direction: unset;
		flex-wrap: nowrap;
		padding-bottom: 10px;
		overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--colorOrange) var(--colorWhite);
	}
	
	.exx-project .tab__link {
		flex-basis: 90%;
		max-width: 90%;
	}
*/
	
}

/* --- / EXX - RELEASE PROJECTS --- */



/* --- BANNER --- */

/*
.main-slider {
	
}
*/

.main-slider .main-slider_01 {
	background: url("../images/main-slider-image1.jpg");
}

.main-slider .main-slider_02 {
	background: url("../images/main-slider-image2_optimized.jpg");
}

.main-slider .main-slider_03 {
	background: url("../images/main-slider-image3_optimized.jpg");
}

.main {
	position: relative;
	height: 100vh;
	padding-top: 215px;
	padding-bottom: 50px;
	text-align: unset;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.main::after {
    position: absolute;
    content: "";
    z-index: 0;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.main .wrapper {
	position: relative;
	z-index: 10;
}

.main .main_h1 {
	width: 40%;
	font-family: "Manrope", Arial, sans-serif;
	/* font-size: 48px; */
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	text-align: left;
	color: var(--colorWhite);
}

.main_slogan .copy-text{
	text-transform: uppercase;
}

.main .main_slogan {
	padding-bottom: 33px;
	width: 33%;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: normal !important;
	letter-spacing: 0;
	text-align: left;
	color: var(--colorWhite);
}

.main .button {
    display: inline-block;
    padding: 12px 60px;
    min-width: unset;
	font-weight: 500;
	transition: all 0.75s;
}

.main .button:hover {
	color: var(--colorOrange);
	background-color: var(--colorWhite);
}
.slick-dots{
	height: 40px !important;
}
.main-slider .slick-dots {
	position: absolute;
/*	bottom: 10%;*/
	bottom: 9%;
	left: 8%;
	display: flex !important;
	align-items: center;
	gap: 5px;
}

.main-slider .slick-dots li {
	width: 170px;
	height: 10px;
	border-radius: 20px;
	background-color: var(--colorWhite);
	transition: all 0.75s;
}

.main-slider .slick-dots li:hover {
/*	background-color: #ff800033;*/
	background-color: #ff800099;
	cursor: pointer;
}

.main-slider .slick-dots li.slick-active {
	background-color: var(--colorOrange);
}

/*
.main-slider .slick-dots li button:before {
    content: "";
}
*/

.main-slider .slick-dots li button {
	display: none;
}

.timer__wrapper {
	position: relative;
	height: 0;
	font-family: "Manrope", Arial, sans-serif;
}

.timer__inner {
    position: absolute;
/*    right: 8%;*/
    right: 0;
    top: -100%;
    transform: translateY(-125%);
/*	max-width: 50%;*/
	max-width: 680px;
	padding: 20px;
    color: var(--colorGrayMain);
    background-color: var(--colorWhite);
    border-radius: 20px;
}

.copy-text {
	cursor: pointer;
	color: var(--colorOrange);
	transition: all 0.5s;
}

.copy-text:hover {
	text-decoration: underline;
}

.main-banner__tooltip {
	position: absolute;
	background-color: var(--colorDarkLight);
	color: var(--colorWhite);
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 14px;
	z-index: 100;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}

.main-banner__tooltip.visible {
	opacity: 1;
	height: auto;
}

.main_form.form-container form {
	display: flex;
	/* align-items: center; */
	align-items: flex-start;
	gap: 15px;
}



.js-file-upload{
	margin-left: 1px;
}
.manual_download--promo {
	padding-left: 10px !important;

}

@media (max-width: 767px) {
	.main_form.form-container form {
		align-items: center;
	}

	.manual_download--promo {
		padding-left: 0px !important;

	}
}


.main_form_in.in{
	padding-top: 12px !important;;
	padding-bottom: 12px !important;
}

.input-div{
	display: flex;
	flex-direction: column;
}
.toggler-container{
	display: flex;
	flex-direction: row;
	padding-left: 24px;
}

@media (min-width: 768px) {
    .files__toggler {
        margin-right: 0px  !important;
    }
}

.input-box {
	display: flex;
	justify-content: space-between;
	/* justify-content: start; */
	align-items: center;
	gap: 8px;
    width: 100%;
	width: auto;
}

.is-tel-form{
	justify-content: space-between;
}

.timer__wrapper .b-form.b-form--half {
	 width: calc((100%) / 1);
    /* width: calc((100% - 6px) / 2); */
	/* width: calc((100% - 20px) / 2); */
}

.timer__box {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;	
}

.timer__box-left-part {
	flex-shrink: 0;
}

.timer__title {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0;
	color: var(--colorGrayMain);
}

.timer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
	margin: 10px 0 20px;
}

.timer .time-unit {
	display: flex;
	flex-direction: column;
	align-items: center;
/*	margin: 0 10px;*/
}

.timer .time-unit .numbers span {
	min-width: 37px;
	margin: 0;
	padding: 18px 12px;
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
	text-align: center;
	color: var(--colorWhite);
	background-color: var(--colorDarkOther);
	border-radius: 10px;
}

.timer .numbers {
	display: flex;
	gap: 5px;
}

.timer .word {
	min-width: 70px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
    text-align: center;
	letter-spacing: 0;
}

.main_form .ic {
	margin: 0;
}

.main_form_desc {
	margin-left: -100px;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
}

.timer__inner .b-form .in {
	height: auto;
    padding: 24px;
    display: inline-block;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
    line-height: normal;
	text-transform: uppercase;
	color: var(--colorGrayMain);
    background-color: var(--colorGrayBody);
	border: none;
    border-radius: 20px;
}

.timer__inner .b-form .in:placeholder {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
    line-height: normal;
	text-transform: uppercase;
	color: var(--colorGrayMain);
}

.timer__inner .b-form-submit {
	height: unset;
	margin: 0px;
}

.main_form_btn.btn.btn-submit{
	min-width: 168px;
}

.timer__inner .main_form .main_form_btn {
    width: auto;
	height: auto;
    /* min-width: unset; */
	margin: 0;
/*	padding: 25px;*/
	padding: 20px;
    font-size: 16px;
	font-weight: 500;
    line-height: 1;
	text-transform: uppercase;
	border-radius: 20px;
}

/* --- / BANNER --- */



/* --- HEADER --- */

.header {
	padding: 25px 0;
	background-color: transparent;
	transition: all 1.5s;
}

.header-logo {
	flex-shrink: 0;
}

.header .nav__inner {
	border: none;
}

.header-left {
    flex-shrink: 0;
}

.header_nav {
	margin: 0 25px;
	padding: 0;
}

.header_nav ul {
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
/*	flex-wrap: wrap;*/
}

.header_nav .nav_item {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.5s;
}

.header-tagline__content {
	line-height: 1;
}

.header-tagline a {
/*	margin: 0 50px;*/
	margin: 0 20px;
}

.desc-email:hover {
	color: #FFF!important;
	transition: color 0.3s ease;
}

.desc-email {
	color: var(--colorOrange)!important;
	font-size: 16px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
}

.header_phone a {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
}

.header_phone a:hover {
	color: var(--colorOrange)!important;
	transition: color 0.3s ease;
}

.header_contact {
	margin: 0 10px;
	letter-spacing: 0;
}

.header_schedule {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}

.header_btn {
	gap: 8px;
	min-width: unset;
	padding: 10px 20px;
	transition: all 0.5s;
}

.header_btn svg path {
	transition: all 0.5s;
}

.header_btn:hover {
	color: var(--colorOrange);
	background-color: var(--colorWhite);
	border-color: unset;
    background-image: unset;
}

.header_btn:hover svg path {
	fill: var(--colorOrange);
}

.header_nav_add {
	display: none;
}

form .loader {
    width: 160px;
	/* width: 120px; */
}

.mobile-menu li {
    list-style: none;
    margin-bottom: 30px;
}

.mobile-menu a {
	font-weight: 800;
	letter-spacing: 0;
}

.header-tagline--mob .header-tagline__text {
    display: none;
}

.mobile-contact {
	margin: 0 auto;
}

.mobile-contact .header-tagline a {
	font-size: 16px !important;
}

.mobile-contact .header_contact {
    justify-content: center;
    margin: 0;
    letter-spacing: 0;
	text-align: center;
}

.mobile-contact .header_phone a {
	font-size: 16px;
}

.mobile-contact .header_schedule {
	font-size: 14px;
}

.mobile-nav__bottom {
	width: auto;
}

.mobile-nav__bottom .button {
    display: flex;
	justify-content: center;
    align-items: center;
	gap: 8px;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
}

.mobile-nav__bottom .button > div {
	display: flex;
	align-items: center;
}

.header.mobile-menu-open .header-tagline:not(.header-tagline--mob), 
.header.mobile-menu-open .header_contact:not(.header_contact--mob) {
	display: none;
}



@media (max-width: 1680px) {
	
	.main {
		padding-top: 250px;
	}
	
}



@media (max-width: 1440px) {
	
	.header_nav a {
		font-size: 14px;
	}
	
}



@media (max-width: 1366px) {
	
	.header_nav ul {
		gap: 15px;
	}
	
	.header_nav {
		margin: 0 10px;
	}
	
/*
	.header_nav a {
		font-size: 14px;
	}
*/
	
	.header-tagline a {
		margin: 0 10px;
		font-size: 14px !important;
	}

	.header_phone a {
		font-size: 14px;
	}
	
	.header_schedule {
		font-size: 12px;
	}
	
	.header_btn {
		padding: 5px 10px;
		font-size: 14px;
	}
	
}


@media (max-width: 1600px) {
	
	.main-slider .slick-dots {
		left: 7%;
	}
	
}



@media (max-width: 1440px) {
	
	.main-slider .slick-dots {
		left: 5%;
	}
	
}



@media (max-width: 1366px) {
	
	.main-slider .slick-dots {
		left: 8%;
	}
	
	.main-slider .slick-dots li {
		width: 100px;
	}
}



@media (max-width: 1280px) {
	
	.main-slider .slick-dots {
		left: 12%;
		gap: 10px;
	}
	
	.main-slider .slick-dots li {
		width: 30px;
		height: 30px;
		border-radius: 50%;
	}
	
	.header-tagline, 
	.header_contact {
		display: none;
	}
	
	.timer__inner {
		max-width: 620px;
	}
	
}


/* @media (max-width: 1200px) { */
@media (max-width: 1366px) {
	
	.header-tagline, 
	.header_contact {
		display: flex;
	}
	
	.header_nav {
		display: none;
	}

	.header_nav_add {
		display: block;
		margin-top: 10px;
	}

	.header_nav_add ul {
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.main-slider .slick-dots {
		left: 10%;
	}
	
	.timer__box-left-part {
/*		flex-shrink: 1;*/
	}
	
	.main_form_desc {
/*		margin-left: 0;*/
	}

}



@media (max-width: 1024px) {
		
/*
	.timer__inner {
		max-width: 66%;
	}
*/
	
	.timer__inner {
		max-width: 75%;
		right: 0;
	}
	
	.main {
		padding-top: 200px;
	}

	.main-slider .slick-dots {
		left: 12%;
		bottom: 6%;
	}
	
/*
	.main-slider .slick-dots li {
		width: 75px;
	}
*/
	
	.main .main_h1 {
		font-size: 36px;
		line-height: normal;
	}
	
	.main .main_slogan {
		width: 40%;
		font-size: 16px;
	}
	
	.mobile-nav-toggle {
		width: auto;
   		height: auto;
		margin-right: 0;
	}
		
	.header-tagline, 
	.header_contact {
/*		display: none;*/
	}
	
	.header-top .header_btn {
		display: none;
	}
	
	.header_nav_add {
		display: none;
	}
	
	.mobile-nav-toggle {
		display: block !important;
	}
	
	.header-left {
/*		flex-grow: 1;*/
		flex-shrink: 0;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	.mobile-nav-overlay {
		background-color: rgba(0, 0, 0, 0.7);
	}
	
	.mobile-nav {
		top: 90px;
		left: -100%;
		width: 100%;
		background: var(--colorDarkLight);
		transition: all 0.5s;
	}
	
	.mobile-nav--open {
		left: 0;
		padding-bottom: 150px;
		text-align: center;
	}
	
	.mobile-nav .mobile-menu {
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	.mobile-nav__top {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
		
}

.timer__wrapper-mobile{
	display: none;
}
.timer__wrapper-desktop{
	display: block;
}
@media (max-width: 1024px) {
	
.timer__wrapper-mobile{
	display: block;
}
.timer__wrapper-desktop{
	display: none;
}
}


@media (max-width: 1023px) {

	.main-slider .slick-dots {
		display: none !important;
	}
	
	.timer__inner {
		max-width: 100%;
		transform: translateY(-105%);
	}
	
	.timer {
		justify-content: flex-start;
	}
	
}
/* @media (max-width: 700px) {
	
	.main-slider .slick-dots {
		left: 40%;
	}
}



@media (max-width: 600px) {
	
	.main-slider .slick-dots {
		left: 40%;
	}
}


@media (max-width: 400px) {
	
	.main-slider .slick-dots {
		left: 40%;
	}
} */


@media (max-width: 992px) {
	
	.timer__inner {
/*		max-width: 84%;*/
/*		right: 8%;*/
/*
		right: 2%;
		left: 2%;
		max-width: 96%;
*/
		right: 10px;
        left: 10px;
        max-width: calc(100% - 2 * 10px);
		/* transform: translateY(-105%); */
		transform: translateY(-105%);
		/* transform: translateY(0) !important; */
		/* top: -50vh !important; */
	}
	
/*
	.timer {
		justify-content: flex-start;
	}
*/
	
	.main_form.form-container form {
		justify-content: space-between;
	}
	
	.timer__inner .main_form .main_form_btn {
		/* margin-right: 20px; */
	}
	
}

@media (max-width: 1024px) {
	.main-slider .button{
		width: 100%;
	}

	.main {
		padding-top: 116px;
	}
	
	.main .main_h1 {
		width: unset;
	}
	
	.main .main_slogan {
		width: 75%;
	}
}

@media (max-width: 767px) {

	.timer__box-left-part {
		display: none;
	}

	.main_form.form-container form {
		gap: 0;
		flex-direction: column;
	}
	
	.timer__inner .b-form-submit {
		width: 100%;
	}

	.timer__inner .main_form .main_form_btn {
		width: 100%;
		margin: 0;
	}
	
	.timer {
		gap: 10px;
	}
	
	.header-right {
		display: none;
	}
	
	.header-logo__desk {
    	max-width: 100px;
	}

	.header-logo {
		margin: 0;
	}
	
	.timer__inner .b-form .in:placeholder { 
		font-size: 14px;	
	}
	
/*
	.header_nav_add {
		display: none;
	}
*/

/*
	.timer__inner {
		transform: translateY(-105%);
		right: 2%;
		left: 2%;
		max-width: 96%;
	}
*/

/*
	.header-left {
		flex-grow: 1;
		flex-shrink: 0;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
*/
	
/*
	.mobile-nav-toggle {
		width: auto;
   		height: auto;
		margin-right: 0;
	}
*/
	
/*
	.header-top .header_btn {
		display: none;
	}
*/
	
/*
	.mobile-nav-overlay {
		background-color: rgba(0, 0, 0, 0.7);
	}
	
	.mobile-nav {
		top: 90px;
		left: -100%;
		width: 100%;
		background: var(--colorDarkLight);
		transition: all 0.5s;
	}
	
	.mobile-nav--open {
		left: 0;
		padding-bottom: 150px;
		text-align: center;
	}
	
	.mobile-nav .mobile-menu {
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	.mobile-nav__top {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
*/

}



@media (max-width: 639px) {
	
	.header-tagline:not(.header-tagline--mob) {
		/* display: none; */
	}
	
}
	.header-tagline--desc.mobile{
		display: none;
	}

@media (max-width: 500px) {
	.header_contact__content{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.contacts-list__item-title-icon{
		max-width: 35px;
	}
	/* .example__box > .example__item {
		max-width: 300px !important;
	} */
	.container--tech .row {
			max-width: 380px;
	}
	.text-right {
        padding-right: 0px;
    }
	.container--tech {
        padding-top: 30px;
    }
	.tech_h3{
		font-size: 16px;
	}
	.tech_desc{
		/* width: 300px; */
	}
	.tech_item{
		margin-bottom: 20px;
	}
	.header-tagline--desc.mobile{
		display: block;
		margin-top: 5px;
	}

	.header-tagline--desc.desktop{
		display: none;
	}
    .header-tagline:not(.header-tagline--mob) .desc-email {
		margin-right: 0;
		/* margin-left: -10px; */
		font-size: 11px !important;
		width: 140px;
	}
	.header_contact:not(.header_contact--mob) .header_phone a {
		font-size: 12px !important;
	}

	.header_schedule {
		font-size: 10px !important;
	}
}


@media (max-width: 429px) {
	
	.timer .time-unit .numbers span {
		min-width: 27px;
		padding: 15px 7px;
		font-size: 18px;
	}
	
}

@media (max-width: 1024px) {
	.main {
		/* height: 120vh; */
		height: 1100px;
	}
}

@media (max-width: 575px) {
	.main {
		/* height: 120vh; */
		height: 1000px;
	}
}

@media (max-width: 320px) {

	.main {
		/* height: 200vh; */
		height: 950px;
	}
	
}

@media (max-width: 375px) {
	.header_contact.header_contact--desc {
		margin: 0;
	}

	/* .main {
		height: 125vh;
	} */
	.main .main_h1 {
		font-size: 32px;
	}
	
	.timer .time-unit:last-child {
		display: none;
	}
	
	.timer__inner .b-form .in {
		padding: 20px 10px;
	}
	
	.timer__inner .b-form .in::placeholder {
		font-size: 12px;
	}
	
	.header {
		padding: 10px 0;
	}
	
	.mobile-nav {
		top: 70px;
	}
	
}



@media (max-width: 359px) {

/*
	.timer .time-unit:last-child {
		display: none;
	}
*/
	
}



/* --- / HEADER --- */

@media (min-width: 1366px) {
	.tech_h2{
		margin-top: 50px !important;
	}
}
@media (max-width: 1366px) {
	
	.reasons__item {
		flex-basis: calc((100% - 30px) / 2);
		max-width: calc((100% - 30px) / 2);
	}
	
	#section--contacts .contacts-list__item {
		flex-basis: calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
	}
	
	#section--contacts .contacts__map iframe {
		height: 550px;
	}
	
}



@media (max-width: 1280px) {

	#section--contacts .contacts__box {
		max-width: 100%;
	}
	
	#section--contacts .contacts__map iframe {
		height: 580px;
	}

}



@media (max-width: 1180px) {
	
	#section--contacts .contacts__map iframe {
		height: 610px;
	}

}



@media (max-width: 1024px) {
		
	.trust__item {
		flex-basis: calc((100% - 3*20px) / 4);
		max-width: calc((100% - 3*20px) / 4);
	}
	
	#section--contacts .contacts-list__item {
		flex-basis: 100%;
        max-width: 100%;
	}
	
	.footer {
		padding: 20px 0;
	}
	
	.footer .inner {
		flex-direction: column;
		gap: 50px;
	}
	
	.footer-part_left {
		display: flex;
		flex-direction: column;
		text-align: center;
		max-width: unset;
	}
	
	.footer-part_right {
		text-align: center;
	}
	
	#section--contacts .contacts__map iframe {
		height: 699px;
	}
	
}



@media (max-width: 992px) {
	.reasons__item {
		gap: 10px;
	}
	
	#section--contacts .inner {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}
	
	#section--contacts .contacts__map iframe {
		width: 100%;
	}
	
	#section--contacts .contacts__box-button {
		/* max-width: 100%; */
		/* /* width: unset; */
		min-width: unset;
	}
	

	#section--contacts .contacts__map iframe {
		height: 450px;
	}
	
}



@media (max-width: 820px) {
	
	.reasons__item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.trust__item {
		flex-basis: calc((100% - 2*20px) / 3);
		max-width: calc((100% - 2*20px) / 3);
	}

}



@media (max-width: 767px) {
	
	.trust__item {
		flex-basis: calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
	}
	
	#section--contacts .address {
		font-size: 16px;
	}
	
}


@media (max-width: 430px) {
	
	.reasons__item-title {
		font-size: 16px;
		line-height: 1.25;	
	}

	.reasons__item-text {
		font-size: 16px;
		line-height: 1.25;
	}
}

@media (max-width: 1024px) {
	.exx-project .wrapper{
		padding-left: 10px;
		padding-right: 0;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.trust .wrapper{
		padding: 0 0px;
		padding-left: 10px;
		max-width: 100%;
	}
	.trust__items {
		justify-content: unset;
		flex-wrap: nowrap;
		padding-bottom: 10px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: thin;
		scrollbar-color: var(--colorOrange) var(--colorWhite);
	}
	
	.trust__item {
		flex-basis: 100%;
		max-width: 100%;
		min-width: 50%;		
	}
	
}



@media (max-width: 390px) {
	
	.reasons__item-title {
/*		word-break: break-all;*/
	}
	
}



@media (max-width: 390px) {
	
	.reasons__item {
		gap: 10px;
	}
	
	.reasons__item-image {
		max-width: 70px;
		max-height: 70px;
		width: 70px;
		height: 70px;
	}
	
}



/* --- DETAIL PAGE MODAL --- */

.popup_wrapper {
	padding: 30px 45px 40px 75px;	
	color: var(--colorGrayMain);
	border-radius: 20px;
	box-shadow: 0 0 7.3px rgba(0, 0, 0, 0.75);
}

.popup_wrapper .title {
	margin-bottom: 32px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--colorGrayMain);
}

.popup_wrapper-table-mod {
    display: flex;
    flex-direction: column;
}

.popup_wrapper-table-mod .flex-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
	padding: 12px 18px;
	background-color: var(--colorGrayBody);
	border-radius: 20px;
}

.popup_wrapper-table-mod .flex-item:last-child {
    margin-bottom: 0;
}

.popup_wrapper-table-mod .flex-item dt {
    margin-right: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0;
	color: var(--colorGrayMain);
}

.popup_wrapper-table-mod .flex-item dd {
	font-weight: bold !important;
	text-align: right;
    margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0;
	color: #1f1f1f;
}

.popup_wrapper-list {
	display: flex;
	flex-direction: column;
	margin: 15px 0 45px;
}

.popup_wrapper-list li {
    background: url("../images/popup/frontalnie-stellagi/list-marker-full-circle.svg") no-repeat 0 0;
	background-size: 14px 14px; /* Размер картинки */
background-position: 4px 4px;  /* Сдвиг: вправо 0, вниз 5px */
}

.popup_wrapper-text {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	
}

.popup_wrapper-list li {
	margin-bottom: 8px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	word-break: normal;      /* Переносы только по пробелам */
    overflow-wrap: normal;    /* Не разрывать длинные слова */
    white-space: normal;      /* Обычный перенос строк */
}

.popup_wrapper-list li:last-child {
	margin-bottom: 0;
}

.popup_wrapper .button {
	margin-top: 20px;
}

.popup-slick {
	
}

.popup-slick .slick-list {
/*	clip-path: polygon(0 0, 80% 0, 80% 20%, 100% 20%, 100% 100%, 0 100%);*/
	clip-path: polygon(0 0, 85% 0, 85% 15%, 100% 15%, 100% 100%, 0 100%);
    border-radius: 20px;
}

.popup_wrapper .close {
	opacity: 0.5;
    background: url("../images/popup/frontalnie-stellagi/modal-detail-page-close.svg") no-repeat 0 0;
    width: 34px;
    height: 34px;
    position: absolute;
/*    top: 30px;*/
    /* top: 25px;
    right: 30px; */
	top: 11px;
    right: 17px;
    cursor: pointer;
	transition: all 0.75s;
}

.popup_wrapper .close:hover {
	filter: invert(1);
}

.popup_wrapper .slick-arrow {
/*    top: 260px;*/
    width: 28px;
    height: 56px;
    background: #fff url("../images/popup/frontalnie-stellagi/modal-detail-page-slider-arrow--right.svg") no-repeat 50% 50%;
}

.popup_wrapper .slick-next,
.popup_wrapper .slick-prev {
	top: 0;
	border-radius: 10px;
}

.popup_wrapper .slick-next, 
.popup-slick:hover .slick-next {
    right: 0;
}

.popup_wrapper .slick-prev, 
.popup-slick:hover .slick-prev {
	left: calc(100% - 2 * 28px - 5px);
}

.popup_wrapper .popup-slick img {
	border-radius: 20px;
}



@media (max-width: 991px) {
	.popup_wrapper .button.detail-page__button.open_popup_btn{
		width: 100%;
	}

	.popup_wrapper {
		width: calc(100% - 30px);
		padding: 20px 25px;
		max-height: calc(100% - 30px);
		max-width: 100%;
	}
	
	.popup_wrapper .slick-next, 
	.popup-slick:hover .slick-next,
	.popup_wrapper .slick-prev, 
	.popup-slick:hover .slick-prev {
		top: unset;
		bottom: -60px;
	}
	
	.popup-slick .slick-list {
		clip-path: unset;
	}
	
	.popup_wrapper .popup-preview {
		padding-top: 30px;
	}
	
	.popup_wrapper .title {
		font-size: 32px;
	}
	
}

/* --- / DETAIL PAGE MODAL --- */



/* --- HALF ORDER BANNER --- */

.half-order .b-form .in {
    height: auto;
    padding: 24px;
    display: inline-block;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #5c5c5c;
    background-color: #eaeaea;
    border: none;
    border-radius: 20px;
}

/* --- / HALF ORDER BANNER --- */



/* --- ADAPTING --- */

@media (max-width: 1680px) {
	
	.wrapper {
		max-width: 1420px;
	}
	
}



@media (max-width: 1440px) {
	.showcase-card__capt {
		margin-left: 0;
	}

	.wrapper {
		max-width: 1346px;
	}
	
}



@media (max-width: 1366px) {
	
	.wrapper {
		max-width: 1180px;
	}

}



@media (max-width: 1280px) {
	
	.wrapper {
		max-width: 1024px;
	}
	
/*
	.showcase-grid__row {
		justify-content: flex-start;
		overflow-x: scroll;
		scrollbar-width: auto;
		scrollbar-color: var(--colorOrange) var(--colorWhite);	
	}
*/
	
	.showcase-grid__item {
/*		flex: 0 0 auto !important;*/
		flex: 0 0 100% !important;
		max-width: 50% !important;
/*		min-width: min-content !important;*/
		width: auto !important;
	}
	
}



@media (max-width: 1180px) {
	
	.wrapper {
		max-width: 992px;
	}
		
}



@media (max-width: 1024px) {
	
	.wrapper {
		max-width: 820px;
	}
	
	.showcase-wrapper {
		padding: 0 20px;
	}
	
	.showcase-grid__row {
		flex-wrap: wrap;
	}
	
	.showcase-grid__item {
		max-width: 100% !important;
	}
	
}



@media (max-width: 1023px) {
	
	.showcase-grid__row {
		flex-wrap: nowrap;
	}
	
	.showcase-grid__item {
		max-width: 50% !important;
	}
	
}



@media (max-width: 820px) {
	
	
}



@media (max-width: 768px) {
	
	.wrapper {
		max-width: 700px;
	}
	
	.showcase-grid__item {
		flex: 0 0 100% !important;
	}
	
}



@media (max-width: 767px) {
/*
	body {
		font-size: 14px;
	}
*/
	
	.wrapper {
		max-width: 95%;
	}
	
	.showcase-grid__row {
		justify-content: flex-start;
		padding-bottom: 10px;
		overflow-x: scroll;
		scrollbar-width: auto;
		scrollbar-color: var(--colorOrange) var(--colorWhite);	
	}
	
	.showcase-grid__item {
		max-width: 66% !important;
	}
	
	.showcase-card__img img {
		min-width: 100%;
		min-height: auto;
	}
	
}



@media (max-width: 640px) {
	
	.showcase-grid__item {
		max-width: 92% !important;
	}
	
}



@media (min-width: 1024px) {
	
    .showcase {
        max-width: 95%
    }
	
    .showcase-card {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
		gap: 20px;
		align-items: stretch;
    }

    .showcase-grid__item {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 calc(50% - 8px);
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
	
/*
	.mobile-nav {
        display: none;
    }
*/
	
}

@media (min-width: 1025px) {
		
	.mobile-nav {
        display: none;
    }
	
}



@media (min-width: 1200px) {
    .showcase {
        max-width: 1600px;
    }
}

.error-border {
    border: 2px solid #af5656 !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5) !important;
}

.is-submit{
	height: 56px !important;
	width: 160px !important;
}
.b-form--last{
	max-width: 260px;
}

.showcase-grid_work{
	display: none;
}

@media (min-width: 1024px) {
    .b-form--first {
		/* max-width: 187px ; */
        padding-right: 0px;
    }
}

@media(max-width: 767px) {
	.b-form--first {
		padding-right: 0px;
	}

	.timer__inner{
		transform: translateY(-90%);
		max-width: calc(103% - 2 * 0px);
		left:0px;
		right:0px;
	}

	.timer__title {
		text-align: center;
		font-size: 24px;
	}
	.timer__box-right-part{
		display: flex;
		flex-direction: column;
	}
	.timer__box{
		justify-content: center;
		align-items: center;
	}
	.main_form_desc{
		text-align: center;
		order: 0;
		margin-left: 0;
		margin-top:3px;
		margin-bottom: 16px;
		font-size: 14px;
		max-width: 440px;
	}
	.timer{
		justify-content: center;
		order: 1;
		margin: 0;
	}
	.input-box{
		justify-content: center;
		gap:6px;
	}
	.b-form-submit{
		max-width: 440px;
	}

	.main_slogan{
		padding-bottom: 30px;
		margin-top: 13px;
	}
	.showcase-grid {
		scrollbar-width: none;
    	display: flex;
		overflow-x: auto;
		gap: 8px;
	}
	  .showcase-grid::-webkit-scrollbar {
            display: none;
        }
	.showcase-grid__row {
		/* width: 183%; */
		width: auto !important;
		gap:8px;
		overflow-x:unset;
		margin-top: 0px !important;
	}
	.showcase-grid__item{
		flex: 0 0 auto !important;
		width: 375px !important;
	}
	.showcase-wrapper{
		padding-right: 0px;
		margin-right: 0;
		padding-left: 0px;
		margin-left: 11px;
	}
	.showcase-card{
		display: flex;
    	flex-direction: column;
		/* height: auto; */
	}
	.showcase-card__list {
		margin-left: 10px;
	}
	.showcase-card__order a{
	    width: 100%;
		margin-right: 0px;
	}
	.showcase-card__capt{
		margin-bottom: 0;
	}
	.showcase-card__cost .showcase-card__order{
		margin-top: 0;

	}
	.showcase-card__cost{
		margin-top: auto;
	}
	.showcase-card__right {
		height: 100%;
	}
	.showcase-wrapper{
		max-width: 100%;
	}
}

@media(max-width: 767px) {
	.example__box {
		margin: 15px 0 30px !important;
	}

	.title_section{
		margin: 20px 0 30px !important;
	}

	.reviews-wrap #reviews {
		gap: 10px;
	}

	.tech_bg .img-responsive{
		width: 100%;
    	max-width: 510px;
	}
	/* .example__box > .example__item {
		max-width: 380px;
	} */
	.example__box {
		scrollbar-width: none;
	}
}

@media(max-width: 1023px) {
	.showcase-grid__item .showcase-card{
		display: flex;
		flex-direction: column;
	}

	.showcase-card .showcase-card__right{
		height: 100%;
	}
}

@media(max-width: 1024px) {
	.showcase-grid_work{
		margin-top: 21px;
		scrollbar-width: none;
    	display: flex;
		overflow-x: auto;
		gap: 8px;
	}
	.tabs{
		display: none!important;
	}

	.tab__menu{
		display: none!important;
	}

	.showcase-grid_work .tab__content{
		flex: 0 0 auto !important;
        /* width: 375px !important; */
		min-width: 310px;
		width: 45% !important;
	}

	.proc-project-capt__btn span {
		font-size: 16px;
	}

	.proc-project .proc-project-slick__img::after {
		content: none;
	}
	.proc-project .img-responsive{
		min-height: auto;
        border-radius: 20px;
	}
	.proc-project .proc-project-slick__img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		max-height: 200px;
		min-height: 200px;
		position: relative;
		padding: 0px;
	}
	.proc-project .proc-project-slick__img img {
		object-fit: cover;
		/* object-fit: contain; */
		height: 100%;
		min-height: auto;
        border-radius: 20px;
	}
	.proc-project .proc-project__capt {
		align-items: center;
		position: static;
	}
	.proc-project .proc-project__title {
		transform: translateX(0%);
        position: static;
        font-size: 32px;
        text-align: center;
        color: var(--colorGrayMain);
	}
	.proc-project__inner{
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.tab-wrapper {
		max-width: 100%;
        padding-right: 0px;
        margin-right: 0px;
        padding-left: 0px;
        margin-left: 10px;
    }
	.wrapper-tab-card{
		max-width: 100%;
		height: 100%;
		margin: 0;
    	padding: 0;
	}
	.proc-project-capt{
		flex-direction: column;
		display: flex;
		height: 100%;
	}
	.proc-project-capt__right {
		width: 100%;
		margin-top: auto;
	}
	.proc-project .proc-project-capt__title {
		font-size: 23px;
	}
}
@media (max-width: 1600px) {
	.exx-project .projects__example {
		margin-left: -18%;
	}
}
@media (max-width: 1300px) {
.exx-project .projects__example {
		margin-left: -25%;
	}
}
@media (max-width: 1024px) {
.exx-project .projects__example {
		margin-left: 0%;
	}
}
/* */


.main_h1 .accent {
    color: var(--colorOrange);
    

    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}
.popup_img {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
}

.popup-content {
    position: relative;
    margin: auto;
    padding: 60px 20px 20px;
    width: 100%;
    height: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.close {
    position: absolute;
    top:-45px;
    right: 0px;
    color: white;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    width: 70px;
    height:70px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.close:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.slider-container {
    position: relative;
    width: auto;
    height: auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide {
    display: none;
    justify-content: center;
	flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.slide-caption {
    margin-top: 20px;
    padding: 12px 20px;
    background: rgba(255,255,255,0.15);
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    max-width: 80%;
    line-height: 1.5;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .slide-caption {
        font-size: 14px;
        max-width: 95%;
        padding: 10px;
    }
}

.image-container {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.slide img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    color: white;
    font-size: 24px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    z-index: 10001;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.prev:hover, .next:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 768px) {
    .popup-content {
		height: 30%;
        padding: 50px 10px 10px;
    }
    
	
    .close {
        top: 0px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 28px;
    }
    
    .prev, .next {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .prev {
        left: 10px;
    }
    
    .next {
        right: 10px;
    }
    
    .image-container {
        max-width: 95%;
        padding: 15px;
    }
}
/* @media (max-width: 1024px) {
    .proc-project__inner {
        height: 92%;
	}
} */

.proc-project-capt__btn {
	background:  var(--colorOrange) !important;
}

.exx-project .tab__link.tab-active,
.exx-project .tab__link.tab-active:hover {
	background: var(--colorOrange) !important;
}

.top-btn {
	z-index: 10001;
	background: var(--colorOrange) !important;
}
.showcase-card__image-bage {
	border: 1px solid var(--colorOrange) !important;
}


@media (max-width: 475px) {



	.showcase__title {
		font-size: 24px;
	}
	.timer__title {
		font-size: 20px;
	}
	.files__toggler, .files__toggler.expand, .files__toggler:focus {
		white-space: nowrap;
		font-size: 12px;
	}

	a.manual_download, a.manual_popup {
		font-size: 12px;
	}
	.showcase__title {
		margin-top: 35px;
	}
	.main_form_desc{
		font-size: 12px;
	}
	.main .main_h1 {
		font-size: 32px;
	}
	.timer__inner .b-form .in {
		font-size: 12px;
	}
	h2 {
		font-size: 32px;
	}
	.tech_h2, .profit_h2, .storage_h2, .why-we_h2, .contact_h2, .trust_h2, .printed_h2 {
		margin-top: 50px;
	}
	.tech_desc {
		font-size: 14px;
	}
	.proc-project-capt__btn span {
    	font-size: 16px;
	}
	.proc-project-capt__left p {
    	font-size: 14px;
	}
	.proc-project {
    	/* padding-bottom: 30px */
	}
	#section--trust {
    	margin-bottom: 90px;
	}
	.footer .footer-part_right .note {
		font-size: 14px;
	}
	.showcase-grid__item {
		width: 330px !important;
	}
	.exx-project .tab__link> span {
    	font-size: 16px;
	}
}
@media (max-width: 1280px) {

	.main .main_h1 {
		font-size: 32px;
	}
}

.timer__inner .slick-dots {
	position: absolute;
/*	bottom: 10%;*/
	bottom: 9%;
	left: 8%;
	display: flex !important;
	align-items: center;
	gap: 5px;
}

.timer__inner .slick-dots li {
	width: 170px;
	height: 10px;
	border-radius: 20px;
	background-color: var(--colorWhite);
	transition: all 0.75s;
}

.timer__inner .slick-dots li:hover {
/*	background-color: #ff800033;*/
	background-color: #ff800099;
	cursor: pointer;
}

.timer__inner .slick-dots li.slick-active {
	background-color: var(--colorOrange);
}


.timer__inner .slick-dots li button {
	display: none;
}

.timer__inner .slick-dots li {
	width: 15px;
	height: 15px;
}

.timer__inner .slick-dots {
	left: 43%;
	top: -10%;
	/* transform: translateY(-2300%) */
	/* display: none !important; */
}

@media (min-width: 1024px) {
	
	.timer__inner .slick-dots {
		display: none !important;
	}
}

.button:hover {
	/* background-color: var(--colorDark); */
	background-color: var(--colorBlueHover) !important;
	transition: 0.25s;
}

.proc-project-capt__right a:hover{
	background-color: var(--colorBlueHover) !important;
	transition: 0.25s;
}

.btn:hover,
.btn:active {
    color: #FFF;
    background-color: var(--colorBlueHover) !important;
	background-image:  var(--colorBlueHover) !important;
	transition: 0.25s;
}


button[title]:hover::after {
    display: none !important;
}

*[title]:hover::before,
*[title]:hover::after {
    display: none !important;
}

.showcase-card:hover .showcase-card__btn{
	background-color: var(--colorBlueHover) !important;
}	

a:hover, a:focus {
	color: #FFF !important;
}
@media (max-width: 600px) {

	.exx-project .projects__example {
		-webkit-line-clamp: unset;
		font-size: 18px;
	}
	.example__item a{
		height: 100%;
		justify-content: space-between;
		flex-direction: column;
		display: flex;
	}
}
@media (max-width: 1024px) {
	.example__item-image-box + .btn{
		max-width: 100%;
	}
}

.main .main_h1 * {
	font-weight: 800;
}
.proc-project .proc-project__capt {
    bottom: 40px;
}

@media (min-width: 1440px) {
	.proc-project-capt__btn{
		transform: translateY(2px);
	}
}

section{
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

@media (max-width: 1200px) {
	section{
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
}

@media (max-width: 600px) {
	section{
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
}

@media (max-width: 600px) {
	.showcase-card__title {
		font-size: 20px;
		white-space: nowrap;
	}
	.showcase-card__list span {
		font-size: 14px;
	}
}

/* 
@media (max-height: 800px) {
	.popup_wrapper .title{
		font-size: 35px;
		margin-bottom: 5px;
		
	}
	.popup_wrapper .col2 *{
		font-size: 14px;
	}
	.popup_wrapper-list {
		margin: 5px 0 10px;
	}
	.popup_wrapper {
		padding: 20px 25px 30px 35px;
	}
	.popup_wrapper-text {
		margin-bottom: 5px;
	}

	.button {
		width: auto;
		min-width: 275px;
		padding: 20px;
	}

	.popup_wrapper-table-mod .flex-item {
    	margin-bottom: 5px;
	}
} */

@media (max-width: 991px) {
	h2 {
		margin-bottom: 20px !important;
		margin-top: 30px !important;;
	}

	.popup_wrapper .popup-slick img {
		width: auto;
		max-height: 500px;
	}
	.slick-initialized .slick-slide {
		justify-content: center;
		display: flex;
	}
}

h2{
	font-size: 42px !important;
	line-height: normal !important;
}


@media (max-width: 1140px) {
	h2{
		font-size: 36px !important;
	}
}

@media (max-width: 700px) {
	h2{
		margin-left: 3px !important;
		margin-right: 3px !important;
		font-size: 26px !important;
		line-height: normal !important;
	}
}

@media (max-width: 600px) {
	.popup_wrapper .title{
		font-size: 25px;
		margin-bottom: 5px;
		
	}
}

@media (max-width: 400px) {
	.popup_wrapper .title{
		font-size: 20px;
		margin-bottom: 5px;
		
	}
}

.tech_h2{
	margin-top: 45px;
}

.checkbox-simple {
	position: relative;
	margin-top: 5px;
  	margin-bottom: 10px;

}
.main_flex .checkbox-simple {
	max-width: 380px;
}

.wrap_popup{
	white-space: nowrap;
}
@media (max-width: 500px) {
	.wrap_popup{
		white-space:normal;
	}
}

.checkbox-popup{
	color: white;
	padding-left: 15px;
    padding-right: 15px;
	margin-top: 0px;
  	margin-bottom: 15px;
}


.checkbox-orange {
	position: relative;
	width: 15px ;
	height: 15px;
  accent-color: #ff8000;
  margin-right: 5px;
  top: -2px;
  vertical-align: middle;
}

.label-text {
  font-size: 14px;
  vertical-align: middle;
}

.link-orange {
  color: #ff8000;
  text-decoration: underline;
  white-space: nowrap;
}

.cookie-notice {
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    color: #000000;
    padding: 20px;
    border-radius: 10px;
    z-index: 10000;
    display: none;
    max-width: 380px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    border-left: 4px solid #ff8000;
}

.cookie-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cookie-link {
    color: #ff8000;
    text-decoration: none;
    border-bottom: 1px dotted #ff8000;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-btn {
    height: 40px;
    /* border: 2px solid #ff8000; */
    color: #ffffff;
    background-color: #ff8000;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cookie-btn:hover {
    background-color: #e67300;
    /* border-color: #e67300; */
    transform: translateY(-2px);
}

@media (max-width: 991px) {
	.cookie-notice {
		right: 20px;
		left: auto
	}
}

@media (max-width: 400px) {
	.cookie-notice {
		right: 20px;
		left: 20px;
	}
}


.footer_document_container{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

@media (max-width: 991px) {
	.footer_document_container .link-orange{
  		white-space: wrap;
	}
}

.toggler-container a:hover{
	color: black !important;
}

.checkbox-simple a:hover{
	color: black !important;
}

@media (max-width: 400px) {
	.review .nameandcity .right span {
		font-size: 12px;
	}

	.review .top .left .nameandcity .name {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.checkbox-simple .label-text{
		font-size: 12px;
	}
	.checkbox-simple .checkbox-orange {
		width: 12px;
	}
}


	.reasons__items_slider{
		display: none;
	}

@media (max-width: 768px) {
	.reasons__items{
		display: none;
	}
    .reasons__items_slider {
        display: block !important; /* Переопределяем существующий flex */
        margin: 0 -10px;
    }
    
    .reasons__items_slider .slick-track {
        display: flex;
        padding: 10px 0;
    }
    
    .reasons__items_slider .reasons__item {
        margin: 0 10px;
        height: auto;
        flex-basis: auto;
        max-width: none;
    }
    
    .reasons__items_slider .slick-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 10px;
        gap: 10px;
    }
    
    .reasons__items_slider .slick-dots li {
        width: 10px;
        height: 10px;
        background: #ddd;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .reasons__items_slider .slick-dots li.slick-active {
        background: #ff8000;
        transform: scale(1.2);
    }
    
    .reasons__items_slider .slick-dots li button {
        display: none;
    }
}

.container--tech-mobile{
	display: none;
}

@media (max-width: 768px) {
	.container--tech-mobile .tech_list {
        max-width: 100%;
    }

	.container--tech-mobile {
		padding: 0 !important;
		margin: 0 !important;
		width: 100%;
	}

	.container--tech-mobile .row {
		margin: 0 !important;
		width: 100%;
	}

	.container--tech-mobile .col-sm-12 {
		padding: 0 !important;
		margin: 0 !important;
		width: 100%;
	}

	.tech_list-mobile {
		margin: 0 auto !important;
		width: 100%;
	}

	.tech_list-mobile .slick-list {
		margin: 0 auto;
		width: 100%;
		padding: 0 !important;
	}

	.container--tech .row{
		/* max-width: 100%; */
	}
	.tech_list .tech__caption{
		display: flex;
		flex-direction: column;
		/* width: 100% !important; */
	}

	.tech_item {
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 15px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	.container--tech-mobile{
		display: block;
	}
	
	.container--tech-desktop{
		display: none;
	}
	.showcase-card__order .showcase-card__btn{
		padding: 10px 24px;
	}
	.showcase-card__order .showcase-card__btn span{
		font-size: 14px;
	}

	.tech_list-mobile .slick-list {
		margin: 0 auto !important;
		width: 100%;
	}

	.tech_list-mobile .slick-track {
		display: flex !important;
		justify-content: center !important;
		margin: 0 auto !important;
	}

	.tech_list-mobile .slick-slide {
		float: none !important;
		display: flex !important;
		justify-content: center !important;
		align-items: start !important;
	}

	.tech_list-mobile .slick-slide > div {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.tech_list-mobile .tech_item {
		width: 85% !important; /* ИЛИ ФИКСИРОВАННУЮ ШИРИНУ */
		max-width: 500px;
		margin: 0 auto !important;
		text-align: left; /* А ТЕКСТ МОЖЕШЬ СЛЕВА ОСТАВИТЬ */
	}
	
}
@media (max-width: 550px) {
    .banner-form .banner-form__digit {
        font-size: 50px;
    }

	.banner-form .banner-form__title {
        font-size: 25px;
    }
	.exx-project .tab__link{
		padding: 8px 12px;
	}
	#section--contacts .contacts__box-button{
		padding: 8px 2px;
	}
	.btn{
		min-height: 35px;
		height: 35px;
	}
	.button{
		padding: 8px 12px;
		min-height: 35px;
	}
	button{
		padding: 8px 12px;
		min-height: 35px;
	}
	.timer__inner .main_form .main_form_btn{
		padding: 15px;
	}
	.tech_item {
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.exx-project .tab__menu{
		height: 55px;
		gap: 10px;
	}

	.exx-project .tab__link{
		max-width: 200px;
	}

	.exx-project .tab__link span{
		font-size: 16px;
	}
}

/* Стили для зума */
.popup_img .image-container img {
	    cursor: zoom-in;
    transition: transform 0.1s ease;
    transform-origin: center center;
    will-change: transform;
}

.popup_img .image-container img.zooming {
    cursor: zoom-out;
    position: relative;
    z-index: 10000;
}

/* Запрещаем выделение текста при зуме */
.zooming {
    user-select: none;
    -webkit-user-select: none;
}


.showcase-grid_work .proc-project-capt__left {
    height: 170px;
    overflow: hidden;
    transition: height 0.3s ease;
    position: relative;
}

.showcase-grid_work .proc-project-capt__left.expanded {
    height: auto;
}

.showcase-grid_work .proc-project-capt__left:not(.expanded)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}


.read-more-btn{
	    justify-self: center;
    align-self: center;
    max-width: 203px;
    display: block;
    padding: 12px 23px;
    background: none;
    color: rgb(0, 0, 0);
    border: none;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 5px;
	margin-bottom: 5px;
}


    .tech_list-mobile .slick-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 10px;
        gap: 10px;
    }
    
    .tech_list-mobile .slick-dots li {
        width: 10px;
        height: 10px;
        background: #ddd;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .tech_list-mobile .slick-dots li.slick-active {
        background: #ff8000;
        transform: scale(1.2);
    }
    
    .tech_list-mobile .slick-dots li button {
        display: none;
    }