/* normalize.css */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/* modal.css */

#ofamodal {
  background: #00a23a;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width:100%;
  height:100%;
}

#ofamodal-inner {
  background: white;
  position: fixed;
  top: 100px;
  z-index: 10000;
  display: none;
  padding: 0;
}

.nofixed {
  position: absolute !important;
}

#ofamodal-body {
  background: white;
}

#ofamodal-head {
  height: 30px;
}

#ofamodal-head SPAN:last-child {
  background: url(/static/i/close.png) center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: right;
  position: relative;
  top: 15px;
  right: 15px;
}

#ofamodal-head SPAN:first-child {
  float: left;
  font-weight: 700;
  font-size:18px;
  line-height:50px;
  padding: 0 0 0 20px;
}

#modal-alert-content {
  padding: 20px;
}

#modal-alert-content HR {
  border: 0;
  border-top: 1px solid #eee;
}

#modal-alert-close {
  min-width: 400px;
  padding: 15px 20px 0 20px;
  margin: 20px -20px 0 -20px;
  border-top: 1px solid #eee;
}

#modal-content {
  padding: 20px 20px 20px 20px;
}

.popup-alert-body{
  width:500px;
  padding:0 20px 20px 20px;
  margin: -20px 0 0 0;
}

.popup-messengers .btn{
  width:160px;
}

.popup-messengers UL{
  margin: 0 0 0 30px;
}

.popup-loading{
  width:300px;
  padding:20px;
}

.popup-loading-title{
  text-align: center;
}

/* s.css */

