@font-face {
    font-family: 'clio_regularregular';
    src: url('../font/letype_-_clioregular-webfont.eot');
    src: url('../font/letype_-_clioregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/letype_-_clioregular-webfont.woff2') format('woff2'),
         url('../font/letype_-_clioregular-webfont.woff') format('woff'),
         url('../font/letype_-_clioregular-webfont.ttf') format('truetype'),
         url('../font/letype_-_clioregular-webfont.svg#clio_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #f5f5f5;
	font-family: 'clio_regularregular';
}

#page {
	width: 100%;
	height: 100%;
}

#head {
	width: 100%;
	height: 65%;
	background: url(../img/unspecified.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mm {
	height: 100%;
}

.mm img {
	height: 100%;
}

#mm2 {
	position: absolute;
	width: 90%;
	margin-left: 5%;
	color: #fff;
	text-align: center;
	top: 40%;
}

#mm2l1 {
	font-size: 2.5vw;;
}

#mm2l2 {
	font-size: 1.5vw;
	text-transform: uppercase;
}


#head img {
	width: 100%;
	height: 100%;
}

#bg_logo {
	width: 225px;
	height: 280px;
	background: url(../img/bg_logo.png);
	position: fixed;
	left: calc(100% - 225px);
	z-index: 100;
}

#logo {
	width: 129px;
	height: 144px;
	background: url(../img/logo.png);
	margin-top: 31px;
	margin-left: 57px;
}

.btn_down {
	width: 47px;
	height: 47px;
	position: absolute;
	margin-top: -24px;
	left: calc(50% - 24px);
	background: url(../img/btn_down_light.png);
}

.max {
	margin-top: -34px;
}

#steps {
	padding-top: 92px;
	padding-bottom: 92px;
	background: #fff;
}

#stepaz {
	margin: 0 auto;
	width: calc(100% - 200px);
	max-width: 1000px;
}

#steps img {
	width: 100%;
	background: #fff;
}

#kriv {
	width: 100%;
	margin-top: -2px;
}

#kriv img {
	width: 100%;
}

#start {
	max-width: 555px;
	width: 80%;
	height: 47px;
	margin: 0 auto;
	cursor: pointer;
	padding-top: 92px;
}

#start img {
	width: 100%;
}

#modal {
	background: rgba(28, 111, 175, 0.46);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
	display: none;
}

#modalBody {
	border-width: 0.958px;
	border-color: rgb(20, 106, 172);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 3.5px 6.062px 20.64px 3.36px rgba(0, 0, 0, 0.149);
	position: fixed;
	z-index: 300;
	
	width: 600px;
	left: calc(50% - 300px);
}

.clear {
	width: 100%;
	height: 20px;
}

.modalBlock {
	text-align: center;
}

.vk {
	width: 50%;
	margin: 0 auto;
}

.vk img {
	width: 100%;
}

.auth {
	width: 36%;
	margin: 0 auto;
}

.auth img {
	width: 100%;
}

.vibor {
	width: 80%;
	margin: 0 auto;
}

.vibor img {
	width: 100%;
}

.selectk {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}

.modalSelect1 {
	float: left;
	width: 33%;
	cursor: pointer;
}

.modalSelect2 {
	float: left;
	width: 33%;
	cursor: pointer;
}

.modalSelect3 {
	float: right;
	width: 33%;
	cursor: pointer;
}

.modalSelectTxt {
	float: left;
	margin-left: 5px;
	padding-top: -1px;
	cursor: pointer;
}

.modalSelectTxtNo {
	color: #000;
}

.modalSelectTxtYes {
	color: #146aac;
}

.modalSelectIcon {
	width: 19px;
	height: 19px;
	float: left;
	cursor: pointer;
}

.modalSelectIconNo {
	background: url(../img/select1.png) no-repeat;
	background-size: 100%;
}

.modalSelectIconYes {
	background: url(../img/select2.png) no-repeat;
	background-size: 100%;
}

table {
	width: 100%;
	text-align: center;
	cursor: pointer;
}

table tr td {
	cursor: pointer;
}