body{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin: 0;
	line-height: 1.2;
	position: relative;
}

a{
	color: inherit!important;
	text-decoration: none;
}

#top-fixid-head{
    position: fixed;
    z-index: 100;
    top: 0;
    background: white;
}

#top-fixid-head .contact a:hover,
.contact-block .contact a:hover{
    text-decoration: underline;
}
#top-fixid-head .contact img,
#top-fixid-head .btn-mask .text img
{
	margin-right: 15px;
	vertical-align: middle;
}
#top-fixid-head .contact{
	z-index: 60;
	margin: 10px 0;
	display: flex;
	align-items: center;
}
#top-fixid-head .contact p{
	margin: 0;
	font-size: 15px;
}
#top-fixid-head .logo{
	margin-top: 15px;
	z-index: 50;
	position: relative;
}
#top-fixid-head .logo img{
	display: block;
	position: absolute;
	top:0;
	margin-left: 10px;
}
#top-fixid-head .logo:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	border-style: solid;
	border-width: 100px 170px 100px 50px; /* размер и форма */
	border-color: #FFFFFF transparent transparent transparent;  /* red — цвет */
}
#top-fixid-head .logo img.color{
	opacity: 0;
	transition: 0.3s;
}
#top-fixid-head .logo:hover img.color{
	opacity: 1;
}
#top-fixid-head .btn-mask{
	color: #FFFFFF;
	display: flex;
	padding: 0;
	border: none!important;
}
#top-fixid-head .btn-mask .text{
	margin: auto;
	cursor: pointer;
	font-size: 15px;
}
header {margin-top:62px;}
header .slider{
	padding: 0;
}

header .slider .camera_white_skin .camera_commands{
	display: none;
}

header .slider .button-container-2{
	width: 160px;
	margin-top: 15px;
	font-size: 17px;
}
header .slider .button-container-2 span,
header .slider .button-container-2 button{
	padding: 15px 0;
	font-size: 17px;
}

header .slider .slideshowck{
	position: relative;
	margin-bottom: 0!important;
}

