@font-face {
    font-family: 'edo';
    src: url('assets/edo.ttf');
    font-weight: normal;
    font-style: normal;
}

/* checkbox */
.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox + label {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}
.checkbox + label:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	transition: .2s;
}
.checkbox + label:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: .2s;
}
.checkbox:checked + label:before {
	background: #fead00;
}
.checkbox:checked + label:after {
	left: 26px;
}



body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
/*     background: url('../images/home.jpg') no-repeat 0 0 #211e3c; */
	background: #fff;
    background-size: contain;
}

.account-login p {
/*     color: rgba(255, 255, 255, 0.5); */
    padding-left: 12px;
    margin-bottom: 37px;
    font-size: 15px;
}

.control-label {
    /* color: rgba(255, 255, 255, 0.5); */
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight:bold;
}
/* default font size */
.fa {
	/* font-size: 14px; */
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

.account-register h1 {
	text-align: center;
}

.account-register .welcome {
/* 	color: #aca8f0; */
	font-size: 1.3rem;
	text-align: center;
}


h2 {
	font-size: 37px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0px 12px;
}

.text-danger {padding-left:10px}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	/* font-size: 16px; */
	background: none;
	border: 0px;	
	box-shadow: none;	
}

.form-control::placeholder {
	color #fff;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	/* content: '* '; */
	/* color: #F00; */
	/* font-weight: bold; */
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
/* 	background: #666666d4; */
}

.account-register #content {
/* 	background-color: #26123d; */
}

header div .logotype {
		position: relative;
		left: 0;
		top: 0px;
		    font-family: 'edo';
	}

.account-login #content {
/* 	background-color: #26123d; */
	color: #000;
}

/* footer */
footer {

    color: #dddddd;

}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */


/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	/* margin-left: 230px; */
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ICQ:before {
  content: "\e900";
}
.icon-user:before {
  content: "\f007";
}
.icon-lock:before {
  content: "\f023";
}
.icon-Jabber:before {
  content: "\f0eb";
}

