.nav-link.dropdown:hover {
	cursor: pointer;
}

.qbox {
		width: auto;
		height: auto;
		background: linear-gradient(to right, #fff, #fff0);
		border-radius: 4px;
		position: relative;
		transform: translate(0);
		transform-style: preserve-3d;
		margin: 20px 0 0 -7px;
		padding: 5px 7px;
}
.qshadow:before {
	content: "";
    position: absolute;
    inset: 0px;
    transform: translate3d(10px, 3px, -1px);
    background: conic-gradient(from 90deg at 40% -25%, #fff, #03cfff73, #17bde4, #17bde4, #17bde4, #17bde4, #17bde4, #17bde4);
    filter: blur(10px);
    border-radius: inherit;
    opacity: 0.8;
}

.contacts-city {
	display: none;	
}

.contacts-city-active {
	display: block;
}

/* стили для балунов на карте */

.map_pop_img {
    width: 382px;
}

.map_pop_img .img-box-foto {
    position: relative;
    overflow: hidden;
    padding: 0 0 64% 0;
    z-index: 990;
}

.map_pop_img .content {
    padding: 24px;
}

.map_pop_img .works {
    color: #666;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 0 10px 0;
}

.map_pop_img .adres {
    font-size: 12px;
    color: #ccc;
    font-family: 'Geometria Bold',Tahoma,Verdana;
    text-transform: uppercase;
    line-height: 1.2;
}

.fancybox-content {
    padding: 0;
}

.map-link {
	text-decoration: underline;	
}

/* patent */

.patented{
	display:block;
	position: absolute;
	color: #000;
	padding: 7px 7px;
	border-radius: 3px;
	width: 120px;
	text-align: left;
	z-index: 100;
	right: 20px;
	top: 120px;
	opacity: 0.6;
	background: url('../../ifreework_com/images/white.png') top left repeat;
}
    
.patented b {
    display: block;
    font-size: 90%;
    margin-top: 5px;
    color: #11b8e3;
}

/* validate */

.not-validated  {
    border: 1px solid #f14124 !important;
}

.validated  {
    border: 1px solid #bcbcbc !important;
}

/* popup media */

@media only screen and (max-width: 375px) {
	.popup-contact {
		width: 355px;
    	margin: 0 10px;
		padding: 0 15px;
		top: 20%;
		left: auto;
	}
	
	.popup .close {
		position: absolute;
		right: 0;
		top: -50px;
		
	}
}