/*
	VALTEC
*/

*{
	font-family: 'Roboto';
	color: #000000;
}

body{
	max-width:100%;
	min-height:100%;		
}

body content, body footer{
	overflow:hidden;		
}

img { max-width:100%; }

h4{
	font-size:1.3rem;
}

form{
    display:none;
}

.max-w-fit{
    max-width:fit-content;
}

.captcha .images{
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#f0f0f0;
}

.selector{
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main .form-range{
	border:0px;
	height:48px;
}

.main input[type="range"]{			
	outline: none;
}

.main input[type="range"]:hover{
	opacity:0.8;
}
	
.main input[type="range"]:focus::-webkit-slider-thumb{
	background:#ed1c24;
	outline: none;
	box-shadow: 0px 0px 0px 3px #ed1c2444;
}

.main input[type="range"]::-webkit-slider-thumb{
	background: #ed1c24;
	width:20px;
	height:20px;
	margin-top:-6px;
}	

.main form{
    max-width:600px;
}

.main a{
	color:#808285;
}

.main h3 a{
	color:#000000;
}

.main ul{
	list-style-type: none;
	padding-left:0px;
}

.main ul>b{
    padding-top:20px;
    padding-bottom:20px;
    display:block;
}

.main ul>li{
	background:url(/images/marker.svg) left top no-repeat;
	padding:0px 0px 30px 35px;
}

.main ol{
	padding-left:20px;
}

.main ol>li{
	padding:0px 0px 30px 10px;
}

.main .main-banner img{
	width:100%;
	max-width:530px;
	border-radius:5px;
}

.main .main-banner a{
	color:#6c757d;
}

.main a:hover p{
	color:#ed1c24 !important;
}

.hr{
	margin-top:45px;
	border-bottom:1px solid #dee2e6;
	margin-bottom:45px;
}

.hr.text{
	text-align:center;
	font-size:9pt;
	position:relative;
	line-height:0px;
}

.hr.text:before{				
	content:"разбивка на персональные и общие данные";
	color:#cccccc;		
	background:#ffffff;
	padding:0px 10px;
}

.f-html path{
	color:#ed1c24;
}

.f-html ul li, .f-html ol li{
	padding-top:10px;
	padding-bottom:5px;
	background-position:0px 10px;
}

.main .container-fluid{
	background2:black !important;
}

.card{
	border-radius:5px;
}

.p-3{
	padding:12px !important;	
}

.bg-light{
	background: #DCDDDE4D;
}

.bg-danger{
	background: #ed1c24 !important;
	border:0px;
}

.bg-secondary{
	
}

.bg-secondary *,
.bg-danger *{
	color:#ffffff;
}

a{
	color: #000000;
	text-decoration:none;
}

a.text-secondary:hover,
a:hover{
	color: #ed1c24 !important;
	text-decoration:none;
}

input{
	border:1px solid #dee2e6;
	border-radius:5px;		
	height:50px;		
	padding:15px 20px 13px 20px;
}

input:focus{
	outline: 3px solid #eeeeee;
}

.container{
	max-width:1370px;
	padding-right: var(--bs-gutter-x, .6rem);
    padding-left: var(--bs-gutter-x, .6rem);
}

.h5{		
	font-style: normal;
	font-weight: 500;
	font-size: 20px;		
}

.main .btn{
	font-size:18px;
	padding: 15px 25px 12px 25px;
	background: #ed1c24;
	border-radius: 5px;
	font-weight: 500;
	font-size: 17px;
	text-transform: uppercase;
	color:#ffffff;
	border:0px;	
}

.main .btn:hover{
	background: #ff5555ff;
	color:#ffffff !important;
}

.main .btn:focus{
    box-shadow:0 0 0 3px #ff555533;
}

.main .btn-secondary:focus{
    box-shadow:0 0 0 3px #80828533;
}

.main .btn.btn-secondary{
	background: #808285;
}

.main .btn.btn-secondary:hover{
	background: #808285cc;
}

.main .google-play{
	background-image:url(/images/google-play.svg) !important;
	background-position:20px center !important;
	background-repeat:no-repeat !important;
	padding-left:70px;
}

.main .apple-play{
	background-image:url(/images/apple-play.svg) !important;
	background-position:20px center !important;
	background-repeat:no-repeat !important;
	padding-left:70px;
}

.container-fluid{
	padding:0px;
}


.carousel-control-prev{
	justify-content: right;
}

.carousel-control-next{
	justify-content: left;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
	width: 3.5rem;
	height: 3.5rem;
	margin:30px;
	opacity:0.7;

}

.carousel-indicators button.active{		
	background:#ed1c24 !important;
}

.carousel-indicators button{
	width:14px !important;
	height:14px !important;
	border:0px !important;
	border-radius:50%;
	margin:0px 13px 35px 13px !important;
	background:#dee2e6 !important;
	opacity:1;
}

.heading{
		
}

.heading h1{
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
}

.heading ul{
	border-top:1px solid #dee2e6;
	display:block;
	padding:30px 0px 20px 0px;
}

.heading ul>li>a,
.heading ul>li{
	display:inline-block;
	color:#808285;
    padding:0px;
    background:none;
}

.heading ul>li:after{
	content:url("/images/heading-arrow.svg");
	padding:0px 13px 0px 15px;
}

.heading ul>li:last-child:after{
	content:"";
}

.videopre{
	width:100%;
	height:100%;
	border-radius:5px;
}



	
.top-header .navbar{
	
}

.top-header .navbar li{	
	list-style-type:none;
}

.top-header .active{
	color:#ed1c24 !important;
}

.top-header .navbar a{
	color: #000000;
	opacity:0.65;
}

.top-header .navbar a:hover{
	color: #ed1c24;
}

.top-header .top-catalog img{
	margin-right:10px;
}

.top-header .top-lang a{
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #808285;
}

.top-header .top-lang a:hover{
	color:#ed1c24;
}

.top-header .top-menu{		
	font-weight: 500;
	font-size: 18px;		
	text-transform: uppercase;		
}

.top-header .top-menu span{
	cursor:default;
}

.top-header .top-catalog{
	font-weight: 500;
	font-size: 18px;
}

.top-header .top-item{
	margin-top:10px;
}

.top-header .top-phone{	
	margin-top:5px;
	font-weight:500;
	font-size:20px;		
	text-transform: uppercase;
	color: #000000;		
}

.top-header .top-phone img{
	margin-right:15px;
}

.top-header .logo-valtec{
	width:100%;	
	max-width:233px;	
}



.logo-valtec-small{
	width:180px;
}



.card-img.file-type{
	max-width:48px;
}

.m-cards>.row{
	margin:0px -10px;
}

.m-cards .card{
	min-height:225px;
}

.catalog>.row{
	margin:0px -8px;
}
	
.catalog .card:hover{
	outline: 3px solid #eeeeee;
}

.catalog .card-img-top{
	max-width:200px;
}

.catalog .h5{
	margin-top:10px;
}

.catalog .item .card{
	height:100%;
}


.news .card-body{
	
}
	
.news .card{
	background:none;
	border:0px;
}

.news .card-img-top{
	
}

.news .card-date{
	font-weight: 400;
	font-size: 18px;
	color: #808285;
}

.news .card-body:hover .card-title{
	color:#ed1c24 !important;
}

.two-cols img{
	width:100%;
	border-radius:5px;
}


.cards-group .card{
	border:0px;
}

.cards-group .card-img-top{	
    height:54px;
    max-width:54px;
}

.cards-group .card.bg-danger:hover .card-title{
	color:#ffbaba !important;
}

.cards-group .card.bg-secondary:hover .card-title{
	color:#ffbaba !important;
}


.footer ul{
	padding:10px 0px 10px 0px;
}

.footer li{
	list-style-type:none;
	padding:5px 0px 5px 0px
}

.footer	.logo-valtec{
	width:100%;
	max-width:200px;
}

.nets{
	margin-right:7px;
}

.bg-light:hover .text-uppercase{
	color:#ed1c24;
}




.file-type{

}

.file-type .col-auto{		
	mask-repeat: no-repeat;		
	background-color:#808285;
	margin-left:3px;
	mask-image:	url(/images/file-types/icon-empty.svg);
}

.file-type.file-type-small .type-pdf{
	mask-image: url(/images/file-types/file-earmark-pdf.svg);
}

.file-type.file-type-small .type-xls{
	mask-image: url(/images/file-types/file-earmark-spreadsheet.svg);
}

.file-type.file-type-small .type-jpg{
	mask-image: url(/images/file-types/file-earmark-image.svg);
}

.file-type.file-type-small .type-link{
	mask-image: url(/images/file-types/file-earmark-code.svg);
}

.file-type.file-type-small .type-youtube{
	mask-image: url(/images/file-types/file-earmark-play.svg);
}

.file-type.file-type-small .type-zip{
	mask-image: url(/images/file-types/file-earmark-zip.svg);
}

.file-type.file-type-small .type-sketchfab{
	mask-image: url(/images/file-types/file-earmark-binary.svg);
}

.file-type.file-type-normal .col-auto{
	mask-size:48px 48px;
	min-width:48px;
	min-height:48px;
	mask-image: url(/images/file-types/icon-empty.svg);
}

.file-type.file-type-normal .type-pdf{
	mask-image: url(/images/file-types/icon-pdf.svg);
}

.file-type.file-type-normal .type-jpg{
	mask-image: url(/images/file-types/icon-image.svg);
}

.file-type.file-type-normal .type-xls{
	mask-image: url(/images/file-types/icon-price.svg);
}

.file-type.file-type-normal .type-zip{
	mask-image: url(/images/file-types/icon-zip.svg);
}

.file-type.file-type-normal .type-xml{
	mask-image: url(/images/file-types/icon-xml.svg);
}


.file-type.file-type-normal .type-json{
	mask-image: url(/images/file-types/icon-json.svg);
}

.type-downloads{
	width:60px;
	height:60px;
	background:url(/images/document-downloads.svg) center center no-repeat;
}


.two-cols a:hover .row .fw-bold{
	color:#ed1c24;
}

.two-cols a:hover .row .fw-normal{
	text-decoration:underline;
}

.hashtags a{
	padding:0px 15px;
	margin:3px 6px 3px 0px;
	background:#f0f0f0;
	border-radius:3px;
	display:inline-block;
	line-height:32px;		
}

.hashtags .bg-danger,.hashtags .bg-danger:hover{
	color:#ffffff !important;
	padding-right:5px;
}

.hashtags .bg-danger i{		
	display:inline-block;
	float:right;		
	height:16px;
	width:16px;
	margin-left:5px;
	margin-top:8px;
	background:url(/images/x-w.svg) center center no-repeat;
}

.main .pos img{
	max-height:150px;
}

.main .invalid .form-check-label,
.main .invalid .was-validated .form-check-input:valid~.form-check-label{
	color: #dc3545 !important;
}

.main .invalid .form-check-input{
	border-color: #dc3545 !important;
}

.main .form-select.is-valid, .main .was-validated .form-select:valid{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+) !important;	
	border-color: #ced4da !important;
}

