.pb-30{padding-bottom:15px;}
.pt-30{padding-top:15px;}
.pb-50{padding-bottom:25px;}
.pt-50{padding-top:25px;}
.pcw{
    width: 100%;
}

/*******************************************************************************************************/
/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Roboto/oboto-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto/Roboto-Regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Roboto/Roboto-Medium.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto/Roboto-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto/Roboto-Medium.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* Circe */
@font-face {
  font-family: 'Circe';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Circe/Circe-ExtraBold.eot'); 
  src: local(''),
       url('../fonts/Circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Circe/Circe-ExtraBold.woff2') format('woff2'), 
       url('../fonts/Circe/Circe-ExtraBold.woff') format('woff'),
       url('../fonts/Circe/Circe-ExtraBold.ttf') format('truetype'), 
       url('../fonts/Circe/Circe-ExtraBold.svg#Montserrat') format('svg'); 
}
/* Circe */
@font-face {
  font-family: 'Circe';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Circe/Circe-Bold.eot'); 
  src: local(''),
       url('../fonts/Circe/Circe-Bold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Circe/Circe-Bold.woff2') format('woff2'), 
       url('../fonts/Circe/Circe-Bold.woff') format('woff'),
       url('../fonts/Circe/Circe-Bold.ttf') format('truetype'), 
       url('../fonts/Circe/Circe-Bold.svg#Montserrat') format('svg'); 
}