/*Theme custom*/

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 {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;} /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} body { line-height: 1; font-family: Sans-serif; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { font-family: 'Open Sans', sans-serif; background: #f7f9fb; } header div:after, .captcha_item:after, #card div .dabble:after, #card .main_button:after, #faq:after, #current_news ul:after, .main_screen .article:after, .main_reasons .conteiner_inner ul:after, .best_quality .conteiner_inner:after, .right_column i:before, .main_reasons .conteiner_inner ul li div.item:after, .clear:after { content: ''; display: block; clear: both; }

a:after, i, a, span, div, p, li, input, img, button, header, body { transition: all 300ms ease-in-out 0s; }

button, textarea, input { font-family: 'Open Sans', sans-serif; }
header div .slim_logo {transition: all 1ms ease-in-out 0s;    position:static; overflow:hidden; top:0; height:40px;}
header div .slim_logo a{max-height:60px;}
header div .slim_logo a .icon_logo_big {display:none;}
/** Header **/ 

header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.fixed_head {
    position: fixed;
    top: 0;
    background: rgba(244, 247, 250, 0.82);
    z-index: 99;
	overflow:hidden;
}

header div span.menu {
    background: #112a7b url('../images/menu.svg') center center no-repeat;
    display: none;
    height: 60px;
    width: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-size: 13px;
}

header div span.menu object {
    margin-top: 23px;
    cursor: pointer;
}

header.fixed_head div .logotype {
    position: static;
    display: inline-block;
    margin-top: 10px;
}

header.fixed_head div .logotype a:hover {
    background: none;
}

header.fixed_head div .logotype a .icon_logo_big {
    display: none;
}

header.fixed_head div .logotype a .icon_logo_min {
    display: inline-block;
}

header.fixed_head a.active:after {
    background: #7bb8ff;
}

header.fixed_head a.active,
header.fixed_head a:hover {
    background: #112a7b;
}

header.fixed_head a {
    color: #0c152b;
}

header div {
    padding: 0 10px;
    position: relative;
    z-index: 20;
}

header div nav {
    float: right;
}

header div .logotype {
    position: absolute;
    left: 0;
    top: 50px;
}

header div .logotype .icon_logo_big {
    height: 65px;
    vertical-align: bottom;
}

header div .logotype .icon_logo_min {
    display: none;
    height: 35px;
}

header.fix_hide div .logotype .icon_logo_big {
    display: none;
}

header.fix_hide div .logotype .icon_logo_min {
    display: inline-block;
}

header div .logotype a {
    text-decoration: none;
	display:block;
}

header div nav a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
    margin: 0 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

header div nav a:after {
    content: '';
    height: 2px;
    width: 0px;
    opacity: 0;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #fff;
}

header div nav a:hover,
header div nav a.active {
    color: #fff;
}

header div nav a:hover:after,
header div nav a.active:after {
    opacity: 1;
    width: 100%;
}

header.clickmenu {
    height: auto;
}

header.clickmenu nav {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    display: block;
    background: #2476d7;
}

header.clickmenu nav a {
    display: block;
    margin: 0;
    color: #fff;
}

header.clickmenu nav a:after {
    display: none;
}

header.clickmenu nav a:hover,
header.clickmenu nav a.active {
    background: #112a7b;
}

header.clickmenu nav a.active {
    color: #fff;
    background: #112a7b;
}

header.clickmenu nav a:hover {
    color: #fff;
}


/** Main screen **/

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 { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; font-family: Sans-serif; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { font-family: 'Open Sans', sans-serif;       background-color: #282b31;
    background-image: url(../images/back_hh-4.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover; }

header div:after, .captcha_item:after, #card div .dabble:after, #card .main_button:after, #faq:after, #current_news ul:after, .main_screen .article:after, .main_reasons .conteiner_inner ul:after, .best_quality .conteiner_inner:after, .right_column i:before, .main_reasons .conteiner_inner ul li div.item:after, .clear:after { content: ''; display: block; clear: both; }

a:after, i, a, span, div, p, li, input, img, button, header, body { transition: all 300ms ease-in-out 0s; }

button, textarea, input { font-family: 'Open Sans', sans-serif; }
header div .slim_logo {transition: all 1ms ease-in-out 0s;    position:static; overflow:hidden; top:0; height:50px;}
header div .slim_logo a{max-height:60px;}
header div .slim_logo a .icon_logo_big {display:none;}
/** Header **/ 

header {
position: relative;
 
    width: 100%;
    padding-top: 40px;

    background-size: contain, contain;
    padding-bottom: 40px;
    font-weight: bold;
      text-align: center;
}



header p {
    color: #000000;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 40px;
    z-index: 333;
    font-weight: 600;
    line-height: 32px;
}

header.fixed_head {
    position: fixed;
    top: 0;
    background: rgba(244, 247, 250, 0.82);
    z-index: 99;
	overflow:hidden;
}

header div span.menu {
    background:#000e3a url(../images/menu.svg) center center no-repeat;
    display: none;
    height: 60px;
    width: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-size: 13px;
}

header div span.menu object {
    margin-top: 23px;
    cursor: pointer;
}

header.fixed_head div .logotype {
    position: static;
    display: inline-block;
    margin-top: 0px;
}

header.fixed_head div .logotype a:hover {
    background: none;
}

header.fixed_head div .logotype a .icon_logo_big {
    display: none;
}

header.fixed_head div .logotype a .icon_logo_min {
    display: inline-block;
}

header.fixed_head a.active:after {
    background: #7bb8ff;
}

header.fixed_head a.active,
header.fixed_head a:hover {
    background: #112a7b;
}

header.fixed_head a {
    color: #0c152b;
}

header div {
    padding: 0 10px;
    position: relative;
    z-index: 20;
	    text-align: center;
}

header div nav {
    float: right;
}

header div .logotype {
    position: absolute;
    left: 0;
    top: 50px;
}

header div .logotype .icon_logo_big {
    height: 65px;
    vertical-align: bottom;
}

header div .logotype .icon_logo_min {
    display: none;
    height: 35px;
}

header.fix_hide div .logotype .icon_logo_big {
    display: none;
}

header.fix_hide div .logotype .icon_logo_min {
    display: inline-block;
}

header div .logotype a {
    text-decoration: none;
	display:block;
}

header div nav a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
    margin: 0 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

header div nav a:after {
    content: '';
    height: 2px;
    width: 0px;
    opacity: 0;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #fff;
}

header div nav a:hover,
header div nav a.active {
    color: #fff;
}

header div nav a:hover:after,
header div nav a.active:after {
    opacity: 1;
    width: 100%;
}

header.clickmenu {
    height: auto;
}

header.clickmenu nav {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    display: block;
    background: #0c2369;
}

header.clickmenu nav a {
    display: block;
    margin: 0;
    color: #fff;border-bottom: 1px solid #14328c;
}

header.clickmenu nav a:after {
    display: none;
}

header.clickmenu nav a:hover,
header.clickmenu nav a.active {
    background: #112a7b;
}

header.clickmenu nav a.active {
    color: #fff;
    background: #0c2369;
}

header.clickmenu nav a:hover {
    color: #fff;
}


/** Main screen **/

.main_screen {

    min-height: 500px;
	    background-size: 100%;
}

.main_screen .article {}

.main_screen .article .info_site {
    float: left;
    width: 50%;
}

.main_screen .article .info_site div {
    width: 85%;
    padding-top: 136px;
}

.main_screen .article .info_site div h1 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.main_screen .article .info_site div h1:after {
    content: '';
    border-bottom: 2px solid #479af9;
    height: 0;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main_screen .article .info_site div h1 strong {
    color: #ffffff;
    display: block;
    font-weight: 600;
    font-size: 26px;
}

.main_screen .article .info_site div p {
color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.main_screen .article .form_area {
     width: 100%;
    margin: 0 auto;
}

.main_screen .article .form_area {
    position: relative;
    height: 100%;
}


/** Card Flip **/

.container {
width: 100%;
    height: 400px;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
    display: block;
}

#loginForm{
    background: rgba(2, 2, 3, 0.51)
}

#regForm{
background: rgba(2, 2, 3, 0.51);
}

.regblock {
    height: auto;

	
}

#card {
    width: 100%;
    height: 100%;
   
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

#card.flipped {

}     

#card.flipped .front {

}

#card figure {
    display: block;
    /* height: 100%; */
    width: 100%;
   overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

#card .back,
#card .front {
      
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	   
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}

#card .back {
    background: #fff;
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

#card div {
padding: 20px;
    padding-bottom: 20px;    padding-top: 20px;
}