.main .form-select.is-valid:focus, .main .was-validated .form-select:valid:focus{
	background-image: none !important;	
}

.main .was-validated .form-control:valid{
    border-color:#ced4da !important;
    background:none;
    padding-right:.75rem;
}

.main .form-select:focus,
.main .form-control:focus{
	border-color:#ced4da !important;
	box-shadow:0 0 0 .25rem rgb(0,0,0,.05) !important;
    background:none;
}

.main .form-control-file [type="file"]{
	line-height:37px;
	display:inline-block;
}

.main .form-control-file em{
	display:inline-block;
	border-radius:3px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#eeeeee url(/images/close-gray.svg) center center no-repeat;
	position:absolute;
	margin:10px 0px 0px -40px;
	cursor:pointer;
}

.main .form-control-file em:hover{
	opacity:0.7;
}

.main .form-check-input{
	outline-color:#ed1c24 !important;
	margin:1px 10px 0px 0px;
	padding: 9px;
    border-color:#ced4da !important;
}

.main .was-validated .form-control:valid:checked,
.main .form-check-input:checked{
	background-color:#ed1c24 !important;
	border-color:#ed1c24 !important;
}

.main .was-validated .form-check-input:valid~.form-check-label{
    color:#000000;
}

.main .form-check-input:focus{
	box-shadow:0px 0px 0px 3px #ed1c2433 !important;
	border-color:#ed1c2455 !important;
}

