@font-face {
    font-family: 'RBSTTReg';
    src: url('fonts/RBSTTReg.eot');
    src: url('fonts/RBSTTReg.eot') format('embedded-opentype'),
         url('fonts/RBSTTReg.woff2') format('woff2'),
         url('fonts/RBSTTReg.woff') format('woff'),
         url('fonts/RBSTTReg.ttf') format('truetype'),
         url('fonts/RBSTTReg.svg') format('svg');
}

@font-face {
    font-family: 'RBSTT';
    src: url('fonts/RBSTTCon.eot');
    src: url('fonts/RBSTTCon.eot') format('embedded-opentype'),
         url('fonts/RBSTTCon.woff2') format('woff2'),
         url('fonts/RBSTTCon.woff') format('woff'),
         url('fonts/RBSTTCon.ttf') format('truetype'),
         url('fonts/RBSTTCon.svg') format('svg');
}

@font-face {
    font-family: 'RBSTTBol';
    src: url('fonts/RBSTTBol.eot');
    src: url('fonts/RBSTTBol.eot') format('embedded-opentype'),
         url('fonts/RBSTTBol.woff2') format('woff2'),
         url('fonts/RBSTTBol.woff') format('woff'),
         url('fonts/RBSTTBol.ttf') format('truetype'),
         url('fonts/RBSTTBol.svg') format('svg');
}

@font-face {
    font-family: 'RBSTTLig';
    src: url('fonts/RBSTTLig.eot');
    src: url('fonts/RBSTTLig.eot') format('embedded-opentype'),
         url('fonts/RBSTTLig.woff2') format('woff2'),
         url('fonts/RBSTTLig.woff') format('woff'),
         url('fonts/RBSTTLig.ttf') format('truetype'),
         url('fonts/RBSTTLig.svg') format('svg');
}

@font-face {
    font-family: 'RBSTTSem';
    src: url('fonts/RBSTTSem.eot');
    src: url('fonts/RBSTTSem.eot') format('embedded-opentype'),
         url('fonts/RBSTTSem.woff2') format('woff2'),
         url('fonts/RBSTTSem.woff') format('woff'),
         url('fonts/RBSTTSem.ttf') format('truetype'),
         url('fonts/RBSTTSem.svg') format('svg');
}

