
img{
    max-width:100%;
}

.cardTopInn h3 {	
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

#search{
	background: #f2f2f2;
	border: none;
	padding: 8px 16px;
	border-radius: 6px;
	width: 100%;
}
.feedblock {
	background: #FFFFFF;
	border-radius: 14px;
	padding: 48px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: rgba(51, 51, 51, 0.8);
}
.feedblock .form-control{
	margin-bottom: 16px;
    padding: 12px 16px;
}
.feedblock big{
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	color: #0a53a4;
	margin-bottom: 20px;
	display: block;
}
.feed-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	background: #0A53A4;
	border-radius: 8px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	margin-top: 16px;
	text-decoration: none;
	border: none;
}

.feed-btn:hover {
	color:#fff;
	opacity:0.8;
}
.burger-toggler{
	background: none;
	border-radius: 8px;
	padding: 6px;  
	border: none;
}
.relative{
	position:relative;
}

.btn-search{
	border: none;
	background: none;
	z-index: 99;
	position: absolute;
	right: 5px;
	padding: 8px;
}

#navbarSupportedContent{
	position: absolute;
	width: 100vw;
	height: calc(100vh - 60px);
	background: #fff;
	top: 60px;
	left: 0;
	border-bottom: 1px solid #ddd;
	z-index:9999;
	overflow: auto;
	padding-top: 24px;
}
#menu{
	border-bottom: 1px solid #ddd;
}
#menu a{
	text-decoration: none;
	color: #444;
	font-weight: 700;	
	white-space: nowrap;
}
#menu a.dropdown-toggle{
	color:#0c54a4;
	white-space: inherit;
}

.navbar-main .navbar-nav{
	flex-direction: inherit;
	flex-wrap: wrap;	
}
.navbar-main .dropdown-menu{
	padding: 16px;
	border:none;	
	display: inherit;	
}
#menu .navbar-main .dropdown-menu a.nav-link{
	color: #3e3e3e;
	font-weight: 500;
	text-transform: uppercase;
	white-space: wrap;
}
#menu .navbar-main .dropdown-menu a.nav-link:hover{
	color: #0c54a4;
	text-decoration: underline;
}

.products{
	display:flex;
}
@keyframes titleAnim {
  from {
   opacity:0;
  }
  70% {
     opacity:0;
  }
  to {
   opacity:1;
  }
}

.cardTopWrapper{
	width: 14%;
	transition: 0.2s;
}
.cardTopWrapper.active{
	width: 30%;
}
.cardTopWrapper:hover{
	width: 30%;
}
.cardTopWrapper .cardTopInn{
	padding: 12px 16px;
	border: solid 1px #11111126;
	min-height: 680px;	
	position:relative;
	overflow: hidden;
}
.cardTopWrapper .cardTopInn b.num-id{
	font-size: 300px;
	font-weight: 700;
	position: absolute;
	bottom: -48px;
	right: 9px;	
	opacity: 0.6;
	transition: 0.8s;
} 
.cardTopWrapper:hover .cardTopInn b.num-id, .cardTopWrapper.active .cardTopInn b.num-id{
	font-size: 800px;
	opacity: 0;	
}
.cardTopWrapper .cardTopInn .titleCardInn{
	text-decoration:none;
}
.cardTopWrapper .cardTopInn .titleCardInn h3{
	transform-origin: 39px 56px;
	transform: rotate(90deg);
	min-width: 640px;
	color: #0a53a4;
		 
}
.cardTopWrapper:hover .cardTopInn .titleCardInn h3, .cardTopWrapper.active .cardTopInn .titleCardInn h3{
	transform: rotate(0deg);
	min-width: 100%;
	animation: titleAnim;
	animation-name: titleAnim;
	animation-duration: 0.4s;
}

.cardTopWrapper .cardTopInn .subItemCardTop{
	opacity:0;
	z-index: 9;
    position: inherit;
}

.cardTopWrapper:hover .cardTopInn .subItemCardTop,.cardTopWrapper.active .cardTopInn .subItemCardTop{
	animation: titleAnim;
	animation-name: titleAnim;
	animation-duration: 0.4s;
	opacity:1;
}
.cardTopWrapper .cardTopInn .subItemCardTop a{
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	padding: 8px 0;
}