#card div span.title {
font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    text-align: left;

    font-weight: bold;
}

#card #regForm div span.title {
font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    text-align: left;

    font-weight: bold;
}

#card div .item_input {
    padding: 0;
    margin-bottom: 18px;
}

#card div .item_input i {
    position: absolute;
    height: 50px;
    line-height: 50px;
    color: #fead00;
    width: 35px;
    text-align: right;    left: 0;
    bottom: 0;
}

#card div .item_input input:focus {outline:none;}
#card div .item_input input {
height: 50px;
    line-height: 50px;
    border: 0;
    width: 100%;
    padding-left:45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;    font-weight: bold;
}

#card div .item_input input[type="text"] {
   background: none!important;
    background-size: 22px;
    border: 2px solid #fead00;
    border-radius: 25px;
    color: #fff
}

#card .captcha_item .input_captcha input::-webkit-input-placeholder {color:#fff;}
#card .captcha_item .input_captcha input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
#card .captcha_item .input_captcha input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
#card .captcha_item .input_captcha input:-ms-input-placeholder      {color:#fff;}

#card div .item_input input[type="password"] {
   background: none!important;
    background-size: 22px;
    border: 2px solid #fead00;
    border-radius: 25px;
    color: #fff
}

#card div .item_input input::-webkit-input-placeholder {
    color: #fff;
}

#card div .item_input input::-moz-placeholder {
    color: #fff;
}

#card div .item_input input:-moz-placeholder {
    color: #fff;
}

#card div .item_input input:-ms-input-placeholder {
    color: #fff;
}

#card .captcha_item {

    padding: 0;
}

#card .captcha_item div {
    padding: 0;
    height: 50px;
    line-height: 50px;
}

#card .captcha_item .captcha {
    float: left;
    width: 50%;
}

#card .captcha_item .input_captcha {
    float: right;
    width: 50%;
    text-align: center;
}

#card .captcha_item .captcha a {
    display: block;
    height: 50px;
    text-align: center;
}

#card .captcha_item .captcha img {
    vertical-align: middle;
    vertical-align: middle;    border-radius: 25px;
}


#card .captcha_item .captcha_wrapper {width: 100%}
#card .captcha_item .input_captcha input {
	outline: none;
    border: 0;
    background: none;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 15px;    color: #fead00;
}

#card .captcha_item .error {
    color: red;
}

#card p {
    padding: 0 20px;
}

#card p a {
    font-size: 12px;
    color: #9ba1aa;
}

#card p a:hover {
    text-decoration: none;
    color: #308fff;
}

#card .main_button {
    text-align: right;
    padding: 0 20px;
    padding-bottom: 20px;
}

#card .main_button .options {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
}

#card .main_button .options span {
    width: 100%;
    color: #0c152b;
    text-align: center;
    height: 43px;
    line-height: 43px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}

#card .main_button .options span:hover {
    border-color: #3692ff;
    background: #3692ff;
    color: #fff;
}



#card .main_button button {
    text-align: center;
    background: none;
    color: #fff;
    border: 2px solid #fead00;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 25px;
    line-height: 42px;
    text-transform: uppercase;
    width: auto;
    min-width: 200px;outline: none;
    font-weight: 600;

    position: relative;
}

#card #loginForm .main_button  button {
    cursor: pointer;
    background: none;
   color: #fff;
    border: 2px solid #fead00;
    display: inline-block;
    width: auto;
    min-width: 200px;outline: none;
}

#card .main_button button .fa{
position: absolute;
    height: 42px;
    line-height: 42px;
    color: #fead00;
    width: 35px;
    text-align: right;    left: 0;
}

#card #loginForm .main_button button .fa{
position: absolute;
    height: 42px;
    line-height: 42px;
    color: #fead00;
    width: 35px;
    text-align: right;    left: 0;
}

