@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "GothamBook";
    src: url('../fonts/gotham/GothamBook.ttf') format("truetype");
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #515151;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	background-color: #fff;
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

a {
	color: #515151;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.terms_link {
    color: #fff;
}

.container {
	display: inline-block;
	width: 1366px;
	text-align: left;
}

.content_sec {
	margin-top: 40px;
}

.row {
	display: inline-block;
	float: left;
	width: 100%;
}

.mtop30 {
	margin-top: 30px;
}

.fw400 {
	font-weight: 400;
}

.fw700 {
	font-weight: 700;
}

.fw900 {
	font-weight: 900;
}

.fright {
	float: right;
}

.tleft{
	text-align: left !important;
}

.btn {
	display: inline-block;
	padding: 10px 35px;
	background-color: #fff;
	border-radius: 40px;
	border: none;
	font-weight: 500;
	color: #24b6be;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.btn:hover {
	background-color: #5d4f99;
	color: #fff;
}

.chbox_input {
	display: none;
}

.chbox_input + label {
  display: inline-block;
  min-height: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 0 5px;
  font-size: 16px;
  cursor: pointer;
}

 .chbox_input + label {
  background-image: url(../img/ch_box.png);
}

.chbox_input:checked + label {
  background-image: url(../img/ch_box_checked.png);
}


/* TOP MENU */
.topmenu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.topmenu a {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
}

.topmenu a:hover {
	color: #5d4f99;
}

/* MAIN */
main {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 955px;
	padding: 25px 0;
	color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
}

.index_page {
	background-image: url(../img/woman_index.jpg);
}

.end_game {
	background-image: url(../img/woman_index_end.jpg)
}

.main_sec .container {
	position: relative;
}

.main_sec .left_part {
	position: relative;
	display: inline-block;
	float: left;
	width: 460px;
	vertical-align: bottom;
	z-index: 1;
}

