*{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
	width: 100%;
}

body{
	font-family: Trebuchet MS;
	position: relative;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 480px){

	#head-nav{
		min-width: 100%;
		height: 80px;
	}

	#head-nav .nav-wrapper{
		height: 80px;
	}

	#head-nav .nav-logo{
		display: inline-block;
		height: 80px;
		margin-left: 10px;
		float: left;
	}

	#head-nav .nav-menu{
		display: none;
		position: relative;
	}

	#head-nav .mob-nav-button{
		display: block !important;
		padding: 20px;
		position: absolute;
		top: 15px;
		right: 20px;
	}

	#head-nav .mob-nav-button .black-line{
		position: relative;
		display: block;
		width: 25px;
		height: 2px;
		background-color: #0099FF;
		transition: top 1s, rotate 1s;
	}

	#head-nav .mob-nav-button .black-line{
		position: relative;
		display: block;
		width: 25px;
		height: 2px;
		background-color: black;
		-webkit-transition: -webkit-transform 0.5s, top 0.5s;
		transition: transform 0.5s, top 0.5s;
	}

	#head-nav .mob-nav-button .black-line:first-of-type{
		margin-bottom: 8px;
	}

	#head-nav .mob-nav-button.animate .black-line:first-of-type{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 5px;
	}

	#head-nav .mob-nav-button.animate .black-line:last-of-type{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: -5px;
	}

	.content{
		/*width: 100%;*/
		position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}

	.content .myslovoed{
		display: table;
	}

	.content .myslovoed h1{
		font-size: 36px !important;
	}

	#footer{
		height: auto !important;
	}

	.footer-content{
		width: 100%;
	}

	.footer-content .left-side img{
		display: block !important;
		float: none !important;
		height: 25px;
		width: auto;
	}

	.footer-content .left-side a{
		font-size: 13px !important;
		float: left;
		line-height: 25px !important;
		margin-right: 15px !important;
	}
	.footer-content .left-side a:first-of-type{
		margin-right: 15px !important;
	}

	.footer-content .right-side{
		font-size: 13px;
	}

	input[type='email'],
	input[type='password']{
		width: 80% !important;
		padding-left: 10% !important;
	}

	.pages .form-block{
		width: auto !important;
	}

	.pages .account-form .first-name-block{
		width: 100% !important;
	}

	.pages .account-form .last-name-block{
		width: 100% !important;
	}

	.pages .account-form input{
		width: 90% !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
		float: none;
	}

	.pages .form-block .not-now{
		float: none !important;
		display: block;
		top: 20px !important;
		text-align: center;
	}
	.pages .green-button{
		font-size: 15px !important;
		width: auto !important;
		line-height: 42px !important;
	}
	.pages .green-button span{
		font-size: 15px !important;
		line-height: 42px !important;
		top: 0px !important;
	}
	.pages .green-button a{
		font-size: 15px !important;
		line-height: 42px !important;
		top: 0px !important;
	}
	.pages .emailed-form{
		width: auto !important;
	}

	#products .activate-code-block{
		width: auto !important;
	}
	.mobile #products .products-menu{
		width: auto !important;
		height: auto !important;
		background-color: transparent !important;
	}
	.mobile #products .products-menu ul {
		display: none;
	}
	.mobile #products .products-menu .block{
		width: auto !important;
	}
	.mobile #products .products-menu{
		width: auto !important;
		margin: 0px auto;
	}
	.mobile #products .products-menu .block{
		display: block !important;
	}
	.mobile #products .products-menu .title-block{
		width: 100%;
		border-bottom: 3px solid lightgrey;
		display: block !important;
	}
	.mobile #products .products-menu .title-block span{
		display: inline-block;
		color: #00C6FF;
		border-bottom: 3px solid #00C6FF;
		position: relative;
		top: 3px;
		padding-left: 5px;
	}
	.mobile #products .products-menu .product{
		width: auto !important;
		float: none !important;
	}
	.mobile #products .products-menu .product .product-img{
		margin-right: 10px;
	}
	.mobile #products .products-menu .product .product-description{
		width: auto !important;
		float: none !important;
	}
	.mobile #products .products-menu .product .product-description .title{
		font-size: 14px !important;
	}
	.mobile #products .products-menu .product .product-description .product-code{
		font-size: 13px !important;
	}
	.mobile #products .products-menu .product .product-description .data{
		font-size: 14px !important;
	}
	.mobile #products .products-menu .product .badges{
		height: 84px !important;
		min-height: 42px;
		margin-top: 5px !important;
	}
	.mobile #products .no-products{
		width: 100%;
		height: auto;
		margin: 0px auto 0px auto;
		display: block;
	}
	.mobile #products .no-products img{
		width: 85px !important;
		height: auto !important;
		display: block;
		float: left;
		margin-top: 25px;
		margin-right: 25px;
	}
	.mobile #products .no-products p{
		text-align: left;
		font-size: 14px !important;
		color: black;
		padding-top: 25px !important;
	}
	.mobile #products .no-products a{
		text-decoration: underline;
		color: #00C6FF;
	}

	.mobile .dicts-info-block{
		width: auto !important;
		font-size: 14px !important;
	}
	.mobile .dicts-info-block ul li{
		height: auto !important;
	}

    /*mainpage*/
    .mobile #mainpage .form-block li{
        font-size: 18px;
    }
    .mobile #mainpage .form-block .forms-block lable {
        font-size: 18px;
        line-height: 18px;
    }

    /**/
    .mobile .pages .form-block p {
        font-size: 18px;
    }

}

