body.lock {
  overflow: hidden;
}

.addition-main-panel {
  margin-bottom: 32px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 576px) {
  .addition-main-panel {
    text-align: center;
  }
}

.addition-main-panel__page-ownership {
  color: #e63756;
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: calc(1em / 3);
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
  z-index: 25;
  display: none;
  opacity: 0;
}

@media (max-width: 576px) {
  .addition-main-panel__page-ownership {
    opacity: 1;
    display: block;
    margin-bottom: 24px;
  }
}

.addition-main-panel__page-ownership.hidden-ownership {
  z-index: 0;
}

.addition-main-panel__type {
  padding: 8px 10px;
  border-radius: 21px;
  letter-spacing: 0.25px;
  display: inline-block;
  margin-left: 9px;
}

.addition-main-panel__type_additions {
  background: rgba(255, 180, 2, 0.1);
  color: #d09300;
}

.addition-main-panel__type_ready {
  background: rgba(39, 174, 96, 0.1);
  color: #27AE60;
}

.addition-main-panel__type_modules {
  background: rgba(27, 164, 255, 0.1);
  color: #1BA4FF;
}

.addition-main-panel__type_free {
  background: #fad7dd;
  color: #e63756;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.addition-main-panel__type:first-child {
  margin-left: 0;
}

.addition-main-panel__item {
  margin-top: 12px;
  color: #b8bcc3;
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 19px;
}

@media (max-width: 576px) {
  .addition-main-panel__item {
    margin-top: 18px;
  }
  .addition-main-panel__item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .addition-main-panel__developer {
    display: none;
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }
}

.addition-main-panel__item_value {
  color: #4a5568;
  margin-left: 8px;
}

.addition-main-panel__stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}

.addition-main-panel__stars img {
  padding: 2px;
  margin-right: 2px;
}

.addition-main-panel__stars > img:last-child {
  margin-right: 0;
}

.addition-header-info__inner {
  margin-top: 42px;
  width: 42.294%;
}

@media (max-width: 1040px) {
  .addition-header-info__inner {
    width: 100%;
    margin-bottom: 64px;
  }
}

@media (max-width: 768px) {
  .addition-header-info__inner {
    margin-bottom: 42px;
  }
}

@media (max-width: 576px) {
  .addition-header-info__inner {
    margin-top: 22px;
  }
}

.addition-header-info__description {
  margin-bottom: 0;
}

.addition-header-info__image-wrapper {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0;
  max-height: 392px;
  display: block;
  width: 50.897%;
}