header .slider .camera_pag{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
header .slider .camera_wrap .camera_pag .camera_pag_ul{
	text-align: center!important;
}
header .slider .camera_wrap .camera_pag .camera_pag_ul li{
	background-color: #FFFFFF;
	height: 10px;
	width: 10px;
}
header .slider .camera_wrap .camera_pag .camera_pag_ul li span{
	height: 10px;
	width: 10px;
	left: 0;
	top: 0;

}
header .slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent{
	background-color: transparent;
}
header .slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{
	background-color: #d53e07;
}

header .slider .camera_prev, header .slider .camera_next{
	background: none!important;
	outline: none;
}

header .slider .camera_prev{
	left:3%;
}
header .slider .camera_next{
	right: 3%;
	text-align: right;
}

header .slider .camera_prev span, header .slider .camera_next span{
	background: none;
}

header .slider .camera_prev span:after, header .slider .camera_next span:after{
	font-family: "Font Awesome 5 Pro";
	content: '\f053';
	display: block;
	color: white;
	font-size: 75px;
	transform: translateY(-50%);
	transition: 0.3s;
}
header .slider .camera_next span:after{
	content: '\f054';
}

header .slider .camera_prev span:hover:after, header .slider .camera_next span:hover:after{
	color:#e5e5e5;
	opacity: .5;
}

header .slider .camera_caption{
    position: absolute;
    top:20%;
    left:20%;
    max-width: 40%;
}

header .slider .camera_caption > div div.readmore_slider{
    font-size: 17px;
}

main .when_cooperate{
	background-color: #f5f5f5;
	padding: 30px 0;
}

.title-panel{
	font-size: 20px;
	text-transform: uppercase;
}
.col-item-5{
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 15px;
	text-align: center;
}

main .when_cooperate .col-item-5 p{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
	color: #333333;
}
main .when_cooperate .col-item-5 img{
	transition: .3s;
}
main .when_cooperate .col-item-5:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.first_letter:first-letter{
	color:#d53e07;
}

main .information{
	background-color: #e5e5e5;
	padding: 30px 0 40px;
}

main .information .text{
	font-size: 15px;
	font-weight: 300;
	padding-right: 0;
}
main .information .img{
	margin: -30px 0 -40px;
}
main .information .img>div{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: flex-end;
}
main .information .img p{
	flex: 1 1 100%;
	margin: 0;
}
main .information .img img{
	width: 100%;
	vertical-align: bottom;
	height: auto;
}

main .banner img{
	width: 100%;
    vertical-align:bottom
}

main .type_work{
    padding: 30px 0;
	background-image: url("/images/bg_type_work.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

main .description{
    color: #ffffff;
    font-size: 15px;
    padding: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

main .description p{
    margin: 20px 0 0;
    font-weight: 300;
    max-width: 60%;
}

main .description .title-text{
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

main .type_work .title-panel{
    margin-bottom: 15px;
}

main .type_items{
	padding: 0 15px;
}

main .type_items .col-item-5{
	padding: 0;
	color: #FFFFFF;
	min-height: 300px;
    cursor: pointer;
}

main .type_items .col-item-5 .item{
	margin:4px 2px 0;
	position: relative;
	height: 100%;
}

main .type_items .col-item-5:hover>.item .item-image:before{
	background-color: rgba(213,62,7,.93);
}

main .type_items .col-item-5:hover>.item .readmore{
	border-bottom: 1px solid #FFFFFF;
}

main .type_items .col-item-5:first-child .item{
	margin-left: 0;
}
main .type_items .col-item-5:last-child .item{margin-right: 0}

main .type_items .col-item-5 .item-image{
	left: 0;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;
	z-index: 0;
}

main .type_items .col-item-5 .item-image:before{
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: .5s;
}

main .type_items .col-item-5 .title-item{
	top: 50%;
	position: relative;
	z-index: 10;
	transform: translateY(-50%);
	transition: .6s;
}

main .type_items .col-item-5 .title-item .newsflash-title {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 17px;
}
main .type_items .col-item-5 .readmore{
	font-size: 15px;
	cursor: pointer;
}

main .type_items .col-item-5 .content{
	cursor: default;
	position: relative;
	z-index: 5;
	font-size: 15px;
	opacity: 0;
	transition-delay: .5s;
	transition: .4s;
	padding: 0 15px 15px;
}
main .type_items .col-item-5 .content p{
	margin: 0;
}
main .type_items .col-item-5 .content .close_item{
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
}

main .type_items .col-item-5.show .content{
	opacity: 1;
	transition-delay: .5s;
}

main .type_items .col-item-5.show .title-item{
	transform: translateY(0);
	top:15px;
}

main .type_items .col-item-5.show .title-item .readmore {
	opacity: 0;
}

/*do i posle*/
main  .head_block_red{
	background-color: #d53e07;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index: 1;
}

main .review{
	color: #FFFFFF;
	background-image: url("/images/bg_review.jpg");
}
main .review .title-panel{
	text-align: center;
	padding-top: 30px;
}
main .review .slide{
	outline: none;
}
main .review .mod_mask{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 240px;
	width: 240px;
	border-radius: 50%;
	display: block;
	-webkit-mask-image: url(../images/maska.png);
	mask-image: url(../images/maska.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

main .review .content{
	display: table;
	padding:30px 15px 0;
	font-size: 15px;
	position: relative;
}

main .review .content .title{
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
}
main .review .content .text p{
	margin: 0;
}
main .review .content .text{
	max-height: 6em;
	overflow: hidden;
	margin-bottom: 15px;
}

main .review .content .btn{
	font-size: 17px;
	width: 160px;
	text-align: center;
}
main .review .content .btn button{
	padding: 15px 0;
	font-size: 17px;
}
main .review .content .btn span{
	padding: 15px 0;
	color: #FFFFFF;
}
main .review .content .close .hide-text,
main .review .content .open .full-text
{
	display: none;
}
main .review .content .btn.open .hide-text,
main .review .content .btn.close .full-text{
	display: inline;
}

.contact-block {
	padding: 20px;
	background-color: #d53e07;
	color: #FFFFFF;
}
.contact-block .contact{
	font-size: 15px;
	text-align: center;
}
.contact-block .contact p{
	margin: 0;
	line-height: 1.3;
}
.contact-block .contact img{
	margin-bottom: 10px;
}

.contact-block .contact .col-item-5{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-block .contact .cont_blk{
	font-size: 20px;
	text-transform: uppercase;
}
.contact-block .contact .cont_blk .text{
	margin-bottom: 30px;
}
.contact-block .contact .cont_blk .social a {
	display: inline-block;
	margin: 0 15px;
}
.maps{position: relative;}

.maps iframe{
	vertical-align: middle;
}

#formcontactout.maps .formMess{
    position:relative;
}
#formcontactout.maps .bgimageform{
    background-image:url("/images/uroven_bg.jpg");
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
    position: absolute;
}

#formcontactout.maps .sale-text{
    font-size:36px;
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    background-image:url("/images/uroven_sale.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align:center;
        display: flex;
    align-items: center;
    justify-content: center;
}
.modalFormCall{
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 500;
}
.modalFormCall .window_container{
	display: flex;
	height: 100%;
}

.modalFormCall .webfactor_modal_block{
	margin: auto;
	width: 40%;
}

footer .copir{
	background-color: #393939;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer .copir .line_text{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 17px;
}

footer .copir .line_text .copi{
	margin-right: 5px;
}
footer .copir .line_text .year{
	margin-right: 20px;
}

footer .copir .customcopirait p{
	margin: 0;
	font-size: 13px;
}

footer .copir .col-12.razrab{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 15px;
}

footer .copir .create_text{
	margin-right: 15px;
}
footer .copir .create_text,
footer .copir .redline_logo
{
	vertical-align: middle;
	display: inline-block;
}

footer .copir .redline_logo{
	background-image: url("../images/redline_white.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 24px;
	width: 111px;
	transition: 0.3s;
}

footer .copir:hover .redline_logo{
	background-image: url("../images/redline.png");
}

.galery_mod	.item_img{
	height: 400px;
	flex-grow: 1;
	max-width: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding:0;
}
.galery_mod	.item_img a{
	display: block;
	height: 100%;
	width: 100%;
	transition:.3s;
}
.galery_mod .item_img a:hover{
	background-color: rgba(255,255,255,0.3);
}

.maps .active_layer{
	display: none;
}
.webfactor_footer .ajaxWebfactorForm .button-container-2 span,
.webfactor_modal .ajaxWebfactorForm .button-container-2 span
{
	background-color: #616161;
	font-size: 17px;
	color:#FFFFFF;
	padding: 2px 0 3px;
	margin-bottom: 0;
	line-height: 2;
}

.button-container-2 {
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	transition: 0.5s;
}
.button-container-2 button {
	width: 101%;
	height: 100%;
	background: #d53e07;
	-webkit-mask: url("/images/urban-sprite.png");
	mask: url("/images/urban-sprite.png");
	-webkit-mask-size: 3000% 100%;
	mask-size: 3000% 100%;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-animation: ani2 0.7s steps(29) forwards;
	animation: ani2 0.7s steps(29) forwards;
	padding:0;
	font-family: 'Roboto';
	font-weight: normal;
}
.button-container-2:hover{
	border-color: #000;
}
.button-container-2 button:hover {
	-webkit-animation: ani 0.7s steps(29) forwards;
	animation: ani 0.7s steps(29) forwards;
}

.mas {
	position: absolute;
	color: #000;
	text-align: center;
	width: 101%;
	overflow: hidden;
	font-family: 'Roboto';
	font-weight: normal;
}

#top-fixid-head .btn-mask .mas{
	height: 100%;
	display: flex;
	color: #333;
}
.ajaxWebfactorForm .button-container-2:hover{
    border-color:transparent!important;
}

@-webkit-keyframes ani {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}
@keyframes ani {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}
@-webkit-keyframes ani2 {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}
@keyframes ani2 {
	from {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
	to {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}
a {
	color: #00ff95;
}



@media (min-width: 1200px) {
    main .review .mod_mask{
        display: inline-block; float: left;
    }
	#camera_wrap_98 .camera_caption > div div.camera_caption_title{
		margin-bottom: 15px;
	}
	header .mobile.contact{
	    padding:0;
	}
	header .mobile.contact table br{
	    display:none;
	}
}

@media (max-width: 1199.98px ){
    header .slider .camera_caption > div div.camera_caption_title{
        font-size: 30px!important;
    }
    #formcontactout.maps .sale-text br{display:none;}
    #formcontactout.maps .sale-text{font-size:30px;}
}


@media (min-width: 992px){
	.maps .formMess{
		position: absolute;
		top:0;
		pointer-events: none;
		height: 100%;
	}
	main .when_cooperate .col-item-5 .custom{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	main .when_cooperate .col-item-5 .custom p:last-child{
		margin: auto;
	}
	main .when_cooperate .col-item-5 p:first-child{margin-bottom: 10px;}
	
}
@media (max-width: 991.98px){
    #formcontactout.maps .sale-text{
        font-size:26px;
        min-height:250px;
    }
    #formcontactout.maps .sale-text div{
        max-width:70%;
    }
    
	#openWindow2{
		position: fixed;
		top: 80vh;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		border: 1px solid #f7f7f8!important;
		right: 30px;
		z-index: 150;
		opacity: 0.7;
		transition: 0.3s;
		background-color: #d53e07;
			}
	#openWindow2 img{
		margin: 0!important;
	}
	#openWindow2:hover{
		opacity: 1;
	}
    .modalFormCall .webfactor_modal_block{
        width: 70%;
    }
	header .slider .camera_caption{
		top:10%;
	}
	header .slider .button-container-2{
		width: 160px;
		margin-top: 10px;
	}
	header .slider .button-container-2 span,
	header .slider .button-container-2 button{
		padding: 7px 0;
		font-size: 14px;
	}
	main .information .text {
	padding-right: 15px;
	}
	.row-center{
		justify-content: center;
	}
	.row-end{
		justify-content: flex-end;
	}
	.col-item-5{
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		padding: 15px 15px;
		text-align: center;
	}

	main .type_items .col-item-5{
		padding: 2px 0;
	}
	main .type_items{
		padding-top: 2px;
	}
	main .type_items .col-item-5 .item{
		margin-top: 0;
	}
	main .type_items .col-item-5:nth-child(3)>.item{
		margin-right: 0;
	}

	.maps .formMess{
		background-color: #f7f7f8;
	}

	.maps .active_layer{
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}
	.maps .active_layer{
		background-color: rgba(0,0,0,.2);
		height: 100%;
		color: #FFFFFF;
		text-align: center;
		font-size: 16px;
		transition: 0.5s;
		cursor: pointer;
	}
	.maps .active_layer div.click{
		top: 50%;
		position: relative;
	}
	.maps .active_layer:hover{
		background-color: rgba(0,0,0,.5);
	}

    header .slider .camera_caption > div div.camera_caption_title{
        font-size: 22px!important;
    }
    header .slider .camera_caption > div div.camera_caption_desc{
        font-size: 14px;
    }
    header .slider .camera_caption{
        max-width: 70%;
    }
}
@media (max-width: 767.98px) {
    header {margin-top:121px;}
    #top-fixid-head .contact{
        margin: 5px 0;
    }
    header .slider .camera_caption > div div.camera_caption_desc{
        display: none;
    }
	.contact-block .contact .cont_blk .social a {
	margin-right: 10px;
	}
	main .information .img {
	    text-align: center;
	    margin: 0 0 -40px;
	}
	main .information .img img {
	width: 60%;
	}
	main .information .text{
		text-align: justify;
	}
	main .description p{
		max-width: none;
		text-align: justify;
	}
	footer .copir .line_text{
		margin-bottom: 15px;
	}
	footer .copir .col-12.razrab{
		justify-content: center;
	}
	header .slider .camera_prev span:after, header .slider .camera_next span:after{
		font-size: 30px;
	}
	.type_work .container {
		max-width: none!important;
	}
	main .banner .banneritem{
		position: relative;
		overflow: hidden;
	}

    main .banner img{
        width: 130%;
    }
	main .banner .bannerImg{
        position: absolute;
        top:0;
        left: 0;
        bottom: 0;
        right: 0;
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
	}
}


@media (max-width: 575.98px) {
	main .review .slide{
		text-align: center;
	}
	main .review .mod_mask,
	main .review .content .btn
	{
		display: inline-block;
	}
	main .review .content{
		padding: 5px 30px 0;
	}

	.col-item-5{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	main .type_items .col-item-5:nth-child(3)>.item{
		margin-right: 2px;
	}
    main .banner img{
        width: 160%;
    }
	.row-center-sm{
		justify-content: center;
	}
	.galery_mod .item_img{
		height: 250px;
	}
	.maps .formMess{
		padding: 0;
	}
	.webfactor_footer{
		padding: 20px 10px!important;
	}
	.maps iframe{
		height: 300px;
	}
	#top-fixid-head .logo:before{
		display: none;
	}
	#top-fixid-head .logo img{
		width: 70px;
	}

    .modalFormCall .webfactor_modal_block{
        width: 96%;
    }
}

@media (max-width: 450px){
	.col-item-5{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    main .type_items .col-item-5 .item{
        margin: 0;
    }
    header {margin-top:90px;}
    #top-fixid-head .contact{
        margin:2px 0;
    }
}

@media (max-width: 410px){
	/*#top-fixid-head .contact span{
		display: none;
	}*/
	#top-fixid-head .contact p{
		font-size: 14px;
	}
	#top-fixid-head .contact img{
		width: 18px;
		height: auto;
	}
	#formcontactout.maps .sale-text{
        font-size:20px;
    }
}

@media (max-width: 340px){
    header {margin-top:122px;}
    
}