/* fonts */
/** Generated by FG **/
@font-face {
  font-family: 'Conv_Lato-Black';
  src: url('/static/fonts/Lato-Black.eot');
  src: local('☺'), url('/static/fonts/Lato-Black.woff') format('woff'), url('/static/fonts/Lato-Black.ttf') format('truetype'), url('/static/fonts/Lato-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Conv_Lato-Bold';
  src: url('/static/fonts/Lato-Bold.eot');
  src: local('☺'), url('/static/fonts/Lato-Bold.woff') format('woff'), url('/static/fonts/Lato-Bold.ttf') format('truetype'), url('/static/fonts/Lato-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Conv_Lato-Regular';
  src: url('/static/fonts/Lato-Regular.eot');
  src: local('☺'), url('/static/fonts/Lato-Regular.woff') format('woff'), url('/static/fonts/Lato-Regular.ttf') format('truetype'), url('/static/fonts/Lato-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.f-black {
  font-family: 'Conv_Lato-Black';
}

.f-bold {
  font-family: 'Conv_Lato-Bold';
}

.f-regular {
  font-family: 'Conv_Lato-Regular';
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: left;
}

/* / fonts */

* {
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: inherit;
}

BODY {
  color: #575656;
  font: 400 14px/20px 'Conv_Lato-Regular', sans-serif;
  background: #f4f4f4;
}

TABLE {
  border-collapse: collapse;
}

TABLE TD {
  vertical-align: top;
}

.o-hidden {
  overflow: hidden;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.hover {
  cursor: pointer;
}

.hover:hover {
  opacity: 0.7;
}

*:focus {
  outline: 0;
}

.hide {
  display: none;
}

.hidden {
  display: none !important;
}

.input {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-indent: 10px;
  box-shadow: inset 0 2px 3px #f4f4f4;
}

.input-loading {
  background-image: url(/static/i/ajax-loader.gif);
  background-position: 96% center;
  background-repeat: no-repeat;
}

.input-large {
  width: 300px;
}

.input-small {
  width: 100px;
}

.textarea {
  display: block;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: inset 0 2px 3px #f4f4f4;
  resize: none;
}

.button-and-href > * {
  margin-right: 20px;
  line-height: 44px;
}

INPUT[type="text"].invalid-field-value,
INPUT[type="password"].invalid-field-value,
TEXTAREA.invalid-field-value {
  color: red !important;
  box-shadow: inset 0 0 3px red !important;
  background: pink !important;
}

LABEL.invalid-field-value {
  color: red !important;
}

.invalid-field-title {
  color: red !important;
}

.clear-both {
  clear: both;
}

.js-in-action {
  opacity: 0.5;
}

.dropenter {
  opacity: 0.5;
  cursor: wait;
}

H1 {

}

H2 {

}

BUTTON {
  border: 0;
  color: white;
  font: 400 18px/44px 'Roboto';
  background-color: #20a052;
  padding: 0 27px;
  cursor: pointer;
  margin: 0;
  border-radius: 2px;
  text-align: center;
}

A {
  color: #20a052;
}

UL, OL, LI {
  margin: 0;
  padding: 0;
}

ol {

}

ol li:before {

}

/* ----------- wrapper -----------------*/
.wrapper {
  width: 1156px;
  margin: 0 auto;
}

.text-page {
  margin: 30px 0;
}

.wrapper-content {
  padding: 30px 0;
  min-height: 400px;
}

/* ----------- / wrapper ---------------*/

/* ----------- adaptive --------------- */
.adaptive-menu{
  display: none;
}

.burger{
  display: none;
}
/* ----------- / adaptive-------------- */

/* -----------  tabs ------------- */

.tabs-pages-block {
}

.tabs-pages-block .tabs {
}

.tabs-pages-block .tabs > SPAN {
  cursor: pointer;
}

.tabs-pages-block .pages {
}

.tabs-pages-block .pages > DIV {
  display: none;
}

.tabs-pages-block .pages > DIV.active {
  display: block;
}

/* ----------- / tabs ------------- */

/* ----------- alerts ----------------- */
.alert {
  background: #fffbbf;
  position: relative;
  margin: 0 0 30px 0;
}

.alert .alert-body {
  padding: 20px 45px 20px 30px;
  font: 400 14px/20px 'Roboto';
  color: #333;
}

.alert .alert-close {
  display: inline-block;
  font: normal 14px/28px 'Roboto';
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  border-radius: 2px;
  margin: 20px 0 0 0;
  cursor: pointer;
  background: white;
}

/* ----------- / alerts --------------- */

/* ----------- menu-block ------------- */
.menu-block {
  background: #00a23a;
  height: 100px;
  overflow: hidden;
}

.menu-block > .wrapper {
  overflow: hidden;
}

.menu-block > .wrapper > DIV {

}

.menu-block .logo {
  height: 100px;
  width: 215px;
  line-height: 90px;
  vertical-align: middle;
  float: left;
}

.menu-block .logo IMG {
  vertical-align: middle;
  margin: 15px 0 0 18px;
}

.menu-block .menu {
  width: 750px;
  float: left;
}

.menu-block .user {

}

.menu-block .menu UL {
  overflow: inherit;
}

.menu-block .menu UL,
.menu-block .menu LI {
  margin: 0;
  padding: 0;
}

.menu-block .menu LI {
  list-style: none;
  display: block;
  float: left;
}

.menu-block .menu LI A,
.menu-block .user {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 12px;
  line-height: 100px;
  padding: 0 12px;
  text-transform: uppercase;
}

.menu-block .menu LI A:hover,
.menu-block .menu LI A.selected,
.menu-block .user:hover {
  background: #008e33;
  background: linear-gradient(to bottom, #008e33, #00a23a); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008e33', endColorstr='#00a23a', GradientType=0); /* IE6-9 */
}

/* ----------- / menu ----------- */
/* ----------- banner ------------- */
.top-banner-block {
  height: 550px;
  background-size: cover;
}

.article-banner-block {
  height: 455px !important;
}

.banner-inner {
  height: 460px;
  background-size: cover;
}

.article-banner {
  height: 455px !important;
  background-size: cover;
}

.top-banner-block .banner {
  height: 100%;
  background-position: center center;
  background-repeat: repeat;
}

.top-banner-block .banner TABLE {
  width: 410px;
  margin: 0 0 0 25px;
}

.top-banner-block .banner TD {
  height: 550px;
  vertical-align: middle;
  text-align: left;
}

.top-banner-block .article-banner TABLE {
  width: 450px;
  margin: 0 0 0 60px;
}

.banner-inner .banner TD {
  height: 460px;
}

.top-banner-block .article-banner TD {
  height: 455px;
}

.top-banner-block .banner .title {
  color: white;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
}

.top-banner-block .banner .preview {
  color: white;
  margin: 32px 0 40px 0;
}

.banner-inner .preview UL {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.banner-inner .preview LI {
  padding: 0;
  float: left;
  margin: 0 20px 0 0;
  font-size: 18px;
  list-style: none;
}

.top-banner-block .banner .tags {
  padding: 30px 0;
}

.top-banner-block .banner .tags A {
  display: inline-block;
  text-decoration: none;
  color: #575656;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 12px;
  background: white;
  padding: 3px 8px 4px 8px;
  margin: 0 5px 0 0;
  border-radius: 3px;
}

.top-banner-block .banner .share > SPAN {
  display: block;
  font-size: 16px;
  color: white;
  margin: 0 0 20px 0;
}

.banner-inner-bottom {
  height: 588px;
}

.banner-inner-bottom .banner {
  background-repeat: no-repeat;
}

.banner-inner-bottom .banner TABLE {
  height: 588px;
}

.banner-inner-bottom .disclimer {
  color: white;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  margin: -20px 0 30px 0;
}

.banner-inner-bottom .preview {
  font-size: 16px;
}

.share-icons A {
  margin: 0 10px 0 0;
}

.btn {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 35px;
  padding: 0 63px 0 34px;
  border-radius: 35px;
  background-color: white;
  background-position: 92% 50%;
  background-repeat: no-repeat;
}

.btn-blue {
  color: #4dbfd4;
  background-image: url(/static/i/icon-arr-blue-right.png);
}

.btn-green {
  color: #00a23a;
  background-image: url(/static/i/icon-arr-green-right.png);
}

.btn-white {
  background-color: #00a23a;
  color: white;
  background-image: url(/static/i/icon-arr-white-right.png);
}

.btn-yes {
  background-image: url(/static/i/icon-yes.png);
}

.btn-cancel {
  color: #c7c7c7;
  border: 1px solid #bfbfbf;
  background-image: url(/static/i/icon-cancel.png);
}

.btn-exit {
  color: #575656;
  font: normal 12px/35px 'Conv_Lato-Bold';
  border: 1px solid #bfbfbf;
  background-image: url(/static/i/icon-exit.png);
}

.btn-edit {
  color: #575656;
  font: normal 12px/35px 'Conv_Lato-Bold';
  border: 0;
  background-image: url(/static/i/icon-edit.png);
}

.btn-save {
  color: #575656;
  font: normal 12px/35px 'Conv_Lato-Bold';
  border: 0;
  background-image: url(/static/i/icon-save.png);
}

.btn-submit {
  background-image: none;
  display: block;
  padding: 0;
  text-align: center;
}

/* ----------- / banner block ----- */
/* ----------- footer-block ----------- */

.footer-block {
  background: #eaeaea;
  padding: 20px 0 100px 0;
  position: relative;
}

.footer-menu-block .menu UL,
.footer-menu-block .menu LI {
  padding: 0;
  margin: 0;
}

.footer-menu-block .menu LI {
  display: inline-block;
}

.footer-menu-block .menu LI A {
  display: block;
  font-size: 12px;
  padding: 0 12px;
  text-decoration: none;
  color: #575656;
  text-transform: uppercase;
}

.footer-menu-block .menu LI:first-child A {
  padding-left: 0;
}

.footer-menu-block .menu LI:last-child A {
  padding-right: 0;
}

.soc-icons {
  text-align: right;
  white-space: nowrap;
}

.soc-icons A {
  margin: 0 0 0 8px;
}

.warning-block {
  margin: 50px 0;
}

.warning-block IMG {
  max-width: 100%;
}

.copyright {
  color: #797979;
}

.gotoup {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 99;
  width: 60px;
  height: 75px;
  background: url(/static/i/icon-up.png) 50% 20% no-repeat #00a23a;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border-radius: 60px 60px 0 0;
  font-size: 12px;
}

.gotoup SPAN {
  display: inline-block;
  margin: 40px 0 0 0;
}

/* ----------- / footer-block  -------- */
/* -----------  2 column main block ------------- */
.block-2column {
  height: 560px;
  background: #f4f4f4;
}

.block-2column > DIV {
  height: 100%;
  width: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
}

.block-left {
  background-position: bottom right;
}

.block-right {
  background-position: bottom left;
}

.block-left > DIV,
.block-right > DIV {
  width: 578px;
}

.block-2column TABLE {
  margin: 50px 0 0 30px;
}

.block-2column TD {
  height: 500px;
  width: 270px;
  vertical-align: middle;
}

.block-2column .title {
  font-size: 42px;
  color: white;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}

.block-2column .preview {
  color: white;
  height: 126px;
}

/* ----------- / 2 column main block ------------ */
/* ----------- gedeliks-block-list ------------- */
.gedeliks-block {
  margin: 10px 0 15px 0;
}

.gedeliks-block .wrapper {
  height: 645px;
  overflow: visible;
}

.gedeliks-item {
  width: 50%;
}

.gedeliks-item .inner {
  background: white;
  height: 645px;
  box-shadow: 0 0 10px #ddd;
  position: relative;
}

.gedeliks-item:first-child .inner {
  margin: 0 7px 0 0;
}

.gedeliks-item:last-child .inner {
  margin: 0 7px 0 0;
}

.gedeliks-item .image {
  text-align: center;
  padding: 83px 0 25px 0;
}

.gedeliks-item .title {
  color: #00a23a;
  font-size: 22px;
  text-decoration: none;
  padding: 0 0 0 40px;
}

.gedeliks-item .preview {
  color: #575656;
  opacity: 0.6;
  font-size: 16px;
  padding: 15px 0 0 40px;
}

.gedeliks-item .arr-more {
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-arr-green-right.png) center center no-repeat white;
  border: 1px solid #c1c1c1;
  border-radius: 36px;
  position: absolute;
  bottom: 28px;
  right: 28px;
}

.gedeliks-item:hover .arr-more,
.gedeliks-item .arr-more:hover {
  background: url(/static/i/icon-arr-white-right.png) center center no-repeat #00a23a;
  border: 1px solid #00a23a;
}

/* ----------- / gedeliks-block list ------------- */
/* ----------- gedeliks detail block ------------- */
.gedeliks-1 {
  background: white;
  padding: 60px 0;
}

.gedeliks-1 .inner {
  margin: 0 0 0 53px;
}

.gedeliks-1 .inner .f-left {
  width: 685px;
}

.gedeliks-1 H1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #00a23a;
}

.gedeliks-1 .subheader {
  font-size: 22px;
  color: #575656;
  opacity: 0.8;
  padding: 20px 0 30px;
}

.taste-and-thing {

}

.taste-and-thing > DIV {
  font-size: 15px;
  color: #00a23a;
  padding: 10px 0;
  width: 440px;
}

.taste-and-thing > DIV > SPAN {
  color: #838282;
  font-size: 16px;
}

.text-1 {
  font-size: 15px;
  color: #00a23a;
  padding: 30px 0 0 0;
}

.text-1 UL {
  overflow: hidden;
}

.text-1 LI {
  display: block;
  width: 21%;
  float: left;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 0 90px;
  height: 70px;
}

.text-1 LI:nth-child(1) {
  padding-top: 20px;
  background-image: url(/static/i/icon-product-baby.png);
}

.gedeliks-detail-12 .text-1 LI:nth-child(1) {
  background-image: url(/static/i/icon-product-baby2.png);
}

.text-1 LI:nth-child(2) {
  padding-top: 20px;
  background-image: url(/static/i/icon-product-noshugar.png);
}

.text-1 LI:nth-child(3) {
  padding-top: 20px;
  background-image: url(/static/i/icon-product-noalco.png);
}

.text-1 LI:nth-child(4) {
  padding-top: 20px;
  background-image: url(/static/i/icon-product-noconservants.png);
}

.text-1 LI:nth-child(5) {
  padding-top: 20px;
  background-image: url(/static/i/icon-product-nocolors.png);
}

.text-1 LI:nth-child(6) {
  padding-top: 10px;
  background-image: url(/static/i/icon-product-norecipe.png);
}

.gedeliks-1 .image {
  padding: 50px 0 20px 0;
  text-align: center;
}

.gedeliks-1 .instruction {
  text-align: center;
}

.btn-download {
  background-color: #00a23a;
  color: white;
  background-image: url(/static/i/icon-download.png);
}

.gedeliks-2 {
  padding: 50px 0;
}

.gedeliks-2 .inner {
  margin: 0 0 0 53px;
}

.gedeliks-2 .inner TABLE {
  width: 100%;
}

.gedeliks-2 .inner TABLE TD {
  width: 50%;
}

.gedeliks-2 UL {
  list-style: none;
}

.gedeliks-2 UL LI {
  list-style: none;
  padding: 0 20px 20px 35px;
  background: url(/static/i/icon-li.png) 0px 5px no-repeat;
  color: #7f7f7f;
  font-size: 16px;
}

.gedeliks-3 {
  background: #ffffff;
  padding: 10px 0 60px 0;
}

.gedeliks-3.has-banner {
  background: #ffffff;
  height: 534px;
  padding: 0;
}

.gedeliks-3 .inner {
  margin: 0 0 0 53px;
}

.gedeliks-3 .inner .f-left {
  width: 700px;
}

.gedeliks-3 .inner H2 {
  font-size: 32px;
  line-height: 40px;
  margin: 30px 0 30px 0;
  color: #575656;
  font-family: 'Conv_Lato-Bold';
}

.gedeliks-3 P {
  font-size: 16px;
  color: #575656;
  opacity: 0.8;
}

.product-banner {
  background: url(/static/i/bg-product-banner.png) center center no-repeat #00a23a;
  width: 370px;
  height: 534px;
  position: relative;
}

.product-banner .title {
  font-size: 42px;
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 40px;
  width: 100%;
}

.product-banner .button {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.gedeliks-4 {
  background: #f4f4f4;
  padding: 60px 0;
}

.gedeliks-4 .header {
  padding: 0 0 40px 53px;
  color: #575656;
  opacity: 0.4;
  font-size: 32px;
}

.component-item {
  background: white;
  margin: 0 0 15px 0;
}

.item-header TABLE {
  width: 100%;
}

.item-header TABLE TD {
  height: 122px;
  vertical-align: middle;
}

.item-header TABLE TR TD:nth-child(1) {
  width: 147px;
  text-align: center;
}

.item-header TABLE TR TD:nth-child(2) {
  text-align: left;
  color: #00a23a;
  font-size: 26px;
}

.item-header TABLE TR TD:nth-child(3) {
  width: 200px;
  text-align: center;
}

.toggle-item {
  cursor: pointer;
}

.toggle-item .state-open {
  display: inline-block;
}

.toggle-item .state-close {
  display: none;
}

.toggle-item SPAN {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #575656;
  opacity: 0.4;
  line-height: 122px;
  margin: 0 10px 0 0;
}

.toggle-item I {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-arr-green-down.png) center center no-repeat white;
  border: 1px solid #c1c1c1;
  border-radius: 36px;
  vertical-align: middle;
}

.toggle-block.open .toggle-item .state-open {
  display: none;
}

.toggle-block.open .toggle-item .state-close {
  display: inline-block;
}

.toggle-block.open .toggle-item I {
  background: url(/static/i/icon-arr-green-up.png) center center no-repeat white;
}

.item-body {
  display: none;
  border-top: 1px solid #d6d6d6;
}

.item-body .inner {
  padding: 53px;
}

.item-body .inner UL,
.item-body .inner LI {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-body .inner LI {
  list-style: none;
  padding: 0 20px 20px 35px;
  background: url(/static/i/icon-li.png) 0px 5px no-repeat;
  color: #7f7f7f;
  font-size: 16px;
}

.component-item.open .item-body {
  display: block;
}

.back-href {
  position: absolute;
  top: 120px;
  left: 20px;
  text-align: center;
  text-decoration: none;
}

.back-href SPAN {
  display: block;
  font-size: 12px;
  color: #575656;
  opacity: 0.6;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

.back-href I {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-arr-green-left.png) center center no-repeat;
  border: 1px solid #c1c1c1;
  border-radius: 36px;
  vertical-align: middle;
}

.back-href-article I {
  background: url(/static/i/icon-back-transparent.png) center center no-repeat;
}

.back-href-article SPAN {
  color: white;
  opacity: 1;
}

/* ----------- / gedeliks detail block ----------- */
/* ----------- articles preview block ------------- */

.articles-preview-block {

}

.articles-preview-block .wrapper {

}

.articles-preview-block .list-link {
  padding: 15px 0;
}

.articles-preview-block .list-link A {
  color: #bfbfbf;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.articles-preview-block .list-link A SPAN {
  margin: 0 25px 0 0;
}

.articles-preview-block .list-link A I {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-arr-green-right.png) center center no-repeat;
  border: 1px solid #c1c1c1;
  border-radius: 36px;
  vertical-align: middle;
}

.articles-preview-items {
  min-height: 537px;
}

.articles-preview-items .items-page {
  height: 587px;
}

.articles-preview-items .item {
  width: 279px;
  height: 537px;
  background: white;
  position: relative;
  margin: 0 0 30px 0;
}

.articles-preview-items .item:hover {
  box-shadow: 0 0 20px #ccc;
}

.articles-preview-items .item .image A {
  display: block;
  width: 279px;
  height: 296px;
  overflow: hidden;
}

.item-data {
  padding: 22px;
}

.articles-preview-items .item .item-data .author {
  margin: -10px 0 15px 0;
}

.articles-preview-items .item .item-data .author .name {
  opacity: 0.6;
  display: block;
  font-size: 12px;
  color: #575656;
  line-height: 14px;
}

.articles-preview-items .item .item-data .author .type {
  display: block;
  font-size: 12px;
  color: #575656;
  opacity: 0.6;
  line-height: 14px;
}

.articles-preview-items .item .item-data .author .image {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid white;
  right: -10px;
  top: -30px;
}

.articles-preview-items .item .item-data .tags A {
  display: inline-block;
  text-decoration: none;
  color: white;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 12px;
  background: #00a23a;
  padding: 3px 8px 4px 8px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
}

.articles-preview-items .item .item-data .title {
  padding: 10px 0;
}

.articles-preview-items .item .item-data .title A {
  color: #575656;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.articles-preview-items .item .item-data .preview {
  color: #575656;
  opacity: 0.6;
  font-size: 12px;
  line-height: 14px;
}

.articles-preview-items .item .arr-detail {
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-arr-green-right.png) center center no-repeat white;
  border: 1px solid #c1c1c1;
  border-radius: 36px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.articles-preview-items .item:hover .arr-detail,
.articles-preview-items .item .arr-detail:hover {
  background: url(/static/i/icon-arr-white-right.png) center center no-repeat #00a23a;
  border: 1px solid #00a23a;
}

.articles-main-block {
  padding: 25px 0 50px 0;
}

.articles-preview-items .item:nth-child(1),
.articles-preview-items .item:nth-child(2),
.articles-preview-items .item:nth-child(3),
.articles-preview-items .item:nth-child(5),
.articles-preview-items .item:nth-child(6),
.articles-preview-items .item:nth-child(7),
.articles-preview-items .item:nth-child(9),
.articles-preview-items .item:nth-child(10),
.articles-preview-items .item:nth-child(11),
.articles-preview-items .item:nth-child(13),
.articles-preview-items .item:nth-child(14),
.articles-preview-items .item:nth-child(15),
.articles-preview-items .item:nth-child(17),
.articles-preview-items .item:nth-child(18),
.articles-preview-items .item:nth-child(19),
.articles-preview-items .item:nth-child(21) {
  margin: 0 13px 0 0;
}

.articles-preview-block .articles-preview-items .item:nth-child(4),
.articles-preview-block .articles-preview-items .item:nth-child(8),
.articles-preview-block .articles-preview-items .item:nth-child(12),
.articles-preview-block .articles-preview-items .item:nth-child(16),
.articles-preview-block .articles-preview-items .item:nth-child(20) {
}

.articles-preview-items .slider .items-page {
  height: 567px;
}

/* ----------- / articles preview block ----------- */

.main-text-outer {
  padding: 25px 0;
  background: white;
}

.main-test {
  background: url(/static/i/_/main-test.png) top center no-repeat white;
  height: 1147px;
}

.articles-inner H2 {
  font-family: 'Conv_Lato-Bold';
  padding: 0;
  font-weight: normal;
  font-size: 32px;
  color: #575656;
  opacity: 0.6;
  margin: 30px 0 0 0;
  position: relative;
  top: 70px;
}

/* ----------- article-detail ------------- */
.article-detail-announce {
  padding: 35px 0 5px 0;
}

.ada-text {
  color: #00a83c;
  font-size: 22px;
  line-height: 32px;
  padding-left: 60px;
  width: 640px;
}

.ada-text.no-author {
  width: auto !important;
}

.ada-author {
  width: 435px;
}

.ada-author TABLE {
  width: 90%;
  margin: 0 0 0 10%;
}

.ada-author TABLE TH {
  width: 80px;
  text-align: left;
  vertical-align: top;
}

.ada-author .caption {
  opacity: 0.48;
  display: block;
  font-size: 12px;
  color: #575656;
  line-height: 14px;
}

.ada-author .name {
  display: block;
  font-size: 16px;
  color: #575656;
  line-height: 16px;
  margin: 5px 0;
}

.ada-author .type {
  display: block;
  font-size: 14px;
  color: #575656;
  line-height: 14px;
}

.ada-author .image {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-detail-text-block {
  padding: 30px 0;
}

.article-detail-text-block:nth-child(even) {
  background: white;
}

.adtb-text {
  padding-left: 60px;
  font-size: 16px;
  line-height: 20px;
  color: #7f7f7f;
}

.adtb-text H2 {
  color: #575656;
  font: normal 32px/32px 'Conv_Lato-Bold';
  margin: 0 0 30px 0;
  padding: 0;
}

.adtb-text BLOCKQUOTE {
  display: block;
  margin: 60px 0 60px -40px;
  padding: 55px 40px;
  background: white;
  color: #575656;
  position: relative;
  box-shadow: 0 0 5px #e1e1e1;
}

.article-detail-text-block:nth-child(even) BLOCKQUOTE {
  background: #f4f4f4;
}

.adtb-text BLOCKQUOTE IMG {
  position: absolute;
}

.adtb-text BLOCKQUOTE IMG:first-child {
  top: -21px;
  left: 40px;
}

.adtb-text BLOCKQUOTE IMG:last-child {
  bottom: -21px;
  right: 40px;
}

.with-image .adtb-text {
  width: 640px;
}

.adtb-image {
  width: 425px;
  height: 534px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recent-articles-block {
  padding: 70px 0;
}

.recent-articles-block H2 {
  color: #bfbfbf;
  font: normal 32px/32px 'Conv_Lato-Bold';
  margin: 0 0 30px 0;
  padding: 0 0 0 60px;
}

.comments-block {
  clear: both;
  padding: 0 0 50px 0;
  margin: 0px 0 0 0;
}

.comments-block .comment-header {
  margin: 0 0 -30px 0;
}

.comments-block H2 {
  color: #bfbfbf;
  font: normal 32px/112px 'Conv_Lato-Bold';
  margin: 0 0 30px 0;
  padding: 0 0 0 60px;
}

.comments-block .toggle-item {
  margin: 0 20px 0 0;
}

.comments-block .cloud {
  margin: 0 0 0 30px;
}

.comments-block .cloud .plus {
  display: block;
  width: 63px;
  height: 63px;
  background: url(/static/i/icon-plus.png) center center no-repeat #00a83c;
  border: 5px solid #bee3cc;
  border-radius: 63px;
  margin: 0 0 0 28px;
}

.comments-block .cloud .text {
  position: relative;
}

.comments-block .cloud .text > IMG {
  position: absolute;
  left: -12px;
  top: 25px;
}

.comments-block .cloud .text > DIV {
  background: white;
  padding: 43px 20px 43px 60px;
  border-radius: 5px;
}

.add-comment-form .text {
  margin: 10px 0 0 28px;
}

.add-comment-form .text > IMG {

}

.add-comment-form .text > DIV {
  padding: 30px 30px !important;
  font: normal 12px/12px 'Conv_Lato-Bold';
  color: #575656;
  text-transform: uppercase;
  cursor: pointer;
}

.comment-form-field TEXTAREA {
  background: none;
  border: 0;
  padding: 10px;
  color: #a1a1a1;
  font: normal 14px/18px 'Conv_Lato-Regular';
  display: block;
  margin: 0 0 16px 0;
  resize: none;
  width: 535px;
  height: 200px;
}

.comment-form-field .btn {
  margin: 0 5px 0 0;
}

.comment-form-field .cancel {

}

.comment-cloud {
  padding: 10px 0;
}

.comment-cloud .user {
  text-align: center;
  width: 130px;
}

.comment-cloud .user .image {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.comment-cloud .user .name {
  display: block;
  font: normal 12px/16px 'Conv_Lato-Bold';
  margin: 5px 0 0 0;
}

.comment-cloud .user .points {
  font: 200 12px/18px 'Conv_Lato-Regular';
  opacity: 0.5;
}

.comment-cloud .text > DIV {
  width: 860px;
  font: normal 16px/22px 'Conv_Lato-Regular';
}

.comment-cloud .text > DIV .text-right {
  margin: -25px 0 5px 0;
  font: 200 12px/18px 'Conv_Lato-Regular';
  opacity: 0.5;
}

.comments-body {
  display: none;
}

.open .comments-body {
  display: block;
}

/* ----------- / article-detail ------------- */

/* -----------  articles list  ------------- */
.articles-list-block {
  padding: 30px 0 30px 0;
  clear: both;
}

.list-link {
}

.list-link H2 {
  color: #bfbfbf;
  font: normal 32px/32px 'Conv_Lato-Bold';
  margin: 0 0 30px 0;
  padding: 0 0 0 33px;
}

/* ----------- / articles list  ------------- */
/* ----------- q-and-a  ------------- */
.qanda-block {
  padding: 68px 0;
  background: url(/static/i/bg-qanda.png) center center repeat;
}

.qanda-form {
  width: 365px;
}

.qanda-list {
  width: 790px;
}

.qanda-block .more-center {
  text-align: center;
}

.qanda-block .list-inner {
  padding: 0 0 0 80px;
}

.qanda-cloud {
  margin: 0 0 30px 0;
}

.qanda-block .user {
  width: 132px;
  text-align: center;
}

.qanda-block .user .image {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qanda-block .user .name {
  display: block;
  font-size: 12px;
  color: #575656;
  width: 120px;
  margin: 5px auto;
  line-height: 14px;
}

.qanda-block .user .type {
  display: block;
  font-size: 12px;
  color: #575656;
  opacity: 0.7;
  line-height: 14px;
  width: 120px;
  margin: 0 auto;
}

.qanda-block .text {
  width: 550px;
}

.qanda-block .text > DIV {
  padding: 30px 35px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0 0 10px #ddd;
}

.cloud-question .text > DIV {
  background: white;
  color: #575656;
}

.cloud-question .text > IMG {
  left: -12px;
  top: 25px;
}

.cloud-answer .text > DIV {
  background: #00a23a;
  color: white;
}

.cloud-answer .text > IMG {
  right: -12px;
  top: 25px;
}

.qanda-block .form-inner {
  margin: 0 0 0 30px;
}

.qanda-block .form-inner H2 {
  text-transform: uppercase;
  color: #575656;
  font: normal 32px/32px 'Conv_Lato-Black';
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
}

.qanda-block .form-inner .form-block {
  width: 280px;
  margin: 0 0 0 0px;
}

.qanda-block .form-inner .form-block INPUT,
.qanda-block .form-inner .form-block TEXTAREA {
  background: #f4f4f4;
  border: 0;
  border-radius: 18px;
  padding: 0 23px;
  color: #a1a1a1;
  font: normal 12px/36px 'Conv_Lato-Bold';
  text-transform: uppercase;
  display: block;
  margin: 0 0 16px 0;
  resize: none;
  width: 235px;
}

.qanda-block .form-inner .form-block TEXTAREA {
  padding: 12px 23px;
  font: normal 12px/18px 'Conv_Lato-Bold';
  height: 170px;
  margin: 0 0 40px 0;
}

/* ----------- / q-and-a  ------------- */
/* ----------- slider ------------- */
.slider {
}

.slider .items {
}

.slider .items .items-page {
  display: none;
}

.slider .items .items-page.active {
  display: block;
}

.slider .desk {
}

.slider .pager {
}

.slider .pager SPAN {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 1px;
  border: 1px solid #c1c1c1;
  border-radius: 12px;
  margin: 0 17px 0 0;
  cursor: pointer;
}

.slider .pager SPAN.active {
  background: #00a23a;
  border: 1px solid #00a23a;
}

.slider .arrows {
}

.slider .arrows SPAN {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 1px;
  border: 1px solid #c1c1c1;
  border-radius: 34px;
  margin: 0 0 0 9px;
  cursor: pointer;
}

.slider .arrows SPAN.arr-right {
  background: url(/static/i/icon-arr-green-right.png) center center no-repeat;
}

.slider .arrows SPAN.arr-left {
  background: url(/static/i/icon-arr-green-left.png) center center no-repeat;
}

/* ----------- / slider ------------- */

/* user-slider */
.users-slider-block {
  background: white;
  padding: 40px 0;
}

.users-slider-block .slider-caption {
  color: #bfbfbf;
  font-size: 32px;
  margin: 0 0 40px 0;
  padding: 0 0 0 25px;
}

.users-slider-block .item {
  width: 25%;
  text-align: center;
  height: 295px;
}

.users-slider-block .item .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 163px;
  height: 163px;
  border-radius: 163px;
  border: 2px solid #bfbfbf;
}

.users-slider-block .item.active .image,
.users-slider-block .item:hover .image {
  border: 2px solid #00a23a;
}

.users-slider-block .item .name {
  font-size: 22px;
  line-height: 30px;
  color: #575656;
  margin: 5px;
}

.users-slider-block .item .type {
  font-size: 14px;
  line-height: 16px;
  color: #575656;
  opacity: 0.6;
  width: 163px;
  margin: 0 auto;
}

.users-slider-block .desk {
  padding: 25px 0 0 33px;
}

/* / user-slider */

/* ----------- article search form  ------------- */
.article-search-form {
  background: white;
  padding: 50px 0;
}

.article-search-form .search-form {
}

.article-search-form .search-form FORM {
}

.article-search-form .search-form FORM DIV {
  background: #f4f4f4;
  border: 0;
  border-radius: 18px;
  width: 265px;
  height: 36px;
  position: relative;
}

.article-search-form .search-form FORM DIV INPUT[type="text"] {
  background: none;
  border: none;
  color: #a1a1a1;
  font: normal 12px/36px 'Conv_Lato-Bold';
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  text-indent: 26px;
}

.article-search-form .search-form FORM DIV INPUT[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  background: url(/static/i/icon-search.png) center center no-repeat;
  cursor: pointer;
}

.article-search-form .tags-block {
}

.article-search-form .tags-block H2 {
  color: #bfbfbf;
  font: normal 32px/32px 'Conv_Lato-Bold';
  margin: 0 0 37px 0;
  padding: 36px 0 0 33px;
}

.article-search-form .tags-block .tags-items {
  padding: 0 0 0 20px;
  text-align: justify;
}

.article-search-form .tags-block .tags-items SPAN {
  display: inline-block;
  cursor: pointer;
  font: normal 14px/26px 'Conv_Lato-Regular';
  color: #575656;
  white-space: nowrap;
  padding: 0 12px 2px 12px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  margin: 0 10px 16px 0;
}

.article-search-form .tags-block .tags-items SPAN.active {
  background: #00a23a;
  color: white;
  border-color: #00a23a;
}

.article-search-form .tags-block .tags-footer {
  padding: 36px 0 0 20px;
}

.article-search-form .tags-block .tags-footer SPAN {
  margin: 0 12px 0 0;
}

.article-search-form .tags-block .tags-footer SPAN#tag-search {
  cursor: pointer;
}

/* ----------- / article search form  ------------- */
/* ----------- auth ------------- */
.menu-block .user {

}

.menu-block .user .login {
  display: block;
  background: url(/static/i/icon-login.png) left center no-repeat;
  padding: 0 0 0 25px;
  margin: 0 40px;
  line-height: 100px;
  cursor: pointer;
}

#auth-block {
  padding: 65px 95px 95px 95px;
}

#auth-block H1 {
  margin: 0 0 40px 0;
  padding: 0;
  font-family: 'Conv_Lato-Black';
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color: #00a23a;
}

#auth-block .inner {
  width: 380px;
}

#auth-block INPUT[type="text"],
#auth-block INPUT[type="password"] {
  border: 1px solid #f4f4f4;
  font: normal 12px/34px 'Conv_Lato-Bold';
  background: #f4f4f4;
  text-indent: 20px;
  width: 100%;
  margin: 0 0 16px 0;
  border-radius: 20px;
  text-transform: uppercase;
}

#auth-block INPUT[type="text"]:focus,
#auth-block INPUT[type="password"]:focus {
  border-color: #00a23a;
}

#auth-block .auth-link A {
  color: #00a23a;
  border-bottom: 1px solid #00a23a;
  text-decoration: none;
  line-height: 15px;
  position: relative;
  top: 5px;
}