.main .form-check{
	
}

.main .form-select{
	max-width:600px;
	padding:.8rem .75rem;
}
.main .form-control{
	max-width:600px;
}

.main .video-link-img{
	
}

.main .video-link-img img{
	width: 32px;
	margin-right:7px;
	margin-top:-3px;
}

.main .tree .file-type .col-auto{
	mask-size:20px 20px;
	min-width:20px;
	min-height:20px;
}

.main .tree .collapse-inner{
	padding-top:20px;
}

.main .tree .collapse-inner2 p{
	background:#f0f0f0;
	padding:10px 20px;
	border-radius:3px;
}

.main .tree a{
	color:#000000;
}

.main .tree .arrow:before{
	background:url(/images/heading-arrow.svg) center center no-repeat;
	content: "";
	width:20px;
	height:12px;
	transform:rotate(0deg);
	display:inline-block;
	transition:transform 0.3s;
	margin-right:5px;
}

.main .tree .show:before{
	transform:rotate(90deg);
}
	
.main .tree .collapse-inner img{
	max-width:150px;
	
}

.main .tree h5.arrow{
	font-weight:normal;	
}

.main .tree h5.arrow:before{
	height:14px;
}

.main .warmfloor{
	
}

.main .warmfloor ol{
	margin-top:30px;
	margin-bottom:0px;
}

