
/* Reset
------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

input, select, a img {
    vertical-align: middle;
}

label, 
input[type="button"], 
input[type="submit"], 
button {
    cursor: pointer;
}

button, 
select {
    text-transform: none;
}

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-payment{
	display: block;
	height: 36px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 33px;
	line-height: 2.0625rem;
	background-color: #ffdb4d;
	width: 150px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e5c109;
	text-decoration: none;
	margin-left: 116px;
	margin-top: -9px;
}

.btn-payment:hover{
	background-color: #ffd70a;
}

.main-title{
	display: block;
	margin-top: -125px;
	margin-left: 114px;
}

input[type="checkbox"], 
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"] {
    margin: 0 !important;
}

input, textarea, select, button, a {
    outline: none;
}

/* Default
------------------------------*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "JuraRegular";
	font-size: 14px;
	color: #121212;
	background: #edfae3 url(../images/body.png) repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: underline;
	color: #121212;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 14px;
}

/* Template
------------------------------*/

div.page {
	width: 100%;
	min-width: 960px;
	height: auto;
	min-height: 100%;
	position: relative;
	/*padding-top: 14px;*/
	box-sizing: border-box;
}

div.page:before {
	display: none;
	content: "";
	width: 100%;
	height: 14px;
	background: #c8e19e;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.page:after {
	display: none;
	content: "";
	width: 1108px;
	height: 6px;
	background: #369956;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -554px;
	border-left: 1px solid #2e7d47;
	border-right: 1px solid #2e7d47;
	border-top: 1px solid #225f36;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}

.container {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

.container .link {
    margin-top: -46px;
    font-size: 17px;
    background: url(../images/map_link.png) no-repeat center;
    height: 46px;
    text-align: center;
    line-height: 46px;
}

.container .link a{
    color: #fff;
    font-family: "JuraBold";
}

.inner {
	padding-top: 30px;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	padding-bottom: 148px;
	overflow: hidden;
	position: relative;
}

.main {
	width: 100%;
	/*min-height: 854px;*/
/*	min-height: 692px;*/
	min-height: 842px;
	background-position: 50% 0px;
	position: relative;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
/*	height: 692px;*/
	height: 842px;
}

.main .header:before {
	display: none;
}

.main:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/glow.png) 50% 0px no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header {
	width: 100%;
	height: 184px;
	background-position: 50% -324px;
	position: relative;
}

.header:before {
	content: "";
	width: 100%;
	height: 184px;
	background: url(../images/glow.png) 50% -250px no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.sidebar {
	width: 144px;
	height: auto;
	float: left;
	margin-left: 45px;
}

.content {
	width: 750px;
	height: auto;
	float: right;
	padding-bottom: 74px;
	position: relative;
}

.content a.btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 65px 0px 58px 0px;
}

.footer:before {
	content: "";
	width: 100%;
	height: 4px;
	background: url(../images/footer_tooth.png) repeat-x;
	position: absolute;
	left: 0px;
	bottom: 144px;
}

.footer:after {
	content: "";
	width: 100%;
	height: 144px;
	background: url(../images/footer.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.overlay {
	z-index: 45;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	width: 100%; 
	height: 100%;
	top: 0; 
	left: 0;
	cursor: pointer;
	display: none;
}

/* Main
------------------------------*/

.btn {
	color: #fff;
	background: #369956;
	line-height: 42px;
	padding: 0px 37px;
	display: inline-block;
	font-size: 21px;
	text-decoration: none;
}

.light {
	font-family: "JuraLight";
}

.bold {
	font-family: "JuraBold";
}

.bg {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
}

.circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.round {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.title {
	font-size: 39px;
	padding: 0px 0px 28px 15px;
}

.center {
	text-align: center;
}

.marg {
	margin-left: 15px;
}

.arrow {
	font-size: 15px;
	padding: 0px 0px 39px 24px;
	background: url(../images/arrow.png) 0px 2px no-repeat;
	display: inline-block;
}

.shadow {
	box-shadow: 1px 2px 3px #6f6f6f inset;
	-webkit-box-shadow: 1px 2px 3px #6f6f6f inset;
	-moz-box-shadow: 1px 2px 3px #6f6f6f inset;
}

.green {
	background: #c8e19d;
}

.green-l {
	background: #d6e9b6;
}

.khaki {
	background: #dfeec0;
}

.khaki-l {
	background: #e7f2d0;
}

/* form */
.form-group{
	margin-bottom: 20px;
}
.payment-form .form-group{
	clear: both;
}
.payment-form .label{
	display: block;
    float: left;
    width: 115px;
}
.payment-form .btn{
	border: none;
}

.payment-form .form-control, .payment-form form button, .payment-form textarea {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: none;
	color: #121212;
	font-family: "JuraBold";
}

.payment-form .form-control, .payment-form textarea {
	background: #fff;
	padding: 15px 25px;
}

.payment-form textarea {
	resize: none;
	min-height: 100px;
}

.payment-form button {
	background: #f7e210;
	float: right;
}

/* Responsive
------------------------------*/

@media (max-width: 1110px) {

.page:after {
	width: 940px;
	margin-left: -470px;
}

}
.promoWrapper{
	position: relative;
  font-size: 1rem;
  margin-top: 725px;
  text-align: center;
  line-height: 2rem;
  margin-bottom: -667px;
}
.promoWrapper p{
	font-size: 17px;
}

/* Fonts
------------------------------*/

@font-face {
    font-family: "JuraRegular";
    src: url("../fonts/JuraRegular/JuraRegular.eot");
    src: url("../fonts/JuraRegular/JuraRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/JuraRegular/JuraRegular.woff") format("woff"),
    url("../fonts/JuraRegular/JuraRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "JuraLight";
    src: url("../fonts/JuraLight/JuraLight.eot");
    src: url("../fonts/JuraLight/JuraLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/JuraLight/JuraLight.woff") format("woff"),
    url("../fonts/JuraLight/JuraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "JuraMedium";
    src: url("../fonts/JuraMedium/JuraMedium.eot");
    src: url("../fonts/JuraMedium/JuraMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/JuraMedium/JuraMedium.woff") format("woff"),
    url("../fonts/JuraMedium/JuraMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "JuraBold";
    src: url("../fonts/JuraBold/JuraBold.eot");
    src: url("../fonts/JuraBold/JuraBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/JuraBold/JuraBold.woff") format("woff"),
    url("../fonts/JuraBold/JuraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}