/* Top */
.page-about-col .text h1 .mobile {
    display: none;
}
@media (max-width: 782px) {
    .page-about-col .text h1 .desktop {
        display: none;
    }
    .page-about-col .text h1 .mobile {
        display: block;
    }
}

/* Why */
.page-front-why {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-why h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-why .page-front-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-front-why .page-front-item .image {
    overflow: hidden;
}
.page-front-why .page-front-item .image img {
    border-radius: 28px 28px 0 0;
    object-fit: cover;
    max-height: 134px;
}
.page-front-why .page-front-item .image:hover img {
    -webkit-transform: scale(1.20);
    -ms-transform: scale(1.20);
    transform: scale(1.20);
}
.page-front-why .page-front-item .content {
    padding: 32px 28px 40px;
    background: #fff;
    border-radius: 0 0 28px 28px;
}
.page-front-why .page-front-item .content .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;  
    margin: 0 0 14px;
}
.page-front-why .page-front-item .content p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;    
    margin: 0 0 10px;
}
.page-front-why .page-front-item .content a {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9; 
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}
.page-front-why .page-front-item .content a:hover {
    color: #5182FF;    
}
@media (max-width: 782px) {
    .page-front-why-cnt, 
    .page-front-important .mobile .how-bankruptcy-help, 
    .page-front-cost-cnt, 
    .frontpage-appointment-cnt,
    .page-front-map-cnt, 
    .page-front-more-cnt {
        border: 0.5px solid #DFE6F6;
        border-radius: 16px;
        overflow: hidden;
    }
    .page-front-why {
        padding: 15px 0 5px;
    }
    .page-front-why .title {
        background: #fff;
        border-radius: 16px 16px 0 0;
        padding-top: 30px;
    }
    .page-front-why .page-front-wrap {
        background: #fff;
        grid-template-columns: 100%;
        border-radius: 0 0 16px 16px;
    }
    .page-front-why h2 {
        position: relative;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding-left: 20px;
        padding-bottom: 20px;
        margin: 0;
    }
    .page-front-why h2:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 4px;
        height: 19px;
        width: 3px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-front-item .image {
        padding: 8px 20px 26px;
    }
    .page-front-why .page-front-item .content {
        padding: 0px 0px 24px;
        background: transparent;
        border-radius: 0;
        border-bottom: 1px solid #EDF4FA;
        margin: 0 20px;
    }
    .page-front-why .page-front-item .content .title {
        font-size: 16px;
        padding: 0;
        margin: 0 0 10px;
    }
    .page-front-why .page-front-item .content p {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        margin: 0 0 14px;
    }
    .page-front-why .page-front-item .content a {
        font-weight: 475;
        font-size: 14.5px;
    }
    .page-front-why .page-front-item:last-child .content {
        border-bottom: none;
        padding-bottom: 30px;
    }
    .page-front-why .page-front-item .image img {
        border-radius: 12px;
    }
    .page-front-why .page-front-item .content a span {
        height: 19px;
    }
    .page-front-why .page-front-item .content a svg {
        /*
        margin-top: -2px;
        */
    }
    
    .page-front-why .page-front-item .image {
        border-radius: 12px;
        margin: 8px 20px 26px;
        padding: 0px;
    }
    .page-front-why .page-front-item .image:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

    .page-front-why .page-front-item .image img {
        border-radius: 0px;
        max-height: fit-content;
    }
    body.header-fixed .fpa-head {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    
    
    
    
    
    
}

/* Cost */
.page-front-cost {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-cost h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-cost-wrap {
    display: grid;
    grid-template-rows: auto;
    /*
    grid-template-columns: calc(59% - 12px) calc(41% - 12px);
    */
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-front-cost-expert-video {
    height: 100%;
}
.page-front-cost-col.form-cnt {
    background: #fff;
    border-radius: 28px;
}
.page-front-cost-expert-video .video-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    max-height: 343px;
}
.page-front-cost-expert-video .video-frame picture {
    height: 100%;
}
.page-front-cost-expert-video .video-frame img {
    height: 100%;
    object-fit: cover;
}
.page-front-cost-expert-video .video-frame .play {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
    position: absolute;
    /*
    top: calc(50% - 23px);
    left: calc(50% - 33px);
    */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.page-front-cost-expert-video .video-frame:hover .play svg {
    width: 74px;
    height: 52px;
}
.page-front-cost-expert-video .video-frame .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    /*
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 53% 47%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    */
    display: flex;
    height: 48px;
    overflow: hidden;
    z-index: 99999;
    max-width: 372px;
    border-radius: 0px 10px 0px 10px;
}
.page-front-cost-expert-video .video-frame .description .title {
    background: #2959D5;
    color: #fff;
    height: 48px;
    display: flex;
    padding-left: 36px;
    padding-right: 36px;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    justify-content: center;
    white-space: nowrap;
}
.page-front-cost-expert-video .video-frame .description .duration {
    padding-left: 36px;
    padding-right: 36px;
    height: 48px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #242424;
    justify-content: center;
    border-radius: 0 12px 0 0;
}
.page-front-cost-expert-video .video-frame .description .duration .desktop {
    display: block;
}
.page-front-cost-expert-video .video-frame .description .duration .mobile {
    display: none;
}
.page-front-cost-expert-video .video-frame .description .duration p {
    margin: 2px 0 0;
}
.page-front-cost-expert-video .video-frame .description .duration span {
    color: #295AD9;
}
.page-front-cost-expert-video .video-frame .video-bg {
    position: absolute;
    top: 50%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 1;
}
.cost-spurious-form {
    padding: 50px 50px 55px;
}
.cost-spurious-form .field-title p {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 19.5px;
    line-height: 80%;
    letter-spacing: 0.01em;
    margin: 0 0 32px;
    color: #303030;
}
.field-checkbox-cnt, 
.field-radio-cnt {
    /*
    display: flex;
    flex-wrap: wrap;
    */
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    margin-bottom: 40px;
}
.field-radio-cnt .radio-field-item input[type=radio] {
    display: none;
}




.field-radio-cnt .radio-field-item input[type=radio] {
    display: none;
}
.field-radio-cnt .radio-field-item input[type=radio]:checked+label {
    background: #454545;
    color: #fff;
}
/*
.field-radio-cnt .radio-field-item input[type=radio]+label:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 8px;
    display: block;
    background: transparent;
}
.field-radio-cnt .radio-field-item input[type=radio]:checked+label:after {
    background: url(../images/global/majesticons_close.svg) center center no-repeat;
}
*/










.field-radio-cnt .radio-field-item label {
    /*
    width: 158px;
    */
    width: 100%;
    height: 42px;
    background: #F4F6FB;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #303030;
    cursor: pointer;
}
.field-radio-cnt .radio-field-item label:hover {
    background: #8D8D8D;
    color: #fff;
}
.page-front-cost .field-checkbox-cnt .checkbox-field-item label:hover {
    background: #8D8D8D;
    color: #fff;
}
.field-checkbox-cnt .checkbox-field-item input[type=checkbox] {
    display: none;
}
.field-checkbox-cnt .checkbox-field-item input[type=checkbox]:checked+label {
    background: #454545;
    color: #fff;
}
/*
.field-checkbox-cnt .checkbox-field-item input[type=checkbox]+label:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 8px;
    display: block;
    background: transparent;
}
.field-checkbox-cnt .checkbox-field-item input[type=checkbox]:checked+label:after {
    background: url(../images/global/majesticons_close.svg) center center no-repeat;
}
*/
.field-checkbox-cnt .checkbox-field-item label {
    /*
    width: 132px;
    */
    height: 42px;
    background: #F4F6FB;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #303030;
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
}
.cost-spurious-form .row.button-cnt button {
    display: block;
    width: 100%;
    height: 54px;
    border: none;
    margin: 0;
    padding: 0;
    background: #295AD9;
    border-radius: 12px;
    color: #fff;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.cost-spurious-form .row.button-cnt button:hover {
    background: #3364E3;
}
.cost-spurious-form .row.button-cnt button:focus {
    background: #295AD9;
}
.page-front-cost .mobile {
    display: none;
}
@media (max-width: 782px) {
    .page-front-cost {
        padding: 5px 0 5px;
    }
    .page-front-cost .desktop {
        display: none;
    }
    .page-front-cost .mobile {
        display: block;
    }
    .page-front-cost .cost-form {
        background: #295AD9;
        border-radius: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-front-cost .cost-form .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #FFFFFF;    
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .page-front-cost .cost-form .title:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 4px;
        height: 19px;
        width: 3px;
        background: #fff;
        border-radius: 0 2px 2px 0;
    }
    .page-front-cost .cost-form .subtitle {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #fff;
        margin-bottom: 14px;
    }
    .page-front-cost .cost-form .subtitle, 
    .page-front-cost .cost-form .range-input-field,
    .page-front-cost .cost-form #range-input-field-cost,
    .page-front-cost .cost-form .signature-fields,
    .page-front-cost .cost-form .range-input-button {
        margin-left: 20px;
        margin-right: 20px;
    }
    .page-front-cost .cost-form .range-input-field {
        background: #F4F6FB;
        height: 56px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        padding-right: 18px;
        border-radius: 12px;
    }
    .page-front-cost .cost-form .range-input-field .range-input-field-value {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #393939;
    }
    .page-front-cost .cost-form .range-input-field button.attention {
        margin: 0;
        padding: 0;
        background: transparent;
        line-height: 0;
        border: none;
    }
    .page-front-cost .cost-form #range-input-field-cost {
        border: none;
        height: 2px;
        background: #234AB180;
        margin-top: -2px;
    }
    .page-front-cost .cost-form .ui-slider-range-min {
        background: #234AB1;
    }
    .page-front-cost .cost-form .ui-state-default {
        width: 26px;
        height: 26px;
        top: -14px;
        border: 1px solid #234AB1;
        border-radius: 50%;
        background: #fff;
        position: relative;
        display: block;
    }
    .page-front-cost .cost-form .ui-state-default:before {
        content: "";
        position: absolute;
        left: calc(50% - 6px);
        top: calc(50% - 6px);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #234AB1;
    }
    .page-front-cost .cost-form .signature-fields {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .page-front-cost .cost-form .signature-fields span {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 13px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #FFFFFF;
    }
    .page-front-cost .cost-form .range-input-button button {
        margin: 0;
        padding: 0;
        border: none;
        width: 100%;
        border: 1px solid #FFFFFFCC;
        background: #fff;
        height: 48px;
        border-radius: 12px;
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 14.75px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #353535;
    }
    .page-front-cost .cost-form .range-input-button button:hover {
        background: #ecf1f8;
        color: #295AD9;
    }
    
    
    
    
    
    
    
    .page-front-cost .field-checkbox-cnt, 
    .page-front-cost .field-radio-cnt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    
    
    
    
}

/* Important */
.page-front-important {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-important h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.tabs-list {
    margin-bottom: 24px;
}
.tabs-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 100px;
}
.tabs-list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    /*
    max-width: 267px;
    */
    max-width: 320px;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    background: #FFFFFF;
    color: #242424;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
}
.tabs-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: all .7s ease;
    -o-transition: all 0.7s ease;
    transition: all .7s ease;
}
.tabs-list ul li.active {
    /*
    background: #454545;
    */
    color: #fff;
}
.tabs-list ul li.active:before {
    background: #454545;
    opacity: 1;
}
.tabs-list ul li span {
    z-index: 1;
}
.tabs-content .tabs-content-item {
    display: none;
}
.tabs-content .tabs-content-item.active {
    display: block;
}
.tabs-content .tabs-content-item-row.three-cols {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.tabs-content .tabs-content-item-row.two-cols.percents-33-67 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(33% - 12px) calc(67% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.tabs-content .tabs-content-item-row.two-cols.percents-56-44 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(55.5% - 12px) calc(44.5% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.tabs-content-item-row.one-cols .description {
    max-width: 560px!important;
}
.tabs-content-item-row.one-cols .tabs-content-item-col.type-video .video-frame {
    max-height: 304px;
}
.tabs-content-item-col.type-simple-content {
    background: #FFFFFF;
    padding: 30px 28px;
    border-radius: 16px;
}
.tabs-content-item-col.type-simple-content .text p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.tabs-content-item-col.type-simple-content .text p+ol {
    margin-top: 6px;
}
.tabs-content-item-col.type-simple-content .text ol {
    margin: 0;
    padding: 0 0px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.tabs-content-item-col.type-simple-content .text ol li {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;    
    color: #242424;
}
.tabs-content-item-col.type-2 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(68% - 0px) calc(32% - 0px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.tabs-content-item-col.type-1 .image {
    overflow: hidden;
}
.tabs-content-item-col.type-1 .image img {
    border-radius: 28px 28px 0 0;
    max-height: 134px;
    width: 100%;
    object-fit: cover;
}
.tabs-content-item-col.type-1 .image:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.tabs-content-item-col.type-1 .content {
    padding: 30px 28px;
    background: #fff;
    border-radius: 0 0px 28px 28px;
}
.tabs-content-item-col.type-1 .content .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin: 0 0 14px;
    color: #202020;
}
.tabs-content-item-col.type-1 .content .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.tabs-content-item-row+.tabs-content-item-row {
    margin-top: 24px;
}
.tabs-content-item-col.type-video .video-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    max-height: 304px;
    cursor: pointer;
}
.tabs-content-item-col.type-video .video-frame img {
    border-radius: 10px;
}
.tabs-content-item-col.type-video .video-frame .play {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.tabs-content-item-col.type-video .video-frame:hover .play svg {
    width: 74px;
    height: 52px;
}
.tabs-content-item-col.type-video .video-frame .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    /*
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 62% 38%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    */
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    z-index: 99999;
    /*
    max-width: 445px;
    */
    border-radius: 0 12px 0 12px;
    display: flex;
}
.tabs-content-item-col.type-video .video-frame .description .title {
    background: #2959D5;
    color: #fff;
    height: 48px;
    display: flex;
    padding-left: 36px;
    padding-right: 36px;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    justify-content: center;
}
.tabs-content-item-col.type-video .video-frame .description .duration {
    padding-left: 36px;
    padding-right: 36px;
    height: 48px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #242424;
    justify-content: center;
    border-radius: 0 12px 0 0;
}
.tabs-content-item-col.type-video .video-frame .description .duration .desktop {
    display: block;
}
.tabs-content-item-col.type-video .video-frame .description .duration .mobile {
    display: none;
}
.tabs-content-item-col.type-video .video-frame .description .duration p {
    margin: 2px 0 0;
}
.tabs-content-item-col.type-video .video-frame .description .duration span {
    color: #295AD9;
}
.tabs-content-item-col.type-video .video-frame .video-bg {
    position: absolute;
    top: 50%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 1;
}
.tabs-content-item-col.type-simple-content-2, 
.tabs-content-item-col.type-2 {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    max-height: 304px;
}

.tabs-content-item-col.type-2 .image,
.tabs-content-item-col.type-2 .image picture {
    max-height: 304px;
}
.tabs-content-item-col.type-2 .image picture img {
    max-height: 304px;
    width: 100%;
    object-fit: cover;
}

.tabs-content-item-col.type-simple-content-2 .content, 
.tabs-content-item-col.type-2 .content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
.tabs-content-item-col.type-simple-content-2 .content .title, 
.tabs-content-item-col.type-2 .content .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
}
.tabs-content-item-col.type-simple-content-2 .content .text, 
.tabs-content-item-col.type-2 .content .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.tabs-content-item-col.type-simple-content-2 .text-block:first-child {
    padding: 30px 28px 20px;
}
.tabs-content-item-col.type-simple-content-2 .text-block:last-child {
    padding: 20px 28px 30px;
}
.tabs-content-item-col.type-simple-content-2 .text-block .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;    
    margin: 0 0 14px;
}
.tabs-content-item-col.type-simple-content-2 .text-block p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;   
    margin: 0;
}
.page-front-important .mobile {
    display: none;
}
@media (max-width: 782px) {
    .page-front-important {
        padding: 5px 0 5px;
    }
    .page-front-important .desktop {
        display: none;
    }
    .page-front-important .mobile {
        display: block;
    }
    .how-bankruptcy-help {
        background: #fff;
        border: 0.5px solid #DFE6F6;
        border-radius: 8px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .how-bankruptcy-help+.how-bankruptcy-help {
        margin-top: 10px;
    }
    .how-bankruptcy-help .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #2B2D33;
        position: relative;
        padding-left: 20px;
        margin-bottom: 16px;
    }
    .how-bankruptcy-help .title.max-width-333 {
        max-width: 333px;
    }
    .how-bankruptcy-help .title:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 4px;
        height: calc(100% - 8px);
        width: 3px;
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .how-bankruptcy-help-item {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 24px;
        border-bottom: 1px solid #EDF4FA;
    }
    .how-bankruptcy-help-item:last-child {
        border-bottom: none;
        padding-bottom: 10px;
    }
    .how-bankruptcy-help-item .image {
        margin-bottom: 26px;
        margin-top: 24px;
    }
    .how-bankruptcy-help-item:first-child .image {
        margin-top: 30px;
    }
    .how-bankruptcy-help-item .image img {
        height: 76px;
        width: auto;
    }
    .how-bankruptcy-help-item .title {
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: 0.01em;
        padding-left: 0;
        margin-bottom: 14px;
        color: #202020;
    }
    .how-bankruptcy-help-item .title:before {
        display: none;
    }
    .how-bankruptcy-help-item p {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
        margin: 0;
    }
    .how-bankruptcy-help-video {
        margin: 20px 20px 0px;
    }
    .how-bankruptcy-help-video button {
        margin: 0;
        padding: 0;
        line-height: 0;
        background: transparent;
        border: none;
        align-items: center;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 46px calc(100% - 50px);
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        width: 100%;
        margin-bottom: 14px;
    }
    .how-bankruptcy-help-video button span {
        display: flex;
        height: 46px;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: #295AD9;
        color: #fff;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
        letter-spacing: 0.01em;
    }
    .how-bankruptcy-help-video button svg {
        border-radius: 12px;
    }
    .how-bankruptcy-help-video-desc {
        display: flex;
        align-items: center;
        gap: 0px;
        justify-content: center;
    }
    .how-bankruptcy-help-video-desc svg {
        display: none;
    }
    .how-bankruptcy-help-video-desc span {
        font-family: Roboto Flex;
        font-weight: 425;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #2B2D33;
    }
    .how-bankruptcy-help-text-block {
        margin-left: 20px;
        margin-right: 20px;
    }
    .how-bankruptcy-help-text-block .text-block picture {
        border-radius: 12px;
        overflow: hidden;
    }
    .how-bankruptcy-help-text-block .text-block a.law-link {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #295AD9;
        margin: 20px 0 16px;
        display: flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
    }
    .how-bankruptcy-help-text-block .text-block a.law-link span span.mobile {
        display: inline-block;
    }
    .how-bankruptcy-help-text-block .text-block .top__figure figcaption {
        box-shadow: 0px 4px 14px 0px #0025661A;
        border-radius: 12px;
        padding: 14px;
    }
    .how-bankruptcy-help-text-block .text-block .top__figure figcaption .top__label--name {
        display: block;
        font-family: Roboto Flex;
        font-weight: 550;
        font-size: 14.5px;
        line-height: 145%;
        letter-spacing: 0em;
        margin-bottom: 4px;
        color: #393939;
    }
    .how-bankruptcy-help-text-block .text-block .top__figure figcaption .top__label--post {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #454545;
    }
    .how-bankruptcy-help-text-block .text-block p {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
        margin: 0;
    }
    .how-bankruptcy-help-text-block .text-block p+ol {
        margin-top: 16px;
    }
    .how-bankruptcy-help-text-block .text-block ol {
        padding-left: 20px;
    }
    .how-bankruptcy-help-text-block .text-block ol li {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
    }
    .how-bankruptcy-help-text-block .text-block ol li+li {
        margin-top; 10px;
    }
    .how-bankruptcy-help-text-block .text-block .quote {
        background: #F4F6FB;
        padding: 20px;
        border-radius: 12px;
    }
    .how-bankruptcy-help-text-block .text-block .quote .bullet {
        background: #6689E3;
        padding: 6px 12px;
        font-family: Roboto Flex;
        font-weight: 550;
        font-size: 12.5px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #fff;
        margin-bottom: 12px;
        border-radius: 8px;
        display: inline-block;
    }
    .how-bankruptcy-help-text-block .text-block .quote p {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
    }
    .how-bankruptcy-help-text-block .text-block .quote p svg {
        margin-bottom: -2px;
    }
}
    
