/* NV */
/* BASE COLORS */
/*@base-dark-bg-block-hover-bg-color: @base-block-hover-bg-color;*/
/*@base-dark-bg-block-border-color: transparent;*/
/* basic colors */
/* common page elements */
/* content footer with navigation buttons */
/* news colors */
/* misc colors */
/* cart colors */
/* FOOTER, SITEMAP */
/* login form colors */
/* main page and right panel colors */
/* leftmenu */
/* not used in NV styles */
/* not used in NV styles */
/* forms controls */
/* examples */
/* purchase */
/* feature matrix */
/* my settings */
/* my products */
/* special offers */
/* noise profiles */
/* currency */
/** UTILS **/
@media screen {
  html {
    height: 100%;
  }
  a.text2 {
    color: #2964ad;
  }
  .color-text2 {
    color: #747474;
  }
  .ui-helper-clearfix {
    clear: both;
  }
  .contNiExample,
  .contNvExample {
    cursor: pointer;
  }
  .local {
    text-decoration: none;
    position: relative;
  }
  .local:hover {
    text-decoration: none;
  }
  .local:after {
    position: absolute;
    top: 100%;
    margin-top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px dashed;
    content: '';
  }
  a.link-green-bg {
    color: #1d3355;
  }
  a.link-green-bg:hover {
    color: #000000;
  }
  a.product-features-link {
    color: #ade0ff;
  }
  a.product-features-link:hover {
    color: #ffffff;
  }
  .text-right {
    text-align: right;
  }
  del.wide {
    color: #747474;
    font-weight: normal;
    position: relative;
    text-decoration: none;
  }
  del.wide:after {
    position: absolute;
    top: 43%;
    left: -3px;
    right: -3px;
    border-bottom: 1px solid;
    content: '';
    color: #505050;
  }
  del.wide.inline {
    margin: 0 3px;
  }
  input[type=number],
  input[type=text],
  input[type=password],
  input[type=email],
  select,
  textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type='number'] {
    -moz-appearance: textfield;
  }
  body {
    min-width: 1100px;
    background: #373e46;
    margin: 0 auto;
  }
  p,
  ul li,
  div {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
  }
  .right {
    float: right;
  }
  .text-center {
    text-align: center;
  }
  .text2-size {
    font-size: 12px;
    line-height: 20px;
  }
  .text3 {
    font-size: 16px;
    font-weight: bold;
  }
  a.lng {
    padding-left: 23px;
  }
  .main ul.text2 li {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
  }
  .main ul.text2 li:first-child {
    margin-top: 0;
  }
  .vertical-margin-helper {
    margin-top: -5px;
  }
  h1.icon-error {
    padding-left: 35px;
    background: url(../i/icon-error.png) left no-repeat;
  }
  .wrapp-center {
    width: 961px;
    margin: 0 auto;
    position: relative;
  }
  .loading-indicator {
    background: url(../i/loading.gif) no-repeat center;
    width: 16px;
    height: 16px;
    display: none;
  }
  .header-logo-prn {
    display: none;
  }
  .tooltiper {
    width: 420px;
  }
  .tooltip-wrapper {
    position: relative;
    width: 961px;
    margin: 0 auto;
  }
  .icon-clock {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../i/icon-clock.png) center no-repeat;
  }
  .hidden {
    display: none;
  }
  span.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    position: relative;
    top: 1px;
    /* background: url(img/flags.png) no-repeat;  [-]
	&.german {  [-]
		background-position: 0px 0px;
	}
	&.spanish {  [-]
		background-position: 0px -29px;
	}
	*/
  }
  #scale-relative {
    top: 2px;
    left: 10%;
    width: 10px;
    height: 10px;
    position: absolute;
  }
  #scale-fixed {
    top: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
  }
  .ui-tabs ul.ui-tabs-nav {
    list-style: none;
    height: 40px;
    padding: 0 20px 0 20px;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .ui-tabs ul.ui-tabs-nav li {
    float: left;
    margin-right: 8px;
    border: 1px solid transparent;
  }
  .ui-tabs ul.ui-tabs-nav li a {
    text-decoration: none;
    background: url(../i/os.png) no-repeat;
    display: block;
    height: 38px;
    float: left;
    padding: 0 13px 0 10px;
    padding-left: 40px;
  }
  .ui-tabs ul.ui-tabs-nav li a.mac {
    background-position: 7px 5px;
  }
  .ui-tabs ul.ui-tabs-nav li a.win {
    background-position: 7px -31px;
  }
  .ui-tabs ul.ui-tabs-nav li a.linux {
    background-position: 7px -69px;
  }
  .ui-tabs ul.ui-tabs-nav li a span {
    display: block;
    margin-top: 9px;
  }
  .ui-tabs ul.ui-tabs-nav li.ui-state-active {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #000000;
    text-decoration: none;
  }
  .ui-tabs ul.ui-tabs-nav li.ui-state-active * {
    cursor: default;
  }
  .ui-tabs ul.ui-tabs-nav li.ui-state-active a span {
    border-bottom: none;
    color: #000000;
  }
  .ui-tabs ul.ui-tabs-nav li.ui-state-active a span::after {
    display: none;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 20px;
    margin-top: -5px;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .ui-tabs ul.ui-tabs-nav li.ui-state-active {
    background-color: #edf5ed;
    border-color: #cad0ca;
    border-bottom-color: #edf5ed;
  }
  .ui-tabs .ui-tabs-panel {
    background-color: #edf5ed;
    border-color: #cad0ca;
  }
  .ui-tabs.transparent ul.ui-tabs-nav li.ui-state-active {
    border-color: #aac3a9;
    background-color: #c8e5c7;
    border-bottom-color: #c8e5c7;
  }
  .ui-tabs.transparent .ui-tabs-panel {
    border-color: #aac3a9;
    background-color: #c8e5c7;
  }
  .ui-tabs.white ul.ui-tabs-nav li.ui-state-active {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  .ui-tabs.white .ui-tabs-panel {
    background-color: #ffffff;
  }
  .ui-tabs.grey ul.ui-tabs-nav li.ui-state-active {
    background-color: #edf5ed;
    border-bottom-color: #edf5ed;
  }
  .ui-tabs.grey .ui-tabs-panel {
    background-color: #edf5ed;
  }
  #revinfo {
    background: none repeat scroll 0 0 #d6d3c6;
    border-bottom: 1px dotted #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000000;
    left: 37%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    box-shadow: 1px 1px 4px #555;
    display: block;
    font-size: 9pt;
    min-width: 200px;
    z-index: 2000;
    white-space: nowrap;
  }
  #revinfo > span > span {
    display: inline-block;
    padding-right: 5px;
  }
  #revinfo > span > span.last {
    padding-right: 0;
  }
  #revinfo strong {
    color: #000000 !important;
  }
  #revinfo select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0;
  }
  .errorSummary {
    background: none repeat scroll 0 0 #ffeeee;
    border: 2px solid #cc0000;
    font-size: 0.9em;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
  }
  .errorSummary p {
    margin: 0;
    padding: 0;
  }
  #CookiesError {
    display: none;
  }
  .i-submit-fiction {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
  }
  .button-ex span.label span.thin {
    font-weight: normal;
  }
  .button-ex.small {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
  }
  .button-ex.small span.label {
    padding: 7px 12px 6px;
  }
  .button-ex.small.icon-cart {
    padding-right: 30px;
  }
  .button-ex.small.icon-cart span.icon-cart {
    right: 10px;
    background-position: right 4px;
  }
  .button-ex.inline {
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    width: 60px;
    text-align: center;
    margin-right: 9px;
  }
  .button-ex.inline:LAST-CHILD {
    margin-right: 0px;
  }
  .button-ex.inline span.label {
    padding: 2px 0px 3px;
  }
  .button-ex.inline.icon-cart {
    padding-right: 30px;
  }
  .button-ex.inline.icon-cart span.icon-cart {
    right: 10px;
    background-position: right 4px;
  }
  .button-ex span.icon-download {
    position: absolute;
    top: 0;
    left: 0;
    right: 7px;
    height: 100%;
    background-image: url(../i/icon-download.png);
    background-position: right 8px;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .button-ex.review-and-checkout span.label {
    font-size: 16px;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .button-ex.checkout {
    float: right;
    height: 40px;
    width: 178px;
    text-align: center;
    position: relative;
  }
  .button-ex.checkout span.label {
    padding-left: 0;
  }
  .button-ex.checkout span.label span {
    display: block;
    margin: 10px 0;
    width: 180px;
  }
  .button-ex.checkout span.label span.as-new-co {
    text-transform: uppercase;
    top: -6px;
    position: absolute;
  }
  .button-ex.checkout span.label span.as-new {
    font-size: 12px;
    font-weight: normal;
    top: 11px;
    text-transform: lowercase;
    position: absolute;
  }
  .style2 span.label {
    height: 20px;
  }
  .style2 span.label .style2-title {
    display: block;
    float: left;
    margin-right: 8px;
    border-right: 1px solid white;
    padding-right: 8px;
    height: 20px;
  }
  .style2 span.label .style2-descr {
    display: block;
    float: left;
    font-size: 12px;
  }
  .button:ACTIVE {
    top: 1;
  }
  .button-green {
    background: #308c25;
    box-shadow: 0px 1px 3px 0px rgba(74, 132, 68, 0.76);
  }
  .button-green * {
    color: #ffffff;
  }
  .button-green .glow {
    background: #308c25;
    background: -webkit-radial-gradient(bottom, #59a351, #308c25);
    background: radial-gradient(at bottom, #59a351, #308c25);
  }
  .button-green:HOVER {
    background: #47c337;
    background: -webkit-linear-gradient(top, #308c25 50%, #47c337);
    background: -moz-linear-gradient(to top, #47c337, #308c25 50%);
    background: linear-gradient(to top, #47c337, #308c25 50%);
  }
  .button-green:HOVER .glow {
    background: #47c337;
    background: -webkit-radial-gradient(bottom, #59a351, #308c25);
    background: radial-gradient(at bottom, #59a351, #308c25);
  }
  .button-green.disabled:hover {
    background: #308c25;
  }
  .button-green.disabled:hover .glow {
    background: #308c25;
    background: -webkit-radial-gradient(bottom, #59a351, #308c25);
    background: radial-gradient(at bottom, #59a351, #308c25);
  }
  .button-green span.sep {
    color: #76b36f;
  }
  .button-blue {
    background: #369fdd;
    box-shadow: 0px 1px 3px 0px rgba(54, 159, 221, 0.76);
  }
  .button-blue * {
    color: #ffffff;
  }
  .button-blue .glow {
    background: #369fdd;
    background: -webkit-radial-gradient(bottom, #74bde8, #369fdd);
    background: radial-gradient(at bottom, #74bde8, #369fdd);
  }
  .button-blue:HOVER {
    background: #81d6f1;
    background: -webkit-linear-gradient(top, #369fdd 50%, #81d6f1);
    background: -moz-linear-gradient(to top, #81d6f1, #369fdd 50%);
    background: linear-gradient(to top, #81d6f1, #369fdd 50%);
  }
  .button-blue:HOVER .glow {
    background: #81d6f1;
    background: -webkit-radial-gradient(bottom, #74bde8, #369fdd);
    background: radial-gradient(at bottom, #74bde8, #369fdd);
  }
  .button-blue.disabled:hover {
    background: #369fdd;
  }
  .button-blue.disabled:hover .glow {
    background: #369fdd;
    background: -webkit-radial-gradient(bottom, #74bde8, #369fdd);
    background: radial-gradient(at bottom, #74bde8, #369fdd);
  }
  .button-blue span.sep {
    color: #83c4ea;
  }
  .button-light-grey-green-hover-green,
  .button-white-hover-green {
    display: inline-block;
    padding: 7px 10px 5px;
    font: 15px 'AsapRegular';
    line-height: 15px;
    text-decoration: none;
    color: #000;
  }
  .button-light-grey-green-hover-green:HOVER,
  .button-white-hover-green:HOVER {
    background-color: #68ba6b;
    text-decoration: none;
  }
  .button-light-grey-green-hover-green {
    background-color: #ecf5ec;
    border-radius: 4px;
  }
  .button-white-hover-green {
    background-color: white;
    border-radius: 5px;
  }
  .main.with-form > h1,
  .main.with-form > p,
  .main.with-form > a {
    margin-left: 300px;
  }
  .main.with-form.form-mod2 > h1,
  .main.with-form.form-mod2 > p {
    margin-left: 179px;
  }
  .main.with-form > p {
    margin-bottom: 15px;
  }
  .error .radio-box button,
  .error .radio-box button.checked {
    border-top: 1px solid #fe6567;
    border-bottom: 1px solid #fe6567;
  }
  .error .radio-box button:first-child,
  .error .radio-box button.checked:first-child {
    border-left: 1px solid #fe6567;
  }
  .error .radio-box button.last-child,
  .error .radio-box button.checked.last-child {
    border-right: 1px solid #fe6567;
  }
  .radio-box {
    display: inline-block;
    margin-right: 10px;
  }
  .radio-box.radio-box-large > * button {
    padding: 8px 14px 8px;
  }
  .radio-box > * button {
    border: 1px solid #8ac08d;
    border-left-width: 0px;
    display: inline-block;
    background: #f1f1f1;
    background-image: none;
    background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
    background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
    background-image: linear-gradient(top, #ffffff, #ebebeb);
    color: #000000;
    cursor: pointer;
    padding: 6px 13px;
    margin: 0;
  }
  .radio-box > * button:first-child {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  .radio-box > * button.last-child {
    border-right-width: 1px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  .radio-box > * button.checked {
    border-color: #538055;
    background: #6fab72;
    color: #ffffff;
    cursor: default;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3) inset;
  }
  .stylized-check-box {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .stylized-check-box + label.stylized-check-box-label {
    background-image: url(../i/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: middle;
    padding-left: 20px;
  }
  .stylized-check-box:checked + label.stylized-check-box-label {
    background-position: 0 -15px;
  }
  .stylized-check-box + label.stylized-check-box-label:hover {
    background-position: 0 -30px;
  }
  .stylized-check-box:checked + label.stylized-check-box-label:hover {
    background-position: 0 -45px;
  }
  .stylized-radio-button {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .stylized-radio-button + label.stylized-radio-button-label {
    background-image: url(../i/radiobutton.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: middle;
    padding-left: 20px;
  }
  .stylized-radio-button:checked + label.stylized-radio-button-label {
    background-position: 0 -15px;
  }
  .stylized-radio-button + label.stylized-radio-button-label:hover {
    background-position: 0 -30px;
  }
  .stylized-radio-button:checked + label.stylized-radio-button-label:hover {
    background-position: 0 -45px;
  }
  .form2 .field.read-only .value {
    font-family: "Arial", sans-serif;
    font-size: 18px;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 6px 8px;
    margin-top: 9px;
    margin-bottom: 14px;
  }
  .form2 .field.read-only .value.important {
    background-color: #fff6d7;
    border: 1px solid #f3e4ae;
  }
  .form2 .submit {
    margin-top: 15px;
  }
  .new-password .form2 .field .value {
    margin-right: 307px;
  }
  .new-password .form2 .field.email-notify-status {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .new-password .form2 .button-ex {
    margin-right: 10px;
  }
  div.form .field {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  div.form .field .optional {
    color: #747474;
    font-weight: normal;
  }
  div.form .field .balloon-hint-wrapper {
    display: block;
    position: absolute;
    float: left;
    z-index: 1000;
    right: 0;
    top: 17px;
  }
  div.form .field .balloon-hint-wrapper .balloon-hint-arrow {
    position: absolute;
    background-color: #fff0a0;
    border-left: 1px solid #e3c730;
    border-bottom: 1px solid #e3c730;
    width: 13px;
    height: 13px;
    top: 17px;
    left: 13px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  div.form .field .balloon-hint-wrapper .balloon-hint-body {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px 10px 4px;
    background-color: #fff0a0;
    border: 1px solid #e3c730;
    font-size: 14px;
    font-style: italic;
    margin-left: 20px;
    line-height: 18px;
  }
  div.form .field .label {
    font-weight: bold;
    padding-right: 15px;
  }
  div.form .field .label.label-2 {
    font-weight: normal;
  }
  div.form .field.disabled {
    cursor: default;
  }
  div.form .field.disabled * {
    cursor: default;
  }
  div.form .field.disabled .label {
    color: #282828;
    opacity: 0.3;
  }
  div.form .field.disabled input {
    opacity: 0.3;
    background: #ffffff;
  }
  div.form .field .upload-progress {
    border: 1px solid #b3b3b3;
    background-color: #eeeeee;
    height: 32px;
    position: relative;
    width: 358px;
  }
  div.form .field .upload-progress .file-name {
    position: relative;
    display: block;
    float: left;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 10px;
    z-index: 1;
  }
  div.form .field .upload-progress .file-size {
    position: relative;
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 30px;
    z-index: 1;
  }
  div.form .field .upload-progress .cancel-upload {
    width: 13px;
    height: 13px;
    background: url(../i/icon-cancel.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 1;
  }
  div.form .field .upload-progress .cancel-upload:hover {
    background-position: 0 -13px;
  }
  div.form .field .upload-progress .progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background-color: #c0dcbd;
    z-index: 0;
  }
  div.form .field .upload-progress .icon-upload-complete,
  div.form .field .upload-progress .remove-upload {
    display: none;
  }
  div.form .field .upload-complete {
    background: url(../i/icon-upload-complete.png) 2px 0 no-repeat;
    height: 22px;
    padding-left: 33px;
    padding-top: 5px;
    margin-top: 3px;
  }
  div.form .field .upload-complete .file-name {
    font-style: italic;
  }
  div.form .field .upload-complete .file-size {
    color: #747474;
    margin-right: 6px;
  }
  div.form .field .upload-complete .progress,
  div.form .field .upload-complete .cancel-upload {
    display: none;
  }
  div.form .field .upload-complete .remove-upload {
    display: inline;
  }
  div.form .field.memo {
    height: auto;
  }
  div.form .field.memo .validation-message {
    padding-left: 0px;
  }
  div.form .field .value input[type="text"],
  div.form .field .value input[type="email"] {
    border: 1px solid #b3b3b3;
    height: 32px;
    width: 260px;
    padding: 0 10px;
    font-size: 18px;
  }
  div.form .field .value .input-file-wrapper {
    overflow: hidden;
    width: 120px;
    height: 34px;
  }
  div.form .field .value .input-file-wrapper div.input-file {
    cursor: pointer;
  }
  div.form .field .value .input-file-wrapper div.input-file.disabled {
    cursor: default;
  }
  div.form .field .value .input-file-wrapper div.input-file .label {
    font-weight: normal;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 4px;
  }
  div.form .field .value .input-file-wrapper input[type="file"] {
    display: block;
    position: relative;
    top: -38px;
    left: -100px;
    cursor: pointer;
    -moz-opacity: 0;
    opacity: 0;
    height: 33px;
    width: 220px;
    z-index: 1000;
  }
  div.form .field .value .input-file-wrapper input[disabled] {
    cursor: default;
  }
  div.form .field .value .input-file-wrapper:hover .button-ex {
    background: #47c337;
    background: -webkit-linear-gradient(top, #308c25 50%, #47c337);
    background: -moz-linear-gradient(to top, #47c337, #308c25 50%);
    background: linear-gradient(to top, #47c337, #308c25 50%);
  }
  div.form .field .value .input-file-wrapper:hover .button-ex .glow {
    background: #47c337;
    background: -webkit-radial-gradient(bottom, #59a351, #308c25);
    background: radial-gradient(at bottom, #59a351, #308c25);
  }
  div.form .field .value .input-file-wrapper:hover .button-ex.disabled {
    background: #308c25;
  }
  div.form .field .value .input-file-wrapper:hover .button-ex.disabled .glow {
    background: #308c25;
    background: -webkit-radial-gradient(bottom, #59a351, #308c25);
    background: radial-gradient(at bottom, #59a351, #308c25);
  }
  div.form .field .value textarea {
    border: 1px solid #b3b3b3;
    display: block;
    padding: 8px 10px;
    resize: vertical;
    font: 14px "Arial";
    width: 678px;
    height: 110px;
  }
  div.form .field .value select::-ms-expand {
    display: none;
  }
  div.form .field .value select {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #b3b3b3;
    width: 282px;
    padding: 4px 6px 5px;
    padding-right: 27px;
    font-size: 18px;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('../i/combo-arrow.png') no-repeat right;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  div.form .field .value .select-wrapper {
    border: 1px solid #b3b3b3;
    overflow: hidden;
  }
  div.form .field .value .select-wrapper select {
    border: none;
  }
  div.form .field .validation-message {
    padding-left: 14px;
    color: #747474;
  }
  div.form .field.error .value .input-file-wrapper .button-ex.error {
    border: 1px solid #ff2f2d;
  }
  div.form .field.error .value .input-file-wrapper .button-ex.error .label {
    padding: 5px 14px 3px 19px;
  }
  div.form .field.error .value input,
  div.form .field.error .value select,
  div.form .field.error .value textarea {
    border: 1px solid #fe6567;
  }
  div.form .field.error .value .select-wrapper {
    border: 1px solid #fe6567;
  }
  div.form .field.error .value .select-wrapper select {
    border: none;
  }
  div.form .field.error .validation-message {
    color: #fe6567;
  }
  div.form .field.captcha div.captcha {
    height: 52px;
    float: none;
  }
  div.form .field.captcha div.captcha div.captcha-wrapper {
    float: left;
    width: 120px;
  }
  div.form .field.captcha div.captcha div.captcha-wrapper img {
    display: block;
    float: left;
    border: 1px solid #a3a3a3;
  }
  div.form .field.captcha div.captcha div.arrow {
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block;
    background: url(../i/form-arrow.png) no-repeat;
    margin: 19px 5px 9px 9px;
  }
  div.form .field.captcha div.captcha input {
    display: block;
    float: right;
    margin-top: 10px;
    width: 110px;
  }
  div.form .field.captcha div.refresh-captcha-wrapper {
    display: block;
  }
  div.form .field.captcha div.refresh-captcha-wrapper a {
    margin-top: 10px;
    margin-bottom: -20px;
  }
  div.form.form1 .field {
    margin-bottom: 26px;
  }
  div.form.form1 .field .label {
    display: block;
    float: left;
    width: 285px;
    text-align: right;
    margin-top: 7px;
  }
  div.form.form1 .field .value {
    display: block;
    float: left;
  }
  div.form.form1 .field .validation-message {
    display: block;
    float: left;
    margin-top: 7px;
  }
  div.form.form1 .field.captcha {
    height: 70px;
  }
  div.form.form1 .field.captcha .label {
    margin-top: 17px;
  }
  div.form.form1 .field.captcha .validation-message {
    margin-top: 17px;
  }
  div.form.form1 .field .mail-subscription {
    font-size: 0;
    display: inline-block;
  }
  div.form.form1 .field .mail-subscription button {
    font-size: 14px;
  }
  div.form.form1 .field .mail-subscription-text {
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    line-height: 1.2;
    margin-left: 10px;
  }
  div.form.form1 .submit {
    margin-left: 300px;
  }
  div.form.form1.form1-mod2 .field .label {
    width: 163px;
  }
  div.form.form1.form1-mod2 .field .value input {
    width: 300px;
  }
  div.form.form1.form1-mod2 .field.captcha .value input {
    width: 110px;
  }
  div.form.form1.form1-mod2 .field.memo .value textarea {
    width: 620px;
    height: 296px;
  }
  div.form.form1.form1-mod2 .submit {
    margin-left: 179px;
  }
  div.form.form2 .field {
    padding-bottom: 13px;
  }
  div.form.form2 .field .label {
    display: block;
    margin-bottom: 3px;
  }
  div.form.form2 .field .value {
    display: block;
    float: left;
  }
  div.form.form2 .field .value input {
    width: 347px;
  }
  div.form.form2 .field .value.file {
    width: 369px;
  }
  div.form.form2 .field .validation-message {
    display: block;
    float: left;
    margin-top: 7px;
  }
  div.form.form2 .field .validation-message.two-lines {
    margin-top: -4px;
  }
  div.form.form2 .field.captcha .label {
    margin-top: 17px;
  }
  div.form.form2 .field.captcha .validation-message {
    margin-top: 17px;
  }
  div.form.form2 .submit {
    margin-top: 15px;
  }
  div.form.form4 .col-wrapper {
    overflow: hidden;
  }
  div.form.form4 .col-wrapper .field {
    height: 60px;
  }
  div.form.form4 .col-wrapper .field input {
    width: 313px;
  }
  div.form.form4 .col-wrapper .col1,
  div.form.form4 .col-wrapper .col2 {
    float: left;
    width: 337px;
  }
  div.form.form4 .col-wrapper .col1 {
    margin-right: 25px;
  }
  div.form.form4 .col-wrapper .validation-message {
    padding-left: 0px;
  }
  div.form.form5 h2 {
    margin-top: 15px;
  }
  div.form.form5 .field {
    overflow: hidden;
    padding-bottom: 26px;
  }
  div.form.form5 .field .label {
    font-weight: normal;
    display: block;
    float: left;
    width: 130px;
    margin-top: 6px;
    margin-right: 14px;
  }
  div.form.form5 .field .label.two-rows {
    margin-top: -1px;
  }
  div.form.form5 .field .value {
    float: left;
    max-width: 532px;
  }
  div.form.form5 .field .value > * {
    float: left;
  }
  div.form.form5 .field .value.value-large {
    width: 535px;
  }
  div.form.form5 .field .value.value-large > * {
    float: none;
  }
  div.form.form5 .field .value > input[type="text"],
  div.form.form5 .field .value > input[type="email"],
  div.form.form5 .field .value select {
    margin-right: 8px;
  }
  div.form.form5 .field .value > label,
  div.form.form5 .field .value > span {
    position: relative;
    top: 7px;
  }
  div.form.form5 .field .value input[type="text"],
  div.form.form5 .field .value input[type="email"] {
    width: 240px;
  }
  div.form.form5 .field .value input[type="text"].half,
  div.form.form5 .field .value input[type="email"].half {
    width: 90px;
  }
  div.form.form5 .field .value .select-wrapper {
    float: left;
    margin-right: 8px;
  }
  div.form.form5 .field .value .select-wrapper select.whole-width {
    width: 530px !important;
  }
  div.form.form5 .field .value select {
    width: 262px;
  }
  div.form.form5 .field .value select.half {
    width: 142px;
    margin-right: 9px;
  }
  div.form.form5 .field .value select.whole-width {
    width: 532px !important;
  }
  div.form.form5 .field .value textarea {
    width: 510px;
    height: 166px;
  }
  div.form.form5 .field .value .radio-box-2 {
    border: 1px solid transparent;
    margin-left: -10px;
    margin-right: -20px;
    padding: 5px 11px 0px 4px;
  }
  div.form.form5 .field .value .radio-box-2 .stylized-radio-button-label {
    margin-bottom: 6px;
  }
  div.form.form5 .field .value .captcha input[type="text"] {
    width: 110px;
  }
  div.form.form5 .field .validation-message {
    display: none;
    padding-left: 0px;
  }
  div.form.form5 .field.error .value .radio-box-2 input {
    border: none;
  }
  div.form.form5 .field.error .value .validation-message {
    float: left;
    display: block;
    padding-left: 0;
    padding-top: 7px;
  }
  div.form.form5 .field.error > .validation-message {
    display: block;
    float: left;
    margin-top: 7px;
  }
  div.form.form5 .field.error.captcha .validation-message {
    margin-top: 17px;
    padding-left: 14px;
    float: left;
  }
  div.form.form5 .button-ex {
    margin-left: 160px;
  }
  div.form.form3 .label {
    font-weight: normal;
  }
  div.form.form3 .col-wrapper {
    overflow: hidden;
  }
  div.form.form3 .col-wrapper .field input {
    width: 240px;
  }
  div.form.form3 .col-wrapper .field select {
    width: 262px;
  }
  div.form.form3 .col-wrapper .field.long input {
    width: 391px;
  }
  div.form.form3 .col-wrapper .col1,
  div.form.form3 .col-wrapper .col2 {
    float: left;
  }
  div.form.form3 .col-wrapper .col1 {
    margin-right: 25px;
    width: 262px;
  }
  div.form.form3 .col-wrapper .col2 {
    width: 413px;
    overflow: visible;
  }
  div.form.form3 .label {
    margin-bottom: 5px;
  }
  div.form.form3 .field {
    margin-bottom: 8px;
  }
  div.form.form3 .field .value {
    margin-bottom: 3px;
  }
  div.form.form3 .field .validation-message {
    display: none;
  }
  div.form.form3 .field.error .validation-message {
    display: block;
  }
  div.form.form3 .validation-message {
    padding-left: 0px;
  }
  div.form.fixed-field-height .col-wrapper .field {
    height: 80px;
  }
  div.form.fixed-field-height .col-wrapper .field .value {
    margin-bottom: 0px;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #c1c1c1;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #989898;
    opacity: 0.6;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #989898;
    opacity: 0.6;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #c1c1c1;
  }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent;
  }
  input:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    color: transparent;
  }
  input:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent;
  }
  input:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent;
  }
  .placeholder {
    color: #c1c1c1;
  }
  .placeholder.pwd {
    margin-top: -2px;
  }
  .placeholder-label {
    position: relative;
  }
  .new-password-note {
    float: right;
    width: 250px;
    height: 150px;
    margin-top: 2px;
    padding-left: 29px;
    border-left: 1px solid #a3a3a3;
    position: relative;
  }
  .new-password-note h3 {
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
  .new-password-note p {
    font-size: 14px;
    color: #252525;
    line-height: 18px;
    margin-top: 4px;
  }
  .new-password-note p.p2 {
    position: absolute;
    top: 106px;
  }
  .spin {
    position: relative;
    width: 76px;
    height: 28px;
  }
  .spin .loading-indicator-wrapper {
    position: absolute;
    left: 0;
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .spin .loading-indicator-wrapper .loading-indicator {
    margin-top: -5px;
  }
  .spin .field-area {
    position: absolute;
    left: 19px;
    top: 0;
    height: 25px;
    width: 54px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
  }
  .spin .field-area input {
    margin-left: 5px;
    width: 27px;
    height: 24px;
    border: none;
    font-size: 15px;
  }
  .spin .field-area .updown {
    float: right;
    width: 13px;
    height: 100%;
    border-left: 1px solid #d7d7d7;
  }
  .spin .field-area .updown > a {
    display: block;
    height: 12px;
  }
  .spin .field-area .updown > a:HOVER {
    background-color: #d0e0cf;
  }
  .spin .field-area .up {
    background: url(../i/spin-arrows.png) 3px 5px no-repeat;
    border-bottom: 1px solid #d7d7d7;
  }
  .spin .field-area .down {
    background: url(../i/spin-arrows.png) 3px -9px no-repeat;
  }
  table.offer-items .wrong-fk-loading-indicator {
    position: relative;
  }
  table.offer-items .wrong-fk-loading-indicator .spin {
    left: 24px;
  }
  table.offer-items .wrong-fk-loading-indicator .spin .loading-indicator-wrapper {
    left: 60px;
  }
  div.form.form1 .field .mail-subscription button {
    font-size: 14px;
    font-weight: 400;
  }
  .radio-box button {
    font-size: 14px;
    font-weight: 400;
  }
  /* Form notes */
  .note {
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .note.info {
    background-color: #dfeedf;
    border-color: #b7c6b7;
  }
  .note.confirm {
    background-color: #e1da92;
    border-color: #beb458;
  }
  .note.error {
    background-color: #e2b8ad;
    border-color: #cc998b;
  }
  .note p {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
  /** HEADER **/
  /* ------------------------------------------------------------------------------------------- */
  .header-menu {
    height: 50px;
    background: url('../i/header-menu-bg.png') repeat-x;
  }
  .header-menu .tabs {
    float: left;
    height: 50px;
  }
  .header-menu .tabs ul {
    height: 39px;
    margin-top: 11px;
    list-style: none;
  }
  .header-menu .tabs ul li {
    float: left;
    margin-right: 10px;
  }
  .header-menu .tabs ul li a,
  .header-menu .tabs ul li span {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    height: 26px;
    overflow: hidden;
    display: block;
    font-family: 'AsapRegular', sans-serif;
    padding: 12px 11px 0 11px;
    background: #474747;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .header-menu .tabs ul li a:hover,
  .header-menu .tabs ul li span:hover {
    background: #ffffff;
    color: #001220;
  }
  .header-menu .tabs ul li a.active,
  .header-menu .tabs ul li span.active {
    height: 28px;
    background: #68b96c;
    color: #ffffff;
  }
  .header-menu .right {
    height: 49px;
    float: right;
    color: #ffffff;
  }
  .header-menu .right .links-menu {
    list-style: none;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
  }
  .header-menu .right .links-menu li {
    padding: 0;
    float: left;
    position: relative;
  }
  .header-menu .right .links-menu li.sep {
    color: #adadad;
  }
  .header-menu .right .links-menu li > a,
  .header-menu .right .links-menu li > span {
    color: #adadad;
    text-decoration: none;
    padding: 4px 8px;
    margin: 0 3px;
  }
  .header-menu .right .links-menu li > a.active,
  .header-menu .right .links-menu li > span.active {
    background: #3a4853;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .header-menu .right .links-menu li .arrow {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    background: url("../i/arrow-for-links-menu.png") no-repeat;
    top: 100%;
    left: 50%;
    width: 14px;
    height: 7px;
    margin-left: -7px;
    margin-top: 0px;
  }
  .header-menu .right .links-menu li a:hover {
    color: #6bb063;
  }
  .header-menu .right .session-menu {
    float: left;
    list-style: none;
    position: relative;
    z-index: 100;
  }
  .header-menu .right .session-menu > li {
    float: left;
    height: 49px;
    background-color: #1a2a37;
    border-right: 1px solid #48555f;
    padding: 0;
  }
  .header-menu .right .session-menu > li:first-child {
    border-left: 1px solid #48555f;
  }
  .header-menu .right .session-menu > li.active {
    background-color: #3a4853;
  }
  .header-menu .right .session-menu > li.active .hide-shadow {
    background-color: #3a4853;
  }
  .header-menu .right .session-menu > li.active .sep.top {
    display: none;
  }
  .header-menu .right .session-menu > li.active .submenu {
    margin-left: -1px;
  }
  .header-menu .right .session-menu > li.has-submenu {
    background-image: url(../i/collapse-user-info.png);
    background-position: right -22px;
    background-repeat: no-repeat;
  }
  .header-menu .right .session-menu > li.has-submenu a {
    padding-right: 25px;
  }
  .header-menu .right .session-menu > li > a {
    color: #b2b2b2;
    display: block;
    height: 19px;
    padding: 15px 17px;
    text-decoration: none;
  }
  .header-menu .right .session-menu > li > a:HOVER {
    color: #ffffff;
  }
  .header-menu .right .session-menu > li .hide-shadow {
    background-color: #1a2a37;
    position: absolute;
    top: 45px;
    height: 4px;
    z-index: 10000;
  }
  .header-menu .right .session-menu > li .submenu {
    display: none;
    position: absolute;
    list-style: none;
    top: 48px;
    left: 0px;
    border-top: 1px solid #3a4853;
    background-color: #1a2a37;
    -moz-box-shadow: 0px 1px 5px 0px rgba(1, 2, 2, 0.75);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(1, 2, 2, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(1, 2, 2, 0.75);
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
  .header-menu .right .session-menu > li .submenu > li {
    text-align: left;
    background-color: #1a2a37;
    color: #000000;
  }
  .header-menu .right .session-menu > li .submenu > li:hover,
  .header-menu .right .session-menu > li .submenu > li.hover {
    background-color: #000000;
  }
  .header-menu .right .session-menu > li .submenu > li:hover a,
  .header-menu .right .session-menu > li .submenu > li.hover a {
    color: #ffffff;
  }
  .header-menu .right .session-menu > li .submenu > li:hover.sep,
  .header-menu .right .session-menu > li .submenu > li.hover.sep {
    background-color: #1a2a37;
  }
  .header-menu .right .session-menu > li .submenu > li a {
    display: block;
    color: #b2b2b2;
    text-decoration: none;
    padding: 5px 17px 5px;
  }
  .header-menu .right .session-menu > li .submenu > li.sep > div {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #31404b;
    margin: 0 10px;
  }
  .header-menu .right .session-menu > li .submenu > li:last-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
  }
  .header-menu .right .session-menu > li:hover .submenu {
    display: block;
  }
  .header-menu .right .session-menu > li .red-circle {
    background-color: #9e0b0f;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: inline-block;
    width: 20px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .header-menu .right .session-menu > li.cart-items a {
    color: #ffffff;
    font-weight: bold;
    background-image: url("../i/cart_bg.png");
    background-position: 16px 13px;
    background-repeat: no-repeat;
    padding-left: 45px;
  }
  .header-menu .right .session-menu > li.cart-items a.empty {
    padding-left: 16px;
    width: 37px;
    background-position: 23px 13px;
  }
  .header-menu .right .session-menu > li.cart-items:hover a {
    background-position: 16px -61px;
  }
  .header-menu .right .session-menu > li.cart-items:hover a.empty {
    background-position: 23px -61px;
  }
  .header-menu .menu .menu-item ul li div.user-menu-sep {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #31404b;
    margin: 0 10px;
  }
  .header-menu .cart.empty a {
    padding-left: 26px !important;
  }
  .header-logo {
    height: 113px;
    background-color: #68b96c;
    overflow: hidden;
    min-width: 961px;
  }
  .logo-wrapp {
    width: 294px;
    height: 110px;
  }
  .logo-wrapp a {
    display: block;
    width: 294px;
    height: 110px;
    background: url('../i/logo.png') no-repeat;
    position: relative;
    text-decoration: none;
    color: #ddf2db;
    font-size: 13px;
  }
  .logo-wrapp a:hover {
    color: #ddf2db;
    text-decoration: none;
  }
  .logo-wrapp a span {
    position: absolute;
    display: block;
    top: 61px;
    left: 102px;
    line-height: 14px;
  }
  .header-logo .menu {
    overflow: hidden;
    position: absolute;
    top: 42px;
    right: 0;
    max-width: 630px;
  }
  .header-logo .menu ul {
    list-style: none;
  }
  .header-logo .menu ul li {
    display: block;
    float: left;
  }
  .header-logo .menu ul li > a,
  .header-logo .menu ul li > span {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 0 0 9px;
    display: block;
    font-family: 'AsapRegular', sans-serif;
    font-weight: normal;
    overflow: hidden;
  }
  .header-logo .menu ul li > a span.button,
  .header-logo .menu ul li > span span.button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 16px;
    line-height: 12px;
    padding: 6px 8px 0px 8px;
    color: #ffffff;
    float: left;
  }
  .header-logo .menu ul li > a:hover .button,
  .header-logo .menu ul li > span:hover .button {
    background-color: #474747;
    color: #ffffff;
  }
  .header-logo .menu ul li > a span.arrow,
  .header-logo .menu ul li > span span.arrow {
    height: 0px;
    width: 0px;
  }
  .header-logo .menu ul li > a.semiactive span.arrow,
  .header-logo .menu ul li > span.semiactive span.arrow {
    display: none;
  }
  .header-logo .menu ul li > a.active,
  .header-logo .menu ul li > span.active,
  .header-logo .menu ul li > a.semiactive,
  .header-logo .menu ul li > span.semiactive {
    position: relative;
    display: block;
  }
  .header-logo .menu ul li > a.active span.button,
  .header-logo .menu ul li > span.active span.button,
  .header-logo .menu ul li > a.semiactive:not(:hover) span.button,
  .header-logo .menu ul li > span.semiactive:not(:hover) span.button {
    height: 16px;
    overflow: hidden;
    background: #ffffff;
    float: left;
    color: #000000;
    padding: 6px 8px 0px 8px;
  }
  .header-logo .menu ul li > a.active,
  .header-logo .menu ul li > span.active {
    height: 42px;
  }
  .header-logo .menu ul li > a.active span.arrow,
  .header-logo .menu ul li > span.active span.arrow {
    width: 9px;
    height: 5px;
    display: block;
    position: absolute;
    background: url('../i/menu-bg-arrow.png') no-repeat;
    top: 21px;
    left: 50%;
    margin-left: -5px;
  }
  /**END OF HEADER **/
  /** BEGIN OF CONTENT MAIN **/
  .slider-2 {
    height: 340px;
    position: relative;
    overflow: hidden;
  }
  .slider-2 .browse {
    background-image: url(../i/slider-navi.png);
    width: 55px;
    height: 54px;
    position: absolute;
    top: 123px;
    left: 50%;
    cursor: pointer;
    z-index: 100;
  }
  .slider-2 .browse.prev {
    background-position: 0px -19px;
    margin-left: -542px;
  }
  .slider-2 .browse.prev:HOVER {
    background-position: 0px -76px;
  }
  .slider-2 .browse.next {
    background-position: -58px -19px;
    margin-left: 487px;
  }
  .slider-2 .browse.next:HOVER {
    background-position: -58px -76px;
  }
  .slider-2 .navi {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 316px;
    z-index: 100;
  }
  .slider-2 .navi > a {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../i/slider-navi.png) no-repeat;
    margin-right: 5px;
    cursor: pointer;
  }
  .slider-2 .navi > a.active {
    background-position: -18px 0;
  }
  .slider-2 .slider-items .slider-item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 340px;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    /*&.b , &.d , &.e {  [-]
				.slider-download-block {
					h2 {
						color: #dcff90;
					}
				}
			}*/
    /*&.a, &.c, &.d, &.f, &.g {  [-]
				background-color: #0f203c;
			}*/
    /*&.b {  [-]
				background-color: #2b3755;
			}*/
    /*&.e {  [-]
				background-color: #103617;
			}*/
    /*&.bg{  [-]
				&.a{
					background-image: url(img/main-a.jpg);
				}

				&.b{
					background-image: url(img/main-b.jpg);
				}

				&.c{
					background-image: url(img/main-c.jpg);
				}
				&.d{
					background-image: url(img/main-d.jpg);
				}

				&.e{
					background-image: url(img/main-e.jpg);
				}

				&.f{
					background-image: url(img/main-f.jpg);
				}
				&.g{
					background-image: url(img/main-g.jpg);
				}
			}*/
  }
  .slider-2 .slider-items .slider-item .item {
    width: 1100px;
    height: 339px;
    margin: 0 auto;
  }
  .slider-2 .slider-items .slider-item .item .slider-download-block {
    position: absolute;
    left: 50%;
    margin-left: 220px;
    top: 0;
    width: 320px;
    margin-top: 28px;
  }
  .slider-2 .slider-items .slider-item .item .slider-download-block h2 {
    font-size: 21px;
    color: #cdfb7c;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 10px;
    margin-rigth: 20px;
  }
  .slider-2 .slider-items .slider-item .item .slider-download-block p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 40px;
  }
  .slider-2 .slider-items .slider-item .item .slider-download-block p.available {
    font-size: 12px;
  }
  .content-main {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 6px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .content-main .main {
    float: left;
    width: 650px;
    margin-top: 7px;
    margin-bottom: 50px;
  }
  .content-main .main .main-block {
    margin-top: 42px;
    padding-left: 178px;
    position: relative;
  }
  .content-main .main .main-block .article-title {
    margin-bottom: 12px;
  }
  .content-main .main .main-block .article-title a {
    color: #000000;
    text-decoration: none;
  }
  .content-main .main .main-block .article-title a:HOVER {
    text-decoration: underline;
  }
  .content-main .main .main-block .img {
    display: block;
    width: 170px;
    height: 190px;
    position: absolute;
    left: 0;
    margin-top: -4px;
  }
  .content-main .main .main-block p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .content-main .main .main-block .read-more-btn {
    margin-top: 7px;
    margin-bottom: 12px;
  }
  .content-main .side-bar-right {
    float: right;
    width: 260px;
    margin-top: 16px;
  }
  .side-block {
    background-color: #4c555d;
    margin-top: 25px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(134, 134, 134, 0.19);
    -moz-box-shadow: 0px 3px 8px 0px rgba(134, 134, 134, 0.19);
    box-shadow: 0px 3px 8px 0px rgba(134, 134, 134, 0.19);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .side-block .side-block-title {
    font-family: 'SignikaSemibold', sans-serif;
    font-size: 20px;
    color: #d7d8da;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px 19px;
    border-bottom: 1px solid #373e43;
  }
  .side-block .side-block-body {
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 20px;
    padding: 20px;
  }
  .side-block .side-block-body .side-block-body-news {
    margin-top: 3px;
    margin-bottom: 28px;
  }
  .side-block .side-block-body .side-block-body-news .side-block-body-news-date-wrapper {
    margin-left: -3px;
    margin-top: -6px;
    /*margin-bottom: 14px;*/
  }
  .side-block .side-block-body .side-block-body-news .side-block-body-news-date {
    display: inline-block;
    font-size: 12px;
    color: #cdcfd1;
    background-color: #373e43;
    padding: 0 5px;
    margin-bottom: 7px;
  }
  .side-block .side-block-body .all-news-wrapper {
    overflow: hidden;
  }
  .side-block .side-block-body .all-news-wrapper > a {
    float: right;
  }
  .side-block .side-block-body .all-reviews-wrapper {
    overflow: hidden;
  }
  .side-block .side-block-body .all-reviews-wrapper > a {
    float: right;
  }
  .side-block .side-block-body p {
    font-size: 15px;
    line-height: 22px;
    color: #d7d8da;
  }
  div.side-block-body-news-description {
    line-height: 25px;
  }
  div.side-block-body-news-description p {
    margin-bottom: 6px;
  }
  .side-block-body-news-link {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 9px;
  }
  /** END OF CONTENT MAIN **/
  /** BEGIN OF CART **/
  .content .main .order {
    background: #edf5ed;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .content .main .order .order-item {
    border-top: 1px solid #cad0ca;
    min-height: 77px;
    overflow: hidden;
  }
  .content .main .order .order-item:first-child {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
  }
  .content .main .order .order-item:last-child {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
  }
  .content .main .order .order-item.error {
    position: relative;
    z-index: 100;
    border: 1px solid #fe6567;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .content .main .order .order-item.error:first-child {
    border-top: 1px solid #fe6567;
  }
  .content .main .order .order-item:FIRST-CHILD {
    border-top: none;
  }
  .content .main .order .order-item .product-info {
    padding: 18px 10px 9px 20px;
  }
  .content .main .order .order-item .product-info h3 {
    margin-bottom: 0px;
  }
  .content .main .order .order-item .product-info h4 {
    margin-top: 14px;
    margin-bottom: 3px;
  }
  .content .main .order .order-item .product-info h4 em {
    font: 14px 'Arial';
    font-weight: bold;
    font-style: italic;
  }
  .content .main .order .order-item .product-info p {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 0;
  }
  .content .main .order .order-item .product-info p.error {
    color: #fe6567;
    width: 120%;
    margin-bottom: 0;
  }
  .content .main .order .order-item .product-info p em {
    margin-left: 18px;
  }
  .content .main .order .order-item .product-info ul {
    margin-top: 3px;
    margin-left: 33px;
    margin-bottom: 0;
  }
  .content .main .order .order-item .product-info ul li {
    color: #747474;
    line-height: 15px;
    margin-top: 7px;
  }
  .content .main .order .order-item .product-info ul li:FIRST-CHILD {
    margin-top: 0;
  }
  .content .main .order .order-item .product-info .hint {
    background-color: #d1d1d1;
    border-radius: 3px;
    display: inline-block;
    padding: 0px 6px 0px 6px;
    margin-top: 17px;
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
  }
  .content .main .order .order-item .product-info .hint .triangle {
    position: absolute;
    left: 10px;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid #edf5ed;
    border-right: 5px solid #edf5ed;
    border-bottom: 5px solid #d1d1d1;
  }
  .content .main .order .order-item div.copies-wrapper .copies {
    margin-top: -22px;
    margin-bottom: 22px;
  }
  .content .main .order .order-item div.copies-wrapper .copies {
    font-size: 11px;
    color: #6f6f6f;
    height: 00px;
    margin-left: 19px;
  }
  .content .main .order .order-item div.copies-wrapper .copies .spin {
    display: block;
  }
  .content .main .order .order-item table.offer-items {
    margin-right: 10px;
  }
  .content .main .order .order-item table.offer-items th.product-name-cell {
    text-align: left;
  }
  .content .main .order .order-item table.offer-items th.product-name-cell > * {
    width: 450px;
  }
  .content .main .order .order-item table.offer-items th.product-name-cell h3 {
    margin-bottom: 3px;
  }
  .content .main .order .order-item table.offer-items th.quantity-cell > * {
    width: 85px;
    padding-right: 15px;
  }
  .content .main .order .order-item table.offer-items th.recycler-cell > * {
    width: 35px;
  }
  .content .main .order .order-item table.offer-items th.price-cell > * {
    width: 73px;
  }
  .content .main .order .order-item table.offer-items td {
    vertical-align: middle;
  }
  .content .main .order .order-item table.offer-items td.product-name-cell {
    vertical-align: top;
  }
  .content .main .order .order-item table.offer-items td.product-name-cell ul {
    margin-left: -8px;
    margin-bottom: 0;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell {
    text-align: right;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell * {
    font-size: 16px;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell.editor > * {
    margin-top: -28px;
    margin-bottom: -28px;
    height: 28px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell .spin {
    margin-right: -19px;
    text-align: left;
    float: right;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell .spin .loading-indicator {
    background: url(../i/quantity-loading.gif) no-repeat center;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell p.copies {
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    right: 19px;
    top: -19px;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell.editor p.copies {
    top: -3px;
    right: 19px;
  }
  .content .main .order .order-item table.offer-items td.quantity-cell .quantity-value {
    position: relative;
    padding-right: 25px;
  }
  .content .main .order .order-item table.offer-items td.recycler-cell > div {
    float: right;
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .content .main .order .order-item table.offer-items td.recycler-cell > div .recycler {
    display: block;
    background: url(../i/recycler.png) no-repeat;
    width: 18px;
    height: 25px;
    margin: 0 auto;
  }
  .content .main .order .order-item table.offer-items td.recycler-cell > div .recycler:HOVER {
    background-position: 0 -27px;
  }
  .content .main .order .order-item table.offer-items td.price-cell {
    text-align: right;
  }
  .content .main .order .order-item table.offer-items td.price-cell > * {
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .content .main .order .order-item table.offer-items td.price-cell > div {
    text-align: right;
  }
  .content .main .order .order-item table.offer-items td.price-cell > div > div {
    margin-top: 8px;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
  }
  .content .main .order .order-item table.offer-items td.price-cell > div > div:first-child {
    margin-top: 0px;
  }
  .content .main .order .order-item table.offer-items td.price-cell > div > div del {
    color: #747474;
  }
  .content .main .order .order-item table.offer-items td.middle {
    vertical-align: middle;
  }
  .content .main .order .order-item .order-item-info2 {
    height: 65px;
    width: 190px;
    margin-top: 22px;
    position: relative;
  }
  .content .main .order .order-item .order-item-info2 .cnt {
    margin-right: 28px;
    font-size: 15px;
    line-height: 12px;
  }
  .content .main .order .order-item .order-item-info2 table {
    width: 62px;
    height: 32px;
    display: block;
    position: absolute;
    top: 22px;
  }
  .content .main .order .order-item .order-item-info2 table td {
    vertical-align: middle;
    height: 32px;
    width: 62px;
    text-align: right;
  }
  .content .main .order .order-item .order-item-info2 table.cnt {
    left: 0px;
  }
  .content .main .order .order-item .order-item-info2 table.cnt .cnt {
    font-size: 15px;
    line-height: 12px;
  }
  .content .main .order .order-item .order-item-info2 table.price {
    position: absolute;
    right: 20px;
  }
  .content .main .order.order-2 {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 30px;
  }
  .content .main .order.order-2 .order-item {
    padding-top: 2px;
    min-height: 57px;
    position: relative;
  }
  .content .main .order.order-2 .order-item .product-info {
    width: 565px;
    display: inline-block;
    padding-bottom: 18px;
  }
  .content .main .order.order-2 .order-item .copies-wrapper {
    position: absolute;
    right: 18px;
    top: 37px;
    display: inline-block;
  }
  .content .main .order-footer {
    margin-left: 300px;
  }
  .content .main .order-footer p {
    margin-bottom: 0;
  }
  .content .main .order-footer .order-total {
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .content .main .order-footer .order-total .subtotal {
    background-color: #edf5ed;
    height: 39px;
    border-bottom: 1px solid #cad0ca;
  }
  .content .main .order-footer .order-total .subtotal .label {
    float: left;
    font-size: 16px;
    color: #000000;
    padding-top: 12px;
    padding-left: 23px;
  }
  .content .main .order-footer .order-total .subtotal .value {
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding-top: 13px;
    padding-right: 20px;
  }
  .content .main .order-footer .order-total .total {
    height: 73px;
    background-color: #ffffff;
  }
  .content .main .order-footer .order-total .total .label {
    float: left;
    font-size: 25px;
    padding-top: 24px;
    padding-left: 25px;
  }
  .content .main .order-footer .order-total .total .value {
    float: right;
    font-size: 25px;
    font-weight: bold;
    padding-top: 24px;
    padding-right: 10px;
  }
  .content .main .order-footer .login {
    text-align: center;
    margin-bottom: 25px;
  }
  .content .main .order-footer .login .p1 {
    font-family: 'AsapRegular', sans-serif;
    font-size: 16px;
    color: #6f6f6f;
  }
  .content .main .order-footer .login .p2 {
    font-family: 'AsapRegular', sans-serif;
    font-size: 16px;
  }
  .content .main .order-footer .select-pay {
    background-color: #edf5ed;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .content .main .order-footer .select-pay table {
    width: 100%;
  }
  .content .main .order-footer .select-pay table td {
    text-align: center;
    border-left: 1px solid #cad0ca;
    width: 100px;
  }
  .content .main .order-footer .select-pay table td.active {
    background-color: #e1e9e1;
  }
  .content .main .order-footer .select-pay table td:FIRST-CHILD {
    border-left: none;
  }
  .content .main .order-footer .select-pay table td div.pay-type {
    margin-top: 10px;
    height: 45px;
  }
  .content .main .order-footer .select-pay table td div.pay-type.paypal {
    background: url(../i/paypal.png) center top no-repeat;
  }
  .content .main .order-footer .select-pay table td div.pay-type.swreg {
    background: url(../i/swreg.png) center top no-repeat;
  }
  .content .main .order-footer .select-pay table td label {
    margin-bottom: 9px;
    padding-left: 14px;
  }
  .content .main .order-footer.order-footer-2 {
    margin-bottom: -5px;
  }
  .content .main .order-footer.order-footer-2 .i-agree {
    background-color: #edf5ed;
    border: none;
    margin-top: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    padding: 17px;
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .content .main .order-footer.order-footer-2 .i-agree.error {
    border: 1px solid #fe6567;
  }
  .content .main .order-footer.order-footer-2 .validation-message {
    color: #fe6567;
    margin-top: 5px;
  }
  .content .main .continue-checkout {
    height: 40px;
    margin-top: 35px;
  }
  .content .main .continue-checkout .continue {
    float: left;
  }
  .content .main .continue-checkout .button-ex .label {
    text-align: center;
  }
  /* Left menu control */
  ul.leftmenu {
    list-style: none;
    border-top: 1px solid transparent;
  }
  ul.leftmenu li a,
  ul.leftmenu li span {
    color: #000000;
    display: block;
    font-size: 17px;
    font-family: 'AsapRegular', sans-serif;
    height: 35px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-shadow: 1px 1px 1px transparent;
    width: 100%;
    background-image: url('../i/left-menu-items.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 -140px;
  }
  ul.leftmenu li a:hover,
  ul.leftmenu li span:hover {
    background-position: 0 -175px;
  }
  ul.leftmenu li a.active,
  ul.leftmenu li span.active,
  ul.leftmenu li a.semiactive,
  ul.leftmenu li span.semiactive {
    color: #ffffff;
    text-shadow: none;
    width: 188px;
  }
  ul.leftmenu li a.active,
  ul.leftmenu li span.active {
    background-position: 0 0;
  }
  ul.leftmenu li a.active:hover,
  ul.leftmenu li span.active:hover {
    background-position: 0 -35px;
  }
  ul.leftmenu li a.semiactive,
  ul.leftmenu li span.semiactive {
    background-position: 0 -70px;
  }
  ul.leftmenu li a.semiactive:hover,
  ul.leftmenu li span.semiactive:hover {
    background-position: 0 -105px;
  }
  ul.leftmenu li a {
    text-decoration: none;
  }
  /* Sidebar region */
  .sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
  }
  /** CONTENT **/
  .content {
    overflow: hidden;
    margin-top: 31px;
    position: relative;
    padding-bottom: 50px;
  }
  .content .main {
    margin-right: 1px;
    float: right;
    width: 700px;
    min-height: 200px;
    padding: 38px 40px 40px;
    overflow: hidden;
  }
  .content .main:not(.nv-examples) {
    background: #c8e5c7;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.1);
  }
  .content .main h1 .radio-box-large {
    position: relative;
    top: -2px;
    margin-left: 10px;
  }
  .content .main h1.new {
    margin-bottom: 15px;
  }
  .content .main.no-side-menu {
    float: none;
    width: auto;
  }
  .content .main.no-side-menu:not(.nv-examples) {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .main .news-date {
    color: #000000;
    font: 12px "Arial";
    background-color: #b1ccb1;
    padding: 2px 5px 1px;
  }
  .main .new-content {
    padding-right: 250px;
  }
  .main .new-content p {
    margin-bottom: 20px;
  }
  .main .new-content h1 {
    margin-bottom: 15px;
  }
  .main .new-content .news-date {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: -2px;
    position: relative;
    top: -3px;
  }
  .main .new-content .news-date + h1,
  .main .new-content .news-date + h2,
  .main .new-content .news-date + h3,
  .main .new-content .news-date + h4,
  .main .new-content .news-date + h5,
  .main .new-content .news-date + h6 {
    margin-top: 10px;
  }
  .main .news-blocks .news-block {
    margin-bottom: 45px;
  }
  .main .news-blocks .news-block .news-date {
    float: left;
    margin-top: 2px;
  }
  .main .news-blocks .news-block .news-subblock {
    margin-left: 102px;
    padding-top: 2px;
  }
  .main .news-blocks .news-block .news-subblock .news-header {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .main .news-blocks .news-block .news-subblock .news-content {
    margin-bottom: 8px;
    padding-right: 200px;
  }
  .main .news-blocks .news-block .news-subblock .news-footer {
    margin-top: 7px;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .read-more {
    display: block;
    float: left;
    margin-top: 2px;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-right: 1px solid #aac3a9;
    margin-right: 12px;
    margin-bottom: 10px;
    padding-left: 39px;
    padding-right: 15px;
    max-width: 200px;
    vertical-align: top;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news:last-child {
    border-right: none;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news span.text2 {
    display: block;
    margin-top: -2px;
    margin-bottom: -3px;
    text-decoration: underline;
    color: #2964ad;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news:hover span.text2 {
    color: #000000;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news .file-size-small {
    margin-top: -6px;
    display: block;
    text-align: left;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news .file-size-small span {
    font-size: 10px;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news .file-size-small span.size-label {
    color: #747474;
  }
  .main .news-blocks .news-block .news-subblock .news-footer .download-news .file-size-small span.size-value {
    font-weight: bold;
    color: #000000;
  }
  .main .content-bottom {
    border-top: 1px solid #aac3aa;
    min-height: 68px;
    margin: 45px -40px -40px;
    overflow: hidden;
  }
  .main .content-bottom .nav-content {
    max-width: 330px;
    min-width: 90px;
    margin: 20px 40px 24px;
  }
  .main .content-bottom .nav-content a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -17px;
  }
  .main .content-bottom .nav-content.prev {
    float: left;
  }
  .main .content-bottom .nav-content.prev a {
    background: url(../i/new-arrows-prev.png) left 8px no-repeat;
    padding-left: 20px;
  }
  .main .content-bottom .nav-content.prev span.date {
    margin-left: 15px;
  }
  .main .content-bottom .nav-content.next {
    float: right;
  }
  .main .content-bottom .nav-content.next a {
    background: url(../i/new-arrows-next.png) right 8px no-repeat;
    padding-right: 20px;
    text-align: left;
  }
  .main .content-bottom .nav-content.next span.date {
    margin-left: -5px;
  }
  .main .content-bottom .nav-content span.date {
    color: #000000;
    font-size: 12px;
    background-color: #b1ccb1;
    padding: 2px 5px 2px;
  }
  .main .content-bottom .nav-btn {
    color: #000000;
    display: block;
    font: 15px 'AsapRegular';
    line-height: 15px;
    margin: 25px 40px;
    padding: 7px 10px 5px;
    background: url(../i/news-arrows.png) no-repeat #edf5ed;
    text-decoration: none;
    border-radius: 4px;
  }
  .main .content-bottom .nav-btn:hover {
    background-color: #68ba6b;
    text-decoration: none;
  }
  .main .content-bottom .nav-btn.prev {
    float: left;
    padding-left: 17px;
    background-position: left 10px;
  }
  .main .content-bottom .nav-btn.next {
    float: right;
    padding-right: 17px;
    background-position: right -33px;
  }
  .main .download-press-release2-wrapper {
    position: absolute;
    right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    top: 0;
    width: 160px;
    border-left: 1px solid #aac3a9;
  }
  .main .download-press-release2-wrapper .download-press-release2 {
    display: block;
    padding: 52px 10px 0 10px;
    background-color: transparent;
    background-position: center 18px;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
  }
  .main .download-press-release2-wrapper .download-press-release2 span.text2 {
    display: block;
    text-decoration: underline;
    color: #2964ad;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .download-press-release2-wrapper .download-press-release2:hover span.text2 {
    color: #000000;
  }
  .main .download-press-release2-wrapper .download-press-release2 .file-size-small {
    margin-top: -5px;
    display: block;
    text-align: center;
  }
  .main .download-press-release2-wrapper .download-press-release2 .file-size-small span {
    font-size: 12px;
  }
  .main .download-press-release2-wrapper .download-press-release2 .file-size-small span.size-label {
    color: #747474;
  }
  .main .download-press-release2-wrapper .download-press-release2 .file-size-small span.size-value {
    font-weight: bold;
    color: #000000;
  }
  div.content-block {
    margin-bottom: 40px;
  }
  div.content-block:last-child {
    margin-bottom: 0;
  }
  div.content-block h2 {
    margin-bottom: 10px;
  }
  div.content-block p {
    margin-bottom: 10px;
  }
  /** Quick start guides tabs  **/
  .ui-tabs.guides.transparent .ui-tabs-panel {
    border-left: 1px solid #aac3a9;
    border-right: 1px solid #aac3a9;
    border-bottom: 1px solid #aac3a9;
  }
  .quick-guides {
    overflow: hidden;
  }
  .quick-guides > ul {
    float: left;
    margin: 0;
    width: 32%;
    margin-left: 2%;
  }
  .quick-guides > ul:first-child {
    margin: 0;
  }
  .quick-guides > ul > li {
    background: url(../i/icon-pdf-small.png) 0 4px no-repeat;
    margin-bottom: 8px;
    padding-left: 20px;
  }
  .quick-guides > ul > li ul {
    margin: 0;
  }
  .quick-guides ul {
    list-style: none;
  }
  .main .history-of-changes {
    margin-top: -11px;
  }
  .main .history-of-changes h1 {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .main .history-of-changes h2 {
    margin-top: 0;
    margin-bottom: 27px;
  }
  .main .history-of-changes h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .main .history-of-changes h4:first-child {
    margin-top: 0;
  }
  .main .history-of-changes h5,
  .main .history-of-changes h6 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  .main .history-of-changes p {
    margin-bottom: 10px;
  }
  .main .history-of-changes .text2 {
    color: #000000;
  }
  .main .history-of-changes .label-left {
    z-index: 0;
    position: relative;
    left: 13px;
    top: 4px;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-left: 1px solid #e3c730;
    border-bottom: 1px solid #e3c730;
    background-color: #fff0a0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main .history-of-changes .label {
    position: relative;
    z-index: 1;
    background-color: #fff0a0;
    border: 1px solid #e3c730;
    border-left: none;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding: 4px 10px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
  }
  .main .history-of-changes ul.change-log-list {
    list-style: none;
    margin-left: -10px;
    margin-bottom: 8px;
  }
  .main .history-of-changes ul.change-log-list:last-child {
    margin-bottom: 0;
  }
  .main .history-of-changes ul.change-log-list > li {
    padding-left: 25px;
    background-image: url(../i/change-log-list.png);
    background-repeat: no-repeat;
    padding-top: 0;
    line-height: 20px;
    background-position: 0 -79px;
    margin-bottom: 10px;
  }
  .main .history-of-changes ul.change-log-list > li:last-child {
    margin-bottom: 0;
  }
  .main .history-of-changes ul.change-log-list > li.added {
    background-position: -70px -3px;
  }
  .main .history-of-changes ul.change-log-list > li.changed {
    background-position: -48px -26px;
  }
  .main .history-of-changes ul.change-log-list > li.fixed {
    background-position: -23px -52px;
  }
  .main .history-of-changes ul.change-log-list > li.indent {
    padding-top: 2px;
    margin: 0;
    background: none;
    display: inline-block;
  }
  .main .history-of-changes ul.change-log-list > li > p {
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .main .history-of-changes ul.change-log-list > li ul {
    margin-left: 6px;
    list-style: none;
    margin-top: 1px;
    margin-bottom: 7px;
  }
  .main .history-of-changes ul.change-log-list > li ul li {
    color: #000000;
    margin-top: 0;
    line-height: 20px;
    padding-left: 25px;
    background-image: url(../i/change-log-list.png);
    background-repeat: no-repeat;
    background-position: 2px -78px;
  }
  .qas .brief {
    margin-top: -6px;
    margin-bottom: 37px;
  }
  .qas .qa-chapter {
    margin-bottom: 36px;
  }
  .qas .qa-chapter h3 {
    margin-bottom: 9px;
  }
  .qas .qa-chapter .qa {
    margin-bottom: 10px;
  }
  .qas .qa-chapter .qa p.q {
    margin-bottom: 5px;
  }
  .qas .qa-chapter .qa p.q a.expanded {
    font-weight: bold;
  }
  .qas .qa-chapter .qa .a {
    margin-bottom: 20px;
  }
  .qas .qa-chapter .qa .a p {
    margin-bottom: 5px;
  }
  .os-switch-wrapper {
    overflow: hidden;
    margin-top: -8px;
    margin-bottom: 22px;
  }
  .os-switch-wrapper .os-switch {
    overflow: hidden;
    border: 1px solid #8ac08d;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .os-switch-wrapper .os-switch a {
    display: block;
    float: left;
    padding: 6px 13px 6px 36px;
    text-decoration: none;
    background-image: none;
    background-image: -webkit-linear-gradient(0deg, #ebebeb, #ffffff);
    background-image: -moz-linear-gradient(0deg, #ebebeb, #ffffff);
    background-image: -o-linear-gradient(0deg, #ebebeb, #ffffff);
    background-image: linear-gradient(0deg, #ebebeb, #ffffff);
    font-size: 14px;
    color: #000000;
    position: relative;
    border-left: 1px solid #8ac08d;
  }
  .os-switch-wrapper .os-switch a:first-child {
    border-left: none;
  }
  .os-switch-wrapper .os-switch a span.icon {
    position: absolute;
    left: 8px;
    top: 3px;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../i/os.png) no-repeat;
  }
  .os-switch-wrapper .os-switch a.win span.icon {
    background-position: 0 -37px;
  }
  .os-switch-wrapper .os-switch a.linux span.icon {
    background-position: 0 -75px;
  }
  .os-switch-wrapper .os-switch a.mac span.icon {
    background-position: 0 -1px;
  }
  .os-switch-wrapper .os-switch a.active {
    color: #ffffff;
    background: #6fab72;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3) inset;
  }
  .os-switch-wrapper .os-switch a.active.win span.icon {
    background-position: 0 -125px;
  }
  .os-switch-wrapper .os-switch a.active.linux span.icon {
    background-position: 0 -215px;
  }
  .os-switch-wrapper .os-switch a.active.mac span.icon {
    background-position: 0 -173px;
  }
  .os-content {
    margin-bottom: 20px;
  }
  .removeSep {
    border-right: none !important;
  }
  .history-wrapp .tab-title {
    margin-bottom: 7px;
  }
  .history-wrapp .ui-tabs {
    margin-bottom: 20px;
  }
  .history-wrapp .ui-tabs .ui-tabs-panel {
    height: auto;
    display: block;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding-bottom: 10px;
  }
  .history-wrapp .ui-tabs .ui-tabs-panel div.history-links-wrapper {
    overflow: hidden;
  }
  .history-wrapp .ui-tabs .ui-tabs-panel div.history-links-wrapper ul {
    list-style: none;
    margin: 0;
    margin-left: 10px;
    display: inline-block;
    width: 31%;
    vertical-align: top;
  }
  .history-wrapp .ui-tabs .ui-tabs-panel div.history-links-wrapper ul li {
    margin-bottom: 8px;
  }
  .history-wrapp .content-bottom {
    margin: 60px -40px -40px;
  }
  .history-blocks {
    width: 70%;
    margin-bottom: 10px;
  }
  ul.history-links {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 22px;
  }
  ul.history-links li {
    margin-left: 27px;
    margin-top: 0;
  }
  .mime-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../i/ext_icons/ext_pdf.png);
  }
  .mime-icon.pdf {
    background-image: url(../i/ext_icons/ext_pdf.png);
  }
  .mime-icon.zip {
    background-image: url(../i/ext_icons/ext_zip.png);
  }
  .mime-icon.flv {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  .mime-icon.wmv {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  .mime-icon.avi {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  .mime-icon.mp4 {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  .mime-icon.mov {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  .mime-icon.webm {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  .mime-icon.ogv {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  /* REVIEWS */
  .reviews-list {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .reviews-list .reviews-list-col {
    float: left;
    width: 340px;
  }
  .reviews-list .reviews-list-col .review-item {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
  }
  .reviews-list .reviews-list-col .review-item + .review-item {
    margin-top: 20px;
  }
  .reviews-list .reviews-list-col + .reviews-list-col {
    margin-left: 20px;
  }
  .reviews-list .review-item {
    border: 1px solid #cad0ca;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    background-color: #edf5ed;
    padding: 15px 20px;
    width: 298px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .reviews-list .review-item.odd {
    margin-right: 0;
  }
  .reviews-list .review-item .author-name {
    color: #000000;
    font-size: 14px;
    text-align: right;
    margin: 0;
  }
  /** BEGIN OF CURRENCY **/
  .content .main .select-currency {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    height: 21px;
    float: right;
    position: relative;
  }
  .content .main .select-currency .currency {
    position: relative;
    padding: 5px 8px;
    float: left;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 14px;
  }
  .content .main .select-currency .currency .text {
    display: none;
  }
  .content .main .currency.active {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../i/active-currency-bg-l.png) left no-repeat, url(../i/active-currency-bg-r.png) right no-repeat, url(../i/active-currency-bg.png) 5px 0 repeat-x;
  }
  .content .main .currency.active .triangle {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: -3px;
    background: url(../i/active-currency-bg-arrow.png) no-repeat;
    width: 12px;
    height: 9px;
  }
  .content .main .currency.active .link {
    display: none;
  }
  .content .main .currency.active .text {
    display: inline !important;
  }
  .content .main .currency.active a {
    text-decoration: none;
    color: #000000;
    cursor: default;
  }
  .content .main .currency.active .loading-indicator {
    display: none;
  }
  .content .main .select-currency .loading-indicator {
    background: url(../i/loading.gif) no-repeat center;
    width: 16px;
    height: 16px;
    margin-left: 102%;
    margin-top: 4px;
    display: none;
    position: absolute;
  }
  .content .main .select-currency + h1,
  .content .main .select-currency + .h1 {
    margin-top: 0;
  }
  .content .main .price-list .product {
    padding: 0px;
    background-color: #edf5ed;
  }
  .content .main .price-list .product .product-header-wrapper {
    cursor: pointer;
    padding: 18px 20px 13px 20px;
    position: relative;
  }
  .content .main .price-list .product .product-header-wrapper .header-wrapper {
    width: 370px;
  }
  .content .main .price-list .product .product-header-wrapper .os {
    position: absolute;
    left: 404px;
    top: 15px;
    width: 190px;
  }
  .content .main .price-list .product .product-header-wrapper .os .compatibility {
    position: relative;
    top: 2px;
    margin-left: 7px;
    display: none;
    float: left;
  }
  .content .main .price-list .product .product-header-wrapper .product-header .product-name-cell {
    color: #2964ad;
  }
  .content .main .price-list .product .product-header-wrapper .product-header .product-name-cell:hover {
    color: #000000;
  }
  .content .main .price-list .product .product-header-wrapper .toggle-cell {
    text-align: right;
  }
  .content .main .price-list .product .product-header-wrapper .price-wrapper {
    position: absolute;
    right: 61px;
    top: 18px;
    display: block;
  }
  .content .main .price-list .product .product-header-wrapper .price-wrapper span {
    text-align: right;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
  }
  .content .main .price-list .product table.features {
    display: none;
    margin: 5px 0px 0px 0px;
  }
  .content .main .price-list .product.inactive:HOVER {
    background-color: #ffffff;
  }
  .content .main .price-list .product.active {
    background-color: #90e094;
    -moz-box-shadow: inset 0px 0px 44px 0px rgba(37, 114, 30, 0.75);
    -webkit-box-shadow: inset 0px 0px 44px 0px rgba(37, 114, 30, 0.75);
    box-shadow: inset 0px 0px 44px 0px rgba(37, 114, 30, 0.75);
  }
  .content .main .price-list .product.active .product-header .product-name-cell {
    color: #2b4a7c;
  }
  .content .main .price-list .product.active .product-header .product-name-cell span:HOVER {
    color: #000000;
  }
  .content .main .price-list .product.active .product-header-wrapper a.fake-h3 {
    color: #2b4a7c;
  }
  .content .main .price-list .product.active .product-header-wrapper a.fake-h3:hover {
    color: #000000;
  }
  .content .main .price-list .product.active .product-header-wrapper .os .compatibility {
    display: block;
  }
  .content .main .price-list .product.active .product-header-wrapper .price-wrapper {
    display: none;
  }
  .content .main .price-list .product.active .features-wrapper {
    padding: 0 20px 20px 20px;
  }
  .content .main .price-list .product.active .features-wrapper table.features {
    display: block;
  }
  .content .main .price-list .product.active .features-wrapper table.features tr > td {
    vertical-align: middle;
  }
  .content .main .price-list .product.active .features-wrapper table.features .label span {
    color: #000000;
  }
  .content .main .price-list .product.active .features-wrapper table.features .build {
    text-align: center;
    width: 100px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .header .label {
    padding: 11px 10px 10px 9px;
    background: #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    background-image: none;
    background-image: -webkit-linear-gradient(to top, #4d4d4d, #6d6d6d);
    background-image: -moz-linear-gradient(to top, #4d4d4d, #6d6d6d);
    background-image: -o-linear-gradient(to top, #4d4d4d, #6d6d6d);
    background-image: linear-gradient(to top, #4d4d4d, #6d6d6d);
    font-family: 'SignikaSemibold', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .header .label span {
    color: #ffffff;
  }
  .content .main .price-list .product.active .features-wrapper table.features .header .label .details {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
  }
  .content .main .price-list .product.active .features-wrapper table.features .header .build {
    background: #373737;
    background-image: none;
    background-image: -webkit-linear-gradient(to top, #121212, #373737);
    background-image: -moz-linear-gradient(to top, #121212, #373737);
    background-image: -o-linear-gradient(to top, #121212, #373737);
    background-image: linear-gradient(to top, #121212, #373737);
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .header .build.first {
    border-left: none;
  }
  .content .main .price-list .product.active .features-wrapper table.features .header .build.last {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row {
    height: 60px;
    width: 100%;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row td {
    vertical-align: top;
    border-top: 1px solid #aeaeae;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row .product-cell {
    background-color: #dfdfdf;
    height: 60px;
    width: 659px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row .product-cell > div {
    position: relative;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row .product-cell .product-subtitle {
    position: absolute;
    font-weight: 600;
    color: #525252;
    top: 11px;
    left: 10px;
    max-width: 368px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row .product-cell .license-link-wrapper {
    position: absolute;
    top: 29px;
    left: 10px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row .os-wrapper {
    position: absolute;
    left: 378px;
    top: 19px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .product-row .os-wrapper .compatibility {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row td {
    border-bottom: 1px solid #d9d9d9;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row > * {
    background-color: #ffffff;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row:nth-child(2) > * {
    background-color: #ffffff;
    border-top: none;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row .label {
    font-size: 14px;
    color: #525252;
    padding-left: 9px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row .build {
    padding: 8px 0;
    line-height: 16px;
    color: #525252;
    font-size: 12px;
    border-left: 1px solid #d9d9d9;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row .build > div {
    width: 21px;
    height: 18px;
    margin: 4px auto;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row .build .enabled {
    background: url(../i/enabled-disabled-icons.png) -110px 0 no-repeat;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row .build .enabled-2 {
    background: url(../i/enabled-disabled-icons.png) -66px -51px no-repeat;
  }
  .content .main .price-list .product.active .features-wrapper table.features .row .build .disabled {
    background: url(../i/enabled-disabled-icons.png) -88px -27px no-repeat;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price > * {
    border-top: 1px solid #d9d9d9;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .label {
    background-color: #dfdfdf;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .label .price-label-wrapper {
    padding-left: 11px;
    background-color: #f2f2f2;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #525252;
    height: 41px;
    width: 550px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: -2px 5px 5px 0px rgba(46, 95, 42, 0.18);
    -webkit-box-shadow: -2px 5px 5px 0px rgba(46, 95, 42, 0.18);
    box-shadow: -2px 5px 5px 0px rgba(46, 95, 42, 0.18);
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .label > div {
    position: relative;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .label .try-before {
    top: 62px;
    left: 0px;
    position: absolute;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .label .try-before a {
    font-weight: bold;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .label .try-before a:HOVER {
    color: #000000;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .build {
    vertical-align: bottom;
    background: #ffffff;
    border-left: 1px solid #d9d9d9;
    padding: 12px 0 8px 0;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .build * {
    line-height: 26px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
  }
  .content .main .price-list .product.active .features-wrapper table.features .price .build del {
    color: #747474;
  }
  .content .main .price-list .product.active .features-wrapper table.features .add-row .build {
    background-color: #ffffff;
    border-left: 1px solid #d9d9d9;
  }
  .content .main .price-list .product.active .features-wrapper table.features .add-row .build .add-btn {
    display: block;
    position: relative;
    background: url(../i/buttons.png) 0 0 no-repeat;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 6px auto 3px auto;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    -moz-box-shadow: 0px 1px 3px 0px rgba(54, 159, 221, 0.76);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(54, 159, 221, 0.76);
    box-shadow: 0px 1px 3px 0px rgba(54, 159, 221, 0.76);
    text-decoration: none;
    width: 80px;
    height: 32px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .add-row .build .add-btn:HOVER {
    background-position: 0 -33px;
  }
  .content .main .price-list .product.active .features-wrapper table.features .add-row .build .add-btn span {
    margin-left: -30px;
    line-height: 34px;
    font-weight: bold;
  }
  .content .main .price-list .product.active .features-wrapper table.features .bottom-row .build {
    background-color: transparent;
    -moz-box-shadow: 0px 5px 5px 0px rgba(91, 152, 85, 0.36);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(91, 152, 85, 0.36);
    box-shadow: 0px 5px 5px 0px rgba(91, 152, 85, 0.36);
  }
  .content .main .price-list .product.active .features-wrapper table.features .bottom-row .build div {
    height: 5px;
    background: url(../i/table-bottom.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .purchase.price-list {
    background-color: #edf5ed;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .purchase.price-list .product {
    border-top: 1px solid #dbdbdb;
  }
  .purchase.price-list .product:first-child {
    border-top: none;
  }
  .purchase.price-list .product.active {
    border-color: #ade3a6;
  }
  .purchase.price-list .product.active .os-cell {
    width: 225px;
  }
  .purchase.price-list .product.active .os-cell .os {
    width: auto;
  }
  .purchase.price-list .product.active .os-cell .compatibility {
    display: block;
  }
  .purchase.price-list .product.active .price-cell {
    width: 38px;
  }
  .purchase.price-list .product.active .price-cell > * {
    display: none;
  }
  .purchase.price-list .product .product-name-cell {
    width: 374px;
  }
  .purchase.price-list .product .os-cell {
    width: 88px;
  }
  .purchase.price-list .product .os-cell .os {
    width: initial;
  }
  .purchase.price-list .product .os-cell .compatibility {
    display: none;
    float: left;
  }
  .purchase.price-list .product .price-cell {
    width: 175px;
  }
  .purchase.price-list .product .toggle-cell {
    width: 21px;
  }
  .purchase.price-list .product .toggle-cell .toggle-wrapper {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .content .bundles.price-list {
    overflow: visible;
  }
  .content .bundles.price-list .product {
    margin-top: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .content .bundles.price-list .product .product-header .product-name-cell {
    width: 378px;
  }
  .content .bundles.price-list .product .product-header .os-cell {
    width: 80px;
  }
  .content .bundles.price-list .product .product-header .os-cell .os {
    margin-top: 3px;
  }
  .content .bundles.price-list .product .product-header .price-cell {
    width: 200px;
  }
  .content .bundles.price-list .product .product-header .price-cell .price-wrapper {
    margin-right: 0px;
    margin-top: 4px;
  }
  .content .bundles.price-list .product .product-header tr:first-child .toggle-wrapper {
    display: none;
  }
  .content .bundles.price-list .product .product-header tr.row2 .toggle-wrapper {
    display: block;
    margin-top: 21px;
  }
  .content .bundles.price-list .product .product-header tr.row2 ul {
    margin-left: 24px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .content .bundles.price-list .product .product-header tr.row2 ul li {
    color: #747474;
  }
  .content .bundles.price-list .product .toggle-wrapper {
    margin-top: -2px;
  }
  .content .bundles.price-list .product.active table.features .row .label > span {
    margin-left: 12px;
  }
  .content .bundles.price-list .product.active table.features .price td {
    border-top: 1px solid #b2b2b2;
  }
  .content .bundles.price-list .product.active table.features .price .build {
    background-image: none;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    border-top-color: #b2b2b2;
  }
  .content .bundles.price-list .product.active table.features .add-row .build {
    background-image: none;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
  }
  .content .bundles.price-list .product.active table.features .bottom-row .build {
    background-image: none;
    background-color: #dfdfdf;
  }
  .content .bundles.price-list .product.active .price-wrapper {
    display: none;
  }
  .content .bundles.price-list .product.active .product-header tr:first-child .toggle-wrapper {
    display: block;
  }
  .content .bundles.price-list .product.active .product-header .os {
    display: none;
  }
  .content .bundles.price-list .product.active .product-header tr.row2 .toggle-wrapper {
    display: none;
  }
  .content .bundles.price-list .product.active .row2 {
    display: none;
  }
  div.toggle {
    float: right;
    margin-top: 2px;
    cursor: pointer;
    width: 18px;
    height: 16px;
    background: url(../i/collapse-icon.png) 0 -17px no-repeat;
  }
  .active div.toggle {
    background-position: 0 0;
  }
  .os {
    float: left;
    width: 72px;
  }
  .os .ico {
    float: left;
    background: url("../i/os.png") no-repeat;
    width: 24px;
    height: 22px;
  }
  .os .ico.mac {
    background-position: 0 -3px;
  }
  .os .ico.win {
    background-position: 0 -38px;
  }
  .os .ico.linux {
    background-position: 0 -76px;
  }
  .os .ico.empty {
    background: none;
  }
  .total-section {
    margin-top: 20px;
  }
  .total-section table {
    width: 100%;
  }
  .total-section table td {
    vertical-align: top;
  }
  .total-section table .td-cart {
    width: 431px;
    padding-top: 0;
  }
  .total-section table .td-cart .cart-total {
    color: #000000;
    margin-left: -4px;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    padding: 11px 15px 14px 21px;
    background: url(../i/total-bg.png) left no-repeat;
    height: 20px;
  }
  .total-section table .td-cart .cart-total span.cart {
    margin-left: 3px;
    color: #747474;
  }
  .total-section table .td-review {
    width: 270px;
    padding-top: 0px;
  }
  .total-section table .td-review .review {
    display: block;
    background: url(../i/buttons.png) -80px 0 no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'SignikaSemibold', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 13px 11px 8px 11px;
    color: #ffffff;
    height: 18px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(54, 159, 221, 0.76);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(54, 159, 221, 0.76);
    box-shadow: 0px 1px 3px 0px rgba(54, 159, 221, 0.76);
    text-decoration: none;
  }
  .total-section table .td-review .review:HOVER {
    background-position: -80px -40px;
  }
  .total-section table .td-review .review span {
    margin-top: 1px;
  }
  a.btn-download {
    display: block;
    width: 180px;
    float: left;
  }
  .version-size {
    color: #747474;
    float: left;
    height: 44px;
    line-height: 36px;
    margin-left: 13px;
  }
  .version-size strong {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
  }
  .info-version-block-download {
    overflow: hidden;
    padding-bottom: 14px;
  }
  .col .distrib-compatibility h5,
  .col .distrib-compatibility h6 {
    margin-top: 15px;
  }
  .col .distrib-compatibility h5:first-child,
  .col .distrib-compatibility h6:first-child {
    margin-top: 0;
  }
  .col .distrib-compatibility ul ul {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  /** BEGIN OF MY PRODUCTS **/
  .content .main .product-block {
    border-radius: 5px;
    border: 1px solid #cad0ca;
    background-color: #edf5ed;
    margin-top: 20px;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .content .main .product-block:first-child {
    margin-top: 0;
  }
  .content .main .product-block .accordion {
    border-top: 1px solid #cad0ca;
  }
  .content .main .product-block .accordion:first-child {
    border-top: none;
  }
  .content .main .product-block h3,
  .content .main .product-block h2 {
    margin-bottom: 3px;
  }
  .content .main .product-block hr {
    border-color: #d3d3d3;
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .content .main .product-block .product-block-title {
    margin: 20px 20px 8px 20px;
  }
  .content .main .product-block .product-block-title .licensed a,
  .content .main .product-block .product-block-title .licensed span {
    margin-right: 13px;
  }
  .content .main .product-block .product-block-title p {
    color: #747474;
    margin-bottom: 0;
  }
  .content .main .product-block .product-block-content {
    border-top: 1px solid #cad0ca;
  }
  .content .main .product-block .product-block-content .accordion-title .additional-info {
    display: none;
    margin-left: 15px;
  }
  .content .main .product-block .product-block-content .accordion-title .additional-info span.date {
    color: #747474;
    margin-right: 18px;
  }
  .content .main .product-block .product-block-content .accordion-title.ui-state-active .additional-info {
    display: inline;
  }
  .content .main .product-block .product-block-content .product-block-content-collapsible {
    border-top: 1px solid #cad0ca;
    overflow: hidden;
  }
  .content .main .product-block .product-block-content .product-block-content-collapsible .product-block_content_collapsible_title {
    padding: 12px 20px 12px 20px;
  }
  .content .main .product-block .product-block-content .product-block-content-collapsible .product-block_content_collapsible_content {
    display: none;
    margin-bottom: 20px;
  }
  .content .main .product-block .product-block-content .product-block-content-collapsible.upgraded {
    height: auto;
    background-color: #fef9c8;
  }
  .content .main .product-block .product-block-content .product-block-content-collapsible.upgraded .product-block_content_collapsible_title {
    font-style: italic;
    padding: 4px 20px 5px 20px;
  }
  .content .main .product-block .product-block-content .installInstr {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
  }
  .content .main .product-block .user-guide-lng {
    margin-top: 28px;
    margin-bottom: -5px;
  }
  .content .main .product-block .in_cart_alert {
    background-color: #fef9c8;
    height: auto;
    border-bottom: 1px solid #d0d0d0;
    padding: 4px 20px 5px;
    clear: both;
    font-style: italic;
  }
  .content .main .product-block .upgrade-accordion .accordion-content.disabled,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled {
    background-color: #e3e3e3;
    color: #a9a9a9;
  }
  .content .main .product-block .upgrade-accordion .accordion-content.disabled a,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled a,
  .content .main .product-block .upgrade-accordion .accordion-content.disabled h1,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled h1,
  .content .main .product-block .upgrade-accordion .accordion-content.disabled h2,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled h2,
  .content .main .product-block .upgrade-accordion .accordion-content.disabled h3,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled h3,
  .content .main .product-block .upgrade-accordion .accordion-content.disabled h4,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled h4,
  .content .main .product-block .upgrade-accordion .accordion-content.disabled p,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled p,
  .content .main .product-block .upgrade-accordion .accordion-content.disabled del,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled del {
    color: #a9a9a9;
  }
  .content .main .product-block .upgrade-accordion .accordion-content.disabled ul.features-list li.enabled,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled ul.features-list li.enabled,
  .content .main .product-block .upgrade-accordion .accordion-content.disabled ul.features-list li.enabled-2,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled ul.features-list li.enabled-2 {
    background-position: -23px -93px;
  }
  .product-block_content_collapsible_content .info-version-block .info-version-block-download {
    padding-bottom: 17px;
  }
  .content .main .product-block-content-collapsible.active {
    height: auto;
  }
  .content .main .product-block-content-collapsible .toggle {
    margin-top: 5px;
  }
  .whats-new {
    margin-left: 30px;
    margin-top: 9px;
    line-height: 100%;
  }
  /* tabs */
  /* features list */
  ul.features-list {
    margin-left: 6px;
    list-style: none;
  }
  ul.features-list li {
    padding-left: 25px;
    background-image: url(../i/enabled-disabled-icons.png);
    background-repeat: no-repeat;
    padding-top: 0;
    line-height: 22px;
    background-position: -45px -79px;
  }
  ul.features-list li.enabled {
    background-position: -110px 1px;
  }
  ul.features-list li.enabled-2 {
    background-position: -66px -52px;
  }
  ul.features-list li.disabled {
    background-position: -88px -28px;
  }
  ul.features-list li a {
    color: #2964ad;
  }
  ul.features-list li a:hover {
    color: #000000;
  }
  ul.features-list li strong {
    color: #000000;
  }
  ul.features-list.text2 li {
    background-image: url(../i/enabled-disabled-icons.png);
    background-repeat: no-repeat;
    background-position: -45px -78px;
    line-height: 17px;
  }
  ul.features-list.text2 li.enabled {
    background-position: -110px -1px;
  }
  ul.features-list.text2 li.enabled-2 {
    background-position: -66px -52px;
  }
  ul.features-list.text2 li.disabled {
    background-position: -88px -26px;
  }
  .info-version-block ul.features-list li.disabled {
    background-position: 1px -24px;
  }
  /* upgrade button */
  .upgrade-block {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 8px;
  }
  .upgrade-block del {
    font-weight: bold;
  }
  .upgrade-block .button-ex {
    margin-top: 3px;
  }
  .upgrade-block:last-child {
    margin-bottom: 0;
  }
  .upgrade-block > a {
    float: left;
  }
  .upgrade-block > div {
    float: left;
    margin-left: 16px;
  }
  .content .main .product-block .upgrade-block .upgrade-price p {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
  }
  .content .main .product-block .upgrade-block .upgrade-price p span.for-copies {
    font-size: 14px;
    font-weight: normal;
    color: #707070;
  }
  a.upgrade-btn:hover {
    background-position: -29px -36px;
  }
  /* inline */
  .content .main .product-block .upgrade-block.inline {
    margin-top: 0;
  }
  .content .main .product-block .upgrade-block.inline .upgrade-price * {
    font-size: 18px;
    line-height: 20px;
  }
  /* feature matrix link */
  table.two-cols td {
    position: relative;
  }
  /** END OF MY PRODUCTS **/
  .download .accordion .accordion-title,
  .compatibility .accordion .accordion-title {
    position: relative;
    background-color: #edf5ed;
  }
  .download .accordion .accordion-title .os,
  .compatibility .accordion .accordion-title .os {
    position: absolute;
    left: 525px;
    top: 14px;
  }
  .download .accordion .accordion-title:hover,
  .compatibility .accordion .accordion-title:hover {
    background-color: #ffffff;
  }
  .download .accordion .accordion-title.ui-state-active .os,
  .compatibility .accordion .accordion-title.ui-state-active .os {
    display: none;
  }
  .download .accordion .accordion-title.ui-state-active:hover,
  .compatibility .accordion .accordion-title.ui-state-active:hover {
    background-color: #edf5ed;
  }
  .compatibility .accordion .accordion-content {
    padding: 0;
    padding-bottom: 25px;
  }
  .compatibility .two-cols .col {
    border-left: none;
  }
  .compatibility .two-cols .col h5 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .compatibility .two-cols .col h5:first-child {
    margin-top: 0;
  }
  .compatibility .two-cols .col ul {
    margin-left: 4px;
    line-height: 20px;
  }
  .compatibility .two-cols .col ul ul {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .compatibility .two-cols .col ul > li {
    list-style: none;
    background: url(../i/li-bg-square-6f.png) 0px 8px no-repeat;
    padding-left: 14px;
  }
  .accordion {
    background-color: #edf5ed;
  }
  .accordion .accordion-title {
    padding: 15px 20px 13px 20px;
    font-size: 100%;
    line-height: 100%;
  }
  .accordion .accordion-title.ui-state-active .toggle {
    background-position: 0 0;
  }
  .accordion .accordion-content {
    padding: 20px;
    padding-top: 0;
  }
  .accordion .accordion-content .download-block {
    margin: 0 -20px;
  }
  .accordion .accordion-content .version-block + .version-block {
    margin-top: 20px;
  }
  .accordion .accordion-content > .ui-tabs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .accordion .latest-release {
    color: #747474;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .accordion .accordion-content .download-block + .download-block {
    margin-top: 20px;
  }
  .accordion .accordion-content .latest-release {
    margin-top: -8px;
  }
  .product-block .accordion .content_ {
    padding-top: 0;
  }
  .download-single .download-block:first-child {
    border-top: none;
  }
  .download-single .download-block .download-title {
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .download-block {
    border-top: 1px solid #cad0ca;
  }
  .download-block .download-title {
    padding: 20px;
  }
  .download-block .download-title h4 {
    display: inline;
    margin-right: 14px;
  }
  .download-block .download-title span,
  .download-block .download-title a {
    margin-right: 11px;
  }
  .ui-tabs.guides .ui-tabs-panel {
    display: block;
    padding-bottom: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .ui-tabs.guides .ui-tabs-panel .two-cols .col {
    border-left: none;
  }
  .ui-tabs.guides .ui-tabs-panel .two-cols .col h4 {
    margin-bottom: 1px;
    margin-top: 0;
  }
  .ui-tabs.guides .ui-tabs-panel .two-cols .col ul {
    list-style: none;
    margin-bottom: 14px;
    margin-left: 9px;
  }
  .ui-tabs.guides .ui-tabs-panel .two-cols .col ul li a {
    margin-right: 4px;
  }
  .ui-tabs.guides .ui-tabs-panel .two-cols .col ul li span.flag {
    margin: 0 4px;
  }
  .ui-tabs.guides .ui-tabs-panel .two-cols .col ul li span.size {
    color: #747474;
    margin-left: 4px;
  }
  .two-cols {
    table-layout: fixed;
    width: 100%;
  }
  .two-cols .col {
    padding-left: 20px;
    padding-right: 0px;
    vertical-align: top;
    border-left: 1px solid #d5d5d5;
  }
  .two-cols .col:first-child {
    padding-left: 0px;
    padding-right: 20px;
    border-left: none;
  }
  .two-cols .col ul {
    margin-left: 15px;
    margin-bottom: 0;
  }
  .two-cols .col ul.features-list {
    margin-left: -4px;
    margin-top: 5px;
  }
  .two-cols .col > div {
    width: 309px;
  }
  .two-cols .col.col-2 > div {
    width: auto;
  }
  .two-cols .col a.btn-download {
    width: 203px;
  }
  .changes-in-version {
    overflow: hidden;
  }
  .changes-in-version .label {
    display: block;
    float: left;
  }
  .changes-in-version .value {
    display: block;
    float: left;
    width: 500px;
  }
  .changes-in-version .value a {
    white-space: nowrap;
  }
  .accordion-title .changes-in-version {
    margin-top: 5px;
    margin-bottom: -3px;
  }
  .accordion-title.ui-state-active .changes-in-version {
    display: none;
  }
  .accordion-content .changes-in-version {
    margin-top: -13px;
    margin-bottom: 13px;
  }
  /** SPECIAL OFFERS **/
  .special-offers h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .special-offers h2:first-child {
    margin-top: 30px;
  }
  .special-offers .accordion.product-block hr {
    margin: 0 20px;
  }
  .special-offers .accordion .accordion-title .fake-h3 {
    max-width: 560px;
    display: inline-block;
    margin-bottom: 0;
  }
  .special-offers .accordion .accordion-title a {
    position: relative;
    top: -1px;
    margin-left: 4px;
  }
  .special-offers .accordion .accordion-title a.button-ex {
    top: 0;
    margin-left: 0;
  }
  .special-offers .accordion .accordion-title.disabled {
    background-color: #e3e3e3;
    color: #a9a9a9;
  }
  .special-offers .accordion .accordion-title.disabled div,
  .special-offers .accordion .accordion-title.disabled p,
  .special-offers .accordion .accordion-title.disabled h3,
  .special-offers .accordion .accordion-title.disabled h4,
  .special-offers .accordion .accordion-title.disabled a,
  .special-offers .accordion .accordion-title.disabled del {
    color: #a9a9a9;
  }
  .special-offers .accordion .accordion-content h3 {
    margin-bottom: 10px;
  }
  .special-offers .accordion .accordion-content.disabled {
    background-color: #e3e3e3;
    color: #a9a9a9;
  }
  .special-offers .accordion .accordion-content.disabled div,
  .special-offers .accordion .accordion-content.disabled p,
  .special-offers .accordion .accordion-content.disabled h3,
  .special-offers .accordion .accordion-content.disabled h4,
  .special-offers .accordion .accordion-content.disabled a,
  .special-offers .accordion .accordion-content.disabled del {
    color: #a9a9a9;
  }
  .special-offers .accordion .accordion-content.disabled ul.features-list li.enabled,
  .special-offers .accordion .accordion-content.disabled ul.features-list li.enabled-2 {
    background-position: -23px -93px;
  }
  .special-offers .accordion.available-upgrades .accordion-title .quantity {
    float: right;
    display: block;
  }
  .special-offers .accordion.available-upgrades.disabled {
    background-color: #e3e3e3;
  }
  .special-offers .accordion.special-offer {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-title {
    padding-top: 19px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bec4be;
    overflow: hidden;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-title .offer-num {
    margin-top: -12px;
    margin-bottom: 1px;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-title .product-row {
    margin-bottom: 3px;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-title .product-row .quantity {
    float: right;
    display: block;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-title .shift {
    margin-top: 5px;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-content .available-till {
    width: 300px;
    float: left;
    margin-top: 8px;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-content .available-till .icon-clock {
    position: relative;
    top: 5px;
    margin-right: 4px;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-content .upgrade-block {
    float: right;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .special-offers .accordion.special-offer.individual-special-offers .accordion-content .upgrade-block .upgrade-price p {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
  }
  .special-offers .accordion.special-offer.disabled {
    background-color: #e3e3e3;
    color: #a9a9a9;
  }
  .special-offers .accordion.special-offer.disabled :not(.in_cart_alert) div,
  .special-offers .accordion.special-offer.disabled :not(.in_cart_alert) p,
  .special-offers .accordion.special-offer.disabled :not(.in_cart_alert) a,
  .special-offers .accordion.special-offer.disabled :not(.in_cart_alert) del {
    color: #a9a9a9;
  }
  .special-offers .accordion .accordion-title .price-wrapper {
    position: absolute;
    top: 16px;
    right: 62px;
    font-size: 15px;
    font-weight: bold;
  }
  .special-offers .accordion .accordion-title.ui-state-active .price-wrapper {
    display: none;
  }
  .special-offers .accordion .accordion-content .shift {
    margin-top: 10px;
    margin-bottom: -5px;
  }
  .special-offers .shift {
    color: #747474;
    overflow: hidden;
  }
  .special-offers .shift span.label {
    display: block;
    float: left;
  }
  .special-offers .shift span.value {
    display: block;
    float: left;
  }
  .special-offers .product .need-a-license {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /** FOOTER **/
  .footer {
    border-top: 1px solid #555b62;
    color: #c3c5c8;
    padding-top: 26px;
  }
  .footer * {
    color: #c3c5c8;
  }
  .footer ul {
    list-style: none;
  }
  .footer a {
    color: #c3c5c8;
  }
  .footer a:hover {
    color: #ffffff;
  }
  .footer .sitemap {
    position: relative;
  }
  .footer .sitemap .sitemap-content {
    float: left;
  }
  .footer .sitemap .sitemap-content ul.level0 {
    width: 180px;
    float: left;
    margin-left: 60px;
  }
  .footer .sitemap .sitemap-content ul.level0:first-child {
    margin-left: 0;
  }
  .footer .sitemap .sitemap-content ul.level0 > li {
    margin-bottom: 24px;
  }
  .footer .sitemap .sitemap-content ul.level0 > li > a {
    color: #ebeced;
    font-weight: bold;
  }
  .footer .sitemap .sitemap-content ul.level0 > li > a:hover {
    color: #ffffff;
  }
  .footer .sitemap .sitemap-content ul li {
    line-height: 18pt;
  }
  .footer .sitemap .buttons-social {
    padding-top: 7px;
    float: right;
  }
  .footer .sitemap .buttons-social a {
    background: url(../i/social.png) no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
  }
  .footer .sitemap .buttons-social a.facebook {
    background-position: 0 0;
  }
  .footer .sitemap .buttons-social a.facebook:hover {
    background-position: -40px 0px;
  }
  .footer .sitemap .buttons-social a.twitter {
    background-position: 0 -40px;
  }
  .footer .sitemap .buttons-social a.twitter:hover {
    background-position: -40px -40px;
  }
  .footer .sitemap .buttons-social a.youtube {
    background-position: 0px -80px;
  }
  .footer .sitemap .buttons-social a.youtube:hover {
    background-position: -40px -80px;
  }
  .footer .copyright {
    padding: 15px 0;
    margin-top: 6px;
    border-top: 1px solid #555b62;
  }
  .footer .copyright div {
    display: inline-block;
    margin-right: 14px;
  }
  /**END OF FOOTER **/
  /** TOOLTIPER **/
  .tooltiper {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.38);
    -webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.38);
    box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.38);
    font-size: 11px;
    z-index: 1000;
  }
  .tooltiper * {
    font-size: 11px;
  }
  .tooltiper *:not(a) {
    color: #000000;
  }
  .tooltiper p {
    line-height: 14px;
    margin-bottom: 3px;
  }
  .tooltiper .arrow {
    width: 10px;
    height: 5px;
    background-image: url('../i/tooltiper-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 -6px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
  }
  .tooltiper .arrow.top {
    background-position: 0 0;
    top: 0;
    margin-top: -5px;
  }
  .tooltiper .close {
    width: 9px;
    height: 9px;
    background: url('../i/close-icon.png') center no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -18px;
    margin-top: 9px;
    cursor: pointer;
  }
  .tooltiper ul {
    padding-left: 25px;
  }
  .tooltiper ul li {
    line-height: 11px;
  }
  .tooltiper ul ul {
    padding-left: 16px;
  }
  .tooltiper .tooltiper-content h5,
  .tooltiper .tooltiper-content h6 {
    font-size: 12px;
    margin-top: 15px;
  }
  .tooltiper .tooltiper-content h5:first-child,
  .tooltiper .tooltiper-content h6:first-child {
    margin-top: 0;
  }
  .breadcrumb {
    width: 720px;
    font-size: 15px;
    margin-top: -6px;
    margin-left: -1px;
    margin-bottom: 33px;
  }
  .breadcrumb a {
    background: url(../i/breadcrumb.png) left -35px no-repeat;
    margin-right: 9px;
    padding-left: 17px;
  }
  .breadcrumb a:first-child {
    background: none;
    padding-left: 0;
  }
  .breadcrumb a.home {
    background: url(../i/breadcrumb.png) left 2px no-repeat;
    padding-left: 17px;
  }
  .breadcrumb span {
    background: url(../i/breadcrumb.png) left -35px no-repeat;
    padding-left: 17px;
    color: #000000;
    margin-right: 9px;
  }
  /** BEGIN OF USER INFORMATION **/
  .content .main.user-info .text {
    margin-bottom: 20px;
  }
  .content .main .user-info .sep {
    border-top: 1px solid #aac3a9;
    margin: 0 -10px;
  }
  .content .main .user-info .settings-row {
    margin-top: 10px;
    margin-bottom: 6px;
    height: 20px;
    font-size: 14px;
    position: relative;
    padding-top: 3px;
  }
  .content .main .user-info .settings-row div.label {
    width: 160px;
    margin-top: -3px;
    font-weight: bold;
    position: absolute;
  }
  .content .main .user-info .settings-row div.label sup {
    vertical-align: super;
    font-size: 8px;
    position: absolute;
    margin-top: -3px;
  }
  .content .main .user-info .settings-row .value {
    padding: 0;
    width: 400px;
    position: absolute;
    top: 0;
    left: 162px;
  }
  .content .main .user-info .settings-row .value input {
    width: 370px;
    margin-top: -2px;
    margin-left: -7px;
    padding: 0 5px;
    font-size: 14px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #b3b3b3;
  }
  .content .main .user-info .settings-row .value input.error {
    border-color: #fe6567;
  }
  .content .main .user-info .settings-row .action,
  .content .main .user-info .settings-row .buttons {
    position: absolute;
    left: 562px;
    top: 0px;
  }
  .content .main .user-info .settings-row .buttons {
    top: -3px;
  }
  .content .main .user-info .settings-row .buttons .button-ex.inline {
    margin-right: 4px;
  }
  .content .main .user-info .settings-row .news {
    margin-top: -4px;
    margin-left: -3px;
    z-index: 1;
    position: relative;
  }
  .content .main .user-info .settings-row .news label {
    cursor: pointer;
  }
  .content .main .user-info .settings-row.disabled div:not(.buttons) {
    color: rgba(0, 0, 0, 0.5);
  }
  .content .main .user-info .settings-row.disabled label {
    cursor: default;
  }
  .content .main .user-info .settings-row:HOVER .hovered {
    background-color: #bad7ba;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -6px;
    position: absolute;
    z-index: 0;
  }
  /** END OF USER INFORMATION **/
  /** SEARCH **/
  .search-field {
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .search-field input {
    border: 1px solid #b3b3b3;
    font-size: 20px;
    height: 37px;
    width: 515px;
    padding-left: 40px;
    background: url(../i/search.png) 14px 12px no-repeat;
  }
  .search-field a {
    display: block;
    float: right;
  }
  .main .search-hint {
    margin-bottom: 20px;
  }
  .main .search-result-block {
    margin-top: 12px;
  }
  .main .search-result-block a {
    font-size: 20px;
  }
  .main .search-result-block span {
    display: block;
  }
  .paginator {
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .paginator span {
    color: #747474;
  }
  .paginator span.pages {
    margin: 0 23px;
  }
  .paginator span.pages span {
    color: #000000;
  }
  .paginator span.pages > * {
    margin-left: 8px;
  }
  .paginator span.pages > *:first-child {
    margin-left: 0;
  }
  .series-block {
    margin-top: 20px;
    overflow: hidden;
  }
  .series-block .series-column {
    float: left;
    width: 24%;
  }
  .series-block .series-column ul {
    margin-top: 22px;
    margin-bottom: 0;
    float: none;
    width: auto;
    list-style: none;
    margin-left: 0;
  }
  .series-block .series-column ul:first-child {
    margin-top: 0;
  }
  .series-block .series-column ul li h6 {
    line-height: 22px;
  }
  .series-block ul.switch-mode {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .series-block ul.switch-mode li {
    display: inline;
    margin-right: 5px;
    padding: 1px 5px 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(231, 234, 231, 0.5);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(231, 234, 231, 0.5);
    box-shadow: inset 0px 0px 0px 0px rgba(231, 234, 231, 0.5);
  }
  .series-block ul.switch-mode li a {
    font-size: inherit;
  }
  .series-block ul.switch-mode li.active {
    background-color: #f1f1f1;
  }
  .series-block ul.switch-mode li.active a {
    color: #000000;
    text-decoration: none;
    border-bottom: none;
    cursor: default;
  }
  .series-block ul.switch-mode li.active a:after {
    border-bottom: none;
  }
  .series-block ul.switch-mode li.empty {
    height: 22px;
  }
  .series-block.large {
    margin-top: 40px;
    margin-left: -5px;
  }
  .series-block.large h2 {
    margin-bottom: 5px;
    margin-top: 0;
  }
  .series-block.large > * {
    margin-left: 5px;
  }
  .series-block.large ul a {
    font-size: 18px;
    line-height: 30px;
  }
  .series-block.large ul.switch-mode {
    margin-left: 1px;
  }
  .download-set {
    border-top: 1px solid #a3a3a3;
    padding-top: 23px;
    margin-top: 23px;
  }
  .download-set.first {
    border-top: none;
    padding-top: 0;
  }
  .download-set h2 {
    margin-bottom: 2px;
  }
  .download-set .signature {
    margin-bottom: 10px;
  }
  .download-set .description {
    color: #747474;
    margin-bottom: 5px;
  }
  .download-set .description > * {
    color: #747474;
    line-height: 22px;
    margin-bottom: 0;
  }
  .download-set .button-ex {
    margin-right: 24px;
  }
  /** FEATURE MATRIX **/
  .feature-matrix .accordion.product-block {
    border: none;
    background-color: transparent;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .feature-matrix .accordion.product-block.accordion .accordion-title {
    background-color: #edf5ed;
  }
  .feature-matrix .accordion.product-block.accordion .accordion-title:hover {
    background-color: #ffffff;
  }
  .feature-matrix .accordion.product-block.accordion .accordion-title.ui-state-active {
    background-color: #edf5ed;
  }
  .feature-matrix .accordion.product-block.accordion .accordion-title.ui-state-active .os {
    display: none;
  }
  .feature-matrix .accordion.product-block.accordion .accordion-title.ui-state-active:hover {
    background-color: #edf5ed;
  }
  .feature-matrix .accordion.product-block.accordion .accordion-title .os {
    position: absolute;
    left: 525px;
    top: 14px;
  }
  .feature-matrix .accordion.product-block .accordion-title {
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
  }
  .feature-matrix .accordion.product-block .accordion-title.ui-state-active {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  .feature-matrix .accordion.product-block .accordion-title.ui-state-active .shadow-helper-2 {
    display: none;
  }
  .feature-matrix .accordion.product-block .accordion-content {
    position: relative;
    padding: 0;
    padding-bottom: 10px;
  }
  .feature-matrix .accordion.product-block .accordion-content .shadow-helper {
    position: absolute;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
  }
  .feature-matrix table.fm.editions2 tr td > div.col-1 {
    width: 88px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-2 {
    width: 99px;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-3 {
    width: 199px;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-1-2 {
    width: 208px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-2-3 {
    width: 319px;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-1-2-3 {
    width: 428px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-edition {
    width: 119px;
    padding: 0;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-editionx2 {
    width: 239px;
    padding: 0;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-editionx3 {
    width: 359px;
    padding: 0;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-editionx4 {
    width: 479px;
    padding: 0;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-editionx5 {
    width: 599px;
    padding: 0;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-edition-of-2 {
    width: 178.5px;
    padding: 0;
  }
  .feature-matrix table.fm.editions2 tr td > div.col-editionx2-of-2 {
    width: 357px;
    padding: 0;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-1 {
    width: 88px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-2 {
    width: 99px;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-3 {
    width: 199px;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-1-2 {
    width: 208px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-2-3 {
    width: 319px;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-1-2-3 {
    width: 428px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-edition {
    width: 79px;
    padding: 0;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-editionx2 {
    width: 159px;
    padding: 0;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-editionx3 {
    width: 239px;
    padding: 0;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-editionx4 {
    width: 319px;
    padding: 0;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-editionx5 {
    width: 399px;
    padding: 0;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-edition-of-2 {
    width: 118.5px;
    padding: 0;
  }
  .feature-matrix table.fm.editions3 tr td > div.col-editionx2-of-2 {
    width: 237px;
    padding: 0;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-1 {
    width: 78px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-2 {
    width: 89px;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-3 {
    width: 139px;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-1-2 {
    width: 188px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-2-3 {
    width: 249px;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-1-2-3 {
    width: 348px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-edition {
    width: 79px;
    padding: 0;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-editionx2 {
    width: 159px;
    padding: 0;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-editionx3 {
    width: 239px;
    padding: 0;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-editionx4 {
    width: 319px;
    padding: 0;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-editionx5 {
    width: 399px;
    padding: 0;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-edition-of-2 {
    width: 118.5px;
    padding: 0;
  }
  .feature-matrix table.fm.editions4 tr td > div.col-editionx2-of-2 {
    width: 237px;
    padding: 0;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-1 {
    width: 68px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-2 {
    width: 79px;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-3 {
    width: 99px;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-1-2 {
    width: 168px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-2-3 {
    width: 199px;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-1-2-3 {
    width: 288px;
    padding-left: 20px;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-edition {
    width: 75px;
    padding: 0;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-editionx2 {
    width: 151px;
    padding: 0;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-editionx3 {
    width: 227px;
    padding: 0;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-editionx4 {
    width: 303px;
    padding: 0;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-editionx5 {
    width: 379px;
    padding: 0;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-edition-of-2 {
    width: 112.5px;
    padding: 0;
  }
  .feature-matrix table.fm.editions5 tr td > div.col-editionx2-of-2 {
    width: 225px;
    padding: 0;
  }
  .feature-matrix table.fm {
    position: relative;
    width: 100%;
    border-collapse: separate;
    margin-bottom: -10px;
  }
  .feature-matrix table.fm tr th {
    background-color: #edf5ed;
    border: 1px solid #cad0ca;
    padding: 4px 10px 5px;
  }
  .feature-matrix table.fm tr th:first-child {
    text-align: left;
    padding-left: 20px;
  }
  .feature-matrix table.fm tr td {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-bottom: none;
  }
  .feature-matrix table.fm tr td.no-border {
    background-color: transparent;
    border: none;
  }
  .feature-matrix table.fm tr td .os-wrapper {
    margin-left: 8px;
  }
  .feature-matrix table.fm tr td .os-wrapper .os {
    width: auto;
  }
  .feature-matrix table.fm tr td .os-wrapper .os .ico {
    margin-right: 10px;
  }
  .feature-matrix table.fm tr td .os-wrapper .compatibility {
    text-align: left;
  }
  .feature-matrix table.fm tr td.bottom-left-radius {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .feature-matrix table.fm tr td.bottom-border-radius {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    background-color: #edf5ed;
    border-top: none;
    border-color: #cad0ca;
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
  }
  .feature-matrix table.fm tr td.edition * {
    font-size: 12px;
    color: #747474;
    line-height: 12px;
  }
  .feature-matrix table.fm tr td.edition * sup {
    font-size: 9px;
  }
  .feature-matrix table.fm tr td.edition.price {
    vertical-align: bottom;
  }
  .feature-matrix table.fm tr td.edition.price * {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
  }
  .feature-matrix table.fm tr td.edition.price del {
    color: #747474;
  }
  .feature-matrix table.fm tr td.edition.btn {
    padding: 7px 0;
  }
  .feature-matrix table.fm tr td.edition.btn wer {
    line-height: 20px;
  }
  .feature-matrix table.fm tr td.edition.btn .button-ex {
    width: 60px;
    padding-right: 0;
  }
  .feature-matrix table.fm tr td.edition.btn .button-ex span.label {
    padding: 6px 0 7px;
    line-height: 20px;
  }
  .feature-matrix table.fm tr td.edition.btn .button-ex.button-green span.label {
    padding-bottom: 0;
  }
  .feature-matrix table.fm tr td.edition.btn .button-ex span.icon-cart {
    right: 0;
    left: 2px;
    background-position: center;
  }
  .feature-matrix table.fm tr td.edition.btn .button-ex span.icon-arrow-right {
    position: static;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../i/icon-arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .feature-matrix table.fm tr td.edition.btn .button-ex span.icon-download {
    position: static;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../i/icon-download.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .feature-matrix table.fm tr td.edition.thick * {
    letter-spacing: -1px;
  }
  .feature-matrix table.fm tr td.edition small {
    font-size: 9px;
  }
  .feature-matrix table.fm tr td > div {
    padding: 9px 10px 10px;
  }
  .feature-matrix table.fm tr td.middle {
    vertical-align: middle;
    text-align: center;
  }
  .feature-matrix table.fm tr td div.state {
    width: 21px;
    height: 18px;
    margin: 4px auto;
    position: relative;
  }
  .feature-matrix table.fm tr td div.state sup {
    position: absolute;
    top: -4px;
    right: -4px;
    color: #747474;
    font-size: 9px;
  }
  .feature-matrix table.fm tr td div.state.disabled {
    background: url(../i/enabled-disabled-icons.png) -88px -27px no-repeat;
  }
  .feature-matrix table.fm tr td div.state.enabled {
    background: url(../i/enabled-disabled-icons.png) -110px 0 no-repeat;
  }
  .feature-matrix table.fm tr td div.state.enabled-2 {
    background: url(../i/enabled-disabled-icons.png) no-repeat -66px -51px;
  }
  .feature-matrix table.fm tr.first-feature-row td {
    border-top: none;
  }
  .feature-matrix table.fm tr.price td {
    background-color: #edf5ed;
    border-color: #cad0ca;
  }
  /** EXAMPLES **/
  .examples .compare-wrapper {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .examples .compare-wrapper.single > div {
    position: relative;
  }
  .examples .compare-wrapper.single > div .img-wrapper {
    cursor: inherit;
    width: 880px;
    height: 480px;
    overflow: hidden;
    position: relative;
  }
  .examples .compare-wrapper.single > div .img-wrapper .img img {
    width: 100%;
  }
  .examples .compare-wrapper.single > div .img-wrapper .image-before {
    width: 100%;
  }
  .examples .compare-wrapper.single > div .img-wrapper .image-after {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .examples .compare-wrapper.double > div {
    width: 50%;
    float: left;
  }
  .examples .compare-wrapper.double > div > div {
    position: relative;
  }
  .examples .compare-wrapper.double > div > div .img-wrapper {
    height: 480px;
    width: 430px;
    overflow: hidden;
    position: relative;
  }
  .examples .compare-wrapper.double > div > div .img-wrapper .img {
    position: absolute;
  }
  .examples .compare-wrapper.double > div > div .img-wrapper .img img {
    width: 430px;
  }
  .examples .compare-wrapper.double .compare-block.after {
    cursor: pointer;
  }
  .examples .compare-wrapper.double .compare-block.after .img-wrapper {
    cursor: inherit;
    margin-left: 10px;
  }
  .examples .compare-wrapper.double .compare-block.before {
    cursor: default;
  }
  .examples .compare-wrapper .before-indicator {
    display: block;
    position: absolute;
    cursor: inherit;
    bottom: 12px;
    color: #ffffff;
    background-color: #8c8c8c;
    padding: 5px 13px;
    z-index: 100;
    min-width: 45px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .examples .compare-wrapper .before-indicator span {
    cursor: inherit;
  }
  .examples .compare-wrapper .before-indicator.left_indicator {
    left: 12px;
  }
  .examples .compare-wrapper .before-indicator.right_indicator {
    right: 12px;
  }
  .examples .compare-wrapper .full-size-link-block {
    margin-top: 10px;
  }
  .examples .compare-wrapper .full-size-link-block a {
    padding-left: 20px;
    background: url(../i/new-tab-link-icons.png) 0 -16px no-repeat;
  }
  .examples .compare-wrapper .full-size-link-block a:hover {
    background: url(../i/new-tab-link-icons.png) -16px 0 no-repeat;
  }
  .examples .compare-wrapper .full-size-link-block.before {
    float: left;
  }
  .examples .compare-wrapper .full-size-link-block.after {
    float: right;
  }
  .examples .examples-download-block {
    overflow: hidden;
  }
  .examples .examples-download-block .download-example {
    float: right;
    padding-left: 25px;
    margin-left: 15px;
    text-decoration: none;
  }
  .examples .examples-download-block .download-example:hover span.lnk {
    color: #369fdd;
  }
  .examples .examples-download-block .download-example.download-images {
    border-left: 1px solid #a3a3a3;
    padding-top: 5px;
  }
  .examples .examples-download-block .download-example .icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .examples .examples-download-block .download-example span.lnk {
    display: block;
    text-align: center;
    color: #369fdd;
    text-decoration: underline;
    font-size: 14px;
  }
  .examples .examples-download-block .download-example span.size {
    display: block;
    text-align: center;
    color: #707070;
    font-size: 14px;
  }
  .examples .examples-text-block {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .examples .examples-text-block div.hint {
    float: right;
    width: 150px;
    margin-left: 30px;
    color: #707070;
  }
  .examples .other-examples .other-example-wrapper {
    width: 50%;
    float: left;
  }
  .examples .other-examples .other-example-wrapper .other-example {
    width: 430px;
    height: 320px;
  }
  .examples .other-examples .other-example-wrapper .other-example .a-img {
    display: block;
    width: 100%;
    height: 87%;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .examples .other-examples .other-example-wrapper .other-example img {
    width: 430px;
  }
  .examples .other-examples .other-example-wrapper a.a-text:hover {
    color: #000000;
    text-decoration: underline;
  }
  .examples .example-loading-dummy {
    background-color: #c4c4c4;
    color: #ffffff;
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .examples .compare-block .example-loading-dummy {
    width: 430px;
    height: 424px;
  }
  .download-examples.button-ex {
    display: block;
    width: 380px;
    margin: 0 auto 40px;
  }
  .download-examples.button-ex span.label {
    font-size: 30px;
    text-align: center;
    padding: 15px 20px 15px;
  }
  .download-examples.button-ex span.icon-arrow-right {
    top: 11px;
    right: 10px;
  }
  .download-examples.button-ex span.sep {
    right: 44px;
    top: 9px;
    bottom: 9px;
  }
  #example-slider {
    position: relative;
  }
  #example-slider .examples-frame {
    border: 2px solid #09ce74;
    color: transparent;
    background: transparent;
    position: absolute;
  }
  .example-carousel {
    margin-left: -3px;
    margin-right: -3px;
    position: relative;
    margin-bottom: 50px;
    height: 200px;
    z-index: 1000;
  }
  .example-carousel ul {
    height: 100%;
    padding: 20px 0;
  }
  .example-carousel div.slide-image {
    width: 120px;
    height: 100px;
    margin: 60px 0 60px 3px;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
  }
  .example-carousel div.slide-image:hover {
    border: 2px solid #09ce74;
  }
  .example-carousel div.slide-image img {
    width: 100%;
  }
  .example-carousel div.slide-image.option3 {
    margin: 60px 0 60px 3px;
  }
  .example-carousel div.slide-image.slick-center,
  .example-carousel div.slide-image.slick-selected {
    box-shadow: 0 0 30px -10px #000000;
    margin: 30px 0 30px 3px;
    height: auto;
    width: 250px;
    height: 163px;
    border: none;
    cursor: default;
    position: relative;
  }
  .example-carousel div.slide-image.slick-center:hover,
  .example-carousel div.slide-image.slick-selected:hover {
    border: none;
  }
  .example-carousel li.active:first-child {
    margin-left: 0;
  }
  .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
  }
  .controls .prev,
  .controls .next {
    position: absolute;
    width: 22px;
    height: 41px;
    top: 50%;
    margin-top: 10px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
  }
  .controls .prev:focus,
  .controls .next:focus {
    outline: none;
  }
  .controls .prev::-moz-focus-inner,
  .controls .next::-moz-focus-inner {
    border: 0;
  }
  .controls .prev {
    left: -27px;
    background: url(../i/carousel-nav.png) no-repeat 0 0;
  }
  .controls .prev:hover {
    background-position: 0 -51px;
  }
  .controls .next {
    right: -27px;
    background: url(../i/carousel-nav.png) no-repeat -35px 0;
  }
  .controls .next:hover {
    background-position: -35px -51px;
  }
  .controls .btn {
    opacity: 0.7;
  }
  .controls .btn.slick-disabled {
    display: none !important;
  }
  .ExamplesHeader .btnSelectCategory:not(.last-child) {
    float: left;
  }
  /** LOGIN**/
  .main.login-form {
    float: none;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
    width: 320px !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .main.login-form.popup {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px 35px;
  }
  .main.login-form div {
    position: relative;
  }
  .main.login-form div.hr {
    height: 1px;
    width: 100%;
    background-color: #aec7ae;
    margin: 30px 0 25px 0 !important;
  }
  .main.login-form div.remember-forgot-block {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
  }
  .main.login-form div.remember-forgot-block span {
    float: left;
  }
  .main.login-form div.remember-forgot-block .forgot-link {
    line-height: 16px;
  }
  .main.login-form div input {
    margin: 10px 0;
  }
  .main.login-form div input[type='text'],
  .main.login-form div input[type='password'] {
    border: 1px solid #b3b3b3;
    -moz-box-shadow: inset 0 2px 1px -1px #eaeaea;
    -webkit-box-shadow: inset 0 2px 1px -1px #eaeaea;
    box-shadow: inset 0 2px 1px -1px #eaeaea;
    font-size: 18px;
    line-height: normal;
    *line-height: 24px;
    height: 24px;
    padding: 5px 8px;
    width: 302px;
  }
  .main.login-form .close-dialog-btn {
    background: url("../i/close-dialog-btn.png") no-repeat 0 0;
    cursor: pointer;
    height: 19px;
    position: absolute !important;
    right: 20px;
    top: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 19px;
  }
  .main.login-form .close-dialog-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #login-form-popup {
    display: none;
  }
  .ui-widget-overlay {
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .ui-dialog {
    position: fixed;
    z-index: 1100;
  }
  .ui-dialog .ui-dialog-titlebar {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .logo-wrapp a {
    background: url('../i/logo-r.png') no-repeat;
    background-size: 294px 110px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  ul.leftmenu li a,
  ul.leftmenu li span {
    background-image: url('../i/left-menu-items-h.png');
    background-size: 188px 210px;
  }
}
@media print {
  /** PRINT **/
  @font-face {
    font-family: 'SignikaSemibold';
    src: url('../f/signikanegative-semibold-webfont.eot');
    src: url('../f/signikanegative-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../f/signikanegative-semibold-webfont.svg#signika_negativesemibold') format('svg'), url('../f/signikanegative-semibold-webfont.woff') format('woff'), url('../f/signikanegative-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  body {
    font-family: "Arial", sans-serif;
    background-color: white;
  }
  body .content .main {
    width: 180mm;
    margin: 0 auto;
    padding: 0 15mm;
  }
  .header-logo-prn {
    display: block;
    margin-top: 16mm;
    margin-bottom: 18mm;
    width: 180mm;
    margin-left: auto;
    margin-right: auto;
  }
  .header-logo-prn .wrapp-center {
    width: 97mm;
    height: 28.5mm;
  }
  .header-logo-prn .wrapp-center a {
    display: block;
    width: 97mm;
    height: 28.5mm;
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 4.3mm;
    cursor: pointer;
  }
  .header-logo-prn .wrapp-center a:hover {
    color: #000;
    text-decoration: none;
  }
  .header-logo-prn .wrapp-center a span {
    position: absolute;
    display: block;
    top: 16.49mm;
    left: 34mm;
    line-height: 5mm;
  }
  .header-logo-prn .wrapp-center a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 97mm;
  }
  .form2 {
    width: 100mm;
  }
  .form2 .field {
    height: 27mm;
  }
  .form2 .field .label {
    font-size: 4.23mm;
  }
  .form2 .field .value {
    border: 0.5mm solid black;
    padding: 3mm 3mm 2.5mm 3mm;
    font-size: 4.94mm;
    margin-top: 2.5mm;
  }
  .new-password .form2 .field.email-notify-status {
    display: none;
    visible: none;
  }
  .new-password-note {
    float: right;
    width: 54mm;
    height: 52mm;
    padding-left: 8mm;
    border-left: 0.5mm solid #000;
    position: relative;
    margin-right: 10mm;
  }
  .new-password-note h3 {
    text-transform: uppercase;
    font-size: 3.53mm;
    letter-spacing: 0.2mm;
    margin-bottom: 1mm;
  }
  .new-password-note p {
    font-size: 4.23mm;
    color: #252525;
    line-height: 5.5mm;
  }
  .new-password-note p.p2 {
    position: absolute;
    top: 33mm;
  }
  .footer,
  .header-menu,
  .header-logo,
  .breadcrumb,
  .sidebar,
  .button-ex {
    display: none;
    visible: none;
  }
  .content .main h1 {
    font: 10mm SignikaSemibold;
    margin-bottom: 10mm;
    margin-top: 0;
  }
  .content .main .new-password > p,
  .content .main .new-password > hr {
    visible: none;
    display: none;
  }
  #CookiesError,
  #JSError {
    display: none;
  }
}
@media screen {
  /** NEAT VIDEO OVERRIDE **/
  .content-main .main {
    width: 630px;
  }
  .content-main .main .main-block:not(:first-child) {
    margin-top: 65px;
  }
  .content-main .main .main-block > * {
    color: #cdcfd1;
  }
  .content-main .main .main-block .article-title {
    margin-bottom: 17px;
  }
  .content-main .main .main-block .article-title a {
    color: #79d97e;
  }
  .content-main .main .main-block .read-more-btn {
    color: #79d97e;
  }
  .content-main .main .main-block .read-more-btn:hover {
    text-decoration: none;
  }
  /* Left menu control */
  ul.leftmenu {
    border-top: none;
  }
  .side-block {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .side-block .side-block-body .all-news-wrapper > a.button-light-grey-green-hover-green:not(:hover),
  .side-block .side-block-body .all-reviews-wrapper > a.button-light-grey-green-hover-green:not(:hover) {
    background-color: #373e43;
    color: #ffffff;
  }
  .side-block-body-news-link {
    color: #79d97e;
  }
  .side-block-body-news-link:hover {
    color: #79d97e;
    text-decoration: none;
  }
  .author-name {
    color: #cdcfd1;
    margin-top: 2px;
  }
  a,
  ul li a {
    color: #2964ad;
  }
  .content .main .currency {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .content .main .currency.active {
    background-color: #ecf5ec;
    border: 1px solid #bac1b8;
    background-image: none;
    padding: 4px 7px;
  }
  .content .main .currency.active .triangle {
    margin-top: -2px;
  }
  .content .main .content-bottom .nav-btn:hover {
    color: #fff;
  }
  .content .main .content-bottom .nav-btn:hover.prev {
    background-position: left -90px;
  }
  .content .main .content-bottom .nav-btn:hover.next {
    background-position: right -133px;
  }
  .content .main.login-form .login-note.text2 {
    color: #000000;
  }
  /** Buttons **/
  .button-ex.button-green {
    background: #338d2a;
  }
  .button-ex.button-green span .glow {
    background: #338d2a;
    background: -webkit-radial-gradient(bottom, #59a351, #338d2a);
    background: radial-gradient(at bottom, #59a351, #338d2a);
  }
  .button-ex.button-green:hover {
    background: -webkit-linear-gradient(top, #338d2a 50%, #47c337);
    background: -moz-linear-gradient(to top, #47c337, #338d2a 50%);
    background: linear-gradient(to top, #47c337, #338d2a 50%);
  }
  .button-ex.button-green:hover .glow {
    background: -webkit-radial-gradient(bottom, #59a351, #338d2a);
    background: radial-gradient(at bottom, #59a351, #338d2a);
  }
  .button-ex.button-green.disabled:hover {
    background: #338d2a;
  }
  .button-ex.button-green.disabled:hover .glow {
    background: #338d2a;
    background: -webkit-radial-gradient(bottom, #59a351, #338d2a);
    background: radial-gradient(at bottom, #59a351, #338d2a);
  }
  .button-ex.button-blue {
    background: #4499db;
  }
  .button-ex.button-blue span .glow {
    background: #4499db;
    background: -webkit-radial-gradient(bottom, #74bde8, #4499db);
    background: radial-gradient(at bottom, #74bde8, #4499db);
  }
  .button-ex.button-blue:hover {
    background: -webkit-linear-gradient(top, #4499db 50%, #81d6f1);
    background: -moz-linear-gradient(to top, #81d6f1, #4499db 50%);
    background: linear-gradient(to top, #81d6f1, #4499db 50%);
  }
  .button-ex.button-blue:hover .glow {
    background: -webkit-radial-gradient(bottom, #74bde8, #4499db);
    background: radial-gradient(at bottom, #74bde8, #4499db);
  }
  .button-ex.button-blue.disabled:hover {
    background: #4499db;
  }
  .button-ex.button-blue.disabled:hover .glow {
    background: #4499db;
    background: -webkit-radial-gradient(bottom, #74bde8, #4499db);
    background: radial-gradient(at bottom, #74bde8, #4499db);
  }
  .button-light-grey-green-hover-green:HOVER,
  .button-white-hover-green:HOVER {
    color: #fff;
  }
  /** User guides tabs **/
  .ui-tabs.guides.grey .ui-tabs-nav .ui-state-active {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .ui-tabs.guides.grey .ui-tabs-panel {
    border: none;
  }
  .content .main .product-block {
    border: none;
  }
  .feature-matrix table.fm tr th,
  .feature-matrix table.fm tr td {
    border-left: none;
  }
  .feature-matrix table.fm tr th:last-child,
  .feature-matrix table.fm tr td:last-child,
  .feature-matrix table.fm tr th.last-child,
  .feature-matrix table.fm tr td.last-child {
    border-right: none;
  }
  .content .main.nv-examples {
    color: #a9abad;
    padding: 5px 0 0 0;
    min-height: 0;
  }
  .content .main.nv-examples p,
  .content .main.nv-examples ul li,
  .content .main.nv-examples div {
    color: #a9abad;
  }
  .content .main.nv-examples h1 {
    color: #a9abad;
  }
  .content .main.nv-examples a {
    color: #369fdd;
  }
  .content .main.nv-examples .examples {
    padding-top: 10px;
  }
  .content .main.nv-examples .examples .video-wrapper-template {
    display: none;
  }
  .content .main.nv-examples .examples .examples-download-block .download-example {
    padding-left: 40px;
    margin-left: 70px;
    margin-right: 40px;
  }
  .content .main.nv-examples .examples .examples-download-block .download-example.download-video span.lnk {
    text-align: left;
  }
  .content .main.nv-examples .examples .examples-download-block .download-example:hover span.lnk {
    text-decoration: none;
  }
  .content .main.nv-examples .examples .examples-download-block .download-example .icon {
    background-position: 0 5px;
    float: left;
    height: 40px;
    width: 32px;
    margin-left: -32px;
  }
  .content .main.nv-examples .examples .examples-download-block .download-example span.size {
    text-align: left;
  }
  .content .main.nv-examples .examples .examples-gallery {
    margin-top: 25px;
  }
  .content .main.nv-examples .examples .examples-gallery .example-thumb {
    display: inline-block;
    margin-right: 13.5px;
    margin-bottom: 15px;
    vertical-align: top;
    width: 178px;
  }
  .content .main.nv-examples .examples .examples-gallery .example-thumb.last-in-row {
    margin-right: 0;
  }
  .content .main.nv-examples .examples .examples-gallery .example-thumb.active .example-thumb-wrapper,
  .content .main.nv-examples .examples .examples-gallery .example-thumb:hover .example-thumb-wrapper {
    cursor: pointer;
    border: 2px solid #09ce74;
  }
  .content .main.nv-examples .examples .examples-gallery .example-thumb.active .example-thumb-wrapper img,
  .content .main.nv-examples .examples .examples-gallery .example-thumb:hover .example-thumb-wrapper img {
    margin: -2px;
  }
  .content .main.nv-examples .examples .examples-gallery .example-thumb .example-thumb-wrapper,
  .content .main.nv-examples .examples .examples-gallery .example-thumb .example-thumb-wrapper img {
    border: none;
    overflow: hidden;
  }
  .content .main.nv-examples .examples .examples-gallery .example-thumb .example-thumb-wrapper img {
    display: block;
    width: 178px;
  }
  .content .main.nv-examples .examples .examples-gallery .example-thumb .example-category {
    padding-top: 5px;
  }
  .content .examples-video-wrapper {
    background-color: #131619;
  }
  .content .examples-video-wrapper .video-wrapper {
    text-align: left;
  }
  .content .examples-video-wrapper .video-wrapper * {
    display: block;
    margin: 0 auto;
  }
  .reviews-list .review-item {
    border: none;
    width: 300px;
  }
  /** Cart **/
  .content .main .order-footer .order-total {
    border: none;
    border-top: 1px solid #cad0ca;
  }
}
