
body{
	margin: 0px;
	padding: 0px;
	font-family: Circe, sans-serif;
	background: none;
	overflow: auto;
}
body.p404{
	background-color: #EEE2D6;
}
.container{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

a:hover{
	text-decoration: underline;
}

.btn-up{
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none; 
    z-index: 1000;
}

.link-problem{
	background-color: #ED5338 !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.link-problem:hover{
	text-decoration: none;
}

.header{
	height: 100px;
}
.header-row{
    height: 100px;
    position: relative;
}
.header .row{
	box-shadow: 0 12px 12px -8px #ebe8e7;
}
.header-row::after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    box-shadow: 0 8px 12px rgba(235,232,231, 0.9); 
    
}
.header .logo, .profil-btn, .header-menu, .search, .leave-req{
	display: inline-block;
	margin-top: 30px;
}
.header .header-menu{
	width: auto;
}
.profil-btn{
	position: relative;
}
.search-row-header {
    width: calc(100% - 440px);
    left: 260px;
    top: 29px;
}
.input-search input{
	height: 50px;
}
.header .profil-btn a.choose-segment{
	font-size: 18px;
    color: #C59368;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #D8B89A;
    padding: 9px 14px;
    margin-left: 35px;
}
.header .header-menu a{
	    text-decoration: none;
    color: #000000;
    font-size: 18px;
    margin-left: 25px;
}
.header .search{
	margin-left: 35px;
}
.header .leave-req{
	float: right;
    margin-top: 42px;
}
.header .leave-req a{
	font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4px;
    background-color: #ED5338;
    padding: 9px 14px;
    margin-left: 15px;
}
.search-page{
	margin: 20px 0px 80px 0px;
}
.page404{
	/*height: 100dvh;
	display: flex;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    padding-top: 50px;
}

.text1-404{
	color: #231C1A;
    font-size: 48px;
    font-weight: 700;
}
.text2-404{
	font-size: 24px;
    color: #000000;
    margin-top: 20px;
}
.back-btn-404{
	margin-top: 30px;
}
.back-btn-404 a{
	background-color: #231C1A;
    font-size: 23px;
    color: #FCF9F7;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
}
.text3-404{
	color: #ED5338;
	font-size: 384px;
	font-weight: 700;
	margin-top: 50px;
}

.row{
	padding-left: 30px;
    padding-right: 30px;
}

/* footer */
.footer .container{
	background-color: #14100F;
}
.footer-top, .footer-bottom{
}
.footer-bottom, .footer-top{
	display: grid;
    grid-template-columns: 1fr 1fr; /* Создает 2 равные колонки */
    gap: 20px;
}
.footer-column{
	border-radius: 10px;
	background-color: #231C1A;
	padding: 15px 20px;
	margin-bottom: 35px;
	position: relative;
}
.footer-logo{
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}
.footer-logo.p1{
	width: 45%;
}
.footer-logo.p2{
	width: 20%;
}
.footer-logo.p3{
	width: 30%;
}
.footer-file{
	margin-top: 20px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0px 20px 00px 20px;
}
.footer-file img{
	margin-right: 20px;
}
.footer-file a{
	color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: inline;
}
.footer-top{
	padding-top: 35px;
}
.footer-top .footer-column{
	padding: 35px 20px;
}
.agreement-links{
	padding-top: 25px;
    border-top: 1px solid #4C3C37;
}
.agreement-links a{
	font-size: 14px;
	color: #C59368;
    margin-right: 20px;
}
.footer-top .nav-title,
.footer-top .contact-title{
	font-size: 24px;
	color: #C59368;
	font-weight: 700;
}
.footer-soc{
	display: inline-block;
    position: absolute;
    top: 25px;
    right: 20px;
}
.footer-soc img{
	margin-left: 5px;
}
.footer-column ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-column ul li{
	font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer-column ul li a{
	text-decoration: none;
	color: #ffffff;
}
.footer-top .contact-row{
	padding: 15px 0px 35px 0px;
}
.footer-top .contact-row.mail{
	border-top: 1px solid #4C3C37;
    border-bottom: 1px solid #4C3C37;
}
.footer-top .contact-text{
	font-size: 18px;
    color: #ffffff;
}
.footer-top .answe-work{
	color: #C59368;
	font-size: 14px;
}
.footer-top .contact-title{
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.footer-top .contact-text{
	width: 60%;
	display: inline-block;
}

/*  partners  */
.main-partners{
	margin-bottom: 50px;
}
.main-partners .row{
}
.partners-title{
	font-size: 36px;
    color: #231C1A;
    font-weight: 700;
    padding: 25px 0px;
}
.partners-img{
	text-align: center;
}
.partners-img img{
	margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.main-banner{
	margin: 20px 0px 50px 0px;
}
.main-banner img{
	width: 100%;
}
.main-banner .mb-row{
	position: relative;
}
.main-banner .mb-row a{
    display: inline;
    background-color: #231C1A;
    color: #ffffff;
    width: max-content;
    padding: 5px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 24px;
}
.main-banner .mb-row img{
	width: 100%;
}
.main-banner .main-banner-text{
	line-height: 100%;
    color: #231C1A;
    font-size: 48px;
    width: 400px;
    display: inline-block;
    font-weight: 700;
}
.main-banner-prev{
	font-size: 24px;
	color: #231C1A;
	line-height: 100%;
	display: inline-block;
	width: 100%;
    margin-top: 50px;
    max-width: 500px;
}
.main-banner-block{
	position: absolute;
    top: 80px;
    left: 90px;
}
.main-banner-btn{
	margin-top: 80px;
}
.main-banner .mb-row.mobile{
	width: 100%;
}

/* reviews */
.reviews{
	margin-bottom: 50px;
}
.reviews .title{
	color: #231C1A;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.reviews-row{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 20px;
}
.review-avatar img{
	width: 100%;
}
.reviews .review-column{
	background-color: #FCF9F7;
    border-radius: 10px;
    border: 1px solid #C59368;
    padding: 20px 15px;
}
.review-text{
	font-size: 18px;
    color: #000000;
    line-height: 20px;
    margin-top: 15px;
    clear: both;
}
.review-avatar{
	width: 90px;
    height: 90px;
    float: left;
    background-image: url(/local/templates/design2026/images/no-avatar.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}
.review-owner{
	padding-left: 110px;
}
.review-position{
	    display: inline;
    background-color: #EEE2D6;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
}
.review-fio{
	font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-top: 5px;
}
.review-company{
	color: #C59368;
    font-size: 14px;
    margin-top: 5px;
}


.section-title{
	    text-align: center;
    font-size: 48px;
    color: #231C1A;
    font-weight: 700;
}
.section-title .row{
	padding-bottom: 50px; 
}
.mob-open-menu, .mob-close-menu{
	width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 15px;
    vertical-align: middle;
    float: right;
    display: none;
    cursor: pointer;
}
.mob-open-menu{
	background-image: url(/local/templates/design2026/images/mob-open-menu.svg);
}
.mob-close-menu{
	background-image: url(/local/templates/design2026/images/mob-close-menu.svg);
}
.mob-menu{
	display: none;
	position: absolute;
    z-index: 1;
    top: 90px;
    background-color: #ffffff;
    width: 100%;
    padding: 15px 0px;
}
.mob-search .search-row-header{
	display: inline-block;
    width: 100%;
    height: 40px !important;
}
.mob-search .input-search input{
	height: 40px;
	border: 1px solid #C59368;
}
.mob-search .button-search{
	right: 10px;
    top: 13px;
}
.mob-menu-items{
	margin-top: 20px;
	text-align: center;
}
.mob-menu-items a{ 
	text-align: center;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	line-height: 100%;
	margin-bottom: 25px;
}
.mob-menu .segments-header{
	display: inline-block;
	position: unset;
	padding: unset;
	width: 100%;
	background-color: unset;
}
.mob-menu .segmentsh-row{
	grid-template-columns: 1fr;
}
.mob-menu .segmenth-column{
	background-color: #FCF9F7;
}
.mob-menu .segh-name{
	color: #231C1A;
}

.mobile{
	display: none;
}

@media (max-width: 1480px){
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.profil-btn{
		display: none;
	}
	.btn-up{
		right: 50px;
	}
}
@media (max-width: 1200px){
	.search, .leave-req{
		display: none;
	}
	.main-banner .main-banner-text{
		top: 50px;
	}
	.main-banner .mb-row a{
		top: 300px;
	}
}
@media (max-width: 1024px){
	.header-menu{
		display: none;
	}
	.header{
		height: 70px;
	}
	.header .container{
		padding-left: 0px;
   	 	padding-right: 0px;
	}
	.header .row{
		padding-left: 15px;
    	padding-right: 15px;
	}
	.header .logo{
		margin-top: 10px;
	}
	.header-row{
		height: 70px;
	}
	.mob-open-menu{
		display: inline-block;
	}
	.container{
		padding-left: 15px;
    	padding-right: 15px;
	}
	.row {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.mobile{
		display: inline-block;
	}
	.desctop{
		display: none;
	}
}

@media (max-width: 768px){
	.text1-404{
		font-size: 28px;
	}
	.text2-404{
		font-size: 14px;
	}
	.back-btn-404 a {
		font-size: 14px;
		padding: 5px 15px;
	}
	.text3-404{
		font-size: 184px;
		margin-top: 0px;
	}
	.footer-bottom, .footer-top {
		grid-template-columns: 1fr;
    	gap: 0px;
	}
	.count-banner-row{
		grid-template-columns: 1fr;
	}
	.btn-up{
		bottom: 10px;
	}
	.btn-up img{
		width: 40px;
	}
}

@media (max-width: 600px){
	.main-banner .main-banner-block{
		left: 40px;
		top: 50px;
	}
	.main-banner .main-banner-text{
		width: 80%;
		font-size: 36px;
	}
}