#card .main_button button:hover {
    cursor: pointer;
  
	color: #fff;
}

#card div .dabble {
    padding: 0;
    margin-bottom: 18px;
}

#card div .dabble input[type="text"] {
    background: #ecf4fe;
    width: calc(50% - 5px);
    float: left;
    padding-left: 0;
    text-align: center;
    border: 0;
}

#card div .dabble input[type="text"]:last-child {
    float: right;
}

#card div .item_input {position:relative;}
#card div .error input, #card div .error .captcha_wrapper {

	clear: both;
	display: block;

}
#card div .error .alert {
color: #fead00;
    font-size: 12px;
    text-align: right;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    padding: 0;margin-bottom: 10px;}

/** Title block **/

.title_block {}

.title_block strong {
    color: #112a7b;
}

.title_block h1,
.title_block h2,
.title_block h3,
.title_block h4,
.title_block span {
    color: #0c152b;
    display: block;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.title_block h1:after,
.title_block h2:after,
.title_block h3:after,
.title_block h4:after,
#current_news .conteiner_inner .title_block:after,
.main_article_text .conteiner_inner .left_column .title_box:after,
.title_block span:after {
    height: 2px;
    background: #3e96ff;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 75px;
}


/** Main reasons **/

.main_reasons {		
    background: #f7f9fb;
    min-height: 400px;
    background-size: cover;
    padding-top: 0px;
}

.main_reasons .conteiner_inner {}

.main_reasons .conteiner_inner ul {
    padding: 25px 0 0 0;
}

.main_reasons .conteiner_inner ul li {
    display: inline-block;
    float: left;
    width: 33.3%;
}

.main_reasons .conteiner_inner ul li div.item {}

.main_reasons .conteiner_inner ul li div.item .ico {
    position: relative;
    float: left;
    width: 95px;
}

.main_reasons .conteiner_inner ul li div.item .ico span {
    display: inline-block;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(61, 146, 250, 1);
    background: -moz-linear-gradient(135deg, rgb(17, 43, 123) 0%, rgb(6, 25, 77) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(61, 146, 250, 1)), color-stop(100%, rgba(67, 152, 255, 1)));
    background: -webkit-linear-gradient(135deg, rgb(17, 43, 123) 0%, rgb(6, 25, 77) 100%);
    background: -o-linear-gradient(135deg, rgb(17, 43, 123) 0%, rgb(6, 25, 77) 100%);
    background: -ms-linear-gradient(135deg, rgb(17, 43, 123) 0%, rgb(6, 25, 77) 100%);
    background: linear-gradient(135deg, rgb(17, 43, 123) 0%, rgb(6, 25, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d92fa', endColorstr='#4398ff', GradientType=1);
    
}

.main_reasons .conteiner_inner ul li div.item .ico span:before {
    height: 70px;
    width: 70px;
    content: '';
    border: 1px solid #0a1f5d;
    display: inline-block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    position: absolute;
    left: -8px;
    top: -8px;
}

.main_reasons .conteiner_inner ul li div.item .description {
    padding-left: 95px;
}

.main_reasons .conteiner_inner ul li div.item .description .title {
    display: block;
    color: #0c152b;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 500;
}

.main_reasons .conteiner_inner ul li div.item .description p {
    color: rgba(12, 21, 43, 0.70);
    font-size: 13px;
    line-height: 1.3;
    min-height: 90px;
}

.main_reasons .conteiner_inner ul li div.item .ico span:after {
    content: '';
    display: inline-block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.main_reasons .conteiner_inner ul li div.first .ico span:after {
    background: url('../images/prm_01.png') center center no-repeat;
    background-size: 30px;
}

.main_reasons .conteiner_inner ul li div.second .ico span:after {
    background: url('../images/prm_02.png') center center no-repeat;
    background-size: 30px;
}

.main_reasons .conteiner_inner ul li div.third .ico span:after {
    background: url('../images/prm_03.png') center center no-repeat;
    background-size: 30px;
}

.main_reasons .conteiner_inner ul li div.fourth .ico span:after {
    background: url('../images/prm_04.png') center center no-repeat;
    background-size: 30px;
}

.main_reasons .conteiner_inner ul li div.fifth .ico span:after {
    background: url('../images/prm_05.png') center center no-repeat;
    background-size: 35px;
}

.main_reasons .conteiner_inner ul li div.sixth .ico span:after {
    background: url('../images/prm_06.png') center center no-repeat;
    background-size: 38px;
}

.main_reasons .conteiner_inner ul li div.seventh .ico span:after {
    background: url('../images/prm_07.png') center center no-repeat;
    background-size: 38px;
}

.main_reasons .conteiner_inner ul li div.eighth .ico span:after {
    background: url('../images/prm_08.png') center center no-repeat;
    background-size: 38px;
}

.main_reasons .conteiner_inner ul li div.ninth .ico span:after {
    background: url('../images/prm_09.png') center center no-repeat;
    background-size: 38px;
}


/** Seo text **/

.main_article_text {}

.main_article_text .conteiner_inner {}

.main_article_text .conteiner_inner .left_column {
    float: left;
    width: 50%;
}

.main_article_text .conteiner_inner .left_column .title_box {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
}

.main_article_text .conteiner_inner .left_column .title_box h2 {
    font-weight: 600;
    color: #182a3f;
    padding-bottom: 8px;
}

.main_article_text .conteiner_inner .left_column article p,
.main_article_text .conteiner_inner .left_column .title_box p {
    color: rgba(12, 21, 43, 0.70);
    font-size: 13px;
    line-height: 1.3;
}

.main_article_text .conteiner_inner .left_column article {
    padding-right: 35px;
    max-height: 412px;
    overflow: hidden;
    position: relative;
}

.main_article_text .conteiner_inner .left_column article.fullview {
    max-height: none;
}

.main_article_text .conteiner_inner .left_column article.fullview small.more {
    display: none;
}

.main_article_text .conteiner_inner .left_column article.fullview:after {
    display: none;
}

.main_article_text .conteiner_inner .left_column article small.more {
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: url('../images/arrow_bottom.png') center center no-repeat;
    z-index: 10;
    background-size: 20px;
    cursor: pointer;
    left: 50%;
    margin-left: -15px;
}

.main_article_text .conteiner_inner .left_column article:after {
    content: '';
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(244, 247, 250, 0);
    background: -moz-linear-gradient(top, rgba(244, 247, 250, 0) 0%, rgba(244, 247, 250, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 247, 250, 0)), color-stop(100%, rgba(244, 247, 250, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 247, 250, 0) 0%, rgba(244, 247, 250, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 247, 250, 0) 0%, rgba(244, 247, 250, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 247, 250, 0) 0%, rgba(244, 247, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 247, 250, 0) 0%, rgba(244, 247, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7fa', endColorstr='#f4f7fa', GradientType=0);
}

.main_article_text .conteiner_inner .left_column article p {
    margin-bottom: 12px;
    text-align: justify;
}

.main_article_text .conteiner_inner .left_column_hide {
    animation-name: fadeOutLeft;
}

.main_article_text .conteiner_inner .right_column {
    float: left;
    width: 50%;
}

.main_article_text .conteiner_inner .right_column div {
    position: relative;
}

.main_article_text .conteiner_inner .right_column i {
    width: 55px;
    height: 55px;
    position: absolute;
    left: -26px;
    top: 50%;
    background: #112a7b;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    cursor: pointer;
}

.main_article_text .conteiner_inner .right_column i:before {
    content: '';
    width: 55px;
    height: 55px;
    background: url('../images/play.png') center center no-repeat;
    display: inline-block;
    background-size: 25px;
}

.main_article_text .conteiner_inner .right_column i:hover:before {
    background-size: 30px;
}


/** Best quality Dumps **/

.best_quality {}

.best_quality .conteiner_inner {
    padding-top: 30px;
}

.best_quality .left_column {
    float: left;
    width: 50%;
}

.best_quality .right_column {
    float: left;
    width: 50%;
}

.best_quality .right_column div {}

.best_quality .right_column div span {
    font-weight: 600;
}

.best_quality .right_column div p.first {
    font-size: 14px;
    font-weight: 500;
}

.best_quality .right_column div p {
    color: rgba(12, 21, 43, 0.70);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.best_quality .right_column div p a {
    text-decoration: none;
    color: #182a3f;
}

.best_quality .right_column div p a:before {
    content: '#';
    display: inline-block;
    margin-right: 5px;
    color: #112a7b;
}

.best_quality .right_column div p a:hover {
    color: #112a7b;
}

#toform {
    margin-top: 35px;
}

#toform a {
    line-height: 50px;
    width: 50%;
    text-align: center;
    background: #112a7b;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 4px solid #2771c8;
}

#toform a:click {
    background: #3182e2;
    border-bottom: 2px solid #3182e2;
}



/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.
/** FAQ **/

#faq {
    background: #fafafa;
}

#faq .list_questions {
    width: 50%;
    float: left;
}

#faq .list_questions li {
    display: block;
}