@media screen and (min-width: 768px){

	#head-nav{
		width: 750px;
		height: 80px;
	}

	.content{
		width: 750px;
	}

/*	#footer{
		height: 44px;
	}*/

	.footer-content{
		width: 750px;
	}

}

@media screen and (min-width: 992px){

	#head-nav{
		width: 970px;
		height: 80px;
	}

	.content{
		width: 970px;
	}

	/*#footer{
		height: 44px;
	}*/

	.footer-content{
		width: 970px;
	}

}

@media screen and (min-width: 1200px){

	#head-nav{
		width: 1170px;
		height: 80px;
	}

	.content{
		width: 1170px;
	}

	/*#footer{
		height: 44px;
	}*/

	.footer-content{
		width: 1170px;
	}
}

/* ------------------------------------------------------------ */

.wrapper{
	min-height: 100%;
	width: 100%;
	position: relative;
}
.inner-wrap{
    padding:0px 10px;
}

/* ------------------------------------------------------------- */

#head-nav{
	width: 100%;
    box-shadow: 0px 1px 0px #ddd;
}

#head-nav .nav-wrapper{
	max-width: 950px;
	height: 80px;
	margin: 0px auto;
}

#head-nav .nav-logo{
	display: inline-block;
	height: 80px;
	margin-left: 10px;
	float: left;
}

#head-nav .nav-logo a{
	display: block;
	height: 80px;
	font-size: 1.8em;
	line-height: 80px;
	color: #404040;
	text-decoration: none;
}

#head-nav .nav-logo a span{
	display: inline-block;
	line-height: 80px;
	float: left;
	font-size: 22px;
}

#head-nav .nav-logo .logo{
	height: 60px;
	width: 60px;
	background-image: url("../images/slovoed-big-logo.svg");
	background-size: 60px 60px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 15px;
}

#head-nav .mob-nav-button{
	display: none;
}

#head-nav .mob-nav-menu{
	display: none;
}

#head-nav .nav-menu{
	float: right;
	height: 80px;
	margin-right: 10px;
}

#head-nav .nav-menu .main-button{
	display: inline-block;
	float: left;
	position: relative;
}

#head-nav .nav-menu .blue-bg{
	padding: 5px 25px 5px 10px;
	cursor: pointer;
	margin-top: 22.5px;
	position: relative;
}

.icon{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../images/icons-sprite.svg');
	background-repeat: no-repeat;
	top: 0px;
	float: left;
	margin-right: 2px;
}

.user-icon{
	background-position: 0px 0px;
}

#head-nav .nav-menu .blue-bg.active .user-icon{
	background-position: -32px 0px;
}

.language-icon{
	background-position: -16px 0px;
}

#head-nav .nav-menu .blue-bg.active .language-icon{
	background-position: -48px 0px;
}

#head-nav .nav-menu .blue-bg .user-name, .chosen-language{
	color: #3AB0FF;
	font-size: 17px;
	line-height: 20px;
}

