/* NI */
/* BASE COLORS */
/* 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 */
/* forms controls */
/* examples */
/* purchase */
/* feature matrix */
/* my settings */
/* my products */
/* special offers */
/* noise profiles */
/* currency */
/* shadows */
/* share */
/** UTILS **/
/**
 * Helper mixins for translucent-underlined links
 */
.upgrade-to-any {
  margin: 20px 0 0;
  border-top: 1px solid #cbcbcb;
  padding: 12px 0 0;
}
.upgrade-to-any:after {
  content: "";
  display: block;
  clear: both;
}
.upgrade-to-any__btn {
  float: left;
}
.upgrade-to-any__msg {
  float: left;
  margin-left: 15px;
  line-height: 33px;
}
.offer-expiry {
  margin-top: 15px;
  border-radius: 5px;
  padding: 5px 10px 5px 39px;
  background: rgba(0, 0, 0, 0.1) url("../i/icon-clock.png") 10px center / auto 21px no-repeat;
  line-height: 21px;
}
.os-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  background: url("../i/os-icons.png") no-repeat 0 0 / auto 100%;
}
.os-icon_win {
  background-position: -24px 0;
}
.os-icon_linux {
  background-position: -48px 0;
}
.os-icon_empty {
  background: none;
}
.check {
  width: 21px;
  height: 18px;
  margin: 4px auto;
  position: relative;
  background: url("../i/enabled-disabled-icons.png") no-repeat;
  background-position: -132px 0;
  background-size: 154px 154px;
}
.check_no {
  background-position: -110px -27px;
}
.check_partial {
  background-position: -88px -51px;
}
.check sup {
  position: absolute;
  top: -4px;
  right: -4px;
  color: #747474;
  font-size: 9px;
}
.share__button {
  display: inline-block;
  margin: 0 auto 0 10px;
  border-radius: 4px;
  padding: 6px 12px 6px 36px;
  min-width: 34px;
  text-align: left;
  background: no-repeat left;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}
