#content.static_page{
    background: #fff;
    padding: 50px 0 70px;
}
.desktop_only{
    display: block;
}
.mobile-only{
    display: none!important;
}
.breadcrumbs {
    margin-bottom: 55px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.breadcrumbs a{
    color: #828282;
}
.breadcrumbs span{
    color: #333;
}
.page_main.container{
    margin-bottom: 70px;
}
.title_flex {
    display: flex;
    gap: 50px;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    padding: 16px 24px;
}
.title_flex .title{
    display: flex;
    align-items: center;
}
.title_flex .title img{
    max-width: 150px;
}
.title_flex .title h1{
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 0 10px;
}
.title_flex .rating{
    color: #828282;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.title_flex .rating span{
    color: #333;
    font-weight: 500;
    margin-right: 6px;
}
.title_flex .rating svg{
    width: 16px;
    height: 16px;
}
.dataset {
    display: flex;
    flex-direction: column;
}
.dataset .line{
    display: flex;
    border-top: 1px solid #E0E0E0;
    padding: 20px 0;
}
.dataset .line .label{
    width: 174px;
    margin-right: 26px;
    flex: 174px;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.dataset .line .value{
    flex: calc(100% - 200px);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.calc_holder {
    padding-left: 10px;
}
.cc_form {
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgba(102, 111, 116, 0.2);
    user-select: none;
}
.cc_form .top_line{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cc_form >.irs {
    margin: 0 0 55px;
}
.cc_form .irs--round .irs-min, .cc_form .irs--round .irs-max {
    top: 60px;
}
.cc_form > .irs--round .irs-bar {
    top: 34px;
    height: 6px;
}
.cc_form >.irs--round .irs-line {
    height: 6px;
    background-color: #E0E0E0;
}
.cc_form > .irs--round .irs-single {
    display: none;
}
.cc_form > .irs--round .irs-handle{
    cursor: grabbing;
    top: 13px;
    background: #fff url(../img/calc-caret.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    border-radius: 50%;
    background-size: contain;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.cc_form .irs--round .irs-handle:hover {
    background-color: transparent;
}
.cc_form .irs--round .irs-min, .cc_form .irs--round .irs-max{
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    padding: 0;
}
.cc_form .methods {
    display: flex;
    margin: 0 0 30px;
}
.cc_form .method{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}
.cc_form .method:not(:last-child){
    margin-right: 20px;
}
.cc_form .custom_checkbox{
    display: none;
}
.cc_form .custom_checkbox + span.checkbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #4F4F4F;
    border-radius: 4px;
    margin-right: 6px;
    transition: background-color ease-in-out 100ms;
}
.cc_form .custom_checkbox:checked + span.checkbox{
    background: var(--color-primary) url("../img/calc-stroke.svg") no-repeat center center;
    background-size: auto;
    border: none;
}
.cc_form .you_get, .cc_form .probability{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 1;
}
.cc_form .you_get{
    margin-bottom: 15px;
}
.cc_form .probability{
    margin-bottom: 30px;
}
.cc_form .you_get .calculated_credit_amount, .cc_form .probability .percent{
    color: var(--color-primary);
}
.cc_form .cc_submit {
    padding: 15px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin: 32px 0 46px;
}
.cc_form .bottomLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cc_form .bottomLine .right {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: center;
    color:  #828282;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
.cc_form .bottomLine .right .actual{
    color: var(--color-primary, #3EBF1F);
}
.cc_form .bottomLine .right .crossedOut{
    text-decoration: line-through;
}
.cc_form .bottomLine .right .left{
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
}
.special{
    padding: 14px;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
    background: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.special .title{
    color: #828282;
    margin-bottom: 6px;
}
h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 32px;
}
.offers_row.other {
    margin: 0!important;
}
.comeback{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
}
.comeback svg{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.action_buttons{
    flex-direction: column;
}
a.action_button{
    font-family: Montserrat;
    color: #333;
    border: 1px solid #333;
    background: #FFF;
    border-radius: 6px;
    display: flex;
    padding: 16px 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: background 300ms ease-in-out;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 14px;
    line-height: 20px;
}
a.action_button.filled{
    background: var(--color-primary);
    color: #FFF;
    border-color: transparent;
}
a.action_button svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media all and (max-width: 1159px){
    .desktop_only{
        display: none!important;
    }
    .mobile-only{
        display: flex!important;
    }
    #content.static_page {
        padding: 16px 0;
    }
    .title_flex img {
        width: 120px;
        height: auto;
    }
    .title_flex {
        margin: 16px 0 24px!important;
    }
    .title_flex .title {
        width: 100%;
    }
    .title_flex .title h1 {
        font-size: 14px;
        margin: 0;
    }
    .title_flex .title > div{
        margin-left: 10px;
    }
    .calc_holder {
        padding-left: 10px;
    }
    .cc_form {
        padding: 20px 9px;
        margin-bottom: 24px;
    }
    .cc_form .top_line {
        font-size: 14px;
    }
    .cc_form >.irs {
        margin: 0 0 45px;
    }
    .cc_form > .irs--round .irs-handle {
        top: 22px;
        width: 30px;
        height: 30px;
    }
    .cc_form > .irs--round .irs-bar {
        height: 4px;
    }
    .cc_form >.irs--round .irs-line {
        height: 4px;
    }
    .cc_form .irs--round .irs-min, .cc_form .irs--round .irs-max {
        font-size: 12px;
    }
    .summ_to_back {
        margin: 0 0 25px;
        font-size: 14px;
    }
    .cc_form .top_line {
        font-size: 16px;
        margin-bottom: -10px;
    }
    .cc_form .irs--round .irs-min, .cc_form .irs--round .irs-max {
        font-size: 14px;
    }
    .cc_form .methods {
        flex-wrap: wrap;
    }
    .cc_form .methods .method{
        margin-bottom: 12px;
    }
    .cc_form .you_get, .cc_form .probability {
        font-size: 14px;
    }
    .cc_form .cc_submit {
        font-size: 18px;
    }
    .dataset .line {
        padding: 24px 0;
    }
    .dataset .line .label {
        margin-right: 10px;
        font-size: 14px;
    }
    .dataset .line .value {
        flex: calc(100% - 184px);
        color: #333;
        font-size: 14px;
    }
    .special{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .page_main.container{
        margin-bottom: 16px;
    }
    .static_page h2 {
        font-size: 22px;
        text-align: left;
        margin-bottom: 30px;
    }
    .page_body .reviews_title{
        order: 1;
    }
    .page_body .reviews_feedback{
        order: 2;
    }
    .page_body .reviews_list{
        order: 3;
    }
    .feedback button {
        padding: 14px 22px;
    }
    .feedback {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 280px){
    .title_flex .rating {
        font-size: 10px;
        white-space: pre-wrap;
        line-height: 1;
    }
    .dataset .line {
        flex-direction: column;
    }
    .dataset .line .label {
        width: 100%;
        flex: auto;
    }
    .offers_row.other .offer {
        max-width: 100%!important;
        flex: 1 1 100%!important;
    }
}

.offer__main {
    background-color: #F2F5FC;
  }
  .offer-back-page-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 46px 0 36px;
    width: fit-content;
    color: #002956;
  }
  .offer__wrapper {
    display: flex;
    gap: 24px;
    margin-bottom: 80px;
  }
  @media (max-width: 1199px) {
    .offer__wrapper {
      justify-content: center;
      align-items: center;
    }
  }
  .offer__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 752px;
  }
  @media (max-width: 1199px) {
    .offer__content {
      max-width: fit-content;
    }
  }
  .offer__calculator {
    display: flex;
  }
  .offer__calculator-desktop {
    display: block;
    position: sticky;
    top: 20px;
    align-self: flex-start;
  }
  @media (max-width: 1199px) {
    .offer__calculator-desktop {
      display: none;
    }
  }
  .offer__calculator-mobile {
    display: none;
  }
  @media (max-width: 1199px) {
    .offer__calculator-mobile {
      display: flex;
      justify-content: center;
    }
  }
  .offer__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .offer__head {
    display: flex;
    gap: 50px;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    padding: 16px 24px;
  }
  .offer__description {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    border-radius: 20px;
    background: #FFF;
  }
  .offer__cell {
    display: flex;
  }
  .offer__cell > div:first-child {
    width: 168px;
    color: #8E99AA;
  }
  .offer__cell > div:nth-child(2) {
    color: #002956;
  }
  @media (max-width: 567px) {
    .offer__cell > div:nth-child(2) {
      width: 25vw;
    }
  }
  .offer__divider {
    margin: 0px 0 12px 0;
  }
  .offer__rating {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    padding: 24px;
  }
  .offer__rating-wrapper {
    display: flex;
    align-items: center;
  }
  .offer__rating-title {
    margin-bottom: 0px;
    color: #002956;
  }
  .offer__stars {
    display: flex;
    align-items: stretch;
    gap: 6px;
    margin-right: 16px;
  }
  .offer__num {
    margin-right: 32px;
    color: #8E99AA;
  }
  .offer__rating-button {
    padding: 9px 32px;
    border-radius: 12px;
    border: 1px solid var(--text-gray-4, #B5C3D1);
    transition: 0.2s ease-in;
    cursor: pointer;
    background-color: transparent;
    color: #002956;
  }
  .offer__rating-button:hover {
    transition: 0.2s ease-in;
    background-color: #FFC93E;
    border: 1px solid #FFC93E;
  }
  .offer__reviews {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top:24px;
  }
  .offer__review {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    padding: 32px 24px 16px 24px;
  }
  .offer__review-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .offer__review-user {
    display: flex;
    gap: 16px;
  }
  .offer__review-avatar {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: var(--text-gray-6, #F1F8FF);
    padding: 8px;
  }
  .offer__review-name {
    color: #002956;
  }
  .offer__review-date {
    color: #8E99AA;
  }
  .offer__review-text {
    color: #424F65;
  }
  
  .offer__popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  @media (max-width: 567px) {
    .offer__popup-overlay {
      align-items: flex-end;
    }
  }
  .offer__popup {
    background-color: #F2F5FC;
    padding: 32px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    height: 700px;
    width: 560px;
  }
  @media (max-width: 567px) {
    .offer__popup {
      width: 100%;
      border-radius: 20px 20px 0px 0px;
    }
  }
  .offer__popup-content {
    display: none;
    text-align: center;
  }
  .offer__popup-content.success-message {
    height: 100%;
  }
  .offer__popup-content.success-message > .offer__popup-title {
    text-align: center;
  }
  .offer__popup-content.show {
    display: block;
  }
  .offer__popup-form {
    display: flex;
    flex-direction: column;
  }
  .offer__popup-form > input {
    margin-bottom: 24px;
  }
  .offer__popup-form > textarea {
    margin-bottom: 32px;
    height: 150px;
  }
  .offer__popup-title {
    text-align: left;
  }
  .offer__popup-rating {
    display: flex;
    flex-direction: column;
    margin: 24px 0;
  }
  .offer__popup-stars {
    display: flex;
    gap: 24px;
  }
  .offer__popup-input {
    padding: 14px;
    border: none;
    border-radius: 12px;
  }
  .offer__popup-input__title {
    text-align: left;
    margin-bottom: 8px;
    color: #2472D9;
  }
  .offer__popup-captcha {
    margin-bottom: 24px;
  }
  .offer__popup__input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .offer__popup__input--textarea {
    height: 100px;
  }
  .offer__popup-submit-button {
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    background: #FFC93E;
    color: #002956;
    border-radius: 12px;
    cursor: pointer;
    width: -webkit-fill-available;
    position: absolute;
    left: 0;
    bottom: 32px;
    margin: 0 32px;
  }
  .offer__popup-success-button {
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    background: #FFC93E;
    color: #002956;
    border-radius: 12px;
    cursor: pointer;
    width: -webkit-fill-available;
    position: absolute;
    left: 0;
    bottom: 32px;
    margin: 0 32px;
  }
  .offer__popup-success-img {
    margin-bottom: 46px;
  }
  .offer__popup-success-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 125px;
  }
  .offer__popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
  }
  .offer__img img {
    width:127px;
}
.offer__divider > svg {
    width:704px;
    height:1px; 
}
.comment_modal {
    min-height: 36px;
    padding: 14px;
    gap: 10px;
    border-radius: 6px;
    background: #ffc93e;
    color: #183854;
    box-shadow: 0 6px 10px 0 rgba(246,123,9,.2);
    text-align: center;
    width: 100%;
    border: none;
    line-height: 120%;
    cursor: pointer;
    font-family: inherit;
    margin-bottom: 32px;
}
.showcase-single__title.headline-3-desktop {
    font-size: 40px!important;
}
.showcase-card__img-secondary img {
    width: 100%;
    height: auto;
}
.showcase-card__buttons-small > a {
    font-size: 11px;
}
.offer__rating-wrapper > #Reviews {
    width:100%;
}