@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

a.cke_button {
	box-shadow: 0 0 0 transparent !important;
}

/* all */

.d-sm {
	display: none;
}

#cp_contact_form form .input_field, #cp_contact_form form select, #cp_contact_form form textarea {
	width: 98%;
}

#tables {
	width: 50%;
	margin: auto;
}

#tables td {
	display: block;
	width: 100%;
}

.top center {
	margin-top: 15px;
	margin-bottom: 15px;
}

#add-frame {
	display: none;
}
#modelUpload {
	width: 100vw;
	height:  100vh;
	top: 0;
	left: 0;
	position: fixed;
	background-color: #fff;
	display: none;
	z-index: 99;
}
#modelUpload #spinner{
	width: 100vw;
	height: 50vh;
	font-size: 20vw;
	color: #ccc;
	text-align: center;
	margin-top: 10vh;
}

#modelUpload  .uploadProgressConteainer {
	width: 90vw;
	margin-right: 5vw;
	margin-top: 10vh;
	height: 25px;
	background-color: #e3ffe5;
	content: ' ';
	border-radius: 5px;
	border: 1px solid #0f2410;
}
#modelUpload .uploadProgressConteainer .uploadProgress{
	background-color: #0d7912;
	height: 25px;
	width: 10%;
	float: right;
	content: ' ';
	border-radius: 4px;
}
#modelUpload .uploadPercent {
	text-align: center;
	padding: 0 15px;
	width: 100vw;
	color: #111;
	text-shadow: 0 1px 0px #000;
	line-height: 30px;
}
#modelUpload #percentageConteainer {
	text-align: center;
	font-size: 20pt;
	margin-top: 3vh;
}
/* large */
/* ----------------------------------------------*/
@media all and (min-width: 899px) {
	.addddd-ll {
		width: 225px !important;
	}
	.addddd-ll.full-width {
		width: 95% !important	;
	}
	#top-menu-right {
		float: none;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		margin-top: 11px;
	}
	#top-menu-right li:not(.d-sm) {
		display: inline;
	}
	#top-menu-right li:last-child {
		border-left: 0 none transparent
	}
	.top {
		background: linear-gradient(0deg, #f2f1f1, #f2f1f1);
		height: 220px;
		border: 1px solid #dedddd;
		border-radius: 10px;
	}
	.menu {
		box-shadow: 0 0 0 transparent;
	}
	.menu li:nth-child(1), .menu li:nth-child(2) {
		width: 100%;
		float: none;
	}
	.menu li:nth-child(1) a {
		display: block;
		width: 100%;
	}
	.menu li:nth-child(1) img {
		display: inline-block;
		margin: auto;
		width: calc( 100% - 6px);
	}
	.menu li:nth-child(2) form {
		width: 100%;
		float: none;
	}
	.menu li:nth-child(2) form input[type=text] {
		width: 49%;
		float: right;
		margin: 0 0 0 1%;
		height: 31px;
	}
	.menu li:nth-child(2) form .select {
		width: calc( 49% - 81px);
		float: right;
		margin: 0 0 0 1%;
	}
	.menu li:nth-child(2) form select {
		width: 99%;
	}
	.menu li:nth-child(2) form .clear {
		clear: none;
		display: none;
	}
	.menu li:nth-child(2) form .ser-do {
		margin-left: 0;
		margin-top: 0;
		float: left;
		width: fit-content;
	}
	.menu li:nth-child(2) form .ser-do input {
		margin-top: -38px;
		margin-left: 5px;
	}
	@-moz-document url-prefix() {
		.menu li:nth-child(2) form .ser-do input {
			margin-top: -57px;
		}
	}
}

/* =========================================================*/
/* med */

@media all and (min-width: 800px) {}

/* small */

