.btn,
a:hover {
    text-decoration: none
}

.popup p,
.popup[class*=alert-] .w-clear,
.social-item {
    text-align: center
}

.like--table>.item,
.list-inline li,
.radio-styled label img,
.vertical-middle,
img {
    vertical-align: middle
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 24px
}

#maskDiv {
    position: relative;
    min-height: 100%
}

.abs-center-v,
header {
    position: absolute;
    width: 100%
}

a {
    color: #30a3f4
}

header {
    top: 0;
    padding-top: 20px;
    z-index: 9;
    color: #fff
}

img {
    display: inline-block
}

main {
    background: url(../img/home_new/bg-main.jpg) center center no-repeat;
    background-size: cover;
}

ol,
ul {
    list-style: none
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
    width: 100%;
    display: block;
    background: #eceff4;
    border: 1px solid #cbccd0;
    padding: 8px 12px 10px;
    color: #333;
    font: normal normal 16px/20px Roboto, tahoma, sans-serif
}

.btn,
.intro h1 {
    font-weight: 600;
    text-transform: uppercase
}

input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: #30a3f4!important;
    background: #fff
}

input[type=date]:hover,
input[type=datetime]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:not(:disabled):hover,
input[type=time]:hover,
input[type=url]:hover,
textarea:hover {
    border-color: #7e8492
}

textarea {
    height: 160px;
    padding: 11px 12px 10px
}

.form-line {
    padding: 0 0 20px
}