/* Reviews */
.page-front-reviews {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-reviews h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 16px;
}
.page-front-reviews .update {
    font-family: Roboto Flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020; 
    margin: 0 0 24px;
}
.page-front-reviews .reviews-slider-item {
    background: #FFFFFF;  
    border-radius: 28px;
    /*
    overflow: hidden;
    */
}

.page-front-reviews .reviews-slider-item .banks .bank-items .bank-item:hover .popup {
    display: none;
}

.page-front-reviews .reviews-slider-item .banks .bank-items .bank-item .popup {
    top: auto;
    bottom: 44px;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 336px;
}
.page-front-reviews .reviews-slider-item .banks .bank-items .bank-item .popup .popup-cnt {
    border-radius: 12px;
}
.page-front-reviews .reviews-slider-item .video-frame {
    position: relative;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    cursor: pointer;
}
.page-front-reviews .reviews-slider-item .video-frame img {
    border-radius: 10px 10px 0 0;
    height: 400px;
    object-fit: cover;
}
.page-front-reviews .reviews-slider-item .video-frame .play {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page-front-reviews .reviews-slider-item .video-frame:hover .play svg {
    width: 74px;
    height: 52px;
}

.page-front-reviews .reviews-slider-item .video-frame .date {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #000000CC;
    padding: 10px 20px;
    border-radius: 8px;
}
.page-front-reviews .reviews-slider-item .video-frame .date .new-bullet {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 7px;
}
.page-front-reviews .reviews-slider-item .video-frame .date .new-bullet span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
}
.page-front-reviews .reviews-slider-item .video-frame .date .current-date {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 12.5px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #fff;
}
.page-front-reviews .reviews-slider-item .video-frame .duration {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #000000CC;
    padding: 6px 14px;
    border-radius: 8px;
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #fff;
}
.page-front-reviews .reviews-slider-item .content {
    padding: 20px 28px 34px;
}