#faq .list_questions li .questions {
    overflow: hidden;
}

#faq .list_questions li .questions span {
    position: relative;
    line-height: 55px;
    color: #182a3f;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding-left: 10px;
    border: 1px solid #f4f7fa;
}

#faq .list_questions li .questions span small {
    color: #112a7b;
    margin-right: 3px;
}

#faq .list_questions li.open .questions span,
#faq .list_questions li:hover .questions span {
    background: #f4f7fa;
    border: 1px solid #112a7b;
    background: #112a7b;
    color: #fff;
    cursor: pointer;
}

#faq .list_questions li.open .questions span small,
#faq .list_questions li:hover .questions span small {
    color: #fff;
}

#faq .list_questions li .questions span i {
    font-weight: 900;
    color: #112a7b;
    font-size: 18px;
    position: absolute;
    right: 15px;
}

#faq .list_questions li .answer {
    display: none;
}

#faq .list_questions li.open .answer {
    padding: 10px;
    display: block;
    animation-name: fadeIn;
}

#faq .list_questions li.open span i {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: red;
}

#faq .list_questions li:hover span i,
#faq .list_questions li.open span i {
    color: #fff;
}

#faq .list_questions li .answer p {
    color: rgba(12, 21, 43, 0.70);
    font-size: 13px;
    line-height: 1.3;
    text-align: justify;
}

