*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoCondensedRegular", sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-family: "RobotoCondensedBold";
	font-weight: normal;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
p {
	margin: 0;
	padding: 0;
}
.bttn {
	display: inline-block;
	color: #fff;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 15px 30px 11px;
	border-radius: 10px;
	display: inline-block;
	text-transform: uppercase;
	background: #ff7f02;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f02), to(#ff7f02)); /* Safari 4-5, Chrome 1-10, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-linear-gradient(top, #ff9f02, #ff7f02); /* Chrome 10+, Safari 5.1+, iOS 5+, Android 4+ */
	background-image: -moz-linear-gradient(top, #ff9f02, #ff7f02); /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #ff9f02, #ff7f02); /* IE 10+ */
	background-image: -o-linear-gradient(top, #ff9f02, #ff7f02); /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #ff9f02, #ff7f02);
	font-family: "PantonBlack";
	font-weight: normal;
	box-shadow: 0 4px 0 #c06401;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	max-width: 300px;
	text-align: center;
}
.bttn:hover,
.bttn:focus {
	background: #ffa902;
	box-shadow: 0 4px 0 #ffa902;
}
.bttn:active {
	background: #c06401;
	box-shadow: 0 4px 0 #c06401;
}
.bttn img {
	width: 32px;
	height: 32px;
	margin: 0 6px 4px 0px;
}
.text-center {
	text-align: center;
}
.nopm {
	margin: 0;
	padding: 0;
}


header {
	margin: 0;
	padding: 12px 0 12px;
	background: #1a1a1a;
	border-bottom: solid 1px #2e2e2e;
	min-height: 60px;
}
footer {
	padding: 20px 0;
	background: #1a1a1a;
	border-top: solid 1px #2e2e2e;
}
.headname {
	text-align: left;
	font-size: 32px;
	line-height: 1.2em;
	font-family: "PantonBlack";
	color: #fff;
	text-transform: uppercase;
}
.headname span {
	color: #6ec1e4;
}
.headphone {
	text-align: right;
	color: #e3e3e3;
}
.headphone a {
	color: #fff;
	font-size: 32px;
	line-height: 1.2em;
}


.topindex {
	background: url(../img/topindexbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 100px 0;
}
.topindex .infobox {
	display: inline-block;
	padding: 30px 30px 50px;
	max-width: 524px;
	width: 90%;
	background: #4054b2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a4e8), to(#00649d));
	background-image: -webkit-linear-gradient(top, #00a4e8, #00649d);
	background-image: -moz-linear-gradient(top, #00a4e8, #00649d);
	background-image: -ms-linear-gradient(top, #00a4e8, #00649d);
	background-image: -o-linear-gradient(top, #00a4e8, #00649d);
	background-image: linear-gradient(to bottom, #00a4e8, #00649d);
	border-radius: 10px;
}
.topindex h1 {
	display: inline-block;
	width: 100%;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
.topindex ul {
	display: inline-block;
	width: 90%;
	max-width: 320px;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	text-align: left;
}
.topindex ul li {
	padding: 0 0 0 24px;
	background: url(../img/check_ul_li.png) 0 3px no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	font-size: 18px;
	margin: 10px 0 0 0;
}
.topindex .bttn {
	margin: 10px 0 0 0;
	width: 100%;
}
.topindex p {
	margin: 10px 0 0 0;
}
.topindex .aph {
	color: #fff;
	border-bottom: #fff dashed 1px;
}
.topindex .aph:hover {
	border-bottom: #fff solid 1px;
}

.drinkinfo {
	background: url(../img/imagefontest.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}
.drinkinfo:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/line-top.png) 0 0 no-repeat;
	width: 100%;
	height: 80px;
}
.drinkinfo:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/line-bottom.png) 0 0 no-repeat;
	width: 100%;
	height: 80px;
}
.drinkinfo .drinkcall {
	padding: 40px;
	background: #4054b2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a4e8), to(#00649d));
	background-image: -webkit-linear-gradient(top, #00a4e8, #00649d);
	background-image: -moz-linear-gradient(top, #00a4e8, #00649d);
	background-image: -ms-linear-gradient(top, #00a4e8, #00649d);
	background-image: -o-linear-gradient(top, #00a4e8, #00649d);
	background-image: linear-gradient(to bottom, #00a4e8, #00649d);
	-webkit-box-shadow: 0 0 27px rgba(0,0,0,.2);
	box-shadow: 0 0 27px rgba(0,0,0,.2);
	border-radius: 10px;
	max-width: 480px;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
	opacity: .95;
}
.drinkinfo h2 {
	font-size: 18px;
	font-family: "PantonBlack";
	line-height: 1.2em;
}
.drinkinfo h3 {
	font-size: 16px;
	margin: 10px 0 0 0;
}
.drinkinfo p .bttn {
	margin: 20px 0 0 0;
}
.drinkinfo ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
.drinkinfo ul li {
	padding: 0 0 0 24px;
	background: url(../img/check_ul_li.png) 0 3px no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	margin: 10px 0 0 0;
}


.services {
	background: url('../img/imgnaservis.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}
.services .lineblock {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	background: #fff;
}
.services img {
	width: 100%;
}
.services h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: "PantonBlack";
	margin: 0 0 50px 0;
}
.services .paddingnone {
	padding: 0;
}
.services .boxpadding {
	padding: 30px;
}
.services h2 {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: "PantonBlack";
}
.services p {
	padding-bottom: 20px;
}
.services p:last-child {
	padding-bottom: 0;
}
.services .bttn {

}


.aboutus {
	background: #f3f3f3;
	padding: 100px 0 50px;
}
.aboutus h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: "PantonBlack";
	margin: 0 0 50px 0;
}
.aboutus h3 {
	margin-bottom: 30px;
	font-size: 26px;
	text-align: center;
	font-family: "RobotoCondensedRegular";
	font-weight: normal;
}
.aboutus .avatar {
	width: 100%;
	max-width: 200px;
}
.aboutus .quote {
	width: 25px;
	height: 21px;
}
.aboutus p {
	font-size: 16px;
	margin: 20px 0;
}
.aboutus p .example {
	color: #575757;
	font-size: 14px;
}
.aboutus h6 {
	font-size: 20px;
}
.aboutus .paddingadd {
	padding-bottom: 70px;
}
.aboutus .textcenter {
	text-align: center;
}

.tarif {
	background: #fff;
	padding: 100px 0;
}
.tarif h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: "PantonBlack";
	margin: 0;
	padding: 0;
}
.tarif h3 {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin: 20px 0 30px;
	font-size: 26px;
	text-align: center;
	font-family: "RobotoCondensedRegular";
	font-weight: normal;
}
.tarif .boxall {
	color: #fff;
	padding: 35px;
	text-align: center;
	background: #4054b2;
	max-width: 360px;
	width: 90%;
	margin: 10px auto 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 27px rgba(0,0,0,.2);
	box-shadow: 0 0 27px rgba(0,0,0,.2);
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.tarif .boxall:focus,
.tarif .boxall:hover {
	-webkit-box-shadow: #4054b2 0 0 0 5px;
	box-shadow: #4054b2 0 0 0 5px;
}
.tarif .boxall table .count {
	font-size: 48px;
	color: #02ddf7;
	text-align: right;
}
.tarif .boxall table .textdesc {
	font-size: 18px;
	text-align: left;
	padding: 0 0 0 10px;
}
.tarif .boxall table .callphone {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 10px 0 10px 40px;
	background: url(/img/phonecall-icon.png) left center no-repeat;
	-webkit-background-size: 32px;
	background-size: 32px;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.tarif .boxall table .callphone:hover,
.tarif .boxall table .callphone:focus {
	padding: 10px 40px 10px 0;
	background: url(/img/phonecall-icon.png) right center no-repeat;
	-webkit-background-size: 32px;
	background-size: 32px;
}
.tarif .boxtitle {
	margin-bottom: 25px;
}
.tarif h4 {
	font-size: 32px;
}
.tarif h5 {
	font-size: 65px;
	margin: 12px 0;
	color: #02ddf7;
}
.tarif .timelimit {
	font-size: 24px;
}
.tarif .text1 {
	font-size: 16px;
	padding: 10px 0px;
	border-top: 1px solid #6777c1;
}
.tarif .text1:nth-child(2) {
	border-bottom: 1px solid #6777c1;
}
.tarif .textphone {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: "RobotoCondensedRegular";
}
.tarif .textphone img {
	width: 32px;
	height: 32px;
	margin: 0 6px 4px 0px;
}
.tarif .textphone a {
	color: #fff;
}

.databoard {
	background: #f3f3f3;
	padding: 50px 0 100px;
}
.databoard h1 {
	margin: 0 0 50px 0;
	font-family: "PantonBlack";
	text-align: center;
	text-transform: uppercase;
}
.databoard .updata h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.databoard img {
	width: 100%;
}
.databoard .updata p {
	margin: 15px 0;
}
.databoard .downadata .boxsqr {
	padding: 40px 0;
	margin-bottom: 10px;
	text-align: center;
	border: 3px solid #afd6e7;
}
.databoard .downadata h2 {
	font-size: 92px;
}
.databoard .downadata p {
	font-size: 24px;
	font-family: "RobotoCondensedRegular";
}


.vodunit {
	background: #6ec1e4;
	padding: 100px 0;
}
.vodunit h1 {
	margin: 0 0 50px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.vodunit .marginbtm {
	margin-bottom: 15px;
	text-align: center;
}
.vodunit .vodinfo {
	max-width: 400px;
	margin: auto;
	border-radius: 10px;
	padding: 20px 0;
	border: 1px solid #abdbef;
}
.vodunit .vodinfo img {
	width: 100%;
	max-width: 250px;
	margin: 15px auto;
	border-radius: 10px;
}
.vodunit h5 {
	color: #fff;
	font-size: 18px;
}
.vodunit .bttn {
	width: 100%;
	max-width: 250px;
	margin: 10px 0 0 0;
}


.lastmenu {
	background: #1a1a1a;
}
.lastmenu p {
	padding: 12px 0;
	margin: 0;
	text-align: center;
}
.lastmenu a {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.lastmenu a img {
	width: 32px;
	height: 32px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.lastmenu a:hover {
	font-size: 16px;
}
.lastmenu a:hover img {
	width: 64px;
	height: 64px;
}

.zakaz {
	position: relative;
	background: #fff;
	width: 90%;
	max-width: 524px;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
}
.zakaz .boxpd {
	padding: 30px 50px;
}
.zakaz h1 {
	font-weight: normal;
	font-family: "PantonBlack";
}
.zakaz label {
	display: inline-block;
	width: 90%;
	max-width: 320px;
	font-size: 18px;
	margin: 20px 0 0 0;
}
.zakaz label p {
	text-align: left;
}
.zakaz input {
	width: 100%;
	margin: 10px 0 0 0;
	font-family: "PantonBlack";
	padding: 15px 30px;
	border-radius: 10px;
	border: none;
	background: #f6f6f6;
	-webkit-box-shadow: 0 0 27px rgba(0,0,0,.2);
	box-shadow: 0 0 27px rgba(0,0,0,.2);
}
.zakaz textarea {
	width: 80%;
	margin: 0 auto;
}
.zakaz .mfp-close {
	background: #6ec1e4;
	border-radius: 10px;
	right: 0;
	top: 0;
}
.zakaz .bttn {
	width: 90%;
	max-width: 320px;
	margin: 20px 0 0 0;
}
.zakaz .last {
	display: inline-block;
	width: 90%;
	max-width: 320px;
	padding: 0;
	margin: 10px 0 0 0;
}

.bdtl {
	color: #fff;
	padding: 30px 020px;
	width: 60%;
	margin: 50px auto 0;
	min-width: 280px;
	border-radius: 10px;
	background: #575757;
	border: 1px solid  rgba(0,0,0,.25);
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 1px;
	box-shadow: rgba(0,0,0,.5) 0 0 1px;
}
.bdtl h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 20px;
}
.bdtl .bttn {
	margin: 10px 0 0 0;
}