/*
	coding by http://htmlcoding.su
*/
html, button, input, select, textarea {
    color: #333;
}

html {
    background: #CCC;
    height: 100%;
    min-width: 960px
}

body {
    font-size: 12px;
    line-height: 1.4;
    background: #FFF;
    min-height: 100%;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #3D3D3D;
    min-width: 960px;
}

a {
    color: #6185d9;
    text-decoration: underline;
    outline: 0 none !important
}

.gray, .gray a {
    color: #b1b1be
}

a:hover {
    color: #4374e6;
    text-decoration: underline
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle
}

textarea {
    resize: vertical;
}

table {
	border-spacing: 10px;
	border-collapse: collapse;
}

td, th {
	padding: 10px;
}

td > p, th > p {
	margin: auto 0;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
	margin: 0 0 1.5em;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

::-webkit-input-placeholder {
    color: #909090;
    font-size: 1em;
    font-style: italic
}

:-moz-placeholder {
    color: #909090;
    font-size: 1em;
    font-style: italic
}

::-moz-placeholder {
    color: #909090;
    font-size: 1em;
    font-style: italic
}

:-ms-input-placeholder {
    color: #909090;
    font-size: 1em;
    font-style: italic
}

.placeholder {
    color: #909090;
    font-size: 1em;
    font-style: italic
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.rel {
    position: relative
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.dashed {
    border-bottom: 1px dashed;
    cursor: pointer;
    line-height: 1em;
    position: relative;
    text-decoration: none !important;
    top: -2px
}

.inline-dashed {
	display: inline-block;
	line-height: 0.9em;
	border-bottom: 1px dashed;
	cursor: pointer;
	position: relative;
	text-decoration: none !important;
	top: -2px
}

.dashed span {
    position: relative;
    top: 2px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none none
}

.b {
    font-weight: bold
}

.normal {
    font-weight: normal;
    font-style: normal
}

.s10 {
    font-size: 10px;
}

.s11 {
    font-size: 11px;
}

.s12 {
    font-size: 12px;
}

.s13 {
    font-size: 13px;
}

.s14 {
    font-size: 14px;
}

.s15 {
    font-size: 15px;
}

.s16 {
    font-size: 16px;
}

.s18 {
    font-size: 18px;
}

.s22 {
    font-size: 22px;
}

.s24 {
    font-size: 24px;
}

.s30 {
    font-size: 30px;
}
.s32 {
	font-size:32px;
}

.iblock {
    display: inline-block
}

.green, .green a {
    color: #6ba422
}

/********/
.static-page .textbox * {
    text-align: left;
}

.static-page h1,
.static-page h2,
.static-page h3 {
    margin-top: 40px;
    margin-bottom: 10px;
}
.static-page h4,
.static-page h5 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.static-page h5 {
    font-size: 16px;
}

.static-page dt {
    margin-top: 15px;
    margin-bottom: 5px;
}
/********/
.container {
    width: 960px;
    min-width: 0;
    max-width: none;
    padding: 0
}

.header {
    background: url(../img/header.jpg) 50% 0;
    min-height: 172px;
    border-bottom: 1px solid #D1D6DD;
    -webkit-box-shadow: 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 0 #FFF;
    box-shadow: 0 1px 0 #FFF;
    margin-bottom: 1px
}

.header nav {
    display: inline-block;
    margin: 12px 0 0 -10px;
    float: left
}

.lang {
    float: right;
    margin: 22px 0 0 10px;
    vertical-align: top
}

.lang a {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 12px 0 0 18px;
    overflow: hidden;
    background: url(../img/sprite.png);
    margin-left: 5px
}

.lang .en {
    background-position: -18px 0
}

.lang .de {
    background-position: 0 0
}

.login-layout {
    float: right;
    font-size: 15px;
    margin: 17px 0 0;
    font-weight: bold;
    min-height: 40px
}

.login-layout li {
    float: left;
}

.login-layout a {
    color: #1a1b1e;
    text-decoration: none
}

.login-layout li a:hover, .login-layout li:active a, .login-layout li:focus a,
.login-layout li:active a, .login-layout li.active a {
    color: #FFF;
    text-decoration: none
}

.login-link {
    display: inline-block;
    margin-right: 20px
}

.profile-link {
    display: inline-block;
    margin-right: 20px
}

.login-layout li .profile-link-profile {
    display: inline-block;
    margin-right: 20px;
    color: #000;
}

.login-layout li .profile-link-profile.active,
.login-layout li .profile-link-profile:hover {
    color: #fff;
}

.login-link:after {
    display: inline-block;
    content: '';
    border: 5px 5px 0;
    border-style: solid;
    border-color: transparent transparent;
    border-top-color: inherit;
    vertical-align: middle;
    margin: 0 0 0 3px
}

.user-ico {
    display: block;
    overflow: hidden;
    float: left;
    margin: -8px 10px 0 0;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 3px solid #85A856;
    -webkit-box-shadow: 0 1px 2px #6D6B6B;
    -moz-box-shadow: 0 1px 2px #6D6B6B;
    box-shadow: 0 1px 2px #6D6B6B;
    line-height: 0;
    font-size: 0;
}

.user-ico img {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.logout-link {
    display: inline-block;
    margin-left: 20px
}

.logout-link:before {
    content: '';
    display: inline-block;
    background: url(../img/sprite.png) -36px 0;
    width: 15px;
    height: 12px;
    vertical-align: baseline;
    margin-right: 2px
}

.logout-link:hover:before {
    background-position: -51px 0
}

nav {
    font-size: 14px;
}

nav.top-menu {
    font-weight: bold;
}

nav li {
    float: left;
}

nav li > * {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    white-space: nowrap;
    color: #FFF;
    padding: 5px 10px;
    text-decoration: none
}

nav li > a:hover,
nav li > *:active,
nav li.active > * {
    color: #13171d;
    text-decoration: none;
}

.logo {
    display: inline-block;
    background: url(../img/logo.png);
    width: 0;
    height: 0;
    padding: 41px 0 0 214px;
    overflow: hidden;
    margin: 33px 0 0
}

.search {
    position: relative;
    width: 390px;
    float: right;
    margin: 37px 0 0
}

.search:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../img/sprite.png) 0 -12px;
    position: absolute;
    top: 9px;
    left: 9px
}

.search input[type="search"] {
    border: 1px solid #BBC0C8;
    height: 34px;
    background: none;
    padding: 0 110px 0 30px;
    width: 100%;
    font-size: 18px
}

.search .btn-blue {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}

.btn-blue, .btn-green, .btn-grey, .btn-gray-light {
    height: 30px;
    padding: 4px 20px 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #ebedf1;
    text-decoration: none;
    text-shadow: 0 1px 0 #555;
    border: 0 none;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    line-height: 26px;
    vertical-align: top;
}

.btn-blue:hover, .btn-green:hover {
    text-decoration: none;
    color: #ebedf1;
}

.btn-grey:hover {
    text-decoration: none;
    color: #ebedf1 !important;
}

.btn-grey {
    background-color: #7c7c7c;
    background-image: -moz-linear-gradient(bottom, #7c7c7c 0%, #aaaaaa 100%);
    background-image: -o-linear-gradient(bottom, #7c7c7c 0%, #aaaaaa 100%);
    background-image: -webkit-linear-gradient(bottom, #7c7c7c 0%, #aaaaaa 100%);
    background-image: linear-gradient(bottom, #7c7c7c 0%, #aaaaaa 100%);
    -webkit-box-shadow: 0 4px 0 0 #5f5f5f;
    -moz-box-shadow: 0 4px 0 0 #5f5f5f;
    box-shadow: 0 4px 0 0 #5f5f5f;

    cursor: default;
}

.btn-blue {
    background-color: #6385db;
    background-image: -moz-linear-gradient(bottom, #6183db 0%, #5babe4 100%);
    background-image: -o-linear-gradient(bottom, #6183db 0%, #5babe4 100%);
    background-image: -webkit-linear-gradient(bottom, #6183db 0%, #5babe4 100%);
    background-image: linear-gradient(bottom, #6183db 0%, #5babe4 100%);
    -webkit-box-shadow: 0 4px 0 0 #526DB4;
    -moz-box-shadow: 0 4px 0 0 #526DB4;
    box-shadow: 0 4px 0 0 #526DB4;
}

.btn-blue:hover {
    background: -moz-linear-gradient(top, #5fbcf1 0%, #668ce7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fbcf1), color-stop(100%, #668ce7));
    background: -webkit-linear-gradient(top, #5fbcf1 0%, #668ce7 100%);
    background: -o-linear-gradient(top, #5fbcf1 0%, #668ce7 100%);
    background: -ms-linear-gradient(top, #5fbcf1 0%, #668ce7 100%);
    background: linear-gradient(to bottom, #5fbcf1 0%, #668ce7 100%);
    text-shadow: 0 2px 0 #555;
}

.btn-blue:active, .btn-blue:focus {
    background: -moz-linear-gradient(top, #5ca6e3 0%, #6184dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ca6e3), color-stop(100%, #6184dc));
    background: -webkit-linear-gradient(top, #5ca6e3 0%, #6184dc 100%);
    background: -o-linear-gradient(top, #5ca6e3 0%, #6184dc 100%);
    background: -ms-linear-gradient(top, #5ca6e3 0%, #6184dc 100%);
    background: linear-gradient(to bottom, #5ca6e3 0%, #6184dc 100%);
    text-shadow: none;
    line-height: 28px
}

.btn-green {
    background-color: #6385db;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2OTAwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmYTEwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #56900b 0%, #5fa109 100%);
    background-image: -o-linear-gradient(bottom, #56900b 0%, #5fa109 100%);
    background-image: -webkit-linear-gradient(bottom, #56900b 0%, #5fa109 100%);
    background-image: linear-gradient(bottom, #56900b 0%, #5fa109 100%);
    -webkit-box-shadow: 0 4px 0 0 #436C06;
    -moz-box-shadow: 0 4px 0 0 #436C06;
    box-shadow: 0 4px 0 0 #436C06;
}

.btn-green:hover {
    color: #ebedf1;
    text-decoration: none;
    background-color: #6385db;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYWYxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmYTEwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #6daf18 0%, #5fa109 100%);
    background-image: -o-linear-gradient(bottom, #6daf18 0%, #5fa109 100%);
    background-image: -webkit-linear-gradient(bottom, #6daf18 0%, #5fa109 100%);
    background-image: linear-gradient(bottom, #6daf18 0%, #5fa109 100%);
    text-shadow: 0 2px 0 #555;
    -webkit-box-shadow: 0 4px 0 0 #3f6c05;
    -moz-box-shadow: 0 4px 0 0 #3f6c05;
    box-shadow: 0 4px 0 0 #3f6c05;
}

.btn-green:active, .btn-green:focus {
    text-decoration: none;
    color: #ebedf1;
    background-color: #6385db;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwOWExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5OTIwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #509a11 0%, #499209 100%);
    background-image: -o-linear-gradient(bottom, #509a11 0%, #499209 100%);
    background-image: -webkit-linear-gradient(bottom, #509a11 0%, #499209 100%);
    background-image: linear-gradient(bottom, #509a11 0%, #499209 100%);
    -webkit-box-shadow: 0 4px 0 0 #3f6c05;
    -moz-box-shadow: 0 4px 0 0 #3f6c05;
    box-shadow: 0 4px 0 0 #3f6c05;
    line-height: 28px;
    text-shadow: none;
}

.btn-gray-light {
	background: rgb(241,243,245);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjNmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2UwZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(241,243,245,1) 0%, rgba(220,224,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,243,245,1)), color-stop(100%,rgba(220,224,229,1)));
	background: -webkit-linear-gradient(top,  rgba(241,243,245,1) 0%,rgba(220,224,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(241,243,245,1) 0%,rgba(220,224,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(241,243,245,1) 0%,rgba(220,224,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(241,243,245,1) 0%,rgba(220,224,229,1) 100%);
	-webkit-box-shadow:0 4px 0 0 #C3CAD2;
	-moz-box-shadow:0 4px 0 0 #C3CAD2;
	box-shadow:0 4px 0 0 #C3CAD2;
	color:#88919b;
	text-shadow:0 -1px 0 #FFF;
}
/*
.btn-gray-light:hover {
	text-decoration:none;
	color:#88919b;
	background: rgb(241,243,245);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjNmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGViZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(241,243,245,1) 0%, rgba(232,235,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,243,245,1)), color-stop(100%,rgba(232,235,239,1)));
	background: -webkit-linear-gradient(top,  rgba(241,243,245,1) 0%,rgba(232,235,239,1) 100%);
	background: -o-linear-gradient(top,  rgba(241,243,245,1) 0%,rgba(232,235,239,1) 100%);
	background: -ms-linear-gradient(top,  rgba(241,243,245,1) 0%,rgba(232,235,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(241,243,245,1) 0%,rgba(232,235,239,1) 100%);
}
.btn-gray-light:active {
	line-height:28px;
	text-shadow:none
}
.btn-gray-light:focus {
	color:#88919b;
	text-decoration:none;
}
*/

.holder-slider {
    background: #2E3746;
    overflow: hidden;
}

.holder-content {
    background: url(../img/bg.jpg);
    border-bottom: 1px solid #E4E7E9
}

.holder-news {
    border-top: 1px solid #FFF;
    background: url(../img/bg-news.jpg);
    padding: 40px 0
}

footer {
    background: url(../img/footer.jpg) 50% 0;
    min-height: 258px;
    padding: 50px 0 0
}

footer a {
    color: #6b8ddb
}

footer a:hover, footer a:focus {
    color: #FFF
}

.copyright {
    margin-bottom: 30px
}

.copyright, .copyright a {
    color: #868e9b;
}

.copyright p {
    margin: 0 0 5px
}

footer .block-title {
    color: #dde2e9;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: bold
}

footer li {
    line-height: 1.2;
    margin-bottom: 10px
}

footer .products li {
    display: inline-block;
    float: left;
    width: 50%
}

.socials a {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 25px 0 0 25px;
    overflow: hidden;
    vertical-align: top;
    background: url(../img/sprite.png)
}

.socials .facebook {
    background-position: 0 -29px
}

.socials .facebook:hover {
    background-position: 0 -55px
}

.socials .google {
    background-position: -25px -29px
}

.socials .google:hover {
    background-position: -25px -55px
}

.socials .vk {
    background-position: -50px -29px
}

.socials .vk:hover {
    background-position: -50px -55px
}

.socials .tw {
    background-position: -75px -29px
}

.socials .tw:hover {
    background-position: -75px -55px
}

.socials .linkedin {
    background-position: -100px -29px
}

.socials .linkedin:hover {
    background-position: -100px -55px
}

.socials .youtube {
    background-position: -200px -449px
}

.socials .youtube:hover {
    background-position: -200px -475px
}

.socials-small a {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 17px 0 0 17px;
    overflow: hidden;
    vertical-align: top;
    background: url(../img/sprite.png)
}

.socials-small .fb {
    background-position: -7px -381px
}

.socials-small .fb:hover {
    background-position: -7px -401px
}

.socials-small .google {
    background-position: -92px -381px
}

.socials-small .google:hover {
    background-position: -92px -401px
}

.socials-small .vk {
    background-position: -50px -381px
}

.socials-small .vk:hover {
    background-position: -50px -401px
}

.socials-small .tw {
    background-position: -28px -381px
}

.socials-small .tw:hover {
    background-position: -28px -401px
}

.socials-small .in {
    background-position: -71px -381px
}

.socials-small .in:hover {
    background-position: -71px -401px
}

.holder-content .container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.sidebar {
    float: left;
    width: 220px;
}

.content-wrapper {
    margin-left: 240px
}

.content-search-wrapper {
	margin-left: 0;
}

.content {
    float: left;
    width: 100%;
    min-height: 500px;
}

.content:after {
    content: '';
    display: table-cell;
    clear: both
}

.sidebar-menu {
    font-size: 16px;
    font-weight: bold;
    background-image: url(../img/menu-bg-big.jpg);
}

.sidebar-menu a,
.sidebar-menu span {
    color: #FFF;
    text-decoration: none;
    display: block;
	padding: 14px 0 14px 22px;
	position: relative;
    white-space: nowrap;
}

.sidebar-menu > li > a:hover, .sidebar-menu .active > a, .sidebar-menu .active > span {
    color: #2e3745;
}

.sidebar-menu {
    padding: 19px 0;
    position: relative;
    margin-bottom: 20px
}

.sidebar-menu li {
    display: block;
    position: relative;
    min-height: 50px;
	padding-left: 15px;
}

.sidebar-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #6588B4;
    border-width: 9px 24px;
    border-bottom: 0 none
}

.sidebar-menu > li:not(.has-child) > a:before,
.sidebar-menu > li:not(.has-child) > span:before {
    content: '';
    display: inline-block;
    background: url(../img/sprite.png) -32px -12px;
    width: 14px;
    height: 14px;
    position: absolute;
    left:0;
    top: 18px
}

.sidebar-menu > .active {
    position: relative;
    z-index: 5
}

.sidebar-menu > .active:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    left: -10px;
    height: 54px;
    width: 242px;
    background: url(../img/sprite.png) 0 -81px no-repeat
}

.sidebar-menu > li.active span:before,
.sidebar-menu > li.active a:before,
.sidebar-menu > li > a:hover:before {
    background-position: -18px -12px
}

.sidebar-menu ul {
	display: none;
	padding-left: 25px;
}
.sidebar-menu .opened > ul {
    display: block;
}
.sidebar-menu ul li {
	padding-left:0;
	min-height:0;
	font-size:14px;
	font-weight:normal;
	position:relative;
	z-index:5;
}
.sidebar-menu ul li:before {
	display:none;
}
.sidebar-menu ul li.active:before {
	width:171px;
	height:29px;
	background:url(../img/menu-bg-item.png) 0 0 no-repeat;
	z-index:0;
	left:-12px;
	top:2px;
	display:block;
	content:'';
	position:absolute;
}
.sidebar-menu ul > li a,
.sidebar-menu ul > li span {
	padding:4px 0;
	position:relative;
	z-index:5;
}
.sidebar-menu ul li:hover a {
	text-decoration:underline;
}
.sidebar-menu ul li.active span {
	color:#2e3745;
	font-weight:bold;
}
.sidebar-menu .arrow {
	display:none;
	position:absolute;
	width:14px;
	height:14px;
	-moz-border-radius:100%
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	left:15px;
	top:18px;
	cursor:pointer;
	z-index:2;
	background: url(../img/sprite.png) -32px -12px no-repeat
}
.sidebar-menu .active .arrow {
    background-position:-18px -12px !important;
}
.sidebar-menu .opened .arrow {
	background-position:-60px -15px !important;
}
.sidebar-menu .opened .arrow:hover {
	background-position:-60px -15px !important;
}
.sidebar-menu .arrow:hover {
	background-position:-18px -12px;
}
.sidebar-menu .has-child .arrow {
	display:block;
}
.sidebar-menu .has-child > a:before {
	display:none;
}
.offer-block:not(.active) {
    display: none;
}

.offer-list {
    margin-left: -20px;
    display: block
}

.offer-list:after {
    content: '';
    display: table;
    clear: both
}

.offer-list li {
    display: inline-block;
    float: left;
    width: 220px;
    margin: 0 0 25px 20px;
    background: #FFF;
    padding-bottom: 8px;
    position: relative
}

.offer-list li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #DCDFE2;
    border-width: 9px 24px;
    border-bottom: 0 none
}

.offer-list .img {
    position: relative;
    max-height: 200px;
    padding: 0 17px;
    font-size: 14px
}

.offer-item-medium {
    height: 283px;
}

.offer-item-medium .img {
    overflow: hidden;
}

.offer-list .img a:hover {
    text-decoration: none
}

.offer-item-medium .attributes {
    position: absolute;
    bottom: 8px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.offer-list .img img {
    display: block;
    width: 220px;
    height: 148px;
    margin-bottom: 10px;
    margin-left: -17px
}
.offer-list .img a.item-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.offer-list .description {
    padding: 7px 17px 0;
    max-height: 60px;
    overflow: hidden;
    font-size: 13px;
    color: #b1b1be
}

.offer-list .summ {
    color: #59960b;
    font-size: 14px;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin: 3px 0 0 17px
}

.offer-list .btn-middle-gray {
    float: right;
    margin: 0 17px 0 0
}

.btn-middle-gray {
    color: #79798a;
    display: inline-block;
    border: 0 none;
    text-decoration: none !important;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ededef;
    background-image: -moz-linear-gradient(bottom, #e1e5ea 0%, #f7f8fa 100%);
    background-image: -o-linear-gradient(bottom, #e1e5ea 0%, #f7f8fa 100%);
    background-image: -webkit-linear-gradient(bottom, #e1e5ea 0%, #f7f8fa 100%);
    background-image: linear-gradient(bottom, #e1e5ea 0%, #f7f8fa 100%);
}

.btn-middle-gray:hover {
    color: #79798a;
    background: -moz-linear-gradient(top, #f8f9fb 0%, #eaecf0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f9fb), color-stop(100%, #eaecf0));
    background: -webkit-linear-gradient(top, #f8f9fb 0%, #eaecf0 100%);
    background: -o-linear-gradient(top, #f8f9fb 0%, #eaecf0 100%);
    background: -ms-linear-gradient(top, #f8f9fb 0%, #eaecf0 100%);
    background: linear-gradient(to bottom, #f8f9fb 0%, #eaecf0 100%);
}

.btn-middle-gray:focus, .btn-middle-gray:active {
    border-top: 1px solid #B9B9C4;
    border-left: 1px solid #B9B9C4;
    color: #79798a
}

.next-page-container {
    margin-top: 20px;
}

.block-nav {
    display: inline;
    padding: 11px 15px;
}

.block-nav li {
    display: inline-block;
}

.block-nav a,
.block-nav span {
    color: #5a970b;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed;
    line-height: 1;
    text-decoration: none;
    margin-right: 35px;
    z-index: 1
}

.block-nav .active * {
    color: #FFF;
    border: 0 none
}

.block-nav .active *:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    height: 37px;
    left: -15px;
    top: -10px;
    right: -12px;
    background: url(../img/sprite.png) 0 -135px
}

.block-news .title-block {
    color: #2e3745;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle
}

.block-news .title-block.s24 {
    font-size: 24px
}

.block-news hr {
    border-top-color: #E6E9EE;
    margin: 30px 0
}

.block-news .block-content:not(.active) {
    display: none;
}

.news-list {
    margin-bottom: 30px
}

.news-list li {
    width: 48%;
    float: left;
    padding-right: 2%;
    margin-bottom: 20px
}

.news-list li:nth-child(even) {
    padding-right: 0;
    padding-left: 2%
}

.news-list .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px
}

.news-list .title a {
    color: #2e3745;
    text-decoration: none
}

.news-list .title a:hover {
    color: #4374e6;
}

.news-list .img {
    float: left;
    margin-right: 20px;
    width: 180px;
    height: 180px;
    background: 50% 50% / cover no-repeat;
}

.news-list .img img {
    width: 100%;
}

.news-list .item-container {
    margin-left: 180px;
}

.user {
    position: relative;
    display: inline-block
}

.user.user-ico {
    width: 23px;
    height: 23px;
    border-width: 2px;
    -moz-box-shadow: 0 1px 1px #999;
    -webkit-box-shadow: 0 1px 1px #999;
    box-shadow: 0 1px 1px #999;
    margin: -4px 5px 0 0;
}

.user.user-ico img {
    width: 23px;
    height: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    margin: -2px 0 0 -2px;
}

.news-list .user {
    display: inline
}

.news-list .announce {
    margin-top: 20px;
    height: 85px;
    overflow: hidden;
    color: #999;
}

.block-news .more, .btn-more {
    color: #2e3745;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-decoration: none
}

.btn-more.dashed {
	border-bottom: 1px dashed;
	cursor: pointer;
	line-height: 1em;
	position: relative;
	text-decoration: none !important;
	top: 0 !important;
}

.block-news .more:before, .btn-more:before {
    content: '';
    display: block;
    background: url(../img/sprite.png) 0 -172px;
    height: 45px;
    position: absolute;
    left: -30px;
    right: -30px;
    top: -15px;
    z-index: -1;
	text-decoration: none
}

.btn-more-green:before {
    background-position: 0 -222px
}

.btn-more-green:hover:before {
    background-position: 0 -271px
}

.btn-more-green:active:before {
    background-position: 0 -316px
}

.block-news .arrow, .btn-more + .arrow {
    vertical-align: 1px;
    color: #555;
    position: relative;
    z-index: 2
}

.btn-more-green, .btn-more-green + .arrow {
    color: #FFF
}

.btn-more-green:hover, .btn-more-green:focus {
    color: #FFF;
    text-decoration: none
}

.btn-more.spinner:before {
    background: url(../img/ajax-loader-2.gif) 50% 50% no-repeat;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
}

.full-fade {
    position: fixed;
    background: rgba(46, 55, 69, .7);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: none
}

.popup-layer {
    width: 640px;
    padding: 5px 25px;
}

.login-popup, .login-form {
    padding: 5px 25px;
}

.login-popup .title, .popup-layer .title, .login-form .title {
    font-size: 36px;
    color: #2e3745;
    line-height: 1;
    vertical-align: middle;
    margin-right: 10px
}

.login-popup form, .popup-layer form, .login-form form {
    margin-top: 30px
}

.login-popup .btn-blue, .login-form .btn-blue{
    margin-top: 0;
    width: 81px;
}

.login-popup .input-wrapper, .registration-form .input-wrapper, .login-form .input-wrapper {
    width: 235px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.registration-form .security-question input[type="text"] {
    padding-left: 10px;
    width: 230px;
}
.registration-form .security-question .anti-bot-question {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: middle;
    line-height: 28px;
    text-shadow: 1px 1px #ccc;
}

.login-popup .input-wrapper:before,
.registration-form .input-wrapper:before,
.login-form .input-wrapper:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #DBE1E6;
    left: 1px;
    top: 1px;
    z-index: 2;
    position: absolute
}

.login-popup .input-wrapper:after,
.registration-form .input-wrapper:after,
.login-form .input-wrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 16px;
    background: url(../img/sprite.png);
    left: 11px;
    top: 9px;
    z-index: 3
}

.login-popup .item-text:after,
.registration-form .item-text:after,
.login-form .item-text:after {
    background-position: -66px 1px
}

.login-popup .item-pass:after,
.registration-form .item-pass:after,
.login-form .item-pass:after {
    background-position: -80px 0
}

.registration-form .item-mail:after {
    background-position: -157px 0;
    width: 16px;
    left: 9px
}

.login-popup input[type="text"],
.login-popup input[type="password"],
.registration-form input[type="text"],
.registration-form input[type="password"],
.login-form input[type="text"],
.login-form input[type="password"] {
    border: 1px solid #DEE5EB;
    height: 34px;
    width: 100%;
    padding-left: 50px;
    font-size: 14px;
    margin-bottom: 5px
}

.popup-layer input[type="text"], .popup-layer textarea, .popup-layer input[type="password"] {
    border: 1px solid #DEE5EB;
    height: 34px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 5px
}

.errors-wrapper {
    margin: 15px 10px;
    color: #f00;
    font-size: 13px;
    line-height: 150%;
}

.popup-layer textarea {
    height: auto;
    padding: 5px;
    overflow-y: auto;
    resize: none;
    margin-bottom: 10px
}

.form-simple input.has-error, .form-simple textarea.has-error,
.popup-layer input.has-error, .popup-layer textarea.has-error {
    border-color: #a94442;
    background-color: #ffeeee;
}

.login-popup .item-pass a,
.login-form .item-pass a {
    color: #659e20
}

.login-popup .item-pass a:hover,
.login-form .item-pass a:hover  {
    color: #4374e6;
}

.login-socials {
    color: #2e3745;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
}

.login-socials .socials {
    vertical-align: top;
    margin-top: -3px;
    display: inline-block;
    margin-left: 10px;
    width: 170px
}

.login-popup .close, .popup-layer .close {
    text-decoration: none;
    background: #4B545F;
    display: inline-block;
    width: 21px;
    height: 21px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
    line-height: 21px;
    position: absolute;
    right: -5px;
    top: -5px;
    opacity: 1;
    font-weight: 100;
    font-family: Arial, sans-serif
}

.login-form .form-container {
	position: relative;
	float: left;
	width: 660px;
	border-right: 1px solid #dcdfe4;
	padding: 48px 0px 52px 50px;
}

.login-form .register-container {
	position: relative;
	float: left;
	width: 360px;
	height: 255px;
	margin-left: 2px;
	border-left: 1px solid #dcdfe4;
	padding: 44px 40px 0 50px;
}

.login-form .register-container p {
	line-height: 21px;
	font-style: italic;
	color: #959fac;
	font-size: 14px;
}

.login-form .register-container .bnt-reg {
	/*margin: 0 auto;*/
	margin-top: 20px;
	width: 204px;
	display: block;
}

.login-form form {
	margin-top: 40px;
}

.login-form form .forgot-password {
	line-height: 39px;
}

.login-form .form-container .login-socials {
	margin-top: 15px;
}

.login-form .form-container .login-socials .socials {
	width: 136px;
}

.registration-form .login-socials .socials {
	width: auto;
}

.login-form .pull-left .title {
	color: #639d1f;
}

.container .form-narrow {
    width: 50%;
    margin: 0 25%;
}

.form-title {
    margin-top: -5px;
    margin-bottom: 15px;
}

.mainpage-slider {
    margin-right: -130px
}

.mainpage-slider .bx-wrapper {
    margin: 0 auto
}

.mainpage-slider .bx-wrapper .bx-viewport {
    background: none;
    border: 0 none;
    box-shadow: none;
    left: 0;
}

.mainpage-slider .bx-wrapper .bx-pager {
    text-align: left
}

.mainpage-slider .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    position: absolute;
    height: 0;
    margin: 0;
    outline: 0 none;
    top: auto;
    width: 0;
    padding: 14px 0 0 24px;
    overflow: hidden;
    background-image: url(../img/sprite.png);
    z-index: 9999;
    display: inline-block
}

.mainpage-slider .bx-wrapper .bx-next {
    right: 0;
    background: none;
    background-position: -124px 0
}

.mainpage-slider .bx-wrapper .bx-prev {
    background: none;
    left: 0;
    background-position: -100px 0
}

.mainpage-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #AFB7C4;
    border-radius: 6px;
    display: block;
    height: 6px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 6px;
}

.mainpage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #5F9F09;
    width: 3px;
    height: 3px;
    top: 2px;
    position: relative
}

.mainpage-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
    position: relative;
}

.mainpage-slider .bx-wrapper .bx-pager {
    padding: 0;
    text-align: center;
    width: 120px
}

.mainpage-slider .bx-controls-direction {
    position: relative;
    top: -18px;
    width: 120px
}

.mainpage-slider .bx-controls {
    position: absolute;
    margin-top: -30px;
    z-index: 99
}

.mainpage-slider .bx-wrapper li {
    height: 400px
}

.mainpage-slider .slide-image {
    position: relative;
    float: right;
}
.mainpage-slider .slide-image img {
    width: 800px;
    height: 400px;
}

.mainpage-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../img/slider-overlay.png) right top no-repeat;*/
    height: 400px;
    width: 1090px;
    padding: 30px 0 0
}

.mainpage-slider .slider-left-block {
    clear: both;
    position: absolute;
    top: 0;
    left: 206px;

    width: 165px;
    height: 400px;

    background: rgba(46, 55, 70, 1);

    -webkit-transform: skew(-22deg, 0deg);
    -moz-transform: skew(-22deg, 0deg);
    -ms-transform: skew(-22deg, 0deg);
    -o-transform: skew(-22deg, 0deg);
    transform: skew(-22deg, 0deg);
}

.mainpage-slider .slider-right-block {
    clear: both;
    position: absolute;
    top: 0;
    right: -84px;

    width: 165px;
    height: 400px;

    background: rgba(46, 55, 70, 1);

    -webkit-transform: skew(-22deg, 0deg);
    -moz-transform: skew(-22deg, 0deg);
    -ms-transform: skew(-22deg, 0deg);
    -o-transform: skew(-22deg, 0deg);
    transform: skew(-22deg, 0deg);
}

.mainpage-slider .slider-content {
    position: absolute;
    left: 0;
    top: 30px;
    height: 370px;
    width: 400px;
}

.mainpage-slider .overlay .required {
    font-size: 35px;
    color: #e5e9ef;
    max-width: 350px;
    margin-bottom: 20px;
}

.mainpage-slider .overlay .text {
    color: #c3cbd8;
    font-size: 12px;
    max-width: 320px;
    margin-bottom: 40px;
    line-height: 2
}

.mainpage-slider .overlay .price {
    display: inline-block;
    font-weight: bold;
    color: #74ace6;
    margin-right: 20px;
    font-size: 16px;
    line-height: 30px;
}

.registration-form, .login-form, .white-box {
    position: relative;
    background: #FFF;
    padding: 30px 30px 70px;
    -webkit-box-shadow: 0 50px 50px -15px rgba(167, 176, 191, .5);
    -moz-box-shadow: 0 50px 50px -15px rgba(167, 176, 191, .5);
    box-shadow: 0 50px 50px -15px rgba(167, 176, 191, .5);
    margin: 0 -30px 100px;
}

.login-form {
	padding: 0;
}

.registration-form:after, .login-form:after, .white-box:after {
    border-color: #DCDFE2 rgba(255, 255, 255, 0);
    border-left: 24px solid rgba(255, 255, 255, 0);
    border-right: 24px solid rgba(255, 255, 255, 0);
    border-style: solid solid none;
    border-width: 9px 24px 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.registration-form form {
    border: 1px solid #DCE0E5;
    padding: 30px 30px 5px;
    border-bottom: 0 none;
    position: relative;
    width: 340px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    text-align: left
}

.registration-form .input-wrapper {
    width: 100%;
    margin-bottom: 10px
}

.registration-form .login-socials {
    margin-bottom: 35px;
}

.registration-form form:after, .registration-form form:before {
    content: '';
    display: block;
    border-width: 34px 202px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #DCE0E5;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1
}

.registration-form form:before {
    border-top-color: #FFF;
    margin-top: -1px;
    z-index: 2
}

.registration-help .title {
    color: #2d3745;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px;
    text-shadow: 0 1px 0 #fff;
}

.registration-form .textbox, .registration-help .textbox {
    color: #2d3745;
    font-size: 14px;
    line-height: 1.7
}

.registration-form .sign-up-btn {
    width: 201px;
}

.registration-help .textbox {
    color: #687280;
    line-height: 1.4
}

.registration-form .textbox p, .registration-help .textbox p {
    margin: 0 0 25px;
    line-height: 1.7;
}

.registration-help .textbox p {
    width: 90%
}

.registration-form .textbox .title {
    color: #639d1f;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 2
}

.registration-help .accordion .item-text {
    display: none;
    line-height: 1.7;
    max-width: 80%;
    font-size: 12px
}

.registration-help .accordion li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px;
    display: block;
    line-height: 1
}

.registration-help .accordion li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/sprite.png) -191px -2px;
    position: absolute;
    left: 0;
    top: 0px
}

.registration-help .accordion .active:before {
    background-position: -179px -2px
}

.is-developer {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -92px;
    width: 0;
    height: 195px;
    padding: 0 0 0 34px;
    overflow: hidden;
    background: url(../img/sprite.png) -451px 0;
    -webkit-transition: padding .1s ease;
    -moz-transition: padding .1s ease;
    -o-transition: padding .1s ease;
    transition: padding .1s ease;
    z-index: 55
}

.is-developer:hover {
    padding: 0 0 0 43px;
    background-position: -408px 0
}

.is-developer:active {
    padding: 0 0 0 43px;
    background-position: -365px 0
}

.catalogue-menu {
    background-image: url(../img/menu-bg-big.jpg);
    padding-top: 20px
}


.catalogue-menu .title {
    font-size: 30px;
    font-family: 'Open Sans Condensed';
    color: #2e3745;
    padding: 0 0 0 15px;
    font-weight: normal;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-menu .title:before, .sidebar-menu .hr:before {
    display: none
}

.sidebar-menu .hr {
    padding: 0;
    border-top: 1px solid rgba(38, 76, 128, .23);
    height: 0;
    border-bottom: 1px solid rgba(145, 229, 255, .21);
    min-height: 0;
    margin: 1em 0
}

.view-mode {
    padding: 0 0 0 15px;
    margin: 15px 0 25px
}

.view-mode [class^="mode-"] {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 25px 0 0 34px;
    overflow: hidden;
    background: url(../img/sprite.png);
    margin-right: 10px
}

.view-mode [class^="mode-"]:hover {
    opacity: .85
}

.view-mode .mode-small {
    background-position: -209px 0
}

.view-mode .mode-small.active {
    background-position: -209px -29px;
    opacity: 1
}

.view-mode .mode-medium {
    background-position: -250px 0
}

.view-mode .mode-medium.active {
    background-position: -250px -29px;
    opacity: 1
}

.view-mode .mode-big {
    background-position: -290px 0
}

.view-mode .mode-big.active {
    background-position: -290px -29px;
    opacity: 1
}

li.offer-item-small {
    background: none;
    padding: 0;
    height: 74px
}

li.offer-item-small:after {
    display: none

}

.offer-item-small .img {
	position: absolute;
    padding: 0;
}

.offer-item-small a.item-title {
    display: inline;
    overflow: hidden;
    padding-top: 2px;
    margin-bottom: 2px;
    line-height: 1;
}

.offer-item-small .item-info {
	position: absolute;
	top: 16px;
	left: 84px;
}

.offer-item-small .item-info .manufacturer {
	height: 16px;
}

.offer-item-small .img .rating {
	display:inline-block;
	padding:0;
	margin:0;
	vertical-align:-1px;
}

.offer-item-small .img img {
    display: block;
    height: 74px;
    width: 74px;
    margin: 0 10px 0 0;
    float: left;
    -webkit-box-shadow: 1px 0 0 #D0D6E0, 0 2px 0 0 #D0D6E0;
    -moz-box-shadow: 1px 0 0 #D0D6E0, 0 2px 0 0 #D0D6E0;
    box-shadow: 1px 0 0 #D0D6E0, 0 2px 0 0 #D0D6E0
}

.offer-item-small .img a {
    color: #2e3745;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	white-space: normal;
}

.offer-item-small .manufacturer {
    font-size: 11px;
    margin: 2px 0
}

.offer-item-small .manufacturer a {
    color: #6186d9;
}

.offer-item-small .manufacturer a:hover {
    text-decoration: none
}

.offer-item-small .summ {
    margin: 0
}

.rating, .rating span {
    display: inline-block;
    width: 55px;
    height: 10px;
    background: url(../img/sprite.png) -138px -52px;
    text-align: left;
    font-size: 0;
}

.rating span {
    background-position: -138px -42px;
    text-indent: -10000px;
}

.rating-big, .rating-big span {
    display: inline-block;
    width: 78px;
    height: 14px;
    background: url(../img/sprite.png) -387px -225px;
    vertical-align: baseline
}

.rating-big span {
    background-position: -387px -210px;
    text-indent: -10000px;
}

.rating-large {
    display: inline-block;
    line-height: 0;
    vertical-align: baseline
}

.rating-large:after {
    display: block;
    clear: both;
    content: ''
}

.rating-large span {
    background-position: -125px -403px
}

.rating-large > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating-large > label {
    float: right;
    display: inline-block;
    width: 28px;
    height: 22px;
    cursor: pointer;
    font-size: 0;
    background: url(../img/sprite.png) -121px -378px;
}

.rating-large > input:checked ~ label {
    background-position: -121px -429px;
}

.rating-large > label:hover,
.rating-large > input:checked ~ label:hover,
.rating-large > label:hover ~ label {
    background-position: -121px -403px;
}

.rating-large > label:active,
.rating-large > label:active ~ label {
    background-position: -121px -429px;
}

.offer-item-small .summ {
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    color: #818892
}

li.offer-item-narrow-big {
    width: 470px;
    background: #FFF;
    padding: 30px 15px 16px 280px;
    position: relative;
    min-height: 215px;
    margin-left: 0;
}

.offer-item-narrow-big .category {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 5px;
    background: #E9EAEC;
    font-size: 11px
}
.offer-item-narrow-big .category a {
    color: #5378cb;
    text-decoration: none
}

.offer-item-narrow-big .category a:hover {
    text-decoration: underline
}
.offer-item-narrow-big .img {
    position: relative;
    padding: 0;
    font: bold 18px/24px Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

.offer-item-narrow-big .img a {
    color: #2d3745;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    text-decoration: none
}

.offer-item-narrow-big .img img {
    position: absolute;
    left: -265px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 175px;
}

.offer-item-narrow-big .manufacturer {
    margin-bottom: 8px
}

.offer-item-narrow-big .description {
    padding: 0;
    height: auto;
    clear: both;
    max-height: 150px;
    margin-bottom: 10px;
    color: #858c92;
    font: 12px/16px Helvetica,Arial,sans-serif;
}

.offer-item-narrow-big .attributes {
    overflow: hidden;
    height: 36px;
    padding: 10px 0;
}

li.offer-item-big {
    float: none;
    width: auto;
    background: #FFF;
    display: block;
    padding: 25px 25px 25px 300px;
    position: relative;
    min-height: 220px
}

.offer-item-big .type-marker {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1em;
    background: url(../img/sprite.png) 0 -135px;
    padding: 4px 20px;
    color: white;
    font-weight: 900;
}

.offer-item-big .category {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    background: #E9EAEC;
    font-size: 11px
}

.offer-item-big .category a {
    color: #5378cb;
    text-decoration: none
}

.offer-item-big .category a:hover {
    text-decoration: underline
}

.icon-busket {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../img/sprite.png) -219px -62px
}

.btn-green .icon-busket {
    vertical-align: -2px
}

.offer-item-big .img {
    position: relative;
    padding: 0;
    line-height: 1.2;
    margin-bottom: 3px
}

.offer-item-big .img a {
    color: #2d3745;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    text-decoration: none
}

.offer-item-big .img img {
    position: absolute;
    left: -270px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 170px;
}

.offer-item-big .manufacturer {
	margin-top: 6px;
	margin-bottom: 6px;
}

.offer-item-big .user-ico {
	border: 0;
	width: 26px;
	height: 26px;
	margin: -5px 8px 0 0;
}

.offer-item-big .description {
    padding: 0;
    height: auto;
	clear: both;
    max-height: 70px;
    margin-bottom: 25px;
    line-height: 18px
}

.offer-item-big .attributes {
    overflow: hidden;
    height: 36px;
    padding: 10px 0;
}

.counts-voices {
    border: 1px solid #B7BCC4;
    padding: 0 5px 0 2px;
    position: relative;
    height: 16px;
    line-height: 14px;
    display: inline-block;
    margin-left: 15px;
    font-size: 11px;
    vertical-align: 1px;
    color: #888;
}

.counts-voices:before, .counts-voices:after {
    position: absolute;
    content: '';
    display: block;
    right: 100%;
    top: -1px;
    border-width: 8px 10px 8px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #B7BCC4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 4;
    margin-right: 1px
}

.counts-voices:after {
    margin-right: 0;
    z-index: 5;
    top: 0;
    border-color: rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 7px 9px 7px 0
}

.counts-voices i {
    font-size: 10px;
}

.page-menu li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.dotted, .inline-dotted {
    position: relative;
    text-decoration: none !important
}

.dotted:after {
	 content: '';
	 display: inline-block;
	 left: 0;
	 right: 0;
	 bottom: 1px;
	 border-bottom: 1px dotted;
	 position: absolute
}

.inline-dotted:after {
	content: '';
	display: inline-block;
	left: 48px;
	right: 20px;
	bottom: 18px;
	border-bottom: 1px dotted;
	position: absolute
}

.page-menu li > * {
    color: #3e4044;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    text-align: center;
}

.page-menu li > a.item-dotted {
	text-decoration-style: dotted;
}

.page-menu li > *:hover, .page-menu .active > * {
    color: #72a635
}

.page-menu .active .dashed {
    border-bottom-color: transparent
}

.page-menu [class^="item-"] > *:before {
    content: '';
    display: inline-block;
    margin: 4px 10px 0 0;
    width: 18px;
    height: 15px;
    background-image: url(../img/sprite.png);
    vertical-align: top;
	text-decoration: none;
}

.page-menu li.item-back a {
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 52px 50px 0 0;
    position: relative;
}

.page-menu li.item-back a:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(../img/sprite.png) -330px -293px;
    left: 15px;
    top: 19px;
    position: absolute
}

.page-menu .active > * {
    background: #FFF
}

.page-menu .item-promo > *:before {
    background-position: -356px -209px
}

.page-menu .item-promo:hover > *:before, .page-menu .item-promo.active > *:before {
    background-position: -329px -209px
}

.page-menu .item-api > *:before {
    background-position: -358px -229px
}

.page-menu .item-api:hover > *:before, .page-menu .item-api.active > *:before {
    background-position: -331px -229px
}

.page-menu .item-manual > *:before {
    background-position: -357px -249px
}

.page-menu .item-manual:hover > *:before, .page-menu .item-manual.active > *:before {
    background-position: -331px -249px
}

.page-menu .item-features > *:before {
    background-position: -357px -270px
}

.page-menu .item-features:hover > *:before, .page-menu .item-features.active > *:before {
    background-position: -331px -270px
}

.item-presentation .left-side {
    display: table-cell;
    width: 600px;
    vertical-align: top
}

.item-presentation {
    padding: 30px 25px;
    table-layout: fixed;
    margin-bottom: 50px
}

.item-presentation .left-side img {
    max-width: 580px;
    max-height: 290px;
}

.item-presentation .right-side {
    display: table-cell;
}

.item-presentation .item-info {
    width: 370px
}

.item-presentation table {
    color: #9ca5b2;
    font-weight: 700
}

.item-presentation td {
    padding: 0 7px 8px 0
}

.item-presentation table .black {
    color: #232529
}

.item-presentation .item-rating-holder {
    float: left;
    width: 42%;
    padding-left: 10px
}

.item-presentation .item-rating-holder .rating-big {
    margin: 0 5px 0 0;
}

.item-presentation .item-cell {
    float: left;
    width: 58%;
    padding-right: 20px;
    margin-bottom: 23px
}

.item-presentation .item-title {
    color: #72a635;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDFE3;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.lined {
    padding-bottom: .8em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #DCDFE3;
    position: relative;
}

.item-presentation .item-title:after, .bloc-users-reviews .block-title:after, .tab-docs .head-title:after, .lined:after {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #DCDFE3;
    bottom: -4px;
    content: ''
}

.stores {
    border: 1px solid #D9DCE0;
    padding: 13px 8px;
    border-bottom: 0 none;
    position: relative;
    color: #404246
}

.stores:after {
    content: '';
    height: 7px;
    background: #FFF url(../img/sprite.png) 0 -366px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -2px
}

.stores li {
    margin-bottom: 7px;
    text-align: center;
}
.stores li a {
    color: #54575d;
    font-weight: bold;
}

.item-presentation .stores {
    margin: 15px 0 0;
    min-height: 50px
}

.item-presentation .btn-green {
    width: 170px;
    text-align: center;
    margin-right: 17px
}

.text-description {
    color: #54575d;
    margin-bottom: 50px overflow : hidden;
}

.readmore-js-toggle {
    margin-top: 10px;
}

.slider-controls {
    vertical-align: -3px;
    display: inline-block
}

.slider-prev a, .slider-next a {
    display: inline-block;
    padding: 18px 18px 0 0;
    height: 0;
    width: 0;
    overflow: hidden;
    background: url(../img/sprite.png) -406px -245px
}

.slider-prev a {
    background-position: -383px -245px
}

.slider-prev:hover a {
    background-position: -383px -265px
}

.slider-prev:active a {
    background-position: -383px -285px
}

.slider-prev.disabled a {
    background-position: -383px -305px
}

.slider-next:hover a {
    background-position: -406px -265px
}

.slider-next:active a {
    background-position: -406px -285px
}

.slider-next.disabled a {
    background-position: -406px -305px
}

.bxslider-default .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 0;
    padding: 0;
    border: 0 none
}

.bxslider-default .bx-wrapper img {
    width: 100%;
}

.media-slider {
    padding: 10px 30px 20px;
    margin: 40px 0 50px;
}

.block-recomended .view-all {
    margin: 8px 0 0 0;
    color: #98a4b5
}

.block-recomended .view-all:hover {
    color: #4374e6;
}

.block-recomended .view-all:before {
    content: "➜";
    display: inline-block;
    margin: 0 3px 0 0;
    font-size: .9em
}

.block-recomended .block-nav {
    margin-left: 30px
}

.block-recomended .block-nav.s12 a {
    font-size: 12px
}

.bloc-users-reviews {
    padding: 50px
}

.bloc-users-reviews .block-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DCDFE3;
    line-height: 1.1
}

.bloc-users-reviews .block-title .btn-blue {
    margin-top: -4px
}

.reviews .rating {
    position: absolute;
    right: 0;
    bottom: 5px
}

.reviews .user-info {
    display: table-cell;
    width: 200px;
    text-align: right;
    padding: 25px 20px 15px 10px
}

.reviews .item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
	margin-left: -8px;
}

.reviews .item-text {
    border: 1px solid #E5E7EA;
    padding: 10px 15px;
    display: table-cell;
    vertical-align: top;
    color: #818892
}

.reviews .item-date {
    display: block;
    margin-top: 5px;
    font-family: 'Trebuchet MS', Arial
}

.reviews .item-text-title {
    font-weight: bold;
    font-size: 14px;
    color: #2e3745
}

.reviews .item-holder .item-holder {
    margin-left: 120px
}

.reviews .btn-holder {
    margin: 30px 0 0 150px
}

.reviews .text-corner, .reviews .text-corner:before {
    display: inline-block;
    position: absolute;
    right: -21px;
    z-index: 10;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #E5E7EA rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.reviews .text-corner:before {
    border-color: rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 11;
    margin: -10px 10px 0 0;
    content: ''
}

.reviews .comment-link a {
    text-decoration: none
}

.reviews .editor {
	overflow: hidden;
	padding: 10px 0;
}

.reviews form textarea {
	width: 100%;
}

.reviews textarea {
	margin-bottom: 20px;
	border: none;
	box-shadow: inset 0 0 0 1px rgba(100, 100, 100, 0.2);
	padding: 5px;
	min-height: 150px;
}

.reviews .comment-link {
	float: left;
	padding-right: 10px;
}

.reviews .comment-link a:hover {
    text-decoration: underline
}

.reviews .comment-edit {
	color: #639d1f;
	text-decoration: none;
}

.reviews .comment-edit:hover {
	text-decoration: underline;
}

.user-rating {
    font-size: 11px
}

.user-rating .set-up, .user-rating .set-down {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 14px 12px 0 0;
    overflow: hidden;
    border: 0 none;
    background-color: transparent;
    background-image: url(../img/sprite.png);
    vertical-align: text-bottom
}

.user-rating .set-up {
    background-position: -439px -246px
}

.user-rating .set-up:hover {
    background-position: -439px -259px
}

.user-rating .set-up:active {
    background-position: -439px -272px
}

.user-rating .set-down {
    background-position: -427px -246px
}

.user-rating .set-down:hover {
    background-position: -427px -259px
}

.user-rating .set-down:active {
    background-position: -427px -272px
}

.user-rating .rating-value {
    color: #9298a1;
}

.user-rating .rating-value.plus {
    color: #599c0b
}

.user-rating .rating-value.minus {
    color: #c52e2e
}

.reviews .user-rating {
    float: right;
    margin: -5px
}

.tab-training {
    display: table;
    min-width: 100%;
    padding-bottom: 0
}

.tab-training > .left-side {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top
}

.tab-training > .right-side {
    display: table-cell;
    width: 220px;
    vertical-align: top;
    padding-top: 20px
}

.tab-training .head-title, .tab-roadmap .head-title {
    margin: 0;
    font-size: 32px;
    color: #313337;
    line-height: 1.1;
    font-weight: 300;
}

.tab-training .head-title.lined {
    padding-bottom: 20px;
    margin-bottom: 40px
}

.tab-training .article-edit-btn {
    float: right;
    position: relative;
    z-index: 1;
}

.tab-training .tab-training-text {
    font-size: 14px;
    line-height: 1.5;
}

.tab-training .tab-training-text p {
    margin: 0 0 1em;
}

.tab-training .tab-training-text pre {
    margin-top: 15px;
    margin-bottom: 40px;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
    word-break: normal;
}
.tab-training .tab-training-text pre code {
    padding: 15px;
    font-size: 12px;
}
.tab-training .tab-training-text h2,
.tab-training .tab-training-text h3,
.tab-training .tab-training-text h4 {
    font-weight: 600;
}
.tab-training .tab-training-text h2 {
    font-size: 28px;
    margin-top: 40px;
}
.tab-training .tab-training-text h3 {
    font-size: 24px;
    margin-top: 40px;
}
.tab-training .tab-training-text h4 {
    font-size: 18px;
    margin-top: 35px;
}
.tab-training .tab-training-text img {
    max-width: 100%;
    height: auto !important;
}
.tab-training .tab-training-text table {
    max-width: 715px !important;
}

.tab-training .bxslider-default {
    margin-bottom: 50px
}

.tab-training-text .highlighted {
    color: #6a8ddb;
    font-size: 16px;
    font-style: italic
}

.tab-training-text .block-title {
    color: #232529;
    font-size: 18px
}

.tab-training .bloc-users-reviews {
    padding: 50px 0
}

.default-list {
    padding-left: 15px;
    margin: 2em 0
}

.default-list li {
    margin-bottom: 10px;
    position: relative;
}

.default-list li:before {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    background: #51A722;
    top: 8px;
    left: -15px
}

.tab-training-text .table {
    color: #9ca5b2;
    border-bottom: 1px solid #F1F3F5;
    margin-bottom: 40px
}

.tab-training-text .table thead {
    background: #F1F3F5;
    color: #232529;
    font-weight: bold;
    font-size: 12px
}

.tab-training-text .table td {
    border-top-color: #F1F3F5;
    padding: 15px 25px
}

.codefield {
    margin-bottom: 40px
}

.codefield pre {
    background: #F1F3F5;
    padding: 30px 40px 20px;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px
}

.anchorjs-link {
	position: relative;
    margin: -2px 0 0 8px;
    display: none;
    width: 15px;
    height: 15px;
    background: url(../img/sprite.png) -243px -60px;
	text-decoration: none;
	cursor: pointer;
    vertical-align: middle;
    text-indent: -10000px;
}

h1:hover .anchorjs-link,
h2:hover .anchorjs-link,
h3:hover .anchorjs-link,
h4:hover .anchorjs-link {
	display: inline-block;
}

.anchorjs-link:hover {
	display: inline-block;
	text-decoration: none;
}

.post-tags > * {
    display: inline-block;
    padding: 7px 10px 6px;
    background: #F1F3F5;
    text-decoration: none !important;
    color: #9ca5b2 !important;
    margin: 0 0 5px 0;
}

.post-tags .counts {
    color: #6a8ddb !important
}

.post-share {
    text-transform: uppercase;
    color: #2e2f33;
    font-size: 12px;
    padding-top: 3px
}

.post-share .socials {
    margin-top: 15px
}

.post-date {
    padding-top: 3px
}

.tab-docs .bloc-users-reviews {
    padding-left: 0;
    padding-right: 0
}

.doc-menu {
    border: 1px solid #EFF1F3;
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 15px;
    width: 220px
}

.doc-menu a,
.doc-menu span {
    text-decoration: none;
    display: block;
}

.doc-menu > li > a,
.doc-menu > li > span {
    color: #2e3745;
    padding: 13px 20px;
    position: relative
}

.doc-menu ul {
    display: none;
    position: relative;
    background: #F7F7F9;
    padding: 5px 0 5px 5px;
}
.doc-menu .active > ul {
    display: block;
}

.doc-menu ul a,
.doc-menu ul span {
    color: #737e8f;
    padding: 6px 20px;
}

.doc-menu ul a:hover,
.doc-menu ul span:hover {
    color: #b0bccd;
}

.doc-menu li > a:after,
.doc-menu li > span:after {
    content: '';
    float: right;
    margin-top: 3px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/sprite.png) -432px -288px;
}

.doc-menu li > a:last-child:after,
.doc-menu li > span:last-child:after {
    display: none
}

.doc-menu > .active > a,
.doc-menu > .active > span {
    background: #F0F1F4;
    color: #6a8ddb;
}
.doc-menu .active .active > a,
.doc-menu .active .active > span {
    color: #6a8ddb;
}

.doc-menu .active > a:after,
.doc-menu .active > span:after {
    background-position: -432px -307px
}

.related-discounts {
    background: #F0F1F4;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2
}

.related-discounts:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 40px 110px 0 110px;
    border-style: solid;
    border-color: #F0F1F4 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    position: absolute;
    top: 100%;
    left: 0
}

.related-discounts .caption {
    background: #F0F1F4 url(../img/doc-menu-bg.jpg) 50% top no-repeat;
    height: 168px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px 12px 0;
    line-height: 1.8;
    margin-bottom: 25px
}

.related-discounts li {
    display: block;
    padding: 0 20px;
    position: relative;
    margin-bottom: 45px;
}

.related-discounts ul li:last-child {
    margin-bottom: 0
}

.related-discounts li img {
    width: 100%
}

.related-discounts .discount-price {
    position: absolute;
    right: 20px;
    top: 41px;
    background: #77AC3A;
    font-size: 14px;
    color: #FFF;
}

.related-discounts .discount-price del {
    display: block;
    font-weight: normal;
    color: #1d1e21;
    font-size: 12px
}

.related-discounts .discount-price .rel {
    padding: 7px 20px 5px 3px
}

.discount-price .rel:before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent #77AC3A #77AC3A transparent;
    position: absolute;
    right: 100%;
    top: 0
}

.discount-price .rel:after {
    content: '';
    display: block;
    right: 100%;
    width: 12px;
    top: 12px;
    bottom: 0;
    background: #77AC3A;
    position: absolute
}

.related-discounts .item-type {
    position: absolute;
    background: #6185D9;
    padding: 2px 7px;
    color: #FFF;
    font-size: 14px;
    left: 25px;
    top: 100%;
    margin-top: -10px;
}

.similar-articles {
    border: 1px solid #ECEEF1;
    padding: 60px 20px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.similar-articles:before, .similar-articles:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 40px 110px 0 110px;
    border-style: solid;
    border-color: #F0F1F4 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0
}

.similar-articles:after {
    border-color: #FFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -1px
}

.similar-articles .caption {
    color: #292d33;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
    font-size: 16px
}

.similar-articles li {
    display: block;
    margin-top: 40px;
    position: relative
}

.similar-articles li:before, .similar-articles li:after {
    content: '';
    display: block;
    border-top: 1px solid #C0C5CD;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: -22px;
    position: absolute
}

.similar-articles li:after {
    width: 40px;
    margin: 3px 0 0 -20px
}

.similar-articles .date {
    display: block;
    color: #9ca5b2;
    margin-bottom: 5px
}

.list-matherials {
    margin-left: -20px;
}

.list-matherials li {
    display: inline-block;
    width: 220px;
    margin: 0 0 40px 22px;
    vertical-align: top
}

.list-matherials .item-description {
    overflow: hidden;
    line-height: 1.7em;
    color: #b1b6c1;
    font-size: 13px
}

.list-matherials li > a {
    display: block;
    font-size: 16px
}

.list-matherials li > a:hover {
    text-decoration: none
}

.list-matherials figure {
    margin-bottom: 5px;
    display: block
}

.list-matherials figure img {
    width: 220px;
    height: 88px;
    margin-bottom: 10px
}

.tab-training .list-matherials {
    margin: 30px 0 30px -22px
}

.tab-docs .left-side {
    display: table-cell;
    width: 200px;
    vertical-align: top
}

.tab-docs {
    display: table;
    color: #2e3745
}

.tab-docs .right-side {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px
}

.tab-docs .item-overview {
    color: #9ca5b2;
    font-size: 14px;
    line-height: 1.6
}

.tab-docs .item-overview .default-list {
    margin: 10px 0
}

.tab-docs .lined.block-title {
    margin: 0 0 20px;
    padding-bottom: 10px
}

.tab-docs .item-filepath {
    margin-bottom: 30px;
    color: #6183d8
}

.tab-docs .item-filepath a {
    text-decoration: none
}

.tab-docs .item-filepath a:hover {
    text-decoration: underline
}

.descr-constants {
    margin-bottom: 30px
}

.descr-constants li {
    display: block;
    background: #F7F7F9;
    padding: 25px 35px;
    position: relative;
    margin-bottom: 5px
}

.descr-constants .toggler {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding: 13px 13px 0 0;
    overflow: hidden;
    background: url(../img/sprite.png) -432px -288px;
    position: absolute;
    left: 10px;
    top: 28px
}

.descr-constants .open .toggler {
    background-position: -432px -307px
}

.descr-constants .item-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px
}

.descr-constants .item-name a {
    text-decoration: none;
    color: inherit
}

.descr-constants .item-decription {
    color: #9ca5b2;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 650px;
    line-height: 1.7;
}

.descr-constants .open .item-decription {
    height: auto;
    white-space: normal;
    text-overflow: none;
}

.descr-constants .item-type-holder {
    position: absolute;
    top: 0;
    right: 0;
}

.descr-constants .item-type-holder > span {
    color: #2e3745;
    font-size: 11px;
    padding: 4px 10px;
    background: #D6E3C8;
    display: inline-block
}

.descr-constants .hidden-params {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 12px 20px 0 0;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.descr-constants .hidden-params:before {
    content: '...';
    position: absolute;
    top: 0;
    color: #527cd9;
    left: 4px;
    line-height: 1
}

.descr-constants .end-toggler {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 12px 12px 0 0;
    overflow: hidden;
    background: url(../img/sprite.png) -360px -290px;
    vertical-align: -2px
}

.descr-constants .open .hidden-params {
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
}

.descr-constants .open .hidden-params:before, .descr-constants .open .end-toggler {
    display: none
}

.descr-constants .c-green {
    color: #72a635
}

.descr-constants .c-blue {
    color: #527cd9
}

.param-table {
    margin-bottom: 0
}

.param-table dt {
    float: left;
    text-align: right;
    width: 135px;
    padding: 0 10px 0 0;
    color: #72a635
}

.param-table dd {
    display: block;
    margin-left: 135px;
    padding: 0 0 15px;
    color: #9ca5b2
}

.param-table dd:after {
    content: '';
    display: table;
    clear: both
}

.param-table dl dd:last-child {
    padding: 0
}

.descr-constants .lined {
    font-weight: bold;
    color: #2e3745
}

.guide-marks {
    margin-bottom: 10px
}

.guide-mark {
    display: inline-block;
    color: #72a635;
    border: 1px solid #EDEEEF;
    padding: 2px 20px 0 10px;
    height: 24px;
    position: relative
}

.guide-mark:after, .guide-mark:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    border-width: 12px 8px 12px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) #EDEEEF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.guide-mark:after {
    border-color: rgba(255, 255, 255, 0) #FFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-right: -1px
}

.tab-roadmap {
    color: #313337
}

.radmap .section {
    margin-bottom: 20px
}

.roadmap .item {
    margin-bottom: 34px
}

.roadmap .item-voting {
    color: #979da8;
    font-size: 12px;
    float: right;
    white-space: nowrap;
}

.roadmap .item-title {
    font-size: 14px;
    margin-right: 300px;
    font-weight: 600;
}

.roadmap .item-description {
    font-size: 12px;
    line-height: 1.8;
    color: #8b919c;
    display: none;
    margin: 16px 300px -10px 0
}

.roadmap .item-title i {
    display: inline-block;
    position: relative
}

.roadmap .item-title i:after, .roadmap .section-head span:after {
    content: '';
    display: inline-block;
	width: 12px;
	height: 12px;
    background: url(../img/sprite.png);
	background-position: -434px -325px;;
    position: absolute;
    right: -15px;
    top: -10px
}

.roadmap .opened .item-title i:after, .roadmap .section-head span:after {
	background-position: -385px -327px;
}

.roadmap .closed .section-head span:after {
	background-position: -434px -325px;
}

.roadmap .section-head span {
    position: relative;
    cursor: pointer
}

.roadmap .section-head span:after {
    top: 7px
}

.like-up, .like-down {
    text-decoration: none !important;
    color: #6a8ddb !important;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin: 0 5px 0 10px;
    min-width: 3.5em
}

.like-down {
    color: #d73528 !important
}

.like-up:before, .like-down:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/sprite.png);
    content: '';
    vertical-align: top;
    margin: 0 5px 0 0
}

.like-up:before {
    background-position: -331px -316px
}

.like-up:hover:before, .like-up:active:before, .like-up.active:before {
    background-position: -331px -339px
}

/*
.like-up:active:before {
    background-position: -331px -362px
}
*/

.like-down:before {
    background-position: -357px -316px
}

.like-down:hover:before, .like-down:active:before, .like-down.active:before {
    background-position: -357px -339px
}

/*
.like-down:active:before {
    background-position: -357px -362px
}
*/

.roadmap .section-head {
    border-bottom: 1px solid #DADCE0;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300
}

.roadmap .section-head:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/sprite.png);
    vertical-align: -2px;
    margin: 0 3px 0 0
}

.roadmap .status-done {
    color: #639c1f;
}

.roadmap .status-done:before {
    background-position: -383px -338px
}

.roadmap .status-in_progress {
    color: #2a2a2a;
}

.roadmap .status-in_progress:before {
    background-position: -409px -338px;
}

.roadmap .status-pending {
    color: #ff7800;
}

.roadmap .status-pending:before {
    background-position: -383px -362px;
}

.roadmap .status-rejected {
    color: #aaadb2;
}

.roadmap .status-rejected:before {
    background-position: -409px -362px;
}

.leave-feedback form {
    padding-bottom: 10px
}

.leave-feedback .btn-blue {
    margin-top: -3px
}

.leave-feedback .rating-large {
    vertical-align: -8px;
    margin-left: 10px
}

/*
############################################################### VLAD 13.08.2014 | contacts page
*/
.contacts-form, .about-us-form, .userprofile-page, .assets-page, .comments-page, .static-page {
    position: relative;
    background: #FFF;
    padding: 30px 30px 70px;
    -webkit-box-shadow: 0 50px 50px -15px rgba(167, 176, 191, .5);
    -moz-box-shadow: 0 50px 50px -15px rgba(167, 176, 191, .5);
    box-shadow: 0 50px 50px -15px rgba(167, 176, 191, .5);
    margin: 0 -30px 100px;
}

.userprofile-page, .assets-page, .comments-page {
    padding: 30px 50px 70px;
}

.contacts-form:after, .userprofile-page:after, .about-us-form:after, .assets-page:after, .comments-page:after, .static-page:after {
    border-color: #DCDFE2 rgba(255, 255, 255, 0);
    border-left: 24px solid rgba(255, 255, 255, 0);
    border-right: 24px solid rgba(255, 255, 255, 0);
    border-style: solid solid none;
    border-width: 9px 24px 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.contacts-form form {
    background: #f2f3f5;
    padding: 40px 110px 40px;
}

.contacts-form .login-socials {
    margin-bottom: 35px;
}

.contacts-form .textbox, .about-us-form .textbox, .assets-form .textbox, .comments-form .textbox, .static-page .textbox {
    width: 100%;
    color: #2d3745;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

.contacts-form select, .contacts-form textarea {
    font-size: 14px;
    font-weight: normal;
}

.contacts-form .textbox p, .about-us-form .textbox p, .assets-form .textbox p, .comments-form .textbox p {
    margin: 0 0 25px;
    line-height: 1.7;
}

.offer-lists-holder .title,
.contacts-form .textbox .title,
.about-us-form .textbox .title,
.assets-form .textbox .title,
.userprofile-page .textbox .title,
.comments-form .textbox .title,
.static-page .title {
    color: #000;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.contacts-form form .form-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-left: -70px;
    margin-bottom: 30px;
}

.contacts-form .anti-bot-question {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px #ccc;
}

.contacts-form hr, .userprofile-page hr, .about-us-form hr, .assets-form hr, .comments-form hr, .static-page hr {
    background: #DBE1E6;
    height: 0;
    margin-top: 5px;
    margin-bottom: 25px;
}

.contacts-form hr:after, .userprofile-page hr:after, .about-us-form hr:after, .assets-form hr:after, .comments-form hr:after, .static-page hr:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    background: #DBE1E6;
}

.contacts-form .input-wrapper .title {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 2;
}

.contacts-form .item-answer p {
    float: right;
    width: 60%;
    margin: 0 100px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgb(176, 184, 194);
}

.contacts-form .item-answer input[type=text] {
    height: 35px;
    width: 180px;
    margin-bottom: 10px;
}

.contacts-form .input-wrapper {
    margin-bottom: 10px;
    display: block;
}

.contacts-form .col-2 {
    width: 100%;
    overflow: hidden;
}

.contacts-form .item-name input, .contacts-form .item-mail input, .contacts-form .item-name, .contacts-form .item-mail {
    width: 370px;
}

.contacts-form .item-name input {
    float: left;
}

.contacts-form .item-mail {
    margin-top: -36px;
    margin-right: 1px;
    float: right;
}

.contacts-form textarea {
    height: 200px;
}

.contacts-form .login-socials {
    margin-top: 30px;
}

.contacts-form .login-socials .socials {
    float: right;
}

.contacts-form .item-name, .contacts-form .item-answer input {
    margin-left: 1px;
}

.description ul,
.tab-training-text ul,
ul.list {
    list-style-type: square;
    padding-left: 40px;
}
.description ol,
.tab-training-text  ol {
    list-style: decimal;
    padding-left: 30px;
}
.description li,
.tab-training-text li {
    margin: 5px 0;
}

/*
###############################################################
*/
/*
############################################################### VLAD 13.08.2014 | user profile page
*/

.userprofile-form, .assets-form, .comments-form {
    width: 720px;
}

.userprofile-page .login-socials {
    margin-bottom: 35px;
}

.userprofile-form .textbox, .comments-page .textbox {
    width: 100%;
    color: #2d3745;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

.userprofile-form .textbox p, .comments-page .textbox p {
    margin: 0 0 25px;
    line-height: 1.7;
    position: relative;
}

.userprofile-form form[class="user-data"] {
    width: 690px;
    background: none;
    padding: 0 5px 5px 0;
    border: none;
}

.userprofile-form form[class="user-data"] input, .userprofile-form form[class="user-data"] textarea {
    background: rgba(100, 100, 100, 0.05);
    color: #000;
    font-weight: normal;
    border: none;
    box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.2);
    margin-bottom: 15px;
    padding: 2px;
    padding-left: 8px;
}

.userprofile-page .sidebar, .assets-page .sidebar, .comments-page .sidebar {
    float: left;
}

.userprofile-page .userprofile-form, .assets-page .assets-form, .comments-page .comments-form {
    float: right;
}

.userprofile-form .change-list, .comments-form .change-list {
    overflow: hidden;
    color: #639d1f;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 20px;
    cursor: pointer;
}

.userprofile-form .change-list .butn, .comments-form .change-list .butn {
    border-bottom: 1px dotted #639d1f;
}

.userprofile-form .change-list span, .comments-form .change-list span {
    float: left;
}

.userprofile-form .change-list .change-list-img, .comments-form .change-list .change-list-img {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/sprite.png) -191px -2px;; /* -191px down arrow, -176px top arrow  */
}

.userprofile-form .change-list .change-list-img1, .comments-form .change-list .change-list-img1 {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/sprite.png) -176px -2px;; /* -191px down arrow, -176px top arrow  */
}

.userprofile-form .user-description {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    margin: 20px 0 5px;
    color: #000;
}

.userprofile-form .update-form {
    margin-top: 15px;
}

.expand-link,
.expand-link:active,
.expand-link:link {
    display: block;
    margin: 15px 0;
    color: #639d1f;
    font-size: 12px;
    text-decoration: none;
}

.expand-link span {
    border-bottom: 1px dashed #639d1f;
}

.expand-link:after {
    content: '\25bc';
}

.expand-link.expanded:after {
    content: '\25b2';
}

.userprofile-form .user-description .avatar {
    float: left;
    cursor: pointer;
    margin: 0 20px 20px 0;
}

.userprofile-form .user-description .avatar a {
    display: block;
}


.userprofile-form .user-description .user-data {
    font-weight: bold;
}

.userprofile-form .user-description .user-data .name {
    font-size: 18px;
}

.userprofile-form .user-description .biography {
    margin: 15px 0;
    color: #333;
}

.userprofile-form label {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}

.userprofile-form .col-2 {
    width: 100%;
    overflow: hidden;
}

.userprofile-form .input-wrapper {
    margin-bottom: 15px;
}

.userprofile-form .item-payout-hidden {
	clear: both;
	float: none;
	padding-top: 10px;
	display: none;
}


.userprofile-form .input-wrapper input,
.userprofile-form .input-wrapper select,
.userprofile-form .input-wrapper textarea {
    border: 1px solid #dbe0e6;
    color: #666;
    padding: 3px 8px;
}

.userprofile-form .input-wrapper input,
.userprofile-form .input-wrapper select {
    width: 100%;
}

.userprofile-form .col-2 .input-wrapper > select {
	border: 1px solid #dbe0e6;
	color: #666;
	padding: 3px 8px;
	height: 31px;
}

.userprofile-form .input-wrapper input[type="radio"] {
	clear: both;
	float: left;
	width: 20px;
	padding: 0;
}

.userprofile-form .item-payout_method span label {
	 float: left;
}

.userprofile-form p.form-submit {
	clear: both;
	padding-top: 10px;
}
.userprofile-form .col-2 .input-wrapper {
    width: 319px;
    float: left;
}
.userprofile-form .col-2 > *:first-child {
    margin-right: 50px;
    color: #000;
}

.userprofile-form .input-wrapper .title {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 2;
}

.userprofile-form .item-mail input {
    margin-left: 1px;
}

.userprofile-form textarea {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.userprofile-form .change-pass-form {
    margin: 30px 0;
    /*background: #f2f3f5;*/
    padding: 5px 20px;
}

.userprofile-form .item-confirm-pass {
    margin-bottom: 30px;
}

.userprofile-form .change-pass-form .error-message {
    display: inline;
    color: #f00;
    font-size: 13px;
    margin-left: 10px;
}

.userprofile-form form .item-confirm-pass .right {
    color: green;
    font-size: 13px;
}

/*
###############################################################
*/
/*
############################################################### VLAD 13.08.2014 | developer contacts
*/

input::-webkit-input-placeholder {
    color: rgb(176, 184, 194);
}

input::-moz-placeholder {
    color: rgb(176, 184, 194);
}

::-webkit-calendar-picker-indicator {
    display: none;
}

.title-short {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.contacts-form input, .contacts-form textarea, .contacts-form select {
    border: 1px solid #dbe0e6;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
}

.contacts-form .item-shop-link {
    overflow: hidden;
    height: 40px;
    margin: 20px -2px 20px 2px;
    padding: 4px;
}

.contacts-form .item-shop-link .item-shop {
    margin-top: 0;
}

.contacts-form .item-shop-link .item-file {
    margin-top: 20px;
}

.contacts-form .item-shop-link .item-file input[type="file"] {
    opacity: 0;
    position: relative;
    height: 40px;
    top: -33px;
    width: 250px;
    z-index: 2;
    padding: 5px;
    margin: 0 0 -30px 100px;
}

.contacts-form .item-shop-link .item-file input[type="text"] {
    position: relative;
    z-index: 1;
    height: 33px;
    width: 500px;
    background: none;
    padding: 5px;
    color: rgb(176, 184, 194);
    margin-bottom: -30px;
    box-shadow: none;
    border: none;
}

.contacts-form .item-shop-link button {
    margin-top: 0;

}

.contacts-form .item-file span {
    display: inline-block;
    float: left;
    width: 95px;
    height: 35px;
    margin-right: 10px;
    background: url('../img/sprite.png') -94px -475px no-repeat;
    cursor: pointer;
}

.contacts-form .item-shop span {
    display: inline-block;
    float: left;
    width: 95px;
    height: 30px;
    margin-right: 10px;
    background: url('../img/sprite.png') 1px -475px no-repeat;
    cursor: pointer;
}

.contacts-form .item-shop input {
    height: 30px;
    margin: 0 -5px 0 5px;
    width: 684px;
    padding: 5px;
}

/*
###############################################################
*/
/*
############################################################### VLAD 14.08.2014 | about us
*/

.about-us-block {
    float: left;
    width: 320px;
    min-height: 430px;
    padding: 0 40px;
}

.about-us-block .img {
    margin: 30px 45px 24px;
    width: 150px;
    height: 146px;
    overflow: hidden;
    position: relative;
}

.about-us-form .about-us-block .title, .about-us-form .about-us-block .description {
    margin: auto;
    display: block;
    text-align: center;
}

.about-us-form .about-us-block .title {
    font-size: 21px;
    line-height: 1.5;
}

.about-us-form .about-us-block .description {
    font-size: 13px;
    color: #88929b;
}

/*
.about-us-block+.cube .img img{ position:absolute ; top:0 ; }
.about-us-block+.book .img img{ position:absolute ; top:-147px ;    }
.about-us-block+.truck .img img{ position:absolute ; top:-295px ;    }
.about-us-block+.paper .img img{ position:absolute ; top:-443px ;    }
.about-us-block+.medal .img img{ position:absolute ; top:-591px ;    }
.about-us-block+.hands .img img{ position:absolute ; top:-737px ; left: 1px ;   }
*/

.cube .img {
    background: url('../img/aboutus.png') 0 0 no-repeat;
}

.book .img {
    background: url('../img/aboutus.png') 0 -147px no-repeat;
}

.truck .img {
    background: url('../img/aboutus.png') 0 -295px no-repeat;
}

.paper .img {
    background: url('../img/aboutus.png') 0 -443px no-repeat;
}

.medal .img {
    background: url('../img/aboutus.png') 0 -591px no-repeat;
}

.hands .img {
    background: url('../img/aboutus.png') 1px -737px no-repeat;
}

/*
###############################################################
*/
/*
############################################################### VLAD 14.08.2014 | assets
*/

.revenue-form .table td,
.assets-form .table td {
    border: none;
    box-shadow: none;
    vertical-align: middle;
}

.revenue-form .table th,
.assets-form .table th {
    border: 0;
    color: rgb(70, 70, 70);;
    background: rgb(245, 245, 245);
    text-align: center;
    font-size: 14px;
    height: 20px;
    line-height: 1;
}

.revenue-form .table td,
.assets-form .table td {
    box-shadow: inset -3px 2px 0 -2px rgb(248, 249, 250);
}

.revenue-form td.money-cell {
    text-align: right;
}

.revenue-form .table th,
.assets-form .table th {
    box-shadow: inset -3px 2px 0 -2px rgb(253, 254, 255);
}

.revenue-form .table th:last-child, .revenue-form .table td:last-child,
.assets-form .table th:last-child, .assets-form .table td:last-child {
    box-shadow: none;
}

.assets-form .table {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.revenue-form .table tr,
.assets-form .table tr {
    border-bottom: 1px solid rgb(242, 244, 249);
}

.revenue-form .table tr:nth-child(2n+1),
.assets-form .table tr:nth-child(2n+1) {
    background: rgb(253, 253, 253);
}

.assets-form .top {
	padding: 0;
	margin: 0;
}

.assets-form .top td, .assets-form .top tr, .assets-form .top, .assets-form .top th {
    border: none;
    background: #fff;
    box-shadow: none;
    color: #000;
    text-align: left;

}

.assets-form .top td {
    font-size: 20px;
}

.assets-form .top td:first-child {
    font-size: 20px;
}

.assets-form .top td:last-child {
    font-size: 14px;
}

.assets-form .top td:last-child input {
    width: 130px;
	height: 20px;
    float: right;
    padding: 2px;
    font-size: 13px;
    background: rgba(100, 100, 100, 0.05);
    color: rgb(176, 184, 194);
    border: none;
    box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.2);
}

.assets-form .ap-head-table {
	margin-left: 6px;
}

.assets-form table th a.sort-link {
	text-decoration: none;
	color: rgb(70, 70, 70);
}

.assets-form table th a.sort-link.asc:after, .assets-form table th a.sort-link.desc:after {
	font-family: 'Glyphicons Halflings';
	font-size: 1.2rem;
	font-weight: normal;
	top: 3px;
	padding-left: 3px;
}

.assets-form table th a.sort-link.asc:after {
	content: "\e113"; /*e093*/
}

.assets-form table th a.sort-link.desc:after {
	content: "\e114"; /*e094*/
}

.assets-form .table td:first-child {
	text-align: left;
	max-width: 200px;
}
.assets-form .table td:first-child .icons-layer {
	float: right;
    margin-left: 5px;
}


/*
###############################################################
*/
/*
############################################################### VLAD 14.08.2014 | comments
*/

.comments-form .comment {
    width: 100%;
    color: #575f69;
    border: 1px solid #e6e7e9;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 13px;
}

.comments-form .comment-holder {
	margin-left: 70px;
}

.comments-form .comment-holder .comment-corner {
	 width: 0;
	 height: 0;
	 z-index: 10;
	 border-style: solid;
	 border-width: 0 10px 14px 10px;
	 border-color: transparent transparent #E5E7EA transparent;
	 -webkit-transform:rotate(360deg);
	 margin: 0 14px;
}

.comments-form .comment-holder .comment-corner:before {
	display: inline-block;
	content: '';
	z-index: 11;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-style: solid;
	border-width: 0 10px 14px 10px;
	border-color: transparent transparent #FFF transparent;
}

.comments-form .comment .title, .comments-form .comment .date, .comments-form .comment .description {
    margin: 3px 0;
}

.comments-form .comment .description {
    line-height: 1.4;
}

.comments-form .comment .date,
.comments-form .comment .author,
.comments-form .comment .post {
    color: #A9ABAF;
}

.comments-form .comment .title {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}


.comments-form .comment .description {
    padding-bottom: 5px;
}

.comments-form .comment p {
    margin-bottom: 10px;
}

.comments-form .change-list {
    font-size: 11px;
}

.comments-form .change-list .change-list-img {
    margin-left: 3px;
    background: url(../img/sprite.png) -191px -2px;; /* -191px down arrow, -176px top arrow  */
}

.comments-page .btn-more:before {
    background: url(../img/sprite.png) 0 -172px;
}

.comments-page .text-center a {
    color: #000;
}

.comments-page .comments-form .comment-container:nth-child(2n) .comment {
    background: #f5f6fa;
}

.comments-page .comments-form .comment-container:nth-child(2n) .comment-corner:before {
	border-color: transparent transparent #F5F6FA transparent;
}

.contacts-form .grey, .assets-page .grey, .comments-form .grey {
    color: #616973;
}

.contacts-form .black-link a {
    color: #2d3745;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: underline;
}

.grey-link a {
    color: rgb(176, 184, 194);
    line-height: 1.7;
    text-decoration: underline;
}

.contacts-form .item-name input:focus, .contacts-form .item-mail input:focus, .contacts-form select:focus, .contacts-form textarea:focus {
    color: black;
}

.flash-message {
    padding: 40px 20px 25px;
    border: 1px solid #d4d8db;
    border-radius: 2px;
}
.flash-message .icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: 50%;
    left: -25px;
    background: url(../img/sprite.png) -500px 0 no-repeat;
}
.flash-message .message {
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
    line-height: 170%;
}
.flash-message .flash-success {
    color: #74ae25;
}
.flash-message .flash-success .icon {
    background-position: -500px -150px;
}
.flash-message .flash-info {
    color: #6391db;
}
.flash-message .flash-info .icon {
    background-position: -500px 0;
}
.flash-message .flash-warning {
    color: #d78918;
}
.flash-message .flash-warning .icon {
    background-position: -500px -50px;
}
.flash-message .flash-danger {
    color: #c05151;
}
.flash-message .flash-danger .icon {
    background-position: -500px -100px;
}


/*
###############################################################
*/

.fancybox-nav {
    width: 60px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

/*
###############################################################
*/

/* iCheck plugin Minimal skin
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: -8px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/sprite.png);
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: -29px -39px;
    opacity: .9;
}

.icheckbox_minimal.hover {
    background-position: -29px -39px;
    opacity: 1
}

.icheckbox_minimal.checked {
    background-position: -29px -66px;
}

.icheckbox_minimal.disabled {
    background-position: -29px -66px;
    opacity: .5;
    cursor: default;
}

.icheckbox_minimal.checked.disabled {
    background-position: -29px -66px;
}

.iradio_minimal {
    background-position: -355px -407px;
    opacity: .7
}

.iradio_minimal.hover {
    background-position: -355px -407px;
    opacity: 1
}

.iradio_minimal.checked {
    background-position: -327px -407px;
}

.iradio_minimal.disabled {
    background-position: -327px -407px;
    cursor: default;
}

.iradio_minimal.checked.disabled {
    background-position: -327px -407px;
}

/* /icheck */

.blog-page {
    margin: 0 -30px;
    width: auto;
}

.blog-page .tab-training {
    table-layout: fixed;
    width: 100%;
}

.blog-page .left-side {
    background: #FFF;
    padding: 45px 20px 0 35px;
}

.blog-page .right-side {
    padding-top: 0;
    width: 240px;
    padding-left: 20px;
}

.blog-page .post-tags > * {
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
    margin: 0 1px 5px;
}

.blog-page .post-tags > span.counts {
    padding: 0;
}

.post-tags > .all-tags ~ * {
    display: none;
}

.blog-page .sidebar-block {
    background: #FFF;
    padding: 10px 20px;
    margin: 0 0 30px;
}

.blog-page .sidebar-block .title-block {
    color: #2e3745;
    font: 30px/1 "Open Sans Condensed";
    font-weight: normal;
    margin-bottom: 20px;
}

.blog-page .doc-menu {
    border: 0 none;
    margin: -10px 0 -10px -20px;
    padding-bottom: 0;
}

.blog-page .doc-menu ul {
    font-size: 12px;
    padding: 5px 0;
}

.blog-page .catalogue-menu {
    margin-bottom: 30px;
}

.blog-page .similar-articles {
    background: #FFF;
    padding-top: 20px;
    margin-top: 20px;
}

.blog-page .similar-articles:before {
    border-width: 10px 55px;
    border-color: transparent transparent #FFF #FFF;
    bottom: 100%;
    top: auto;
}

.blog-page .similar-articles:after {
    border-width: 10px 55px;
    border-color: transparent #FFF #FFF transparent;
    bottom: 100%;
    top: auto;
    left: auto;
    right: 0;
}

.list-matherials .item-description {
    margin-bottom: 10px;
}

.list-matherials .item-info {
    color: #b1b6c1;
}

.list-matherials .item-info a {
    display: inline-block;
}

.list-matherials .item-info .item-date {
    margin-right: 20px;
    display: inline-block;
}

.list-matherials .icon-date,
.list-matherials .icon-replicas {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/sprite.png) -331px -384px no-repeat;
    vertical-align: -4px;
}

.list-matherials .icon-replicas {
    background-position: -356px -384px;
}

.list-matherials .head-item {
    display: block;
    position: relative;
    width: auto;
    float: none;
    margin-bottom: 35px;
    margin-right: 15px;
}

.list-matherials .head-item a {
    color: #76a0ff;
}

.list-matherials .head-item a:hover {
    text-decoration: none;
}

.list-matherials .head-item img {
    width: 710px;
    height: 284px;
    margin: 0;
}

.list-matherials .head-item .descr-holder {
    z-index: 5;
    background: rgba(40, 49, 61, 0.70);
    padding: 25px;
    width: 220px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.list-matherials .head-item .descr-holder .item-description {
    color: #fff;
    font-size: 15px;
    height: auto;
    line-height: 22px;
    max-height: 178px;
}

.offer-list.sidebar-type {
    margin: 0;
    padding: 0;
    background: #FFF;
}

.offer-list.sidebar-type li {
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 0 50px;
}

.offer-list.sidebar-type li:after {
    display: none;
}

.offer-list.sidebar-type li:last-child {
    margin-bottom: 0;
}

.offer-list.sidebar-type .img {
    margin: 0;
    padding: 0;
    position: relative;
}

.offer-list.sidebar-type .img a {
    font-size: 12px;
    color: #2e3745;
    text-decoration: none;
    font-weight: bold;
}

.offer-list.sidebar-type .img a span {
    line-height: 1;
    display: block;
}

.offer-list.sidebar-type .img img {
    width: 40px;
    height: 40px;
    margin: -2px 15px 0 0;
    position: absolute;
    left: -55px;
    -webkit-box-shadow: 1px 2px 0 rgba(111, 129, 158, 0.28);
    -moz-box-shadow: 1px 2px 0 rgba(111, 129, 158, 0.28);
    box-shadow: 1px 2px 0 rgba(111, 129, 158, 0.28);
}

.offer-list.sidebar-type .manufacturer {
    line-height: 1;
    font-size: 11px;
    margin: 3px 0 5px;
}

.offer-list.sidebar-type .summ {
    color: #818892;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.checkout-item {
    width: 820px;
    margin: 0 auto;
    padding: 75px 80px 30px;
    text-align: center;
}

.checkout-item .item-title {
    position: relative;
    border: 1px solid #DCE0E5;
    padding: 30px;
    text-align: center;
    color: #2e3745;
    font-size: 16px;
    margin-bottom: 45px;
}

.checkout-item .item-title img {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -27px;
    -webkit-box-shadow: 1px 2px 0 rgba(111, 129, 158, 0.28);
    -moz-box-shadow: 1px 2px 0 rgba(111, 129, 158, 0.28);
    box-shadow: 1px 2px 0 rgba(111, 129, 158, 0.28);
}

.checkout-item .item-title .item-cost {
    color: #8c949f;
    margin: 10px 0 0;
    font-size: 14px;
}

.checkout-item .item-title .item-cost strong {
    color: #2e3745;
}

.checkout-item label {
    display: inline-block;
    background: #F1F2F5;
    width: 49%;
    margin-right: 1%;
    cursor: pointer;
    text-align: left;
    padding: 17px 0 13px 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: normal;
    color: #5a5d63;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 45px;
}

.checkout-item label:nth-of-type(2n) {
    margin: 10px 0 45px 0;
}

.checkout-item label img {
    margin: -5px 10px 0 5px;
}

.checkout-item label .iradio_minimal {
    float: left;
    margin: 5px 10px 0 0;
}

.checkout-item label.active {
    -webkit-box-shadow: inset 0px 0px 0px 3px #649d20;
    -moz-box-shadow: inset 0px 0px 0px 3px #649d20;
    box-shadow: inset 0px 0px 0px 3px #649d20;
}

.checkout-item .btn-green {
    padding: 8px 15px 4px;
    height: auto;
    font-size: 14px;
}

.page-menu-holder {
    margin-right: -30px;
}
.page-menu.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}
.page-menu li {
    display: table-cell;
    white-space: nowrap;
}
.page-menu .item-versions > *:before {
    background-position: -356px -438px;
    height: 16px;
}
.page-menu .item-versions > *:hover:before,
.page-menu .item-versions.active > *:before {
    background-position: -330px -438px;
}
.unit-versions .table {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    white-space: nowrap;
}
.unit-versions .cell {
    display: table-cell;
}
.unit-versions .cell:not(:first-child) {
    text-align: right;
    padding-left: 20px;
}
.unit-versions .cell:nth-child(2) {
    text-align: right;
}
.unit-versions .cell:last-child {
    width: 130px;
}
.unit-versions .cell:nth-child(4) {
    width: 110px;
    text-align: right;
    padding-left: 5px;
}
.unit-versions .cell:nth-child(3) {
    color: #9ca5b2;
    width: 100px;
}
.unit-versions .item {
    border-bottom: 1px solid #DADCE0;
    padding: 10px 0 0;
    margin-bottom: 10px;
}
.unit-versions .item-overview {
    color: #54575d;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 10px;
    display: none;
    overflow: hidden;
}
.unit-versions .item-overview .default-list {
    margin: 1em 0;
}
.unit-versions .btn-green {
    margin-top: -10px;
}
.unit-versions .item-toggler:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../img/sprite.png);
    background-position: -434px -325px;
    left: 100%;
    top: 50%;
    margin: -4px 0 0 8px;
}
.unit-versions .item-toggler.active:before {
    background-position: -385px -327px;
    margin-top: -2px;
}
.user-cabinet .cell {
    display: table-cell;
    vertical-align: top;
}
.user-cabinet .user-info-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.user-cabinet .user-info-table .cell:first-child {
    width: 320px;
    padding-right: 20px;
}
.user-cabinet .nickname {
    color: #888d98;
    font-size: 18px;
}
.user-cabinet .item-site {
    margin: 7px 0 22px;
}
.user-cabinet .item-description {
    color: #888d98;
    line-height: 25px;
    margin-bottom: 33px;
}

.media-video-overlay {
	display: block;
	position: absolute;
	width: 75px;
	height: 47px;

	top: 15px;
	margin: auto 18px;
	background: url("../img/youtube_white.png") no-repeat;
}

.avatar-box {
	position: relative;
	float: right;
	width: 30px;
	height: 26px;
}

.avatar-box > a > .user-ico, .avatar-box > .user-ico {
	margin: -3px 0 0 0;
	border: 0;
	width: 22px;
	height: 22px;
}

.avatar-box > a > .user-ico img, .avatar-box > .user-ico img{
	width: 100%;
}

.user-box {
	position: relative;
	float: right;
}

.item-info > .manufacturer {
	position: relative;
	height: 22px;
}

.item-info > .manufacturer > a > span {
	float: left;
	padding: 4px 0;
}

.item-info > .manufacturer > a > .avatar-box, .row > .avatar-box {
	float: left;
	margin: 0 0 4px 0;
}

.item-info > .manufacturer > a > .avatar-box > .user-ico, .row > .avatar-box > a > .user-ico {
	margin: 0;
}

.row > .avatar-box {
	margin-left: 16px;
	margin-top: 7px;
	width: 16px;
}

.page-menu .item-user-info a:before {
	background-position: -359px -463px;
}
.page-menu .item-user-info a:hover:before,
.page-menu .item-user-info.active span:before {
	background-position: -332px -463px;
}
.page-menu .item-user-assets a:before {
	background-position: -409px -409px;
}
.page-menu .item-user-assets a:hover:before,
.page-menu .item-user-assets.active span:before {
	background-position: -384px -409px;
}
.page-menu .item-user-articles a:before {
	background-position: -409px -438px;
}
.page-menu .item-user-articles a:hover:before,
.page-menu .item-user-articles.active span:before {
	background-position: -384px -438px;
}
.page-menu .item-user-reviews a:before {
	background-position: -408px -386px;
	width: 17px;
}
.page-menu .item-user-reviews a:hover:before,
.page-menu .item-user-reviews.active span:before {
	background-position: -383px -386px;
}



.user-cabinet {
	padding-bottom: 30px;
}
.user-cabinet .cell {
	display: table-cell;
	vertical-align: top;
}
.user-cabinet .user-info-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.user-cabinet .user-info-table .cell:first-child {
	width: 320px;
	padding-right: 20px;
}
.user-cabinet .user-info-table .cell:first-child img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.user-cabinet .nickname {
	color: #888d98;
	font-size: 18px;
}
.user-cabinet .item-site {
	margin: 7px 0 22px;
}
.user-cabinet .item-description {
	color: #888d98;
	line-height: 25px;
	margin-bottom: 33px;
}
.user-cabinet .head-title {
	color: #313337;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 20px;
}
.user-cabinet .list-matherials .item-category {
	display: inline-block;
	border: 1px solid #72A635;
	padding: 4px 5px 3px;
	color: #72a635;
	margin: 5px 0 10px;
	line-height: 1.2;
}
.user-cabinet .list-matherials .item-description {
	color: #272727;
	font-size: 13px;
	line-height: 22px;
	height: 65px;
	margin-bottom: 0;
}
.user-cabinet .list-matherials li {
	margin-bottom: 33px;
}
.user-cabinet .reviews .item {
	margin-bottom: 15px;
}
.user-cabinet .reviews .item-text-title {
	margin-bottom: 7px;
}
.user-cabinet .reviews .item-info {
	width: 225px;
	text-align: left;
}
.user-cabinet .reviews .text-corner {
	right: 0px;
	top: 50px;
}
.user-cabinet .reviews .text-corner:before {
	margin: -10px -11px 0 0;
	right: 0;
}
.user-cabinet .reviews .item-text {
	line-height: 23px;
	font-size: 14px;
	min-width: 735px;
}
.user-cabinet .product-item {
	padding-top: 20px;
}

.plugins-list .offer-list li {
    background-color: #f5f7fa;
}

.product-item {
	position: relative;
	min-height: 90px;
}
.product-item .img {
	position: relative;
	margin-bottom: 3px;
}
.product-item .img img {
	width: 74px;
	max-height: 74px;
	margin: 0 15px 0 0;
	float: left;
	-webkit-box-shadow: 1px 0 0 #D0D6E0, 0 2px 0 0 #D0D6E0;
	-moz-box-shadow: 1px 0 0 #D0D6E0, 0 2px 0 0 #D0D6E0;
	box-shadow: 1px 0 0 #d0d6e0, 0 2px 0 0 #d0d6e0;
}
.product-item .img a {
	color: #2e3745;
	text-decoration: none;
	font-weight: bold;
}
.product-item .img a:hover {
	text-decoration: underline;
	color: #2e3745;
}
.product-item .rating {
	position: static;
	margin-bottom: 10px;
}
.product-item .summ {
	color: #818892;
	font-size: 14px;
	font-weight: bold;
}


.list-matherials .item-description {
	margin-bottom: 10px;
}
.list-matherials .item-info {
	color: #b1b6c1;
}
.list-matherials .item-info a {
	display: inline-block;
}
.list-matherials .item-info .item-date {
	margin-right: 20px;
	display: inline-block;
}
.list-matherials .icon-date,
.list-matherials .icon-replicas {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/sprite.png) -331px -384px no-repeat;
	vertical-align: -4px;
}
.list-matherials .icon-replicas {
	background-position: -356px -384px;
}
.list-matherials .head-item {
	display: block;
	position: relative;
	width: auto;
	float: none;
	margin-bottom: 35px;
	margin-right: 15px;
}
.list-matherials .head-item a {
	color: #76a0ff;
}
.list-matherials .head-item a:hover {
	text-decoration: none;
}
.list-matherials .head-item img {
	height: auto;
	margin: 0;
}
.list-matherials .head-item .descr-holder {
	z-index: 5;
	background: rgba(40, 49, 61, 0.79);
	padding: 25px;
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.list-matherials .head-item .descr-holder .item-description {
	color: #fff;
	font-size: 15px;
	height: auto;
	line-height: 22px;
}

/** This code for button to Top */
.toTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;

	padding: 5px;
	width: 41px;
	height: 41px;

	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7;
	color: #2e3745;

	cursor: pointer;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.toTop:hover {
	color: #4374e6;
}

.toTop > i {
	font-size: 16pt;
	font-weight: bold;
	line-height: 20pt;
	margin-left: 3px;
}

.purchase-filter {
	margin-bottom: 20px;
}
.purchase-filter .search {
	-webkit-border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	float: right;
	width: 225px;
	background: #FAFBFD;
}
.purchase-filter .search .btn-blue {
	width: auto;
	height: 31px;
}
.purchase-filter .search input[type="search"] {
	height: 35px;
	border-color: #DBE0E7;
	outline: 0 none;
	padding-right: 65px;
	font-size: 14px;
}
.purchase-filter .select-style {
	width: 220px;
	margin-right: 10px;
}
.list-items {
	font-size: 12px;
	width: 100%;
	white-space: nowrap;
	table-layout: fixed;
}
.list-items td {
	padding: 20px 5px 15px;
	vertical-align: top;
	line-height: 1.4;
	border-bottom: 1px solid #DCE0E3;
}
.list-items td:first-child {
	text-align: left;
	width: 250px;
}
.list-items td:last-child {
	padding-top: 30px;
}
.list-items td:nth-child(2) {
	padding-top: 22px;
	line-height: 1.4;
}
.list-items .new {
	color: #f09738;
	text-transform: uppercase;
	font-weight: bold;
}
.list-items .offer-list {
	margin-left: -5px;
}
.list-items .offer-list .offer-item-small .img {
	line-height: 1.2;
}
.list-items .offer-list .offer-item-small .img img {
	width: 39px;
	height: 39px;
}
.purchase-pagination {
	background: #F7F7F9;
	text-align: center;
	padding: 20px 0 15px;
}
.purchase-pagination .pagination {
	margin: 0;
}
.purchase-pagination .pagination li:first-child,
.purchase-pagination .pagination li:last-child {
	font-size: 12px;
}
.purchase-pagination .pagination li:first-child a,
.purchase-pagination .pagination li:last-child a,
.purchase-pagination .pagination li:first-child span,
.purchase-pagination .pagination li:last-child span {
	padding-top: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0 1em;
}
.purchase-pagination .pagination span,
.purchase-pagination .pagination a {
	border: none;
	background: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.purchase-pagination .pagination a {
	text-decoration: underline;
}
.purchase-pagination .pagination .active a {
	color: #333;
	text-decoration: none;
	background: #E4E5E7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.purchase-pagination .pagination .disabled {
	color: #9a9da4;
}
.purchase-pagination .pagination .disabled a {
	text-decoration: none;
}
.purchase-pagination .pagination .disabled:hover a,
.purchase-pagination .pagination .disabled:hover span {
	background: none;
}
.import-assets {
	display: table;
	margin-bottom: -20px;
	width: 100%;
}
.import-assets .cell {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.import-assets .cell:first-child {
	width: 300px;
	padding-right: 70px;
	color: #8b8e94;
	font-size: 14px;
	line-height: 23px;
}
.import-assets .cell:first-child .s24 {
	color: #000;
	margin-bottom: 5px;
}
.import-assets .store-list {
	padding: 20px 30px;
	position: relative;
	font-size: 14px;
	background: #6182d8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxODJkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzYxODJkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YWJjZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6182d8 0%, #6182d8 40%, #6abce3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6182d8), color-stop(40%, #6182d8), color-stop(100%, #6abce3));
	background: -webkit-linear-gradient(top, #6182d8 0%, #6182d8 40%, #6abce3 100%);
	background: -o-linear-gradient(top, #6182d8 0%, #6182d8 40%, #6abce3 100%);
	background: -ms-linear-gradient(top, #6182d8 0%, #6182d8 40%, #6abce3 100%);
	background: linear-gradient(to bottom, #6182d8 0%, #6182d8 40%, #6abce3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6182d8', endColorstr='#6abce3', GradientType=0);
}
.import-assets .store-list:before {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 20px;
	border: 10px solid;
	border-color: transparent #6182D8 transparent transparent;
}
.import-assets .store-list p.title {
	color: #FFF;
	font-size: 14px;
	margin: 0 0 15px;
	font-weight: bold;
}
.import-assets .store-list .select {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.import-assets .store-list input[type="text"] {
	width: 235px;
	border: none;
	height: 34px;
	padding-left: 10px;
}
.import-assets .store-list .hidden_field {
	display: none;
	padding-bottom: 10px;
}
.select {
	position: relative;
	display: inline-block;
	border: 1px solid #DBE0E7;
	width: 150px;
}
.select select {
	padding: 3px;
	width: 100%;
	margin: 0;
	background: #FAFBFD;
	color: #333;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 5px;
	height: 33px;
}
.select select option {
	padding: 3px 7px;
}
.select:after {
	content: '';
	right: 8px;
	top: 15px;
	border: 5px solid;
	border-color: #000 transparent transparent;
	position: absolute;
	pointer-events: none;
}
.select:before {
	content: '';
	right: 0;
	top: 0px;
	bottom: 0;
	width: 25px;
	background: #f8f8f8;
	position: absolute;
	pointer-events: none;
	display: block;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.select select {
		padding-right: 18px;
	}
}
.purchase-filter .select {
	width: 225px;
	margin-right: 3px;
}

.category-description {
    margin-top: 20px;
    color: #5f5f5f;
}


.tags-filter {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.tags-filter .cell {
	display:table-cell;
	vertical-align:top;
	font-size:14px;
}
.tags-filter .cell:first-child {
	color:#929292;
	white-space:nowrap;
	padding-right:15px;
	font-size:13px;
    width: 10px;
}
.tags-filter a {
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
}
.tags-filter a:hover {
	text-decoration:none;
}
.tags-filter a.active {
	color:#2e3745;
	font-weight:bold;
	text-decoration:none;
}
.tags-filter a.active:after {
	color:#ba4c4c;
	content:'\78';
	font-size:13px;
	margin-left:3px;
    position: relative;
    top: -1px;
}
.view-mode-2 {
    margin: 14px 0 0
}
.view-mode-2 [class^="mode-"] {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 17px 0 0 22px;
    overflow: hidden;
    background-image: url(../img/sprite.png);
    margin-right: 10px
}

.view-mode-2 [class^="mode-"]:hover {
    opacity: .85
}
.view-mode-2 .mode-small {
    background-position: -209px 0;
}
.view-mode-2 .mode-small.active {
    background-position: -209px -20px;
    opacity: 1
}
.view-mode-2 .mode-middle {
    background-position: -240px 0;
}
.view-mode-2 .mode-middle.active {
    background-position: -240px -20px;
    opacity: 1
}
.view-mode-2 .mode-large {
    background-position: -272px 0;
}
.view-mode-2 .mode-large.active {
    background-position: -272px -20px;
    opacity: 1
}
.section-title {
	color: #000;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
}
hr.double {
	background: none repeat scroll 0 0 #dbe1e6;
	height: 0;
	margin-bottom: 25px;
	margin-top: 5px;
}
hr.double:after {
    background:#dbe1e6;
    content: "";
    display: block;
    height: 1px;
    margin-top: 3px;
    width: 100%;
}

.assets-page .offer-item-small {
	position: relative;
}

.assets-page .offer-item-small .item-info {
	top: 7px;
	left: 50px;
}

.assets-page .offer-item-small .img {
	top: -8px;
}

.fig-caption {
	padding: 4px 0;
}

.additional-social-form {
    margin: 0 auto 100px;
    width: 400px;
}

.additional-social-form .sign-up-btn {
	margin: 15px 0 0 66px;
}

.additional-social-form span.required {
	display: none;
}

.additional-social-form .errorSummary {
	color: #A94442;
	background-color: #f2dede;

	padding: 15px;
	border: 1px solid transparent;
	border-color: #EBCCD1;
	border-radius: 4px;
}

.additional-social-form .username-field {
	padding-left: 14px !important;
}

ul.cloud-search-suggest {
    position: absolute;
    display: block;
    top: 34px;
    left: 0;
    width: 290px;
    background: url(../img/bg.jpg);

    border: 1px solid #BBC0C8;
    border-top: none;
    border-bottom: none;

    z-index: 1000;
}

ul.cloud-search-suggest li {
    padding: 2px 15px;
    font-size: 18px;
    background: url(../img/header.jpg) -460px -100px no-repeat;

    border-bottom: 1px solid #BBC0C8;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 30px;
}

ul.cloud-search-suggest li:hover,
ul.cloud-search-suggest li.active {
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.15);

    cursor: pointer;
}
.sprite {
    background: url("data:image/png;base64,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");
}
.error-container {
    background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wgARCACWAJYDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEH/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEAMQAAAB08ACUAAJQBCiWAFAAAlEAsCwAUEUCFAAlEUSykUSglACKSwALKSgBKgBUFBFEUSoWBUoBKCUJYFAAAAABBUoAlBBQAAAAJQAlAAAAAhUFQLKAEoBFAAEAWAAApFgAAoQAAAAAAAAH//EABQQAQAAAAAAAAAAAAAAAAAAAID/2gAIAQEAAQUCNP8A/8QAFBEBAAAAAAAAAAAAAAAAAAAAYP/aAAgBAwEBPwFJ/8QAFBEBAAAAAAAAAAAAAAAAAAAAYP/aAAgBAgEBPwFJ/8QAFBABAAAAAAAAAAAAAAAAAAAAgP/aAAgBAQAGPwI0/wD/xAAWEAADAAAAAAAAAAAAAAAAAAAAAYD/2gAIAQEAAT8hmhH/2gAMAwEAAgADAAAAEAAEBIHAOFPBKAEPLLPAMJAAEMKMIGAmLPKIAJPDAMMJHCAIEFMLBAICDCAEDEADEEEAECPiABDCLACAMKAvNOHOMOMIIAAPPPPAAP/EABQRAQAAAAAAAAAAAAAAAAAAAGD/2gAIAQMBAT8QSf/EABYRAAMAAAAAAAAAAAAAAAAAABFAYP/aAAgBAgEBPxCFL/8A/8QAIhAAAgIDAQACAwEBAAAAAAAAAAEQESAhQTFRcTBhgaGx/9oACAEBAAE/EKipqroWxeYXXsXjUe4X6aELpzyNUzhdQsa+z5K0Kfmzhei8l9zZUqHipb+XR5Ki9llln1lWpqzjj+/hoWDleHD5/Cui8F4cyWKeFRZejg1QsLhTZorRwsTU8yrChFbzoao/ZoUXCPBJK2ujRwo+sNVKKOC/5CRQlG78yo8ZRVXCNY2ewj5ObFHhyUL9ShCj+xRyV3BL/TUJFCWhIWsNQsrhCxorR4jccOCssX2I5G8PooULD25r9FTUsubLizmhbH5YnZe2KPItHTUVkuysnKWnD//Z") 0 0 repeat;
    padding: 50px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.error-container .row {
    margin: 0 !important;
}

.error-container .error-template {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

.oops {
    color: rgb(56, 56, 56);
    font-size: 90px;
}

.lock {
    height: 256px;
    width: 198px;
    margin: 0 auto 20px;
    background-position: -217px 0;
}

.not-found {
    height: 240px;
    width: 240px;
    margin: 0 auto 20px;
    background-position: -424px -17px;
}

.error-code {
    color: rgb(56, 56, 56);
    font-size: 40px;
}

.error-details {
    padding: 16px 0;
}

.btn-white, .btn-white:visited {
    display: inline-block;
    position: relative;
    height: 47px;
    width: 206px;
    text-decoration: none;
    border-radius: 0;
    line-height: 49px;
    color: #3D3D3D;

    font-size: 17px;

    background-position: 0 -451px;
    cursor: pointer;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.yiiPager {
    font-size:15px!important;
}