#faq .list_questions li .answer p strong {
    color: rgba(12, 21, 43, 0.90);
    margin-right: 3px;
}


/** News items **/

#current_news {
    min-height: 270px;
    background: #f3f6f9 url('../images/news_bg.png') center top no-repeat;
    background-size: cover;
    margin-top: 25px;
}

#current_news .conteiner_inner {
    padding-top: 25px;
}

#current_news .conteiner_inner .title_block {
    position: relative;
    padding-bottom: 15px;
}

#current_news .conteiner_inner .title_block span {
    padding-bottom: 0;
    margin-bottom: 8px;
}

#current_news .conteiner_inner .title_block span:after {
    display: none;
}

#current_news .conteiner_inner .title_block p {
    color: rgba(12, 21, 43, 0.70);
    font-size: 13px;
    line-height: 1.3;
}

#current_news .conteiner_inner ul {
    margin: 15px 0 0 0;
}

#current_news .conteiner_inner ul li {
    display: inline-block;
    float: left;
    width: 33.3%;
}

#current_news .conteiner_inner ul li date {
    display: inline-block;
    width: 90px;
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding-top: 15px;
}

#current_news .conteiner_inner ul li date small {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: 0 0 12px 0;
}

#current_news .conteiner_inner ul li div {
    display: inline-block;
    width: calc(100% - 100px);
       padding-right: 10px;
    color: #000;
    margin-bottom: 10px;
}

#current_news .conteiner_inner ul li div a {
    color: #112a7b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

#current_news .conteiner_inner ul li div a:hover {
    text-decoration: none;
}

#current_news .conteiner_inner ul li div p {
    color: rgba(12, 21, 43, 0.70);
    font-size: 13px;
    line-height: 1.3;
    text-align: justify;
    margin-top: 10px;
}


/** Footer **/

footer {}

.article_footer {
    text-align: center;
    padding-bottom: 25px;
    background-size: cover;

}

.article_footer .last_conviction {
    text-align: center;
    padding-top: 40px;
}

.article_footer .last_conviction span {
    color: #fff;
    font-size: 30px;
    display: block;
    padding-bottom: 10px;
}

.article_footer .last_conviction p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
}

.article_footer .last_conviction a {
    width: 260px;
    border: 2px solid #ddd;
    display: inline-block;
    background: #112a7b;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;

}

.footer_details {
    text-align: center;
}

.footer_details nav {
    margin: 20px 0;
}

.footer_details nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.72);
    display: inline-block;
    margin: 0 12px;
    font-size: 13px;
    line-height: 50px;
}

.footer_details nav a.select,
.footer_details nav a:hover {
    color: #fff;
}

.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

footer .contact_details {
    text-align: center;
    margin-bottom: 20px;
}

footer .contact_details li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

footer .contact_details li div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: red;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
  background: #112a7b;    border: 2px solid #ddd;
}

footer .contact_details li div:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
}

footer .contact_details li div.icq:after {
    background: url('../images/icq.png') center center no-repeat;
    background-size: 30px;
}

footer .contact_details li div.telegram:after {
    background: url('../images/telegram.png') center center no-repeat;
    background-size: 30px;
}

footer .contact_details li div.xabber:after {
    background: url('../images/jabber.png') center center no-repeat;
    background-size: 30px;
}

footer .contact_details li div.mail:after {
    background: url('../images/mail.png') center center no-repeat;
    background-size: 32px;
}

footer .contact_details li:hover {
    cursor: pointer;
}

footer .contact_details li span:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 12px;
    top: -7px;
    z-index: 2000;
    border-bottom: 7px solid #112a7b;
    z-index: -1;
}

footer .contact_details li span {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    background: #fff;
    line-height: 35px;
    border: 2px solid #112a7b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 50px 0 10px;
    left: 0;
    bottom: -49px;
    display: none;
    opacity: 0;
    white-space: nowrap;
	    color: #000;
}

footer .contact_details li.view span {
    display: block;
    animation-name: slideInUp;
    opacity: 1;
}