@font-face{
	font-family: 'Intro';
	font-style: noraml;
	font-weight: 600;
	src: url(fonts/Intro.woff) format('woff');
}
/*[class*=i-]{
	display: inline-block;
}*/
[class^='i-']:before,
[class*=' i-']:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(img/sprite.png);
}
.i-call:before {
	width: 24px;
	height: 25px;
	background-position: -181px -78px;
}
.i-close:before {
	width: 12px;
	height: 12px;
	background-position: -221px -78px;
}
.i-link:before {
	width: 11px;
	height: 5px;
	background-position: -233px -78px;
}
.i-logo-footer:before {
	width: 181px;
	height: 114px;
	background-position: 0px 0px;
}
.i-logo:before {
	width: 160px;
	height: 78px;
	background-position: -181px 0px;
}
.i-search:before {
	width: 16px;
	height: 16px;
	background-position: -205px -78px;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
.banner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	box-sizing: border-box;
	width: 25%;
	height: 285px;
	padding: 25px 20px 35px;
	background-color: #f85ed9;
	font-size: 85%;
	color: #fff;
}
.banner:not(:last-child){
	margin-right: 15px;
}
.banner__title{
	font-family: 'Intro';
	font-size: 150%;
}
.banner__link{
	color: #fff;
	text-decoration: none;
}
.countries{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	min-height: 570px;
	margin-top: 75px;
	text-align: center;
}
.countries__country{
	cursor: pointer;
	height: auto;
}
.countries__country:hover .countries__club{
	opacity: 1;
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
}
.countries__club{
	position: relative;
	opacity: 0;
	display: block;
	padding-top: 25px;
	z-index: 1;
}
.form{
	width: 100%;
}
.form__fieldset{
	margin: 20px 0;
}
.form__label{
	display: block;
}
.form__input{
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px;
	border: 0;
	background: transparent;
}
.form__input_textarea{
	height: auto;
	padding: 10px;
	resize: vertical;
}
.form__button{
	
}
.footer{
	position: relative;
	background-color: #131d34;
	box-shadow: 0 -7px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.footer__wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer__logo{
	margin: 50px 0;
}
.footer__info{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 85%;
}
.footer__clubs{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 30px;
}
.footer__clubs__club:not(:last-child){
	margin-right: 10px;
}
.footer__button{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: relative;
	width: 24%;
}
.footer__login{
	position: absolute;
	top: 70px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.header{
	position: relative;
	background-color: #000;
	line-height: 70px;
	box-shadow: 0 7px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.header__wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__menu{
	font-size: 92%;
}
.header__menu__link{
	display: inline-block;
	position: relative;
	padding-right: 10px;
	font-size: 12px !important;
	font-weight: 700;
	color: #577e9b;
	text-decoration: none;
	line-height: 70px;
	text-transform:uppercase;
}
.header__lang__link img{
	width: 25px;
    vertical-align: middle;
}
.header__menu__link:hover{
	color: #fff;
}
.header__menu__link:not(:last-child):after{
	margin-left: 10px;
	content: "/";
	line-height: 70px;
}
.header__menu__link.active{
	font-weight: 700;
	color: #d2d2d2;
}
.header__lang__link{
	position: relative;
	text-transform: uppercase;
	color: #4a4a4a;
	text-decoration: none;
}
.header__lang__link:first-child{
	padding-right: 8px;
	margin-right: 3px;
}
.header__lang__link:first-child::after{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
	content: "";
	width: 1px;
	height: 14px;
	background-color:#4a4a4a;
	border-left: 1px solid #1a1a1a;
}
.header__lang__link.active{
	color: #fff;
}
.header__lang__link.trans{
	opacity:0.3
}
.intro {
	background-image: url('img/bg_intro.png');
	background-size: cover;
	/*padding-top: 40px;*/
}
.intro__wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.intro__title{
	margin-top: 20px;
	font-family: 'Intro';
	font-size: 143%;
	text-transform: uppercase;
	color: #fff;
}
.intro__link{
	display: inline-block;
	margin: 30px 0;
	line-height: 40px;
	padding: 0 15px;
	font-family: 'Intro';
	font-size: 85%;
	color: #fff;
	background-color: rgba(75, 199, 169, 0.8);
	text-decoration: none;
}
.login{
	box-sizing: border-box;
	background-color: #39d08b;
	padding: 10px;
}
.login__title{
	font-weight: 700;
	color: #0c7646;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.login__input{
	width: 100%;
	height: 34px;
	padding-left: 10px;
	background-color: #2ea66f;
	box-sizing: border-box;
	border: none;
	margin-bottom: 7px;
	color: #fff;
	font-weight: 700;
}
.login__buttons{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #39d08b;
}
.login__button{
	display: block;
	box-sizing: border-box;
	background-color: #6bdca8;
	border:none;
	color: #fff;
	font-size: 85%;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 35px;
	text-align: center;
	padding: 0 11px;
}
.login__bottom{
	padding: 0 10px 10px 10px;
	background-color: #39bdd0;
}
.login__notpass{
	cursor: pointer;
}
.login__pass{
	display: none;
}
.login__pass.active{
	display: block;
}
body{
	font: 14px arial;
	color: #000;
}
a{
	text-decoration:underline;
	color: #039;
}
a:hover{
	text-decoration:none;
}
strong, b{
	font-weight:700;
}
i, em{
	font-style: italic;
}
sup, sub{
	font-size: 70%;
}
sup{
	vertical-align: super;
}
sub{
	vertical-align: sub;
}
h1{
	font-size: 200%;
}
h2{
	font-size: 180%;
}
h3{
	font-size: 160%;
}
h4{
	font-size: 140%;
}
h5{
	font-size: 120%;
}
h6{
	font-size: 110%;
}
table{
	width: 100%;
}
img{
	vertical-align: top;
}
pre{
	padding: 10px;
	background: lightgray;
	border: 1px solid #ccc;
}
code{
	border: 0;
	background: transparent;
}
ul{
	list-style: outside none disc
}
ol{
	list-style: outside none decimal;
}
blockquote{
	padding: 0 0 0 15px;
	margin: 18px 0;
	border-left: 5px solid lightgray;
}
.news{
	margin-top: 20px;
	padding: 0 0px;
	color: #fff;
}
.news:not(:last-child){
	margin-right: 15px;
}
.news__hat{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.news__date{
	margin-right: 5px;
	font-weight: 700;
}
.news__date:after{
	content: "/";
	margin-left: 5px;
}
.news__type{
	color: #fff;
}
.news__link{
	position: relative;
	color: #00f69c;
}
.news__link__icon{
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.news__link_type_gossip{
	color: #f8f35e;
}
.page{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	background: #0f1728;
	overflow-x: hidden;
	font-family: 'RBSTT';
	font-weight: 400;
	font-size: 14px;
	min-width: 1000px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.player{
	position: relative;
	height: 75px;
	background-color: #e3f3fe;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 120%;
}
.player:nth-child(2n+1){
	background-color: #d2ebfd;
}
.player__wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.player__info{
	position: relative;
}
.player__country{
	position: absolute;
	left: -30px;
	  padding-top: 17px;
}
.player__name{
	color: #1697f4;
	text-decoration: none;
}
.player__age{
	font-size: 85%;
	font-weight: 400;
}
.player__posts{
	box-sizing: border-box;
	width: 24%;
	padding-left: 55px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 75px;
	color: #618291;
}
.player:nth-child(2n+1) .player__posts{
	height: 75px;
	background-color: #cae7fd;
}
.player__type{
	color: #618291;
}
.player__call{
	width: 18%;
	height: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
.player__call__block{
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	text-decoration: none;
}
.player__call__block:hover{
	background-color: #3ea9f6;
	color: #fff !important;
}
.player__call__block:hover .player__call__phone{
	background-color: #3ea9f6 !important;
}
.player__call__block:hover .player__call__connect{
	color: #fff;
}
.player__call__phone{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 75px;
	width: 50px;
	text-align: center;
	background-color: #c0e3fc;
}
.player:nth-child(2n+1) .player__call__phone{
	background-color: #b1dcfb;
}
.player__call__connect{
	color: transparent;
	padding: 0 15px;
}
.lock{
	overflow: hidden;
}
.popup{
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	overflow: auto;
	visibility: hidden;
}
.popup__overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.popup.open{
	visibility: visible;
	-webkit-animation: fadeIn .5s;
	        animation: fadeIn .5s;
}
.popup__content{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 215px;
	padding: 40px;
	margin: 50px auto;
}
.popup__close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	
	width: 20px;
	height: 20px;
	background: #000;
}
.registration{
	display: none;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	background-color: #39bdd0;
}

.registration.open{
	display: block;
}
.registration__hat{
	margin: 0 10px;
	padding: 10px;
}
.registration__title{
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.registration__close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	background-color: #5ec9d9;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}
.registration__close i{margin-top:6px}
.registration__sections{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	color: #98f2ff;
}
.registration__sections__section{
	color: #98f2ff;
}
.registration__sections__section:not(:last-child):after{
	display: inline-block;
	content: "/";
	margin-left: 5px;
}
.registration__input{
	background-color: #33aabb;
	line-height: 35px;
	color: #fff;
}
.registration__bottom{
	display: none;
	padding: 10px;
}
.registration__button__send{
	display: none;
	width: 100%;
	border: none;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 85%;
	font-weight: 700;
	background-color: #266d82;
	cursor: pointer;
}
.registration.full .registration__bottom{
	display: block;
}
.registration.full .registration__button__send{
	display: block;
}
.rialto{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 66px;
	font-family: 'RBSTTBol';
	font-weight: 700;
	text-transform: uppercase;
}
.rialto__link{
	display: block;
	margin-left: 15px;
	margin-right: 70px;
	color: #fff;
}
.rialto__selects{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.search{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	box-sizing: border-box;
	width: 24%;
	height: 35px;
	line-height: 35px;
	background-color: rgba(255, 255, 255, 0.2);
}
.search__input{
	padding: 0 15px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: 'RBSTT';
	font-size: 14px;
	font-weight: 600;
}
.search__button{
	background-color: transparent;
	border: none;
}

.section__wrapper{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
.select{
	position: relative;
	margin-right: 25px;
	cursor: pointer;
}
.select.open .select__selected{
	color: #fff;
}
.select__selected{
	color: #a4d6fb;
}
.select__list{
/*width: 145px;*/
	left: 50%;
	position: absolute;
	box-sizing: border-box;
	min-width: 100%;
	line-height: 20px;
	visibility: hidden;
	z-index: 1;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.select__list_pos_down{
	top: 100%;
	margin-top: 10px;
}
.select__list_pos_up{
	bottom: 100%;
	margin-bottom: 10px;
}
.select__list_pos_left{
	left: 0;
	margin-left: 10px;
}
.select__list_pos_right{
	right: 0;
	margin-right: 10px;
}
.select__item{
	left: 50%;
	padding: 0 10px;
	white-space: nowrap;
	text-align: center;
	line-height: 40px;
	background: #1373c5;
	color: #a4d6fb;
}
.select__item.selected,
.select__item:hover{
	background: #267eca;
	color: #fff;
}
.select.open .select__list{
	visibility: visible;
}

.main{
	background-image: url('img/bg.png');
	background-color: #1697f4;
}
.main__banners{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
}
.main__news{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.main__map{
	position: absolute;
	bottom: 65px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.navigation1{
	color:#e7e7e7;
	text-align:right;
	margin-right:70px;
	margin-top:10px;
}
.navigation1 a{
	color:#fff;
	text-decoration:none;
}

.reg_col_right button.ui-datepicker-trigger{
height:20px;
}