body,html{
	width:100%; 
	height:100%; 
	padding:0px; 
	margin:0px; 
	font-family: 'Roboto', sans-serif; 
    font-weight: normal;
	font-size:18px; 
	line-height:30px; 
	color:#000000;
    background-image: url('../img/bg6@4x.png');
   /* background-repeat: no-repeat;*/
    color: #393939;
    background-position: right bottom;
   background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6{
    padding: 0px;
    margin: 0px;
    font-family: 'Circe';
    font-weight: bold;
    color: #000000;
}

h2{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 40px;
    font-weight: normal;
}
h3{
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}
h1{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 32px;
}

.secondary{
    text-transform: none;
    font-family: 'Circe';
    font-weight: 500;
    
}


.h100{height:100%;}
.headmenu{
    position: fixed;
    width: 100%;
    top: 0px;
    height: 88px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: #f5f5f58c;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(80px);
    z-index: 2;

}
.page{
    margin-top: 88px;
}
.headmenu .logo{display: inline-block;}

.headmenu .logo img {
    display: block;
    height: 48px;
    margin-bottom: 10px;
}
.headmenu .links{
    display: flex;
    gap: 24px;
}
.headmenu .links a{
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .5;
}
.headmenu .links a:hover{
    opacity: 1;
}



.section{
    margin-top: 88px;
}
.pic_block .pic{
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pic_block .pic2{
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pic_block .pic3{
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.picdesc{
        display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    background-color: #9E2D1D;
    padding: 80px 60px;
    margin-left: -1px;
        font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.footer{
    background-color:#9E2D1D;
    color: #fff;
}

.request_button{
    background-color: #026b58;
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    padding: 0px 16px;
    border-radius: 4px;
    font-family: 'Circe';
    text-transform: uppercase;
    font-size: 14px;
}
.menu_button{
background-color: #9E2D1D;
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    font-family: 'Circe';
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    gap: 5px;
}
.menu_button div{
       height: 2px;
    width: 18px;
    background-color: #fff;
}
.zag50{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    align-items: center;
}
.zag50 div{
    display: block;
    background-color: #9E2D1D;
    color: #fff;
    width: fit-content;
    margin-top: -16px;
    margin-bottom: -16px;
}
.zag50 span{
    display: block;
    color: #fff;
    padding: 24px;
    position: relative;
    z-index: 1;

    padding: 18px;
    font-size: 20px;
    line-height: 20px;
}



.blocks{
   display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.block{
background-color: #fdfdfd;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 16px 28px -17px rgba(30, 30, 53, 0.2);
    -moz-box-shadow:    0px 16px 28px -17px rgba(30, 30, 53, 0.2);
    box-shadow:         0px 16px 28px -17px rgba(30, 30, 53, 0.2);
    max-width: 320px;
    transition-duration: .2s;
    color:#5d5d5d;
   /* border: 2px solid #fdfdfd;*/
   justify-content: space-between;
}
.block:hover{
    -webkit-box-shadow: 0px 16px 28px -17px rgba(30, 30, 53, 0.5);
    -moz-box-shadow:    0px 16px 28px -17px rgba(30, 30, 53, 0.5);
    box-shadow:         0px 16px 28px -17px rgba(30, 30, 53, 0.5);
      /*  border: 2px solid #50b7a4;*/
    background-color: #ffffff;
    /*transform: scale(1.01);*/
}
.buts{
    display: flex;
    gap: 16px;
}

.buts div:first-child{
    background-color: #9E2D1D;
    color: #fff;
    padding: 8px 16px;
    border-radius: 99px;
    cursor: pointer;
    transition-duration: .2s;
}
.buts div:first-child:hover{
    background-color: #c7390f;
    transform: scale(1.05);
}
.buts a:last-child{
    /*background-color: #00000005;*/
    color: #8b8b8b;
    padding: 8px 16px;
    border-radius: 99px;
    cursor: pointer;
    transition-duration: .2s;
    display: inline-block;
    text-decoration: none;
}
.buts a:last-child:hover{
    background-color: #0000000a;
    transform: scale(1.05);
}

.block_wrapper{
    margin: 8px;
}
































/***********************************************/
/* POPUP ***************************************/
/***********************************************/

.popup-wrapper{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background-color:rgba(31,33,37,.95);
	z-index:2000;
	display:none;
}

.popup-holder{
	width:100%;
	height:100%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	perspective: 500px;
	-webkit-perspective: 500px;
}
.popup{
	background-color:#f8f8f9;
	display:inline-block;
	width:100%;
	height:100vh;
	opacity:0;
	transform:scale(.3);
	transition-duration:.5s;
	
	overflow: auto;
}

.popup-wrapper .popup-scroller {
	max-height: 100vh;
	overflow: auto;
}

.popup-wrapper.show .popup{
	margin-top:0px;
	transform:  scale(1);
	opacity:1;
}
.popup-wrapper .close{
	/*background-color: #f9de51;*/
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
	position:relative;
	cursor:pointer;
	margin-right:50px;
	margin-top:50px;
	
}
.popup-wrapper .close:hover div{
	background-color:#000;
}
.popup-wrapper .close div{
	width: 30px;
    height: 2px;
    position: absolute;
    left: 14px;
	background-color:#d04430;
	transition-duration:.3s;
}
.popup-wrapper .close div:nth-child(1) {
    transform: rotate(45deg);
    top: 23px;
}
.popup-wrapper .close div:nth-child(2) {
    transform: rotate(-45deg);
    top: 23px;
}
.popup-wrapper .popup-content{
	text-align:left;

}
.popup-content{

     padding: 25px 50px;
}
.popup-wrapper .title{
    font-family: 'Circe';
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 16px 0px;
}
.popup-wrapper .desc{
        font-size: 16px;
    line-height: 23px;
    color: #8b8b8b;
}
.popup-wrapper .addcomment{
	font-size:14px;
	color:#40434c;
	padding-left:35px;
	line-height:60px;
	background-image:url('./../img/ico_addcomment.svg');
	background-position:left center;
	background-repeat:no-repeat;
	background-size:25px;
	cursor:pointer;
	display:inline-block;
	transition-duration:.3s;
}
.popup-wrapper .addcomment:hover{
	color:#000;
}

.popup-wrapper input[type=text], .popup-wrapper textarea{
	width:100%;
	background:transparent;
	border:none;
	outline:none;
	border-bottom:1px solid #c7c7c7;
	font-size:22px;
	font-family: Roboto;
	color:#000000;
	font-weight:900;
	transition-duration:.3s;
}
/*.popup-wrapper input[type=text]:hover, .popup-wrapper textarea:hover{
	border-bottom:1px solid #1f2125;
}*/
.popup-wrapper input[type=text]{
	height:55px;
}

.popup-wrapper textarea{
	overflow: hidden !important;
	resize: none;
	font-size:18px;
	font-weight:400;
	line-height: 25px;
	transition-duration:.2s;
	margin-top:15px;
}

.popup-wrapper  input[type=text]:not(:placeholder-shown) {
   border-bottom:1px solid #d04430;
}

.popup-wrapper input[type=text]::-moz-placeholder 			,.popup-wrapper textarea::-moz-placeholder 					{ transition-duration:.5s; font-weight:300; font-size:18px;         color:#757575; }
.popup-wrapper input[type=text]::-webkit-input-placeholder 	,.popup-wrapper textarea::-webkit-input-placeholder 			{ transition-duration:.5s; font-weight:300; font-size:18px;     color:#757575; }
.popup-wrapper input[type=text]:-ms-input-placeholder 		,.popup-wrapper textarea:-ms-input-placeholder 				{ transition-duration:.5s; font-weight:300; font-size:18px;         color:#757575; }
.popup-wrapper input[type=text]::-ms-input-placeholder 		,.popup-wrapper textarea::-ms-input-placeholder 				{ transition-duration:.5s; font-weight:300; font-size:18px;     color:#757575; }
.popup-wrapper input[type=text]::placeholder 				,.popup-wrapper textarea::placeholder 						{ transition-duration:.5s; font-weight:300; font-size:18px;         color:#757575; } 

/*.popup-wrapper input[type=text]:hover::-moz-placeholder 		,.popup-wrapper textarea:hover::-moz-placeholder 				{ color:#40434c;}
.popup-wrapper input[type=text]:hover::-webkit-input-placeholder,.popup-wrapper textarea:hover::-webkit-input-placeholder 		{ color:#40434c;}
.popup-wrapper input[type=text]:hover:-ms-input-placeholder 	,.popup-wrapper textarea:hover:-ms-input-placeholder 			{ color:#40434c;}
.popup-wrapper input[type=text]:hover::-ms-input-placeholder 	,.popup-wrapper textarea:hover::-ms-input-placeholder 			{ color:#40434c;}
.popup-wrapper input[type=text]:hover::placeholder 				,.popup-wrapper textarea:hover::placeholder 					{ color:#40434c;} */

/*.popup-wrapper input[type=text]:focus::-moz-placeholder 		,.popup-wrapper textarea:focus::-moz-placeholder 				{ color:#1f2125; }
.popup-wrapper input[type=text]:focus::-webkit-input-placeholder,.popup-wrapper textarea:focus::-webkit-input-placeholder 		{ color:#1f2125; }
.popup-wrapper input[type=text]:focus:-ms-input-placeholder 	,.popup-wrapper textarea:focus:-ms-input-placeholder 			{ color:#1f2125; }
.popup-wrapper input[type=text]:focus::-ms-input-placeholder 	,.popup-wrapper textarea:focus::-ms-input-placeholder 			{ color:#1f2125; }
.popup-wrapper input[type=text]:focus::placeholder 				,.popup-wrapper textarea:focus::placeholder 						{ color:#1f2125; } */


/*.popup-wrapper input[type=text]:focus,.popup-wrapper textarea:focus{ border-bottom:1px solid #1f2125; }*/


.popup-wrapper input[type=text].err::-moz-placeholder 			,.popup-wrapper textarea.err::-moz-placeholder 				    { color:  #5f4040; }
.popup-wrapper input[type=text].err::-webkit-input-placeholder 	,.popup-wrapper textarea.err::-webkit-input-placeholder 		{ color:  #5f4040; }
.popup-wrapper input[type=text].err:-ms-input-placeholder 		,.popup-wrapper textarea.err:-ms-input-placeholder 			    { color:  #5f4040; }
.popup-wrapper input[type=text].err::-ms-input-placeholder 		,.popup-wrapper textarea.err::-ms-input-placeholder 			{ color:  #5f4040; }
.popup-wrapper input[type=text].err::placeholder 				,.popup-wrapper textarea.err::placeholder 						{ color:  #5f4040; } 

.popup-wrapper input[type=text].err,.popup-wrapper textarea.err{ 
	background-color: #f5ebeb;
}
span.err{
    color: #d35858;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
    margin-bottom: 16px;
}

/*.popup-wrapper input[type=submit], .dopbut span{
	background-color:#f9de51;
	height:55px;
	line-height: 55px;
    display: inline-block;
    border-radius: 3px;
	font-family: 'Roboto'; 
	border:none;
	outline:none;
	color:#40434c;
	font-weight:500;
	padding:0px 25px;
	cursor:pointer;
	transition-duration:.3s;
	font-size: 18px;
}*/
/*.popup-wrapper input[type=submit]:hover, .dopbut span:hover{
	color:#000;
}*/


.placeholder{
position:absolute;
font-size:15px;
line-height:15px;
color:#969696;
margin-top:-5px;

}
.cta .placeholder{
background-color:#fff;
padding:10px 15px;
padding-bottom:0px;
margin-top:-15px;
}
.placeholder.err{
color:#fb525b;
}
.groupdesc{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:15px;
}
.groupdesc.err{
	color:#fb525b;
}
form.step2{
	display:none;
}
form.step3{
	display:none;
}

/* CHECKBOX *********************************************************************************/
.me-checkbox{
	cursor:pointer;
}
.me-checkbox>input{
	position: absolute;
    z-index: -1;
    opacity: 0;
}
.me-checkbox>span {
	display: inline-flex;
	align-items: start;
	user-select: none;
	font-size:15px;
	line-height:20px;
	color:#969696;
}
.me-checkbox.err>span {

	color:#fb525b;
}
.me-checkbox>span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #d0453046;
	border-radius: 3px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
}


.me-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #d0453046;
}

.me-checkbox>input:not(:disabled):active+span::before {
	background-color: #d0453046;
	border-color: #d0453046;
}

.me-checkbox>input:focus+span::before {
	box-shadow: 0 0 0 0.2rem #d0453046;
}

.me-checkbox>input:focus:not(:checked)+span::before {
  border-color: #d0453046;
}

.me-checkbox>input:checked+span::before {
	border-color: #d04430;
	background-color: #d04430;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.me-checkbox>input:disabled+span::before {
	background-color: #e9ecef;
}


.pbutton{
    font-family: 'Circe';
    background-color: #d04430;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 50px;
    padding: 2px 20px 0px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    font-size: 16px;
    transition-duration: .3s;
    background-image: url(../img/btnarrow.svg);
    background-size: 20px;
    background-position: -20px center;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    border-radius: 4px; 
}
.pbutton:hover{
    transform: scale(1.1);
    padding-left: 55px;
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #fff;
}

.llist{
    margin: 16px 0px;
}

.llist a{

    color: #9E2D1D;
    display: block;
    line-height: 18px;
    padding: 8px 0px;
    padding-left: 16px;
    background-image: url('../img/larr.svg');
    background-position: left 12px;
    background-repeat: no-repeat;
    background-size: 10px;
}
.llist a:hover{
    color: #000;
}
.block_content{
        display: flex;
    flex-direction: column;
    gap: 24px;
}



.prj-wrapper{
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: 152px;
}

.prj-wrapper .prj{
    display: flex;
    flex-direction: column;
    min-width: 540px;
    text-decoration: none;
}

.prj-wrapper .prj .img{
    height: 300px;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}
.prj-wrapper .prj .name{
    font-family: 'montserrat';
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding: 24px;
}


.crumbs{
    margin-bottom: 48px;
    display: flex;
    gap: 24px;
    justify-content: center;
}
.crumbs a{
        text-transform: none;
    text-decoration: none;
    color: #9e2d1d;
    font-weight: 700;
}

.crumbs span{
    color: #858585;
}

.zag25{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    align-items: center;
}
.zag25 div{
    display: block;
    background-color: #9E2D1D;
    color: #fff;
    width: fit-content;
    margin-top: -16px;
    margin-bottom: -16px;
}
.zag25 span{
    display: block;
    color: #fff;
    padding: 24px;
    position: relative;
    z-index: 1;

    padding: 18px;
    font-size: 20px;
    line-height: 20px;
}

.zag25{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    align-items: center;
}

.zag25 span{
        padding: 18px;
        font-size: 24px;
        line-height: 24px;
        text-transform: none;
        font-weight: normal;
}
.secondary2{
        font-weight: 800;
        font-size: 40px;
        line-height: 38px;
        margin-top: 50px;
        margin-bottom: 18px;
        text-transform: uppercase;
        text-align: center;
}
.pic_block .pic3{
        height: 380px;
}