#head-nav .nav-menu .blue-bg .tringle{
	background: transparent;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
}

#head-nav .nav-menu .blue-bg .tringle::after {
	content: '';
	position: absolute;
	bottom: -23px;
	right: 12px;
	border: 5px solid transparent;
	border-top: 5px solid #0099FF;
}

#head-nav .nav-menu .blue-bg.active{
	background-color: #0099FF;
	border-radius: 15px;
	color: white;
}

#head-nav .nav-menu .blue-bg.active span{
	color: white;
}

#head-nav .nav-menu .blue-bg.active .tringle{
	background: transparent;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
}

#head-nav .nav-menu .blue-bg.active .tringle::after {
	content: '';
	position: absolute;
	bottom: -23px;
	right: 12px;
	border: 5px solid transparent;
	border-top: 5px solid white;
}

#head-nav .nav-menu .main-button:first-of-type{
	margin-right: 0px;
}

#head-nav .nav-menu .nav-popup{
	display: none;
	position: absolute;
	top: 65px;
	right: 0px;
	width: auto;
	background-color: white;
	box-shadow: 0px 0px 10px grey;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
}

#head-nav .nav-menu .nav-popup li{
	list-style: none;
}

#head-nav .nav-menu .user-popup{
	min-width: 175px;
}

#head-nav .nav-menu .nav-popup a{
	display: block;
	margin-bottom: 10px;
	padding: 0px 20px;
	color: #404040;
	font-size: 17px;
	text-decoration: none;
}

#head-nav .nav-menu .nav-popup a:hover{
	background-color: #E4F4FF;
	text-decoration: none;
}

#head-nav .nav-menu .nav-popup.active{
	display: block;
}

/* ------------------------------------------------------------- */

.content{
	margin: 0px auto 50px auto;
}

.mob-nav-menu-wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: white;
	z-index: 3;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mob-nav-menu-wrapper.active{
	display: block;
}

.mob-nav-menu-wrapper ul{
	list-style: none;
}

.mob-nav-menu-wrapper .title{
	display: block;
	width: 100%;
	background-color: #F1F1F1;
	line-height: 30px;
	color: #0099FF;
}

.mob-nav-menu-wrapper .title .icon{
	position: relative;
	top: 6px;
	margin-left: 5px;
}

.mob-nav-menu-wrapper .two-lvl-menu{
	margin-left: 25px;
}

.mob-nav-menu-wrapper .two-lvl-menu li{
	line-height: 40px;
	border-bottom: 1px solid #F1F1F1;
}

.mob-nav-menu-wrapper .two-lvl-menu li a{
	text-decoration: none;
	color: black;
}

#mainpage .myslovoed{
	max-width: 370px;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}

#mainpage .myslovoed .myslovoed-logo{
	width: 100px;
	height: 100px;
	display: block;
	background-image: url("../images/slovoed-big-logo.svg");
	float: left;
	margin-right: 10px;
}

#mainpage .myslovoed h1{
	line-height: 100px;
	font-size: 42px;
	color: #404040;
	float: left;
}

#mainpage .form-block{
	max-width: 500px;
	height: auto;
	margin: 0px auto;
	border: 2px solid #D5D5D5;
	border-radius: 15px;
	position: relative;
	margin-top: 30px;
	padding: 0px;
}

#mainpage .form-block li{
	display: inline-block;
	width: 50%;
	list-style: none;
	background: #F9EBEA;
	border-radius: 13px 0px 0px 0px;
	font-size: 25px;
	color: #E55A10;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	float: left;
}

#mainpage .form-block li:last-of-type{
	border-radius: 0px 13px 0px 0px;
}

#mainpage .form-block li span{
	border-bottom: 1px dashed #E55A10;
}

#mainpage .form-block li a{
	text-decoration: none;
	color: #E55A10;
	display: block;
	width: 100%;
	height: 50px;
}

#mainpage .form-block li.active span{
	border-bottom: 1px dashed transparent;
}

#mainpage .form-block li.active{
	background-color: transparent;
	border-bottom: transparent;
}

#mainpage .form-block .forms-block{
	width: 100%;
	top: 50px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
}

#mainpage .form-block .forms-block.active{
	display: block;
}