#auth-block .auth-button {
  padding: 27px 0 0 0;
}

#auth-block .auth-button SPAN {
  display: inline-block;
  border: 1px solid #c4c4c4;
  font: normal 12px/34px 'Conv_Lato-Bold';
  border-radius: 20px;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 32px;
}

#auth-block .auth-button .login {
  border-color: #00a23a;
  background: url(/static/i/icon-auth.png) 110px center no-repeat #00a23a;
  color: white;
  padding-right: 77px;
}

#auth-block .auth-button .send-reg {
  border-color: #00a23a;
  background: url(/static/i/icon-register-white.png) 220px center no-repeat #00a23a;
  color: white;
  padding-right: 84px;
}

#auth-block .auth-button .register {
  background: url(/static/i/icon-register.png) 180px center no-repeat;
  padding-right: 94px;
}

#auth-block .auth-info .f-left {
  width: 180px;
}

#auth-block .auth-info .f-right {
  width: 180px;
}

LABEL.cb {
  display: inline-block;
  line-height: 23px;
  background: url(/static/i/cb.png) left center no-repeat;
  padding: 0 0 0 33px;
  color: #575656;
  cursor: pointer;
}

LABEL.cb-large {
  display: inline-block;
  background: url(/static/i/cb-large.png) left center no-repeat;
  padding: 0 0 0 55px;
  color: #575656;
  cursor: pointer;
}

