/*
Include this after style_v3.css
*/
/* 
    Created on : 29.11.2019, 14:33:47
    Author     : Irina Zhunusova
*/
.offer_pr_sec {
    padding: 30px 0 45px;
    background: rgba(79, 132, 226, 0.1); /* included in style_v3.css */
}
.prices-anchor {
    position: absolute;
    display: block;
    width: 100%;
    top: 60px;
    left: 0;
}
.offer_pr_sec .offer_pr_top {
    margin-bottom: 55px;
}
.prices-wrapper {
    -webkit-box-shadow: 0 5px 25px rgba(39, 66, 113, 0.08);
    box-shadow: 0 5px 25px rgba(39, 66, 113, 0.08);
    border-radius: 15px;
    margin-bottom: 38px;
}
.offer_pr_sec .offer_pr_hold_new {
    display: flex;
    justify-content: space-between;
    padding: 45px 50px 50px;
    background: #fff;
    border-radius: 15px;
}

.offer_pr_hold_new.border-bottom {
    border-radius: 0 0 15px 15px;
}

.offer_pr_sec .offer_pr_col {
    width: 260px;
    text-align: left;
}

.offer_pr_sec .col_top {
    margin-bottom: 20px;
}
.offer_pr_sec .col_top .col_titl {
    font-weight: bold;
    color: #080808;
}

.offer_pr_editions {
    margin-left: -2px;
}
.offer_pr_editions .editions_item {
    width: 100%;
    display: block;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 10px;
    background-color: #F7F8FA;
    border: 2px solid #F7F8FA;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    font-size: 15px;
    line-height: 1.2;
    color: #4D4D4D;
    position: relative;
}
.offer_pr_editions .editions_item:hover {
    border-color: rgba(0,0,0,0.08);
}
.offer_pr_editions .editions_item_input:checked + .editions_item {
    background-color: #FFF;
    border-color: #4F84E2;
}
.offer_pr_editions.border-sale .editions_item_input:checked + .editions_item {
    border-color: #FFC645;
}
.offer_pr_editions .editions_item {
    margin-top: 10px;
}
.offer_pr_editions .editions_item:first-of-type {
    margin-top: 0;
}
.offer_pr_editions .editions_item_input {
    display: none;
}
.editions_item_titl,
.editions_item_text {
    display: block;
}
.editions_item_titl {
    font-size: 18px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 4px;
}


.tabs_prices_lic {
    display: flex;
    width: 100%;
    padding: 4px;
    background-color: #F7F8FA;
    border-radius: 7px;
}
.tab_prices_lic_item {
    flex: 1 0 auto;
    padding: 6px 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    background-color: transparent;
    border-radius: 5px;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
}
.tab_prices_lic_titl {
    color: #333333;
}
.tab_prices_lic_item_input { display: none; }
.tab_prices_lic_item_input:checked + .tab_prices_lic_item {
    background-color: #FFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.tab_prices_lic_item_input:checked + .tab_prices_lic_item .tab_prices_lic_titl {
    color: #080808;
    font-weight: 500;
}
.tab_prices_lic_item_input:disabled + label {
    cursor: default!important;
}
.tab_prices_lic_item_input:disabled + .tab_prices_lic_item .tab_prices_lic_titl {
    color: #c2c2c2;
    cursor: default!important;
}
.offer_pr_lic_opt-list {
    margin-top: 20px;
}

.tab_prices_lic_item .q {
    background-color: rgba(0,0,0,0.08);
}

#oneyear,
#twoyears,
#threeyears,
#lifetime,
#pr_summary_total {
    white-space: nowrap;
}

.list_prices_lic {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    position: relative;
}
.list_prices_lic .list_item {
    color: #080808;
    font-size: 13px;
    line-height: 18px;
}
.list_prices_lic .list_item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: 7px;
    height: 7px;
    background-color: #4D87E2;
    border-radius: 100%;
}
.list_prices_lic.inactive .list_item {
    color: #C2C2C2 !important;
}
.list_prices_lic.inactive .list_item::before {
    background-color: #C2C2C2 !important;
}
.list_prices_lic_hr {
    margin: 15px 0;
    background: #E0E0E0;
    opacity: 1;
}

.offer_pr_summary_box {
    padding: 20px 25px 30px;
    border-radius: 10px;
    background-color: #F7F8FA;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
    width: 260px;
}
.offer_pr_summary_box .offer_pr_summary_text {
    font-size: 13px;
    line-height: 18px;
    color: #1C1C1C;
    height: 33px;
}
.offer_pr_summary_box .offer_pr_summary_total {
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    letter-spacing: -0.9px;
    white-space: nowrap;
    color: #080808;
    height: 43px;
}
.offer_pr_summary_get-demo-btn {
    display: inline-flex;
}
.offer_pr_summary_get-demo-btn.price-request {
    margin-top: 15px;
}