@media (max-width: 1040px) {
  .addition-header-info__image-wrapper {
    width: 75%;
    margin-top: 0;
    margin-bottom: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 768px) {
  .addition-header-info__image-wrapper {
    width: 100%;
  }
}

.addition-header-interaction {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1040px) {
  .addition-header-interaction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .addition-header-interaction {
    margin-top: 26px;
  }
}

@media (max-width: 576px) {
  .addition-header-interaction {
    margin-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.addition-header-interaction__first-column {
  width: 42.294%;
}

@media (max-width: 1040px) {
  .addition-header-interaction__first-column {
    width: 100%;
  }
}

@media (max-width: 1040px) {
  .addition-header-interaction__form-create {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .addition-header-interaction__form-create {
    max-width: 100%;
  }
}

.addition-header-interaction__form-create .head-slider-text--buttons {
  width: 100%;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

@media (max-width: 1040px) {
  .addition-header-interaction__form-create .head-slider-text--buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .addition-header-interaction__form-create .head-slider-text--buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.addition-header-interaction__form-create .head-slider-text__ofert {
  margin-top: 20px;
}

.addition-header-interaction__form-create .head-slider-text--buttons---mail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .addition-header-interaction__form-create .head-slider-text--buttons---mail {
    width: 261px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .addition-header-interaction__form-create .head-slider-text--buttons---mail {
    max-width: 375px;
    width: 100%;
  }
}

.addition-header-interaction__form-create .head-slider-text--buttons---input {
  color: #1a202c;
}

.addition-header-interaction__form-create .head-slider-text--buttons---input::-webkit-input-placeholder {
  color: rgba(26, 32, 44, 0.6);
}

.addition-header-interaction__form-create .head-slider-text--buttons---input:-ms-input-placeholder {
  color: rgba(26, 32, 44, 0.6);
}

.addition-header-interaction__form-create .head-slider-text--buttons---input::-ms-input-placeholder {
  color: rgba(26, 32, 44, 0.6);
}

.addition-header-interaction__form-create .head-slider-text--buttons---input::placeholder {
  color: rgba(26, 32, 44, 0.6);
}

@media (max-width: 640px) {
  .addition-header-interaction__form-create .head-slider-text--buttons--create {
    max-width: 375px;
    width: 100%;
  }
}

.addition-header-interaction__form-create .ofert-text__inner {
  margin-bottom: 0;
}

@media (max-width: 1040px) {
  .addition-header-interaction__form-create .ofert-text__inner {
    text-align: center;
  }
}

.addition-header-interaction__second-column {
  width: 50.897%;
}

@media (max-width: 1040px) {
  .addition-header-interaction__second-column {
    width: 100%;
    margin-bottom: 64px;
  }
}

@media (max-width: 768px) {
  .addition-header-interaction__second-column {
    margin-bottom: 42px;
  }
}

@media (max-width: 576px) {
  .addition-header-interaction__second-column {
    margin-top: 26px;
    margin-bottom: 0px;
  }
}

.addition-header-interaction__button-wrapper {
  text-align: center;
}

.addition-button_default {
  background: none;
  border: 0;
  cursor: pointer;
}

.addition-button_demo {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1rem !important;
  color: #1A202C;
  border: 2px solid #1A202C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  padding: 12px 30px;
  width: 100%;
  max-width: 375px;
  min-height: 50px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.addition-button_demo:hover {
  background: #1A202C;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.head-slider-text__ofert {
  margin-top: 30px;
}

.ofert-text__inner {
  font-size: 13px;
  font-family: open_sansregular;
  color: #4e5055;
  text-decoration: none;
  line-height: 28px;
}

.ofert-text__inner:hover {
  text-decoration: none;
  color: #4e5055;
}

.ofert-text__inner a {
  color: #4e5055;
}
.addition-gallery {
  margin: 0 -15px 0 -15px;
  padding: 0 15px 0 15px;
  overflow: visible;
  overflow-x: clip;
}

.addition-gallery__wrapper {
  width: 57.426%;
  margin: 64px auto 0;
}

@media (max-width: 940px) {
  .addition-gallery__wrapper {
    width: 100%;
  }
}

.addition-gallery__title {
  text-align: center;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #1a202c;
  margin-bottom: 40px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .addition-gallery__title {
    line-height: 25px;
    font-size: 18px;
  }
}

.addition-gallery__slide {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4.775px 34.25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4.775px 34.25px rgba(0, 0, 0, 0.05);
}

.addition-gallery__image {
  width: 100%;
  display: block;
}

.addition-gallery__bullets {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addition-gallery__bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e4e8eb;
  margin: 0 2.5px;
}

.addition-gallery__bullet_active {
  width: 9px;
  height: 9px;
  background: #e63756;
}

.addition-whats-new {
  margin-top: 40px;
}

.addition-whats-new__title {
  padding-left: 14px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1a202c;
  position: relative;
}

.addition-whats-new__title::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e63756;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.addition-whats-new__description {
  margin-top: 8px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a5568;
}

.addition-reviews {
  margin-top: 110px;
}

@media (max-width: 1040px) {
  .addition-reviews {
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  .addition-reviews {
    margin-top: 64px;
  }
}

.addition-reviews__title {
  font-family: Rubik;
  font-weight: 500;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .addition-reviews__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.addition-reviews__first-review {
  text-align: center;
  margin-top: 64px;
  font-family: Rubik;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1a202c;
}

.addition-reviews__inner {
  margin-top: 64px;
}

.addition-reviews__inner .swiper-wrapper {
  height: auto;
}

.addition-reviews__inner .swiper-slide {
  height: auto;
}

.addition-reviews__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.addition-reviews__bullets.swiper-pagination-lock {
  display: none;
  opacity: 0;
}

.addition-reviews__bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e4e8eb;
  margin: 0 2.5px;
}

.addition-reviews__bullet_active {
  width: 9px;
  height: 9px;
  background: #e63756;
}

.addition-reviews__button {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #e63756;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #e63756;
  padding: 14px;
  width: 100%;
  max-width: 318px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 64px auto 0;
}

.addition-review {
  background: #f7fafc;
  border-radius: 10px;
  padding: 44px 49px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.addition-review__top-die {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addition-review__name {
  margin-right: 10px;
  font-family: Rubik;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1a202c;
}

.addition-review__grade {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.addition-review__grade img {
  padding: 2px;
  margin-right: 2px;
}

.addition-review__text {
  margin: 0;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 19px;
  color: #4a5568;
  margin-top: 20px;
}

.addition-modal-add-review {
  z-index: 9999999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 32, 44, 0.45);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.addition-modal-add-review__inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.addition-modal-add-review__block {
  max-width: 482px;
  padding: 60px 30px 60px 60px;
  background: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}

.addition-modal-add-review__close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #1a202c;
}

.addition-modal-add-review__close-btn img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.addition-modal-add-review__title {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  color: #041a35;
}

.addition-modal-add-review__description {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-top: 14px;
  color: #484848;
  line-height: 28px;
  font-size: 15px;
}

.addition-modal-add-review__link-conditions {
  color: #484848;
  text-decoration: underline;
}

.addition-popup.open {
  opacity: 1;
  visibility: visible;
}

.addition-popup.open .addition-modal-add-review__block {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.form-add-review {
  padding-right: 30px;
  margin-top: 30px;
}

.form-add-review__grade {
  margin-bottom: 30px;
}

.form-add-review__grade-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #4A5568;
}

.form-add-review__select {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  padding: 16px 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: inherit;
  border: 1px solid #EAEAEA;
  color: #de4f69;
  font-weight: 700;
}

.form-add-review__select:focus {
  outline: none;
  border: 1px solid #d0ba65;
  -webkit-box-shadow: #feda4e 0px 0px 10px;
          box-shadow: #feda4e 0px 0px 10px;
}

.form-add-review__input {
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: inherit;
  padding: 11px 20px 10px;
  width: 100%;
  font-family: 'open_sanssemibold', serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #1a202c;
  margin-bottom: 14px;
}

.form-add-review__input::-webkit-input-placeholder {
  color: #757575;
  font-size: 16px;
}

.form-add-review__input:-ms-input-placeholder {
  color: #757575;
  font-size: 16px;
}

.form-add-review__input::-ms-input-placeholder {
  color: #757575;
  font-size: 16px;
}

.form-add-review__input::placeholder {
  color: #757575;
  font-size: 16px;
}

.form-add-review__input:focus {
  outline: none;
  border: 1px solid #d0ba65;
  -webkit-box-shadow: #feda4e 0px 0px 10px;
          box-shadow: #feda4e 0px 0px 10px;
}

.form-add-review__text {
  min-height: 150px;
  margin-bottom: 0;
  max-width: 100%;
  min-width: 100%;
  display: block;
}

.form-add-review__submit {
  margin-top: 14px;
  padding: 10px 20px;
  text-align: center;
  min-width: 196px;
  border: 0;
  border-radius: 8px;
  background: #e63756;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.form-add-review__submit:hover {
  background: #F03052;
  -webkit-box-shadow: 0px 14.8458px 24.3895px rgba(255, 136, 157, 0.4);
          box-shadow: 0px 14.8458px 24.3895px rgba(255, 136, 157, 0.4);
}

.simple-rating__items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.simple-rating__item {
  display: none;
}

.simple-rating__label {
  cursor: pointer;
}

.simple-rating__label_half::before {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 22px;
}

.simple-rating__label_full {
  width: 22px;
  padding-right: 8px;
}

.simple-rating__label_full::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: right/contain no-repeat url("../images/star_ground.svg");
}

.simple-rating__item:checked ~ .simple-rating__label_half::before,
.simple-rating__items:not(:checked) > .simple-rating__label_half:hover::before {
  background: top 0.3px left 0.2px/contain no-repeat url("../images/star_half.svg");
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.simple-rating__items:not(:checked) > .simple-rating__label_half:hover ~ .simple-rating__label_full::before {
  background: top 0.3px left 0.2px/contain no-repeat url("../images/star_full.svg");
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.simple-rating__item:checked ~ .simple-rating__label_full::before,
.simple-rating__items:not(:checked) > .simple-rating__label_full:hover::before,
.simple-rating__items:not(:checked) > .simple-rating__label_full:hover ~ .simple-rating__label_full::before {
  background: top 0.3px left 0.2px/contain no-repeat url("../images/star_full.svg");
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.addition-detailed {
  margin-top: 110px;
}

@media (max-width: 1040px) {
  .addition-detailed {
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  .addition-detailed {
    margin-top: 64px;
  }
}

.addition-detailed__title {
  font-family: Rubik;
  font-weight: 500;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .addition-detailed__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.addition-detailed__inner {
  margin-top: 64px;
}

.addition-detailed__inner > .info-detailed:last-child {
  margin-bottom: 0;
}

.info-detailed {
  margin-bottom: 16px;
}

.info-detailed__head-link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding-left: 68px;
  padding-right: 20px;
  height: 53px;
  z-index: 2;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (max-width: 768px) {
  .info-detailed__head-link {
    padding-left: 24px;
  }
}

.info-detailed__head-link_show {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.info-detailed__title {
  margin-right: auto;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1a202c;
}

.info-detailed__disclosure {
  margin: 0 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f2f5f9;
  position: relative;
}

.info-detailed__disclosure::before {
  content: "";
  position: absolute;
  height: 2.8px;
  width: 15.4px;
  top: 50%;
  left: 50%;
  background: #1a202c;
  border-radius: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info-detailed__disclosure::after {
  content: "";
  position: absolute;
  width: 2.8px;
  height: 15.4px;
  top: 50%;
  left: 50%;
  background: #1a202c;
  border-radius: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-detailed__disclosure_show::after {
  height: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-detailed__description-block {
  border: 1px solid #eaeaea;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.info-detailed__description-block_show {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.info-detailed__description-block-inner {
  padding: 28px 68px 40px 68px;
}

@media (max-width: 768px) {
  .info-detailed__description-block-inner {
    padding: 28px 24px 40px 24px;
  }
}

@media (max-width: 576px) {
  .info-detailed__description-block-inner {
    padding: 28px 8px 40px 8px;
  }
}

.detailed-information {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
}

@media (max-width: 768px) {
  .detailed-information {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .detailed-information {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.detailed-information__item {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1a202c;
  margin-right: 12px;
}

.detailed-information__value {
  font-weight: 400;
  color: #4a5568;
  margin-left: 8px;
}

.detailed-information__item_grade {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detailed-information__grade {
  margin-left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.detailed-information__grade img {
  margin-right: 1px;
  padding: 2px;
  width: 14px;
  height: 14px;
}

.detailed-document__title-link {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1a202c;
  margin-right: 8px;
}

.detailed-document__parameters {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  color: #4a5568;
  margin-right: 24px;
}

.detailed-document__weight {
  margin-left: 8px;
}

.detailed-document__download {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1a202c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detailed-document__download img {
  margin-left: 4px;
}

.detailed-update__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4a5568;
}

@media (max-width: 1040px) {
  .detailed-update__panel {
    padding: 0 16px;
  }
}

.detailed-update__panel .detailed-update__panel-title:nth-child(1) {
  width: 134px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1040px) {
  .detailed-update__panel .detailed-update__panel-title:nth-child(1) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 0;
  }
}

.detailed-update__panel .detailed-update__panel-title:nth-child(2) {
  width: 86px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

@media (max-width: 1040px) {
  .detailed-update__panel .detailed-update__panel-title:nth-child(2) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 0;
  }
}

.detailed-update__panel .detailed-update__panel-title:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

@media (max-width: 1040px) {
  .detailed-update__panel .detailed-update__panel-title:nth-child(3) {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }
}

.detailed-update__revision-info {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a5568;
  max-height: auto;
}

.detailed-update__revision-info_reveal > .detailed-update__revision-item {
  background-color: inherit;
}

.detailed-update__revision-info_reveal > .detailed-update__revision-item:nth-child(2n) {
  background-color: #f7fafc;
}

.detailed-update__revision-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

@media (max-width: 1040px) {
  .detailed-update__revision-item {
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .detailed-update__revision-item {
    padding: 8px;
  }
}

.detailed-update__revision-version {
  width: 134px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1040px) {
  .detailed-update__revision-version {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.detailed-update__revision-date {
  width: 86px;
  margin-right: 10%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

@media (max-width: 1040px) {
  .detailed-update__revision-date {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.detailed-update__revision-description {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 1040px) {
  .detailed-update__revision-description {
    margin-left: 0;
    text-align: left;
    padding-top: 8px;
  }
}

.detailed-update__wrapper-button-all-updates {
  display: block;
  text-align: right;
  margin-top: 20px;
}

.detailed-update__button-all-updates {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1a202c;
}

.detailed-update__button-all-updates img {
  margin-left: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* .kanban-header-info__inner {
  // margin-top: 57px;
  
} */
.kanban-header-info__title {
  margin-bottom: 16px;
}

.kanban-answer__description {
  margin-bottom: 39px;
}

@media (max-width: 768px) {
  .kanban-header-advantage {
    margin-top: 42px;
  }
}

@media (max-width: 1040px) {
  .kanban-header-info__clarification {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.kanban-mission-card {
  grid-auto-rows: auto;
}

@media (max-width: 940px) {
  .kanban-rate-license__image-wrapper {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .kanban-rate-license__image-wrapper {
    width: 60%;
  }
}

.kanban-rate-cards-saas__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.kanban-rate-cards-saas__inner .tariff-card-sass {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=software_add-ons.css.map */