LABEL.cb INPUT {
  position: absolute;
  left: -100000px;
}

LABEL.active {
  background: url(/static/i/cb-active.png) left center no-repeat;
}

LABEL.cb-large.active {
  background: url(/static/i/cb-active-large.png) left center no-repeat;
}

/* ----------- /auth  ----------- */
/* ----------- user ------------- */

.menu-block .user .cabinet {
  position: relative;
  display: block;
  height: 100px;
  width: 140px;
}

.menu-block .user .cabinet > * {
  position: absolute;
}

.menu-block .user .cabinet .image {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  top: 30px;
  right: 0;
  z-index: 1;
}

.menu-block .user .cabinet .name {
  font-size: 12px;
  color: #f2f2f2;
  line-height: 14px;
  text-align: right;
  text-transform: none;
  right: 50px;
  top: 35px;
}

.menu-block .user .cabinet .points {
  display: block;
  width: 40px;
  height: 14px;
  z-index: 2;
  top: 20px;
  right: 0;
  text-align: center;
}

.menu-block .user .cabinet .points SPAN {
  display: inline-block;
  line-height: 14px;
  padding: 0 8px;
  background: #f2f2f2;
  color: #007a2c;
  font-size: 10px;
  border-radius: 15px;
}

/* ----------- /user  ----------- */
/* ----------- cabinet  ------------- */
.cabinet-block {
  background: white;
  padding: 63px 0 50px 0;
}

