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

body {
		margin: 0;
		padding: 0;
		background: #fff;
		font: normal 14px/17px "Open Sans", Arial, Helvetica, sans-serif;
		color: #262626;
		-webkit-text-size-adjust: none;
}

* {
		box-sizing: border-box;
}

form,
fieldset {
		margin: 0;
		padding: 0;
		border: 0;
}

input,
select,
textarea,
button,
.customSelect {
		font: normal 14px "Open Sans", Arial, Helvetica, sans-serif;
		color: #262626;
		outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select,
label input[type="checkbox"] + span,
label input[type="radio"] + span,
.selectIn,
.selectSub ul,
.selectSub a {
		border: 1px solid #ad87ba;
		background: #ebebeb;
		margin: 0;
		padding: 1px 6px 2px 6px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
}

textarea {
		resize: none;
		height: 61px;
}

.input {
		max-width: 325px;
		margin: 0 0 7px 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
		cursor: pointer;
}

.input input,
.input textarea,
.input select {
		width: 100%;
		display: block;
}

.outtaHere,
label input[type="checkbox"],
label input[type="radio"] {
		position: absolute!important;
		left: -10000px!important;
}

label input[type="checkbox"] + span,
label input[type="radio"] + span {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 0;
		width: 23px;
		height: 23px;
		cursor: pointer;
		background-image: url(../img/check.png);
		background-repeat: no-repeat;
		background-position: 0 -10000px;
}

label input[type="checkbox"]:checked + span,
label input[type="radio"]:checked + span {
		background-color: #c15fb4;
		background-position: 50% 50%;
		box-shadow: inset 0 0 0 1px #ebebeb;
		-webkit-box-shadow: inset 0 0 0 1px #ebebeb;
}

label input[type="radio"] + span {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background-image: none;
}

label input[type="radio"]:checked + span {
		box-shadow: inset 0 0 0 4px #ebebeb;
		-webkit-box-shadow: inset 0 0 0 4px #ebebeb;
}

.selectIn {
		position: relative;
		cursor: pointer;
		padding-right: 27px;
}

.selectIn:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 9px;
		background: url(../img/select-arr.png) no-repeat;
		width: 15px;
		height: 8px;
		margin: -4px 0 0 0;
}

.selectText {
		width: 100%;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}

.selectSub {
		position: absolute;
		z-index: 1100;
}

.selectSub ul {
		list-style: none;
		margin: 0;
		padding: 0;
		max-height: 300px;
		overflow: hidden;
		overflow-y: auto!important;
}

.selectSub li {
		margin: 0;
		padding: 0;
}

.selectSub li:before {
		display: none;
}

.selectSub a {
		display: block;
		text-decoration: none;
		color: inherit;
		border: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
}

.selectSub a:hover {
		text-decoration: underline;
}

.label {
		margin: 0 0 3px 0;
}

.check {
		margin: 16px 0 20px 0;
		padding: 0 0 0 29px;
		position: relative;
}

.check label {
		cursor: pointer;
}

.check input[type="checkbox"] + span,
.check input[type="radio"] + span {
		position: absolute;
		top: -2px;
		left: 0;
}

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

img {
		border: 0;
		vertical-align: top;
}

a {
		color: #c15fb4;
		text-decoration: underline;
		outline: none;
		cursor: pointer;
}

a:hover {
		text-decoration: none;
}

strong {
		font-weight: bold;
}

p,
ol,
ul,
li {
		margin: 0 0 16px 0;
}

.vind > li {
		margin-bottom: 0;
}

ol,
ul,
li {
		padding: 0;
		list-style: none;
}

li {
		position: relative;
}

ul > li:before {
		content: '- ';
}

ul.dash > li {
		padding-left: 8px;
}

ul.dash > li:before {
		content: '- ';
		position: absolute;
		left: 0;
}

ul > li ul {
		margin-top: 16px;
}

ul > li ul > li {
		margin-bottom: 0;
}

ul > li ul > li:before {
		content: '- ';
}

ol {
		counter-reset: li;
}

ol > li:before {
		content: counter(li)'. ';
		counter-increment: li;
}

ol > li:last-child,
ul > li:last-child {
		margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2 {
		font: inherit;
		font-weight: bold;
		margin: 17px 0;
}

h1,
.h1 {
		text-transform: uppercase;
		color: #772f90;
		font-size: 18px;
		line-height: 20px;
		margin: 21px 0;
}

h2,
.h2 {
		color: #c15fb4;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
		margin-top: 0;
}

.ind {
		margin-left: 36px;
}

.pink {
		color: #c15fb4;
}

.violet {
		color: #772f90;
}

.nowrap {
		white-space: nowrap;
}

.nofloat {
		height: 100%;
		overflow: hidden;
}

.cell {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
}

.inline {
		display: inline-block;
		text-align: left;
}

.hr {
		height: 1px;
		overflow: hidden;
		margin: 16px 0 17px 0;
		background: #252525;
}

.phone-num {
		color: inherit!important;
		cursor: inherit;
		text-decoration: none!important;
}

.clearfix {
		zoom: 1
}

.clearfix:after,
.container:after {
		content: ' ';
		clear: both;
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		font-size: 0;
}

.wrapper,
.footer {
		min-height: 100%;
		min-width: 996px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		text-align: left;
}

.wrapper {
	min-height: 140%;
	margin-bottom: -51px;
}
.wrapper:after {
	content: "";
	display: block;
}

.container {
		width: 996px;
		margin: 0 auto;
		position: relative;
}

.top-img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 -5000px;
}