.abs-center-v {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
.abs-center-v-30 {
	top: 30%;
}
.abs-center-v-60 {
	top: 60%;
}
.abs-center-v-65 {
	top: 65%;
}

.body--inner {
    position: relative
}

.btn {
    display: inline-block;
    padding: 3px 20px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    border: 0
}

.btn-blue {
    background-color: #30a3f4;
    color: #fff
}

.btn-blue:hover,
.btn-border-blue {
    background-color: #fff;
    color: #30a3f4
}

.btn-blue,
.btn-border-blue {
    border: 2px solid #30a3f4
}

.btn-border-blue:hover {
    background-color: #30a3f4;
    color: #fff
}

.btn-green {
    background-color: #76cc5f;
    color: #fff;
}

.btn-green:hover {
    color: #76cc5f;
    background-color: #fff
}
.btn-green.btn-real {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#81d825+0,50920b+100 */
	background: #81d825; /* Old browsers */
	background: -moz-linear-gradient(top, #81d825 0%, #50920b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #81d825 0%,#50920b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #81d825 0%,#50920b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d825', endColorstr='#50920b',GradientType=0 ); /* IE6-9 */
}
.btn-green.btn-real:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50920b+0,81d825+100 */
	background: #50920b; /* Old browsers */
	background: -moz-linear-gradient(top, #50920b 0%, #81d825 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #50920b 0%,#81d825 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #50920b 0%,#81d825 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50920b', endColorstr='#81d825',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.btn-red {
    background-color: #ee5664;
    color: #fff;
}

.btn-red:hover {
    color: #ee5664;
    background-color: #fff
}

.btn-rounded {
    border-radius: 30px
}

.btn-xlg {
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 18px
}
.btn-2f3544 {
    background-color: #2f3544;
    color: #fff;
}

.bg-dark-2 {
    background-color: #545c6f
}

.box-shadow {
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
}
.text-shadow {
	text-shadow: 3px 3px 10px rgba(0,0,0,.3);
}

.radio-styled-min__width {
    min-width: 24px
}

.checkbox-styled input[type=checkbox],
.radio-styled input[type=radio] {
    display: none
}

.checkbox-styled label:not([class*=label-]),
.radio-styled label:not([class*=label-]) {
    margin-bottom: 0
}

.checkbox-styled label:not([class*=label-]):hover,
.radio-styled label:not([class*=label-]):hover {
    cursor: pointer
}

.checkbox-styled:not(.margin-unstyled) label:not([class*=label-]),
.radio-styled:not(.margin-unstyled) label:not([class*=label-]) {
    margin-right: 3px
}

.checkbox-styled label,
.radio-styled label {
    line-height: 1
}

.checkbox-styled label .input-copy,
.radio-styled label .input-copy {
    position: relative;
    display: inline-block
}

.checkbox-styled:not(.margin-unstyled) label .input-copy,
.radio-styled:not(.margin-unstyled) label .input-copy {
    margin-right: 1px
}

.checkbox-styled label .input-copy:before,
.radio-styled label .input-copy:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    background: #eceff4;
    border: 1px solid #cccdd1
}

.checkbox-styled label:hover .input-copy:before,
.radio-styled label:hover .input-copy:before {
    border-color: #7e8492
}

.checkbox-styled label .input-copy:before {
    border-radius: 2px
}

.radio-styled label .input-copy:before,
input[type=radio]:checked+.input-copy:before {
    border-radius: 50%
}

input[type=checkbox]:checked+.input-copy:before,
input[type=radio]:checked+.input-copy:before {
    background-color: #fff
}

input[type=radio]:checked+.input-copy:after {
    position: absolute;
    content: "";
    display: table;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 -4px;
    background-color: #30a3f4;
    border-radius: 50%
}

input[type=checkbox]:checked+.input-copy:after {
    position: absolute;
    content: "";
    display: table;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 10px;
    margin: -6px 0 0 -6px;
    background: url(../img/icons/check.png) center center no-repeat
}

.checkbox-styled.input-dark label .input-copy:before,
.radio-styled.input-dark label .input-copy:before {
    background-color: #252932;
    border-color: #7e8492
}

.checkbox-styled.input-semidark label .input-copy:before,
.radio-styled.input-semidark label .input-copy:before {
    background-color: #545c6f;
    border-color: #7e8492
}

.checkbox-styled.input-transparent label .input-copy:before,
.radio-styled.input-transparent label .input-copy:before {
    background-color: transparent;
    border-color: #7e8492
}

.checkbox-styled.input-bg-dark-3 label .input-copy:before,
.radio-styled.input-bg-dark-3 label .input-copy:before {
    background-color: #2f3544;
    border-color: #7d8391
}

.checkbox-styled.input-bg-dark-2 label .input-copy:before,
.radio-styled.input-bg-dark-2 label .input-copy:before {
    background-color: #545c6f;
    border-color: #7d8391
}

.checkbox-styled.input-border-blue label .input-copy:before,
.radio-styled.input-border-blue label .input-copy:before {
    border-color: #30a3f4
}

.checkbox-styled.input-bg-dark-2 label input[type=checkbox]:checked+.input-copy:after {
    background-image: url(../img/icons/check-white.png)
}

.checkbox-styled.input-white label .input-copy:before,
.radio-styled.input-white label .input-copy:before {
    background-color: #fff
}

.checkbox-styled-square label .input-copy:before {
    border-radius: 0
}

.col-2 {
    flex: 2;
    padding-left: 15px;
    padding-right: 15px
}

.col-6 {
    width: 50%
}

.col-10 {
    width: 83.33333333%
}

.colored-yellow {
    color: #ede750
}
.colored-black {
    color: #2f3544;
}

.container {
    width: 100%
}

@media(min-width:1200px) {
    .container {
        width: 1170px;
        margin: 0 auto
    }
}

.header-login {
    display: none
}

.intro {
    min-height: 840px;
    background: url(../img/home_new/bg-intro.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    width: 100%
}

.intro h1 {
    font-size: 42px;
    margin-bottom: 36px;
    letter-spacing: -1px
}

.intro--subheader {
    font-size: 30px;
    line-height: 48px;
    font-weight: 100;
    margin-bottom: 20px
}

.sectoion-features {
    padding: 64px 0
}

.features-w {
    margin-bottom: 64px
}

.features-w .item {
    display: flex;
    align-items: center
}

.features-w .item-icon {
    position: absolute;
    top: 0
}

.features-img,
.player-info .ava {
    position: relative
}

.features-w .checker-item:nth-child(odd) .item-icon {
    left: 0
}

.features-w .checker-item:nth-child(even) .item-icon {
    right: 0
}

.features-w .checker-item:nth-child(even) {
    flex-direction: row-reverse
}

.features-text {
    flex: 6
}

.features-w .checker-item:nth-child(odd) .features-text {
    padding-left: 7%
}

.features-w .checker-item:nth-child(even) .features-text {
    padding-right: 7%
}

.features-text .header {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 24px
}

.features-text .text {
    font-size: 16px
}

.font-95 {
    line-height: 18px;
    font-size: 14px
}

.footer {
    background-color: #b9c6ab;
    color: #333;
    padding-top: 36px;
    padding-bottom: 36px;
}

.footer:after {
    clear: both;
    content: "";
    display: block
}

.footer-copyright {
    float: left
}

.footer-menu {
    float: right
}

.footer-menu a {
    color: #333;
    display: block;
    padding: 0 10px
}

#mask,
.popup {
    display: none
}

@media(min-width:1200px) {
    .footer-menu a {
        padding: 0 12px
    }
}

.form-group+.form-group {
    margin-top: 15px
}

.logo {
	width: 160px;
}
.logo img {
	max-width: 111px;
}

.player-info .ava {
    margin: 0 auto;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.player-info .ava img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.popup-window {
    z-index: 100
}

.popup-close {
    background: url(../img/fancybox/close.png);
    width: 22px;
    height: 22px;
    position: absolute;
    right: 22px;
    top: 22px
}

.popup {
    background: #fff;
    padding: 10px 15px;
    color: #333
}

@media(min-width:768px) {
    .popup {
        padding: 26px 47px 4px 31px;
        width: 620px
    }
}

.popup h2 {
    padding: 0 0 13px;
    color: #2f3544;
    font-size: 24px
}

.popup p {
    padding: 0 0 24px
}

.popup[class*=alert-] {
    padding: 46px 46px 26px
}

.popup[class*=alert-] [class*=b-btn__play] {
    min-width: 90px;
    text-align: center;
    font-size: 14px
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #000;
    opacity: .7
}

.alert-confirm,
.alert-info,
.alert-thank {
    width: 400px;
    margin: 0 auto 4px;
    background-color: #2f3544;
    color: #fff;
    background-position: center 20px;
    z-index: 1000;
    background-attachment: scroll;
    background-repeat: no-repeat;
    border: 2px solid #ede750
}

.alert-info {
    background-image: url(../img/icons/attention.png)
}

.alert-thank {
    background-image: url(../img/icons/ok.png)
}

.alert-confirm {
    background-image: url(../img/icons/dialog_icon.png)
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.section-feature-list {
    border-style: solid;
    border-color: #b9c6ab;
    border-width: 1px 1px 0;
    background-color: #d3dfc6
}

.section-feature-list p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 24px
}

.section-feature-list .col-2 {
    border-style: solid;
    border-color: #b9c6ab;
    border-width: 0 0 1px;
    padding-top: 50px;
    padding-bottom: 50px
}

.section-feature-list .col-2+.col-2 {
    border-left-width: 1px
}

.like--table {
    display: table;
    width: 100%
}

.like--table>.item {
    display: table-cell
}
.table-strict {
	table-layout: fixed;
}

@media(min-width:1200px) {
    .like--table>.item.half {
        width: 50%
    }
}

.list-inline li {
    display: inline-block
}

.ml-20 {
    margin-left: 20px
}

.mr-10,
.mr-2 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-15,
.mr-3 {
    margin-right: 15px
}

.mt-20 {
	margin-top: 20px;
}
.mt-40 {
	margin-top: 40px;
}

.pt-1,
.pt-5 {
    padding-top: 5px
}

.pg-15,
.pg-3 {
    padding-left: 15px;
    padding-right: 15px
}

.pv-15,
.pv-3 {
    padding-top: 15px;
    padding-bottom: 15px
}

.modal-inner .header-with-icon {
    font-size: 24px;
    color: #2f3544
}

.modal-inner .header-border {
    border-bottom: 1px solid #cbccd0;
    padding-bottom: 15px
}

.modal-login {
    background-color: #252932;
    border: 1px solid #545c6f
}

@media(min-width:768px) {
    .modal-login {
        width: 430px
    }
}

.modal-form-w {
    background: url(../img/registration-bg.png) right bottom no-repeat #fff;
    padding: 20px
}

.registration+.bg-dark-2 {
    width: 100%!important
}

.modal-form-w>form {
    margin-top: 15px
}

.modal-form .login-social {
    background: #545c6f;
    margin: 0 -20px -20px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.modal-form .login-social>p {
    margin-bottom: 10px
}

.modal-form>p {
    margin: 12px 0
}

.modal-form .login-social ul li+li,
.social-login .social-item+.social-item {
    margin-left: 10px
}

.player-info .league {
    font-weight: 600
}

.player-info .team-name,
.price-ribbon {
    font-weight: 700
}

.player-info .name,
.player-info .team-name {
    font-size: 16px
}

.price-ribbon {
    background-color: #ee5664;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    top: -15px;
    color: #fff;
}

.price-ribbon:after,
.price-ribbon:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 5px
}

.price-ribbon:before {
    left: -5px;
    background: url(../img/home_new/winner-prize-left.png) left top repeat-y
}

.price-ribbon:after {
    right: -5px;
    background: url(../img/home_new/winner-prize-right.png) left top repeat-y
}

.pass_remember {
    background: #fff
}

.row {
    display: flex
}

.styled-select select {
    background: url(../img/select-arrow.png) top 13px right 10px no-repeat #2f3544;
    width: 100%;
    padding: 2px 30px 2px 5px;
    border: 0;
    border-radius: 0;
    height: 34px;
    font-size: 14px;
    line-height: 1.2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 50px;
    color: #fff;
    font-weight: 100
}

.styled-select select:focus {
    box-shadow: none;
    outline: 0
}

.social-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative
}

.social-item-lg {
    width: 45px;
    height: 45px
}

.social-item:hover {
    background-color: #2f3544
}

.social-fb {
    background-color: #54769a
}

.social-vk {
    background-color: #45619d
}

.social-item,
.social-round {
    border-radius: 50%
}

.social-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.social-login {
    text-align: left
}

.social-login>span {
    width: 90px;
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px
}

.section-team:before,
.winners-teams .bottom:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.section-team,
.section-team>.container {
    position: relative
}

.section-team:before {
    display: inline-block;
    background: url(../img/home_new/bg-team.jpg) center center no-repeat;
    background-size: cover;
    position: absolute
}

.team-w {
    display: flex;
    align-items: center;
    min-height: 550px
}

.team-img,
.team-text {
    flex: 6
}

.team-text {
    padding-left: 7%
}

.team-text .btn-w {
    margin-top: 36px
}

.team-text .header,
.winners-text .header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px
}

.team-text .text {
    font-size: 16px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.vertical-middle {
    display: inline-block
}

.vertical-bottom {
    vertical-align: bottom;
    display: inline-block
}

.w-clear:after {
    clear: both;
    content: "";
    display: table
}

.section-winners {
    background: url(../img/home_new/bg-winners.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 64px
}

.winners-w {
    display: flex;
    align-items: center
}

.winners-teams {
    flex: 8;
}

.winners-text {
    flex: 4
}

@media(min-width:1200px) {
    .winners-text {
        flex: 6
    }
}

.winners-text .text {
    font-size: 16px
}

.winners-teams .item {
    padding: 0 15px
}

.winners-teams .bottom {
    text-align: center;
    min-height: 200px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d7cf+0,a1a997+100 */
	background: #d3d7cf; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d7cf 0%, #a1a997 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d3d7cf 0%,#a1a997 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d3d7cf 0%,#a1a997 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d7cf', endColorstr='#a1a997',GradientType=0 ); /* IE6-9 */
	width: 170px;
    position: relative
}

.winners-teams .bottom:before {
    position: absolute;
    background: url(../img/home_new/bg-winneres-item.png) left top
}

.winners-teams .top {
    background: url(../img/home_new/bg-winners-top.gif) left bottom no-repeat;
    text-align: center;
    min-width: 170px
}

.winners-teams .top img {
    position: relative;
    top: -8px
}

.colored-blue {
    color: #30a3f4
}