.cardTop{
	padding: 12px 16px;
	background: #fafafa;
	border-radius: 16px;
	height: 100%;
	min-height: 280px;
	transition: 0.2s;
	box-shadow: 0px 0px 17px #00000036;
}
.cardTop:hover{
	box-shadow: 0px 0px 11px #c7c7c7;
}
.cardTop a{
	text-decoration: none;
}
.cardTop h3{
	font-size: 18px;
	line-height: 22px;
}
.titleCardTop{
	display: flex;
	gap: 12px;
    justify-content: space-between;
}
.titleCardTop img{
	height: 44px;
}
.subItemCardTop{
	display: grid;
}
.subItemCardTop a{
	color: #303030;
}
.subItemCardTop a:hover{
	color: #0e56a6;
}

h1.titleTop{	
	font-size: 24px;
	font-weight: 700;
	margin: 28px 0;
	text-transform: uppercase;
	color: #0b54a5;
	padding-left: 12px;
	border-left: 4px solid;
}



.cardTpl{
	text-decoration: none;
	box-shadow: 0px 0px 6px #00000024;
	display: block;
	height: calc(100% - 32px);
	border-radius:12px;
}
.cardTpl .headCard{
	height: 450px;
	max-height: 80vh;
	border-radius: 16px 16px 0 0;
}
.cardTpl .bodyCard{
	padding: 16px 16px 60px 16px;
}
.cardTpl .bodyCard h3{
	font-size: 24px;
	text-decoration: none;
}

.err-class{
	color: red;
	font-size: 12px;
	margin-top: -14px;
	display: block;
}

table{
	width: 100%;
}
table tbody tr:first-child{
	font-weight: 600;
	text-align: center;
}
table tbody tr td{
	border: 1px solid #f4f4f4;
	padding: 13px;
}

.nav-site-m{
    margin: 60px 0;
    display: grid;
}
.nav-site-m a{
    padding: 26px 16px;
    color: #888;
    text-decoration: none;
    background: #fafafa;
    border-radius: 10px;
    margin: 6px 12px;
}
.nav-site-m a:hover{
    background: #e8e8e8;
}

.text-box{
	line-height: 1.2;
}
.text-box h3{
    font-size: 22px;
}
.text-box h3,.text-box p{
	padding-bottom: 16px;
}
.text-box p b,.text-box p strong{
    font-weight:700;
}

#IndexProductsMobile{
    display:none;
}
@media (width < 1198px) {
    .text-box{
        margin: 0 20px;
    }
    #IndexProducts{
        display:none;
    }
    #IndexProductsMobile{
        display:block;
    }
}
.cardTopInnMob{
    padding: 80px 22px;
    position:relative;
    
}
.cardTopContentMob{
    z-index:2;
    position: inherit;
}
.cardTopContentMob a{
    text-decoration: none;
    padding:10px 0;
}
.cardTopContentMob h3{
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #0a53a4;
}
.cardTopWrapperMob{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*filter: blur(2px);*/
}
.our-works-wrapper{
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.our-works{
	max-width: 99%;
	display: flex;
	gap: 8px;
	margin-bottom:20px;
}

.seo-block{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.seo-block h3{
	color: #666;
	padding: 8px 0;
}

.img-box-text-page{
  display: flex;
  gap: 16px;
  overflow: auto;
  padding: 6px 6px 36px 6px;
}

.img-box-text-page .img-text-page{
  border-radius: 10px;
  box-shadow: 0px 0px 6px #ddd;
  height: 400px;
  max-height:80vh;  
  width:auto;
  max-width: 100%;
}

.modalWrapper{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100vh;
	display:none;
	z-index: 999;
}
.modal{
	background: #fff;
	padding: 60px 20px 20px 20px;
	border-radius: 16px;
	width: 600px;
	max-width:90%;
	margin: 40px auto;
	position: relative;
}
.modal form input::placeholder { 
	color: #777; 
}
.modalClose{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #222;
	position: absolute;
	right: 20px;
	top: 10px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.uslugi{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px auto;
}
.uslugi .uslugaMetall{
    border-radius: 8px;
    box-shadow: 0px 0px 7px #ddd;
    padding: 12px;
    width: 260px;
    max-width:calc(50% - 8px);
    height:300px;
    display: grid;
    align-items: end;
}
.uslugi .uslugaMetall p{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0;
}
.uslugi .uslugaMetall img{
    max-width: 140px;
    height: auto;
    margin: 0 auto;
}