#mainpage .form-block .forms-block lable{
	display: block;
	width: 90%;
	font-size: 22px;
	color: #3B3B3B;
	line-height: 26px;
	margin: 0px auto 10px auto;
}

#mainpage .form-block .forms-block input{
	border: none;
	outline: none;
	padding-left: 6%;
	padding-right: 0%;
}

.forms-block-text-attention{
	padding: 15px 46px 12px 12px;
	font-size: 12px !important;
	line-height: 1.4;
	color: #333;
	background-color: #FBFBFB;
	margin: 0px 10px 20px 10px !important;
	border-radius: 2px;
	border: 1px solid #F1F1F1;
}

#mainpage input, button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#mainpage input[type='email'],
#mainpage input[type='password'],
#mainpage input[type='text']{
	display: block;
	background: #D9F7FF;
	width: 84%;
	height: 32px;
	margin: 0px auto 15px auto;
	font-size: 20px;
}

#mainpage input[type='email']{
	background: url('../images/icons-sprite.svg')  no-repeat 0 -13px;
	background-size: 55px;
	background-color: #D9F7FF;
}

#mainpage input[type='password']{
	background: url('../images/icons-sprite.svg')  no-repeat 0 -39px;
	background-size: 55px;
	background-color: #D9F7FF;
}

#mainpage .form-block .forms-block .forgotpass{
	color: #00C6FF;
	float: right;
	margin-right: 5%;
	position: relative;
	top: -5px;
}

#mainpage .form-block .forms-block .info{
	display: block;
	width: 90%;
	margin: 0px auto;
	font-family: TrebuchetMS;
	font-size: 14px;
	color: #7B7B7B;
	line-height: 17px;
	text-align: left;
	position: relative;
	top: -10px;
	float: none;
}

#mainpage .form-block .forms-block input[type='button']{
	background: #00C6FF;
	border-radius: 10px;
	width: 226px;
	height: 50px;
	margin: 0px auto;
	display: block;
	font-size: 22px;
	color: white;
	margin-top: 50px;
	padding-left: 0px;
	cursor: pointer;
}

#mainpage input[type='button']:disabled{
	opacity: 0.3;
}

#mainpage .form-block .forms-block .inline {
	margin: 10px auto 10px auto;
	min-height: 20px;
	width: 90%;
}

#mainpage .form-block .forms-block input[type="checkbox"] {
	display: none;
	opacity: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	top: 5px;
	position: relative;
}

#mainpage .form-block .forms-block input[type="checkbox"] + label {
	min-height: 20px;
	display: inline-block;
	padding: 0 0 0 30px;
	background: url('../images/checkbox.png') no-repeat 0px 3px;
	font-size: 18px;
	cursor: pointer;
}

#mainpage .form-block .forms-block input.error-input[type="checkbox"] + label {
	min-height: 20px;
	display: inline-block;
	padding: 0 0 0 30px;
	background: url('../images/checkbox-error.png') no-repeat 0px 3px;
	font-size: 18px;
	cursor: pointer;
}

#mainpage .form-block .forms-block input[type="checkbox"]:checked + label {
	background: url('../images/checkbox-checked.png') no-repeat 0px 3px;
}

#mainpage .form-block .forms-block .loading-block{
}

#mainpage .form-block .forms-block .first-name{
	width: 50%;
	float: left;
}

#mainpage .form-block .forms-block .last-name{
	width: 50%;
	float: right;
}

#mainpage .form-block .forms-block .first-name lable{
	width: 80%;
	margin-left: 10%;
}

#mainpage .form-block .forms-block .first-name input{
	width: 80%;
	margin-left: 10%;
}

#mainpage .form-block .forms-block .last-name input{
	width: 80%;
	float: right;
	margin-right: 10%;
}

#mainpage .checkboxhref{
	color: #10CAFF;
	font-size: 18px;
}

#mainpage form p.error-text{
	display: inline-block;
	color: #E61935;
	font-size: 13px;
	margin-left: 5%;
	margin-right: 5%;
}

#mainpage p.outform{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 15px;
}

#mainpage form input.error-input{
	color: #E61935;
	background-color: #FBDEE2;
}

#mainpage form input.error-input[type=email]{
	background-size: 55px;
	background-position: 0px -68px;
}

