<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******** normalize *******/
*{padding:0;margin:0;border:0;outline:0;}
body{background:#fbfaf4;color:#000;position:relative;font: 9px 'Tahoma', 'Arial', 'Verdana', 'Lucida Sans Unicode', sans-serif;line-height: normal;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;height:100%;}
html,button,input,select,textarea{font-family:sans-serif;}
a:hover,a:active,a:focus{outline:0;}
nav ul,nav ol{list-style:none;list-style-image:none;}
img{border:0;-ms-interpolation-mode:bicubic;}
button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0;outline:none;}
button::-ms-clear,input::-ms-clear,select::-ms-clear,textarea::-ms-clear{display:none;}
textarea{resize:none;}
input,textarea{overflow:auto;}
button,input{line-height:normal;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;height:13px;width:13px;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
body,figure,form{margin:0;}
body a:hover {text-decoration: none;}
input[type=text]:-ms-clear { display: none; }

/******** font *******/

@font-face {
	font-family: 'Flow';
	src: url('http://www.crossopen.ru/font/flow.eot?#iefix') format('embedded-opentype'),
		 url('http://www.crossopen.ru/font/flow.ttf');
}

/******** general *******/

.wrap
{
	margin: 33px 0 0 0;
	border-top: 1px solid #edece6;
}

.content
{
	width: 980px;
	padding: 0 90px;	/*	padding: 0 10px;	*/
	margin: 0 auto;
}

.iv
{
	display: inline-block;
	vertical-align: middle;
}

/******* head *******/

.head
{
	padding: 14px 0 0 0;
}

.head:after
{
	clear: both;
	display: block;
	content: '';
}

.head__l
{
	float: left;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #646362;
	-webkit-font-smoothing: subpixel-antialiased;
}

.head__logo
{
	float: left;
	width: 253px;
	height: 23px;
	background: url(http://www.crossopen.ru/i/logo.png) 0 0 no-repeat;
	margin: 9px 0 0 27px;
}

.head__r
{
	float: right;
	margin: 5px 0px 0 0;
}



.link-blue
{
	color: #4493ee;
    /* font-size: 19px; */
}


/******* word counter *******/

.word-counter
{
	font-weight: bold;
	font-size: 15px;
	padding: 60px 0 0 206px;
}

.word-counter__b
{
	display: inline-block;
	vertical-align: middle;
}


.word-counter__controller
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 3px 0 4px;
}

.word-counter__controller:hover:before,
.word-counter__controller:hover:after
{
	visibility: visible;
}

.word-counter__controller-label
{
	width: 45px;
	height: 42px;
	background: url(http://www.crossopen.ru/i/counter.png) 0 0 no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.word-counter__controller:after
{
	position: absolute;
	content: '';
	left: 50%;
	top: -8px;
	margin-left: -3px;
	width: 6px;
	height: 3px;
	background: url(http://www.crossopen.ru/i/arrow_up.png) 0 0 no-repeat;
	visibility: hidden;
}

.word-counter__controller:before
{
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -3px;
	width: 6px;
	height: 3px;
	background: url(http://www.crossopen.ru/i/arrow_down.png) 0 0 no-repeat;
	visibility: hidden;
}

.word-counter__controller-dropdown
{
	position: absolute;
	top: -68px;
	z-index: 1000;
	left: 0;
	width: 100%;
	background: #373737;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0;
	text-align: center;
	color: #fff;
}

.word-counter__controller-dropdown-var:hover
{
	color: #51a2ff;
}

.word-counter__controller-dropdown-var
{
	padding: 3px 0;
	cursor: pointer;
}

.word-counter__controller-label:after
{
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 100%;
}

/******** field *******/

.fields__wrap
{
	padding: 43px 0 0 0;
}

.fields__wrap-title
{
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 0 206px;
}

.field__block
{
	position: relative;
	background: #4e4e4e;
	border: 4px solid #3b3b3b;
	padding: 1px;
	display: inline-block;
	overflow: hidden;
}

.fields__inner
{
	padding: 10px 0 0 206px;
}

.fields__inner.nospace
{
	padding-left: 0;
	text-align: center;
}

.field__input
{
	height: 43px;
	width: 43px;
	overflow: hidden;
	font: 35px Flow;
	text-align: center;
	background: none;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
	outline: none;
	color: #1a6fd2;
}

.field
{
	float: left;
	border-left: 1px solid #4e4e4e;
	background: white;
	position: relative;
	height: 43px;
	width: 43px;
}

.pseudo
{
	font: 35px Flow;
	color: #1a6fd2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	display: none;
}

.field.focus .cursor,
.field.focus .pseudo
{
	display: block;
}

/*.field.focus .field__input
{
	color: white;
	font-size: 0px;
}*/


.field:after
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	content: '';
	background: #e0e0e0;
	border-top: 1px solid #a1a1a1;
}


.field:first-child
{
	border-left: 0;
}

.cursor
{
	position: absolute;
	bottom: 8px;
	left: 11px;
	right: 11px;
	height: 2px;
	display: none;
	background: #262626;
}

.field__normalize .field
{
	width: 245px;
	height: 35px;
	padding: 0 10px;
}

.keyworld__field
{
	padding: 10px 0 0 0;
}

.field__normalize .field__input
{
	font: 22px 'Tahoma', 'Arial', 'Verdana', 'Lucida Sans Unicode', sans-serif;
	color: #656565;
	text-transform: none;
	text-align: left;
	width: 100%;
	height: 35px;
}


/******* keyworld *******/

.keyworld
{
	padding: 46px 0 0 206px;
}

.keyworld__top
{
	font-size: 13px;
}

.keyworld__top b
{
	font-size: 15px;
}

.keyworld__bottom
{
	padding: 42px 0 0 0;
}

.keyworld__b
{
	overflow: hidden;
}

.keyworld__b-l
{
	float: left;
}

.keyworld__b-r
{
	padding: 17px 0 0 35px;
	overflow: hidden;
}

.keyworld__search
{
	width: 208px;
	height: 59px;
	cursor: pointer;
	background: url(http://www.crossopen.ru/i/search.png) 0 0 no-repeat;
	margin-left: -6px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #fff;
}

.keyworld__search:focus
{
	color: #000;
}


.keyworld__searchV2
{
	width: 208px;
	height: 59px;
	cursor: pointer;
	background: url(http://www.crossopen.ru/i/search.png) 0 0 no-repeat;
/*	background-color: #51ffc0; */
	margin-left: -6px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #fff;
}

.keyworld__searchV2:focus
{
	color: #000;
}





.keyworld__i
{
	font-style: italic;
	color: #454545;
	font-size: 11px;
	font-family: 'Arial', 'Tahoma', 'Verdana', 'Lucida Sans Unicode', sans-serif;
	line-height: 16px;
	padding: 11px 0 0 0;
}

.keyworld__search-text
{
	padding: 18px 0 0 82px;
	display: block;
	text-decoration: none;
	color: white;
}



.h1__title {
    font-size: 24px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: normal;
}

.header__listInside
{
	list-style: none;
	margin: 0 auto;
/*	width: 800px;	*/
	padding: 6px 0 16px 0px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header__list-link
{
	color: #4493ee;
	font-size: 14px;
}


/******* footer *******/

.footer
{
	border-top: 1px solid #e1e0db;
	position: relative;
	margin-top: 18px;
	padding: 1px 0 50px 0;
}

.footer__list-wrap
{
	border-bottom: 1px solid #e1e0db;
}

.footer__list {
	list-style: none;
	margin: 0 auto;
	width: 1000px;
	padding: 31px 0 0px 130px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer__listInside
{
	list-style: none;
	margin: 0 auto;
	width: 1000px;
	padding: 21px 0 36px 0px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.footer__list-item
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

.footer__list-item:first-child
{
	margin-left: 0;
}

.footer__list-link
{
	color: #4493ee;
	font-size: 19px;
}

.footer__list-link-small
{
	color: #4493ee;
	font-size: 15px;
}

.footer__yet
{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 82px 0 0 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer__copy
{
	float: left;
	width: 164px;
	height: 14px;
	margin: 0 0 10px 0;
	background: 0 0 no-repeat url(http://www.crossopen.ru/i/copyright.png);
}

.footer__yet-text
{
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 2px 0 0 21px;
	color: #676765;
}

/******* answers *******/

.answers__to-many
{
	font-size: 13px;
	margin: 60px 0 0 170px;
	padding: 0 0 0 48px;
	font-weight: bold;
	min-height: 34px;
	background: url(http://www.crossopen.ru/i/alert.png) 0 50% no-repeat;
}

.answers__to-many-wrap
{
	width: 1000px;
	padding: 0 0 21px 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.answers__list-inner
{
	width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 217px;
	overflow: hidden;
}

.answers__list-l
{
	float: left;
	min-width: 308px;
}

.answers__list-word {
	font-size: 34px;
	letter-spacing: 4px;
	padding: 5px 0 0 0;
	a:hover,a:active,a:focus{outline:10;}
}

.answers__list-word a {
    text-decoration: none;
    color: #000;
}


.answers__list-word-under {
	font-size: 34px;
	letter-spacing: 4px;
	padding: 5px 0 0 0;
	a:hover,a:active,a:focus{outline:10;}
}
.answers__list-word-under a {
    text-decoration: none;
    color: #000;
}
/*.answers__list-word-under a:hover { text-decoration: underline; }*/
.answers__list-word-under a:hover { border-bottom: 2px solid #000;  }


.answers__list-item
{
	padding: 32px 0;
	position: relative;
	min-height: 168px;
	border-top: 2px solid transparent;
}

.hover .answers__list-item:hover,
.answers__list-item.active
{
	background: #4493ee;
	border-top-color: #3c81d1;
}

.hover .answers__list-item:hover .answers__list-inner,
.answers__list-item.active .answers__list-inner
{
	color: white;
}

.answers__list-item.active .popup
{
	display: block;
}

.answers__list-confrim
{
	padding: 38px 0 0 0;
	visibility: hidden;
}

.hover .answers__list-item:hover .answers__list-confrim
{
	visibility: visible;
}

.answers__list-confrim-title
{
	font-size: 17px;
	letter-spacing: 1px;
}

.answers__list-confrim-btn
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 43px;
	width: 192px;
	border: 1px solid white;
	text-align: center;
	position: relative;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.answers__list-confrim-btn:after
{
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 100%;
}

.answers__list-confrim-btn .iv
{
	position: relative;
}

.answers__list-confrim-btn .iv:after
{
	content: '';
	position: absolute;
	width: 15px;
	background: url(http://www.crossopen.ru/i/confrim.png) 0 0 no-repeat;
	height: 14px;
	top: 3px;
	left: -24px;
}

.answers__list-r
{
	overflow: hidden;

}

.answers__list-var
{
	font-size: 13px;
	list-style-type: circle;
	margin: 0 0 0 18px;
}

.answers__list-var-item
{
	padding: 10px 0 10px 14px;
}

.answers__list-var-img
{
	margin: 17px 0 0 32px;
}


.answers__list-block {	/*СЃР»РѕРё РІРЅСѓС‚СЂРё Р±СѓРґСѓС‚ СЃР»РёРїР°С‚СЊСЃСЏ*/
    overflow: hidden;
}

.answers__list-block-r {
    float: right;
    padding: 26px 0 0 0;
}
                    
.answers__list-block-l {
    overflow: hidden;
}
                                                                                    

/******* popup *******/

.popup
{
	width: 610px;
	height: 210px;
	background: #fbfaf4;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3000;
	margin: -105px 0 0 -305px;
	-webkit-box-shadow: 5px 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: none;
}

.ie8 .popup
{
	border: 1px solid #ccc;
}

.popup__close
{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 13px;
	height: 13px;
	background: url(http://www.crossopen.ru/i/close.png) 0 0 no-repeat;
}

.popup__content
{
	padding: 26px 18px 26px 28px;
}

.popup__field
{
	overflow: hidden;
	padding: 18px 0 0 0;
}

.popup__title
{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 0;
}

.popup__text
{
	font-size: 13px;
	line-height: 1.7;
	padding: 3px 0 0 0;
}

.popup__field-input-wrap
{
	float: left;
	background: white;
	width: 436px;
}

.popup__field-input
{
	font-size: 12px;
	border: 1px solid #d1d0cd;
	width: 100%;
	line-height: 1.5;
	height: 70px;
	padding: 11px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.popup__field-submit
{
	float: right;
}

.popup__field-submit-btn
{
	cursor: pointer;
	margin: -5px 0 0 0;
	width: 113px;
	height: 49px;
	background: url(http://www.crossopen.ru/i/submit.png) 0 0 no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.popup__field-submit-btn:after
{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}

.popup__field-check-btn {
	background: url(http://www.crossopen.ru/i/check.png) 0 0 no-repeat;

}

.popup__field-clear-btn {
	background: url(http://www.crossopen.ru/i/clear.png) 0 0 no-repeat;

}

.popup__btn {
    float: left;
    margin-right:20px;
}

.popup__field-submit-btn .iv
{
	margin: -3px 0 0 -2px;
}




/*
TOP MENU	topmenu
*/

.top-menu {
	/*
	padding: 0;
	text-align: center;
	width: 780px;
	margin: auto;
	*/
}

.top__list {
	list-style: none;
	margin: 0 auto;
	width: 1000px;
	padding: 12px 0 0px 113px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.top__list-item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 43px;
}

.top__list-item:first-child {
	margin-left: 0;
}

.top__list-link-small
{
	color: #000000;
	color: #4493ee;
	font-size: 15px;
    letter-spacing: 0.7px;
}


/*
------------	END MENU
*/
.adv-page__wrapper {
    padding-right: 60px;
    text-align: right;
    float: right;
}

.adv-page {
	padding: 37px 60px 0 0;
	text-align: right;
	max-width: 780px;
	margin: auto;
	float: right;
	
}

/*
.adv-page {
	padding: 37px 0px 0 0;
	text-align: right;
	width: 780px;
	margin: auto;
}
*/
.adv-page2 {
	padding: 10px 0px 0px 0;
	text-align: right;
	width: 780px;
	margin: auto;
}


/******* text-page *******/

.text-page {
	padding: 47px 0 0 0;	/*	Р‘С‹Р»Рѕ 47	*/		/** Р±С‹Р»Рѕ 94 **/
	width: 880px;		/** 780	**/
	margin: auto;
	vertical-align:top;
	display: table;
	font-size: 13px;                  /*	2016 */
}

.text-page-10 {
	padding: 10px 0 0 0;
	width: 880px;		
	margin: auto;
	vertical-align:top;
	display: table;
	font-size: 13px;        
}

.text-page a {
/*    color: #4493ee;	*/
}

.text-page__title
{
	font-size: 15px;
	font-weight: bold;

}

.text-page__yet
{
	padding: 71px 0 46px 0;
	vertical-align:top;
}

.text-page__content
{
/*	padding: 0;	*/	/*	2016/03/28	*/
	padding: 26px 0 0 0;
	font-size: 13px;
	line-height: 1.8;
	vertical-align:top;
}

.rightBanner {
    width: 160px;
    height: 600px;
    text-align: right;
    display: table-cell;
    padding: 0 0 0 50px;
    
}
                                        
.rightBannerInner {
    background: #fbfaf4;
/*    text-align: center;	*/
    text-align: right;
}
                                           


.gamesTileWraper {
     display: block;

}
.gamesTile {
    overflow: hidden;
    margin-left: 0;
  display: block;
}
.gamesItem {
    width: 180px;
    float: left;
    overflow: hidden;
    margin-left: 26px;
    height: 255px;
    padding: 0 0 10px 0;
}

.gamesTileLink a
{
        color: #1d7cb5;
                text-decoration: none;
                        font-size: 13px;
}
.gamesTileLink a:hover
{
        text-decoration: underline;
}

.gamesTileLink
{
    padding: 14px 0 0 0;
    line-height: 16px;
}

.hrefBlack {
    color: black;
/*    text-decoration: none; */
}
</pre></body></html>