#bck_1{background-color:transparent}


.contactmaster {
	padding: 10px;
	max-width: 320px;
	margin: 0 auto 20px;
	border-radius: 7px;
}
.contactmaster h3 {
	color: #1779ba;
	font-family: "MuseoSansBold";
}
.contactmaster h4 a {
	font-size: 20px;
	color: #1779ba;
	font-family: "MuseoSansBold";
}
.contactmaster img {
	margin: 10px 0 0 0;
}

body {
	padding-top: 155px;
}
.fixedtop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 333;
}

@media only screen and (max-width: 800px) {
	body {
		padding-top: 0;
	}
	body .fixedtop {
		position: relative;
	}
	.fixedtop .desc22 {
		display: none;
	}
}

.headfirst {
	background: #fff;
}
.headfirst .rowNo10 {
	padding: 5px 0;
}
.headfirst p {
	margin-bottom: 0;
}

.tlogo {
	width: 100%;
	max-width: 242px;
	display: inline-block;
}
.timework *,
.sidenav p {
	font-family: "MuseoSansBold";
	font-size: 13px;
	line-height: 1.2rem;
}
.timework span {
	color: #848181;
}
.timework .tcity,
.sidenav .tcity {
	text-transform: uppercase;
	color: #34ad77;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.timework .phone,
.sidenav .phone {
	color: #000;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 18px;
	width: 100%;
}
.timework .bttn {
	height: 34px;
	line-height: 34px;
}
.sidenav .tcity,
.sidenav .phone {
	background: #fff;
	font-family: "MuseoSansBold";
}

.bttn {
	background: rgba(60,184,104,.74);
	color: #fff;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: "MuseoSansBlack";
	border: none;
	padding: 0 20px;
	display: inline-block;
	border-radius: 7px;
	cursor: pointer;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	position: relative;
	overflow: hidden;
  /*animation: azza 2s linear infinite;*/
}
.bttn:hover,
.bttn:focus {
	color: #fff;
	background: #fee271;
}

@keyframes azza {
	0% {
		box-shadow: 0 0 0 10px rgba(60,184,104, 0.04),
		0 0 0 0px rgba(60,184,104, 0.04);
	}
	50% {
		box-shadow: 0 0 0 20px rgba(60,184,104, 0.04),
		0 0 0 10px rgba(60,184,104, 0.04);
	}
	50.0001% {
		box-shadow: 0 0 0 0 rgba(60,184,104, 0.04),
		0 0 0 10px rgba(60,184,104, 0.04);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(60,184,104, 0.04),
		0 0 0 20px rgba(60,184,104, 0.04);
	}
}

.mfp-close {
	right: 0;
	top: 0;
}
.zakaz {
	background: #fff;
	max-width: 650px;
	margin: 0 auto;
	position: relative;
}
.zakaz .boxpd {
	padding-bottom: 14px;
}
.zakaz h3 {
	color: #fece0a;
	font-family: "MuseoSansBlack";
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 15px;
	margin: 0 0 30px;
	text-align: center;
	border-bottom: 1px solid  #fece0a;
}
.zakaz img {
	border-radius: 50%;
	width: 100px;
	height: auto;
	margin: 0 10px 30px 0;
	border: none;
	float: left;
}
.zakaz p {
	color: #5d5d5d;
	font-family: "MuseoSansBold";
}
.zakaz .utpslogan {
	font-size: 16px;
}
.zakaz .enterph,
.enterph {
	border: 1px solid #fece0a;
	background: #fff;
	padding: 6px;
	width: 100%;
	border-radius: 10px;
	font-family: "Verdana";
	line-height: 48px;
	height: 48px;
}
.zakaz .bttn {
	line-height: 48px;
	height: 48px;
	width: 100%;
	background: #fece0a;
	color: #231f20;
	border-radius: 10px;
}
.zakaz .bttn:hover,
.zakaz .bttn:focus {
	background: #fee271;
}


.top-bar {
	padding: 0;
}
.menu>li {
	position: relative;
	height: 54px;
}
.menu>li:before {
	position: absolute;
	display: block;
	width: 1px;
	content: '';
	vertical-align: middle;
	top: 5px;
	opacity: .1;
	left: 0;
	height: 44px;
	background: #575757;
}
.menu>li:after {
	position: absolute;
	display: block;
	width: 1px;
	content: '';
	vertical-align: middle;
	top: 5px;
	opacity: .1;
	right: 0;
	height: 44px;
	background: #575757;
}
.menu, .menu * {
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.menu>li:hover,
.menu>li:focus {
	background: #1779ba;
}
.menu>li:hover>a,
.menu>li:focus>a {
	color: #fff;
}
.menu>li:active {
	background: #1779ba;
}
.menu .active {
	background: #1779ba;
}
.menu>.active>a {
	background: none;
}
.menu>li:active>a {
	color: #fff;
}
.menu>li>a,
.menu>li>button {
	font-family: "MuseoSansBold";
	color: #231f20;
	cursor: pointer;
	position: relative;
}
.menu>li>ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #f2f6f7 !important;
}
.menu>li>ul>li {
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #bed6dc;
}
.menu>li>ul>li:last-of-type {
	border: none;
}
.menu>li>ul>li:hover,
.menu>li>ul>li:focus {
	background: #fff;
}
.menu>li>ul>li:active {
	background: #1779ba;
}
.menu>li>ul>li>a {
	font-family: "MuseoSansBold";
	color: #1f8ea4;
	cursor: pointer;
	display: block;
	padding: .7rem 1rem;
	text-align: left;
}
.menu>li>ul>li:active>a {
	color: #fff;
}
.menu>li.open:hover>a,
.menu>li.open:focus>a {
	color: #fff;
}
.menu>.currentpath.open {
	-webkit-box-shadow: inset #1779ba 0px 0 10px 1px;
	box-shadow: inset #1779ba 0px 0 10px 1px;
}
.menu .currentpath.open>a:after,
.menu>li.open>a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid rgba(0, 0, 0, .5);
	vertical-align: middle;
	margin: -2px 0 0 9px;
}
.menu>li:hover.open>a:after {
	border-top: 7px solid rgba(255, 255, 255, .5);
}
.menu>li.open:hover>a:after,
.menu>li.open:focus>a:after,
.menu>li.active.open>a:after {
	border-top: 7px solid rgba(255, 255, 255, .5);

}
.menu>li.open:hover>ul,
.menu>li.open:focus>ul {
	display: table-cell;
}


