@font-face {
  font-family: "Asap Regular";
  src: url("../fonts/asap_regular.ttf");
}
@font-face {
  font-family: "Asap Bold";
  src: url("../fonts/asap_bold.otf");
}
@font-face {
  font-family: "Signika Negative Semibold";
  src: url("../fonts/signika-negative_semibold.ttf");
}
@media screen and (min-width: 768px) {
  .layout_mobile {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .layout_mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .layout_not-mobile {
    display: none;
  }
}
.link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.link:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.link_dashed {
  border-bottom: 1px dashed rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.link_dashed:hover {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  color: #000000;
}
.home .link {
  border-bottom: 1px solid rgba(121, 217, 126, 0.3);
  color: #79d97e;
}
.home .link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.home-summary__item-title .link {
  border-bottom: 1px solid rgba(121, 217, 126, 0.3);
  color: #79d97e;
  border-bottom: none;
}
.home-summary__item-title .link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.home-summary__item-title .link:hover {
  border-bottom: none;
}
.link_no-underline {
  border-bottom: none;
}
.link_no-underline:hover {
  border-bottom: none;
}
.home .link_no-underline {
  border-bottom: none;
}
.home .link_no-underline:hover {
  border-bottom: none;
}
.link_light {
  border-bottom: 1px solid rgba(173, 224, 255, 0.3);
  color: #ade0ff;
}
.link_light:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.link_dark {
  border-bottom: 1px solid rgba(43, 74, 124, 0.3);
  color: #2b4a7c;
}
.link_dark:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.link_darker {
  border-bottom: 1px solid rgba(29, 51, 85, 0.3);
  color: #1d3355;
}
.link_darker:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.user-content:not(.user-content_em) {
  font-size: 1rem;
}
.user-content p {
  margin: 0 auto 1.43em;
  line-height: 1.43em;
}
.user-content h1 {
  margin: 0 auto 0.86em;
  font: 2em/1 "Signika Negative Semibold", sans-serif;
}
.user-content h2 {
  margin: 1.79em auto 0.92em;
  font: 1.71em "Signika Negative Semibold", sans-serif;
}
.user-content h3,
.user-content .fake-h3 {
  margin: 1.26em auto 0.87em;
  font: 1.429em "Signika Negative Semibold", sans-serif;
}
.user-content h4,
.user-content .fake-h4 {
  margin: 1.78em auto 0.28em;
  font: 1.29em/1 "Signika Negative Semibold", sans-serif;
}
.user-content h5 {
  margin: 0 auto 0.33em;
  font-size: 1.07em;
}
.user-content h6 {
  margin: 0 auto 1em;
  font-size: 1.17em;
  font-weight: bold;
}
.user-content a {
  text-decoration: none;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.user-content a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.home .user-content a {
  border-bottom: 1px solid rgba(121, 217, 126, 0.3);
  color: #79d97e;
}
.home .user-content a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.user-content ul {
  padding: 0;
  margin: 0 auto 1.43em 2.57em;
  line-height: 1.57em;
}
.user-content .button {
  display: inline-block;
  position: relative;
  border-radius: 0.36rem;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  background: #308c25;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-blend-mode: overlay;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font: bold 1.14rem "Arial", sans-serif;
  cursor: pointer;
  border: none;
}
.user-content .button:disabled,
.user-content .button_disabled {
  cursor: default;
  background-color: #7f7f7f;
}
.user-content .button:hover {
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .user-content .button:hover:not(:disabled):not(.user-content .button:hover.button_disabled) {
    border: none;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)), linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%);
  }
}
.user-content .button_uppercase {
  text-transform: uppercase;
}
.user-content .button_blue {
  background: #369fdd;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.user-content .button_blue:disabled,
.user-content .button_blue[disabled] {
  background-color: #a7b2b9;
}
.user-content .button_download {
  padding-right: 3.71rem;
}
.user-content .button_download::before {
  content: "";
  position: absolute;
  top: 0.36rem;
  bottom: 0.36rem;
  right: 2.71rem;
  width: 1px;
  background: #76b36f;
}
.button:disabled.user-content .button_download::before,
.button_disabled.user-content .button_download::before {
  background-color: #b7b7b7;
}
.button_blue.user-content .button_download::before {
  background: #83c4ea;
}
.button:disabled.button_blue.user-content .button_download::before,
.button_disabled.button_blue.user-content .button_download::before {
  background-color: #d9dee1;
}
.user-content .button_download::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.79rem;
  width: 1.14rem;
  height: 1.14rem;
  background: url("../img/collapse-double.png") no-repeat 100% 50% / 300% auto;
}
.user-content .button_checkout {
  padding-right: 3.71rem;
}
.user-content .button_checkout::before {
  content: "";
  position: absolute;
  top: 0.36rem;
  bottom: 0.36rem;
  right: 2.71rem;
  width: 1px;
  background: #76b36f;
}
.button:disabled.user-content .button_checkout::before,
.button_disabled.user-content .button_checkout::before {
  background-color: #b7b7b7;
}
.button_blue.user-content .button_checkout::before {
  background: #83c4ea;
}
.button:disabled.button_blue.user-content .button_checkout::before,
.button_disabled.button_blue.user-content .button_checkout::before {
  background-color: #d9dee1;
}
.user-content .button_checkout::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.79rem;
  width: 1.14rem;
  height: 1.14rem;
  background: url("../img/collapse-double.png") no-repeat 100% 100% / 300% auto;
}
.user-content .button_purchase {
  white-space: nowrap;
}
.user-content .button_purchase::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.125rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 1.43rem;
  height: 1.14rem;
  background: url("../img/cart.png") no-repeat 0 60% / auto 1100%;
}
.user-content .button__2row {
  display: block;
  position: relative;
  top: -0.25rem;
}
.user-content .button__sub {
  position: absolute;
  left: 0;
  bottom: -0.86rem;
  box-sizing: content-box;
  width: 100%;
  font-size: 0.86rem;
  font-weight: normal;
  text-transform: lowercase;
}
.user-content .contNiExample a {
  border-bottom: none;
}
.user-content .contNiExample a:hover {
  border-bottom: none;
}
.user-content .notes {
  margin-top: 1.93rem;
}
.user-content .notes * {
  font-size: 0.86rem;
  line-height: 1.57rem;
}
.user-content .notes p {
  margin-bottom: 0;
}
.user-content .notes li {
  line-height: 1.43rem;
  margin-bottom: 0.71rem;
}
.user-content .notes ul {
  margin-left: 0;
  margin-bottom: 0;
}
.user-content .notes ol {
  margin-top: 0;
  padding-left: 1.25rem;
}
.user-content .notes ol li ul li {
  list-style: none;
  margin-bottom: 0;
}
.user-content .text2 {
  font-size: 0.857em;
  line-height: 1.667em;
  color: #747474;
}
.user-content .terms {
  margin-top: 2em;
}
.user-content .terms-block {
  margin-bottom: 1.57em;
}
.user-content .terms-block p {
  margin-bottom: 0.5em;
}
.user-content .terms-block ul {
  list-style: square;
  margin-left: 1.07rem;
  margin-bottom: 0;
}
.user-content .fake-h7 {
  font-weight: bold;
}
.user-content .h4-links {
  list-style-type: none;
  margin: auto;
}
.user-content .h4-links li {
  margin-bottom: 0.57rem;
}
.user-content .local-2 {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dashed rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.user-content .local-2:hover {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  color: #000000;
}
.user-content .ok-green {
  list-style-type: none;
  margin: auto;
}
.user-content .ok-green li {
  padding-left: 1.57em;
  background: url("../img/list-marker-ok-green.png") no-repeat 0 0.36em / 1.07em auto;
}
.user-content .home-summary__item {
  position: relative;
  min-height: 12.07rem;
  color: #d7d8da;
}
@media screen and (min-width: 768px) {
  .user-content .home-summary__item {
    padding-left: 14.07rem;
  }
}
@media screen and (min-width: 1000px) {
  .user-content .home-summary__item {
    padding-left: 14.07rem;
  }
}
.user-content .home-summary__item:not(:first-child) {
  margin-top: 3.5rem;
}
.user-content .home-summary__icon {
  display: block;
  margin: 0 auto 1.14rem;
  width: 12.07rem;
  height: 12.07rem;
  background: center / cover no-repeat;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .user-content .home-summary__icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .user-content .home-summary__icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.user-content .home-summary__icon_film {
  background-image: url("../img/summary-icon-film.png");
  background-image: image-set(url("../img/summary-icon-film.png") 1x, url("../img/summary-icon-film_h.png") 2x);
}
.user-content .home-summary__icon_gear {
  background-image: url("../img/summary-icon-gear.png");
  background-image: image-set(url("../img/summary-icon-gear.png") 1x, url("../img/summary-icon-gear_h.png") 2x);
}
.user-content .home-summary__icon_processing {
  background-image: url("../img/summary-icon-processing.png");
  background-image: image-set(url("../img/summary-icon-processing.png") 1x, url("../img/summary-icon-processing_h.png") 2x);
}
.user-content .home-summary__icon_mail {
  background-image: url("../img/summary-icon-mail.png");
  background-image: image-set(url("../img/summary-icon-mail.png") 1x, url("../img/summary-icon-mail_h.png") 2x);
}
.user-content .home-summary a.home-summary__icon {
  border-bottom: none;
}
.user-content .home-summary a.home-summary__icon:hover {
  border-bottom: none;
}
.user-content .home-summary__item-title {
  margin: 0 auto 0.86rem;
  font-size: 1.43rem;
  font: 1.43rem "Signika Negative Semibold", sans-serif;
}
.user-content .home-summary__item-title a {
  border-bottom: none;
  color: #79d97e;
}
.user-content .home-summary__item-title a:hover {
  border-bottom: none;
}
.user-content .home-summary__item-title a:hover {
  color: #ffffff;
}
.user-content .home-summary__content {
  font-size: 1.07rem;
}
.user-content .home-summary__content ul {
  margin: 0.86rem 0 0 0;
  padding-left: 1.5rem;
}
.user-content .home-summary__content li {
  font-size: 1.07rem !important;
  line-height: 1.29rem;
}
.user-content .home-summary__content li:not(:first-child) {
  margin-top: 0.14rem;
}
.user-content .home-summary__links {
  margin: 0.75rem auto 0;
}
.user-content .home-summary__link {
  font-size: 1rem;
}
.user-content .home-summary__link:not(:first-child) {
  margin-left: 2rem;
}
.root {
  font: 3.88vw/1.43 "Arial", sans-serif;
}
@media (min-aspect-ratio: 16/9) {
  .root {
    font-size: 1.94vw;
  }
}
@media screen and (min-width: 768px) {
  .root {
    font-size: 1.82vw;
  }
}
@media screen and (min-width: 1000px) {
  .root {
    font-size: 14px;
  }
}
.alert-banner {
  margin: 0.71rem auto;
  text-align: center;
  border: 2px solid #cc0000;
  padding: 0.71rem;
  background: #ffeeee;
}
.alert-banner:not(.alert-banner_visible) {
  display: none;
}
.superheader {
  display: none;
  background: #001220;
}
@media screen and (min-width: 1000px) {
  .superheader {
    display: flex;
  }
}
.superheader__items {
  display: flex;
  width: 100%;
}
.superheader__domains {
  align-self: flex-end;
}
.superheader__user {
  display: flex;
  column-gap: 10px;
  margin-left: auto;
}
.domain-tabs {
  display: flex;
  column-gap: 0.71rem;
}
.domain-tabs__tab {
  flex-basis: auto;
  border-radius: 0.36rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.86rem 0.79rem 0.64rem;
  background: #474747;
  color: #ffffff;
  font: 1.07rem "Asap Regular", sans-serif;
  text-decoration: none;
}
.domain-tabs__tab_active {
  background: #68b96c;
}
.guest-menu {
  list-style-type: none;
  display: flex;
  column-gap: 4px;
  align-items: center;
  position: relative;
  margin: auto;
  padding: 0;
}
.guest-menu::before {
  content: "";
  margin-right: 4px;
  width: 12px;
  height: 14px;
  background: url("../img/user.png") no-repeat 0 0 / auto 100%;
}
.guest-menu__item {
  display: flex;
  column-gap: 4px;
  align-items: center;
  position: relative;
}
.guest-menu__item:not(:first-child)::before {
  content: "|";
  color: #adadad;
}
.guest-menu__link {
  display: block;
  position: relative;
  padding: 4px 8px;
  color: #adadad;
  text-decoration: none;
  text-align: center;
}
.guest-menu__link:hover {
  color: #ffffff;
}
.guest-menu__item_active .guest-menu__link {
  border-radius: 5px;
  background: #3a4853;
  color: #ffffff;
}
.guest-menu__item_active .guest-menu__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  background: #3a4853;
}
.dropdown-menu {
  list-style: none;
  position: absolute;
  top: 48px;
  left: 0;
  border-top: 1px solid #3a4853;
  border-radius: 0 0 5px 5px;
  padding: 0;
  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);
}
.dropdown-menu:not(.dropdown-menu_visible) {
  display: none;
}
.dropdown-menu__item {
  text-align: left;
  background: #1a2a37;
}
.dropdown-menu__item_sep::before {
  content: "";
  display: block;
  margin: 0 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #31404b;
}
.session-menu__item_active .dropdown-menu__item_sep:first-child::before {
  content: none;
}
.dropdown-menu__link {
  display: block;
  padding: 5px 17px;
  white-space: nowrap;
  color: #b2b2b2;
  text-decoration: none;
}
.dropdown-menu__link:hover {
  background: #000000;
  color: #ffffff;
}
.session-menu {
  list-style-type: none;
  display: flex;
  align-items: stretch;
  margin: 0 0 0 auto;
  padding: 0;
}
.session-menu__item {
  position: relative;
  border-right: 1px solid #48555f;
  background: #1a2a37;
}
.session-menu__item:first-child {
  border-left: 1px solid #48555f;
}
.session-menu__item_active {
  background: #3a4853;
}
.session-menu__link {
  display: block;
  padding: 14px 16px;
  color: #adadad;
  text-decoration: none;
  text-align: center;
}
.session-menu__link:hover {
  color: #ffffff;
}
.session-menu__item_active .session-menu__link:hover {
  color: #adadad;
}
.session-menu__item_arrow .session-menu__link {
  padding-right: 26px;
}
.session-menu__item_cart .session-menu__link {
  width: 38px;
  height: 20px;
  color: #ffffff;
  font-weight: bold;
}
.session-menu__item_cart .session-menu__link:not(:empty) {
  padding-left: 54px;
  width: auto;
}
.session-menu__item_cart .session-menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  right: 0;
  height: 21px;
  background: url("../img/cart.png") no-repeat 0 0 / auto 1100%;
}
.session-menu__item_cart:hover .session-menu__link::before {
  background-position: 0 20%;
}
.session-menu__item_arrow .session-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 10px;
  height: 5px;
  background: url("../img/collapse-small.png") no-repeat center 100% / auto 300%;
  opacity: 0.7;
}
.session-menu__dropdown {
  min-width: 100%;
  z-index: 20;
}
.session-menu__item_active .session-menu__dropdown {
  margin-left: -1px;
  min-width: calc(100% + 2px);
}
.session-menu__dropdown.session-menu__dropdown_active,
.session-menu__item:hover .session-menu__dropdown {
  display: block;
}
.session-menu__junction {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 11px;
  background: #1a2a37;
  z-index: 30;
}
.session-menu__item:not(:hover) .session-menu__junction {
  display: none;
}
.session-menu__item_active .session-menu__junction {
  background: #3a4853;
}
.session-menu__junction::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #31404b;
  height: 0;
}
.session-menu__item_active .session-menu__junction::before {
  content: none;
}
.session-menu__red-circle {
  display: inline-block;
  border-radius: 10px;
  min-width: 20px;
  text-align: center;
  background-color: #9e0b0f;
  color: #ffffff;
  font-weight: bold;
}
.cross {
  position: relative;
}
.cross::before,
.cross::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 25%;
  width: 6%;
  height: 50%;
  background-color: #ffffff;
}
.cross::before {
  transform: rotate(45deg);
}
.cross::after {
  transform: rotate(-45deg);
}
.cross_black::before,
.cross_black::after {
  background-color: #000000;
}
.container {
  margin: 0;
  background: #373e46;
}
.container_no-scroll {
  overflow: hidden;
}
.page-section__body {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .page-section__body {
    max-width: 960px;
  }
}
.main-menu__open {
  display: block;
  border: none;
  width: 3.43rem;
  height: 100%;
  background: url("../img/list.svg") no-repeat center / 50% auto;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .main-menu__open {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .main-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    order: 2;
  }
}
.main-menu__content {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 0.57rem;
  padding: 0.86rem;
  width: 20rem;
  background: #4c555d;
  font: 1.14rem "Arial", sans-serif;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .main-menu__content {
    position: static;
    padding: 0;
    width: auto;
    background: none;
    color: #ffffff;
    font: 15px "Asap Regular", sans-serif;
  }
}
.main-menu:not(.main-menu_visible) .main-menu__content {
  display: none;
}
@media screen and (min-width: 1000px) {
  .main-menu:not(.main-menu_visible) .main-menu__content {
    display: block;
  }
}
.main-menu__latch:checked + .main-menu__content {
  display: block;
}
.main-menu__domain {
  list-style-type: none;
  margin: 0 auto;
  border-radius: 0.36rem;
  padding: 0;
  background: #edf5ed;
  overflow: hidden;
}
.main-menu__domain:not(:first-child) {
  margin-top: 0.57rem;
}
@media screen and (min-width: 1000px) {
  .main-menu__domain {
    display: flex;
    column-gap: 9px;
    border-radius: 0;
    background: none;
    margin: auto;
    overflow: visible;
  }
  .main-menu__domain:not(:first-child) {
    margin-top: auto;
  }
}
.main-menu__domain_current {
  background: #c8e5c7;
}
@media screen and (min-width: 1000px) {
  .main-menu__domain_current {
    background: none;
  }
}
@media screen and (min-width: 1000px) {
  .main-menu__domain:not(.main-menu__domain_current) {
    display: none;
  }
}
.main-menu__domain-title {
  display: block;
  position: relative;
  padding: 0.86rem;
  font: 1.71rem "Asap Bold", sans-serif;
  color: inherit;
  text-decoration: none;
}
.main-menu__domain-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.79rem;
  width: 1.14rem;
  height: 1.14rem;
  background: url("../img/collapse-double.png") no-repeat 0 100% / 300%;
}
.main-menu__domain_logo .main-menu__domain-title {
  padding-left: 4.57rem;
  background: no-repeat 0.86rem center / auto 60%;
}
.main-menu__domain_nv .main-menu__domain-title {
  background-image: url("../img/logo-nv-h.png");
}
.main-menu__domain_ni .main-menu__domain-title {
  background-image: url("../img/logo-ni-h.png");
}
.main-menu__domain_current .main-menu__domain-title::after {
  background-position: 0 0;
}
.main-menu__domain-tagline {
  display: block;
  font: 0.71rem "Arial", sans-serif;
}
@media screen and (min-width: 1000px) {
  .main-menu__item:nth-child(1),
  .main-menu__item:nth-child(2) {
    display: none;
  }
}
.main-menu__item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1000px) {
  .main-menu__item:not(:first-child) {
    border: none;
  }
}
.main-menu__item-title {
  display: block;
  position: relative;
  padding: 0.86rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .main-menu__item-title {
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: normal;
  }
}
@media screen and (min-width: 1000px) {
  .main-menu__item-title:hover {
    background: #474747;
  }
  .main-menu__item_current .main-menu__item-title:hover {
    background: #ffffff;
  }
}
.main-menu__submenu .main-menu__item-title {
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .main-menu__submenu .main-menu__item-title {
    pointer-events: all;
  }
}
.main-menu__latch:checked + .main-menu__submenu .main-menu__item-title {
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .main-menu__latch:checked + .main-menu__submenu .main-menu__item-title {
    background: none;
  }
}
.main-menu__item_current .main-menu__item-title,
.main-menu__item_highlighted .main-menu__item-title {
  background-color: #ffffff;
  color: #000000;
}
@media screen and (min-width: 1000px) {
  .main-menu__item_current .main-menu__item-title,
  .main-menu__item_highlighted .main-menu__item-title {
    background: #ffffff;
    color: #000000;
  }
}
.main-menu__item_current .main-menu__item-title {
  pointer-events: none;
}
.main-menu__item-title::after {
  content: "";
  position: absolute;
}
.main-menu__submenu .main-menu__item-title::after {
  right: 0.86rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/collapse-single.png") no-repeat 0 100% / 300%;
}
@media screen and (min-width: 1000px) {
  .main-menu__submenu .main-menu__item-title::after {
    display: none;
  }
}
.main-menu__item_current .main-menu__item-title::after {
  background-position: 0 0;
}
@media screen and (min-width: 1000px) {
  .main-menu__item_current .main-menu__item-title::after {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 8px;
    height: 4px;
    background: url("../img/triangle-dn.svg") no-repeat center / cover;
  }
}
.main-menu__latch:checked + .main-menu__submenu .main-menu__item-title::after {
  background-position: 0 0;
}
.main-menu__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.main-menu__latch {
  display: none;
}
.main-menu__latch-trig {
  display: block;
}
.main-menu__subitems {
  list-style: none;
  padding: 0 0.86rem 0.86rem 0.86rem;
  font-size: 1rem;
  font-weight: normal;
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .main-menu__subitems {
    display: none;
  }
}
.main-menu__submenu:not(.main-menu__latch:checked + .main-menu__submenu, .main-menu__item_current, .main-menu__item_highlighted) .main-menu__subitems {
  display: none;
}
.main-menu__subitem-title {
  display: block;
  border-radius: 0.21rem;
  padding: 0.57rem 0.86rem;
}
.main-menu__subitem_current .main-menu__subitem-title {
  background: #373e46;
  color: #ffffff;
}
.main-menu__subitem_highlighted .main-menu__subitem-title {
  background: #d3d7dc;
}
@media screen and (min-width: 1000px) {
  .main-menu__subitem-title:hover {
    background: #373e46;
    color: #ffffff;
  }
}
.main-menu__close {
  position: absolute;
  top: 0.86rem;
  right: -3.43rem;
  border: none;
  border-radius: 0 0.36rem 0.36rem 0;
  padding: 0;
  width: 3.43rem;
  height: 3.43rem;
  background: #4c555d;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .main-menu__close {
    display: none;
  }
}
.main-menu__close::before,
.main-menu__close::after {
  background: #a6aaae;
}
.main-menu__close:hover::before,
.main-menu__close:hover::after {
  background: #ffffff;
}
.rev-info {
  font: 0.75rem "Arial", "Helvetica", sans-serif;
  z-index: 2000;
  border-bottom: 1px dotted #ffffff;
  padding: 0.3em 1em;
  text-align: center;
  background: #d6d3c6;
  color: #000000;
  -moz-box-shadow: 0 0.167em 1.25em 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.167em 1.25em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.167em 1.25em 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .rev-info {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 0.417em;
    border-bottom-right-radius: 0.417em;
    font-size: 1em;
  }
}
.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 {
  font-weight: bold;
}
.rev-info__sel {
  border: none;
  border-radius: 0.2em;
  padding: 0.15em;
  font-size: inherit;
}
.header {
  background: #68b96c;
}
.header__body {
  display: flex;
  align-items: stretch;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .header__body {
    height: 5.14rem;
  }
}
@media screen and (min-width: 1000px) {
  .header__body {
    height: 110px;
  }
}
.header__logo {
  display: flex;
  order: 1;
  align-items: center;
  position: relative;
  padding-left: 4.11rem;
  font: 1.57rem "Asap Bold", sans-serif;
  text-decoration: none;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding-left: 4.62rem;
    font-size: 1.79rem;
  }
}
@media screen and (min-width: 1000px) {
  .header__logo {
    padding-left: 103.6px;
    font-size: 37px;
  }
}
.header__logo::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.04rem;
  height: 100%;
  background: url("../img/logo-nv-l.png") no-repeat left center / 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header__logo::before {
    background-image: url('../img/logo-nv-h.png');
  }
}
@media screen and (min-width: 768px) {
  .header__logo::before {
    width: 3.91rem;
  }
}
@media screen and (min-width: 1000px) {
  .header__logo::before {
    width: 83.6px;
    background-position: left 53%;
  }
}
.header__title {
  display: inline-block;
  vertical-align: middle;
  text-shadow: rgba(255, 255, 255, 0.5) 0rem 0.05rem 0.05rem, rgba(0, 0, 0, 0.5) 0rem -0.05rem 0.05rem;
}
.header__tagline {
  display: none;
  color: #ffffff;
  font: 0.93rem/0.92 "Arial", sans-serif;
  text-shadow: none;
  opacity: 80%;
}
@media screen and (min-width: 768px) {
  .header__tagline {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .header__tagline {
    display: block;
    line-height: 1.05;
  }
}
.header__icon {
  position: relative;
  width: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: none;
  border-bottom: none;
  background-color: #1a2a37;
}
@media screen and (min-width: 768px) {
  .header__icon {
    width: 5.14rem;
  }
}
@media screen and (min-width: 1000px) {
  .header__icon {
    display: none;
  }
}
.header__icon:not(:first-child) {
  border-left: none;
}
.header__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 28%;
  background: no-repeat center / contain;
}
.header__login {
  order: 3;
  margin-left: auto;
}
.header__login::before {
  background-image: url("../img/user.png");
}
.header__cart {
  order: 4;
}
.header__cart::before {
  background-image: url("../img/cart.png");
  background-size: auto 1100%;
  background-position: center 20%;
}
.slider {
  position: relative;
  overflow: hidden;
  height: 24.29rem;
  background: #000000;
}
@media screen and (min-width: 1000px) {
  .slider {
    height: 340px;
  }
}
.slider__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center / auto 100%;
  overflow: hidden;
}
.slider__slide:not(.slider__slide_visible) {
  display: none;
}
.slider__viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .slider__viewport {
    overflow: visible;
  }
}
@media screen and (min-width: 1000px) {
  .slider__viewport {
    overflow: visible;
  }
}
.slider__video {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: no-repeat center / auto 100%;
}
.slider__video:not(.slider__video_yt) {
  width: auto;
}
.slider__video:not(.slider__video_visible) {
  display: none;
}
.slider__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 1.86rem;
}
@media screen and (min-width: 768px) {
  .slider__content {
    bottom: 0;
    width: 18.57rem;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .slider__content {
    bottom: 0;
    width: 260px;
    text-align: left;
  }
}
.slider__content h2 {
  font: 1.5rem/1.2 "Signika Negative Semibold";
  text-shadow: 0.21rem 0.21rem 0.29rem #000000, -0.21rem -0.21rem 0.29rem #404040;
}
.slider__content p {
  text-shadow: 0.21rem 0.21rem 0.29rem #000000, -0.21rem -0.21rem 0.29rem #404040;
}
@media screen and (max-width: 767px) {
  .slider__content p {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.slider__content a {
  font-weight: bold;
}
.slider__content a:not(:first-child) {
  margin-left: 1.25rem;
}
.slider__ctl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.slider__nav {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0.71rem;
  left: 0;
  width: 100%;
  height: 1.14rem;
}
.slider__nav-btn {
  border: none;
  padding: 0;
  width: 1.14rem;
  height: 1.14rem;
  background: url("../img/slider-navi.png") no-repeat 0 -1.14rem / 750% 950%;
  cursor: pointer;
  pointer-events: all;
}
.slider__nav-btn:not(:first-child) {
  margin-left: 0.36rem;
}
.slider__nav-btn_pause {
  background-position: 0 -1.14rem;
}
.slider__nav-btn_pause:hover {
  background-position: -1.14rem -1.14rem;
}
.slider__nav-btn_play {
  background-position: -2.29rem -1.14rem;
}
.slider__nav-btn_play:hover {
  background-position: -3.43rem -1.14rem;
}
.slider__nav-btn_seek {
  background-position: -4.57rem -1.14rem;
}
.slider__nav-btn_seek:not(.slider__nav-btn_current):hover {
  background-position: -5.71rem -1.14rem;
}
.slider__nav-btn_current {
  background-position: -6.86rem -1.14rem;
  cursor: default;
}
.slider__sw {
  display: none;
  pointer-events: all;
}
@media screen and (min-width: 1000px) {
  .slider__sw {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    width: 4.29rem;
    height: 4.29rem;
    background: url("../img/slider-navi.png") no-repeat 0 -2.29rem / 200% auto;
    cursor: pointer;
  }
}
.slider__sw_prev {
  left: 1.14rem;
  background-position: 0 -2.29rem;
}
@media screen and (min-width: 1120px) {
  .slider__sw_prev {
    left: -4.29rem;
  }
}
.slider__sw_prev:hover {
  background-position: 0 -6.57rem;
}
.slider__sw_next {
  right: 16px;
  background-position: -4.29rem -2.29rem;
}
@media screen and (min-width: 1120px) {
  .slider__sw_next {
    right: -4.29rem;
  }
}
.slider__sw_next:hover {
  background-position: -4.29rem -6.57rem;
}
.slide_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home {
  margin: 3.43rem 1.14rem 4rem;
}
@media screen and (min-width: 768px) {
  .home {
    margin: 4rem 6rem;
  }
}
@media screen and (min-width: 1000px) {
  .home {
    display: flex;
    align-items: flex-start;
    margin: 56px auto;
  }
}
@media screen and (min-width: 1000px) {
  .home__main {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1000px) {
  .home__aside {
    flex: 0 0 260px;
    margin-left: auto;
  }
}
.aside {
  display: flex;
  flex-direction: column;
  row-gap: 2.29rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1000px) {
  .aside {
    margin-top: 0;
  }
}
.aside__section {
  border-radius: 1.07rem;
  -webkit-border-radius: 1.07rem;
  -moz-border-radius: 1.07rem;
  background-color: #4c555d;
  color: #d7d8da;
}
.aside__title {
  margin: 0 auto;
  border-bottom: 1px solid #373e46;
  padding: 0.71rem 1.36rem;
  font: 1.43rem "Signika Negative Semibold", sans-serif;
}
.aside__content {
  min-height: 1.43rem;
  padding: 1.43rem;
}
.aside__footer {
  padding: 0 1.43rem 1.43rem;
  text-align: right;
}
.aside__btn {
  border-radius: 0.36rem;
  padding: 0.36rem 0.71rem 0.5rem;
  background-color: #373e43;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.aside__btn:hover {
  background-color: #68b96c;
}
.excerpt_news {
  margin-top: 0.21rem;
}
.excerpt_news:not(:last-child) {
  margin-bottom: 2rem;
}
.excerpt__title {
  margin-bottom: 0.64rem;
  font-weight: bold;
  font-size: 1.14rem;
  border-bottom: none;
}
.excerpt__title:hover {
  border-bottom: none;
}
.excerpt__date {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.86rem;
}
.excerpt_news .excerpt__content {
  margin-top: 0.64rem;
  line-height: 1.57rem;
  font-size: 1.07rem;
}
.excerpt_news .excerpt__content p {
  margin-bottom: 0.43rem;
}
.excerpt_news .excerpt__content a {
  border-bottom: none;
}
.excerpt_news .excerpt__content a:hover {
  border-bottom: none;
}
.excerpt_review .review-title {
  margin-bottom: 0.64rem;
  font-weight: bold;
  font-size: 1.14rem;
  border-bottom: none;
}
.excerpt_review .review-title:hover {
  border-bottom: none;
}
.excerpt_review .author-name {
  margin: 0.71rem auto 1.29rem;
  font-weight: bold;
  font-style: italic;
}
.excerpt_review p {
  margin-top: 0;
}
.footer {
  border-top: 1px solid #555b62;
  padding: 1.71rem 1.14rem 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3.43rem 1.71rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 48px 0 0;
  }
}
.footer__legal {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  margin-top: 1.71rem;
  border-top: 1px solid #555b62;
  padding: 1.07rem 0;
}
@media screen and (min-width: 1000px) {
  .footer__legal {
    margin-top: 30px;
  }
}
.footer__legal-item {
  margin: 0;
  border-color: #c3c5c8;
  color: #c3c5c8;
}
.footer__legal-item:not(:first-child) {
  margin-top: 0.57rem;
}
@media screen and (min-width: 768px) {
  .footer__legal-item:not(:first-child) {
    margin-top: auto;
    margin-left: 1.43rem;
  }
}
.footer__link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(195, 197, 200, 0.3);
  color: #c3c5c8;
}
.footer__link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.footer__link:not(:first-child) {
  margin-left: 1rem;
}
.sitemap__latch {
  display: none;
}
.sitemap__items {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.sitemap__items_0 {
  display: grid;
}
@media screen and (min-width: 768px) {
  .sitemap__items_0 {
    grid-template: auto auto auto / auto auto;
    row-gap: 1.71rem;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__items_0 {
    grid-template: auto / auto auto auto auto 40px;
    row-gap: 24px;
  }
}
.sitemap__items_1 {
  display: flex;
  flex-flow: column wrap;
  row-gap: 0;
  justify-content: left;
}
@media screen and (min-width: 768px) {
  .sitemap__items_1 {
    row-gap: 1.71rem;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__items_1 {
    row-gap: 24px;
  }
}
.sitemap__items_2 {
  display: none;
  margin-bottom: 0.86rem;
}
@media screen and (min-width: 768px) {
  .sitemap__items_2 {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__items_2 {
    display: block;
    margin-bottom: 0;
  }
}
.sitemap__latch:checked + .sitemap__latched .sitemap__items_2 {
  display: block;
}
.sitemap__item {
  line-height: 1.71rem;
}
.sitemap__items_1 > .sitemap__item {
  border-bottom: 1px solid #555b62;
}
@media screen and (min-width: 768px) {
  .sitemap__items_1 > .sitemap__item {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .sitemap__items_1 > .sitemap__item {
    border: none;
  }
}
.sitemap__item-title {
  display: block;
  position: relative;
  padding: 0.86rem 1.14rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sitemap__item-title {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__item-title {
    display: inline;
    padding: 0;
  }
}
.sitemap__items_2 .sitemap__item-title {
  padding: 0.57rem 1.14rem 0.57rem 2.29rem;
}
@media screen and (min-width: 768px) {
  .sitemap__items_2 .sitemap__item-title {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__items_2 .sitemap__item-title {
    padding: 0;
  }
}
.sitemap__item_expandable .sitemap__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.14rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/collapse-single.png") no-repeat 100% 100% / 300%;
}
@media screen and (min-width: 768px) {
  .sitemap__item_expandable .sitemap__item-title::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__item_expandable .sitemap__item-title::after {
    display: none;
  }
}
.sitemap__latch:checked + .sitemap__latched .sitemap__item-title::after {
  background-position: 100% 0;
}
.sitemap__items_2 .sitemap__item-title::after {
  display: none;
}
.sitemap__items_1 .sitemap__link {
  pointer-events: none;
  color: #ebeced;
  font-weight: bold;
  text-decoration: none;
}
.sitemap__items_1 .sitemap__link:hover {
  color: #ffffff;
}
.sitemap__items_1 .sitemap__link.sitemap__item-title {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .sitemap__items_1 .sitemap__link {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(235, 236, 237, 0.3);
    color: #ebeced;
    pointer-events: all;
  }
  .sitemap__items_1 .sitemap__link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__items_1 .sitemap__link {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(235, 236, 237, 0.3);
    color: #ebeced;
    pointer-events: all;
  }
  .sitemap__items_1 .sitemap__link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }
}
.sitemap__items_2 .sitemap__link {
  font-weight: normal;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .sitemap__items_2 .sitemap__link {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(195, 197, 200, 0.3);
    color: #c3c5c8;
  }
  .sitemap__items_2 .sitemap__link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__items_2 .sitemap__link {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(195, 197, 200, 0.3);
    color: #c3c5c8;
  }
  .sitemap__items_2 .sitemap__link:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }
}
.sitemap__socials {
  display: flex;
  margin-top: 1.71rem;
}
@media screen and (min-width: 768px) {
  .sitemap__socials {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sitemap__socials {
    flex-direction: column;
  }
}
.sitemap__social {
  height: 2.86rem;
  width: 2.86rem;
  background: url("../img/social_nv.png") no-repeat 0 0 / 200% auto;
}
.sitemap__social:not(:first-child) {
  margin-left: 1.43rem;
}
@media screen and (min-width: 1000px) {
  .sitemap__social:not(:first-child) {
    margin-left: auto;
    margin-top: 1.43rem;
  }
}
.sitemap__social_facebook {
  background-position: 0 0;
}
.sitemap__social_facebook:hover {
  background-position: 100% 0;
}
.sitemap__social_x,
.sitemap__social_twitter {
  background-position: 0 25%;
}
.sitemap__social_x:hover,
.sitemap__social_twitter:hover {
  background-position: 100% 25%;
}
.sitemap__social_youtube {
  background-position: 0 50%;
}
.sitemap__social_youtube:hover {
  background-position: 100% 50%;
}
.sitemap__social_instagram {
  background-position: 0 75%;
}
.sitemap__social_instagram:hover {
  background-position: 100% 75%;
}
.nv-examples-header {
  margin: 0 1.14rem 2.14rem;
  color: #a9abad;
}
@media screen and (min-width: 768px) {
  .nv-examples-header {
    margin: 0 1.71rem 2.14rem;
  }
}
@media screen and (min-width: 1000px) {
  .nv-examples-header {
    margin: 0 auto 30px;
  }
}
.nv-examples-header h1 {
  margin-top: 1.71rem;
  margin-bottom: 1.71rem;
  font: 2rem "Signika Negative Semibold", sans-serif;
}
.nv-examples {
  color: #a9abad;
}
.nv-examples__content {
  margin: 0 1.14rem 2.14rem;
}
@media screen and (min-width: 768px) {
  .nv-examples__content {
    margin: 0 1.71rem 2.14rem;
  }
}
@media screen and (min-width: 1000px) {
  .nv-examples__content {
    margin: 0 auto 30px;
  }
}
.nv-examples__player {
  position: relative;
  background: #000000;
}
.nv-examples__video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
}
.nv-examples__video:not(.nv-examples__video_visible) {
  display: none;
}
.nv-examples__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #cccccc;
}
.nv-examples__overlay:not(.nv-examples__overlay_visible) {
  display: none;
}
.nv-examples__info {
  display: flex;
  flex-direction: column;
  margin-top: 1.07rem;
}
@media screen and (min-width: 768px) {
  .nv-examples__info {
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .nv-examples__info {
    flex-direction: row;
  }
}
.nv-examples__download {
  margin-right: 2.86rem;
}
@media screen and (min-width: 768px) {
  .nv-examples__download {
    margin-left: 4.43rem;
  }
}
@media screen and (min-width: 1000px) {
  .nv-examples__download {
    margin-left: 62px;
  }
}
.nv-examples__download:not(.nv-examples__download_visible) {
  display: none;
}
.nv-examples__gallery {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 2.57rem;
  padding: 0;
  gap: 1.07rem 1.14rem;
}
@media screen and (min-width: 768px) {
  .nv-examples__gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .nv-examples__gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
.nv-examples__inline-info {
  margin: 1.07rem auto 0;
}
.nv-examples__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.nv-examples__thumb {
  display: block;
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.nv-examples__item_current .nv-examples__thumb {
  outline: 0.14rem solid #68b96c;
}
.nv-examples__label {
  margin: 0.36rem auto 0;
}
@media screen and (max-width: 767px) {
  .nv-examples__switchable:not(:has(:fullscreen)) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nv-examples__inline:not(:fullscreen) {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .nv-examples__inline:not(:fullscreen) {
    display: none;
  }
}
.attachment {
  display: inline-block;
  padding-left: 2.29rem;
  background: no-repeat left center / 1.71rem auto;
  text-decoration: none;
}
.attachment_mp4 {
  background-image: url("../img/ext_icons/ext_video.png");
}
.attachment_zip {
  background-image: url("../img/ext_icons/ext_zip.png");
}
.attachment__label {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(54, 159, 221, 0.3);
  color: #369fdd;
}
.attachment__label:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.attachment:hover .attachment__label {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.attachment:hover .attachment__label:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.attachment__size {
  display: block;
  text-decoration: none;
  color: #747474;
}
.os-icons {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.os-icons__icon {
  width: 1.71rem;
  height: 1.57rem;
  background: url("../img/os-icons.png") no-repeat 0 0 / cover;
}
.os-icons__icon_white {
  background-position: 60% 0;
}
.os-icons__icon_win {
  background-position: 20% 0;
}
.os-icons__icon_white.os-icons__icon_win {
  background-position: 80% 0;
}
.os-icons__icon_linux {
  background-position: 40% 0;
}
.os-icons__icon_white.os-icons__icon_linux {
  background-position: 100% 0;
}
.os-icons__icon_blank {
  background: none;
}
.drawer-list {
  display: flex;
  flex-direction: column;
}
.drawer-list_gapless {
  border-radius: 0.43rem;
  -webkit-border-radius: 0.43rem;
  -moz-border-radius: 0.43rem;
  -moz-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
}
.drawer-list__item:not(:first-child) {
  margin-top: 1.43rem;
}
.drawer-list_gapless .drawer-list__item:not(:first-child) {
  margin-top: auto;
  border-top: 1px solid #dbdbdb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.drawer-list_gapless .drawer-list__item:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.drawer-list:not(.drawer-list_gapless) .drawer-list__item {
  -moz-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
}
.drawer {
  border-radius: 0.43rem;
  -webkit-border-radius: 0.43rem;
  -moz-border-radius: 0.43rem;
  background: #edf5ed;
}
.drawer__latch {
  display: none;
}
.drawer_green .drawer__latch:checked + .drawer__latched {
  border-radius: inherit;
  background-color: #86c87e;
  -moz-box-shadow: inset 0 0 3.14rem 0 rgba(37, 114, 30, 0.75);
  -webkit-box-shadow: inset 0 0 3.14rem 0 rgba(37, 114, 30, 0.75);
  box-shadow: inset 0 0 3.14rem 0 rgba(37, 114, 30, 0.75);
}
@media screen and (min-width: 768px) {
  .drawer:not(.drawer_content-only) .drawer__latch:not(:checked) + .drawer__latched:hover {
    border-radius: inherit;
    overflow: hidden;
    background: #ffffff;
  }
}
.drawer__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 1.07rem 3.57rem 1.07rem 1.43rem;
}
.drawer__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.43rem;
  width: 1.14rem;
  height: 1.14rem;
  background: url("../img/collapse-double.png") no-repeat 0 50% / 300% auto;
}
.drawer__latch:checked + .drawer__latched .drawer__title::after,
.drawer_content-only .drawer__title::after {
  background-position: 0 0;
}
.drawer__title-text {
  border-bottom: 1px dashed rgba(41, 100, 173, 0.3);
  color: #2964ad;
  font: 1.29rem "Signika Negative Semibold", sans-serif;
  cursor: pointer;
}
.drawer__title-text:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  color: #000000;
}
.drawer__subtitle {
  padding: 0 3.57rem 1.07rem 1.43rem;
}
.drawer__latch:checked + .drawer__latched .drawer__subtitle,
.drawer_content-only .drawer__subtitle {
  display: none;
}
.drawer__content {
  border-top: 1px solid #dbdbdb;
}
.drawer_content-only .drawer__content {
  border-top: none;
}
.drawer:not(.drawer_content-only) .drawer__latch:not(:checked) + .drawer__latched .drawer__content {
  display: none;
}
.drawer__padded {
  margin: 1.43rem;
}
.two-col {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .two-col {
    display: grid;
    grid-template-columns: 180px auto;
    margin: 32px auto 50px;
  }
}
.two-col__aside {
  display: none;
}
@media screen and (min-width: 1000px) {
  .two-col__aside {
    display: block;
  }
}
.two-col__main {
  background: #c8e5c7;
  padding: 1.71rem 1.14rem 2.86rem;
}
@media screen and (min-width: 768px) {
  .two-col__main {
    padding: 1.71rem 2.29rem 2.86rem;
  }
}
@media screen and (min-width: 1000px) {
  .two-col__main {
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .two-col__currency {
    position: absolute;
    top: 1.71rem;
    right: 2.29rem;
  }
}
@media screen and (min-width: 1000px) {
  .two-col__currency {
    position: absolute;
    top: 2.86rem;
    right: 2.86rem;
  }
}
.single-col {
  position: relative;
}
.single-col__main {
  padding: 1.71rem 1.71rem 2.86rem;
  background: #c8e5c7;
}
@media screen and (min-width: 768px) {
  .single-col__main {
    padding: 1.71rem 2.29rem 2.86rem;
  }
}
@media screen and (min-width: 1000px) {
  .single-col__main {
    margin: 31px 0 50px;
    border-radius: 15px;
    padding: 40px;
  }
}
.breadcrumb {
  font-size: 1.07rem;
  margin: -0.43rem auto 2.36rem;
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  position: relative;
  margin-left: 1.21rem;
  margin-right: 0.64rem;
}
.breadcrumb a::before,
.breadcrumb span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.21rem;
  width: 0.93rem;
  height: 0.86rem;
  background: url("../img/breadcrumb.png") no-repeat 0 100% / auto 400%;
}
.breadcrumb a:first-child::before,
.breadcrumb span:first-child::before {
  background-position: 0 0;
}
.breadcrumb a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.breadcrumb a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.side-menu {
  display: grid;
  position: relative;
  grid-auto-rows: 35px;
  row-gap: 1px;
  border-right: 1px solid #59a25d;
  background: #8ac08d;
}
.side-menu__item {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 10px;
  background: #d4edd4;
  color: #000000;
  text-decoration: none;
  font: 1.21rem "Asap Regular", sans-serif;
}
.side-menu__item:hover:not(.side-menu__item_current) {
  background: #bee4be;
}
.side-menu__item_current {
  background: #65b472;
  color: #ffffff;
}
.side-menu__item_current:not(.side-menu__item_semi)::after {
  content: "";
  position: absolute;
  top: 17.5px;
  transform: translateY(-50%) rotate(45deg);
  right: -6px;
  width: 10px;
  height: 10px;
  border: 1px solid #59a25d;
  border-left: none;
  border-bottom: none;
  background: #65b472;
}
.button {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 0.36rem;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  background: #308c25;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-blend-mode: overlay;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font: bold 1.14rem "Arial", sans-serif;
  cursor: pointer;
}
.button:disabled,
.button_disabled {
  cursor: default;
  background-color: #7f7f7f;
}
.button:hover {
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .button:hover:not(:disabled):not(.button:hover.button_disabled) {
    border: none;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)), linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%);
  }
}
.button_uppercase {
  text-transform: uppercase;
}
.button_blue {
  background: #369fdd;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.button_blue:disabled,
.button_blue[disabled] {
  background-color: #a7b2b9;
}
.button_download {
  padding-right: 3.71rem;
}
.button_download::before {
  content: "";
  position: absolute;
  top: 0.36rem;
  bottom: 0.36rem;
  right: 2.71rem;
  width: 1px;
  background: #76b36f;
}
.button:disabled.button_download::before,
.button_disabled.button_download::before {
  background-color: #b7b7b7;
}
.button_blue.button_download::before {
  background: #83c4ea;
}
.button:disabled.button_blue.button_download::before,
.button_disabled.button_blue.button_download::before {
  background-color: #d9dee1;
}
.button_download::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.79rem;
  width: 1.14rem;
  height: 1.14rem;
  background: url("../img/collapse-double.png") no-repeat 100% 50% / 300% auto;
}
.button_checkout {
  padding-right: 3.71rem;
}
.button_checkout::before {
  content: "";
  position: absolute;
  top: 0.36rem;
  bottom: 0.36rem;
  right: 2.71rem;
  width: 1px;
  background: #76b36f;
}
.button:disabled.button_checkout::before,
.button_disabled.button_checkout::before {
  background-color: #b7b7b7;
}
.button_blue.button_checkout::before {
  background: #83c4ea;
}
.button:disabled.button_blue.button_checkout::before,
.button_disabled.button_blue.button_checkout::before {
  background-color: #d9dee1;
}
.button_checkout::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.79rem;
  width: 1.14rem;
  height: 1.14rem;
  background: url("../img/collapse-double.png") no-repeat 100% 100% / 300% auto;
}
.button_purchase {
  white-space: nowrap;
}
.button_purchase::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.125rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 1.43rem;
  height: 1.14rem;
  background: url("../img/cart.png") no-repeat 0 60% / auto 1100%;
}
.button__2row {
  display: block;
  position: relative;
  top: -0.25rem;
}
.button__sub {
  position: absolute;
  left: 0;
  bottom: -0.86rem;
  box-sizing: content-box;
  width: 100%;
  font-size: 0.86rem;
  font-weight: normal;
  text-transform: lowercase;
}
.demo-dl__icons {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .demo-dl__icons {
    flex-basis: 9.14rem;
  }
}
@media screen and (min-width: 1000px) {
  .demo-dl__icons {
    flex-basis: 128px;
  }
}
.drawer__latch:checked + .drawer__latched .demo-dl__icons,
.drawer_content-only .demo-dl__icons {
  display: none;
}
.demo-dl__version {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .demo-dl__version {
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .demo-dl__version > :not(:first-child) {
    margin-left: 0.71rem;
  }
}
.demo-dl__version-num {
  flex-basis: 50%;
  font-size: 1.14rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .demo-dl__version-num {
    flex-basis: auto;
  }
}
@media screen and (min-width: 1000px) {
  .demo-dl__version-num {
    flex-basis: auto;
  }
}
.demo-dl__date {
  margin-left: auto;
  color: #747474;
}
@media screen and (min-width: 768px) {
  .demo-dl__date {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .demo-dl__date {
    margin-left: 0;
  }
}
.demo-dl__version-link {
  margin-top: 0.71rem;
}
@media screen and (min-width: 768px) {
  .demo-dl__version-link {
    margin-top: 0;
  }
}
.demo-dl__version-link:last-child {
  margin-left: 0.71rem;
}
.demo-dl__tabs {
  margin-top: 1.43rem;
}
.demo-dl__options {
  display: flex;
  flex-wrap: wrap;
  margin: 1.43rem;
}
.demo-dl__option {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .demo-dl__option {
    flex: 1 50%;
  }
}
@media screen and (min-width: 1000px) {
  .demo-dl__option {
    flex: 1 50%;
  }
}
.demo-dl__option:not(:first-child) {
  border-top: 1px solid #cad0ca;
  padding-top: 1.43rem;
}
@media screen and (min-width: 768px) {
  .demo-dl__option:not(:first-child) {
    border-top: none;
    border-left: 1px solid #cad0ca;
    padding-top: 0;
    padding: 0 0 0 1.43rem;
  }
}
@media screen and (min-width: 1000px) {
  .demo-dl__option:not(:first-child) {
    border-top: none;
    border-left: 1px solid #cad0ca;
    padding-top: 0;
    padding: 0 0 0 1.43rem;
  }
}
.demo-dl__download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.demo-dl__compat h5 {
  margin-top: 1.07rem;
}
.demo-dl__compat ul {
  margin-left: 1.25rem;
}
.demo-dl__btn {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .demo-dl__btn {
    flex: 0 17.57rem;
  }
}
.demo-dl__size {
  margin-left: 0.71rem;
  color: #747474;
}
.os-tabs__latch {
  display: none;
}
.os-tabs__tabs {
  display: flex;
  margin-left: 1.43rem;
}
.os-tabs__tab {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.29rem;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.71rem 0.93rem 0.71rem 2.93rem;
}
.os-tabs__latch:nth-of-type(1):checked ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(1) {
  border-color: #cad0ca;
}
.os-tabs__latch:nth-of-type(1):checked ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(1)::after {
  display: block;
}
.os-tabs__latch:nth-of-type(2):checked ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(2) {
  border-color: #cad0ca;
}
.os-tabs__latch:nth-of-type(2):checked ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(2)::after {
  display: block;
}
.os-tabs__latch:nth-of-type(3):checked ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(3) {
  border-color: #cad0ca;
}
.os-tabs__latch:nth-of-type(3):checked ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(3)::after {
  display: block;
}
.os-tabs__tab::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.79rem;
  height: 1.57rem;
  background: url("../img/os-icons.png") no-repeat 0 0 / auto 100%;
}
.os-tabs__tab::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #edf5ed;
}
.os-tabs__tab_win::before {
  background-position: 20% 0;
}
.os-tabs__tab_linux::before {
  background-position: 40% 0;
}
.os-tabs__latch:nth-of-type(1):not(:checked) ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(1) .os-tabs__name {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.os-tabs__latch:nth-of-type(1):not(:checked) ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(1) .os-tabs__name:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.os-tabs__latch:nth-of-type(2):not(:checked) ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(2) .os-tabs__name {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.os-tabs__latch:nth-of-type(2):not(:checked) ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(2) .os-tabs__name:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.os-tabs__latch:nth-of-type(3):not(:checked) ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(3) .os-tabs__name {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.os-tabs__latch:nth-of-type(3):not(:checked) ~ .os-tabs__tabs .os-tabs__tab:nth-of-type(3) .os-tabs__name:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.os-tabs__contents {
  border-top: 1px solid #cad0ca;
}
.os-tabs__content {
  display: none;
}
.os-tabs__latch:nth-of-type(1):checked ~ .os-tabs__contents .os-tabs__content:nth-of-type(1) {
  display: block;
}
.os-tabs__latch:nth-of-type(2):checked ~ .os-tabs__contents .os-tabs__content:nth-of-type(2) {
  display: block;
}
.os-tabs__latch:nth-of-type(3):checked ~ .os-tabs__contents .os-tabs__content:nth-of-type(3) {
  display: block;
}
.currency {
  display: flex;
  margin-bottom: 1.14rem;
  padding-bottom: 0.43rem;
}
.currency__spinner {
  margin: 0.14rem auto auto 0.29rem;
  width: 1.43rem;
  height: 1.43rem;
  background: url("../img/spinner.gif") no-repeat center / cover;
}
.currency:not(.currency_updating) .currency__spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .currency__spinner {
    position: absolute;
    right: -1.71rem;
  }
}
.currency__latch {
  display: none;
}
.currency__latched {
  position: relative;
  padding: 0 0.57rem;
}
.currency__latch:checked + .currency__latched {
  border-radius: 0.21rem;
  background: #ecf5ec;
}
.currency__latch:checked + .currency__latched::after {
  content: "";
  left: 50%;
  position: absolute;
  bottom: -0.43rem;
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
  width: 0.86rem;
  height: 0.86rem;
  background: #ecf5ec;
  background: linear-gradient(-45deg, #ecf5ec 0%, #ecf5ec 51%, transparent 51%);
}
.currency__name {
  line-height: 1.71rem;
}
.currency__latch:not(:checked) + .currency__latched .currency__name {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dashed rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.currency__latch:not(:checked) + .currency__latched .currency__name:hover {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  color: #000000;
}
.feature-map {
  display: block;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .feature-map {
    display: table;
  }
}
@media screen and (min-width: 1000px) {
  .feature-map {
    display: table;
  }
}
.feature-map td {
  display: block;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .feature-map td {
    display: table-cell;
  }
}
@media screen and (min-width: 1000px) {
  .feature-map td {
    display: table-cell;
  }
}
.reviews__review {
  border-radius: 0.71rem;
  padding: 1.43rem;
  background: #edf5ed;
}
.reviews__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.43rem;
  margin: 1.43rem auto;
  overflow: hidden;
}
.reviews__item {
  height: fit-content;
}
.reviews__items:not(.reviews__items_wide) .reviews__item {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .reviews__items:not(.reviews__items_wide) .reviews__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1000px) {
  .reviews__items:not(.reviews__items_wide) .reviews__item {
    width: 340px;
  }
}
.reviews__title {
  margin: auto;
  font: 1.29rem/1.2 "Signika Negative Semibold", sans-serif;
}
.reviews__author {
  margin-top: 1.43rem;
  text-align: right;
  font-weight: bold;
  font-style: italic;
}
.reviews_layout_1 .reviews__author {
  margin: 0.36rem auto 1.43rem;
  text-align: left;
}
.reviews__content p {
  margin-bottom: 0;
}
.reviews__inline-title {
  margin: 1.43rem auto;
  text-align: center;
  font: 1.71rem "Signika Negative Semibold", sans-serif;
}
.reviews__pager {
  border-top: 1px solid #aac3a9;
  padding-top: 1.43rem;
}
@media screen and (min-width: 768px) {
  .reviews__pager {
    margin-top: 1.79rem;
    padding-top: 1.79rem;
  }
}
@media screen and (min-width: 1000px) {
  .reviews__pager {
    margin: 25px -40px 0;
    padding: 25px 40px 0;
  }
}
.pager {
  display: flex;
}
.pager__item_next {
  margin-left: auto;
}
.pager__link {
  position: relative;
  display: inline-block;
  border-radius: 0.29rem;
  padding: 0 0.71rem;
  text-decoration: none;
  background: #edf5ed;
  color: #000000;
  line-height: 2.14rem;
  font-size: 1.07rem;
}
.pager__link:hover {
  background: #68ba6b;
  color: #ffffff;
}
.pager__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.29rem;
  height: 0.57rem;
  background: url("../img/triangle-lr.png") no-repeat 0 0 / 900% auto;
}
.pager__item_prev .pager__link,
.pager__link.pager__item_prev {
  padding-left: 1.21rem;
}
.pager__item_prev .pager__link::before,
.pager__link.pager__item_prev::before {
  left: 0.57rem;
}
.pager__item_prev .pager__link:hover::before,
.pager__link.pager__item_prev:hover::before {
  background-position: 50% 0;
}
.pager__item_next .pager__link,
.pager__link.pager__item_next {
  padding-right: 1.21rem;
}
.pager__item_next .pager__link::before,
.pager__link.pager__item_next::before {
  right: 0.57rem;
  background-position: 25% 0;
}
.pager__item_next .pager__link:hover::before,
.pager__link.pager__item_next:hover::before {
  background-position: 75% 0;
}
.single-review__pager {
  border-top: 1px solid #aac3a9;
  padding-top: 1.43rem;
}
@media screen and (min-width: 1000px) {
  .single-review__pager {
    margin: 0 -40px;
    padding: 20px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .single-review__pager-link {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(41, 100, 173, 0.3);
    color: #2964ad;
    display: block;
    border-radius: 0;
    line-height: normal;
    background: none;
  }
  .single-review__pager-link:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .single-review__pager-link:hover {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .single-review__pager-link:hover::before {
    background-position: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .single-review__pager-link::before {
    opacity: 0.5;
    width: 0.71rem;
    height: 0.71rem;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 768px) {
  .pager__item_prev .single-review__pager-link {
    margin-left: 1.43rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .pager__item_prev .single-review__pager-link::before {
    left: -1.43rem;
  }
}
@media screen and (min-width: 768px) {
  .pager__item_prev .single-review__pager-link:hover::before {
    background-position: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pager__item_next .single-review__pager-link {
    padding: 0;
    margin-left: 0;
    margin-right: 1.43rem;
  }
}
@media screen and (min-width: 768px) {
  .pager__item_next .single-review__pager-link::before {
    right: -1.43rem;
  }
}
@media screen and (min-width: 768px) {
  .pager__item_next .single-review__pager-link:hover::before {
    background-position: 25% 0;
  }
}
.single-review__date {
  display: inline-block;
  margin-top: 0.36rem;
  padding: 0.14rem 0.36rem;
  background: #b1ccb1;
  font-size: 0.86rem;
}
@media screen and (max-width: 767px) {
  .single-review__date {
    display: none;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-banner__body {
  font: 3em/100% "Signika Negative Semibold", sans-serif;
  padding: 0.3em;
  background: #262b30;
  color: #ffffff;
  text-align: center;
  overflow: auto;
}
.top-banner__body p {
  margin: 0;
  font: inherit;
  color: inherit;
}
.tooltip2 {
  display: inline-block;
  position: relative;
}
.tooltip2__latch {
  display: none;
}
.tooltip2__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71rem;
  background: #ffffff;
  z-index: 1;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .tooltip2__popup {
    display: block;
    position: absolute;
    top: 2.14rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: auto;
    border-radius: 0.36rem;
    -webkit-border-radius: 0.36rem;
    -moz-border-radius: 0.36rem;
    width: 27rem;
    overflow: visible;
    -moz-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1000px) {
  .tooltip2__popup {
    width: 420px;
  }
}
.tooltip2__latch:not(:checked) + .tooltip2__popup {
  display: none;
}
@media screen and (min-width: 768px) {
  .tooltip2__popup::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.29rem;
    transform-origin: center;
    transform: translateX(-50%) rotate(45deg);
    width: 0.57rem;
    height: 0.57rem;
    background: #ffffff;
    -moz-box-shadow: 0 -0.29rem 0.29rem 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -0.29rem 0.29rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -0.29rem 0.29rem 0 rgba(0, 0, 0, 0.1);
  }
}
.tooltip2__close {
  position: absolute;
  top: 0.57rem;
  right: 0.57rem;
  border: none;
  padding: 0;
  width: 1.71rem;
  height: 1.71rem;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tooltip2__close {
    width: 1.14rem;
    height: 1.14rem;
  }
}
.tooltip2__content {
  width: 100%;
  text-align: initial;
}
.tooltip2__content h5:not(:first-child) {
  margin-top: 1rem;
}
.price {
  display: inline-block;
  font-weight: bold;
}
.price__initial {
  position: relative;
  color: #747474;
  text-decoration: none;
}
.price_compact .price__initial {
  font-weight: normal;
}
.price__initial::after {
  content: "";
  position: absolute;
  top: 43%;
  left: -0.15em;
  right: -0.15em;
  height: 1px;
  background: #000000;
}
.product__icons {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .drawer__latch:checked + .drawer__latched .product__icons,
  .drawer_content-only .product__icons {
    display: none;
  }
}
.product_bundle .drawer__latch:checked + .drawer__latched .product__icons,
.product_bundle .drawer_content-only .product__icons {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_bundle .product__icons {
    flex-basis: 100%;
    order: 3;
    margin-top: 1rem;
  }
}
.product__title {
  white-space: nowrap;
}
.drawer__latch:checked + .drawer__latched .product__title,
.drawer_content-only .product__title {
  white-space: normal;
  color: #2b4a7c;
}
.drawer__latch:checked + .drawer__latched .product__title:hover,
.drawer_content-only .product__title:hover {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .drawer:not(.drawer_content-only) .drawer__latch:not(:checked) + .drawer__latched .product__title {
    margin-bottom: 1.57rem;
  }
  .product_bundle .drawer:not(.drawer_content-only) .drawer__latch:not(:checked) + .drawer__latched .product__title {
    margin-bottom: 0;
  }
}
.product__price {
  position: absolute;
  left: 1.43rem;
  bottom: 1.07rem;
  font: bold 1.07rem "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .product__price {
    position: static;
    flex-basis: 12.5rem;
    text-align: right;
  }
}
.drawer__latch:checked + .drawer__latched .product__price,
.drawer_content-only .product__price {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_bundle .product__price {
    flex-basis: 100%;
    order: 2;
    position: static;
  }
}
.product__extra-license {
  display: none;
}
@media screen and (min-width: 768px) {
  .product__extra-license {
    display: block;
    font-weight: normal;
    color: #747474;
  }
}
.product__compat {
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .product__compat {
    flex-basis: 11.79rem;
    margin-left: 0.71rem;
    text-align: left;
  }
}
.drawer:not(.drawer_content-only) .drawer__latch:not(:checked) + .drawer__latched .product__compat {
  display: none;
}
.product__tooltip {
  right: 0;
}
@media screen and (min-width: 768px) {
  .product__tooltip {
    font-size: 0.8rem;
  }
}
.product__bundle {
  padding-left: 1.75rem;
  margin: 1.5rem auto 0 0;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .product__bundle {
    order: 4;
    margin-top: 1rem;
    padding-left: 1.5rem;
  }
}
.drawer__latch:checked + .drawer__latched .product__bundle,
.drawer_content-only .product__bundle {
  display: none;
}
.product__content {
  border-top: none;
  padding: 0 1.43rem 1.43rem 1.43rem;
}
.feature-brief {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature-brief {
    display: table;
    border-collapse: collapse;
    background: none;
  }
}
.feature-brief thead {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  border-radius: 0.36rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature-brief thead {
    display: table-header-group;
  }
}
@media screen and (min-width: 768px) {
  .feature-brief thead th:first-child {
    border-top-left-radius: 0.36rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-brief thead th:last-child {
    border-top-right-radius: 0.36rem;
  }
}
.feature-brief tbody {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
}
@media screen and (min-width: 768px) {
  .feature-brief tbody {
    display: table-row-group;
  }
}
.feature-brief tfoot {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  border-radius: 0.36rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature-brief tfoot {
    display: table-footer-group;
  }
}
@media screen and (min-width: 768px) {
  .feature-brief tfoot td:last-child {
    border-bottom-right-radius: 5px;
  }
}
.feature-brief__row {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
  border-top: 1px solid #dfdfdf;
}
@media screen and (min-width: 768px) {
  .feature-brief__row {
    display: table-row;
    border-top: none;
  }
}
.feature-brief__row_header {
  border-top: none;
}
.feature-brief__row_bundled {
  border-top: none;
}
.feature-brief__row_blank {
  border: none;
}
@media screen and (min-width: 768px) {
  .feature-brief__cell {
    border: 1px solid #dfdfdf;
  }
  .feature-brief__cell:first-child {
    border-left: none;
  }
  .feature-brief__cell:last-child {
    border-right: none;
  }
}
.feature-brief__row_header .feature-brief__cell {
  border: none;
}
.feature-brief__row_feature .feature-brief__cell {
  background: #ffffff;
}
.feature-brief__row_price .feature-brief__cell {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .feature-brief__row_price .feature-brief__cell {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-brief__row_price .feature-brief__cell:first-child {
    border-bottom: none;
    border-left: none;
    border-bottom-left-radius: 5px;
  }
}
.feature-brief__row_price .feature-brief__cell:nth-child(2) {
  border-bottom-left-radius: 5px;
}
.feature-brief__row_price .feature-brief__cell:last-child {
  border-bottom-right-radius: 5px;
}
.feature-brief__cell_title {
  flex: 100%;
  text-align: center;
  padding: 0.71rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .feature-brief__cell_title {
    text-align: left;
    font-weight: normal;
  }
}
.feature-brief__row_header .feature-brief__cell_title {
  background: #5d5d5d;
  background: linear-gradient(0, #4d4d4d 0%, #6d6d6d 100%);
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .feature-brief__row_header .feature-brief__cell_title {
    border-bottom: 1px solid #6d6d6d;
  }
}
.feature-brief__row_feature .feature-brief__cell_title a,
.feature-brief__row_price .feature-brief__cell_title a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.feature-brief__row_feature .feature-brief__cell_title a:hover,
.feature-brief__row_price .feature-brief__cell_title a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.feature-brief__cell_value {
  flex: 1;
  text-align: center;
  padding: 0.57rem 0.71rem;
  width: 0;
}
.feature-brief__row_header .feature-brief__cell_value {
  background: linear-gradient(0, #131313 0%, #373737 100%);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .feature-brief__row_header .feature-brief__cell_value {
    border-bottom: 1px solid #373737;
  }
}
.feature-brief__row_header .feature-brief__cell_value:not(:nth-child(2)) {
  border-left: 1px solid #000000;
}
.feature-brief__row_price .feature-brief__cell_value {
  align-content: flex-end;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  border-left: none;
  font-weight: bold;
}
.feature-brief__row_price .feature-brief__cell_value:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .feature-brief__row_price .feature-brief__cell_value {
    vertical-align: bottom;
    font-size: 1.43rem;
  }
}
.feature-brief__details-link {
  font-weight: normal;
}
.feature-brief__try {
  margin-top: 0.57rem;
  padding: 0 0.71rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature-brief__try {
    display: table-cell;
    padding: 0;
    text-align: left;
  }
}
.feature-brief__purchase {
  margin-top: 0.5rem;
}
.feature-brief__price-val {
  display: block;
}
.feature-brief__extra-license {
  display: block;
  margin-bottom: 0.36rem;
  font: 1rem "Arial", sans-serif;
}
.feature-brief__demo {
  font-weight: bold;
  white-space: nowrap;
}
.bundled {
  background: #dfdfdf;
}
.bundled__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bundled__title {
  text-align: left;
  font-weight: normal;
}
.bundled__name {
  display: block;
  margin-bottom: 0.25rem;
  font: bold 1.29rem "Signika Negative Semibold", sans-serif;
}
@media screen and (min-width: 768px) {
  .bundled__name {
    margin-bottom: 0.5rem;
  }
}
.bundled__links {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .bundled__links {
    margin-bottom: 0;
  }
}
.bundled__links a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.bundled__links a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.bundled__links a_dashed {
  border-bottom: 1px dashed rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.bundled__links a_dashed:hover {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  color: #000000;
}
.home .bundled__links a {
  border-bottom: 1px solid rgba(121, 217, 126, 0.3);
  color: #79d97e;
}
.home .bundled__links a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.home-summary__item-title .bundled__links a {
  border-bottom: 1px solid rgba(121, 217, 126, 0.3);
  color: #79d97e;
  border-bottom: none;
}
.home-summary__item-title .bundled__links a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.home-summary__item-title .bundled__links a:hover {
  border-bottom: none;
}
.bundled__links a_no-underline {
  border-bottom: none;
}
.bundled__links a_no-underline:hover {
  border-bottom: none;
}
.home .bundled__links a_no-underline {
  border-bottom: none;
}
.home .bundled__links a_no-underline:hover {
  border-bottom: none;
}
.bundled__links a_light {
  border-bottom: 1px solid rgba(173, 224, 255, 0.3);
  color: #ade0ff;
}
.bundled__links a_light:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.bundled__links a_dark {
  border-bottom: 1px solid rgba(43, 74, 124, 0.3);
  color: #2b4a7c;
}
.bundled__links a_dark:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.bundled__links a_darker {
  border-bottom: 1px solid rgba(29, 51, 85, 0.3);
  color: #1d3355;
}
.bundled__links a_darker:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.bundled__icons {
  margin-left: auto;
}
.bundled__compat {
  margin-left: 0.71rem;
  margin-right: auto;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .bundled__compat {
    flex-basis: 14.29rem;
    margin-right: 0;
  }
}
.check {
  display: inline-block;
  width: 1.14rem;
  height: 0.93rem;
  background: url("../img/check.png") no-repeat 0 50% / auto 500%;
}
.check_no {
  background-position: 0 0;
}
.check_orange {
  background-position: 0 100%;
}
.price-list_updating {
  opacity: 0.5;
}
.cart-totals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.43rem;
}
.cart-totals__value {
  font-weight: bold;
}
.cart-totals__cart {
  flex-grow: 1;
  position: relative;
  border-radius: 0.36rem;
  padding: 0.71rem 1.43rem;
  background: #edf5ed;
  text-align: center;
  font-size: 1.07rem;
  -moz-box-shadow: 0 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .cart-totals__cart {
    text-align: left;
  }
}
.cart-totals__cart::after {
  content: "";
  position: absolute;
  left: 50%;
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
  width: 0.86rem;
  height: 0.86rem;
  background: #edf5ed;
  -moz-box-shadow: 0.14rem 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.14rem 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.14rem 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.1);
  bottom: -0.43rem;
}
@media screen and (min-width: 768px) {
  .cart-totals__cart::after {
    left: auto;
    bottom: auto;
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%) rotate(45deg);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: -0.43rem;
  }
}
.cart-totals__discount {
  display: block;
}
@media screen and (min-width: 768px) {
  .cart-totals__discount {
    display: inline;
  }
}
.cart-totals__checkout {
  margin-top: 1.29rem;
}
@media screen and (min-width: 768px) {
  .cart-totals__checkout {
    margin-top: auto;
    margin-left: 1.29rem;
  }
}
.license-agreements__links {
  padding: 0;
  line-height: 1.57rem;
}
.license-agreements__link {
  margin-left: 1.93rem;
}
.license-agreements__link a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.license-agreements__link a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.spin-edit {
  display: flex;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 0.3rem;
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .spin-edit {
    display: inline-block;
    border-radius: 0;
    padding-right: 1rem;
  }
}
.spin-edit__input {
  display: block;
  width: 2.5rem;
  border: none;
  padding: 0.21rem 0.36rem;
  background: transparent;
  text-align: center;
  font: 1.14rem "Arial", sans-serif;
  outline: none;
}
@media screen and (min-width: 1000px) {
  .spin-edit__input {
    border-right: 1px solid #d7d7d7;
    text-align: right;
  }
}
.spin-edit__up,
.spin-edit__down {
  position: relative;
  border: none;
  background: transparent;
  width: 2rem;
}
@media screen and (min-width: 1000px) {
  .spin-edit__up,
  .spin-edit__down {
    position: absolute;
    right: 0;
    height: 50%;
    width: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .spin-edit__up:hover:not(:disabled),
  .spin-edit__down:hover:not(:disabled) {
    background: #d0e0cf;
  }
}
.spin-edit__up::after,
.spin-edit__down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.29rem;
  height: 1.71rem;
  background: url("../img/item-actions.png") no-repeat 0 0 / 6.45rem 5.13rem;
}
@media screen and (min-width: 1000px) {
  .spin-edit__up::after,
  .spin-edit__down::after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.5rem;
    height: 0.29rem;
    background: url("../img/triangle-ud.png") no-repeat center 0 / 0.5rem 2.61rem;
  }
}
.spin-edit__up {
  border-left: 1px solid #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .spin-edit__up {
    top: 0;
    border-left: none;
  }
}
.spin-edit__up::after {
  background-position: -5.16rem 0;
}
@media screen and (min-width: 1000px) {
  .spin-edit__up::after {
    background-position: center 0;
  }
}
.spin-edit__up:disabled::after {
  background-position: -5.16rem 0;
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  .spin-edit__up:disabled::after {
    background-position: center 0;
  }
}
@media screen and (min-width: 1000px) {
  .spin-edit__up:hover::after {
    background-position: center 0;
  }
}
.spin-edit__down {
  border-right: 1px solid #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .spin-edit__down {
    bottom: 0;
    border-right: none;
    border-top: 1px solid #d7d7d7;
  }
}
.spin-edit__down::after {
  background-position: -2.58rem 0;
}
@media screen and (min-width: 1000px) {
  .spin-edit__down::after {
    background-position: center -0.58rem;
  }
}
.spin-edit__down:disabled::after {
  background-position: -2.58rem 0;
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  .spin-edit__down:disabled::after {
    background-position: center -0.58rem;
  }
}
@media screen and (min-width: 1000px) {
  .spin-edit__down:hover::after {
    background-position: center -0.58rem;
  }
}
.badge {
  display: inline-block;
  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;
}
@media screen and (min-width: 768px) {
  .badge {
    margin-left: 0.25em;
  }
}
.cart__errors {
  list-style-type: none;
  padding: 0;
}
.cart__error {
  color: #fe6567;
}
.cart__items {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  -moz-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
}
.cart__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.43rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.64rem 1.43rem 0.5rem;
  background: #edf5ed;
}
.cart__item_error {
  border: 1px solid #fe6567;
  padding-top: 1.29rem;
}
.cart__item_error:only-child {
  border-bottom-left-radius: 0.43rem;
  border-bottom-right-radius: 0.43rem;
}
@media screen and (min-width: 768px) {
  .cart__item {
    border-bottom-left-radius: 0.43rem;
  }
}
.cart__item:not(:first-child) {
  border-top: 1px solid #cad0ca;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cart__item:not(:last-child) {
  border-bottom-left-radius: 0;
}
.cart__item:not(:last-child):not(.cart__item:not(:last-child)_error) {
  border-top: none;
}
.cart__product {
  flex: 100%;
  order: 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 0.64rem auto 1.5rem auto;
}
@media screen and (min-width: 768px) {
  .cart__product {
    flex: 1;
    display: block;
    margin: 0.64rem auto auto 0;
  }
}
.cart__item_error .cart__product {
  display: block;
  margin-top: 0;
  color: #fe6567;
}
.cart__title {
  font: 1.43rem "Signika Negative Semibold", sans-serif;
}
.cart__license a {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(41, 100, 173, 0.3);
  color: #2964ad;
}
.cart__license a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
}
.cart__bundle {
  flex: 100%;
  list-style-type: none;
  padding-left: 1.25rem;
  line-height: 1.25rem;
}
.cart__bundle-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0.5rem;
}
.cart__bundle-item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1.25rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #a9a9a9;
}
.cart__bundled-product {
  flex: 100%;
}
@media screen and (min-width: 768px) {
  .cart__bundled-product {
    flex: 1;
  }
}
.cart__bundle-item-name {
  color: #747474;
}
.cart__copies-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .cart__copies-header {
    display: block;
    position: absolute;
    top: 1rem;
    right: 3rem;
    font-size: 0.79rem;
    color: #6f6f6f;
  }
}
.cart__copies {
  flex: 100%;
  margin: 0.5rem 0 0.5rem auto;
}
@media screen and (min-width: 768px) {
  .cart__copies {
    flex: none;
    margin: auto 2.75rem auto auto;
  }
}
.cart__copies_long {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cart__copies_long {
    display: none;
  }
}
.cart__copies_short {
  font-size: 1.14rem;
}
@media screen and (max-width: 767px) {
  .cart__copies_short {
    display: none;
  }
}
.cart__no-licenses {
  flex: 100%;
}
.cart__hint {
  position: relative;
  display: inline-block;
  margin: auto 0 auto auto;
  border-radius: 0.21rem;
  padding: 0 0.43rem;
  background: #d1d1d1;
  font: 0.86rem/1.67 "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .cart__hint {
    margin: 1.21rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .cart__hint::after {
    content: "";
    position: absolute;
    left: 1.14rem;
    top: -0.29rem;
    transform-origin: center;
    transform: translateX(-50%) rotate(45deg);
    width: 0.57rem;
    height: 0.57rem;
    background: #d1d1d1;
    background: linear-gradient(-45deg, transparent 0%, #d1d1d1 51%, #d1d1d1 51%);
  }
}
.cart__item-errors {
  list-style-type: none;
  margin-top: 1rem;
  padding: 0;
}
.cart__item-error {
  color: #fe6567;
}
.cart__item-error:not(:first-child) {
  margin-top: 0.5rem;
}
.cart__spinner {
  order: 4;
  margin-right: 0.36rem;
}
@media screen and (min-width: 768px) {
  .cart__spinner {
    order: 1;
  }
}
.cart__amount {
  position: relative;
  order: 2;
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  .cart__amount {
    display: block;
    position: relative;
    min-height: auto;
  }
}
.cart__amount-title {
  position: absolute;
  top: -0.5rem;
  font-size: 0.9rem;
  color: #6f6f6f;
}
@media screen and (min-width: 768px) {
  .cart__amount-title {
    top: -1.29rem;
    font-size: 0.79rem;
  }
}
.cart__amount_ro .cart__amount-value {
  display: block;
  padding-right: 1.25rem;
  box-sizing: border-box;
  width: 4.5rem;
  text-align: right;
  font: 1.14rem "Arial", sans-serif;
}
.cart__remove {
  order: 3;
  margin: auto 1.29rem;
  margin-left: 0;
  border: none;
  width: 1.29rem;
  height: 1.79rem;
  background: url("../img/item-actions.png") no-repeat 0 0 / 6.45rem 5.37rem;
}
.cart__remove:hover {
  background-position: 0 -3.58rem;
}
.cart__item-total {
  order: 5;
  margin: auto 0 auto auto;
  min-width: 4.75rem;
  text-align: right;
  font-size: 1.07rem;
}
@media screen and (min-width: 768px) {
  .cart__item-total {
    margin-left: 0;
  }
}
.cart__item-total .price__initial,
.cart__item-total .price__effective {
  display: block;
}
.cart__totals {
  position: relative;
  border-radius: 0.43rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .cart__totals {
    margin-left: auto;
    width: 28.57rem;
  }
}
.cart__totals::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1.07rem;
  height: 1.07rem;
  background: #edf5ed;
}
.cart__total {
  display: flex;
  padding: 0.64rem 1.43rem 0.64rem 1.79rem;
  background: #edf5ed;
  border-top: 1px solid #cad0ca;
  font-size: 1.14rem;
}
.cart__total:first-child {
  border-top: 1px solid #94a094;
}
@media screen and (min-width: 768px) {
  .cart__total:first-child {
    border-top: 1px solid #cad0ca;
  }
}
.cart__total:last-child {
  border-radius: 0.43rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cart__total_grand {
  padding: 1.43rem 1.43rem 1.29rem 1.79rem;
  background: #ffffff;
  font-size: 1.79rem;
}
.cart__total sup {
  font-size: 0.64rem;
}
.cart__total-value {
  margin-left: auto;
  font-weight: bold;
}
.cart__login {
  margin: 1.75rem 0 1.75rem auto;
  text-align: center;
  font: 1.14rem/1.25 "Asap Regular", sans-serif;
}
@media screen and (min-width: 768px) {
  .cart__login {
    margin-left: auto;
    width: 28.57rem;
  }
}
.cart__login-q {
  display: block;
  color: #6f6f6f;
}
.cart__payment-services {
  display: flex;
  list-style-type: none;
  margin: 1.71rem 0 0;
  padding: 0;
  -moz-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .cart__payment-services {
    margin-left: auto;
    width: 28.57rem;
  }
}
.cart__payment-service {
  flex: 1;
}
.cart__payment-service:not(:first-child) {
  border-left: 1px solid #cad0ca;
}
.cart__ps-input {
  display: none;
}
.cart__ps-label {
  display: block;
  position: relative;
  height: 5.29rem;
  background: #edf5ed no-repeat center 0.71rem / auto 45%;
}
.cart__payment-service:first-child .cart__ps-label {
  border-top-left-radius: 0.43rem;
  border-bottom-left-radius: 0.43rem;
}
.cart__payment-service:last-child .cart__ps-label {
  border-top-right-radius: 0.43rem;
  border-bottom-right-radius: 0.43rem;
}
.cart__payment-service_swreg .cart__ps-label {
  background-image: url("../img/swreg.png");
}
.cart__payment-service_shareit .cart__ps-label {
  background-image: url("../img/shareit.png");
}
.cart__payment-service_paypro .cart__ps-label {
  background-image: url("../img/paypro.png");
  background-size: auto 40%;
}
.cart__ps-input:checked + .cart__ps-label {
  background-color: #e1e9e1;
}
.cart__ps-label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.64rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/radiobutton.png") no-repeat 0 0 / auto 4rem;
}
.cart__payment-service:hover .cart__ps-label::after {
  background-position: 0 -2rem;
}
.cart__ps-input:checked + .cart__ps-label::after {
  background-position: 0 -1rem;
}
.cart__end-user-title {
  margin-top: 4rem;
  font: bold 1.71rem "Signika Negative Semibold", sans-serif;
}
.cart__tc-consent {
  margin-top: 2.14rem;
}
@media screen and (min-width: 768px) {
  .cart__tc-consent {
    margin-left: auto;
    box-sizing: border-box;
    width: 28.57rem;
  }
}
.cart__tc-block {
  border-radius: 0.43rem;
  padding: 1.29rem;
  background: #edf5ed;
  -moz-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.14rem 1.07rem 0 rgba(0, 0, 0, 0.1);
}
.cart__tc-consent_error .cart__tc-block {
  border: 1px solid #fe6567;
}
.cart__tc-error {
  margin-top: 0.36rem;
  text-align: center;
  color: #fe6567;
}
.cart__tc-consent:not(.cart__tc-consent_error) .cart__tc-error {
  display: none;
}
@media screen and (min-width: 768px) {
  .cart__tc-error {
    margin-left: auto;
    box-sizing: border-box;
    width: 28.57rem;
  }
}
.cart__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.14rem;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .cart__buttons {
    margin-top: 2.5rem;
    flex-direction: row;
  }
}
.cart__button {
  margin: auto;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .cart__button {
    margin-left: 0;
    min-width: 14.29rem;
  }
}
.cart__button:first-child {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .cart__button:first-child {
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .cart__button:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}
.spinner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 4.57rem;
  height: 4.57rem;
}
.spinner_small {
  min-width: 1.5rem;
  height: 1.5rem;
}
.spinner:not(.spinner_active) {
  display: none;
}
.spinner__fallback {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.spinner_loaded .spinner__fallback {
  display: none;
}
.spinner__animation {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/spinner.gif") no-repeat center / cover;
}
.spinner:not(.spinner_loaded) .spinner__animation {
  display: none;
}
.checkbox {
  position: relative;
}
.checkbox__input {
  display: none;
}
.checkbox__label {
  padding-left: 1.5rem;
}
.checkbox__label::before {
  content: "";
  position: absolute;
  visibility: visible;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1rem;
  background: url("../img/checkbox.png") no-repeat 0 0 / 1rem auto;
}
.checkbox:hover .checkbox__label::before {
  background-position: 0 -4rem;
}
.checkbox__input:checked + .checkbox__label::before {
  background-position: 0 -2rem;
}
.form__section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.79rem;
}
.form__section:not(:first-child) {
  margin-top: 2.5rem;
}
.form__column {
  flex: auto;
}
@media screen and (min-width: 768px) {
  .form__column {
    flex: 1 1 0;
  }
}
.form:not(.form_small) .form__column:last-child {
  flex: auto;
}
.form .field:not(:first-child) {
  margin-top: 2.5rem;
}
.form_small.form .field .label {
  font-weight: bold;
}
.form .field .optional {
  color: #747474;
  font-weight: normal;
}
.form .field .validation-message {
  color: #fe6567;
}
.form .field input,
.form .field select {
  display: block;
  border: 1px solid #b3b3b3;
  padding: 0 0.71rem;
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  height: 2.29rem;
  font-size: 1.29rem;
}
@media screen and (min-width: 768px) {
  :not(.form_small).form .field input,
  :not(.form_small).form .field select {
    width: 18.57rem;
  }
}
.form .field select {
  appearance: none;
  background: #ffffff url("../img/combo-arrow.png") no-repeat right center / auto 50%;
}
.form .field.error input {
  border-color: #fe6567;
}
.form .field textarea {
  border: 1px solid #b3b3b3;
  display: block;
  padding: 8px 10px;
  outline: 0;
  resize: vertical;
  box-sizing: border-box;
  width: 100%;
  height: 8rem;
  font: 14px "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .form .field.long input,
  .form .field.long select {
    width: 100%;
  }
}