#mainpage form input.error-input[type=password]{
	background-size: 55px;
	background-position: 0px -94px;
}

#mainpage form input.error-input[type=checkbox]{

}

#mainpage form.join-form .first-name p.error-text{
	margin-left: 10%;
}

#mainpage form.join-form .checkboxes p.error-text{
	margin-left: 7%;
	margin-top: 15px;
}

/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* footer */
/* ------------------------------------------------------------- */

.footer-height{
	height: 100px;
}

#footer{
	min-width: 100%;
	position: absolute;
	bottom: 0px;
    padding: 5px 0px;
	background-color: #F1F1F1;
}

.footer-content{
	max-width: 950px;
	margin: 0px auto;
    padding: 0px 10px;
}

.footer-content .left-side{
	font-size: 13px;
}

.footer-content .left-side img{
	float: left;
	width: 100px;
	height: 33px;
	margin-top: 10px;
}

.footer-content .left-side a{
	margin-right: 30px;
	color: #089CFE;
	font-size: 14px;
	text-decoration: underline;
	display: inline-block;
}
.footer-content .left-side a:last-of-type{
	margin-right: 0px;
}

.footer-content .right-side{
	color: #989898;
	font-size: 13px;
}

.footer-content .right-side span{
	display: block;
	margin: 5px 3px;
}
/**/

.logo_footer{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.links_footer{
    display: inline-block;
    vertical-align: middle;
}


/* ------------------------------------------------------------- */
/* стили старого css */
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* форма старого css */
/* ------------------------------------------------------------- */

.pages .form-block{
	width: 460px;
	height: auto;
	padding: 30px;
	margin: 0px auto
}

.pages .form-block .red{
	color: red;
}

.pages .form-block .red_info{
	margin-top: 15px;
	font-size: 15px;
	color: red;
	float: right;
}

.pages .form-block .password{
	float: left;
}

.pages .form-block .first-name-block{
	width: 220px;
	float: left;
}

.pages .form-block .last-name-block{
	width: 220px;
	float: right;
}

.pages .form-block .info{
	float: right;
	font-size: 12px;
	color: grey;
	position: relative;
	top: -16px;
}

.pages .form-block .check-box-block{
	margin-top: 15px;
}

.pages .form-block .check-box-block input[type=checkbox]{
	width: 20px;
	height: 20px;
	position: relative;
	top: 7px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.pages input.error{
	border-color: #FF3F04;
	border-width: 1px;
}

.pages input.error[type=checkbox]{
	border-color: #FF3F04;
	border-width: 1px;
}

.pages .error-text{
	color: red !important;
	font-size: 14px !important;
	position: relative;
	top: -12px;
}

.pages .incorrect-text{
	color: red !important;
	font-size: 14px !important;
	position: relative;
	top: -12px;
}

.pages .form-block .check-box-block p{
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.pages .form-block p{
	font-size: 25px;
	margin-bottom: 5px;
}

.pages .form-block input{
	width: 90%;
	height: 38px;
	margin-bottom: 20px;
	/*padding: 0px 10px 0px 10px;*/
	padding-right: 5%;
	padding-left: 5%;
}

.pages .form-block input::-webkit-input-placeholder {
	color: #C7C7C7;
}

.pages .form-block input::-moz-placeholder {
	color: #C7C7C7;
}

.pages .form-block input:-moz-placeholder {
	color: #C7C7C7;
}
.pages .form-block input:-ms-input-placeholder {
	color: #C7C7C7;
}

.pages .form-block input:last-of-type{
	margin-bottom: 20px;
}

.pages .form-block .forgot-pass span{
	font-size: 18px;
	color: #00C7FF;
	float: right;
	cursor: pointer;
	border-bottom: 1px dashed #00C7FF;
}

.pages .form-block .forgot-pass span:hover{
	border-bottom: 1px dashed transparent;
}

.pages .form-block .forgot-pass a{
	font-size: 18px;
	color: #00C7FF;
	float: right;
	cursor: pointer;
	border-bottom: 1px dashed #00C7FF;
	text-decoration: none;
}

.pages .form-block .forgot-pass a:hover{
	border-bottom: 1px dashed transparent;
}

.pages .form-block .green-button{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 103, 176, 86 );
	border-radius: 4px;
	background-image: -moz-linear-gradient( 90deg, rgb(97,195,59) 0%, rgb(141,212,77) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(97,195,59) 0%, rgb(141,212,77) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(97,195,59) 0%, rgb(141,212,77) 100%);
	box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0 , 0.6);
	width: 271px;
	height: 42px;
	margin: 25px auto 0px auto;
	cursor: pointer;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0.5px 0.866px 3px rgb( 0, 0, 0 );
}

.pages .form-block .green-button:disabled{
	opacity: 0.3;
}

.pages .form-block .green-button span{
	display: block;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 7px;
	text-shadow: 0.5px 0.866px 3px rgb( 0, 0, 0 );
}

.pages .form-block .green-button a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 7px;
	text-shadow: 0.5px 0.866px 3px rgb( 0, 0, 0 );
}