footer .contact_details li span em {
    display: inline-block;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: #112a7b url('../images/copy.svg') center center no-repeat;
    background-size: 12px;
    width: 35px;
}

	p{
    color: #fff;
	    color: transparent;
    background: -webkit-linear-gradient(135deg,#fff 50%,#ffba00 100%);
    background: linear-gradient(315deg,#fff 50%,#ffba00 100%);
    -webkit-background-clip: text;
    font-size: 20px;
    vertical-align: middle;
    line-height: 35px;
    padding-top: 15px;
    text-align: justify;
}

	p b{
    
    font-weight: bold; font-size: 24px;
}


/**Animation **/

.left_column,
footer .contact_details li span,
#faq .list_questions li .answer,
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (min-width:2000px) {
   
    .main_screen .article .info_site div {
        width: 74%;
    }
}

@media screen and (min-width:1558px) and (max-width:2000px) {
    
}

@media screen and (min-width:1200px) {
    .main_screen .article,
    .conteiner_inner,
    header div {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:1200px) {
    header div .logotype {
        left: 12px;
    }
    .main_screen .article,
    .conteiner_inner,
    header div {
        padding-left: 12px;
        padding-right: 12px;
    }
    .best_quality .left_column img {
        width: 90%;
        height: auto;
    }
    .main_article_text .conteiner_inner .right_column div img {
        width: 100%;
        height: auto;
    }
    .main_article_text .conteiner_inner {
        padding-right: 0;
    }
}

@media screen and (max-width:1080px) {
    .main_article_text .conteiner_inner .left_column article {
        max-height: 368px;
    }
    .slick-slider {
        background: none;
    }
}

@media screen and (max-width:980px) {
    .main_article_text .conteiner_inner .left_column article {
        max-height: 282px;
    }
    .main_screen {
     
        background-size: initial;
    }
    .enrich_word .conteiner_inner .column {
        width: 70%;
        background: rgba(245, 249, 252, 1);
        background: -moz-linear-gradient(left, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.78) 47%, rgba(245, 249, 252, 0.53) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 249, 252, 1)), color-stop(47%, rgba(245, 249, 252, 0.78)), color-stop(100%, rgba(245, 249, 252, 0.53)));
        background: -webkit-linear-gradient(left, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.78) 47%, rgba(245, 249, 252, 0.53) 100%);
        background: -o-linear-gradient(left, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.78) 47%, rgba(245, 249, 252, 0.53) 100%);
        background: -ms-linear-gradient(left, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.78) 47%, rgba(245, 249, 252, 0.53) 100%);
        background: linear-gradient(to right, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.78) 47%, rgba(245, 249, 252, 0.53) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fc', endColorstr='#f5f9fc', GradientType=1);
    }
    #faq .list_questions li .questions span {
        line-height: 1.5;
        padding-top: 8px;
        height: 43px;
    }
    #faq .list_questions li .questions span i {
        top: 10px;
    }
    #current_news .conteiner_inner ul li:last-child {
        display: none;
    }
    #current_news .conteiner_inner ul li {
        width: 50%;
    }
}

@media screen and (min-width:965px) and (max-width:1160px) {
    .main_screen {
    
    }
}

@media screen and (min-width:721px) and (max-width:960px) {
    header div nav a:after {
        background: #2085fe;
    }
    header div nav a.active {
        color: #fff;
        background: #2085fe;
    }
    header div nav a {
        color: #0c152b;
    }
    header div nav a:hover {
        color: #fff;
    }
    header div nav a {
        color: #fff;
    }
}

@media screen and (max-width:890px) {
    .main_reasons .conteiner_inner ul li {
        width: 50%;
    }
}

@media screen and (max-width:800px) {
    #faq .list_questions {
        float: none;
        width: 100%;
    }
    #toform a {
        width: 100%;
    }
    .main_reasons {
        background: url('../images/pattern.jpg') left top repeat;
    }
}