.cabinet-block H1 {
  margin: 0;
  padding: 0;
  font: normal 32px/37px 'Conv_Lato-Black';
  color: #575656;
  text-transform: uppercase;
}

.cabinet-block .profile .inner {
  width: 425px;
  border: 1px solid #d6d6d6;
  margin: 45px 0 0 0;
}

.profile-block {
  padding: 18px;
}

.profile-block .image {
  width: 100%;
  height: 220px;
  margin: 20px 0 35px 0;
}

.profile-block .image .picture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  width: 210px;
  height: 210px;
  border-radius: 210px;
  z-index: 1;
  left: 90px;
}

.profile-block .image .green {
  background-color: #00a23a;
  opacity: 0.5;
  width: 210px;
  height: 210px;
  border-radius: 210px;
  z-index: 2;
  left: 90px;
}

.profile-block .image .change {
  background: url(/static/i/icon-change-photo.png) center center no-repeat;
  width: 210px;
  height: 210px;
  border-radius: 210px;
  z-index: 3;
  left: 90px;
  cursor: pointer;
}

.profile-block .image .points {
  display: block;
  width: 210px;
  height: 35px;
  z-index: 4;
  bottom: 0;
  left: 90px;
  text-align: center;
}

.profile-block .image .points SPAN {
  display: inline-block;
  padding: 0 20px;
  background: #00a23a;
  color: white;
  font: normal 16px/35px 'Conv_Lato-Bold';
  border-radius: 35px;
}

.profile-block .user .item {
  margin: 0 0 20px 0;
}

.profile-block .user .item .caption {
  opacity: 0.6;
  color: #575656;
  font: normal 12px/25px 'Conv_Lato-Bold';
  display: inline-block;
  width: 130px;
  text-indent: 50px;
  text-transform: uppercase;
}

.profile-block .user .item .text {
  font: normal 16px/25px 'Conv_Lato-Regular';
  color: #575656;
}

.profile-block .user .item.name .text {
  font: normal 18px/25px 'Conv_Lato-Bold';
}

.profile-block .user .item LABEL {
  margin: 0 0 0 50px;
  line-height: 14px;
  font-size: 12px;
  padding: 5px 0 5px 55px;
}

#profile-image-form {
  display: none;
}

.profile-block .user-fields INPUT[type="text"],
.profile-block .user-fields INPUT[type="password"] {
  border: 1px solid #f4f4f4;
  font: normal 12px/34px 'Conv_Lato-Bold';
  background: #f4f4f4;
  text-indent: 20px;
  width: 100%;
  margin: 0 0 16px 0;
  border-radius: 20px;
  text-transform: uppercase;
}

.profile-block .user-fields {
  margin: 0 40px;
}

.profile-block .user-fields INPUT[type="text"]:focus,
.profile-block .user-fields INPUT[type="password"]:focus {
  border-color: #00a23a;
}

.profile-block .user-fields .auth-info .f-left {
  width: 138px;
}

.profile-block .user-fields .auth-info .f-right {
  width: 138px;
}

.cabinet-block .info .inner {
  width: 710px;
  border: 1px solid #d6d6d6;
  margin: 45px 0 0 0;
}

.referal-link {
  padding: 15px 25px;
}

.cabinet-block .info .tabs {
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}

.cabinet-block .info .tabs SPAN {
  display: inline-block;
  font: normal 12px/66px 'Conv_Lato-Bold';
  color: #575656;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0 15px;
  border-bottom: 4px solid white;
}

.cabinet-block .info .tabs SPAN.active {
  border-bottom: 4px solid #00a23a;
}

.cabinet-block #history TABLE {
  width: 100%;
}

.cabinet-block #history TABLE TH {
  font: normal 12px/12px 'Conv_Lato-Bold';
  color: #9e9e9e;
  text-transform: uppercase;
}

.cabinet-block #history TABLE TD {
  font: normal 14px/18px 'Conv_Lato-Regular';
  color: #575656;
}

.cabinet-block #history TABLE TH,
.cabinet-block #history TABLE TD {
  border: 1px solid #d6d6d6;
  padding: 15px 25px;
  text-align: left;
}

.cabinet-block #history TABLE TR:nth-child(even) TD {
  background: #f4f4f4;
}

.cabinet-block #history TABLE TR TH:first-child,
.cabinet-block #history TABLE TR TD:first-child {
  border-left: 0px;
  white-space: nowrap;
}

.cabinet-block #history TABLE TR TH:last-child,
.cabinet-block #history TABLE TR TD:last-child {
  border-right: 0px;
  white-space: nowrap;
}

.cabinet-block #history TABLE TR:first-child TH {
  border-top: 0px;
}

.cabinet-block #history TABLE TR:last-child TD {
  border-bottom: 0px;
}

.all-points {
  text-align: center;
  padding: 20px 0 0 0;
}

.all-points IMG {
  cursor: pointer;
}

.cabinet-block #achievements .block-inner {
  padding: 0 25px;
}

.cabinet-block #achievements TABLE {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.cabinet-block #achievements TABLE TR TD {
  padding: 18px 0;
  vertical-align: middle;
}

.cabinet-block #achievements TABLE TR TD:first-child {
  width: 115px;
  text-align: left;
}

.cabinet-block #achievements TABLE TR TD:last-child {
  width: 72px;
  text-align: center;
}

.cabinet-block #achievements .name {
  color: #575656;
  font: normal 18px/26px 'Conv_Lato-Regular';
}

.cabinet-block #achievements .legend {
  color: #575656;
  font: normal 14px/26px 'Conv_Lato-Regular';
  opacity: 0.6;
}

.cabinet-block #achievements .progress {
  padding: 10px 0 0 0;
}

.cabinet-block #achievements .progress DIV {
  height: 8px;
  background: #00a23a;
}

.noready {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cabinet-block #achievements .achieve-check {
  position: relative;
  top: 20px;
}

.cabinet-block #achievements .info {
  color: #00a23a;
  font: normal 14px/14px 'Conv_Lato-Bold';
  padding: 35px 0 0 0;
}

/* ----------- / cabinet  ------------- */
/* ----------- contest  ------------- */
.page_contests {
}

.page_contests .banner-inner {
  height: 536px !important;
}

.contest-wrapper {
  width: 804px;
  padding: 0 0 0 60px;
}

.contest-info {
  font-size: 16px;
  color: #575656;
  line-height: 20px;
  opacity: 0.8;
  padding: 50px 0 0 0;
}

.contest-rules {
}

.contest-rules .f-left {
  width: 33%;
  line-height: 120px;
  font-size: 16px;
  color: #7f7f7f;
}

