html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
	background: #e8e8e8;
    font-family: 'Arimo', sans-serif;
	color: #1d1d1f;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	line-height: 1;
	margin: 10px 0 30px 0;
	font-weight: normal;
}
h2 {
	color: #628ce6;
	text-align: center;
}
h3 {
	color: #1d1d1f;
}
input, textarea, select, option {
    font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height: 20px;
	outline: none;
}
table {
	font-size: 18px;
	color: #fff;
}
table td {
	text-align: center;
}
a {
	color: #1d1d1f;
}
a:hover {
	color: #1d1d1f;
	text-decoration: none;
}
p {
	margin: 15px 0;
}
img {
	max-width: 100%;
	height: auto;
}
* {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.more {
	text-align: right;
}

.page_wrapper {
	min-height: calc(100vh - 150px);
}


.show480 {
	display: none !important;
}




/* Иконки */
.ico-close {
	width: 20px;
	height: 20px;
	background: url(../images/close.svg) no-repeat;
}
.ico-mail {
	width: 30px;
	height: 30px;
	background: url(../images/mail.svg) no-repeat;
}
.ico-phone {
	width: 30px;
	height: 30px;
	background: url(../images/phone.svg) no-repeat;
}
.ico-skype {
	width: 30px;
	height: 30px;
	background: url(../images/skype.svg) no-repeat;
}
.ico-watsapp {
	width: 30px;
	height: 30px;
	background: url(../images/whatsapp.svg) no-repeat;
}
.ico-vk {
	width: 30px;
	height: 30px;
	background: url(../images/vk.svg) no-repeat;
}
.ico-fb {
	width: 30px;
	height: 30px;
	background: url(../images/fb.svg) no-repeat;
}
.ico-in {
	width: 30px;
	height: 30px;
	background: url(../images/in.svg) no-repeat;
}
.ico-li {
	width: 30px;
	height: 30px;
	background: url(../images/li.svg) no-repeat;
}
.ico-menu {
	width: 30px;
	height: 30px;
	background: url(../images/menu.svg) no-repeat;
}
.ico-close-menu {
	width: 30px;
	height: 30px;
	background: url(../images/closemenu.svg) no-repeat;
}
.ico {
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
}

/* Враппер */
.wrapper {
	width: 1170px;
	margin: 0 auto;
}

/* Шапка */
.header {
	background: #628ae5 url(../images/header.svg) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	padding: 20px 0 20px;
	color: #fff;
}
.header .wrapper {
	position: relative;
}
.header .lang {
	position: absolute;
	top: 10px;
	right: 0;
}
.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.header ul li {
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	padding: 40px 0;
}
.header ul li:last-child {
	margin-right: 0;
}
.header a {
	color: #fff;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.header .left {
	float: left;
	width: 485px;
}
.header .logo {
	text-align: center;
	line-height: 102px;
	font-size: 40px;
	font-weight: bold;
	float: left;
	width: 180px;
}
.header .logo a:hover {
	text-decoration: none;
}
.header .right {
	float: right;
	width: auto;
}


.seasons_links {
	display: flex;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}
.seasons_links a {
	margin-right: 20px;
	background-color: #fff;
	text-decoration: none;
	line-height: 40px;
	padding: 0 20px;
	display: block;
	border-radius: 5px;
}
.seasons_links .active a {
	color: #fff;
	background-color: #628ae5;
}
.seasons {
	margin: 50px 0 0;
}
.seasons .season {
	display: none;	
}
.seasons table {
	color: #000;
	width: 100%;
}
.seasons table tr:nth-child(odd) {
	background-color: #fff;
}
.seasons .season.active {
	display: block;	
}

.news-wrap {
	margin-bottom: 40px;
}
.news {
	margin: 30px 0 0 -30px;
}
.news .item {
	display: block;
	margin: 0 0 30px 30px;
	float: left;
	background-size: cover;
	background-position: top center;
	color: #fff;
	text-decoration: none;
}
.news .item:hover {
	text-decoration: none;
}
.news span {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	width: 270px;
	height: 270px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
}
.news .item.big {
	width: 570px;
	height: 570px;
	position: relative;
}
.news .item.big span {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
}
aside, .b-video-box, .b-video-box__placeholder, .js-video-box__close {
	display: none;
}
iframe {
	margin: 0 auto;
    display: block;
}
.news_image {
	text-align: center;
}
.news_image img {
	max-height: 300px;
}
.date {
	font-size: 14px;
	opacity: 0.7;
}

/* База данных */
.base_block {
	display: flex;
	margin: 0 0 0 -30px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}
.base_block li {
	float: left;
	width: calc(100% / 5 - 30px);
	margin: 15px 0 15px 30px;
}
.base_block a {
	display: block;
	text-decoration: none;
	text-align: center;
}
.base_block img {
	width: 100px;
}
.base_block span {
	display: block;
	margin-top: 10px;
}

/* Хлебные крошки */
.breadcrumbs {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 21px;
	position: relative;
}
.breadcrumbs li:after {
	content: '›';
	position: absolute;
	top: 0;
	right: -16px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li:last-child a {
	text-decoration: none;
	cursor: default;
}

/* Голосования */
.questions {
	padding: 50px 0;
	position: relative;
}
.no-user {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 5;
	font-size: 30px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding: 0 30px;
}
.questions h2 {
	margin: 0 0 40px;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.questions .image {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width: 40%;
	background: url(../images/qa.jpg) no-repeat center;
	background-size: cover;
}
.questions .question {
	width: 60%;
	padding-left: 50px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.questions .question h3 {
	margin-top: 0;
	margin-bottom: 40px;
}
.questions .answer {
	margin-bottom: 15px;
}
.questions .answer label, .questions button {
	cursor: pointer;
}
.questions .answer span {
	background: #fff;
	display: inline-block;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.questions .answer span.a {
	background: #7d98da;
}
.questions .answer input {
	width: 24px;
	height: 24px;
	margin: 0;
	vertical-align: top;
	opacity: 0;
}
.questions button {
	background: #ccde33;
	width: 240px;
	height: 40px;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

/* Топ лучших */
.top {
	background: #628ae5;
	padding: 5px 0;
}

/* Прорыв месяца */
.month {
	padding: 50px 0;
}
.month .slider {
	padding: 0 40px;
	position: relative;
	font-weight: bold;
}
.month .slider > a {
	position: absolute;
	top: 75px;
	width: 30px;
	height: 30px;
}
.top_left {
	left: 0;
	background: url(../images/left_w.svg) no-repeat;
	background-size: contain;
}
.top_right {
	right: 0;
	background: url(../images/right_w.svg) no-repeat;
	background-size: contain;
}
.month h2 {
	margin: 0 0 40px;
	color: #628ae5;
}
.month ul {
	text-align: center;
}
.month li {
	display: inline-block;
	float: none;
}
.month a {
	color: #1d1d1f;
	text-decoration: none;
}
.users li {
	width: 180px;
	float: left;
}
.users .image {
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.users .name {
	text-align: center;
	padding: 20px 0;
	height: 90px;
}
.users .name > div {
	line-height: 20px;
}
.rating .line {
	height: 10px;
	border-radius: 5px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 1);
	margin: 5px 0 10px;
	background: #fff url(../images/rating.jpg) no-repeat;
}
.rating .left {
	float: left;
}
.rating .right {
	float: right;
}

/* Регистрация */
.registration {

}
.res {
	color: red;
	font-weight: 700;
	padding: 0 0 15px 0;
}
.res:empty {
	padding: 0;
}
.snow {
	color: red;
	font-weight: 700;
}
.registration .left {
	float: left;
	width: 550px;
}
.registration .right {
	float: right;
	width: 550px;
}
.form-row {
	margin-bottom: 15px;
}
.form-row input, .form-row select {
	width: 100%;
	border: 1px solid #333;
	background: #fff;
	height: 40px;
	padding: 7px 15px;
}
.form-row input.error {
	border: 1px solid red;
}
.form-error {
	color: red;
	line-height: 20px;
}
.form-row textarea {
	width: 100%;
	border: 1px solid #333;
	background: #fff;
	height: 115px;
	padding: 10px 15px;
	resize: none;
}
.form-row button {
	background: #628ae5;
    padding: 30px 0;
    color: #fff;
    cursor: pointer;
	padding: 10px 15px;
	font-size: 18px;
	border: none;
}

/* Футурологи */
.filters {
	margin-bottom: 20px;
}
.filters input {
	width: 70px;
	height: 32px;
	padding: 0 10px;
}
.filters > div:first-child input {
	width: calc(100% - 25px);
}
.filters button {
	height: 32px;
	padding: 0 20px;
}
.four_cell {
    /*-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;*/
}
.group {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.group:nth-child(4n+1) {
    clear: both;
}
.group span {
	font-weight: 700;
	line-height: 30px;
	font-size: 25px;
}
.name {
	line-height: 30px;
}
.name + .group {
	margin-top: 30px;
}

/* Футуролог */
.fut_once > .left {
	width: 370px;
	float: left;
}
.fut_once > .right {
	width: 700px;
	float: right;
}
.fut_once .name {
	float: left;
    width: 500px;
	font-size: 24px;
    line-height: inherit;
    line-height: 35px;
    color: #ccde33;
    font-weight: bold;
}
.fut_once .name h1 {
	font-size: 30px;
    line-height: inherit;
    margin: 0;
    font-weight: normal;
    line-height: 35px;
    color: #000;
}
.fut_once .rating {
	width: 150px;
	float: right;
	font-weight: bold;
}
.fut_once h2 {
	text-align: left;
}
.fut_once .contacts {
	background: #628ae5;
	padding: 30px 45px;
	margin: 30px 0 40px;
	color: #fff;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.fut_once .contacts .ico {
	margin-right: 15px;
}
.fut_once .contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fut_once .contacts li {
	padding: 10px 0;
}
.edit-profile {
	background: #628ae5;
    padding: 30px 0;
    color: #fff;
    text-decoration: none;
	padding: 10px 15px;
	font-size: 18px;
	border: none;
	margin: 20px 0 0;
	display: inline-block;
}
.edit-profile:hover {
    color: #fff;
}

/* Модалка входа */
.overlay {
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.8);
	z-index: 999999;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.modal {
	padding: 30px 30px 15px;
	width: 300px;
	background: #fff;
	position: relative;
    display: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	display: block;
}

/* Постраничная навигация */
.pagination {
	margin-top: 20px;
	text-align: center;
}
.pagination a, .pagination strong {
	display: inline-block;
	border: 1px solid #c5c5c5;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
	margin: 0 5px;
}
.pagination strong {
	border: 1px solid #628ae5;
}

/* Подвал */
.footer {
	margin-top: 30px;
	background: #628ae5;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
.footer a {	
	color: #fff;
}
.footer .left {
	float: left;
}
.footer .left a {
	font-size: 30px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
}
.footer .right {
	padding-top: 7px;
	float: right;
	text-align: right;
}
.footer .right div {
	margin-bottom: 7px;
}


/* Очистка */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}