.main .warmfloor .row>.col-12{
	padding:25px 35px 15px 35px;
	border-radius:3px;
}	
	
.main .warmfloor .row>.col-12:first-child{
	background: url(/image/qwes.jpg) left top no-repeat;
}

.main .warmfloor .row>.col-12 strong{
	font-size:16pt;	
}

.main .warmfloor .row>.col-12:last-child{
	background:#DCDDDE4D;
}

.main .warmfloor .row>.col-12:last-child2 strong{
	font-size:16pt;
	display:block;
}

.main .clients img{
	max-height:90px;
	margin:15px 32px 0px 0px;
}

.main .portfolio .devices{
    max-width:100px;
}

.main .pages{
    margin:0px -5px;
}

.main .pages li{        
    padding:5px;
    display:inline-block;
    background:none;        
}

.main .pages li span,
.main .pages li a{	    
    display:inline-block;
    width:40px;
    line-height:40px;
    background:#dcddde;
    border-radius:5px;
    color:#808285;        
    text-align:center;
    font-size:11pt;
    transition: all 0.2s ease-in-out;
}

.main .pages li a:hover,
.main .pages li span{
    background:#ed1c24;
    color:#ffffff !important;        
}

.main .pages li span{
    cursor:default;
}

.main .pages li span.disabled{
    background:#dcddde;
    opacity:0.5;
    cursor:default;
}

.main .pages .arrow-left,
.arrow-right{
    mask:url(/images/arrow-right.svg) center center no-repeat;        
}

.main .pages .arrow-left{
    transform:rotate(180deg);
}


.main .btn.btn-border{
    background:#ffffff !important;
    border:2px solid #BCBEC0 !important;
    color:#000000 !important;
    padding:13px 25px 10px 25px;
}

.main .btn.btn-border:hover{
    background:#ffffff !important;
    color:#000000 !important;
    border:2px solid #ed1c24 !important;
}

.main .btn.btn-border img{
    margin-top:-5px;
    margin-right:15px;
}

.main .table_border{
	margin-top:20px;
}

.main .table_border td{
	border:1px solid #dee2e6;    
	padding: .5rem .5rem;           
}


[data-fancybox="video-gallery"]{
	position:relative;	
}

[data-fancybox="video-gallery"]:after{
	content:'';
	display:block;
	position:absolute;
	background:url(/images/icons/youtube.svg) no-repeat center center;
	background-size:25%;
	height:100%;
	width:100%;
	top:0;	
	opacity:0.5;
	transition: all 0.2s ease-in-out;		
}

.main .goods-table{
    max-width:700px;
}
.main .goods-table tr th:first-child,
.main .goods-table tr td:first-child{
    min-width:200px;
}

.main .card-new {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #ed1c24;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.tooltip{
    margin-bottom:24px !important;    
}

.tooltip .tooltip-inner{
    background: #FFFFFF;
    color:#000000;
}
.tooltip .tooltip-arrow::before{
    border-top-color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
}

.content_print header,
.content_print footer{
	display:none;
}


[data-fancybox="video-gallery"]:hover::after{
	opacity:1;		
}


@media (max-width: 1320px) and (min-width: 767.98px){
	.main .container{
		padding:40px;
	}
}

@media (max-width: 1320px){
	
	.top-catalog{
		display:none !important;
	}
}
	
@media (min-width: 576px) and (max-width: 767.98px) { 
		
	.logo-valtec-small{
		width:180px;
	}
	
	.m-cards .card{
		min-height:auto;
	}	
}

@media (max-width: 575px){
	h4{
		font-size:1.2rem;
	}
	.btn{
		width:100%;
	}
    .main .goods-table tr th:nth-child(2),
    .main .goods-table tr td:nth-child(2){
        display:none;
    }
}