.page-front-reviews .reviews-slider-item .content .decision-link {
    margin-bottom: 20px;
}
.page-front-reviews .reviews-slider-item .content .decision-link a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #295AD9;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-decoration: none;
}
.page-front-reviews .reviews-slider-item .content .decision-link a span.mobile {
    display: none;
}
.page-front-reviews .reviews-slider-item .content .properties {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.page-front-reviews .reviews-slider-item .content .properties .property {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.page-front-reviews .reviews-slider-item .content .properties .property .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
}
.page-front-reviews .reviews-slider-item .content .properties .property .title .mobile {
    display: none;
}
.page-front-reviews .reviews-slider-item .content .properties .property .subtitle {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-prev.swiper-button-disabled,
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-next.swiper-button-disabled {
    opacity: 0;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-prev,
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-next {
    cursor: pointer;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-prev:hover circle,
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-next:hover circle {
    fill: #295AD9;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-prev:hover path,
.page-front-reviews .reviews-slider .reviews-slider-bottom .button-next:hover path {
    stroke: #fff;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom .swiper-pagination {
    position: relative;
    bottom: 2px;
    width: auto;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #D2D3DC;
}
.page-front-reviews .reviews-slider .reviews-slider-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #295AD9;
}
.reviews-slider-bottom-buttons {
    display: none;
}

@media (max-width: 782px) {
    .page-front-cost-wrap {
        grid-template-columns: 100%;
        background: #295AD9;
        border-radius: 0 0 16px 16px;
    }
    .page-front-cost-wrap .page-front-cost-col:last-child {
        display: none;
    }
    .page-front-cost-top {
        background: #295AD9;
        padding: 30px 0 0;
        border-radius: 16px 16px 0px 0;
    }
    .page-front-cost h2 {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #FFF;
        position: relative;
        padding-left: 20px;
        margin-bottom: 0px;
    }
    .page-front-cost h2:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 4px;
        height: calc(100% - 8px);
        width: 3px;
        background: #FFF;
        border-radius: 0 2px 2px 0;
    }
    .page-front-cost-col.form-cnt {
        background: transparent;
        border-radius: 0px;
    }
    .cost-spurious-form {
        padding: 20px 20px 30px;
    }
    .cost-spurious-form .field-title p {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
        margin: 0 0 24px;
        color: #FFF;
    }
    .field-checkbox-cnt .checkbox-field-item label {
        font-weight: 500;
        font-size: 13.5px;
    }
    .field-checkbox-cnt, .field-radio-cnt {
        grid-row-gap: 14px;
        margin-bottom: 27px;
    }
    .cost-spurious-form .row.button-cnt button {
        border: 1px solid #FFFFFFCC;
        background: #fff;
        font-weight: 500;
        font-size: 14.75px;
        color: #353535;
    }
    .cost-spurious-form .row.button-cnt button:hover {
        background: #ecf1f8;
        color: #295AD9;
    }
}

@media (max-width: 782px) {
    .page-front-reviews .reviews-slider .swiper-wrapper {
        display: block!important;
        transform: none!important;
    }
    .page-front-reviews .reviews-slider .reviews-slider-item {
        display: none;
    }
    .page-front-reviews .reviews-slider .reviews-slider-item:nth-child(1),
    .page-front-reviews .reviews-slider .reviews-slider-item:nth-child(2),
    .page-front-reviews .reviews-slider .reviews-slider-item:nth-child(3) {
        display: block;
    }
    .page-front-reviews .reviews-slider-bottom {
        display: none!important;
    }
    .page-front-reviews {
        padding: 5px 0 5px;
    }
    .page-front-reviews-cnt {
        background: #FFFFFF;
        border: 0.5px solid #DFE6F6;
        margin: 0px 0;
        border-radius: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-front-reviews h2 {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #2B2D33;
        position: relative;
        padding-left: 20px;
        margin-bottom: 6px;
    }
    .page-front-reviews h2:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 4px;
        height: calc(100% - 8px);
        width: 3px;
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-reviews .update {
        font-weight: 425;
        font-size: 12.5px;
        padding-left: 20px;
        margin: 0px 0 20px;
        color: #6A6A6B;
    }
    .page-front-reviews .reviews-slider {
        margin-left: 20px;
        margin-right: 20px;
    }
    .page-front-reviews .reviews-slider-item .video-frame img {
        border-radius: 12px;
        height: 340px;
    }
    .page-front-reviews .reviews-slider-item .video-frame .date {
        background: url(../images/global/review-date-bullet-bg.png) center center no-repeat;
        background-size: contain;
        padding: 0px 0px 0px;
        width: 160px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .page-front-reviews .reviews-slider-item .video-frame .date .new-bullet {
        padding-left: 16px;
    }
    .page-front-reviews .reviews-slider-item .video-frame .date .new-bullet span {
        font-weight: 425;
        font-size: 11.5px;
    }
    .page-front-reviews .reviews-slider-item .video-frame .date .current-date {
        font-size: 14px;
        padding-left: 16px;
    }
    .page-front-reviews .reviews-slider-item+.reviews-slider-item {
        padding-top: 28px;
        border-top: 1px solid #EDF4FA;
        border-radius: 0;
    }
    .page-front-reviews .reviews-slider-item .content {
        padding: 18px 0px 24px;
    }
    .page-front-reviews .reviews-slider-item .content .decision-link a {
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
    }
    .page-front-reviews .reviews-slider-item .content .decision-link {
        margin-bottom: 20px;
    }
    .page-front-reviews .reviews-slider-item .content .properties .property {
        gap: 4px;
    }
    .page-front-reviews .reviews-slider-item .content .properties .property.banks {
        gap: 8px;
    }
    .page-front-reviews .reviews-slider-item .content .properties .property .title {
        font-size: 14.5px;
        color: #666666;
    }
    .page-front-reviews .reviews-slider-item .content .properties .property .subtitle {
        color: #454545;
    }
    .page-front-reviews .reviews-slider-item .content .properties {
        gap: 16px;
    }
    .reviews-slider-bottom-buttons {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 20px;
        border-top: 1px solid #EDF4FA;
    }
    .reviews-slider-bottom-buttons a {
        width: 100%;
        background: #295AD9;
        border: none;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 14.75px;
        line-height: 100%;
        letter-spacing: 0.01em;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
}

/* Appointment */ 
/*
.frontpage-appointment .page-about-appointment-col .image img {
    height: 241px;
}
*/
.page-about-appointment-expert-video .description {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: -1px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 53% 47%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 48px;
    overflow: hidden;
    z-index: 99999;
    /*
    max-width: 372px;
    */
    border-radius: 0px 0px 10px 10px;
}
.page-about-appointment-expert-video .description .title {
    background: #2959D5;
    color: #fff;
    height: 48px;
    display: flex;
    padding-left: 27px;
    padding-right: 27px;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.page-about-appointment-expert-video .description .duration {
    padding-left: 30px;
    padding-right: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-about-appointment-expert-video .description .duration .desktop {
    display: block;
}
.page-about-appointment-expert-video .description .duration p {
    margin: 2px 0 0;
}
.page-about-appointment-expert-video .description .duration span {
    color: #295AD9;
}
.page-about-appointment-expert-video .description .duration .mobile {
    display: none;
}

/* Questions */
.page-front-questions {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-questions h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-questions-wrap {
    background: #FFFFFF;
    padding: 30px 28px;
    border-radius: 28px;
}
.page-front-questions-title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0 0 32px;
}
.page-front-questions-title p {
    margin: 0;
}
.page-front-questions-item {
    margin-bottom: 0px;
}
.page-front-questions-item+.page-front-questions-item {
    margin-top: 28px;
}
.page-front-questions-item.last-child .content {
    padding-bottom: 0px;
    border-bottom: none;
}
/*
.page-front-questions-item:last-child {
    margin-bottom: 0px;
}
*/
.page-front-questions-item .top {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 34px auto;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: center;
    margin-bottom: 14px;
}
.page-front-questions-item .number {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #295AD9;
    border-radius: 50%;
    background: #EBEFF8;
}
.page-front-questions-item .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;    
}
.page-front-questions-item .content {
    margin-left: 52px;
}
.page-front-questions-wrap .add-question button {
    height: 48px;
    color: #fff;
    background: #295AD9;
    border-radius: 8px;
    font-family: Roboto Flex;
    border: none;
    width: 100%;
    font-weight: 500;
    font-size: 14.75px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-align: center;
}
.page-front-questions-wrap .add-question button:hover {
    background: #3364E3;
}
.page-front-questions-wrap .add-question button:focus {
    background: #295AD9;
}
.page-front-questions-wrap .add-question.mobile {
    display: none;
}
/*
.page-front-questions-item .content 
*/
button.view-video {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 16px auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
    padding: 0;
    margin: 0 0 14px;
    background: transparent;
    border: none;
}
button.view-video span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
button.view-video:hover svg path {
    stroke: #5182FF;
}
button.view-video:hover span {
    color: #5182FF;
}
.page-front-questions-item .content {
    padding-bottom: 28px;
    border-bottom: 1px solid #EDF4FA;
}
.page-front-questions-item .content .text {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-front-questions-item .content .text.unwrapped {
    -webkit-line-clamp: 9999;
}
.page-front-questions-item .content p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;    
    color: #454545;
    margin: 0;
}
.page-front-questions-item .content .wrapped {
    display: none;
}
.page-front-questions-item .content button.wrap {
    background: transparent;
    border: none;
    display: none;
    align-items: center;
    gap: 10px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #969696;
}
.page-front-questions-item .content .text.unwrapped p.wrapped,
.page-front-questions-item .content .text.unwrapped ul.wrapped,
.page-front-questions-item .content .text.unwrapped ol.wrapped {
    display: block;
}
.page-front-questions-item .content .text.unwrapped span.wrapped {
    display: inline-block;
}
.page-front-questions-item .content .text.unwrapped button.wrap {
    display: flex;
}
.page-front-questions-item .content button.mobile-unwrap {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 14.5px;
    line-height: 165%;
    letter-spacing: 0.01em;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    color: #969696;
    display: none;
} 
.page-front-questions-item .content button.unwrap {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    color: #969696;
    position: absolute;
    bottom: 0;
    right: 0;
}
.page-front-questions-item .content .text:not(.unwrapped) button.unwrap {
    display: inline-block!important;
}
.page-front-questions-item .content .text.unwrapped button.wrap {
    display: flex!important;
}

.page-front-questions-item .content .text.unwrapped button.unwrap {
    display: none;
}


.page-front-questions-item .content .text ol, 
.page-front-questions-item .content .text ul {
    margin: 0;
    padding-left: 25px;
}
.page-front-questions-item .content .text ol li, 
.page-front-questions-item .content .text ul li {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #454545;
    margin: 0;
}
.page-front-questions-item .content .text p+p, 
.page-front-questions-item .content .text p+ul,
.page-front-questions-item .content .text p+ol,
.page-front-questions-item .content .text ul+p,
.page-front-questions-item .content .text ol+p {
    margin-top: 10px;
}
.page-front-questions-item .content button.unwrap:before {
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.page-front-questions-item:last-child .content {
    padding-bottom: 0px;
    border-bottom: none;
}
/*
.page-front-questions-item .content .text button {
    display: none;
}
*/
@media (max-width: 782px) {
    /*
    .page-front-questions-item .content .text button.mobile-unwrap {
        display: inline-block!important;
    } 
    .page-front-questions-item .content .text.unwrapped button.mobile-unwrap {
        display: none!important;
    }
    .page-front-questions-item .content .text:not(.unwrapped) button.unwrap {
        display: none!important;
    }
    .page-front-questions-item .content button.unwrap {
        display: none!important;
    } 
    .page-front-questions-item .content .mobile-wrapped {
        display: none;
    }
    .page-front-questions-item .content .text.unwrapped .mobile-wrapped {
        display: block;
    }
    .page-front-questions-item .content .text.unwrapped span.mobile-wrapped {
        display: contents;
    }
    .page-front-questions-item .content .text.unwrapped .mobile-wrapped .unwrap {
        display: none!important;
    }
    */
    
    .page-front-questions-item .content .text.unwrapped button.unwrap {
        display: none!important;
    } 
    .page-front-questions {
        padding: 5px 0 5px;
    }
    .page-front-questions-cnt {
        background: #fff;
        padding: 30px 0;
        border-radius: 16px;
    }
    .page-front-questions h2 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px;
        position: relative;
        color: #2B2D33;
        margin-bottom: 0px;
    }
    .page-front-questions h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-questions-wrap {
        background: transparent;
        padding: 10px 20px 0;
        border-radius: 0px;
    }
    .page-front-questions-title {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        margin-bottom: 20px;
        color: #454545;
    }
    .page-front-questions-item .top {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin-bottom: 14px;
    }
    .page-front-questions-item .top .number {
        display: none;
    }
    .page-front-questions-item .title {
        font-size: 16px;
    }
    .page-front-questions-item .content {
        margin-left: 0px;
    }
    .page-front-questions-item .content .view-video span {
        font-weight: 475;
        font-size: 14.5px;
    }
    .page-front-questions-item .content p {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
    }
    /*
    .page-front-questions-item .content .text {
        max-height: 70px;
        overflow: hidden;
    }
    */
    /*
    .page-front-questions-item .content .text button {
        display: block;
        position: absolute;
        bottom: -2px;
        right: 0px;
        margin: 0;
        padding: 0;
        background: #fff;
        border: none;
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .page-front-questions-item .content .text button:before {
        content: "";
        width: 30px;
        height: 20px;
        display: block;
        position: absolute;
        left: -30px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }
    */
    .page-front-questions-item .content {
        padding-bottom: 20px;
    }
    .page-front-questions-item {
        margin-bottom: 20px;
    }
    
}




/* Agreement */
.page-front-agreement {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-agreement h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-agreement.page-front-result h2 {
    margin-bottom: 10px;
}
.page-front-agreement p.subtitle {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
    margin: 0 0 24px;
}
.page-front-agreement-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
}
.page-front-agreement-col {
    border-radius: 28px;
    /*
    overflow: hidden;
    */
}
.page-front-agreement-col {
    background: #fff;    
}
.page-front-agreement.agreement-dogovor .page-front-agreement-col:last-child {
    background: transparent;    
}
.page-front-agreement.agreement-dogovor .page-front-agreement-col:last-child {
    
    max-height: 100%;
}
.page-front-agreement.agreement-dogovor .page-front-agreement-col:last-child .page-about-appointment-expert {
    position: sticky;
    top: 101px;
    z-index: 10;
    min-height: 455px;
}
.page-front-agreement-text-block {
    padding: 30px 28px;
    
}
.page-front-agreement-text-block p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.page-front-agreement-text-block p+p {
    margin-top: 10px;
}
.page-front-agreement .mobile {
    display: none;
}
.page-front-agreement-list {
    background: #FFFFFF;
    /*
    padding: 30px 28px;
    border-radius: 10px;
    */
    border-radius: 28px;
}
.page-front-agreement-item .top {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 34px auto;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: center;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 28px 30px;
}
.page-front-agreement-item .top:hover .title {
    color: #295AD9;
} 
.page-front-agreement-item .top:hover svg path {
    fill: #295AD9!important;
}
.page-front-agreement-item.active .top {
    margin-bottom: 0px;
    padding: 28px 30px 12px;
}
.page-front-agreement-item.active .top svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-front-agreement-item.active .top svg path {
    fill: #9F9F9F;
}

.page-front-agreement-item .number {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #295AD9;
    border-radius: 50%;
    background: #EBEFF8;
}
.page-front-agreement-item .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;   
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-front-agreement-list .page-front-agreement-item .content {
    /*
    margin-bottom: 28px;
    padding-bottom: 28px;
    */
    margin-left: 82px;
    margin-right: 28px;
    border-bottom: 1px solid #EDF4FA;
    height: 0;
    padding-right: 54px;
}
.page-front-agreement-list .page-front-agreement-item .content p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #454545;
    margin: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 28px;
}
.page-front-agreement-list .page-front-agreement-item.active .content p {
    height: auto;
}
.page-front-agreement-list .page-front-agreement-item.active .content {
    height: auto;
}
.page-front-agreement-item {
    /*
    margin-bottom: 28px;
    */
}
.page-front-agreement-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 1px;
}
.page-front-agreement-item:last-child .content {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
@media (max-width: 782px) {
    .page-front-agreement {
        padding: 5px 0 5px;
    }
    .page-front-agreement h2 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 16px 0 20px;
        position: relative;
        color: #2B2D33;
        margin-bottom: 0px;
    }
    .page-front-agreement h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-agreement .page-front-agreement-wrap {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }
    .page-front-agreement .page-front-agreement-wrap .image {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-front-agreement .page-front-agreement-wrap .content {
        margin-left: 20px;
        margin-right: 20px;
    }
    .page-front-agreement.page-front-result .page-front-agreement-wrap {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin-top: 0px;
    }
    .page-front-agreement-cnt {
        border: 0.5px solid #DFE6F6;
        border-radius: 16px;
        padding-top: 30px;
        padding-bottom: 10px;
        background: #fff;
    }
    .page-front-agreement.page-front-result h2 {
        margin-bottom: 16px;
    }
    .page-front-agreement.page-front-result p.subtitle {
        padding-left: 20px;
        margin-bottom: 16px;
        display: none;
    }
    .page-front-agreement-col {
        border-radius: 0px;
        overflow: unset;
    }
    .page-front-agreement-text-block {
        padding: 0px 20px 20px;
    }
    .page-front-agreement-text-block p {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
    }
    .page-front-agreement-text-block p.title {
        font-weight: 500;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #454545;
        margin-bottom: 20px;
    }
    .page-about-appointment-expert .positive-reviews-text-content-item.grid {
        grid-template-columns: calc(50% - 1px) calc(50% - 1px)!important;
        grid-column-gap: 2px!important;
        grid-row-gap: 2px!important;
        padding: 0 20px 0!important;
        border-bottom: none!important;
        margin-bottom: 0!important;
    }
    .page-front-agreement.page-front-result .positive-reviews-text-content-item.grid .grid-item {
        padding: 36px 20px!important;
    }
    .page-about-appointment-expert .content-2 {
        padding: 14px!important;
        box-shadow: 0px 4px 14px 0px #0025661A;
        border-radius: 4px;
    }
    .page-front-agreement .page-about-appointment-expert .content {
        padding: 14px!important;
        box-shadow: 0px 4px 14px 0px #0025661A;
        border-radius: 12px;
    }
    .page-front-questions-wrap .add-question button {
        border-radius: 12px;
    }
    .page-front-agreement.page-front-result .positive-reviews-text-content-item.grid .grid-item .number {
        color: #295AD9;
    }
    .page-front-agreement.page-front-result .page-front-agreement-cnt {
        padding-bottom: 30px;
    }
    .page-front-agreement .desktop {
        display: none;
    }
    .page-front-agreement .mobile {
        display: block;
    }
    .page-front-agreement-simple-list {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .page-front-agreement-simple-list .page-front-agreement-item .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .page-front-agreement-simple-list .page-front-agreement-item .content {
        margin-left: 0px;
        margin-right: 0px;
    }
    .page-front-agreement-simple-list .page-front-agreement-item .content p {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
        margin: 0;
    }
    .page-front-agreement-simple-list .page-front-agreement-item {
        margin-bottom: 0px;
        padding-bottom: 24px;
        padding-top: 24px;
        border-bottom: 1px solid #EDF4FA;
    }
    .page-front-agreement-simple-list .page-front-agreement-item:first-child {
        padding-top: 0px;
    }
    .page-front-agreement-simple-list .page-front-agreement-item:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }
    .page-front-agreement.agreement-dogovor .page-front-agreement-col:last-child .page-about-appointment-expert {
        min-height: fit-content;
    }
    .page-about-appointment-expert .image {
        overflow: unset!important;
    }
}

@media (max-width: 782px) {
    .page-front-more .page-about-more-item .image {
        height: auto;
    }    
    .page-front-more .page-about-more-item .image {
        height: auto;
    }    
    .page-front-more .page-about-more-item .image picture, 
    .page-front-more .page-about-more-item .image img {
        width: 76px;
        height: auto;
    }
    button.view-video {
        text-align: left;
        align-items: normal;
    }
}








/* Clients */
.page-about-profi-expert-item .content .name .popup-cnt {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
}
.page-about-profi-expert-item .content .name .popup-cnt button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/global/attention-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
}
.page-about-profi-expert-item .content .name .popup-cnt.active button {
    background: url(../images/global/attention-icon-close.svg) center center no-repeat;
    background-size: contain;
}
.page-about-profi-expert-item .content .name .popup-cnt .popup {
    display: none;
}
.page-about-profi-expert-item .content .name .popup-cnt .popup .text {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    text-align: left;
    color: #202020;
    margin: 0 auto;
}
.page-about-profi-expert-item .content .name .popup-cnt .popup .close {
    display: none;
}
.page-about-profi-expert-item .content .name .popup-cnt.active  .popup {
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    width: 360px;
    background: #fff;
    z-index: 999999999;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
    display: block;
    text-align: left;
}
.page-about-profi-expert-item .content .name .popup-cnt.active  .popup .head-new.mobile {
    display: none;
}
body.page-template-page-frontpage .page-about-profi-expert-item {
    overflow: unset;
}
body.page-template-page-frontpage .page-about-profi-expert-item .image {
    border-radius: 28px 28px 0 0;
}

body.page-template-page-frontpage .page-about-profi-expert-item .image img {
    max-height: 285px;
    object-fit: cover;
    object-position: top;
}


body.page-template-page-frontpage .page-about-profi-expert-item .content {
    border-radius: 0 0 28px 28px;
}
@media (max-width: 782px)  {
    .page-about-profi-expert-item .content .name .popup-cnt.active  .popup {
        box-shadow: none;
    }    
    .page-about-profi-expert-item .content .name .popup-cnt.active  .popup .head-new.mobile {
        display: block;
    }
}











/* Secret */
.page-front-secret {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-secret h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-secret-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-front-secret-col.page-front-cost-expert-video .video-frame .description {
    left: 0;
    /*
    height: 53px;
    */
    max-width: 463px;
    /*
    border-radius: 10px 0px 0px 0px;
    grid-template-columns: 100%;
    */
    border-radius: 0px 12px 0px 12px;
    grid-template-columns: 65% 35%;
}
.page-front-secret-col.page-front-cost-expert-video .video-frame .description .title {
    /*
    height: 53px;
    padding-left: 36px;
    padding-right: 36px;
    font-weight: 700;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: 0.03em;
    */
}
.page-front-secret-col.page-front-cost-expert-video .video-frame .description .duration {
    /*
    height: 53px;
    font-weight: 550;
    font-size: 14.75px;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    */
}
.page-front-secret-col.page-front-cost-expert-video .video-frame .description .duration p {
    margin: 0;
    white-space: nowrap;
}
.page-front-secret-buttons {
    margin-top: 26px;
}
.page-front-secret-buttons a {
    height: 54px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #295AD9;
    color: #fff;
    border-radius: 12px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.page-front-secret-buttons a:hover {
    background: #416EE3;
}
/*
.page-front-secret-buttons a:hover {
    background: #3364E3;
}
.page-front-secret-buttons a:focus {
    background: #295AD9;
}
*/
.page-front-secret .mobile {
    display: none;
}
@media (max-width: 782px)  {
    .page-front-secret {
        padding: 5px 0 5px;
    }
    .page-front-secret-cnt {
        background: #fff;
        border-radius: 16px;
        padding: 30px 0;
        border: 0.5px solid #DFE6F6;
    }
    .page-front-secret h2 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px;
        position: relative;
        color: #2B2D33;
        margin-bottom: 0px;
    }
    .page-front-secret h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-secret .mobile {
        display: block;
    }
    .page-front-secret .desktop {
        display: none;
    }
    .page-front-secret .image {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-front-secret .content {
        margin-left: 20px;
        margin-right: 20px;
        background: #fff;
        box-shadow: 0px 4px 14px 0px #0025661A;
        padding: 14px;
        border-radius: 12px;
    }
    .page-front-secret .content .name {
        font-family: Roboto Flex;
        font-weight: 550;
        font-size: 14.5px;
        line-height: 145%;
        letter-spacing: 0em;
        color: #393939;
        margin-bottom: 4px;
    }
    .page-front-secret .content .post {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #454545;
    }
    .page-front-secret button.view-video {
        width: calc(100% - 40px);
        margin: 20px;
        align-items: flex-start;
    }
    .page-front-secret button.view-video span {
        text-align: left;
    }
    .page-front-secret-buttons {
        margin-top: 0px;
    }
    .page-front-secret-buttons a {
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 16px 20px;
        width: auto;
        justify-content: space-between;
    }
    .page-front-secret-buttons-col-txt {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .page-front-secret-buttons-col-txt:first-child span {
        font-family: Roboto Flex;
        font-weight: 650;
        font-size: 13px;
        /* line-height: 145%; */
        letter-spacing: 0.01em;
        color: #fff;
    }
    .page-front-secret-buttons-col-txt:last-child span {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 13.5px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #fff;
    }
    .page-front-secret-buttons-col-txt+.page-front-secret-buttons-col-txt {
        margin-top: 2px;
    }
    .page-about-profi-expert-item .content .name .popup-cnt.active button {
        background: url(../images/global/attention-icon.svg) center center no-repeat!important;
        background-size: contain;
    }
    .page-about-profi-expert-item .content .name .popup-cnt .popup {
        display: block;
    }
    .page-about-appointment .content .post .popup-cnt .popup, 
    .page-about-profi-expert-item .content .name .popup-cnt .popup {
        bottom: -100%;
        position: fixed !important;
        left: 0 !important;
        height: auto;
        width: 100% !important;
        border-radius: 24px 24px 0px 0px !important;
        top: auto !important;
        padding: 26px 0 0 0 !important;
        z-index: 999999999999;
        overflow: hidden;
    }
    
    .page-about-appointment .content .post .popup-cnt.active .popup,
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup {
        /*
        position: fixed !important;
        */
        bottom: 0px;
        /*
        left: 0 !important;
        height: auto;
        width: 100% !important;
        border-radius: 24px 24px 0px 0px !important;
        top: auto !important;
        padding: 26px 0 0 0 !important;
        z-index: 999999999999;
        overflow: hidden;
        */
    }
    /*
    , 
    .page-about-lic-slider .lic-slider-item .popup-cnt .popup, 
    .page-about-lic-item .popup-cnt .popup
    */
    .page-about-appointment .mobile-cnt .expert .content .post .popup-cnt .popup, 
    .page-about-appointment-expert .content .post .popup-cnt .popup {
        display: block;
    }
    .two-cols-item .text-cnt .text .popup {
        box-shadow: none;
    }
    
    .page-about-appointment .content .post .popup-cnt.active .popup .text,
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup .text {
        padding-left: 12px;
        padding-right: 12px;
        font-family: Roboto Flex;
        font-size: 14.5px;
        font-weight: 450;
        line-height: 165%;        
        letter-spacing: 0.01em;
        color: #242424;
    }
    .page-about-appointment .content .post .popup-cnt.active .popup .close,
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup .close {
        margin: 30px 0 0 0;
        padding: 0;
        border-top: 1px solid #DFE6F6;
        border-left: none;
        border-right: none;
        border-bottom: none;
        width: 100%;
        height: 68px;
        background: transparent;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 15.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        text-align: center;
        color: #295AD9;
        display: flex!important;
        align-items: center;
        justify-content: center;
        display: none !important;
    }
}

/* Book */
.page-front-book {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-book h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-book .subtitle.mobile {
    display: none;
}
.page-front-book-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-front-book-wrap .page-front-book-col:first-child {
    background: #fff;
    border-radius: 28px;
    text-align: center;
}
.page-front-book-wrap .page-front-book-col .image {
    /*
    background: #fff;
    */
    padding: 60px 54px;
    /*
    border-radius: 28px;
    */
    max-width: 558px;
    box-sizing: border-box;
    margin: 0 auto;
}
.page-front-book-wrap .page-front-book-desc {
    background: #fff;
    border-radius: 28px;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.page-front-book-wrap .page-front-book-desc .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
}
.page-front-book-wrap .page-front-book-desc .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-front-book-reviews {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 30px 28px 20px;
}
.page-front-book-reviews .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
    margin-bottom: 28px;
}
.book-reviews-slider .book-reviews-slider-item {
    background: #F4F6FB;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.book-reviews-slider .book-reviews-slider-item .top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.book-reviews-slider .book-reviews-slider-item .top .logo {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    background: #ebf7ff;
    color: #fff;
    */
    background: #FFFFFF;
    color: #202020;
    border-radius: 50%;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 17.5px;
    margin-right: 8px;
}
.book-reviews-slider .book-reviews-slider-item .top .name {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
}
.book-reviews-slider .book-reviews-slider-item .top .date {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 13.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #667685;
    margin-left: auto;
}
.book-reviews-slider .book-reviews-slider-item .text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.book-reviews-slider .book-reviews-slider-item .text p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;    
    margin: 0;
}
.book-reviews-slider .book-reviews-slider-item .images {
    display: flex;
    gap: 14px;
    margin-top: 24px;
}
.book-reviews-slider .book-reviews-slider-item .images picture {
    border-radius: 12px;
    overflow: hidden;
    max-width: 80px;
}
.book-reviews-slider-bottom {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.page-front-book-reviews .buttons {
    margin-top: 28px;
}
.page-front-book-reviews .buttons .buttons-row {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 50px auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.page-front-book-reviews .buttons .buttons-row .image {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border-radius: 12px;
    overflow: hidden;
}
.page-front-book-reviews .buttons .buttons-row .button a {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background: #005BFF;
    border-radius: 12px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.page-front-book-reviews .buttons .buttons-row .button a:hover {
    /*
    background: #085BFF;
    */
    background: #416EE3;
}
.page-front-book-reviews .buttons .reviews-count {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.page-front-book-reviews .buttons .reviews-count .count {
    margin-right: 5px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #454545;
}
.page-front-book-reviews .buttons .reviews-count .count-txt {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #454545;
}
.page-front-book-wrap .page-front-book-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-front-book .book-reviews-slider-bottom .swiper-pagination {
    position: relative;
    width: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.page-front-book .book-reviews-slider-bottom .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #D2D3DC;
    margin: 0;
}
.page-front-book .book-reviews-slider-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #295AD9;
}
.page-front-book .book-reviews-slider-bottom .button-next,
.page-front-book .book-reviews-slider-bottom .button-prev {
    line-height: 0;
    cursor: pointer;
}
.page-front-book .book-reviews-slider-bottom .button-next svg,
.page-front-book .book-reviews-slider-bottom .button-prev svg {
    width: 24px;
    height: 24px;
}
.book-reviews-slider-bottom .button-prev.swiper-button-disabled,
.book-reviews-slider-bottom .button-next.swiper-button-disabled {
    opacity: 0;
}
.page-front-book .book-reviews-slider-bottom .button-next:hover svg circle,
.page-front-book .book-reviews-slider-bottom .button-prev:hover svg circle {
    fill: #E2EAFE;
}
.page-about-appointment-expert .positive-reviews-text-content-item.grid {
    padding: 30px 28px;
    border-bottom: none;
    margin: 0;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.page-about-appointment-expert .positive-reviews-text-content-item.grid .grid-item:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}
.page-about-appointment-expert .positive-reviews-text-content-item.grid .grid-item:last-child {
    padding-top: 20px;
}
.page-front-book .mobile {
    display: none;
}
.page-about-appointment .video-txt .desktop {
    display: block;
}
.page-about-appointment .video-txt .mobile {
    display: none;
}
@media (max-width: 782px) {
    .page-front-book .mobile {
        display: block;
    }
    .page-front-book .subtitle.mobile {
        display: block;
    }
    .page-front-book {
        padding: 5px 0 5px;
    }
    .page-front-book-cnt {
        padding: 30px 0;
        background: #fff;
        border-radius: 16px;
    }
    .page-front-book h2 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px;
        position: relative;
        color: #2B2D33;
        margin-bottom: 0px;
    }
    .page-front-book h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-book-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .page-front-book p.subtitle {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        margin: 16px 20px 0px;
        color: #454545;
    }
    .page-front-book-wrap .page-front-book-col .image {
        padding: 24px 30px;
    }
    .page-front-book-desc {
        display: none!important;
    }
    .page-front-book-reviews .title {
        display: none!important;
    }
    .book-reviews-slider {
        display: none!important;
    }
    .page-front-book-reviews {
        background: transparent;
        border-radius: 0;
        padding: 0px 20px 0px;
    }
    .page-front-book-reviews .buttons {
        margin-top: 0px;
    }
    .page-front-book-reviews .buttons .reviews-count {
        margin-top: 14px;
        gap: 6px;
    }
    .page-front-book-reviews .buttons .reviews-count .count {
        font-size: 13px;
        margin-right: 6px;
    }
    .page-front-book-reviews .buttons .reviews-count .count-txt {
        font-size: 13px;
    }
    .page-front-book-reviews .buttons .buttons-row {
        grid-template-columns: 46px auto;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
    .page-front-book-reviews .buttons .buttons-row .button a {
        height: 46px;
        color: #fff;
        background: #295AD9;
        border-radius: 12px;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 13.75px;
        line-height: 165%;
    }
    .page-about-appointment .video-txt .desktop {
        display: none;
    }
    .page-about-appointment .video-txt .mobile {
        display: block;
    }
    
    
    
}












/* Results */
.page-front-benefits {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-benefits h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-benefits-row.three-cols {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-front-benefits-row.two-cols {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-front-benefits-row+.page-front-benefits-row {
    margin-top: 24px;
}
.page-about-appointment-expert {
    background: #fff;
}
.page-about-appointment-expert .image {
    overflow: hidden;
    border-radius: 28px 28px 0 0;
}
.page-about-appointment-expert .image img {
    max-height: 311px;
    object-fit: cover;
    object-position: top;
}
.page-front-benefits .page-about-appointment-expert .image img {
    max-height: 134px;
}
.page-front-agreement .page-about-appointment-expert .image img {
    max-height: 226px;
}
.page-front-agreement.agreement-dogovor .page-about-appointment-expert .image img {
    max-height: 311px;
}
.page-front-secret .page-about-appointment-expert .image img {
    max-height: 226px;
    object-fit: cover;
}
.page-about-appointment#appointment .page-about-appointment-expert .image img {
    max-height: 226px;
    object-fit: cover;
    object-position: top;
}
.page-about-appointment#appointment .page-about-appointment-expert-video .video-frame {
    max-height: 270px;
    height: 270px;
}
.page-front-secret .page-front-cost-expert-video .video-frame {
    max-height: 453px;
}
.page-about-appointment.frontpage-appointment .page-about-appointment-expert .image {
    max-height: 236px;
    height: 236px;
}
.page-about-appointment.frontpage-appointment .page-about-appointment-expert-video {
    max-height: 240px;
}
.page-about-appointment-expert:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

#appointment-1 .page-about-appointment-expert .image img, 
#appointment-2 .page-about-appointment-expert .image img {
    max-height: 236px;
    height: 236px;
}
#appointment-1 .page-about-appointment-expert-video .video-frame, 
#appointment-2 .page-about-appointment-expert-video .video-frame {
    max-height: 270px;
    height: 270px;
}
#appointment-2 .page-about-appointment-expert .content .post .popup-cnt button {
    top: -2px;
}



.page-front-benefits .mobile {
    display: none;
}
@media (max-width: 782px) {
    .page-front-benefits {
        padding: 5px 0 5px;
    }
    .page-front-benefits .desktop {
        display: none;
    }
    .page-front-benefits .mobile {
        display: block;
    }
    .page-front-benefits-cnt {
        background: #fff;
        padding-top: 30px;
        border-radius: 16px;
        border: 0.5px solid #DFE6F6;
    }
    .page-front-benefits h2 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px;
        position: relative;
        color: #2B2D33;
        margin-bottom: 0px;
    }
    .page-front-benefits h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-benefits-cnt .mobile {
        padding: 20px;
    }
    .page-front-benefits-row.two-cols {
        grid-template-columns: calc(50% - 1px) calc(50% - 1px);
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }
    .page-front-benefits-row.two-cols .page-about-appointment-expert {
        padding: 26px 16px;
        background: #F4F6FB;
        border-radius: 0px;
    }
    .page-front-benefits-row.one-cols .page-about-appointment-expert {
        padding: 26px 16px;
        background: #F4F6FB;
        border-radius: 0px 0px 8px 8px;
    }
    .page-about-appointment-expert {
        background: transparent;
    }
    .page-front-benefits-row:nth-child(1) .page-about-appointment-expert:first-child {
        border-radius: 12px 0 0 0;
    }
    .page-front-benefits-row:nth-child(1) .page-about-appointment-expert:last-child {
        border-radius: 0 12px 0 0;
    }
    .page-front-benefits-row:nth-child(3) .page-about-appointment-expert {
        border-radius: 0 0 12px 12px;
    }
    .page-about-appointment-expert .image {
        overflow: hidden;
        border-radius: 12px;
    }
    .page-front-benefits-row+.page-front-benefits-row {
        margin-top: 2px;
    }
    .page-about-appointment-expert .content {
        padding: 18px 0 0;
        background: transparent;
    }
    .page-about-appointment-expert .content .date {
        font-family: Roboto Flex;
        font-weight: 700;
        font-size: 10px;
        line-height: 150%;
        letter-spacing: 0.01em;
        margin-bottom: 6px;
        color: #295AD9;
    }
    .page-about-appointment-expert .content .name {
        font-weight: 550;
        font-size: 14.5px;
        margin: 0 0 6px;
    }
    .page-about-appointment-expert .content .post span {
        font-weight: 450;
        font-size: 13px;
        line-height: 165%;
    }
    
}












/* Cost2 */
.page-front-cost2 {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-front-cost2 h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-front-cost2-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-front-cost2-item {
    background: #fff;
    border-radius: 28px;
    position: relative;
    padding: 30px 28px 80px;
}
.page-front-cost2-item .top .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
    margin: 0 0 16px;
}
.page-front-cost2-item .top .subtitle {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #295AD9;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
}
.page-front-cost2-item .middle .middle-item+.middle-item {
    margin-top: 22px;
}
.page-front-cost2-item .middle .middle-item-title {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #454545;
    margin-bottom: 6px;
}
.page-front-cost2-item .middle .middle-item-subtitle {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-front-cost2-item .middle .view-video {
    display: flex;
    align-items: center;
    margin: 22px 0 22px;
    padding: 0;
    background: transparent;
    border: none;
    gap: 6px;
}
.page-front-cost2-item .middle .view-video span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.page-front-cost2-item .middle .view-video:hover span {
    color: #5182FF;    
}
.page-front-cost2-item .middle .view-video:hover svg path {
    stroke: #5182FF;    
}
.page-front-cost2-item .middle .appointment-button {
    border-radius: 12px;
    border: none;
    color: #fff;
    background: #295AD9;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    position: absolute;
    left: 28px;
    right: 28px;
    width: calc(100% - 56px);
    height: 50px;
    bottom: 30px;
}
.page-front-cost2-item .middle .appointment-button:hover {
    background: #3364E3;
}
.page-front-cost2-item .middle .appointment-button:focus {
    background: #295AD9;
}
@media (max-width: 782px) {
    .page-front-cost2 {
        padding: 5px 0 5px;
    }
    .page-front-cost2-cnt {
        padding-top: 30px;
        border: 0.5px solid #DFE6F6;
        border-radius: 16px;
        background: #fff;
    }
    .page-front-cost2 h2 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px;
        position: relative;
        color: #2B2D33;
    }
    .page-front-cost2 h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-cost2-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .page-front-cost2-item {
        background: transparent;
        border-radius: 0px;
        position: relative;
        padding: 0px 0px 24px;
        margin-left: 20px;
        margin-right: 20px;
        border-bottom: 1px solid #EDF4FA;
        margin-bottom: 24px;
    }
    .page-front-cost2-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .page-front-cost2-item .middle .appointment-button {
        position: relative;
        left: 0px;
        right: 0;
        width: 100%;
        bottom: auto;
    }
    .page-front-cost2-item .top .title {
        font-size: 16px;
    }
    .page-front-cost2-item .top .subtitle {
        font-weight: 550;
        font-size: 15.5px;
        line-height: 135%;
        letter-spacing: 0em;
        padding-bottom: 0;
        margin-bottom: 20px;
        border-bottom: none;
    }
    .page-front-cost2-item .middle .middle-item-title {
        font-weight: 500;
        font-size: 15px;
    }
    .page-front-cost2-item .middle .middle-item-subtitle {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        color: #454545;
    }
    .page-front-cost2-item .middle .middle-item+.middle-item {
        margin-top: 18px;
    }
    .page-front-cost2-item .middle .view-video {
        margin: 18px 0 24px;
    }
    .page-front-cost2-item .middle .view-video span {
        font-weight: 475;
        font-size: 14.5px;
    }
    .page-front-cost2-item .middle .appointment-button {
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
    }
    .page-front-cost2 h2 {
        margin: 0 0 20px;
    }
}

@media (max-width: 782px)  {
    .page-front-clients {
        padding: 5px 0 5px;
    }
    .page-front-clients-cnt {
        background: #fff;
        border-radius: 16px;
        padding: 30px 0;
        border: 0.5px solid #DFE6F6;
    }
    .page-front-clients h2 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px;
        position: relative;
        color: #2B2D33;
        margin-bottom: 20px;
    }
    .page-front-clients h2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2D33;
        border-radius: 0 2px 2px 0;
    }
    .page-front-clients .page-about-profi-expert {
        background: transparent;
        padding: 0px 20px;
        border-radius: 0;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding-bottom: 0px;
    }
    .page-front-clients .page-about-profi-expert-item {
        background: transparent;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        align-items: center;
        min-height: auto;
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 1px solid #EDF4FA;
    }
    .page-front-clients .page-about-profi-expert-item:first-child {
        padding-top: 0px;
    }
    .page-front-clients .page-about-profi-expert-item:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }
    .page-front-clients .page-about-profi-expert-item .image {
        width: 211px;
        position: relative;
        overflow: unset;
        margin: 0 auto;
        padding-top: 0px;
    }
    .page-front-clients .page-about-profi-expert-item .image .bullet {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 74px;
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 14px 34px 0px #001D681F;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 36px;
        line-height: 145%;
        letter-spacing: 0em;
        color: #295AD9;
    }
    .page-front-clients .page-about-profi-expert-item .content {
        margin-top: 24px;
        max-width: 100%;
    }
    .page-front-clients .page-about-profi-expert-item .content .name {
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #202020;
        margin: 0 0 10px;
    }
    .page-front-clients .page-about-profi-expert-item .content .post {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
    }







}



.left--modal__wrap--video .video-content .mobile {
    display: none;
}
.left--modal__wrap--front-callback-object .mobile {
    display: none;
}


@media (max-width: 782px)   {
    .left--modal__wrap--front-callback-object .mobile {
        display: block;
    }
    .left--modal__wrap--front-callback-object .desktop {
        display: none;
    }
    .left--modal__wrap--front-callback-object .text-content .subtitle+.subtitle {
        margin-top: 8px;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile {
        padding-bottom: 16px;
        border-bottom: 1px solid #EDF4FA;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile .csumma2-label {
        font-family: Roboto Flex;
        font-weight: 425;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0.01em;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile p {
        margin: 0;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile .csumma2-label p {
        display: flex;
        align-items: center;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile .csumma2-input {
        margin-top: 16px;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile .csumma2-label p span.number {
        margin-left: 4px;
        color: #295AD9;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile .csumma2-label p span.ruble {
        margin-left: 4px;
        color: #295AD9;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile .csumma2-label p span.icon {
        margin-left: 8px;
        height: 18px;
        position: relative;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-text-cnt.mobile .csumma2-label p span.icon svg {
        position: absolute;
        top: 1px;
    }
    .left--modal__wrap--front-callback .head.mobile, 
    .left--modal__wrap--front-callback-2 .head.mobile,
    .left--modal__wrap--front-callback-3 .head.mobile {
        /*
        margin-left: -12px;
        width: calc(100% + 24px);
        */
        width: calc(100% - 24px);
        /*
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        */
        border-bottom: 1px solid #EBEFF8;
        /*
        margin-bottom: 26px;
        */
        display: block;
        padding: 0px 12px 24px;
        margin: 26px 0 24px -12px;
        position: relative;
        height: 22px;
        box-sizing: content-box;
        
        position: absolute;
        top: 0;
        
        
    }
    .left--modal__wrap--front-callback-3 .head.mobile {
        width: calc(100% - 24px);
    }
    .left--modal__wrap--front-callback-object .internal-cnt {
        height: calc(80vh - 74px);
        margin-top: 74px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .left--modal__wrap--front-callback-object .internal-cnt .middle-content {
        margin-top: 24px;
    }
    .left--modal__wrap--front-callback-object.scroll-direction-down .internal-cnt {
        height: calc(100vh - 74px);
    }
    
    
    
    .left--modal__wrap--front-callback-object {
        overflow: hidden!important;
    }
    
    
    
    
    
    
    
    .left--modal__wrap--front-callback .head.mobile .prev-button, 
    .left--modal__wrap--front-callback-2 .head.mobile .prev-button,
    .left--modal__wrap--front-callback-3 .head.mobile .prev-button {
        position: absolute;
        left: 18px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 22px;
    }
    .left--modal__wrap--front-callback .head.mobile .prev-button span, 
    .left--modal__wrap--front-callback-2 .head.mobile .prev-button span,
    .left--modal__wrap--front-callback-3 .head.mobile .prev-button span {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .left--modal__wrap--front-callback .head.mobile .text, 
    .left--modal__wrap--front-callback-2 .head.mobile .text,
    .left--modal__wrap--front-callback-3 .head.mobile .text {
        text-align: center;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    }
    .left--modal__wrap--front-callback-object .text-content .title {
        font-weight: 575;
        font-size: 18px;
        margin: 0 0 14px;
        display: none;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-title .mobile {
        display: none;
    }
    .left--modal__wrap--front-callback-object .text-content .subtitle {
        font-size: 15.5px;
        line-height: 160%;
        margin: 0;
    }
    .left--modal__wrap--front-callback-object .text-content {
        margin-bottom: 20px;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-title p {
        font-weight: 525;        
        font-size: 15.25px;
        line-height: 160%;
    }
    .left--modal__wrap--front-callback-object .form-cnt .field-title {
        margin-bottom: 16px;
    }
    .left--modal__wrap--front-callback-object form .field-radio-cnt {
        margin-bottom: 26px;
    }
    .left--modal__wrap--front-callback-object form .row+.row {
        margin-top: 26px;
    }
    .left--modal__wrap--front-callback-object form .row.submit {
        margin-left: -12px;
        width: calc(100% + 24px);
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        /*
        border-top: 1px solid #EBEFF8;
        */
        margin-top: 20px;
        /*
        padding-top: 14px;
        */
    }
    .left--modal__wrap--front-callback-object form .row.submit p {
        margin: 0;
    }
    .left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio, 
    .left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox {
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, 
    .left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
            padding-left: 16px;
            padding-right: 16px;
            height: 35px;
    }
    .left--modal__wrap--front-callback-object form .row.checkbox {
        margin-top: 37px;
    }
    .left--modal__wrap--video .video-content .mobile {
        display: block;
    }
    .left--modal__wrap--video .video-content .content-field p.subtitle {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: 0.01em;
        color: #202020;
        margin: 0 0 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .page-front-questions-wrap .add-question.mobile {
        display: block;
    }
}