.main_title {
	display: inline-block;
	margin: 0;
	font-family: "GothamBook, Arial", sans-serif;
	font-size: 38px;
	line-height: 65px;
	font-weight: 400;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.main_title .big_txt {
	font-size: 82px;
	line-height: 82px;
	font-weight: 700;
	vertical-align: top;
}

.main_title .fright {
	padding-right: 15px;
}

/* RULES BOX */
.rules_box {
	display: inline-block;
	margin-top: 20px;
}

.rule {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 30px;
	font-size: 23px;
	text-align: center;
}

.rule:nth-child(1),
.rule:nth-child(3) {
	padding-left: 60px;
}

.rule .point {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.rule:nth-child(1) .point {
	margin-right: 15px;
}

.rule:nth-child(2) .point {
	margin-right: 20px;
}

.rule:nth-child(3) .point {
	margin-right: 15px;
}

.rule .info {
	display: inline-block;
}

.awards_box {
	position: relative;
	display: none;
    float: left;
    width: 60%;
    margin-top: -25px;
    padding-left: 25px;
    text-align: center;
    z-index: 0;
}

.awards_box.for_mobile {
	display: none;
}

.awards_box.for_mobile img {
	margin-bottom: 30px;
}

.end_game_box {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 45%;
	padding: 25px;
	background-color: #5d4e9a;
	font-size: 29px;
	line-height: 39px;
	text-align: center;
	z-index: 1;
}

.start_game_box {
	position: absolute;
	display: inline-block;
	right: 12%;
	bottom: 20px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

.start_game_box .btn {
	margin-bottom: 10px;
	padding: 10px 50px;
	font-size: 32px;
	line-height: 35px;
}

/* SOCIAL SECTION  */
.social_section {
	position: relative;
	top: -70px;
}

.social_section .container {
	position: relative;
}

.social_links_box {
	display: inline-block;
	float: right;
}

.social_link {
	display: inline-block;
	padding: 10px;
	margin-right: 25px;
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	text-decoration: none;
}

.social_link:hover {
	color: #5d4f99;
}

/* FOOTER */
.footer_sec {
	position: relative;
	top: -70px;
}

.footer_sec .container {
	padding: 20px 0;
	text-align: center;
}

.footer_sec a {
	text-decoration: none;
}

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

/* REGISTER PAGE */
.register_page {
	background-image: url(../img/woman_register.jpg);
}

.register_page .for_mobile {
	display: none;
}

.register_box {
	display: inline-block;
	float: right;
	width: 45%;
	padding-right: 90px;
	padding-top: 30px;
	font-size: 20px;
    font-weight: 400;
}

.register_box .info {
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
}

.form_box {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 45px;
	padding-left: 10px;
}

.input_row {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.input_text {
    display: inline-block;
    float: left;
    width: 100%;
    height: 48px;
    padding: 0 25px;
    background-color: #fff;
    border: none;
    border-radius: 40px;
    color: #515151;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.input_text::placeholder {
	opacity: 1; /* Firefox */
}

.error {
	color: #e3358b;
}

.input_text.error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e3358b;
}

.input_text.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e3358b;
}

.input_text.error::-ms-input-placeholder { /* Microsoft Edge */
  color: #e3358b;
}

.register_box .btn {
	width: 220px;
	margin-top: 10px;
	font-size: 24px;
}

.register_success {
	display: inline-block;
    float: left;
    width: 100%;
    margin-top: 45px;
    padding-left: 10px;
    text-align: center;
}

.register_success .title {
	display: inline-block;
    float: left;
    width: 100%;
    margin-top: 15%;
    font-size: 37px;
    line-height: 47px;
    font-weight: 900;
}

.register_success .btn {
	 margin-top: 15%;
}

/* INFO PAGE */
.info_page {
	background-image: url(../img/plain_bg.jpg);
}

.info_page .right_part {
	display: inline-block;
	float: left;
	width: calc(100% - 460px);
	padding-left: 25px;
	font-weight: 400;
}

/* RULES PAGE */
.rules_page .right_part .title {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 10% 0;
	font-size: 37px;
	line-height: 47px;
	font-weight: 300;
	text-align: center;
}

.rules_info {
	display: inline-block;
	float: left;
	width: 100%;
	height: 380px;
	overflow: auto;
}

.rules_info p {
	margin-top: 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 7px !important;
	height: 42px;
}

.mCSB_scrollTools {
	opacity: 1 !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff !important;
	border-radius: 10px !important;
}

/* AWARDS PAGE  */
.awards_info {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 55px;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
}

/* WINNERS */
.sec_fantom {
	height: 134px;
	background: url(../img/footer_bg.jpg) no-repeat center center;
	background-size: cover;
}

.winners_page {
	background-image: url(../img/main_bg.jpg);
	background-size: cover;
}

.winners_menu {
	position: relative;
	display: inline-block;
	float: left;
	width: 217px;
	margin-left: 65px;
	margin-top: -35px;
	z-index: 1;
}

.winners_menu a {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 8px 18px;
	background-color: #fff;
	border-radius: 40px;
	font-size: 24px;
	font-weight: 500;
	color: #24b6be;
	text-align: center;
	text-decoration: none;
}

.winners_menu a:hover,
.winners_menu a.current {
	background-color: #5e4f9a;
	color: #fff;
}

.winners_page .right_part {
	position: relative;
}

.winners_page .right_part .title {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 120px;
	font-size: 37px;
	line-height: 47px;
	font-weight: 700;
	text-align: left;
}

.winners_page .for_mobile {
	display: none;
}

.winner_name_box {
	position: absolute;
	display: inline-block;
	width: 315px;
	left: 20%;
    bottom: 15%;
	font-size: 20px;
}

.winner_name_box .cell {
	display: inline-block;
	float: left;
	width: 40%;
}

.winner_name_box .cell:last-child {
	float: right;
}

.winner_name_box .cell_title {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-weight: 900;
}

.winners_list_box {
	display: inline-block;
	float: left;
	width: 100%;
}

.winners_list_box .col {
	display: inline-block;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.winners_list_box .col:last-child {
	margin-right: 0;
}

.winners_list {
	display: inline-block;
    float: left;
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
}

.winners_table {
	margin: 0 auto;
}

.winners_table th,
.winners_table td {
	padding-right: 15px;
}

.winners_list .cell_title {
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: 900;
}

/* RESPONSIVE */
@media(max-width: 1400px) {
	.container {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media(max-width: 1280px) {
	main {
		background-position: 60% 0;
	}

	.register_page {
		background-position: 35% 0;
	}

	.register_box {
		padding-right: 0;
	}

	.winners_page .right_part {
		padding-left: 0;
	}

	.winners_page .right_part .title {
		padding-left: 0;
		text-align: center;
	}
}

@media(max-width: 1200px) {
	main {
		min-height: 0;
	}

	.sec_fantom {
		display: none;
	}

	.index_page,
	.register_page,
	.info_page {
		background-image: url(../img/main_bg.jpg);
		background-size: cover;
	}

	.social_section,
	.footer_sec {
		top: 0;
	}

	.social_section {
		background: url(../img/footer_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	/*.main_sec .left_part {
		padding: 10px 20px;
		background-color: rgba(255, 255, 255, .2);
		border-radius: 30px;
		text-shadow: rgb(0 0 0) 0px 0px 3px;
	}*/

	.awards_box.for_pc,
	.start_game_box {
		width: calc(100% - 460px);
	}

	.end_game_box {
		width: calc(100% - 500px);
		margin-left: 40px;
	}

	.awards_box.for_pc {
		display: inline-block;
	}

	.start_game_box,
	.end_game_box {
		position: static;
		margin-top: 30px;
	}

	.end_game_box {
		font-size: 24px;
	}

	.register_box {
		width: calc(100% - 500px);
	}

	.register_page .for_pc {
		display: inline-block;
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}

	.winners_list {
		font-size: 16px;
		line-height: 23px;
	}

	.winner_name_box {
		left: 50%;
		margin-left: -157px;
	}
}

@media(max-width: 1024px) {

}

@media(max-width: 1000px) {
	.main_sec .left_part,
	.awards_box,
	.start_game_box,
	.end_game_box,
	.register_box,
	.info_page .right_part,
	.winners_menu {
		width: 100%;
		text-align: center;
	}

	.end_game_box {
		margin-left: 0;
	}

	.register_box {
		text-align: left;
	}

	.awards_box {
		padding-left: 0;
		margin-top: 10px;
	}

	.awards_box.for_mobile {
		display: inline-block;
	}

	.awards_box.for_pc,
	.info_page .for_pc {
		display: none;
	}

	.winners_big .for_pc {
		display: inline-block;
	}

	.info_page .right_part {
		margin-top: 20px;
		padding-left: 0;
	}

	.rules_page .right_part .title {
		margin: 0 0 40px 0;
	}

	.winners_menu {
		margin-left: 0;
		margin-top: 20px;
	}

	.winners_menu a {
		width: 23%;
		margin-right: 2%;
		padding: 8px 10px;
		font-size: 16px;
	}

	.winners_page .right_part .title {
		padding-left: 0;
	}

}

@media(max-width: 650px) {
	.topmenu {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.topmenu a {
		padding: 15px 20px;
		font-size: 15px;
	}

	.topmenu a::after {
		position: absolute;
		display: inline-block;
		content: '';
		top: 50%;
		right: 0;
		margin-top: -6px;
		width: 1px;
		height: 12px;
		background-color: #bdbcbc;
	}

	.topmenu a:last-child::after {
		display: none;
	}

	.winners_list_box .col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}


	.winners_menu a:last-child {
		width: 48%
	}

	.winners_page .for_mobile {
		display: block;
		margin: 0 auto;
	}

	.winners_big .for_pc {
		display: none;
	}

	.winner_name_box {
		position: static;
		margin-left: 0;
		margin-top: 10px;
	}

}

@media(max-width: 470px) {
	.topmenu a {
		padding: 15px 8px;
	}

	.main_title {
		font-size: 27px;
	}

	.main_title .big_txt {
		font-size: 62px;
		line-height: 62px;
	}

	.rule {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.rule .point {
		width: 60px;
	}

	.rule:nth-child(1) .point,
	.rule:nth-child(2) .point,
	.rule:nth-child(3) .point {
		margin-right: 10px;
	}

	.winners_menu a {
		width: 30%;
	}

	.winners_menu a:last-child {
		width: 62%
	}

	.winner_name_box {
		bottom: 7%;
	}

	.winners_page .right_part .title {
		font-size: 30px;
	}



}




















































