.ui-widget-content {
	border: 0;
	background: none;
}
#u-docs-edit li,
#u-mods-admin li,
#u-mods-utils li,
#u-mods-cont-right li,
#u-mods-cont-left li {
	list-style: none !important;
}
#u-docs-edit li:before,
#u-mods-admin li:before,
#u-mods-utils li:before,
#u-mods-cont-right li:before,
#u-mods-cont-left li:before {
	display: none;
}

.crop-block {
	float: left;
	display: inline-block;
	z-index: 999999;
	position: relative;
	background: white;
	padding: 3px;
}

.hidde {
	display: none !important;
}
input[name = 'telephone'] {
	display: none;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
	align-items: center;
}

.request-mod {
	display: none;
}

@media screen and (max-width: 990px) {
	.request-mod {
		display: flex;
		position: absolute;
		bottom: 40px;
		margin: 0 0 40px 20px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.request-mod span {
		width: 40px;
		height: 40px;
	}
	.request-mod .active {
		background-color: #D62536;
		transition: all ease .25s;
	}
}

@media screen and (min-width: 1220px) {
	.main_page .top_img_block video {
		width: 100vw;
	}
}

.file_upload {
	font-family: "FuturaPT";
	border: 1px solid rgb(218, 219, 220);
	border-radius: 3px;
	background-color: rgb(248, 249, 250);
	margin: 0 0 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 50px;
	text-transform: none;
	font-weight: normal;
	padding: 0 0 0 40px;
	font-size: calc(14px + 3*var(--respon));
	color: var(--color-basic);
}
#document {
	padding: 0 40px 0 5px;
}
textarea.error,
input.error {
	border-color: red;
}
.error-message {
	font-size: 14px;
	color: red;
}
label span.error {
	font-size: 9px;
	color: red;
	float: right;
}
.alert-validate input {
	border: 1px solid red;
}
.message.fail, .message.successful {
	display: inline-block;
	width: 100%;
	padding: 10px;
	line-height: 1.2;
	font-size: 9px;
}

#map-canvas {
	min-height: 500px;
}

.newincart_block {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	display: none;
	width: 100%;
}

.newincart_inner {
	position: relative;
	top: 0;
	left: calc(50% - 360px);
	display: block;
	width: 100%;
	max-width: 720px;
	background: #efefef;
}

@media all and (max-width: 425px) {
	.newincart_inner {left: 0 !important;}
}

.newincart_ttl {
	font-size: 24px;
	font-weight: 300;
	padding: 52px 0 24px 18px;
}

.newincart_info {
	padding: 15px 32px 28px;
}

.product_img>img {
	max-width: 100%;
	max-height: 100%;
}

.newincart_info .product_img {
	display: inline-block;
	width: 312px;
	height: 291px;
	margin-top: 20px;
	vertical-align: top;
	background: #FFF;
}

.newincart_info .product_txt {
	display: inline-block;
	max-width: 340px;
	margin-top: 17px;
	padding: 0 0 0 29px;
	border: medium none;
}

.newincart_info .product_line {
	font-size: 12px;
}

.newincart_info .product_name {
	font-size: 16px;
	margin: 8px 0 12px;
}

.newincart_info .product_type {
	font-size: 12px;
}

.newincart_info .product_price {
	margin: 18px 0 8px;
}

.newincart_info .product_addinf {
	font-size: 18px;
	margin-bottom: 6px;
}

.newincart_info .btnblack {
	font-size: 14px;
	width: 100%;
	height: 35px;
	margin: 18px 0 0;
}

.newincart_info .btnblack.btntransparent {
	font-size: 20px;
	margin-top: 15px;
	color: #000;
	background: transparent none repeat scroll 0 0;
}

.newincart_block .container {
	position: relative;
}

footer .brand img,
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand .brand img {
	max-height: 100px !important;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand .brand img {
	max-height: 65px !important;
}

.rd-navbar-info .box-icon-minimal .box-icon-minimal-text {
	letter-spacing: 0;
	font-size: 12px;
}

header .button.button-icon {
	white-space: normal;
	padding: 10px !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.services-tammy-title {
	min-height: 230px;
}