div#bck_1 {
	background: #fff url(/img/bannerh1.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #000;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}
div#start h1 {
	color: #252525;
	color: #504c4c;
	font-weight: bold;
}
div#start p {
	color: #504c4c;
}
@media only screen and (max-width: 40em) {
	div#start h1 {
		font-size: 24px;
	}
	body .descinfo {
		height: 24px;
	}
	body .utpsend ul {
		max-width: 320px;
	}
}
.utpsend {
	margin-top: 30px;
}
.utpsend img {
	max-width: 220px;
}
.utpsend ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 20px 0;
}
.utpsend ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 54px;
	font-size: 20px;
	font-family: "MuseoSansBold";
	position: relative;
	color: #504c4c;
}
.utpsend ul li img {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
}

.lisubmnu {
	position: relative;
}
.lisubmnu button {
	position: relative;
}
.lisubmnu button:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid rgba(0,0,0,.5);
	margin-left: 5px;
}
body div#greyTB .top-bar ul .submenu {
	display: none;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	position: absolute;
	left: 0;
	right: 0;
	width: 240px;
	margin: 0 auto;
	-webkit-box-shadow: #333 0 0 0 1px;
	box-shadow: #333 0 0 0 1px;
	list-style-type: none;
	background: #fbe239;
	background-color: #fbe239 !important;
}
body div#greyTB .top-bar ul .lisubmnu:hover .submenu,
body div#greyTB .top-bar ul .lisubmnu:focus .submenu {
	display: block;
}
.submenu li {
	list-style-type: none;
	overflow: hidden;
	white-space: nowrap;
	line-height: 36px;
	height: 36px;
}
.lisubmnu .submenu li:hover a {
	background: #1779ba;
	color: #fefefe;
	display: block;
}

.descinfo {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
}

table {
	-webkit-box-shadow: inset #fbe239 0 0 0 2px;
	box-shadow: inset #fbe239 0 0 0 2px;
}
table tr,
table td,
table th {
	border: none;
}
table p {
	padding: 0;
	margin: 0;
}

.statstable {
	border: none;
	border-spacing: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 0;
}
.statstable tbody,
.statstable tbody tr,
.statstable tbody td {
	background: #f2f6f7 !important;
}
.statstable .count {
	font-size: 48px;
	font-family: 'MuseoSansBlack';
	text-align: right;
	color: #1779ba;
}
.statstable .textdesc {
	text-align: left;
	color: #444;
}
.statstable .bttn {
	margin-bottom: 20px;
}
.statstable .phoneff {
	color: #444;
}

.headerutp p {
	font-size: 20px;
}

.headerutp form .enterph,
.headerutp form button {
	width: 100%;
}
.headerutp form .preinput {
	width: 100%;
	position: relative;
}
.headerutp form .preinput span {
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	color: #232425;
	color: #504c4c;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	background: #fece0a;
	border-radius: 4px;
	display: block;
	position: absolute;
	left: 10px;
	top: -9px;
	z-index: 2;
	opacity: .95;
	padding: 0 4px;
}
.arrowfix {
	position: relative;
	width: 100%;
	font-size: 20px;
}
.arrowfix:before {
	content: '';
	width: 150px;
	height: 100px;
	background: url(/img/leftarrow.png) center center no-repeat;
	display: block;
	position: absolute;
	left: -150px;
	top: -64px;
}
.arrowfix:after {
	content: '';
	width: 170px;
	height: 60px;
	background: url(/img/rightarrow.png) center center no-repeat;
	display: block;
	position: absolute;
	right: -130px;
	top: -130px;
}

@media only screen and (max-width: 40em) {
	.headerutp form {
		padding-top: 50px;
	}
	.arrowfix {
		margin: 30px auto 0;
		width: 320px;
	}
	.headerutp form .preinput,
	.headerutp form button {
		width: 285px;
		margin: 0 auto 20px;
	}
	.arrowfix:before {
		left: -150px;
		top: -130px;
	}
	.arrowfix:after {
		right: -170px;
		top: -210px;
	}
}

.line1px {
	height: 1px;
}

.ink{display:block;position:absolute;background:rgba(255,255,255,0.3);border-radius:100%;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.animate{-webkit-animation:ripple .65s linear;-moz-animation:ripple .65s linear;-ms-animation:ripple .65s linear;-o-animation:ripple .65s linear;animation:ripple .65s linear}
@-webkit-keyframes ripple {
	100%{opacity:0;-webkit-transform:scale(2.5)}
}
@-moz-keyframes ripple {
	100%{opacity:0;-moz-transform:scale(2.5)}
}
@-o-keyframes ripple {
	100%{opacity:0;-o-transform:scale(2.5)}
}
@keyframes ripple {
	100%{opacity:0;transform:scale(2.5)}
}


#main {
	margin-bottom: 16px;
}

#main span {
	background: #444;
	display: inline-block;
	padding: 8px;
}