.index .top-img {
		bottom: 0;
}

.top-img .cover {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: url(../img/cover.png) 50% 0;
}

.top-img img {
		width: auto;
		height: auto;
}

.header {
		position: relative;
		background: rgba(255, 255, 255, 0.9);
		height: 81px;
}

.header .logo {
		float: left;
		margin: 5px 0 0 0;
}

.menu {
		float: right;
}

.menu > * {
		float: left;
		padding: 5px 8px;
		height: 81px;
		line-height: 71px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		color: #262626;
		text-decoration: none;
		white-space: nowrap;
}

.menu a:hover {
		text-decoration: underline;
}

.menu > .active {
		color: #772f90;
		padding-top: 0;
		border-top: 5px solid #772f90;
}

.top-title {
		height: 354px;
		font-size: 16px;
		line-height: 19px;
}

.top-title .container {
		padding: 119px 27px 0 27px;
}

.top-title .h1,
.top-title h1 {
		height: 37px;
		line-height: 37px;
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		background: #772f90;
		padding: 0 12px;
		margin: 0 0 12px 0;
}

.top-title .btn {
		min-width: 236px;
}

.index .top-title {
		height: auto;
}

.index .top-title .container {
		text-align: right;
		padding: 26px 7px;
}

.index .top-title .h1,
.index .top-title h1 {
		padding: 0 7px;
		margin-right: -7px;
}

.top-title .logo {
		margin: 0 -7px 16px 0;
}

.top-title .hr {
		margin: 10px -7px 10px 465px;
}

.top-title .guest {
		margin: 0 0 25px 0;
}

.index .top-title .btn {
		margin-right: -7px;
}

.btn {
		border: 0;
		-webkit-appearance: none;
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
		padding: 0 22px;
		height: 39px;
		line-height: 37px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		text-align: center;
		background: #c15fb4;
		border-bottom: 2px solid #9b408f;
}

input.btn {
		line-height: normal!important;
}

.content {
		position: relative;
		padding: 24px 0 21px 0;
}

.content > .container > *:last-child,
.content > .container > div.ind:last-child > *:last-child {
		margin-bottom: 0;
}

.footer-place {
		height: 51px;
}

.footer {
		min-height: 0;
		height: 51px;
		margin-top: 0px;
		background: #170023;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		line-height: 49px;
}

.footer a {
		text-decoration: none;
		color: #c15fb4;
}

.footer a:hover {
		text-decoration: underline;
}

.vk {
		float: right;
		text-align: left;
		text-indent: -10000px;
		background: url(../img/vk.png) no-repeat;
		width: 27px;
		height: 16px;
		margin: 18px 0 0 0;
}

.modal {
		padding: 18px 20px 17px 20px;
		z-index: 1000;
		position: absolute;
		top: -10000px;
		left: -10000px;
		width: 467px;
		background: #fff;
}

.modal .close {
		cursor: pointer;
		position: absolute;
		top: 11px;
		right: 11px;
		background: url(../img/close.png) no-repeat;
		width: 19px;
		height: 19px;
}

.deductions .fr {
		float: right;
		font-weight: bold;
		min-width: 168px;
		margin: 0 0 0 5px;
}

.deductions .row {
		padding: 17px 0 16px 18px;
		border-top: 1px solid #252525;
}

.deductions .row:first-child,
.deductions .row.noline {
		border-top: 0;
		padding-top: 0;
}

.deductions .row:last-child {
		padding-bottom: 0;
}

.deductions .add {
		margin: 16px 0 0 -18px;
}

.deductions .add > *:last-child {
		margin-bottom: 0;
}

.deductions .num {
		font-weight: bold;
		position: absolute;
		left: 0;
}

.judges {
		margin: 16px 0 30px 0;
}

.person {
		padding: 40px 0 19px 36px;
		border-top: 1px solid #252525;
}

.person:first-child {
		padding-top: 0;
		border-top: 0;
}

.person:last-child {
		padding-bottom: 0;
}

.person .h1,
.person .h2 {
		text-transform: none;
		margin: 0 0 16px -36px;
}

.person .h1 + .h2 {
		margin-top: -16px;
}

.person li {
		margin: 0;
}
.btn.simplebox.buy {
	border: 2px solid #772f90;
	color: #c15fb4;
	background: none;
	margin: 0 0;
}
.btn.simplebox.buy:hover {
	color: white;
	background: #772f90;
}
.partners-list {
	margin: 0 -20px;
	padding: 40px 0;
}
.partner-item {
	width: 209px;
	height: 83px;
	margin: 20px;
	border-radius: 3px;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}