.share__button:first-child {
  margin-left: 0;
}
.share__button:hover {
  color: #ffffff;
}
.share__button_facebook {
  background-color: #0e63cc;
  background-image: url("../i/facebook-f.png");
  background-size: auto 55%;
  background-position: 14px center;
}
.share__button_facebook:hover {
  background-color: #327ad4;
}
.share__button_twitter {
  background-color: #00b4eb;
  background-image: url("../i/twitter-logo.png");
  background-size: auto 50%;
  background-position: 9px center;
}
.share__button_twitter:hover {
  background-color: #26bfee;
  color: #ffffff;
}
.share__button_reddit {
  background-color: #ff4500;
  background-image: url("../i/reddit-head.png");
  background-size: auto 50%;
  background-position: 9px center;
}
.share__button_reddit:hover {
  background-color: #ff6126;
  color: #ffffff;
}
.container_no-scroll {
  overflow: hidden;
}
@media screen {
  html {
    height: 100%;
  }
  a.text2 {
    color: #4a7ebf;
  }
  .color-text2 {
    color: #747474;
  }
  .ui-helper-clearfix {
    clear: both;
  }
  .contNiExample,
  .contNvExample {
    cursor: pointer;
  }
  .contNiExample a,
  .contNvExample a {
    border-bottom-style: none;
  }
  a {
    color: #4a7ebf;
    text-decoration: none;
    border-bottom: 1px solid rgba(74, 126, 191, 0.3);
  }
  a:hover {
    color: #000000;
  }
  a:hover {
    text-decoration: none;
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .local {
    color: #4a7ebf;
    text-decoration: none;
    border-bottom: 1px dashed rgba(74, 126, 191, 0.3);
  }
  .local:hover {
    color: #000000;
  }
  .local:hover {
    text-decoration: none;
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  a.link-green-bg {
    color: #1d3355;
  }
  a.link-green-bg:hover {
    color: #000000;
  }
  a.product-features-link {
    color: #ade0ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(173, 224, 255, 0.3);
  }
  a.product-features-link:hover {
    color: #ffffff;
  }
  a.product-features-link:hover {
    text-decoration: none;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .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: #eaf3e9;
    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;
  }
  .wrapp-center {
    width: 961px;
    margin: 0 auto;
    position: relative;
  }
  h1.icon-error {
    padding-left: 35px;
    background: url(../i/icon-error.png) left no-repeat;
  }
  .loading-indicator {
    background: url("../i/loading.gif") no-repeat center / 16px 16px;
    width: 16px;
    height: 16px;
    display: none;
  }
  .header-logo-prn {
    display: none;
  }
  .tooltiper {
    width: 420px;
  }
  .tooltip-wrapper {
    position: relative;
    width: 961px;
    margin: 0 auto;
  }
  .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 {
    border-bottom-style: none;
    display: block;
    height: 38px;
    padding: 0 13px 0 7px;
    line-height: 38px;
  }
  .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-style: none;
    color: #000000;
  }
  .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: #eeeeee;
    border-color: #cbcbcb;
    border-bottom-color: #eeeeee;
  }
  .ui-tabs .ui-tabs-panel {
    background-color: #eeeeee;
    border-color: #cbcbcb;
  }
  .ui-tabs.transparent ul.ui-tabs-nav li.ui-state-active {
    border-color: #d9d9d9;
    background-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  .ui-tabs.transparent .ui-tabs-panel {
    border-color: #d9d9d9;
    background-color: #ffffff;
  }
  .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: #eeeeee;
    border-bottom-color: #eeeeee;
  }
  .ui-tabs.grey .ui-tabs-panel {
    background-color: #eeeeee;
  }
  .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;
  }
  .short-compat {
    margin-top: 14px;
  }
  .short-compat p:last-child {
    margin-bottom: 0;
  }
  .product.active .short-compat,
  .ui-accordion-header-active .short-compat {
    display: none;
  }
  .badge {
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 1.25em;
    height: 1.25em;
    border-radius: 0.625em;
    text-align: center;
    background: #ed1c24;
    color: #ffffff;
    font: 1em/1.25 "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  .ui-tabs__icon {
    position: relative;
    top: -2px;
    margin-right: 9px;
  }
  /** FORMS **/
  .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 #b3b3b3;
    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: #6c6c6c;
    background: #8c8c8c;
    color: #ffffff;
    cursor: default;
  }
  .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-size: 14px 112px;
    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 -28px;
  }
  .stylized-check-box + label.stylized-check-box-label:hover {
    background-position: 0 -56px;
  }
  .stylized-check-box:checked + label.stylized-check-box-label:hover {
    background-position: 0 -84px;
  }
  .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-size: 14px 59px;
    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;
  }
  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;
    border: none;
    background: url("../i/icon-cancel.png") 0 0 / 13px 26px 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 / 23px 27px 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 {
    position: relative;
    height: 34px;
  }
  div.form .field .value .input-file-wrapper input[type="file"] {
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
  }
  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 / 28px 15px;
    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 #b3b3b3;
  }
  div.form .field.captcha div.captcha div.arrow {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url("../i/form-arrow.png") no-repeat top left / 100%;
    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.captcha .refresh-captcha-wrapper {
    line-height: normal;
  }
  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 .field.checkbox .stylized-check-box-label {
    padding-left: 0;
    padding-right: 28px;
    height: 15px;
    background-position: right 0;
    line-height: 13px;
    font-weight: bold;
  }
  div.form.form1 .field.checkbox .stylized-check-box-label:hover {
    background-position: right -56px;
  }
  div.form.form1 .field.checkbox .stylized-check-box:checked + .stylized-check-box-label {
    background-position: right -28px;
  }
  div.form.form1 .field.checkbox .stylized-check-box:checked + .stylized-check-box-label:hover {
    background-position: right -84px;
  }
  div.form.form1 .field.checkbox .validation-message {
    margin-top: 5px;
  }
  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 .validation-message {
    display: none;
    float: left;
    margin-top: 7px;
    max-width: 317px;
  }
  div.form.form2 .field.error .validation-message {
    display: block;
  }
  div.form.form2 .field.file .value {
    width: 369px;
  }
  div.form.form2 .field.file .validation-message {
    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 .field.checkbox .value {
    float: none;
  }
  div.form.form2 .field.checkbox input {
    width: auto;
  }
  div.form.form2 .field.checkbox .stylized-check-box-label {
    font-weight: bold;
  }
  div.form.form2 .field.checkbox .validation-message {
    padding-left: 0;
  }
  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 .file-upload {
    float: none;
    width: 262px;
  }
  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 .storage-warning {
    margin-top: 7px;
  }
  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: 4px;
    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 .field.checkbox .label {
    position: relative;
    margin-top: 0;
  }
  div.form.form5 .field.checkbox .label:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -28px;
    width: 14px;
    height: 28px;
    background: url("../i/checkbox.png") no-repeat 0 0 / 14px 112px;
  }
  div.form.form5 .field.checkbox .label:hover:after {
    background-position: 0 -56px;
  }
  div.form.form5 .field.checkbox input {
    display: none;
  }
  div.form.form5 .field.checkbox input:checked + .label:after {
    background-position: 0 -28px;
  }
  div.form.form5 .field.checkbox input:checked + .label:hover:after {
    background-position: 0 -84px;
  }
  div.form.form5 .field.checkbox .validation-message {
    margin-top: 0;
    margin-left: 28px;
  }
  div.form.form5 .submit {
    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 {
    min-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;
  }
  .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: #f2f2f2;
  }
  .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: #f7f7f7;
    border-color: #e7e7e7;
  }
  .note.confirm {
    background-color: #fff6d7;
    border-color: #f4e5b1;
  }
  .note.error {
    background-color: #ffd7d7;
    border-color: #f2c1c1;
  }
  .note p {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
  .header-top {
    height: 50px;
    background: url('../i/header-menu-bg.png') repeat-x;
  }
  .header-top__group {
    float: left;
    height: 50px;
  }
  .header-top__group_right {
    float: right;
    color: #ffffff;
  }
  .header-top__item {
    float: left;
  }
  .domain-tabs {
    height: 39px;
    margin-top: 11px;
    list-style: none;
  }
  .domain-tabs__content {
    border-bottom-style: none;
    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;
  }
  .domain-tabs__tab {
    float: left;
    margin-right: 10px;
  }
  .domain-tabs__tab_active {
    height: 28px;
    background: #70b968;
    color: #ffffff;
  }
  .domain-tabs__link:hover {
    background: #ffffff;
    color: #001220;
  }
  .guest-menu {
    list-style: none;
    margin-top: 15px;
    margin-right: 10px;
  }
  .guest-menu__item {
    padding: 0;
    float: left;
    position: relative;
    z-index: 15;
  }
  .guest-menu__item + .guest-menu__item {
    margin-left: 4px;
  }
  .guest-menu__item + .guest-menu__item::before {
    content: "|";
    position: absolute;
    left: -7px;
    display: block;
    float: left;
    margin: 0 3px;
    color: #adadad;
  }
  .guest-menu__item_active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 9px;
    height: 9px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateX(-50%) rotate(45deg);
    /* Firefox 3.5+ */
    -ms-transform: translateX(-50%) rotate(45deg);
    /* IE 9 */
    -o-transform: translateX(-50%) rotate(45deg);
    /* Opera 10.5+ */
    transform: translateX(-50%) rotate(45deg);
    /* Firefox 16+, IE 10+, Opera */
    background: #3a4853;
    z-index: -1;
  }
  .guest-menu__item_icon_user::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.14rem;
    margin-right: 0.64rem;
    width: 0.86rem;
    height: 1rem;
    background: url("../i/user-icon.png") no-repeat center / auto 100%;
  }
  .guest-menu__link:hover {
    color: #6bb063;
  }
  .guest-menu__text {
    border-bottom-style: none;
    color: #adadad;
    text-decoration: none;
    padding: 4px 8px;
    margin: 0 3px;
  }
  .guest-menu__item_active .guest-menu__text {
    background: #3a4853;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .session-menu {
    list-style: none;
    position: relative;
    z-index: 100;
  }
  .session-menu__item {
    float: left;
    height: 49px;
    background-color: #1a2a37;
    border-right: 1px solid #48555f;
    padding: 0;
  }
  .session-menu__item_arrow {
    background-image: url("../i/collapse-user-info.png");
    background-size: 19px 52px;
    background-position: right -22px;
    background-repeat: no-repeat;
  }
  .session-menu__item_active {
    background-color: #3a4853;
  }
  .session-menu__item:first-child {
    border-left: 1px solid #48555f;
  }
  .session-menu__cart .session-menu__link {
    color: #ffffff;
    font-weight: bold;
    background-image: url("../i/cart_bg.png");
    background-position: 16px 13px;
    background-size: 26px 200px;
    background-repeat: no-repeat;
    padding-left: 45px;
  }
  .session-menu__cart .session-menu__link.empty {
    padding-left: 16px;
    width: 37px;
    background-position: 23px 13px;
  }
  .session-menu__cart:hover .session-menu__link {
    background-position: 16px -61px;
  }
  .session-menu__cart:hover .session-menu__link.empty {
    background-position: 23px -61px;
  }
  .session-menu__item_active .session-menu__dropdown {
    margin-left: -1px;
  }
  .session-menu__dropdown.session-menu__dropdown_active,
  .session-menu__item:hover .session-menu__dropdown {
    display: block;
  }
  .session-menu__hide-shadow {
    background-color: #1a2a37;
    position: absolute;
    top: 45px;
    height: 4px;
    z-index: 10000;
  }
  .session-menu__item_active .session-menu__hide-shadow {
    background-color: #3a4853;
  }
  .session-menu__link {
    border-bottom-style: none;
    color: #b2b2b2;
    display: block;
    height: 19px;
    padding: 15px 17px;
    text-decoration: none;
  }
  .session-menu__item_arrow .session-menu__link {
    padding-right: 25px;
  }
  .session-menu__link:hover {
    color: #ffffff;
  }
  .session-menu__red-circle {
    background-color: #9e0b0f;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .dropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    top: 48px;
    left: 1px;
    border-top: 1px solid #3a4853;
    background-color: #1a2a37;
    -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);
    -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;
  }
  .dropdown-menu__item {
    text-align: left;
    background-color: #1a2a37;
    color: #000000;
  }
  .dropdown-menu__item_sep::before {
    content: "";
    display: block;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #31404b;
    margin: 0 10px;
  }
  .session-menu__item_active .dropdown-menu__item:first-child:before {
    content: none;
  }
  .dropdown-menu__item: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;
  }
  .dropdown-menu__link {
    border-bottom-style: none;
    display: block;
    color: #b2b2b2;
    text-decoration: none;
    padding: 5px 17px 5px;
  }
  .dropdown-menu__link:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .header-main {
    height: 113px;
    background-color: #70b968;
    overflow: hidden;
    min-width: 961px;
  }
  .product-menu {
    overflow: hidden;
    position: absolute;
    top: 42px;
    right: 0;
    max-width: 630px;
    list-style: none;
  }
  .product-menu__active {
    position: relative;
    display: block;
    height: 42px;
  }
  .product-menu__semiactive {
    position: relative;
    display: block;
  }
  .product-menu__button {
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 16px;
    line-height: 12px;
    padding: 6px 8px 0px 8px;
    color: #ffffff;
  }
  .product-menu__active .product-menu__button {
    height: 16px;
    overflow: hidden;
    background: #ffffff;
    float: left;
    color: #000000;
    padding: 6px 8px 0px 8px;
  }
  .product-menu__semiactive .product-menu__button {
    height: 16px;
    overflow: hidden;
    background: #ffffff;
    float: left;
    color: #000000;
    padding: 6px 8px 0px 8px;
  }
  .product-menu__semiactive:hover .product-menu__button {
    background-color: #474747;
    color: #ffffff;
  }
  .product-menu__link:hover .product-menu__button {
    background-color: #474747;
    color: #ffffff;
  }
  .product-menu__item {
    float: left;
    border-bottom-style: none;
    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;
  }
  .product-menu__arrow {
    display: block;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 11px;
    height: 5px;
    overflow: hidden;
  }
  .product-menu__arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: -4px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    background: #ffffff;
  }
  .product-menu__semiactive .product-menu__arrow {
    display: none;
  }
  .header-logo {
    width: 294px;
    height: 110px;
  }
  .header-logo__content {
    border-bottom-style: none;
    display: block;
    width: 294px;
    height: 110px;
    background: url('../i/logo.png') no-repeat;
    position: relative;
    text-decoration: none;
    color: #ddf2db;
    font-size: 13px;
  }
  .header-logo__content:hover {
    color: #ddf2db;
    text-decoration: none;
  }
  .header-logo__slogan {
    position: absolute;
    display: block;
    top: 61px;
    left: 102px;
    line-height: 14px;
  }
  /** BEGIN OF CONTENT MAIN **/
  .slider-2 {
    height: 340px;
    position: relative;
    overflow: hidden;
  }
  .slider-2 .browse {
    border-bottom-style: none;
    background-image: url(../i/slider-navi.png);
    background-size: 120px 152px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 50%;
    cursor: pointer;
    z-index: 100;
  }
  .slider-2 .browse.prev {
    background-position: 0px -32px;
    margin-left: -542px;
  }
  .slider-2 .browse.prev:HOVER {
    background-position: 0px -92px;
  }
  .slider-2 .browse.next {
    background-position: -60px -32px;
    margin-left: 487px;
  }
  .slider-2 .browse.next:HOVER {
    background-position: -60px -92px;
  }
  .slider-2 .navi {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 316px;
    z-index: 100;
  }
  .slider-2 .navi > a {
    border-bottom-style: none;
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../i/slider-navi.png);
    background-size: 120px 152px;
    background-repeat: no-repeat;
    margin-right: 5px;
    cursor: pointer;
  }
  .slider-2 .navi > a.paused {
    background-position: -32px -16px;
  }
  .slider-2 .navi > a.paused:hover {
    background-position: -48px -16px;
  }
  .slider-2 .navi > a.played {
    background-position: 0 -16px;
  }
  .slider-2 .navi > a.played:hover {
    background-position: -16px -16px;
  }
  .slider-2 .navi > a.item {
    background-position: -64px -16px;
  }
  .slider-2 .navi > a.item:hover {
    background-position: -80px -16px;
  }
  .slider-2 .navi > a.item.active,
  .slider-2 .navi > a.item.active:hover {
    background-position: -96px -16px;
  }
  .slider-2 .navi.on-light-bg > a.paused {
    background-position: -32px 0;
  }
  .slider-2 .navi.on-light-bg > a.paused:hover {
    background-position: -48px 0;
  }
  .slider-2 .navi.on-light-bg > a.played {
    background-position: 0 0;
  }
  .slider-2 .navi.on-light-bg > a.played:hover {
    background-position: -16px 0;
  }
  .slider-2 .navi.on-light-bg > a.item {
    background-position: -64px 0;
  }
  .slider-2 .navi.on-light-bg > a.item:hover {
    background-position: -80px 0;
  }
  .slider-2 .navi.on-light-bg > a.item.active,
  .slider-2 .navi.on-light-bg > a.item.active:hover {
    background-position: -96px 0;
  }
  .slider-2 .slider-items .slider-item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 340px;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    /*&.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: 300px;
    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-right: 0px;
  }
  .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;
  }
  .slider-2 .slider-items .slider-item .item .slider-download-block a.slide-link-on-dark {
    color: #cdcfd1;
    text-decoration: none;
    border-bottom: 1px solid rgba(205, 207, 209, 0.3);
  }
  .slider-2 .slider-items .slider-item .item .slider-download-block a.slide-link-on-dark:hover {
    color: #ffffff;
  }
  .slider-2 .slider-items .slider-item .item .slider-download-block a.slide-link-on-dark:hover {
    text-decoration: none;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .content-main {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 6px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .content-main .main {
    float: left;
    margin-top: 7px;
    margin-bottom: 50px;
    width: 650px;
  }
  .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;
    border-bottom: none;
  }
  .content-main .main .main-block .article-title a:hover {
    color: #308c25;
  }
  .content-main .main .main-block .article-title a:hover {
    text-decoration: none;
    border-bottom: none;
  }
  .content-main .main .main-block .img {
    border-bottom-style: none;
    display: block;
    position: absolute;
    left: 0;
    width: 170px;
    height: 190px;
    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;
  }
  /** END OF CONTENT MAIN **/
  .page-section__body {
    width: 961px;
    margin: 0 auto;
    position: relative;
  }
  .page-section_narrow .page-section__body {
    width: 660px;
  }
  .page-section_narrow .page-section__body h1 {
    font-size: 30px;
  }
  /** BEGIN OF CART **/
  .content .main .order {
    background: #eeeeee;
    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);
    border: 1px solid #cbcbcb;
  }
  .content .main .order .order-item {
    border-top: 1px solid #cbcbcb;
    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: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid #eeeeee;
    border-right: 5px solid #eeeeee;
    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: 440px;
  }
  .content .main .order .order-item table.offer-items th.product-name-cell .fake-h3 {
    margin-bottom: 3px;
  }
  .content .main .order .order-item table.offer-items th.quantity-cell > * {
    width: 95px;
    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/loading.gif") no-repeat center / 16px 16px;
  }
  .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 {
    border-bottom-style: none;
    display: block;
    background: url("../i/recycler.png") 0 0 / 18px 50px 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-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: #eeeeee;
    height: 39px;
    border-bottom: 1px solid #cbcbcb;
  }
  .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;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
  }
  .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 .subtotal {
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
  }
  .content .main .order-footer .total {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .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: #ffffff;
    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);
    border: 1px solid #d9d9d9;
  }
  .content .main .order-footer .select-pay table {
    width: 100%;
  }
  .content .main .order-footer .select-pay table td {
    text-align: center;
    border-left: 1px solid #cbcbcb;
    width: 100px;
  }
  .content .main .order-footer .select-pay table td.active {
    background-color: #f2f2f2;
  }
  .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 div.pay-type.shareit {
    background: url("../i/shareit.png") center top / auto 35px 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: #ffffff;
    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);
    border: 1px solid #d9d9d9;
  }
  .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;
  }
  .expired-upgrade__items {
    width: 658px;
  }
  .expired-upgrade__spinner-cell {
    vertical-align: top !important;
    width: 16px;
  }
  .expired-upgrade__spinner {
    margin-top: 3px;
  }
  .expired-upgrade__delete {
    vertical-align: top !important;
  }
  .expired-upgrade__delete div {
    float: none !important;
    margin: -2px auto auto !important;
  }
  .side-block {
    background-color: #ffffff;
    margin-top: 25px;
    margin-bottom: 32px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -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);
  }
  .side-block__title {
    font-family: 'SignikaSemibold', sans-serif;
    font-size: 20px;
    color: #000000;
    padding: 10px 19px;
    border-bottom: 1px solid #d9d9d9;
  }
  .side-block__body {
    min-height: 20px;
    padding: 20px;
  }
  .side-block__body p {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
  }
  .side-block__readmore {
    overflow: hidden;
  }
  .side-block__readmore > a {
    float: right;
  }
  .excerpt__link {
    font-weight: bold;
    font-size: 16px;
    color: #4a7ebf;
    text-decoration: none;
    border-bottom: 1px solid rgba(74, 126, 191, 0.3);
  }
  .excerpt__link:hover {
    color: #000000;
  }
  .excerpt__link:hover {
    text-decoration: none;
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .excerpt__date-wrapper {
    margin-left: -3px;
    margin-top: -6px;
  }
  .excerpt__date {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .excerpt__author {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin-right: 12px;
    margin-bottom: 18px;
    margin-top: 10px;
    text-align: left;
  }
  .excerpt_news {
    margin-top: 3px;
    margin-bottom: 28px;
  }
  .excerpt_news .excerpt__content {
    margin-top: 9px;
    line-height: 25px;
  }
  .excerpt_news .excerpt__content p {
    margin-bottom: 6px;
  }
  .excerpt_news .excerpt__content a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .excerpt_news .excerpt__content a:hover {
    color: #000000;
  }
  .excerpt_news .excerpt__content a:hover {
    text-decoration: none;
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .leftmenu {
    list-style: none;
    border-top: 1px solid #ffffff;
  }
  .leftmenu__link {
    border-bottom-style: none;
    display: block;
    height: 100%;
    color: inherit;
  }
  .leftmenu__link:hover {
    color: inherit;
  }
  .leftmenu__item {
    display: block;
    height: 35px;
    width: 100%;
    padding: 0 0 0 10px;
    overflow: hidden;
    background: url("../i/left-menu-items.png") 0 -140px no-repeat;
    font: 17px/38px "AsapRegular", sans-serif;
    color: #000000;
  }
  .leftmenu__item:hover {
    background-position: 0 -175px;
  }
  .leftmenu__item_active,
  .leftmenu__item_semiactive {
    color: #ffffff;
    width: 188px;
  }
  .leftmenu__item_active {
    background-position: 0 0;
  }
  .leftmenu__item_active:hover {
    background-position: 0 -35px;
  }
  .leftmenu__item_semiactive {
    background-position: 0 -70px;
  }
  .leftmenu__item_semiactive:hover {
    background-position: 0 -105px;
  }
  .sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
  }
  /** CONTENT **/
  .content {
    margin-top: 31px;
    position: relative;
    padding-bottom: 50px;
  }
  .content:after {
    content: "";
    display: block;
    clear: both;
  }
  .content .main {
    margin-right: 1px;
    float: right;
    width: 700px;
    min-height: 200px;
    padding: 38px 40px 40px;
    background: #ffffff;
    -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 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 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;
  }
  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;
  }
  .os-switch-wrapper {
    overflow: hidden;
    margin-top: -8px;
    margin-bottom: 22px;
  }
  .os-switch-wrapper .os-switch {
    border: 1px solid #b3b3b3;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 32px;
  }
  .os-switch-wrapper .os-switch a {
    border-bottom-style: none;
    display: block;
    float: left;
    padding: 0 13px 0 8px;
    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 #b3b3b3;
  }
  .os-switch-wrapper .os-switch a:first-child {
    border-left: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .os-switch-wrapper .os-switch a:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .os-switch-wrapper .os-switch a.active {
    color: #ffffff;
    background: #8c8c8c;
  }
  .os-content {
    margin-bottom: 20px;
  }
  .removeSep {
    border-right: none !important;
  }
  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);
    background-size: 24px 27px;
  }
  .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);
  }
  .os-switch__icon {
    position: relative;
    top: -2px;
  }
  .os-switch__item.active .os-switch__icon.os-icon_mac {
    background-position: -72px 0;
  }
  .os-switch__item.active .os-switch__icon.os-icon_win {
    background-position: -96px 0;
  }
  .os-switch__item.active .os-switch__icon.os-icon_linux {
    background-position: -120px 0;
  }
  .attachment {
    border-bottom-style: none;
    margin-right: 12px;
    margin-bottom: 10px;
    padding-right: 15px;
    max-width: 200px;
    vertical-align: top;
    display: inline-block;
    background-position: 0 0;
  }
  .examples .attachment {
    float: right;
    padding-left: 32px;
    padding-right: 0px;
    margin: 0 40px 0 70px;
    border-left: none;
    background-position: 0 5px;
  }
  .attachment.pdf,
  .attachment.mp4,
  .attachment.zip {
    padding-left: 39px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 24px 27px;
    text-decoration: none;
  }
  .examples .attachment.pdf,
  .examples .attachment.mp4,
  .examples .attachment.zip {
    padding-left: 32px;
  }
  .attachment.pdf {
    background-image: url(../i/ext_icons/ext_pdf.png);
  }
  .attachment.mp4 {
    background-image: url(../i/ext_icons/ext_video.png);
  }
  .attachment.zip {
    background-image: url(../i/ext_icons/ext_zip.png	);
  }
  .attachment + .attachment {
    border-left: 1px solid #d9d9d9;
    padding-left: 10px;
  }
  .attachment + .attachment.pdf,
  .attachment + .attachment.mp4,
  .attachment + .attachment.zip {
    padding-left: 49px;
    background-position: 10px 0;
  }
  .attachment_vertical {
    border-right: none;
    margin-right: 0;
    margin-bottom: 0;
    max-width: unset;
    padding-right: 0;
  }
  .examples .attachment_vertical {
    background-position: center 18px;
    margin-left: 15px;
    margin-right: 0;
    padding-top: 5px;
    border-left: 1px solid #d9d9d9;
  }
  .attachment_vertical.mp4,
  .attachment_vertical.zip,
  .attachment_vertical.pdf {
    display: block;
    background-position: center 18px;
    padding-left: 0;
  }
  .examples .attachment_vertical.mp4,
  .examples .attachment_vertical.zip,
  .examples .attachment_vertical.pdf {
    background-position: center 7px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: -25px;
  }
  .attachment__label {
    margin-top: -2px;
    margin-bottom: -3px;
    display: block;
    text-decoration: underline;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
  }
  .examples .attachment__label {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(54, 159, 221, 0.3);
  }
  .attachment_vertical .attachment__label {
    max-width: 140px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .examples .attachment_vertical .attachment__label {
    padding-left: 0;
    padding-right: 0;
  }
  .attachment_vertical.pdf .attachment__label,
  .attachment_vertical.mp4 .attachment__label,
  .attachment_vertical.zip .attachment__label {
    padding-top: 52px;
  }
  .examples .attachment_vertical.pdf .attachment__label,
  .examples .attachment_vertical.mp4 .attachment__label,
  .examples .attachment_vertical.zip .attachment__label {
    padding-top: 37px;
  }
  .attachment__desc {
    margin-top: -5px;
    display: block;
    text-align: left;
    font-size: 10px;
    color: #747474;
  }
  .examples .attachment__desc {
    font-size: 14px;
    color: #707070;
    margin-top: 0;
  }
  .attachment_vertical .attachment__desc {
    margin-top: -5px;
    text-align: center;
    font-size: 12px;
  }
  .attachment__filesize {
    font-weight: bold;
    color: #000000;
  }
  .news-article {
    padding-right: 250px;
  }
  .news-article p {
    margin-bottom: 20px;
  }
  .news-article h1 {
    margin-bottom: 15px;
  }
  .news-article__date {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: -2px;
    position: relative;
    top: -3px;
  }
  .news-article__date + h1,
  .news-article__date + h2,
  .news-article__date + h3,
  .news-article__date + h4,
  .news-article__date + h5,
  .news-article__date + h6 {
    margin-top: 10px;
  }
  .news-article__content .tab-title {
    margin-bottom: 7px;
  }
  .news-article__content .ui-tabs {
    margin-bottom: 20px;
  }
  .news-article__content .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;
  }
  .news-article__content .ui-tabs .ui-tabs-panel div.history-links-wrapper {
    overflow: hidden;
  }
  .news-article__content .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;
  }
  .news-article__content .ui-tabs .ui-tabs-panel div.history-links-wrapper ul li {
    margin-bottom: 8px;
  }
  .news-article__content .content-bottom {
    margin: 60px -40px -40px;
  }
  .news-article__download {
    position: absolute;
    right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    top: 0;
    width: 160px;
    border-left: 1px solid #d9d9d9;
  }
  .news-date {
    color: #2a2a2a;
    font: 12px "Arial", sans-serif;
    background-color: #e9e9e9;
    padding: 2px 5px 1px;
  }
  .side-block .news-date {
    color: #2a2a2a;
    background: none;
    padding: 0 5px;
    margin-bottom: 7px;
    line-height: 20px;
  }
  .news-download {
    border-bottom-style: none;
    border-right: 1px solid #d9d9d9;
    margin-right: 12px;
    margin-bottom: 10px;
    padding-right: 15px;
    max-width: 200px;
    vertical-align: top;
    display: inline-block;
  }
  .news-download .news-download__label {
    margin-top: -2px;
    margin-bottom: -3px;
  }
  .news-download.mime-icon {
    background-position: 0 0;
    padding-left: 39px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-decoration: none;
  }
  .news-download:hover .news-download__label {
    color: #000000;
  }
  .news-download:last-child {
    border-right: none;
  }
  .news-download__filesize {
    margin-top: -6px;
    display: block;
    text-align: left;
  }
  .news-download__filesize span {
    font-size: 10px;
  }
  .news-download__filesize-label {
    color: #747474;
  }
  .news-download__filesize-value {
    font-weight: bold;
    color: #000000;
  }
  .news-download__label {
    display: block;
    text-decoration: underline;
    color: #4a7ebf;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
  }
  .news-download_vertical {
    border-right: none;
    margin-right: 0;
    margin-bottom: 0;
    max-width: unset;
    padding-right: 0;
  }
  .news-download_vertical.mime-icon {
    display: block;
    background-position: center 18px;
    padding-left: 0;
  }
  .news-download_vertical.mime-icon .news-download__label {
    padding-top: 52px;
  }
  .news-download_vertical .news-download__label {
    max-width: 140px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 0 10px;
    text-align: center;
  }
  .news-download_vertical .news-download__filesize {
    margin-top: -5px;
    text-align: center;
  }
  .news-download_vertical .news-download__filesize * {
    font-size: 12px;
  }
  .news-list__body {
    margin-left: 102px;
    padding-top: 2px;
  }
  .news-list__content {
    margin-bottom: 8px;
    padding-right: 200px;
  }
  .news-list__date {
    float: left;
    margin-top: 5px;
  }
  .news-list__footer {
    margin-top: 7px;
  }
  .news-list__header {
    margin-bottom: 7px;
    margin-top: 0;
    line-height: normal;
  }
  .news-list__item {
    margin-bottom: 45px;
  }
  .news-list__item:after {
    content: "";
    display: block;
    clear: both;
  }
  .news-list__read-more {
    display: block;
    float: left;
    margin-top: 2px;
  }
  .history-blocks {
    width: 70%;
    margin-bottom: 10px;
  }
  .radiobox {
    display: inline-block;
    margin-right: 10px;
  }
  .radiobox__button {
    display: block;
    float: left;
    padding: 6px 13px;
    margin: 0;
    border: 1px solid #b3b3b3;
    border-left-width: 0px;
    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;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
  }
  .radiobox__button.checked {
    border-color: #6c6c6c;
    background: #8c8c8c;
    color: #ffffff;
    cursor: default;
  }
  .error .radiobox__button {
    border-top: 1px solid #fe6567;
    border-bottom: 1px solid #fe6567;
  }
  .error .radiobox__button:first-child {
    border-left: 1px solid #fe6567;
  }
  .error .radiobox__button.last-child {
    border-right: 1px solid #fe6567;
  }
  .radiobox_large .radiobox__button {
    padding: 8px 14px 8px;
  }
  .radiobox__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;
  }
  .radiobox__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;
  }
  /** GUIDES **/
  .ui-tabs.guides.transparent .ui-tabs-panel {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .ui-tabs.guides.grey .ui-tabs-panel {
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .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;
  }
  /** HISTORY OF CHANGES **/
  .history-of-changes {
    margin-top: -11px;
  }
  .history-of-changes h1 {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .history-of-changes h2 {
    margin-top: 0;
    margin-bottom: 27px;
  }
  .history-of-changes h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .history-of-changes h4:first-child {
    margin-top: 0;
  }
  .history-of-changes h5,
  .history-of-changes h6 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  .history-of-changes p {
    margin-bottom: 10px;
  }
  .history-of-changes .text2 {
    color: #000000;
  }
  .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);
  }
  .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;
  }
  .history-of-changes ul.change-log-list {
    list-style: none;
    margin-left: -10px;
    margin-bottom: 8px;
  }
  .history-of-changes ul.change-log-list:last-child {
    margin-bottom: 0;
  }
  .history-of-changes ul.change-log-list > li {
    padding-left: 25px;
    background-image: url(../i/change-log-list.png);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    padding-top: 0;
    line-height: 20px;
    background-position: 0 -79px;
    margin-bottom: 10px;
  }
  .history-of-changes ul.change-log-list > li:last-child {
    margin-bottom: 0;
  }
  .history-of-changes ul.change-log-list > li.added {
    background-position: -70px -3px;
  }
  .history-of-changes ul.change-log-list > li.changed {
    background-position: -48px -26px;
  }
  .history-of-changes ul.change-log-list > li.fixed {
    background-position: -23px -52px;
  }
  .history-of-changes ul.change-log-list > li.indent {
    margin: 0;
    background: none;
    height: 3px;
  }
  .history-of-changes ul.change-log-list > li > p {
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .history-of-changes ul.change-log-list > li ul {
    margin-left: 6px;
    list-style: none;
    margin-top: 1px;
    margin-bottom: 7px;
  }
  .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-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: 2px -78px;
  }
  /** QUESTIONS AND ANSWERS **/
  .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;
  }
  /** 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 #cbcbcb;
    width: 298px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -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);
    background-color: #eeeeee;
    padding: 20px 20px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .reviews-list .review-item.wide {
    width: 658px;
  }
  .reviews-list .review-item.odd {
    margin-right: 0;
  }
  .reviews-list .review-item .review-title-large {
    font-family: 'SignikaSemibold', sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 11px;
  }
  .reviews-list .review-item .review-author-center {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
  }
  .reviews-list .review-item .review-link {
    font-family: 'SignikaSemibold', sans-serif;
    font-size: 18px;
    line-height: 18px;
  }
  .reviews-list .review-item .review-link + .review-publisher {
    margin-top: 5px;
  }
  .reviews-list .review-item .review-author,
  .reviews-list .review-item .review-title,
  .reviews-list .review-item .review-publisher {
    font-style: italic;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    margin: 0;
  }
  .reviews-list .review-item .review-author {
    text-align: right;
    margin-top: 20px;
  }
  .reviews-list .review-item .review-publisher + .review-content,
  .reviews-list .review-item .review-title + .review-content,
  .reviews-list .review-item .review-link + .review-content {
    margin-top: 20px;
  }
  .reviews-list .review-item .review-content p {
    margin: 0;
  }
  .reviews-list .review-item .review-content p + p {
    margin-top: 20px;
  }
  /** SOCIAL LINKS **/
  .links-sn {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .links-sn a {
    border-bottom-style: none;
    background: url("../i/links-sn-icons.png") no-repeat 0 0 / auto 200%;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 22px 0 0;
  }
  .links-sn a.facebook {
    background-position: 0 0;
  }
  .links-sn a.facebook:hover {
    background-position: 0 -18px;
  }
  .links-sn a.twitter {
    background-position: -18px 0;
  }
  .links-sn a.twitter:hover {
    background-position: -18px -18px;
  }
  .links-sn a.youtube {
    background-position: -36px 0;
  }
  .links-sn a.youtube:hover {
    background-position: -36px -18px;
  }
  .links-sn a.instagram {
    background-position: -54px 0;
  }
  .links-sn a.instagram:hover {
    background-position: -54px -18px;
  }
  .content-bottom {
    border-top: 1px solid #d9d9d9;
    min-height: 68px;
    margin: 45px -40px -40px;
    overflow: hidden;
  }
  .content-bottom .nav-content {
    position: relative;
    max-width: 330px;
    min-width: 90px;
    margin: 20px 40px 24px;
  }
  .content-bottom .nav-content a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -17px;
    color: #4a7ebf;
    text-decoration: none;
    border-bottom: 1px solid rgba(74, 126, 191, 0.3);
  }
  .content-bottom .nav-content a:hover {
    color: #000000;
  }
  .content-bottom .nav-content a:hover {
    text-decoration: none;
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .content-bottom .nav-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    border: 5px solid transparent;
    width: 0;
    height: 0;
  }
  .content-bottom .nav-content.prev {
    float: left;
    padding-left: 20px;
  }
  .content-bottom .nav-content.prev:after {
    left: -5px;
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .content-bottom .nav-content.next {
    float: right;
    padding-right: 20px;
  }
  .content-bottom .nav-content.next:after {
    right: -5px;
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .content-bottom .nav-content span.date {
    margin-left: -5px;
    padding: 2px 5px 2px;
    background-color: #f2f2f2;
    color: #292929;
    font-size: 12px;
  }
  .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 #e9efe8;
    background-size: 12px 151px;
    text-decoration: none;
    border-radius: 4px;
  }
  .content-bottom .nav-btn:hover {
    background-color: #cce5c7;
    color: #000000;
    text-decoration: none;
  }
  .content-bottom .nav-btn.prev {
    float: left;
    padding-left: 17px;
    background-position: left 10px;
  }
  .content-bottom .nav-btn.next {
    float: right;
    padding-right: 17px;
    background-position: right -33px;
  }
  /** 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;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 0 5px 0px #dddddd;
  }
  .content .main .currency.active .triangle {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 7px;
    overflow: hidden;
  }
  .content .main .currency.active .triangle:after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: -6px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #e7e7e7;
  }
  .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 / 16px 16px;
    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;
  }
  /** BLOCKS **/
  .content .main .price-list .product {
    padding: 0px;
    background-color: #eeeeee;
  }
  .content .main .price-list .product:hover {
    background-color: #e2e2e2;
  }
  .content .main .price-list .product.no-interactive:hover {
    background-color: #eeeeee;
  }
  .content .main .price-list .product.active,
  .content .main .price-list .product.active:hover {
    background-color: #86c87e;
    -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 .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;
  }
  .content .main .price-list .product .product-header-wrapper.ui-state-active .os .compatibility {
    display: inline;
  }
  .content .main .price-list .product .product-header-wrapper .product-header .product-name-cell {
    color: #4a7ebf;
  }
  .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 {
    display: block;
    position: absolute;
    right: 61px;
    top: 0;
    bottom: 0;
    text-align: right;
    line-height: 52px;
  }
  .content .main .price-list .product .product-header-wrapper .price-wrapper .price {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font: 15px "Arial", sans-serif;
    font-weight: bold;
  }
  .content .main .price-list .product .product-header-wrapper .price-wrapper .price .discounted {
    font-weight: bold;
  }
  .content .main .price-list .product .product-header-wrapper .price-wrapper .price .additional-license {
    color: #747474;
    font-weight: normal;
  }
  .content .main .price-list .product .product-header-wrapper.ui-state-active .price-wrapper {
    display: none;
  }
  .content .main .price-list .product .product-header-wrapper.ui-state-active a.fake-h3 {
    color: #2b4a7c;
  }
  .content .main .price-list .product .product-header-wrapper.ui-state-active a.fake-h3:hover {
    color: #000000;
  }
  .content .main .price-list .product table.features {
    border-collapse: separate;
    display: none;
    margin: 5px 0px 0px 0px;
  }
  .content .main .price-list .product .features-wrapper {
    padding: 0 20px 20px 20px;
  }
  .content .main .price-list .product .features-wrapper table.features {
    display: block;
  }
  .content .main .price-list .product .features-wrapper table.features tr > td {
    vertical-align: middle;
  }
  .content .main .price-list .product .features-wrapper table.features .label span {
    color: #000000;
  }
  .content .main .price-list .product .features-wrapper table.features .build {
    text-align: center;
    width: 100px;
  }
  .content .main .price-list .product .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 .features-wrapper table.features .header .label span {
    color: #ffffff;
  }
  .content .main .price-list .product .features-wrapper table.features .header .label .details {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
  }
  .content .main .price-list .product .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 .features-wrapper table.features .header .build.first {
    border-left: none;
  }
  .content .main .price-list .product .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 .features-wrapper table.features .product-row {
    height: 60px;
    width: 100%;
  }
  .content .main .price-list .product .features-wrapper table.features .product-row td {
    vertical-align: top;
  }
  .content .main .price-list .product .features-wrapper table.features .product-row .product-cell {
    background-color: #dfdfdf;
    height: 60px;
    width: 659px;
  }
  .content .main .price-list .product .features-wrapper table.features .product-row .product-cell > div {
    position: relative;
  }
  .content .main .price-list .product .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 .features-wrapper table.features .product-row .product-cell .license-link-wrapper {
    position: absolute;
    top: 29px;
    left: 10px;
  }
  .content .main .price-list .product .features-wrapper table.features .product-row .os-wrapper {
    position: absolute;
    left: 378px;
    top: 19px;
  }
  .content .main .price-list .product .features-wrapper table.features .product-row .os-wrapper .compatibility {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
  }
  .content .main .price-list .product .features-wrapper table.features .row td {
    border-bottom: 1px solid #d9d9d9;
  }
  .content .main .price-list .product .features-wrapper table.features .row > * {
    background-color: #ffffff;
  }
  .content .main .price-list .product .features-wrapper table.features .row:nth-child(2) > * {
    background-color: #ffffff;
    border-top: none;
  }
  .content .main .price-list .product .features-wrapper table.features .row .label {
    font-size: 14px;
    color: #525252;
    padding-left: 9px;
  }
  .content .main .price-list .product .features-wrapper table.features .row .build {
    padding: 8px 0;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    border-left: 1px solid #d9d9d9;
  }
  .content .main .price-list .product .features-wrapper table.features .row .build > div {
    width: 21px;
    height: 18px;
    margin: 4px auto;
  }
  .content .main .price-list .product .features-wrapper table.features .row .build .enabled,
  .content .main .price-list .product .features-wrapper table.features .row .build .enabled-2,
  .content .main .price-list .product .features-wrapper table.features .row .build .disabled {
    background: url("../i/enabled-disabled-icons.png") no-repeat;
    background-size: 154px 154px;
  }
  .content .main .price-list .product .features-wrapper table.features .row .build .enabled {
    background-position: -132px 0;
  }
  .content .main .price-list .product .features-wrapper table.features .row .build .enabled-2 {
    background-position: -88px -51px;
  }
  .content .main .price-list .product .features-wrapper table.features .row .build .disabled {
    background-position: -110px -27px;
  }
  .content .main .price-list .product .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 .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: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .content .main .price-list .product .features-wrapper table.features .price .label > div {
    position: relative;
  }
  .content .main .price-list .product .features-wrapper table.features .price .label .try-before {
    top: 62px;
    left: 0px;
    position: absolute;
  }
  .content .main .price-list .product .features-wrapper table.features .price .label .try-before a {
    font-weight: bold;
  }
  .content .main .price-list .product .features-wrapper table.features .price .label .try-before a:HOVER {
    color: #000000;
  }
  .content .main .price-list .product .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 .features-wrapper table.features .price .build * {
    line-height: 26px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
  }
  .content .main .price-list .product .features-wrapper table.features .price .build .license-note {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
  }
  .content .main .price-list .product .features-wrapper table.features .price .build del {
    color: #747474;
  }
  .content .main .price-list .product .features-wrapper table.features .add-row .build {
    background-color: #ffffff;
    border-left: 1px solid #d9d9d9;
    padding-bottom: 5px;
  }
  .content .main .price-list .product .features-wrapper table.features .bottom-row .build {
    height: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .content .main .price-list .product .features-wrapper table.features .bottom-row .build div {
    border-left: 1px solid #dfdfdf;
    height: 5px;
  }
  .content .main .price-list.purchase {
    border: 1px solid #cbcbcb;
  }
  .content .main .price-list.bundles .product {
    border: 1px solid #cbcbcb;
  }
  .purchase.price-list {
    background-color: #eeeeee;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -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);
    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;
  }
  .content .bundles.price-list {
    overflow: visible;
  }
  .content .bundles.price-list .product + .product {
    margin-top: 20px;
  }
  .content .bundles.price-list .product {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -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);
    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.active .product-header .product-name-cell span {
    color: #2b4a7c;
  }
  .content .bundles.price-list .product.active .product-header .product-name-cell span:hover {
    color: #000000;
  }
  .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 .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 / 36px 33px no-repeat;
  }
  .ui-state-active div.toggle {
    background-position: 0 0;
  }
  .disabled div.toggle {
    background-position: -18px 0;
  }
  .os {
    float: left;
    width: 72px;
  }
  .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 {
    position: relative;
    margin-right: 18px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px 15px 0 17px;
    background: #eeeeee;
    color: #000000;
    font: 15px/36px "Arial", sans-serif;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #cbcbcb;
  }
  .total-section table .td-cart .cart-total span.cart {
    margin-left: 3px;
    color: #747474;
  }
  .total-section table .td-cart .cart-total__arrow {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -12px;
    width: 12px;
    overflow: hidden;
  }
  .total-section table .td-cart .cart-total__arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(45deg);
    /* Firefox 3.5+ */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera 10.5+ */
    transform: rotate(45deg);
    /* Firefox 16+, IE 10+, Opera */
    background: #eeeeee;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    top: 12px;
    border: 1px solid #cbcbcb;
  }
  .total-section table .td-review {
    width: 270px;
    padding-top: 0px;
  }
  .purchase-items__preload:after {
    content: url("../i/cart-for-button.png") url("../i/enabled-disabled-icons.png");
    display: block;
    height: 0;
    overflow: hidden;
  }
  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;
    background-color: #eeeeee;
    margin-top: 20px;
    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);
    border: 1px solid #cbcbcb;
  }
  .content .main .product-block:first-child {
    margin-top: 0;
  }
  .content .main .product-block .accordion {
    border-top: 1px solid #cbcbcb;
  }
  .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: #cbcbcb;
    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 #cbcbcb;
  }
  .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 #cbcbcb;
    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 .product-block-content-collapsible.disabled {
    background-color: #e3e3e3;
  }
  .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;
  }
  .content .main .product-block .upgrade-accordion .accordion-content.disabled ul.features-list li,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled ul.features-list li {
    background-position: -23px -115px;
  }
  .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: -45px -93px;
  }
  .content .main .product-block .upgrade-accordion .accordion-content.disabled ul.features-list li.disabled,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled ul.features-list li.disabled {
    background-position: 0 -136px;
  }
  .content .main .product-block .upgrade-accordion .accordion-content.disabled .toggle,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled .toggle {
    background-position: -18px -17px;
  }
  .content .main .product-block .upgrade-accordion .accordion-content.disabled.ui-state-active .toggle,
  .content .main .product-block .upgrade-accordion .accordion-title.disabled.ui-state-active .toggle {
    background-position: -18px 0;
  }
  .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;
  }
  .upgrade-to {
    margin-top: 10px;
  }
  .whats-new {
    margin-left: 18px;
    margin-top: 13px;
    line-height: 100%;
  }
  /* tabs */
  /* features list */
  ul.features-list {
    margin-left: 6px;
    list-style: none;
  }
  ul.features-list li {
    padding-left: 25px;
    padding-top: 0;
    line-height: 22px;
    background: url("../i/enabled-disabled-icons.png") -67px -79px / 154px 154px no-repeat;
  }
  ul.features-list li.enabled {
    background-position: -132px 1px;
  }
  ul.features-list li.enabled-2 {
    background-position: -88px -52px;
  }
  ul.features-list li.disabled {
    background-position: -110px -28px;
  }
  ul.features-list li a {
    color: #4a7ebf;
  }
  ul.features-list li a:hover {
    color: #000000;
  }
  ul.features-list li strong {
    color: #000000;
  }
  ul.features-list.text2 li {
    background-position: -67px -78px;
    line-height: 17px;
  }
  ul.features-list.text2 li.enabled {
    background-position: -132px -1px;
  }
  ul.features-list.text2 li.enabled-2 {
    background-position: -88px -52px;
  }
  ul.features-list.text2 li.disabled {
    background-position: -110px -28px;
  }
  .info-version-block ul.features-list li.disabled {
    background-position: 1px -24px;
  }
  /* upgrade button */
  .upgrade-block {
    height: 40px;
    margin-top: 8px;
  }
  .upgrade-block del {
    font-weight: bold;
  }
  .upgrade-block .button-ex {
    margin-top: 3px;
  }
  .upgrade-block > a,
  .upgrade-block > span {
    float: left;
  }
  .upgrade-block > div {
    float: left;
    margin-left: 16px;
  }
  .upgrade-block .upgrade-price {
    margin-right: 12px;
  }
  .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;
  }
  .price-lining {
    display: inline-block;
    text-align: right;
  }
  .copies-lining {
    display: inline-block;
    padding-left: 5px;
  }
  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: #eeeeee;
  }
  .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: #e2e2e2;
  }
  .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: #eeeeee;
  }
  .download .no-collapsible-accordion .accordion-title:hover,
  .compatibility .no-collapsible-accordion .accordion-title:hover {
    background-color: #eeeeee;
  }
  .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: #eeeeee;
  }
  .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-title.disabled.ui-state-active .toggle {
    background-position: -18px 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 #cbcbcb;
  }
  .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;
  }
  .upgrade-notice {
    background-color: #fef9c8;
    padding: 4px 8px 4px 8px;
    margin: 8px 0;
  }
  .accordion-content.disabled .upgrade-notice {
    background-color: rgba(255, 255, 255, 0.75);
  }
  /** 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;
  }
  .special-offers .accordion .accordion-title.disabled .toggle {
    background-position: -18px -17px;
  }
  .special-offers .accordion .accordion-title.disabled.ui-state-active {
    background-position: -18px 0;
  }
  .special-offers .accordion .accordion-content h3 {
    margin-bottom: 10px;
  }
  .special-offers .accordion .accordion-content.disabled {
    background-color: #e3e3e3;
  }
  .special-offers .accordion .accordion-content.disabled ul.features-list li {
    background-position: -23px -115px;
  }
  .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: -45px -93px;
  }
  .special-offers .accordion .accordion-content.disabled ul.features-list li.disabled {
    background-position: 0 -136px;
  }
  .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 .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;
  }
  .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;
  }
  .available-upgrades__upgrade-to-any {
    margin: 0 20px 12px;
  }
  .special-offer__expiry {
    float: left;
    margin-top: 8px;
  }
  .footer {
    color: #000000;
  }
  .footer__splitter {
    border-top: 1px solid #c7cfc6;
  }
  .footer__copyright {
    padding: 15px 0;
    margin-top: 6px;
    border-top: 1px solid #c7cfc6;
  }
  .footer__copyright-item {
    color: #000000;
    display: inline-block;
    margin-right: 14px;
  }
  .footer__copyright-item a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .footer__copyright-item a:hover {
    color: #308c25;
  }
  .footer__copyright-item a:hover {
    text-decoration: none;
    border-bottom-color: rgba(48, 140, 37, 0.3);
  }
  .footer__sn-buttons {
    padding-top: 7px;
    float: right;
  }
  .sn-buttons__item {
    border-bottom-style: none;
    background: url("../i/social-images.png") no-repeat 0 0 / 200% auto;
    display: block;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
  }
  .sn-buttons__item:last-child {
    margin-bottom: 0;
  }
  .sn-buttons__item_facebook {
    background-position: 0 0;
  }
  .sn-buttons__item_facebook:hover {
    background-position: -40px 0px;
  }
  .sn-buttons__item_twitter {
    background-position: 0 -40px;
  }
  .sn-buttons__item_twitter:hover {
    background-position: -40px -40px;
  }
  .sn-buttons__item_youtube {
    background-position: 0px -80px;
  }
  .sn-buttons__item_youtube:hover {
    background-position: -40px -80px;
  }
  .sn-buttons__item_instagram {
    background-position: 0px -120px;
  }
  .sn-buttons__item_instagram:hover {
    background-position: -40px -120px;
  }
  .sitemap {
    margin-top: 3.4rem;
  }
  .sitemap::after {
    content: "";
    display: block;
    clear: both;
  }
  .sitemap li {
    line-height: 18pt;
  }
  .sitemap .level0 {
    width: 180px;
    float: left;
    margin-left: 60px;
  }
  .sitemap .level0:first-child {
    margin-left: 0;
  }
  .sitemap .level0 > li {
    margin-bottom: 24px;
  }
  .sitemap .level0 > li a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .sitemap .level0 > li a:hover {
    color: #308c25;
  }
  .sitemap .level0 > li a:hover {
    text-decoration: none;
    border-bottom-color: rgba(48, 140, 37, 0.3);
  }
  .sitemap .level0 > li > a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .sitemap .level0 > li > a:hover {
    color: #308c25;
  }
  .sitemap .level0 > li > a:hover {
    text-decoration: none;
    border-bottom-color: rgba(48, 140, 37, 0.3);
  }
  .sitemap .level0,
  .sitemap .level1 {
    list-style: none;
  }
  /** 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 2px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    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 {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateX(-50%) rotate(45deg);
    /* Firefox 3.5+ */
    -ms-transform: translateX(-50%) rotate(45deg);
    /* IE 9 */
    -o-transform: translateX(-50%) rotate(45deg);
    /* Opera 10.5+ */
    transform: translateX(-50%) rotate(45deg);
    /* Firefox 16+, IE 10+, Opera */
    background: #ffffff;
  }
  .tooltiper .arrow.top {
    background-position: 0 0;
    top: 1px;
    margin-top: -5px;
  }
  .tooltiper .close {
    width: 9px;
    height: 9px;
    background: url('../i/close-icon.png') center / 9px 9px 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 {
    border-bottom: none;
    position: relative;
    background: url("../i/breadcrumb.png") left -35px / 13px 50px no-repeat;
    margin-right: 9px;
    padding-left: 17px;
  }
  .breadcrumb a:after {
    content: "";
    display: block;
    position: absolute;
    left: 17px;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #4a7ebf;
    opacity: 0.3;
  }
  .breadcrumb a:hover:after {
    border-bottom-color: #000000;
  }
  .breadcrumb a:first-child {
    background: none;
    padding-left: 0;
  }
  .breadcrumb a:first-child:after {
    left: 0;
  }
  .breadcrumb a.home {
    background: url("../i/breadcrumb.png") left 2px / 13px 50px no-repeat;
    padding-left: 17px;
  }
  .breadcrumb a.home:after {
    left: 17px;
  }
  .breadcrumb span {
    background: url("../i/breadcrumb.png") left -35px / 13px 50px 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 #d9d9d9;
    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 {
    position: relative;
  }
  .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: #f7f7f7;
    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 / 18px 18px 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;
    padding: 4px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .series-block ul.switch-mode li a {
    font-size: inherit;
  }
  .series-block ul.switch-mode li.active {
    background-color: #f2f2f2;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  }
  .series-block ul.switch-mode li.active a {
    border-bottom-style: none;
    color: #000000;
    cursor: default;
  }
  .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 #d9d9d9;
    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 **/
  .fm-table__cell {
    padding: 9px 10px 10px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-right: none;
  }
  .fm-table__head .fm-table__cell {
    background-color: #eeeeee;
    border: 1px solid #cbcbcb;
    padding: 4px 10px 5px;
    border-top: none;
    border-right: none;
  }
  .fm-table__head .fm-table__cell:first-child {
    text-align: left;
    padding-left: 20px;
  }
  .fm-table__head .fm-table__cell:last-child {
    border-right: 1px solid #cbcbcb;
  }
  .fm-table__footer .fm-table__cell {
    background-color: #eeeeee;
    border-color: #cbcbcb;
  }
  .fm-table__body > :first-child .fm-table__cell {
    border-top: none;
  }
  .fm-table__cell_first {
    padding-left: 20px;
  }
  .fm-table__cell:last-child {
    padding: 0;
    border-right: 1px solid #d9d9d9;
  }
  .fm-table__cell:last-child.bottom-border-radius {
    border-color: #cbcbcb;
  }
  .fm-table__cell_no-border {
    background-color: transparent;
    border: none;
  }
  .fm-table__cell_edition {
    padding: 0px;
    font-size: 12px;
    color: #747474;
    line-height: 12px;
  }
  .fm-table__cell_edition sup {
    font-size: 9px;
    line-height: 12px;
  }
  .fm-table__cell_edition small {
    font-size: 9px;
  }
  .fm-table__cell_middle {
    vertical-align: middle;
    text-align: center;
  }
  .fm-table__cell_thick {
    letter-spacing: -1px;
  }
  .fm-table__cell_price {
    vertical-align: bottom;
    position: relative;
  }
  .fm-table__cell_price * {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
  }
  .fm-table__cell_price .license-note {
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
  }
  .fm-table__cell_price del {
    color: #747474;
  }
  .fm-table__cell_btn {
    padding: 7px 0;
  }
  .fm-table__cell_btn .shadow-mask {
    margin: -7px 0;
    padding: 7px 0;
  }
  .fm-table__cell_btn wer {
    line-height: 20px;
  }
  .fm-table .os-wrapper {
    margin-left: 8px;
  }
  .fm-table .os-wrapper .os {
    width: auto;
  }
  .fm-table .os-wrapper .os .os-icon {
    margin-right: 10px;
  }
  .fm-table .compatibility {
    text-align: left;
  }
  .fm-table_editions2 .xcol-1 {
    width: 120px;
  }
  .fm-table_editions2 .xcol-2 {
    width: 120px;
  }
  .fm-table_editions2 .xcol-3 {
    width: 220px;
  }
  .fm-table_editions2 .xcol-ed {
    width: 120px;
  }
  .fm-table_editions3 .xcol-1 {
    width: 120px;
  }
  .fm-table_editions3 .xcol-2 {
    width: 120px;
  }
  .fm-table_editions3 .xcol-3 {
    width: 220px;
  }
  .fm-table_editions3 .xcol-ed {
    width: 80px;
  }
  .fm-table_editions4 .xcol-1 {
    width: 110px;
  }
  .fm-table_editions4 .xcol-2 {
    width: 110px;
  }
  .fm-table_editions4 .xcol-3 {
    width: 160px;
  }
  .fm-table_editions4 .xcol-ed {
    width: 80px;
  }
  .fm-table_editions5 .xcol-1 {
    width: 100px;
  }
  .fm-table_editions5 .xcol-2 {
    width: 100px;
  }
  .fm-table_editions5 .xcol-3 {
    width: 120px;
  }
  .fm-table_editions5 .xcol-ed {
    width: 76px;
  }
  .feature-matrix__pg {
    border: none;
    background-color: transparent;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .feature-matrix__pg-title {
    position: relative;
    background-color: #eeeeee;
    -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);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cbcbcb;
  }
  .feature-matrix__pg-title:hover {
    background-color: #e2e2e2;
  }
  .feature-matrix__pg-title.ui-state-active {
    background-color: #eeeeee;
    -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__pg-title.ui-state-active:hover {
    background-color: #eeeeee;
  }
  .feature-matrix__pg-title.ui-state-active .shadow-helper-2 {
    display: none;
  }
  .feature-matrix__pg-title .os {
    position: absolute;
    left: 525px;
    top: 14px;
  }
  .feature-matrix__pg-title.ui-state-active .os {
    display: none;
  }
  .feature-matrix__pg-content {
    position: relative;
    padding: 0;
    padding-bottom: 10px;
  }
  .feature-matrix__pg-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: 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);
  }
  .feature-matrix__pg-content.accordion-content {
    padding: 0;
    padding-bottom: 10px;
  }
  .feature-matrix__pg-table {
    position: relative;
    width: 100%;
    border-collapse: separate;
    margin-bottom: -10px;
  }
  .feature-matrix__bottom-left-radius {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #cbcbcb;
  }
  .feature-matrix__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: #eeeeee;
    border-top: none;
    border-color: #cbcbcb;
    -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);
    border-bottom: 1px solid #cbcbcb;
  }
  .feature-matrix__bottom-border-radius .shadow-mask {
    background-color: inherit;
    position: relative;
    -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;
  }
  /** EXAMPLES **/
  .examples__download-block {
    overflow: hidden;
  }
  .examples .examples-text-block {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .examples .examples-text-block div.hint {
    float: right;
    width: 150px;
    margin-left: 30px;
    color: #707070;
  }
  .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-loading-dummy {
    background-color: #c4c4c4;
    color: #ffffff;
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .examples-slider {
    position: relative;
  }
  .examples-slider__frame {
    border: 2px solid #09ce74;
    color: transparent;
    background: transparent;
    position: absolute;
  }
  .examples-slider__carousel {
    margin-left: -2px;
    margin-right: -2px;
    position: relative;
    margin-bottom: 50px;
    z-index: 1000;
  }
  .example-image {
    width: 100%;
  }
  .examples-gallery {
    margin: 25px auto 0px;
    position: relative;
    font-size: 0;
    width: 975px;
  }
  .examples-gallery__item {
    display: inline-block;
    margin-right: 7.5px;
    margin-left: 7.5px;
    padding: 1px;
    margin-bottom: 15px;
    vertical-align: top;
    width: 178px;
  }
  .examples-gallery__outline {
    border: none;
    overflow: hidden;
  }
  .examples-gallery__item_active .examples-gallery__outline,
  .examples-gallery__item:hover .examples-gallery__outline {
    cursor: pointer;
    outline: 2px solid #09ce74;
  }
  .examples-gallery__image {
    border: none;
    overflow: hidden;
    display: block;
    width: 178px;
  }
  .examples-gallery__desc {
    padding-top: 5px;
  }
  .examples-carousel {
    height: 140px;
  }
  .examples-carousel__picture {
    width: 120px;
    height: 100px;
    margin: 30px 0 30px 2px;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
  }
  .examples-carousel__picture:hover {
    border: 2px solid #09ce74;
  }
  .examples-carousel__picture.slick-center,
  .examples-carousel__picture.slick-selected {
    margin: 0 0 0 2px;
    width: 250px;
    height: 163px;
    border: 2px solid #d3d3d3;
    cursor: default;
    position: relative;
  }
  .examples-carousel__controls {
    position: absolute;
    top: 0;
    left: 0;
  }
  .examples-controls {
    height: 160px;
    width: 100%;
  }
  .examples-controls__prev,
  .examples-controls__next {
    position: absolute;
    width: 16px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
  }
  .examples-controls__prev:focus,
  .examples-controls__next:focus {
    outline: none;
  }
  .examples-controls__prev::-moz-focus-inner,
  .examples-controls__next::-moz-focus-inner {
    border: 0;
  }
  .examples-controls__prev {
    left: -27px;
    background: url(../i/carousel-nav.png) no-repeat 0 0;
  }
  .examples-controls__prev:hover {
    background-position: 0 -34px;
  }
  .examples-controls__next {
    right: -27px;
    background: url(../i/carousel-nav.png) no-repeat -16px 0;
  }
  .examples-controls__next:hover {
    background-position: -16px -34px;
  }
  .examples-controls .btn {
    opacity: 0.7;
  }
  .examples-controls .btn.slick-disabled {
    display: none !important;
  }
  .other-example {
    width: 430px;
    height: 320px;
  }
  .other-example__image-block {
    display: block;
    width: 100%;
    height: 87%;
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom-style: none;
  }
  .other-example__link:hover {
    color: #000000;
  }
  .compare {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .compare__left,
  .compare__right {
    float: left;
    width: 50%;
  }
  .compare__image-block {
    position: relative;
    overflow: hidden;
  }
  .compare_merged .compare__image-block {
    cursor: inherit;
    width: 880px;
    height: 480px;
  }
  .compare_separated .compare__image-block {
    height: 480px;
    width: 430px;
  }
  .compare__image-block_after {
    margin-left: 10px;
  }
  .compare__image_before {
    width: 100%;
  }
  .compare__image_after {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .full-size-link {
    margin-top: 10px;
  }
  .full-size-link__caption {
    position: relative;
    border-bottom: none;
    padding-left: 20px;
    background: url("../i/new-tab-link-icons.png") 0 -16px / 32px 32px no-repeat;
  }
  .full-size-link__caption:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #4a7ebf;
    opacity: 0.3;
  }
  .full-size-link__caption:hover:after {
    border-bottom-color: #000000;
  }
  .full-size-link__caption:hover {
    background-position: -16px 0;
  }
  .full-size-link.before {
    float: left;
  }
  .full-size-link.after {
    float: right;
  }
  .compare-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;
  }
  .compare-indicator__text {
    cursor: inherit;
  }
  .compare-indicator_left {
    left: 12px;
  }
  .compare-indicator_right {
    right: 12px;
  }
  .examples-header .btnSelectCategory:not(.last-child) {
    float: left;
  }
  .examples-header__radiobox {
    position: relative;
    top: -2px;
    margin-left: 10px;
    vertical-align: top;
  }
  /** LOGIN**/
  .main.login-form {
    float: 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;
    border: 1px solid #cccccc;
  }
  .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: #d9d9d9;
    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;
    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;
  }
  .issue-notice {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 14px auto 0 -170px;
    z-index: 1;
  }
  .issue-notice_hidden {
    display: none;
  }
  .issue-notice__arrow {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    overflow: hidden;
  }
  .issue-notice__arrow:after {
    content: "";
    position: absolute;
    background: #fef0a0;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: rotate(45deg);
    /* Firefox 3.5+ */
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera 10.5+ */
    transform: rotate(45deg);
    /* Firefox 16+, IE 10+, Opera */
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .issue-notice__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    border: none;
    padding: 0;
    background: transparent;
    overflow: hidden;
    font: 14px "Arial", sans-serif;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .issue-notice__close:before,
  .issue-notice__close:after {
    content: "";
    position: absolute;
    left: -3px;
    top: 22px;
    width: 21px;
    height: 1px;
    background: #000000;
    opacity: 0.5;
  }
  .issue-notice__close:before {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateY(-15px) rotate(-45deg);
    /* Firefox 3.5+ */
    -ms-transform: translateY(-15px) rotate(-45deg);
    /* IE 9 */
    -o-transform: translateY(-15px) rotate(-45deg);
    /* Opera 10.5+ */
    transform: translateY(-15px) rotate(-45deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  .issue-notice__close:after {
    -webkit-transform: translateY(-15px) rotate(45deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateY(-15px) rotate(45deg);
    /* Firefox 3.5+ */
    -ms-transform: translateY(-15px) rotate(45deg);
    /* IE 9 */
    -o-transform: translateY(-15px) rotate(45deg);
    /* Opera 10.5+ */
    transform: translateY(-15px) rotate(45deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  .issue-notice__content {
    border-radius: 6px;
    padding: 8px 30px;
    width: 280px;
    background: #fef0a0;
    text-align: left;
    font: 14px/1.429 "Arial", sans-serif;
    color: #000000 !important;
    text-transform: none;
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .issue-notice__content * {
    color: inherit !important;
  }
  .issue-notice__content p {
    margin: 15px auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .header-logo__content {
    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) {
  .leftmenu__item {
    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__body {
    width: 97mm;
    height: 28.5mm;
  }
  .header-logo-prn__body a {
    display: block;
    width: 97mm;
    height: 28.5mm;
    position: relative;
    text-decoration: none;
    color: #000000;
    font-size: 4.3mm;
    cursor: pointer;
  }
  .header-logo-prn__body a:hover {
    color: #000000;
    text-decoration: none;
  }
  .header-logo-prn__body a span {
    position: absolute;
    display: block;
    top: 16.49mm;
    left: 34mm;
    line-height: 5mm;
  }
  .header-logo-prn__body 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;
  }
  .footer,
  .header-top,
  .header-main,
  .breadcrumb,
  .sidebar,
  .button-ex {
    display: none;
  }
  .content .main h1 {
    font: 10mm SignikaSemibold;
    margin-bottom: 10mm;
    margin-top: 0;
  }
  #CookiesError,
  #JSError {
    display: none;
  }
}
.root {
  font-size: 14px;
}
.flat-button {
  padding: 7px 20px 8px;
  border: none;
  border-radius: 5px;
  background: #f2f2f2;
  color: #000000;
  font: bold 14px/20px "Arial", sans-serif;
  cursor: pointer;
}
.flat-button:hover {
  background: #68b96c;
  color: #ffffff;
}
.flat-button[disabled],
.flat-button_disabled {
  background: #8c8c8c;
  color: #ffffff;
  opacity: 0.5;
}
.choice-buttons {
  overflow: hidden;
}
.choice-buttons__caption {
  margin-bottom: 15px;
}
.choice-buttons__button {
  display: block;
  float: left;
  margin-left: 10px;
}
.choice-buttons__button_active {
  background: #68b96c;
  color: #ffffff;
}
.choice-buttons__button_active:disabled {
  background: #262626;
}
.choice-buttons__button:first-child {
  margin-left: 0;
}
.new-password .form2 .field .value {
  margin-right: 250px;
}
@media print {
  .new-password .form2 .field .value {
    margin-right: 5mm;
  }
}
.new-password .form2 .field.email-notify-status {
  margin-top: 35px;
  margin-bottom: 20px;
}
@media print {
  .new-password .form2 .field.email-notify-status {
    display: none;
  }
}
.new-password .form2 .button-ex {
  margin-right: 10px;
}
.new-password__note {
  float: right;
  width: 200px;
  height: 150px;
  margin-top: 2px;
  padding-left: 19px;
  border-left: 1px solid #d9d9d9;
  position: relative;
}
@media print {
  .new-password__note {
    width: 54mm;
    height: 52mm;
    padding-left: 8mm;
    border-left: 0.5mm solid #000000;
    margin-right: 10mm;
  }
}
.new-password__note h3 {
  text-transform: uppercase;
  font: bold 12px "Arial", sans-serif;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
@media print {
  .new-password__note h3 {
    font-size: 3.53mm;
    letter-spacing: 0.2mm;
    margin-bottom: 1mm;
  }
}
.new-password__note p {
  font-size: 14px;
  color: #252525;
  line-height: 18px;
  margin-top: 4px;
}
@media print {
  .new-password__note p {
    font-size: 4.23mm;
    color: #252525;
    line-height: 5.5mm;
  }
}
.new-password__note p.p2 {
  position: absolute;
  top: 106px;
}
@media print {
  .new-password__note p.p2 {
    top: 33mm;
  }
}
.new-password__link {
  color: #4a7ebf;
  text-decoration: none;
  border-bottom: 1px dashed rgba(74, 126, 191, 0.3);
}
.new-password__link:hover {
  color: #000000;
}
.new-password__link:hover {
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.new-password__subscription {
  margin: 35px auto 30px;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  padding: 24px 0;
}
@media print {
  .new-password__subscription {
    display: none;
  }
}
.new-password__subscr-buttons {
  display: inline-block;
  vertical-align: middle;
}
.new-password__spinner {
  margin-left: 0.5em;
}
@media print {
  .new-password__download {
    display: none;
  }
}
.new-password__dl-button {
  vertical-align: middle;
  font-size: 14px;
}
.new-password__dl-button span.label {
  padding: 8px 20px;
}
.new-password__dl-button-note {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  opacity: 0.3;
}
.new-password__dl-button-note_hidden {
  display: none;
}
.account-password-subscription .form2 .field .value {
  margin-right: 250px;
}
@media print {
  .account-password-subscription .form2 .field .value {
    margin-right: 5mm;
  }
}
.account-password-subscription .form2 .field.email-notify-status {
  margin-top: 35px;
  margin-bottom: 20px;
}
@media print {
  .account-password-subscription .form2 .field.email-notify-status {
    display: none;
  }
}
.account-password-subscription .form2 .button-ex {
  margin-right: 10px;
}
.account-password-subscription__note {
  float: right;
  width: 200px;
  height: 150px;
  margin-top: 2px;
  padding-left: 19px;
  border-left: 1px solid #d9d9d9;
  position: relative;
}
@media print {
  .account-password-subscription__note {
    width: 54mm;
    height: 52mm;
    padding-left: 8mm;
    border-left: 0.5mm solid #000000;
    margin-right: 10mm;
  }
}
.account-password-subscription__note h3 {
  text-transform: uppercase;
  font: bold 12px "Arial", sans-serif;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
@media print {
  .account-password-subscription__note h3 {
    font-size: 3.53mm;
    letter-spacing: 0.2mm;
    margin-bottom: 1mm;
  }
}
.account-password-subscription__note p {
  font-size: 14px;
  color: #252525;
  line-height: 18px;
  margin-top: 4px;
}
@media print {
  .account-password-subscription__note p {
    font-size: 4.23mm;
    color: #252525;
    line-height: 5.5mm;
  }
}
.account-password-subscription__note p.p2 {
  position: absolute;
  top: 106px;
}
@media print {
  .account-password-subscription__note p.p2 {
    top: 33mm;
  }
}
.account-password-subscription__link {
  color: #4a7ebf;
  text-decoration: none;
  border-bottom: 1px dashed rgba(74, 126, 191, 0.3);
}
.account-password-subscription__link:hover {
  color: #000000;
}
.account-password-subscription__link:hover {
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.account-password-subscription__subscription {
  margin: 35px auto 30px;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  padding: 24px 0;
}
@media print {
  .account-password-subscription__subscription {
    display: none;
  }
}
.account-password-subscription__subscr-buttons {
  display: inline-block;
  vertical-align: middle;
}
.account-password-subscription__spinner {
  margin-left: 0.5em;
}
@media print {
  .account-password-subscription__continue {
    display: none;
  }
}
.account-password-subscription__continue-button {
  vertical-align: middle;
  font-size: 14px;
}
.account-password-subscription__continue-button span.label {
  padding: 8px 20px;
}
.account-password-subscription__continue-button-note {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  opacity: 0.3;
}
.account-password-subscription__continue-button-note_hidden {
  display: none;
}
.spinner {
  display: none;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background: url('../i/spinner.gif') no-repeat center;
  background-size: cover;
}
.spinner_active {
  display: inline-block;
}
.video-player {
  display: none;
  position: relative;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(-50%);
  /* Firefox 3.5+ */
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -o-transform: translateX(-50%);
  /* Opera 10.5+ */
  transform: translateX(-50%);
  /* Firefox 16+, IE 10+, Opera */
  background: center / contain no-repeat;
  object-fit: cover;
}
.video-player_visible {
  display: block;
}
.video-player_yt {
  background-color: #000000;
}
.file-upload_disabled {
  pointer-events: none;
}
.file-upload_progress .file-upload__selector,
.file-upload_complete .file-upload__selector {
  display: none;
}
.file-upload__file {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
}
.file-upload__status {
  display: none;
}
.file-upload_progress .file-upload__status {
  display: block;
  position: relative;
  border: 1px solid #b3b3b3;
  height: 32px;
  line-height: 32px;
  background: #eeeeee;
}
.file-upload_complete .file-upload__status {
  display: block;
  padding-left: 33px;
  height: 27px;
  background: url("../i/icon-upload-complete.png") 2px 0 / 23px 27px no-repeat;
  line-height: 27px;
}
.file-upload__bar {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #c0dcbd;
}
.file-upload_progress .file-upload__bar {
  display: block;
}
.file-upload__info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
}
.file-upload_progress .file-upload__info {
  width: 100%;
}
.file-upload__info-right {
  display: block;
  float: right;
  margin: 0 5px;
}
.file-upload__remove {
  display: none;
  margin-left: 6px;
}
.file-upload_complete .file-upload__remove {
  display: inline;
}
.file-upload__cancel {
  border-bottom-style: none;
  display: none;
  vertical-align: middle;
  margin: -1px 5px 0 3px;
  width: 13px;
  height: 13px;
  background: url("../i/icon-cancel.png") 0 0 / 13px 26px no-repeat;
}
.file-upload__cancel:hover {
  background-position: 0 -13px;
}
.file-upload_progress .file-upload__cancel {
  display: inline-block;
}
.file-upload__size {
  color: #747474;
}
.file-upload_progress .file-upload__size {
  color: inherit;
}
.file-upload__name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: italic;
}
.file-upload_progress .file-upload__name {
  margin-left: 10px;
  font-style: normal;
}
.file-upload__error {
  display: none;
}
.comm-summary {
  text-align: left;
}
.comm-summary__row {
  border-bottom: 1px solid #d9d9d9;
}
.comm-summary__row:after {
  content: "";
  display: block;
  clear: both;
}
.comm-summary__row:first-child {
  border-top: 1px solid #d9d9d9;
}
.comm-summary__label {
  padding: 0.75em;
  font-weight: bold;
}
.comm-summary__value {
  padding: 0.75em;
  text-align: right;
}
.overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.56);
}
.popup {
  display: none;
}
.popup_visible {
  display: block;
}
.popup__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 2px solid #68b96c;
  padding-bottom: 30px;
  max-width: 646px;
  background: #ffffff;
}
.popup__body p:last-child {
  margin-bottom: 0;
}
.popup__content {
  margin: 50px 50px 30px;
}
.popup__accept {
  display: block;
  margin: 20px auto;
  text-align: center;
  font-size: 14px !important;
}
.popup__accept .label {
  padding-left: 1.75em !important;
  padding-right: 1.75em !important;
}
.popup__close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: none;
  font-size: 1em;
  cursor: pointer;
}
.popup_close-btn .popup__close {
  display: block;
}
.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 45%;
  top: -50%;
  width: 10%;
  height: 200%;
  background: #d9d9d9;
}
.popup__close::before {
  transform: rotate(45deg);
}
.popup__close::after {
  transform: rotate(-45deg);
}
.discount-link {
  margin-bottom: 53px;
}
.discount-link__col {
  display: inline-block;
}
.discount-link__col_left {
  width: 64%;
}
.discount-link__col_right {
  width: 36%;
}
.discount-link__descr {
  margin-bottom: 20px;
}
.discount-link__btn {
  font-size: 14px !important;
  width: 253px;
  text-align: center;
}
.discount-link__spinner {
  display: none;
}
.discount-link__spinner_visible {
  display: block;
}
.discount-link__spinner-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.discount-link__tc {
  text-align: left;
}
.discount-link__link {
  text-align: center;
}
.discount-link__url {
  border-bottom-style: none;
}
.discount-link__copy {
  margin-top: 17px;
  margin-bottom: 4px;
}
.discount-link__copied {
  visibility: hidden;
  text-align: center;
}
.discount-link__copied_visible {
  visibility: visible;
}
.dot-spinner {
  font-size: 0;
}
.dot-spinner_dot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  border: 6px solid #373e46;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #373e46;
  animation: 1s spinner step-start infinite;
}
.dot-spinner_dot:first-child {
  margin-left: 0;
}
.dot-spinner_dot:nth-child(2) {
  animation-delay: 0.125s;
}
.dot-spinner_dot:nth-child(3) {
  animation-delay: 0.25s;
}
.dot-spinner_dot:nth-child(4) {
  animation-delay: 0.375s;
}
@keyframes spinner {
  50% {
    background: #ffffff;
  }
}
.rev-info {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3em 1em;
  background: none repeat scroll 0 0 #d6d3c6;
  border-bottom: 1px dotted #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  -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);
  font-size: 0.9em;
  white-space: nowrap;
}
.rev-info__sect {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
}
.rev-info__sect:first-child {
  margin-left: 0;
}
.rev-info__rev-name {
  color: #000000 !important;
  font-weight: bold;
}
.rev-info__sel {
  border: none;
  border-radius: 0.2em;
  padding: 0.15em;
  font-size: inherit;
}
.pl-confirm__ctrl {
  margin: 1em auto 2em;
}
.pl-confirm .validation-message {
  margin-top: 0.25em;
  padding-left: 0 !important;
}
.round-btn {
  display: inline-block;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../i/round-btn-bg.png") no-repeat 0 0 / 200% 100%, #79D97E;
}
.round-btn:hover:not(:active):not(:disabled) {
  box-shadow: 0 0.29rem 0.71rem rgba(121, 217, 126, 0.25);
}
.round-btn:active {
  background-color: #539F4A;
}
.round-btn:disabled {
  background-color: #4C555D;
}
.round-btn_prev {
  background-position: 0 0;
}
.round-btn_next {
  background-position: 100% 0;
}
.main-reviews__columns {
  font-size: 0;
}
.main-reviews__column {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
}
.main-reviews__column:not(:first-child) {
  margin-left: 5%;
}
.main-reviews__review {
  border-radius: 1.07rem;
  padding: 2.36rem 2.14rem;
  box-sizing: border-box;
  min-height: 18.57rem;
  background: #4C555D;
  font-size: 1.07rem;
  line-height: 1.57rem;
}
.main-reviews__review:not(:first-child) {
  margin-top: 3.36rem;
}
.main-reviews__content p {
  font-size: 1.07rem;
  color: #CDCFD1;
}
.main-reviews__content p:first-child {
  margin-top: 0;
}
.main-reviews__author {
  margin-top: 1.79rem;
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: bold;
}
.main-reviews__other {
  position: relative;
  margin: 1.14rem auto;
}
.main-reviews__all {
  color: #79D97E;
  text-decoration: none;
  border-bottom: 1px solid rgba(121, 217, 126, 0.3);
  border-bottom-style: none;
  line-height: 2.5rem;
}
.main-reviews__all:hover {
  color: #FFFFFF;
}
.main-reviews__all:hover {
  text-decoration: none;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.main-reviews__pager {
  position: absolute;
  top: 0;
  right: 0;
}
.main-reviews__next {
  margin-left: 0.86rem;
}
.main-summary__item {
  position: relative;
  padding-left: 14.07rem;
}
.main-summary__item:not(:first-child) {
  margin-top: 3.5rem;
}
.main-summary__item h1 {
  margin-bottom: 0.86rem;
  color: #79D97E;
  font-size: 1.43rem;
}
.main-summary__item ul {
  margin: 0.86rem 0 0 0;
  padding-left: 1.5rem;
}
.main-summary__item li {
  font-size: 1.07rem !important;
  line-height: 1.29rem;
  color: #000000;
}
.main-summary__item li:not(:first-child) {
  margin-top: 0.14rem;
}
.main-summary__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12.07rem;
  height: 12.07rem;
  background: center / cover no-repeat;
  border-bottom-style: none;
}
.main-summary__icon_film {
  background-image: url("../i/main_icons/main-icon-film.png");
}
.main-summary__icon_sticker {
  background-image: url("../i/main_icons/main-icon-sticker.png");
  background-position: 0 0.5rem;
}
.main-summary__icon_coins {
  background-image: url("../i/main_icons/main-icon-coins.png");
}
.main-summary__icon_books {
  background-image: url("../i/main_icons/main-icon-books.png");
  background-position: 0 -0.5rem;
}
.main-summary__links {
  margin-top: 0.75rem;
}
.main-summary__link {
  color: #79D97E;
  text-decoration: none;
  border-bottom: 1px solid rgba(121, 217, 126, 0.3);
  border-bottom-style: none;
}
.main-summary__link:hover {
  color: #79D97E;
}
.main-summary__link:hover {
  text-decoration: none;
  border-bottom-color: rgba(121, 217, 126, 0.3);
}
.main-summary__link:not(:first-child) {
  margin-left: 2rem;
}
.button {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 0.36rem;
  padding: 0.86rem 1.36rem;
  color: #FFFFFF !important;
  font: 1rem "AsapRegular", sans-serif;
  font-weight: 500;
}
.button:hover:not(:active) {
  box-shadow: 0 0.29rem 0.71rem rgba(0, 0, 0, 0.25);
}
.button_green {
  background: linear-gradient(180deg, #59A350 0%, #338E28 100%);
}
.button_green:active {
  background: #368F2B;
}
.button_green.button_border {
  border: 1px solid #FFFFFF;
}
.button_blue {
  background: linear-gradient(180deg, #5EB2E4 0%, #379FDD 100%);
}
.button_blue:active {
  background: #379FDD;
}
.button_blue.button_border {
  border: 1px solid #FFFFFF;
}
.button_white {
  padding: 0.76rem 1.36rem;
  background: #FFFFFF;
  color: #338E28 !important;
}
.button_white:hover:not(:active) {
  box-shadow: 0 0.14rem 0.36rem rgba(89, 172, 93, 0.5);
}
.button_white:active {
  color: #368F2B;
}
.button_white.button_border {
  border: 1px solid #368F2B;
}
.button_flat-green {
  background: #68B96C;
  font: 1.07rem "Arial", sans-serif;
}
.button_flat-green:hover:not(:active) {
  box-shadow: 0px 4px 10px rgba(121, 217, 126, 0.25);
}
.button_flat-green:active {
  background: #539F4A;
}
.button_flat-grey {
  padding: 1.21rem 2.5rem;
  background: #373E43;
  font: 1.07rem "Arial", sans-serif;
}
.button_flat-grey:hover:not(:active) {
  box-shadow: 0 0.21rem 0.71rem rgba(0, 0, 0, 0.25);
}
.button_flat-grey:active {
  background: #393939;
}
.button_download {
  padding: 1.21rem 4.07rem 1.21rem 1.93rem;
}
.button_download::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.21rem;
  height: 1.14rem;
  background: url("../i/btn-icon-download.png") center / cover;
}
.button_cart-add {
  padding: 0.79rem 3.86rem 0.79rem 1.71rem;
  font-weight: bold;
}
.button_cart-add::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.93rem;
  width: 1.43rem;
  height: 1.29rem;
  background: url("../i/btn-icon-cart-add.png") center / cover;
}
.lightbox {
  cursor: pointer;
}
.lightbox__loading {
  padding: 2rem;
  font: 1rem "Arial", sans-serif;
}
.featherlight .featherlight-content {
  margin-left: 0;
  margin-right: 0;
  border: none;
  padding: 0;
  max-height: 100%;
  overflow: visible;
}
.featherlight .featherlight-close-icon {
  position: fixed;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.featherlight .featherlight-close-icon:hover {
  background-color: #ffffff;
}
html.with-featherlight {
  position: relative;
}
html.with-featherlight_scrollbar {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.gif-player {
  display: inline-block;
  position: relative;
  outline: none;
}
.gif-player:-webkit-full-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.gif-player canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.gif-player_loading canvas {
  cursor: wait;
}
.gif-player_controls-hidden:fullscreen canvas {
  cursor: none;
}
.gif-player_controls-hidden:-webkit-full-screen canvas {
  cursor: none;
}
.gif-player__controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.gif-player_controls-hidden .gif-player__controls {
  opacity: 0;
  transition: opacity 1s;
}
.gif-player__buttons {
  margin-top: 0.25rem;
}
.gif-player__btn {
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../i/player-buttons.png") no-repeat -1.5rem 0 / auto 300%;
  cursor: pointer;
}
.gif-player__btn:not(:first-child) {
  margin-left: 1rem;
}
.gif-player__btn:hover {
  background-position-y: -1.5rem;
}
.gif-player__btn:disabled {
  background-position-y: -3rem;
}
.gif-player__play_paused {
  background-position-x: 0;
}
.gif-player__step-b {
  background-position-x: -3rem;
}
.gif-player__step-f {
  background-position-x: -4.5rem;
}
.gif-player__fullscreen {
  position: absolute;
  right: 0;
  background-position-x: -6rem;
}
.gif-player__fullscreen_exit {
  background-position-x: -7.5rem;
}
.gif-player__seek-bar {
  position: absolute;
  top: -0.2rem;
  width: 100%;
  height: 0.4rem;
  background: #ffffff;
  opacity: 0.7;
  cursor: pointer;
}
.gif-player__seek-bar:hover {
  top: -0.24rem;
  height: 0.48rem;
  opacity: 1.0;
}
.gif-player_loading .gif-player__seek-bar {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 0.5rem, #bbbbbb 0.5rem, #bbbbbb 1rem);
  background-size: 1.5rem 100%;
  animation: gif-player-bg 0.5s infinite linear;
}
.gif-player__seek-pos {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #00cc00;
  pointer-events: none;
}
@keyframes gif-player-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1.5rem 0;
  }
}