.pages .form-block .not-now{
	display: block;
	font-size: 18px;
	color: #00C7FF;
	text-align: center;
	margin-top: 25px;
}

.pages .form-block .not-now a{
	font-size: 18px;
	color: #00C7FF;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed #00C7FF;
}

.pages .form-block .not-now a:hover{
	border-bottom: 1px solid #00C7FF;
}

.pages .form-block p{
	/*color: #7E7E7E;*/
}

.pages .form-block select{
	width: 100%;
	height: 38px;
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
}

.pages .form-block .save-button{
	width: 180px;
}

/* ------------------------------------------------------------- */

.pages .blue-title-line{
	max-width: 950px;
	margin: 25px auto 0px auto;
	position: relative;
}

.pages .blue-title-line .blue-line{
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #DCDCDC;
}

.pages .blue-title-line .blue-title{
	display: inline-block;
	color: #00C6FF;
	font-size: 22px;
	border-top: 2px solid #00C6FF;
	position: relative;
	top: -6px;
}

/* ------------------------------------------------------------- */

#products .error-text{
	top: 4px;
	text-align: center;
	font-size: 16px !important;
}

#products .activate-code-block{
	width: 340px;
	height: auto;
	margin: 50px auto 0px auto;
}

#products .activate-code-block span{
	font-size: 22px;
	display: block;
	text-align: center;
}

#products .activate-code-block input{
	width: 90%;
	height: 38px;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 18px;
}
#products .activate-code-block .activate-code{
	background-color: #00C6FF;
	width: 100%;
	height: 60px;
	border-radius: 10px;
	margin-top: 10px;
}

#products .activate-code-block .activate-code-button{
	width: 200px;
	height: 48px;
	margin-top: 10px;
	background-size: contain;
}

#products .activate-code-block .activate-code-button span{
	font-size: 16px;
	top: 11px;
}

#products .submit-button{
	width: 297px;
	height: 72px;
	display: block;
	margin: 30px auto 0px auto;
	background: url("../images/submit-button.png") no-repeat;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#products .submit-button span{
	color: #00C6FF;
	font-size: 25px;
	display: block;
	text-align: center;
	position: relative;
	top: 16px;
}

#products .products-menu{
	width: 950px;
	height: 2px;
	margin: 50px auto 0px auto;
	position: relative;
	background-color: #DCDCDC;
	position: relative;
}

#products .products-menu ul{
	position: absolute;
	top: -26px;
}

#products .products-menu li{
	display: inline-block;
	color: #BCBCBC;
	list-style: none;
	font-size: 22px;
	cursor: pointer;
	margin-right: 25px;
}

#products .products-menu li:last-of-type{
	margin-right: 0px;
}

#products .products-menu li.active{
	display: inline-block;
	color: #00C6FF;
	list-style: none;
	font-size: 22px;
	border-bottom: 2px solid #00C6FF;
	cursor: default;
}

#products .products-menu .title-block{
	display: none;
}

#products .active-products-block, .inactive-products-block, .waiting-for-approval-block{
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	display: none;
}

#products .active-products-block.active, .inactive-products-block.active, .waiting-for-approval-block.active{
	display: block;
}

#products .product{
	width: 475px;
	height: auto;
	float: left;
	margin-top: 25px;
}

#products .product .product-img{
	width: 110px;
	height: auto;
	float: left;
}

#products .product .product-img img{
	width: 110px;
	height: 110px;
}

#products .product .product-description{
	width: 350px;
	height: auto;
	float: left;
	margin-left: 10px;
}