.offer_pr_summary_box .offer_pr_summary_get-demo-btn {
    height: 35px;
    width: 100%;
}
.offer_pr_summary_box .offer_pr_summary_buy-link {
  display: block;
  position: relative;
  padding-left: 21px;
  font-size: 13px;
  line-height: 15px;
}
.offer_pr_summary_box .offer_pr_summary_buy-link .arr_r_small {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 10px;
  margin-top: -6px;
  line-height: 1;
}
.offer_pr_summary_box .offer_pr_summary_buy-link .arr_r_small svg {
  width: 100%;
  stroke: #4D87E2;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.offer_pr_summary_box .offer_pr_summary_buy-link:hover .arr_r_small svg {
  stroke: #ff2e2e;
}
.offer_pr_summary_box .offer_pr_summary_old {
    transform: translateY(10px);
}
.offer_pr_summary_box .offer_pr_summary_text + .offer_pr_summary_total,
.offer_pr_summary_box .offer_pr_summary_old + .offer_pr_summary_total {
    margin-top: 15px;
}
.offer_pr_summary_box .offer_pr_summary_total + .offer_pr_summary_get-demo-btn {
    margin-top: 15px;
}
.offer_pr_summary_box .offer_pr_summary_buy-link {
    margin-top: 15px;
}

.offer_pr_sec .offer_pr_coupon_link {
    color: #858585;
    font-size: 13px;
    line-height: 15px;
}
.offer_pr_sec .offer_pr_coupon_link:hover {
    color: #ff2e2e;
}
.offer_pr_sec .offer_pr_summary_box + .offer_pr_coupon {
    margin-top: 20px;
}
.offer_pr_sec .offer_pr_coupon_link.offer_pr_coupon_link_enabled {
    color: #25CC87;
}

.offer_pr_summary_instead {
    font-size: 15px;
    color: #858585;
    font-weight: 300;
}
.offer_pr_summary_total+.offer_pr_summary_instead {
    margin-top: 7px;
}

.offer_pr_summary_annual_row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    height: 15px;
}
.offer_pr_summary_annual_row+.offer_pr_summary_annual_row {
    margin-top: 6px;
}
.offer_pr_summary_radio-header {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}
.offer_pr_per-user {
    font-size: 13px;
    margin-top: 8px;
}
.offer_pr_summary_total-desc {
    font-size: 13px;
    margin-bottom: 8px;
}
.instead {
    color: #858585;
    text-decoration: line-through;
    text-decoration-color: #858585;
}
.instead--total {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.offer_pr_summary_annual_row+.offer_pr_summary_radio-header {
    margin-top: 15px;
}
.currency_rub { /* fix for iOS */
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.currency_rub_2 { /* fix for iOS */
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}

.price-request {
    display: none;
}

.offer_pr_summary_block.summary-request,
.offer_pr_summary_block.price-request {
    padding-top: 0!important;
    padding-bottom: 20px;
    border: none!important;
}

.offer_pr_summary_block_line {
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.12);
}

.summary-request .offer_pr_summary_total,
.price-request .offer_pr_summary_total {
    line-height: 32px;
    font-size: 30px;
}

.summary-request {
    display: none;
}

@media screen and (max-width: 990px) {
  .offer_pr_sec .offer_pr_hold_new {
      height: auto;
      padding: 30px 30px 40px;
  }
  .offer_pr_sec .offer_pr_top {
      margin-bottom: 0; 
  }
}
@media screen and (max-width: 900px) {
  .offer_pr_sec .offer_pr_col + .offer_pr_col {
      margin-left: 20px;
  }
}

@media screen and (max-width: 680px) {
    .offer_pr_summary_box {
        width: unset;
    }
    .list_prices_lic .list_item {
        font-size: 15px;
        line-height: 19px;
    }
    .offer_pr_sec .offer_pr_hold_new {
        padding: 30px 26.5px 40px;
    }
    .offer_pr_sec .offer_pr_hold_new li {
        margin-bottom: 12px;
    }
    .offer_pr_lic_opt-list {
        margin-top: 22px;
    }
    .list_prices_lic .list_item::before {
        left: -2px;
    }
    .list_prices_lic {
        padding-left: 16px;
    }
    .list_prices_lic_hr {
        margin: 17px 0;
    }
    .offer_pr_summary_box .offer_pr_summary_buy-link .arr_r_small {
        top: 40%;
    }
    .offer_pr_sec .offer_pr_hold_new {
      flex-wrap: wrap;
    }
    .offer_pr_sec {
    padding: 30px 0 45px;
    }
    .offer_pr_sec .offer_pr_col {
      width: 100%;
    }
    .offer_pr_sec .offer_pr_col + .offer_pr_col {
      margin-top: 30px;
      margin-left: 0;
    }
    .offer_pr_sec .col_top .col_titl {
      text-align: center;
      font-size: 23px;
    }
    .offer_pr_sec .offer_pr_coupon_link {
      font-size: 14.6px;
      text-align: center;
      letter-spacing: 0.6px;
      display: block;
    }
    .offer_pr_sec .offer_pr_hold_new {
      padding-bottom: 29px;
    }
    .offer_pr_sec .offer_pr_summary_box + .offer_pr_coupon {
      margin-top: 18.5px;
    }
    .offer_pr_sec .offer_pr_txt {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 30px;
      text-align: left;
    }
    .offer_pr_sec:before {
      height: 202px;
    }
    .offer_pr_sec {
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 390px) {
    .list_prices_lic { max-width: 262px;}
}

.b24-form-header-title {
    width: 330px;
}

.grecaptcha-badge {
    visibility: hidden;
}


@media (max-width: 480px) {
    .offer_pr_sec .offer_pr_hold_new {
        border-radius: 15px;
    }
}