.contest-rules .f-left IMG {
  line-height: 120px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.contest-instruction A {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 35px;
  padding: 0 34px 0 53px;
  border-radius: 35px;
  background-position: 7% 50%;
  background-repeat: no-repeat;
  background-color: #00a23a;
  color: white;
  background-image: url(/static/i/icon-download.png);
}

.contest-podium-wrapper {
  width: 864px;
}

.contest-podium {
  padding: 70px 0 0 0;
}

.contest-podium .header {
  color: #575656;
  font: normal 32px/32px 'Conv_Lato-Bold';
  margin: 0 0 55px 0;
  padding: 0 0 0 60px;
}

.contest-podium .body {
}

.contest-podium .body .f-left {
  width: 33%;
  text-align: center;
  height: 384px;
  background: white;
}

.contest-podium .body .f-left .place {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  color: #575656;
  font: normal 83px/83px 'Conv_Lato-Bold';
  opacity: 0.3;
}

.contest-podium .body .f-left .inner {
  background: #f4f4f4;
}

.contest-podium .body .f-left .inner .star {
  width: 100%;
  height: 184px;
  background: url(/static/i/icon-star.png) center center no-repeat;
  position: relative;
}

.contest-podium .body .f-left.first .inner {
  padding: 0 0 25px 0;
}

.contest-podium .body .f-left.second .inner {
  padding: 45px 0 25px 0;
}

.contest-podium .body .f-left.third .inner {
  padding: 75px 0 25px 0;
}

.contest-podium .body .f-left .inner .star .points {
  padding: 60px 0 0 0;
  color: white;
  font: normal 60px/60px 'Conv_Lato-Bold';
}

.contest-podium .body .f-left .inner .star .points-title {
  color: white;
  font: normal 25px/30px 'Conv_Lato-Bold';
}

.contest-podium .body .f-left .inner .star .avatar {
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  border-radius: 70px;
  position: relative;
  top: 50px;
}

.contest-podium .body .f-left .inner .star .name {
  font: normal 14px/20px 'Conv_Lato-Bold';
  color: white;
  position: relative;
  top: 55px;
}

.contest-items {
  background: white;
  padding: 100px 0 0px 0;
}

.contest-items .header {
  color: #575656;
  font: normal 32px/32px 'Conv_Lato-Bold';
  margin: 0 0 0 0;
  padding: 0 0 45px 60px;
  opacity: 0.3;
}

.contest-items-slider {
  padding: 0 0 40px 0;
}

.contest-items-slider .slider {
}

.contest-items-slider .slider .items-page {
}

.contest-items-slider .slider .items-page .item {
  width: 279px;
  height: 373px;
  margin-bottom: 10px;
}

.contest-items-slider .slider .items-page .item.item-upload {
  background: url(/static/i/icon-contest-upload.png) center center no-repeat;
  background-size: contain;
}

.contest-items-slider .slider .items-page .item:nth-child(1),
.contest-items-slider .slider .items-page .item:nth-child(2),
.contest-items-slider .slider .items-page .item:nth-child(3),
.contest-items-slider .slider .items-page .item:nth-child(5),
.contest-items-slider .slider .items-page .item:nth-child(6),
.contest-items-slider .slider .items-page .item:nth-child(7) {
  margin-right: 10px;
}

.item-image {
  width: 100%;
  height: 372px;
  cursor: pointer;
}

.item-image:hover {
  opacity: 0.9;
}

.item-image .inner {
  width: 100%;
  height: 372px;
  position: relative;
}

.item-image .inner .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 296px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.item-image .inner .shadow {
  width: 100%;
  height: 296px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/i/bg-contest-shadow.png) bottom center repeat-x;
}

.item-image .inner .views {
  width: 100%;
  height: 296px;
  position: absolute;
  top: 255px;
  left: 0;
  z-index: 3;
  color: white;
  line-height: 40px;
  background: url(/static/i/icon-view.png) 20px 12px no-repeat;
  padding: 0 0 0 55px;
  font-size: 12px;
}

.item-image .inner .name {
  width: 99.6%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: 4;
  outline: 1px solid #d6d6d6;
}

.item-image .inner .name SPAN {
  font: normal 22px/72px 'Conv_Lato-Bold';
  margin: 0 0 0 20px;
  color: #575656;
}

#contest-image-form {
  position: absolute;
  left: -99999px;
}

.modal-photo-popup {
  width: 800px;
  text-align: center;
}

.modal-photo-popup IMG {
}

.contest-items-slider .desk {
  padding: 40px 22px 0 22px;
}

.contest-finish-text {
  background: url(/static/i/icon-contest-close.png) left center no-repeat;
  font: normal 22px/26px 'Conv_Lato-Bold';
  color: #00a23a;
  padding: 0 0 0 60px;
  margin: 50px 0 0px 0;
}

/* ----------- / contest  ------------- */

/* ----------- tests ------------------ */
.page_tests .banner-inner {
  height: 462px !important;
}

.q-pages {
}

.q-pages .q-page {
  display: none;
}

.q-pages .q-page.active {
  display: block;
}

.test-result-popup {
  max-width: 500px;
}

.test-items {
  padding: 0 0 14px 0;
}

.test-items .item {
  margin: 14px 0 0 0;
  background: white;
}

.test-items .item.active {
  color: white;
  background: rgb(0, 194, 70); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 194, 70, 1) 0%, rgba(0, 174, 62, 1) 40%, rgba(0, 162, 58, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 194, 70, 1) 0%, rgba(0, 174, 62, 1) 40%, rgba(0, 162, 58, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 194, 70, 1) 0%, rgba(0, 174, 62, 1) 40%, rgba(0, 162, 58, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c246', endColorstr='#00a23a', GradientType=1); /* IE6-9 */
}

.test-items .item .body {
  display: none;
}

.test-items .item .body .q-info {
  display: block;
  border-top: 1px solid #018831;
}

.test-items .item .body .q-info TABLE {
  width: 100%;
}

.test-items .item .body .q-info TABLE TH {
  width: 440px;
  text-align: center;
  vertical-align: top;
  padding: 50px 0;
}

.test-items .item .body .q-info TABLE TH IMG {
  max-height: 100%;
}

.test-items .item .body .q-info TABLE TD {
  text-align: left;
  vertical-align: top;
  padding: 50px;
}

.test-items .item .body .q-info .q-data {

}

.test-items .item .body .q-info .q-data .f-left {
  width: 33%;
  background-position: top left;
  background-repeat: no-repeat;
  height: 75px;
}

.test-items .item .body .q-info .q-data .f-left I {
  display: block;
  margin: 15px 0 5px 40px;
  font: normal 16px/16px 'Conv_Lato-Regular';
}

.test-items .item .body .q-info .q-data .f-left SPAN {
  display: block;
  font: normal 26px/26px 'Conv_Lato-Bold';
  margin: 0 0 0 40px;
}

.test-items .item .body .q-info .q-data .numbers {
  background-image: url(/static/i/icon-test-questions.png);
}

.test-items .item .body .q-info .q-data .time {
  background-image: url(/static/i/icon-test-time.png);
}

.test-items .item .body .q-info .q-data .points {
  background-image: url(/static/i/icon-test-points.png);
}

.test-items .item .body .q-info .q-slider {
}

.test-items .item .body .q-info .q-slider .q-page {
}

.test-items .item .body .q-info .q-slider .q-page .q-header {
  padding: 35px 0 0 0;
}

.test-items .item .body .q-info .q-slider .q-page .q-header .f-left {
  font: normal 20px/20px 'Conv_Lato-Bold';
  color: white;
  width: 10%;
  white-space: nowrap;
}

.test-items .item .body .q-info .q-slider .q-page .q-header .f-left I {
  color: #018831;
  font-style: normal;
}

.test-items .item .body .q-info .q-slider .q-page .q-header .f-right {
  width: 90%;
  line-height: 1px;
  border-top: 1px solid #018831;
  position: relative;
  top: 10px;
}

.test-items .item .body .q-info .q-slider .q-page .q-text {
  text-align: center;
  font: normal 22px/27px 'Conv_Lato-Bold';
  padding: 35px 0;
}

.test-items .item .body .q-info .q-slider .q-page .q-variants {
}

.test-items .item .body .q-info .q-slider .q-page .q-variants .items {
}

.test-items .item .body .q-info .q-slider .q-page .q-variants .items LABEL {
  display: block;
  cursor: pointer;
  font: normal 12px/14px 'Conv_Lato-Bold';
  text-transform: uppercase;
  border: 1px solid white;
  padding: 10px 30px 10px 87px;
  border-radius: 60px;
  margin: 0 0 20px 0;
}

.test-items .item .body .q-info .q-slider .q-page .q-variants .items LABEL.active {
  color: #00aa3d;
  background: url(/static/i/icon-cb-active.png) 20px center no-repeat white;
}

.test-items .item .body .q-info .q-slider .q-page .q-variants .items LABEL INPUT {
  position: absolute;
  left: -9999px;
}

.test-items .item .body .q-result {
  display: none;
  border-top: 1px solid #018831;
}

.test-items .item .body .q-result TABLE {
  width: 100%;
}

.test-items .item .body .q-result TABLE TH {
  width: 550px;
  text-align: center;
  vertical-align: top;
  padding: 50px 0;
}

.test-items .item .body .q-result TABLE TH DIV {
  width: 415px;
  height: 424px;
  background: url(/static/i/bg-test-result.png) center center no-repeat;
  margin: 0 auto;
  color: #00aa3d;
}

.test-items .item .body .q-result TABLE TH DIV * {
  display: block;
  text-align: center;
}

.test-items .item .body .q-result TABLE TH DIV SPAN {
  font: normal 116px/116px 'Conv_Lato-Bold';
  padding: 130px 0 0 0;
}

.test-items .item .body .q-result TABLE TH DIV I {
  font: normal 36px/36px 'Conv_Lato-Bold';
}

.test-items .item .body .q-result TABLE TD {
  text-align: left;
  vertical-align: middle;
  padding: 50px;
}

.test-items .item .body .q-result TABLE TD .header {
  font: normal 42px/42px 'Conv_Lato-Bold';
  padding: 0 0 45px 0;
  text-align: center;
}

.test-items .item .body .q-result TABLE TD .text {
  font: normal 16px/20px 'Conv_Lato-Regular';
  padding: 0 0 100px 0;
  text-align: center;
}

.test-items .item .body .q-result TABLE TD .re {
  text-align: right;
}