@media all and (max-width: 900px) {
	#body {
		width: 100vw;
	}
	.top {
		height: auto;
		background-size: contain;
	}
	#top-menu-right {
		float: none;
	}
	.menu {
		height: auto;
	}
	.menu li {
		float: none;
		padding: 0;
	}
	.menu li img {
		width: 100% ;
		display: block;
		margin: auto;
		/* margin-right: 0.5%; */
		padding-top: 4px;
	}
	.menu input {
		width: 99%;
		margin-bottom: 5px;
		float: none;
	}
	.select, .ser-do, .menu select, #right-block, #right-block ul li, #left-block, #left-block ul li, #right-block ul .block-offer li, #left-block ul .block-offer li, .right-block, .announcement-right-block, .menuright, .menuright ul li a, .announcement-left-block, .left-bbb, .menuright>li>a, .addddd-ll, .cat-ddd, .cat-ads, .cat-ddds, .cat-ddds span {
		float: none;
		margin: auto;
		width: 98% !important;
	}
	#right-block ul li {
		background: #fff;
		border: 1px solid #ccc;
		margin-bottom: 15px;
		overflow: auto;
		height: max-content;
	}
	#right-block ul li h2 {
		border-bottom: 1px solid #ccc;
		overflow: hidden;
		padding: 0;
		margin: -5px;
		background-color: #f7f7f7;
	}
	#right-block ul .block-offer li {
		border-right: 0;
		border-left: 0;
		border-top: 0;
	}
	#right-block ul .block-ico {
		margin-top: -41px;
	}
	#right-block ul span {
		margin-top: -34px;
	}
	.mmore {
		text-align: left;
	}
	.mmore a {
		background-color: #5c5c5c;
		color: #fff !important;
		padding: 5px;
		border-radius: 3px;
		margin-top: 5px !important;
		float: none !important;
		display: inline-block;
	}
	#right-block ul .block-offer li a {
		display: block;
		overflow: hidden;
	}
	#right-block ul .block-offer span {
		margin: 0;
		margin-top: -10px;
		float: left;
		display: inline-block;
	}
	.announcement-right-block22, #sitemap, .newFooterMenu1, .newFooterMenu1 ul, #footer, .social, #footer-copy {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.right-bbb, .cat-ddd2, .newFooterMenu1 ul li {
		width: 100%;
		float: none;
		background-size: 100%;
	}
	.cat-ddd2 li {
		border-bottom: 1px solid rgba(199, 199, 199, 0.471);
		width: 90% !important;
	}
	.cat-ddd2 li:last-child {
		border-bottom: 0px;
	}
	.cat-ddd2 a {
		display: block;
	}
	#footer-copy p {
		text-align: center;
	}
	.social {
		text-align: center;
		height: 70px;
	}
	#footer {
		margin-top: 20px;
	}
	#top-menu-right {
		background: #fff;
		position: fixed;
		top: 0;
		right: -2px;
		height: 100vh;
		border-left: 1px solid #ccc;
		width: 80vw;
		line-height: 2rem;
		display: none;
		z-index: 100;
		overflow-y: none;
		overflow-x: auto;
	}
	#top-menu-right li {
		padding: 0px;
		margin: 0;
		float: none;
		border-left: 0 none transparent;
		background-color: #727272;
		border-bottom: 1px solid rgba(255, 255, 255, 0.40)
	}
	#top-menu-right li.main-menu {
		padding: 0px;
		margin: 0;
		float: none;
		border-left: 0 none transparent;
		background-color: #35afe3;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)), to(rgb(38, 152, 219)));
		background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
		background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
		background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
		background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
		background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#45c7eb', EndColorStr='#2698db');
		border-bottom: 1px solid rgba(255, 255, 255, 0.40)
	}
	#top-menu-right ul li.main-menu ul {
		padding: 0;
		margin: 0;
	}
	#top-menu-right ul {
		/* display: none; */
	}
	#top-menu-right ul li.main-menu {
		background-color: #748186;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)), to(rgb(80, 88, 100)));
		background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
		background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
		background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
		background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
		background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#45c7eb', EndColorStr='#2698db');
	}
	#top-menu-right a {
		color: #fff !important;
		padding: 8px;
		display: inline-block;
		width: 90%;
	}
	#top-menu-right li.main-menu>a>span {
		display: inline-block;
		position: absolute;
		background: #48515c;
		line-height: 0.6em;
		height: 0.6em;
		padding: .4em .6em;
		color: #fff;
		text-indent: 0;
		text-align: center;
		-webkit-border-radius: .769em;
		-moz-border-radius: .769em;
		border-radius: .769em;
		-webkit-box-shadow: inset 0px 1px 3px 0px rgb(0 0 0 / 26%), 0px 1px 0px 0px rgb(255 255 255 / 15%);
		-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
		box-shadow: inset 0px 1px 3px 0px rgb(0 0 0 / 26%), 0px 1px 0px 0px rgb(255 255 255 / 15%);
		text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
		font-size: 12px;
		font-weight: bold;
		float: left;
		margin-top: 4px;
		left: 6px;
	}
	.d-sm, #top-menu-right.show {
		display: block
	}
	#menu-toggle {
		display: inline-block;
		color: #333;
		font-size: 2rem;
		margin-right: 5px;
		margin-top: 5px;
		position: absolute;
		z-index: 99;
		background: #ccc;
		padding: 10px;
		right: 3px;
		top: -10px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		opacity: 0.8;
	}
	.hide-menu-small {
		border-bottom: 0 !important;
		text-align: left;
		background-color: #fff !important;
		padding-left: 10px !important;
	}
	.hide-menu-small .fa {
		font-size: 2rem;
		color: #000;
	}
	.att, .yellow {
		width: 93%;
	}
	#cp_contact_form form .input_field, #cp_contact_form form select, #cp_contact_form form textarea {
		width: 98%;
	}
	#tables {
		width: 50%;
		margin: auto;
	}
	#tables td {
		display: block;
		width: 100%;
	}
	.cat-ddd img {
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
	.cat-ddd li {
		height: inherit;
		margin-bottom: 15px;
	}
	.cat-ddd .ads-class a {
		float: none;
	}
	.ads-class {
		display: block;
		text-align: left;
	}
	.ads-class {
		margin-right: 0;
	}
	.cat-ddds .data img {
		max-width: 100%;
	}
	#top-menu-right li a {
		margin-top: 0;
		font: 10pt/31px tahoma;
	}

	.d-lg {
		display: none;
	}
}