@media screen and (max-width:720px) {
    header {
        height: 60px;
   
    }
	
    header div span.menu {
        display: block;
        height: 61px;
        cursor: pointer;
    }
    header div nav {
        display: none;
    }
    header div .logotype {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
    header div .logotype a:hover {
        background: none;
    }
    header div .logotype a .icon_logo_big {
        display: none;
    }
    header div .logotype a .icon_logo_min {
        display: inline-block;
    }
    header div {
        height: 60px;
        padding-left: 0;
    }
    header div .logotype {
        height: 50px;
        margin-top: 0;
        padding-top: 10px;
        padding-right: 10px;
    }
    header.fixed_head div .logotype {
        margin-top: 0;
        margin-left: 10px;padding-top: 0;
    }
}

@media screen and (max-width:695px) {

    .main_screen {
   
		    background-size: cover;
    }
	
    .main_screen .article .info_site div h1 strong,
    .main_screen .article .info_site div h1 {
        color: #fff;
    }
    .main_screen .article .info_site div p {
        /* color: rgba(255, 255, 255, 0.92); */
        font-size: 15px;
    }
    .main_screen .article .info_site div {
        width: 100%;
        padding-top: 20px;
    }
    .main_screen .article .info_site div h1 {
        font-size: 26px;
    }
    .container {
        margin-top: 0;
    }
    .main_screen .article .form_area {
        text-align: center;
    }
    
    .main_screen .article .info_site,
    .main_screen .article .form_area {
        float: left;
        width: 100%;
        display: block;
		
    }
.main_screen .article {position:relative;}
.main_screen .article .info_site {/*position:absolute;*/ left:10px; right:10px; /*top:460px;*/ width:calc(100% - 20px);}
	.main_screen .article .form_area {padding-top:20px; /*padding-bottom:330px;*/}
	header div .logotype {margin-left:10px;padding-top: 0;}
	
	p {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    line-height: 28px;
    padding-top: 25px;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}
}

 

@media screen and (max-width:600px) {
	.container {
    width: auto;

}
    .main_reasons .conteiner_inner ul li {
        width: 100%;
        float: none;
    }
    .main_article_text .conteiner_inner {
        padding-left: 0;
    }
    .main_article_text .conteiner_inner .right_column i {
        left: 50%;
        margin-left: -30px
    }
    .main_article_text .conteiner_inner .left_column article {
        padding-right: 0;
    }
    .main_article_text .conteiner_inner .right_column,
    .main_article_text .conteiner_inner .left_column {
        float: none;
        width: 100%;
    }
    .main_article_text .conteiner_inner .left_column {
        padding-left: 12px;
        padding-right: 12px;
        width: calc(100% - 24px);
    }
    .best_quality .right_column div {
        text-align: center;
        margin-bottom: 20px;
    }
    .best_quality .right_column,
    .best_quality .left_column {
        float: none;
        width: 100%;
    }
    .enrich_word .conteiner_inner {
        padding-left: 0;
    }
    .enrich_word .conteiner_inner .column {
        width: calc(100% - 40px);
        padding-left: 12px;
    }
    #current_news .conteiner_inner ul li:last-child,
    #current_news .conteiner_inner ul li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    #faq .list_questions li .questions span {
        padding-right: 50px;
    }
    .article_footer .last_conviction p {
        padding-left: 12px;
        padding-right: 12px;
    }
    .enrich_word .conteiner_inner .column .comments .comments_items .user_comment {
        min-height: 285px;
    }
}

@media screen and (max-width:520px) {
	#card .main_button button {
  font-size: 12px;
  
}
    .main_screen .article .form_area {/*padding-bottom:440px;*/}
            
    .article_footer .last_conviction span {
        font-size: 20px;
    }
    .article_footer {
        min-height: 420px;
    }
}

@media screen and (max-width:490px) {
    footer .contact_details li:last-child.view span {
        left: 0px;
        right: auto;
    }
    footer .contact_details li:last-child.view span:before {
        left: 10px;
        right: auto;
    }
    footer .contact_details li:nth-child(3).view span,
    footer .contact_details li:last-child.view span {
        left: auto;
        right: 0;
    }
    footer .contact_details li:nth-child(3).view span:before,
    footer .contact_details li:last-child.view span:before {
        left: auto;
        right: 10px;
    }
}

@media screen and (max-width:350px) {
	.main_screen .article .form_area {/*padding-bottom:500px;*/}
}

@media screen and (max-width:390px) {
    .article_footer .last_conviction {
        padding-top: 12px;
    }
    .main_screen .article .info_site div h1 strong,
    .main_screen .article .info_site div h1 {
        font-size: 21px;
    }
    .main_screen .article .form_area .container {
        width: 98%;
    }
}

#card #reglink {
    width: 100%;
    color: #0c152b;
    text-align: center;
    height: 43px;
    line-height: 43px;
    border: 0;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #112a7b;
}

#card.flipped2 {
    -webkit-transform: translateX( -100%) rotateY( -180deg);
    -moz-transform: translateX( -100%) rotateY( -180deg);
    -o-transform: translateX( -100%) rotateY( -180deg);
    transform: translateX( -100%) rotateY( -180deg);
}

#card .alert-danger {
color: #f00;
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid red;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    clear: both;
    display: block;
    padding: 10px 10px;
}             

.content_short_cart {
    position: relative;
    padding-top: 10px;
    background: #fff;
}


#EduSmartContractAddress{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid rgba(31, 56, 97, 0.91);
    border-radius: 4px;
    border-color: rgba(31, 56, 97, 0.91);
    color: #000;
    white-space: inherit;
    width: 100%;
}

#CopySmartContractAddress{
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: rgba(31, 56, 97, 0.91);
    border-color: rgba(31, 56, 97, 0.91);
    color: #fefefe;
    white-space: inherit;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