#products .product .product-description .title{
	background: none;
	width: auto;
	height: auto;
	font-size: 17px;
	color: black;
	margin-right: 20px;
	margin-bottom: 5px;
}

#products .product .product-description .product-code{
	font-size: 15px;
	color: #32B01E;
	margin-bottom: 5px;
}

#products .product .product-description .type{
	display: inline-block;
	background-color: #00C6FF;
	border-radius: 5px;
	font-size: 15px;
	color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
}

#products .product .product-description .data{
	font-size: 18px;
	color: #929292;
}

#products .product .badges{
	width: 100%;
	height: 40px;
	margin-top: 25px;
}

#products .product .badges a{
	display: block;
	float: left;
	margin-right: 10px;
}

#products .product .product-badge{
	width: auto;
	height: 40px;
}

#products .product .online-badge{
	width: 137px;
	height: 42px;
	background: url("../images/badges/online.png") no-repeat;
}

#products .product .ios-badge{
	width: 133px;
	height: 42px;
	background: url("../images/badges/ios.png") no-repeat;
}

#products .product .google-badge{
	width: 117px;
	height: 42px;
	background: url("../images/badges/google.png") no-repeat;
}

#products .product .osx-badge{
	width: 172px;
	height: 42px;
	background: url("../images/badges/osx.png") no-repeat;
}

#products .no-products{
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
	/* скрытый блок */
	display: block;
}
#products .no-products img{
	display: block;
	float: left;
	margin-top: 25px;
	margin-right: 25px;
}
#products .no-products p{
	text-align: left;
	font-size: 20px;
	color: black;
	padding-top: 25px;
}
#products .no-products a{
	text-decoration: underline;
	color: #00C6FF;
}

/* ------------------------------------------------------------- */

#change-password .form-block{
	display: block;
	margin: 25px auto 0px auto;
}

#change-password .form-block p{
	/*color: #7E7E7E;*/
}

/* ------------------------------------------------------------- */

#pwd-recovery .recovery-password-form .recovery-info{
	color: black;
	font-size: 19px;
	margin-top: 30px;
	text-align: center;
}

#pwd-recovery .recovery-password-form .recovery-info a{
	color: #00A2F0;
}

#pwd-recovery .recovery-error-block{
	color: #00A2F0;
	font-size: 18px;
	height: 200px;
	max-width: 950px;
	margin: 0px auto;
}

#pwd-recovery .recovery-error-block p{
	color: black;
	font-size: 19px;
	margin-top: 100px;
	text-align: center;
}

#pwd-recovery .recovery-error-block p a{
	color: #00A2F0;
}

/* ------------------------------------------------------------- */
.pages .reset-password-form{
	display: block;
	margin: 0px auto 0px auto;
}

.pages .reset-password-form .reset-info{
	color: black !important;
	font-size: 17px;
}

.pages .emailed-form{
	width: 460px;
	height: auto;
	padding: 30px;
	display: block;
	margin: 25px auto 0px auto;
	display: block;
}

.pages .emailed-form p{
	font-size: 17px;
	margin-bottom: 12px;
	text-align: center;
}

.pages .emailed-form p span{
	font-size: 22px;
	color: red;
}

.pages .emailed-form .support{
	color: #00C6FF;
}

#mainpage .email-check-block{
	width: 100%;
	max-width: 460px;
	height: auto;
	margin: 0px auto;
}

#mainpage .email-check-block p{
	color: black;
	font-size: 18px;
	margin: 0px 5% 0px 5%;
}

/**/

.dicts-info-block{
	width: 950px;
	margin: 50px auto 0px auto;
	font-size: 18px;
	color: #525252;
}

.dicts-info-block p:first-of-type{
	margin-bottom: 15px;
}

.dicts-info-block p:last-of-type{
	margin-top: 15px;
}

.dicts-info-block ul li{
	list-style: none;
	clear: both;
	height: 38px;
}

.dicts-info-block ul li:last-of-type{
	margin-top: 15px;
}

.dicts-info-block ul li img{
	display: block;
	float: left;
	margin-right: 15px;
}

/* -------------------------------------------------------------
                          grid bootstrap style
 -------------------------------------------------------------- */

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row div[class^="col-"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}