.test-items .item .body .q-result TABLE TD .re SPAN {
  display: inline-block;
  font: normal 12px/36px 'Conv_Lato-Bold';
  text-transform: uppercase;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.test-items .item .body .q-result TABLE TD .re I {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-test-re.png) center center no-repeat;
  border: 1px solid white;
  border-radius: 36px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.test-items .item.active .body {
  display: block;
}

.test-items .item .header {
  padding: 20px 0;
}

.test-items .item .header TABLE {
  width: 100%;
}

.test-items .item .header TABLE TH {
  width: 140px;
  text-align: center;
  vertical-align: middle;
}

.test-items .item .header TABLE TH * {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.test-items .item .header TABLE TH I {
  display: none;
}

.test-items .item.active .header TABLE TH I {
  display: inline-block;
}

.test-items .item.active .header TABLE TH SPAN {
  display: none;
}

.test-items .item .header TABLE TD.name {
  vertical-align: middle;
  text-align: left;
  color: #00a23a;
  font: normal 26px/30px 'Conv_Lato-Bold';
}

.test-items .item.active .header TABLE TD.name {
  color: white;
}

.test-items .item .header TABLE TD.expand {
  text-align: right;
  vertical-align: middle;
  padding: 0 45px 0 50px;
  white-space: nowrap;
  cursor: pointer;
  color: #575656;
}

.test-items .item .header TABLE TD.expand * {
  display: inline-block;
}

.test-items .item.active .header TABLE TD.expand {
  color: white;
}

.test-items .item .header TABLE TD.expand SPAN,
.test-items .item .header TABLE TD.expand I {
  font: normal 26px/30px 'Conv_Lato-Bold';
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  color: #c7c7c7;

}

.test-items .item .header TABLE TD.expand I {
  display: none;
}

.test-items .item.active .header TABLE TD.expand I {
  display: inline-block;
  color: white;
}

.test-items .item.active .header TABLE TD.expand SPAN {
  display: none;
}

.test-items .item .header TABLE TD.expand DIV {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-arr-green-down.png) center center no-repeat;
  border: 1px solid #c1c1c1;
  border-radius: 36px;
  vertical-align: middle;
}

.test-items .item.active .header TABLE TD.expand DIV {
  background: url(/static/i/icon-up-white.png) center center no-repeat;
  border: 1px solid white;
}

.test-items .item .desk {
  text-align: right;
  padding: 45px 0 0 0;
}

.test-items .item .desk .buttons SPAN {
  display: inline-block;
  font: normal 12px/36px 'Conv_Lato-Bold';
  text-transform: uppercase;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.test-items .item .desk I {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: center center no-repeat;
  border: 1px solid white;
  border-radius: 36px;
  vertical-align: middle;
}

.test-items .item .desk .buttons SPAN.prev I {
  background-image: url(/static/i/icon-back-transparent.png);
  margin: 0 10px 0 0px;
}

.test-items .item .desk .buttons SPAN.next I {
  background-image: url(/static/i/icon-arr-white-right.png);
  margin: 0 0 0 10px;
}

.test-items .item .desk .buttons SPAN.result I {
  background-image: url(/static/i/icon-arr-white-right.png);
  margin: 0 0 0 10px;
}

.more-tests{
  padding:50px 0;
  text-align: center;
}

.more-tests IMG{
  cursor:pointer;
}

/* ----------- / tests ---------------- */

/* ----------- contest main ------------*/
.contest-main {
  background: url(/static/i/bg-contest-main.png) bottom center no-repeat white;
  min-height: 564px;
}

.contest-main .name {
  color: white;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 170px 0 0 0;
}

.contest-main .preview {
  color: white;
  width: 430px;
  padding: 45px 0 0 0;
}

.contest-main .buttons {
  padding: 40px 0 0 0;
}

.contest-main .buttons .btn-download-contest {
  margin: 0 0 0 30px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 35px;
  padding: 0 34px 0 53px;
  border-radius: 35px;
  background-position: 7% 50%;
  background-repeat: no-repeat;
  color: white;
  background-image: url(/static/i/icon-download.png);
}

/* ----------- / contest main ------------*/
/* ----------- / test main ------------*/
.test-main{
  background: url(/static/i/bg-test-main.png) bottom repeat-x;
  min-height:585px;
}

.test-main .legend{
  width:284px;
}

.test-main .legend .name{
  padding:200px 0 0 30px;
  color: #575656;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

.test-main .legend .preview{
  padding:30px 30px 0 30px;
  color: #575656;
  opacity:0.6;
  font-size: 14px;
  line-height: 18px;
}

.test-main .legend .buttons{
  padding:30px 0 0 30px;
}

.test-main .items{
  width:870px;
}

.test-main .items .item{
  width:33%;
  float:right;
  height:539px;
  border:1px solid #d6d6d6;
  background: white;
  position: relative;
}

.test-main .items .item .inner{
  padding: 128px 33px 0 33px;
}

.test-main .items .item:hover{
  background: #00a23a;
}

.test-main .items .item:nth-child(1),
.test-main .items .item:nth-child(2){
  border-left:0px;
}

.test-main .items .item SPAN,
.test-main .items .item I{
  display:block;
  width:125px;
  height:125px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.test-main .items .item I{
  display: none;
}

.test-main .items .item:hover SPAN{
  display: none;
}

.test-main .items .item:hover I{
  display: block;
}

.test-main .items .item .name{
  color:#575656;
  font-size:28px;
  line-height:34px;
  padding:50px 0 0 0;
  display: block;
  text-decoration: none;
}

.test-main .items .item:hover .name{
  color:white;
}

.test-main .items .item .arr-detail{
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  background: url(/static/i/icon-arr-green-right.png) center center no-repeat white;
  border: 1px solid #c1c1c1;
  border-radius: 36px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* ----------- / test main ------------*/
/* ----------- / admin panel ------------*/
.admin-inner{
  padding:20px;
}

.admin-inner H2{
  font-size:20px;
}

.admin-inner .title{
  display: block;
  margin: 20px 0 5px 0;
}

.admin-inner INPUT[type="text"],
.admin-inner SELECT{
  border:1px solid #d6d6d6;
  padding:10px;
  width:90%;
}
/* ----------- / admin panel ------------*/


/* a.css */

@media (max-width: 1155px) {
  .content {
    overflow: hidden;
  }

  .wrapper {
    width: 100%;
  }

  /* top */
  .burger {
    display: block;
    width: 38px;
    height: 38px;
    position: fixed;
    z-index: 1000;
    top: 31px;
    right: 31px;
    border: 1px solid white;
    cursor: pointer;
    opacity: 0.7;
  }

  .burger SPAN {
    display: block;
    width: 25px;
    height: 2px;
    background: white;
    margin: 8px auto 0 auto;
  }

  .top .menu {
    display: none;
  }

  .adaptive-menu {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00a23a;
    overflow: hidden;
    z-index: 999;
    opacity: 0.9;
    text-transform: uppercase;
  }

  .adaptive-menu UL,
  .adaptive-menu LI {
    display: block;
    width: 100%;
  }

  .adaptive-menu LI A {
    display: block;
    color: white;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #d6d6d6;
  }

  .top .user {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 22px;
  }

  .top .user,
  .top .user .login {

  }

  .am-state .adaptive-menu {
    display: block;
  }

  .am-state .top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .am-state .top .user {
    display: block;
  }

  /* / top */
  /* footer */
  .gotoup {
    display: none;
  }

  .footer-block {
    padding-bottom: 20px;
  }

  .footer .menu {
    display: none;
  }

  .footer-menu-block .soc-icons {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .warning-block {
    text-align: center;
    margin: 10px 0;
  }

  .warning-block IMG {
    max-width: 80%;
  }

  .bottom-line .f-left,
  .bottom-line .f-right {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }

  /* / footer */
  /* banner */
  .banner {
    padding:50px 0;
    background-size: cover;
    background-position: right top;
    /* background: #65c8dc !important; */
  }

  .banner .title,
  .banner .preview {
    text-shadow: 1px 1px 1px #333;
  }

  .banner .title {
    margin: 0 !important;
    padding: 20px !important;
  }

  .banner .preview {
    margin: 0 !important;
    padding: 0 20px 20px 20px !important;
  }

  .banner .title {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .top-banner-block,
  .banner TABLE,
  .banner TABLE TD {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* / banner */
  /* articles */
  .articles-preview-block .list-link {
    padding: 20px;
  }

  .articles-preview-items {
  }

  .articles-preview-items .item,
  .articles-preview-items .item .image A,
  .articles-preview-items .item .image A IMG {
    width: 100%;
    height: auto;
  }

  .articles-preview-items .item {
    margin: 0 0 30px 0 !important;
  }

  .articles-preview-items .arr-detail {
    display: none !important;
  }

  .article-search-form {
    padding: 22px;
  }

  .article-search-form FORM {
    float: none;
    margin: 15px 0 0 0;
  }

  .article-search-form .tags-block H2 {
    padding: 0 !important;
    margin: 22px 0 !important;
  }

  .article-search-form .tags-block .tags-items {
    padding: 0;
  }

  .article-search-form .tags-block .tags-footer {
    padding: 10px 0 0 0;
  }

  .article-search-form .tags-block .tags-footer * {
    margin: 0 5px 10px 0 !important;
    width: 16%;
  }

  .articles-list-block {
    padding: 0;
  }

  .articles-list-block .list-link {
    padding: 22px 22px 40px 22px;
  }

  .articles-list-block .list-link > * {
    float: none;
  }

  .articles-list-block .list-link H2 {
    padding: 0;
    margin: 0 0 15px 0;
  }

  /* / articles */
  /* test main */
  .test-main .legend,
  .test-main .items {
    width: 100%;
  }

  .test-main .legend .name {
    padding: 22px;
  }

  .test-main .legend .preview {
    padding: 0 22px 22px 22px;
  }

  .test-main .legend .buttons {
    padding: 0 22px 22px 22px;
  }

  .test-main .items .item {
    width: 100%;
    height: auto;
  }

  .test-main .items .arr-detail {
    display: none !important;
  }

  .test-main .items .item .inner {
    padding: 22px;
  }

  .test-main .items .item .inner .name {
    padding: 22px 0 0 0;
  }

  /* / test main */
  .block-2column {
    clear: both;
    height: auto;
  }

  .block-2column > DIV {
    float: none;
    width: 100%;
  }

  .block-2column .block-left {
    background-position: bottom right;
  }

  .block-2column .block-right {
    background-position: top left;
  }

  .block-2column .block-left > DIV,
  .block-2column .block-right > DIV {
    width: 90%;
    padding: 44px 22px 22px 0;
    float: none;
  }

  .block-2column TABLE {
    margin: 0;
  }

  .block-2column TD,
  .banner-inner-bottom TD {
    width: 100%;
    height: auto;
  }

  .block-2column .title,
  .banner-inner-bottom .title,
  .block-2column .preview,
  .banner-inner-bottom .preview,
  .block-2column .button,
  .banner-inner-bottom .button,
  .banner-inner-bottom .disclimer {
    margin: 0 0 22px 22px !important;
    padding-left: 0 !important;
    height: auto;
  }

  .block-2column .title,
  .banner-inner-bottom .title,
  .block-2column .preview,
  .banner-inner-bottom .preview {
    text-shadow: 1px 1px 1px #333;
  }

  .block-2column .title,
  .banner-inner-bottom .title {
    margin-top: 44px !important;
  }

  .back-href {
    display: none !important;
  }

  /* banner inner block */
  .banner-inner-bottom {

  }

  .banner-inner-bottom {

  }

  /* / banner inner block */
  /* q-and-a main */
  .qanda-block {
    padding: 22px 0;
    background: white;
  }

  .qanda-block H2 {
    margin: 0 0 30px 0 !important;
  }

  .qanda-block .wrapper > .f-left {
    width: 100%;
  }

  .qanda-form {
    width: 100%;
  }

  .qanda-form .form-inner {
    margin: 0;
    padding: 22px;
  }

  .qanda-form .form-block {
    width: 100% !important;
  }

  .qanda-form .form-block INPUT,
  .qanda-form .form-block TEXTAREA {
    width: 87% !important;
  }

  .qanda-list {

  }

  .qanda-list .list-inner {
    padding: 22px;
  }

  .qanda-cloud .user {
    width: 30%;
  }

  .qanda-cloud .user .name {
    width: 80%;
    margin: 0 auto;
  }

  .qanda-cloud .text {
    width: 70%;
  }

  /* / q-and-a main */
  /* users slider block */
  .users-slider-block {
  }

  .users-slider-block .item {
    width: 100%;
  }

  /* / users slider block */
  /* gedeliks-block */
  .gedeliks-block {
  }

  .gedeliks-block .wrapper {
    height: auto;
  }

  .gedeliks-block .gedeliks-item {
    float: none;
    width: 100%;
  }

  .gedeliks-block .gedeliks-item .inner {
    margin: 22px 0;
    padding: 22px;
    height: auto;
  }

  .gedeliks-block .gedeliks-item .inner > * {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .gedeliks-block .gedeliks-item .inner .image {
    padding: 0;
    text-align: center;
  }

  .gedeliks-block .gedeliks-item .inner .image IMG {
    width: 80%;
  }

  .gedeliks-block .arr-more {
    display: none !important;
  }

  .gedeliks-detail-block {
  }

  .gedeliks-detail-block > DIV {
    margin: 0;
    padding: 0;
  }

  .gedeliks-detail-block .inner {
    padding: 22px;
    margin: 0;
  }

  .gedeliks-detail-block .f-left,
  .gedeliks-detail-block .f-right {
    float: none;
    width: 100%;
  }

  .gedeliks-detail-block .inner > DIV {
    float: none;
    width: 100% !important;
  }

  .gedeliks-detail-block .taste-and-thing > DIV {
    width: 100% !important;
  }

  .gedeliks-detail-block .text-1 LI {
    width: 100%;
  }

  .gedeliks-detail-block .gedeliks-2 TD {
    display: block;
    width: 100% !important;
  }

  .gedeliks-detail-block .gedeliks-2 LI {
    width: 100%;
  }

  .gedeliks-3.has-banner {
    height: auto;
  }

  .gedeliks-detail-block .product-banner {
    width: 100%;
    margin: 22px 0;
  }

  .gedeliks-detail-block .gedeliks-4 .header {
    margin: 0;
    padding: 22px;
  }

  .gedeliks-detail-block .component-item .toggle-item > SPAN {
    display: none !important;
  }

  .gedeliks-detail-block .component-item .item-header TR TD:last-child {
    width: 60px;
  }

  .gedeliks-detail-block .item-header TABLE TR TD:nth-child(2) {
    font-size: 14px;
  }

  /*  / gedeliks-block */
  /* article detail */
  .article-banner {
    height: auto !important;
  }

  .article-banner TD > DIV {
    padding-left: 22px !important;
  }

  .article-banner .share {
    margin: 0 0 22px 0;
  }

  .article-detail-announce {
    padding: 22px;
  }

  .article-detail-announce .f-left,
  .article-detail-announce .f-right {
    padding: 0;
    float: none;
    width: 100% !important;
  }

  .article-detail-announce .ada-author {
    margin: 30px 0 0 0;
  }

  .adtb-text BLOCKQUOTE {
    margin: 44px 0;
  }

  .adtb-text LI {
    margin-left: 22px;
  }

  .article-detail-text-block {
    padding: 22px;
  }

  .article-detail-text-block .f-left,
  .article-detail-text-block .f-right {
    padding: 0;
    float: none;
    width: 100% !important;
  }

  /* / article detail */
  /* tests */
  .page_tests .banner-inner {
    height: auto !important;
  }

  .test-block .test-items .item .header TH {
    width: 100px;
  }

  .test-block .test-items .item .header .name {
    font: normal 20px/24px 'Conv_Lato-Bold';
  }

  .test-block .test-items .item .header .expand {
    padding: 0 22px;
  }

  .test-block .test-items .item .header .expand i,
  .test-block .test-items .item .header .expand SPAN {
    display: none !important;
  }

  .q-info TH {
    display: none;
  }

  .q-info TD {
    padding: 22px !important;
  }

  .q-data .f-left I {
    margin: 0 0 0 20px !important;
  }

  .q-data .f-left SPAN {
    font: normal 16px/16px 'Conv_Lato-Bold' !important;
    margin: 0 0 0 20px !important;
  }

  .test-items .item .body .q-info .q-slider .q-page .q-variants .items LABEL {
    padding: 10px 20px 10px 50px;
  }

  .q-result TH,
  .q-result TD {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }

  .q-result .points {
    background-size: cover;
    width: 100% !important;
  }

  .q-result .header,
  .q-result .text,
  .q-result .re {
    padding: 22px !important;
  }

  /* / tests */
  /* modal */
  #ofamodal-inner {
    max-width: 90% !important;
    top:20px;
  }

  #auth-block {
    padding: 22px;
  }

  #auth-block .inner {
    width: 100%;
  }

  #auth-block .auth-button > * {
    padding-right: 30px !Important;
  }

  #auth-block .auth-info .f-left,
  #auth-block .auth-info .f-right {
    width: 99%;
  }

  /* / modal */
  /* cabinet */
  .cabinet-block {
    padding: 22px;
  }

  .cabinet-block > .wrapper > DIV {
    float: none;
    width: 99% !important;
    padding: 0 !important;
  }

  .cabinet-block .profile .inner {
    margin: 22px 0;
    width: 100%;
    padding: 22px 0;
  }

  .cabinet-block .profile-block {
    padding: 0;
  }

  .cabinet-block .image {
    width: 210px;
    margin: 22px auto;
  }

  .cabinet-block .image > * {
    left: 0 !important;
  }

  .cabinet-block .user-fields .auth-info .f-left,
  .cabinet-block .user-fields .auth-info .f-right {
    width: 99%;
  }

  .cabinet-block .info > .text-right {
    padding: 22px 0 0 0;
  }

  .cabinet-block .info .inner {
    width: 99%;
    margin: 22px 0;
    padding: 0;
  }

  .cabinet-block #history TD,
  .cabinet-block #history TH {
    padding: 5px 10px !important;
  }

  .achieve-item TR TD:first-child {
    width: 95px !important;
  }

  .achieve-item .name {
    font-size: 14px !important;
  }

  /* / cabinet */
  /* contests */
  .page_contests .banner-inner {
    height: auto !important;
  }

  .contest-main {
    clear: both;
    padding: 22px;
    background-size: cover;
    height: auto !important;
    min-height: auto !important;
  }

  .contest-main .name {

    text-shadow: 1px 1px 1px #333;
  }

  .contest-main .preview {
    width: 90% !important;
    text-shadow: 1px 1px 1px #333;
  }

  .contest-main .btn-download-contest {
    display: none !important;
  }

  .contest-main .name {
    padding: 22px 0 0 0;
  }

  .contest-info {
    padding: 0;
  }

  .contest-wrapper {
    width: auto;
    padding: 22px;
  }

  .contest-rules {
    padding: 22px 0;
  }

  .contest-rules .f-left {
    width: 100%;
    line-height: 50px;
  }

  .contest-instruction {

  }

  .contest-podium-wrapper {
    width: auto;
  }

  .contest-podium {
    padding: 22px;
  }

  .contest-podium .header {
    padding: 0;
    margin: 0;
  }

  .contest-podium .body {

  }

  .contest-podium .body .f-left .inner .star {
    background-size: contain;
  }

  .contest-podium .body .f-left .inner .star .points {
    font-size: 200%;
    line-height:1.5em;
  }

  .contest-podium .body .f-left .inner .star .points-title {
    font-size:100%;
  }

  .contest-items-slider{}
  .contest-items-slider .item{
    width:100% !important;
    height:auto;
  }

  .modal-photo-popup{
    width:100%;
  }

  .modal-photo-popup IMG{
    width:100%;
  }

  /* / contests */

}

