:root {
    
}
* {
    scroll-behavior: smooth;   
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
*:focus {
    outline: none;
}
picture {
    line-height: 0;
    display: block;
}
img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
a, 
button, 
input[type=submit] {
    cursor: pointer;
}
input[type=submit]:disabled {
    opacity: 0.6;
}
body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
    color: #202020;
    padding: 0;
    margin: 0;
    /*
    overflow-x: hidden;
    */
}
main {
    /*
    overflow: hidden;
    */
}
body.no-scroll {
    overflow: hidden;
}
body.no-scroll .cookie-modal,
body.no-scroll .calc-modal, 
body.no-scroll .fpa-head, 
body.no-scroll main {
    z-index: -1!important;
    opacity: 0;
    scroll-behavior: smooth;   
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.hidden {
    display: none!important;
}
.container {
    /*
    max-width: 1140px;
    */
    max-width: 1320px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    box-sizing: content-box;
}
body.page-template-index-v2 .container {
    max-width: 1180px;
}
body.page-template-page-smi .container {
    /*
    max-width: 1140px;
    */
    max-width: 1320px;
}

body.overlay .reviews-item .video-frame .play {
    z-index: -1;
}
/*
body.overlay .calc-modal {
    z-index: -1;
}
body.overlay .cookie-modal {
    z-index: -1;
}
*/
/*
body.overlay .left--filter-modal-bg {
    z-index: 9999999;
}
*/

/* Header */
.fpa-head {
    background: #FFF;
    /*
    background: #295AD9;
    padding-bottom: 46px;
    */
    padding-top: 21px;
    padding-bottom: 24px;
    border-radius: 0 0 32px 32px;
    border: 0.75px solid #DFE6F6;
    border-top: none;
    
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
.header-row.mobile-row {
    display: none;
}
.header-row.first-row {
    padding-left: 42px;
    padding-right: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.header-row.first-row ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
}
.header-row.first-row ul a {
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #fff;
    position: relative;
}    
.header-row.first-row ul li.current-menu-item a:after, 
.header-row.first-row ul li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1px;
    height: 3px;
    background: #ffffff;
    border-radius: 4px 4px 0px 0px;
    scroll-behavior: smooth;   
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.header-row.first-row ul li:hover a {
    color: #BFCFFA;
}
.header-row.first-row ul li.current-menu-item:hover a, 
.header-row.first-row ul li.active:hover a {
    color: #FFFFFF;
}
.head-right-block {
    display: flex;
    align-items: center;
    gap: 22px;
}
.head-right-block button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.head-right-block button svg {
    width: 16px;
    height: 18px;
}
.head-right-block button:hover svg {
    height: 20px;
    width: auto;
}
.head-right-block a {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #fff;
}
.header-row.second-row {
    background: #fff;
    /*
    border-radius: 10px;
    padding: 10px 42px;
    */
    padding: 0px 0px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 228px auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.header-row.second-row .logo {
    max-width: 215px;
    display: flex;
    align-items: center;
}
.header-row.second-row .logo img {
    width: 100%;
    height: 45px;
}
.header-row.second-row .menu-top_menu-container {
    width: 100%;
}
.head-second-menu {
    display: flex;
    align-items: center;
}
.head-second-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.head-second-menu ul li a {
    padding: 0px 18px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15.5px;
    /*
    line-height: 100%;
    */
    letter-spacing: 0.01em;
    color: #202020;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.head-second-menu ul li a:hover {
    /*
    color: #295AD9;
    */
    color: #295AD9;
}
.head-second-menu ul li.current-menu-item a, 
.head-second-menu ul li.active a {
    /*
    background: #DFE6F9;    
    color: #295AD9;
    border-radius: 8px;
    */
    background: #295AD9;
    color: #fff;
    border-radius: 100px;
}
.head-second-menu ul li a span {
    margin-top: auto;
    margin-bottom: auto;
}
body.header-fixed .fpa-head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    /*
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 0.5px solid #DFE6F6;
    */
    
    padding-bottom: 14px;
    padding-top: 11px;
    
}

body.header-fixed .fpa-head .header-row.second-row .logo img {
    height: 41px;
}
body.header-fixed .fpa-head .head-second-menu ul li a {
    font-size: 14.5px;
}


/*
body.header-fixed .fpa-head .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
*/
body.header-fixed .fpa-head .header-row.second-row {
    border-radius: 0;
}
/*
body.header-fixed .page-reviews-content {
    padding-top: 250px;
}
*/
body.header-fixed .fpa-head .header-row.first-row {
    max-width: 1180px;
    margin: 0 auto;
}
body .fpa-head .header-row.second-row {
    display: block;
}
body .fpa-head .header-row.second-row .internal-cnt {
    /*
    max-width: 1180px;
    */
    max-width: 1320px;
    margin: 0 auto;
    padding: 5px 0;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 228px auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.fpa-head-v2 {
    background: #FFF;
    padding-bottom: 0px;
}
.fpa-head-v2 .header-row.first-row ul a {
    padding-top: 13.5px;
    padding-bottom: 17.5px;
    display: block;
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 12.5px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #606060;
    position: relative;
}
.fpa-head-v2 .header-row.first-row ul a:hover {
    color: #BFCFFA;    
}
.fpa-head-v2 .header-row.first-row {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #EBEFF8;
}
.fpa-head-v2 .head-right-block {
    display: flex;
    align-items: center;
    gap: 34px;
}
.fpa-head-v2 .head-right-block button.callback {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 12.5px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #295AD9;
}
.fpa-head-v2 .head-right-block button.callback:hover {
    color: #BFCFFA;
}
.fpa-head-v2 .head-right-block button.location {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 16px auto;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    align-items: center;
}     
.fpa-head-v2 .head-right-block button.location svg {
    width: 16px;
    height: 18px;
}
.fpa-head-v2 .head-right-block button.location span {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 12.5px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #295AD9;
}
.fpa-head-v2 .head-right-block button.location:hover svg {
    transform: scale(-1, -1);
}
.fpa-head-v2 .head-right-block button.location:hover svg path {
    stroke: #BFCFFA;
}
.fpa-head-v2 .head-right-block button.location:hover span {
    color: #BFCFFA;
}
.fpa-head-v2 .header-row.second-row {
    padding: 16px 0px 19px;
}
.fpa-head-v2 .head-second-menu ul li a {
    color: #242424;
    min-height: 42px;
}
.fpa-head-v2 .head-second-menu ul li:hover a {
    color: #5182FF;
}
.fpa-head-v2 .head-second-menu ul li.current-menu-item a {
    color: #fff;
    background: #295AD9;
    border-radius: 100px;
    line-height: normal;
}
.fpa-head .head-second-menu ul li.cabinet a, 
.fpa-head-v2 .head-second-menu button.cabinet {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #295AD9;
    background: #F4F6FB;
    height: 42px;
    border-radius: 100px;
    border: none;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-left: 0px;
}
.fpa-head-v2 {
    border-bottom: 1px solid #EBEFF8;    
}



/* Left filter overlay */
.left--filter-modal-bg {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}
.left--filter-modal-bg.active {
    z-index: 9999999;
}
/* Reviews Page - Content */
.page-reviews-content {
    padding-top: 140px;
    background: #EBEFF8;
    /*background: #F4F6FB;*/
}
.page-reviews-content h1 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;    
    color: #202020;
    margin: 0 0 16px;
}
.page-reviews-content .content-row {
    display: grid;
    grid-template-rows: auto;
    /*
    grid-template-columns: 364px calc(100% - 388px);
    */
    grid-template-columns: calc(33% - 12px) calc(67% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-reviews-content .head-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-reviews-content .head-row .update {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;    
    color: #404040;
}
.page-reviews-content .head-row .sort {
    display: flex;
    align-items: center;
    gap: 13px;

}
.page-reviews-content .head-row .sort .title {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
}
.page-reviews-content .head-row .sort .list {
    position: relative;
}
.page-reviews-content .head-row .sort .list:hover .current span {
    color: #5182FF;
}
.page-reviews-content .head-row .sort .list:hover .current svg {
    transform: rotate(180deg);    
}
.page-reviews-content .head-row .sort .list:hover .current svg path {
    fill: #5182FF;
}
/*
.page-reviews-content .head-row .sort .list:focus .current span {
    color: #8C94A8;
}
.page-reviews-content .head-row .sort .list:focus .current svg {
    transform: rotate(180deg);    
}
.page-reviews-content .head-row .sort .list:focus .current svg path {
    fill: #8C94A8;
}
*/
.page-reviews-content .head-row .sort .current {
    display: flex;
    align-items: center;
    gap: 4px;
}
.page-reviews-content .head-row .sort .current span {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #3E6BDD;
}
.page-reviews-content .head-row .sort .list:hover .list-cnt {
    /*
    display: flex;
    flex-direction: column;
    gap: 2px;
    */
    display: block;
}
.page-reviews-content .head-row .sort .list-cnt {
    display: none;
    position: absolute;
    right: 0;
    z-index: 99999;
    /*
    padding-top: 15px;
    */
}
.page-reviews-content .head-row .sort .list ul {
    /*
    */
    display: none;
    position: absolute;
    right: 0;
    z-index: 99999;
    /*
    */
    background: #FFFFFF;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    border-radius: 16px;
    padding: 10px 8px;
    list-style: none;
    width: 260px;
    margin: 0;
    /*
    display: flex;
    */
    flex-direction: column;
    gap: 2px;
}
.page-reviews-content .head-row .sort .list:hover ul {
    display: flex;
}
.page-reviews-content .head-row .sort .list ul li {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    padding: 12px 14px;
    color: #373737;
    position: relative;
    cursor: pointer;
}
.page-reviews-content .head-row .sort .list ul li.active {
    background: #EBEFF8;
    border-radius: 12px;
}
.page-reviews-content .head-row .sort .list ul li.active:after {
    content: "";
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    width: 14px;
    height: 10px;
    background: url(../images/reviews/sort-item-active.svg) center center no-repeat;
    background-size: contain;
}
.page-reviews-content .head-row .sort .list ul li:hover {
    background: #EBEFF8;
    border-radius: 8px;
}
.page-reviews-content .content-row {
    margin-top: 32px;
}
.page-reviews-content .content-row .content-row-item {
    position: relative;
}
.page-reviews-content .content-row .content-row-item .filter {
    /*
    border-bottom: 1px solid #DFE6F6;
    border: 0.5px solid rgb(223, 230, 246);
    */
    border: 0.5px solid transparent;
    background: #fff;
    border-radius: 28px;
    padding: 30px 32px;
    /*
    position: absolute;
    width: 100%;
    */
    box-sizing: border-box;
    /*
    top: 0px;
    */
}
.page-reviews-content .content-row .mobile-sort-cnt {
    display: none;
}
.page-reviews-content .content-row .content-row-item .filter-items {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.filter-items .filter-item {
    display: none;
}
.filter-items .filter-item.active {
    display: flex;
    /*
    align-items: center;
    */
    gap: 10px;
    background: #295AD9;
    border-radius: 100px;
    padding: 0px 42px 0px 14px;
    border: 1px solid #295AD9;
    position: relative;
    height: 32px;
}    
.filter-items .filter-item span {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}
.filter-items .filter-item button {
    width: 18px;
    height: 18px;
    background: url(../images/reviews/filter-item-close.svg) center center no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    right: 14px;
    top: calc(50% - 9px);
}
.filter-items .filter-item:hover {
    background: #E2EAFE!important;
    border: 1px solid #ACC3FF;
}
.filter-items .filter-item:hover span {
    color: #242424;
}
.filter-items .filter-item:hover button {
    background: url(../images/reviews/filter-item-close-hover.svg) center center no-repeat;
    background-size: contain;
}
.filter-items button.clear {
    display: none;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #242424;
    padding: 0px 14px;
    border: none;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #ffffff;
    height: 34px;
}    
.filter-items button.clear:hover {
    border: 1px solid #CDD1DA;
    color: #808080;
}
.filter-items button.clear span {
    margin-top: auto;
    margin-bottom: auto;
}
.filter-items button.clear.active {
    display: block;
}    
.page-reviews-content .content-row .reviews-list {
    margin-top: 0px;
}
.reviews-item.video+.reviews-item.video {
    margin-top: 20px;
}
.page-reviews-content .content-row .reviews-list .reviews-item {
    /*
    border: 0.5px solid #DFE6F6;
    */
    border: 0.5px solid transparent;
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
}
.page-reviews-content .content-row .reviews-list .reviews-item:hover {
    border: 0.5px solid #ACC3FF;
}
.page-reviews-content .content-row .reviews-list .reviews-item+.reviews-item {
    margin-top: 20px;
}
.page-reviews-content .content-row .reviews-list .reviews-item .date {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0 0 18px;
}
.page-reviews-content .content-row .reviews-list .reviews-item .video-frame img {
    border-radius: 10px;
}
.reviews-item .video-frame {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    max-height: 340px;
}
.reviews-item .video-frame .play {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 33px);
}
.reviews-item .video-frame:hover .play {
    top: calc(50% - 26px);
    left: calc(50% - 37px);    
}
.reviews-item .video-frame:hover .play svg {
    width: 74px;
    height: 52px;
}
.reviews-item .video-frame:hover .play svg rect {
    fill: #416EE3;
}
.reviews-item .video-frame .description {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 48px;
    border-radius: 0px 10px 0px 10px;
    overflow: hidden;
}
.reviews-item .video-frame .description .title {
    background: #2959D5;
    color: #fff;
    height: 48px;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.reviews-item .video-frame .description .duration {
    /*
    padding-left: 30px;
    padding-right: 30px;
    */
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBEFF8;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #242424;
}
.reviews-item .video-frame .description .duration .desktop {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.reviews-item .video-frame .description .duration .mobile {
    display: none;
}
.positive-reviews-grid .video-frame .description .duration .desktop {
    display: block;
}
.positive-reviews-grid .video-frame .description .duration .mobile {
    display: none;
}
.reviews-item .video-frame .description .duration p {
    margin: 2px 0 0;
}
.reviews-item .video-frame .description .duration span {
    color: #295AD9;   
    /*
    padding-left: 4px;
    padding-right: 4px;
    */
}
.reviews-item .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%);
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    */
    z-index: 999;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 1;
}
/*
.reviews-item .video-frame:hover .video-bg {
    opacity: 1;
    z-index: 999;
}
*/
.reviews-item .video-frame .description, 
.reviews-item .video-frame:hover .description {
    z-index: 9999999;
}
.reviews-item .video-frame .play, 
.reviews-item .video-frame:hover .play {
    z-index: 9999999;
}





.positive-reviews-grid .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%);
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    */
    z-index: 999;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 1;
}
/*
.reviews-item .video-frame:hover .video-bg {
    opacity: 1;
    z-index: 999;
}
*/
/*
.positive-reviews-grid .video-frame .description, 
.positive-reviews-grid .video-frame:hover .description {
    z-index: 9999999;
}
.positive-reviews-grid .video-frame .play, 
.positive-reviews-grid .video-frame:hover .play {
    z-index: 9999999;
}
*/
.positive-reviews-grid .video-frame .description, 
.positive-reviews-grid .video-frame:hover .description {
    z-index: 9999999;
}
.positive-reviews-grid .video-frame .play {
    opacity: 1;
    z-index: 9999999;
}
.positive-reviews-grid .video-frame:hover .play {
    opacity: 0;
    z-index: -1;
}




.reviews-item .decision-link {
    margin-bottom: 24px;
}
.reviews-item .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;
}
.reviews-item .decision-link a:hover {
    color: #5182FF;    
}
.reviews-item .decision-link a span.mobile {
    display: none;
}
.reviews-foto-item .decision-link a span.mobile {
    display: none;
}
.reviews-item>.properties .property .title .mobile {
    display: none;
}
.reviews-foto-item>.properties .property .title .mobile {
    display: none;
}
.reviews-item>.properties {
    /*
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    */
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    /*
    margin-bottom: 24px;
    */
    margin-bottom: 0px;
}
body.page-template-default .reviews-item>.properties {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
}
body.page-template-default .reviews-item .history.desktop {
    margin-top: 24px;
}
.reviews-item>.properties .property {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.reviews-item>.properties .property.width-50 {
    width: calc(50% - 12px);
}
.reviews-item>.properties .property.width-100 {
    width: 100%;
}
    
.reviews-item>.properties .property .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
}
.reviews-item>.properties .property .subtitle {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;
}
.reviews-item .banks {
    /*
    margin-bottom: 24px;
    */
    margin-bottom: 0px;
}
.reviews-item .banks .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
    margin-bottom: 10px;
}
.banks .bank-items {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    
    /*
    justify-content: space-between;
    */
    width: 100%;
    max-width: 216px;
}
    
.banks .bank-items .bank-item {
    position: relative;
}
.banks .bank-items .bank-item span {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;
    cursor: pointer;
    overflow: hidden;
}
.banks .bank-items .bank-item:hover span, 
.banks .bank-items .bank-item.tbank:hover span, 
.banks .bank-items .bank-item.pochta:hover span, 
.banks .bank-items .bank-item.sberbank:hover span {
    border-radius: 8px;
}
.banks .bank-items .bank-item.tbank span {
    background: #f6d62a url(../images/reviews/tbank.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.pochta span {
    background: #c40040 url(../images/reviews/pochta.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.sberbank span {
    background: #f7f7f7 url(../images/reviews/sberbank.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.tbank .popup .image span {
    background: #f6d62a url(../images/reviews/tbank-popup.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.pochta .popup .image span {
    background: #c40040 url(../images/reviews/tbank-popup.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.sberbank .popup .image span {
    background: #f7f7f7 url(../images/reviews/tbank-popup.png) center center no-repeat;
    background-size: contain;
}




.banks .bank-items .bank-item.rbk span.icon {
    background: #fff url(../images/reviews/rbk.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.star span.icon {
    background: #fff url(../images/reviews/star.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.lider span.icon {
    background: #fff url(../images/reviews/lider.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.forbes span.icon {
    background: #000 url(../images/reviews/forbes.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.russia24 span.icon {
    background: #c40000 url(../images/reviews/russia24.png) center center no-repeat;
    background-size: contain;
}
.banks .bank-items .bank-item.ria span.icon {
    background: #002565 url(../images/reviews/ria.png) center center no-repeat;
    background-size: contain;
}


.banks .bank-items .bank-item.rbk .popup .image span {
    background: url(../images/reviews/rbk-popup.png) center center no-repeat;
    background-size: cover;
}
.banks .bank-items .bank-item.star .popup .image span {
    background: url(../images/reviews/star-popup.png) center center no-repeat;
    background-size: cover;
}
.banks .bank-items .bank-item.lider .popup .image span {
    background: url(../images/reviews/lider-popup.png) center center no-repeat;
    background-size: cover;
}
.banks .bank-items .bank-item.forbes .popup .image span {
    background: url(../images/reviews/forbes-popup.png) center center no-repeat;
    background-size: cover;
}
.banks .bank-items .bank-item.russia24 .popup .image span {
    background: url(../images/reviews/russia24-popup.png) center center no-repeat;
    background-size: cover;
}
.banks .bank-items .bank-item.ria .popup .image span {
    background: url(../images/reviews/ria-popup.png) center center no-repeat;
    background-size: cover;
}






.banks .bank-items .bank-item.rbk:hover span.icon, 
.banks .bank-items .bank-item.star:hover span.icon, 
.banks .bank-items .bank-item.lider:hover span.icon, 
.banks .bank-items .bank-item.forbes:hover span.icon, 
.banks .bank-items .bank-item.russia24:hover span.icon, 
.banks .bank-items .bank-item.ria:hover span.icon {
    border-radius: 50%!important;
}










.banks .bank-items .bank-item .popup {
    display: none;
    position: absolute;
    left: calc(0% - 0px);
    top: 44px;
    width: 388px;
    z-index: 99999999;
    /*
    padding-top: 8px;
    */
}
.banks .bank-items .bank-item .popup .popup-cnt {
    border-radius: 16px;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    background: #fff;
    /*padding: 20px;*/
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.banks .bank-items .bank-item .popup .popup-cnt .head.mobile {
    display: none;
}
.banks .bank-items .bank-item.other .popup .popup-cnt {
    padding: 20px;
}
.banks .bank-items .bank-item .popup .close {
    display: none;
}
.banks .bank-items .bank-item:hover .popup {
    display: block;
}
.banks .bank-items .bank-item .popup .image span {
    height: 130px;
    width: 100%;
    border-radius: inherit;
}
.banks .bank-items .bank-item .popup .properties {
    padding: 20px;
}

.banks .bank-items .bank-item .popup .properties .bank_desc {
    padding: 7px 17px;
    background: #A9000280;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 0.01em;
}
.banks .bank-items .bank-item .popup .properties .bank_desc.color-22 {
    background: #A9000280;
}

.banks .bank-items .bank-item .popup .properties .name {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.banks .bank-items .bank-item .popup .properties .name,
.banks .bank-items .bank-item .popup .properties .clients,
.banks .bank-items .bank-item .popup .properties .summa {
    margin-bottom: 12px;    
}
.banks .bank-items .bank-item .popup .properties .srok {
    margin-bottom: 20px;    
}
.banks .bank-items .bank-item .popup .properties .name,
.banks .bank-items .bank-item .popup .properties .clients,
.banks .bank-items .bank-item .popup .properties .summa, 
.banks .bank-items .bank-item .popup .properties .srok {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.banks .bank-items .bank-item .popup .properties .title,
.banks .bank-items .bank-item .popup .properties .subtitle {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;    
    color: #242424;
    margin-bottom: 0;
}
.banks .bank-items .bank-item .popup .properties .link button {
    background: transparent;
    border: none;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 0px;
}
.banks .bank-items .bank-item .popup .properties .link button span {
    width: auto;
    height: auto;
    background: transparent;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.banks .bank-items .bank-item .popup {
    display: none;
    padding-top: 20px;
}
.banks .bank-items .bank-item:hover .popup {
    display: block;
}
/*
.banks .bank-items .bank-item.other .popup {
    padding: 20px;
}
*/

.banks .bank-items .bank-item.other .popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banks .bank-items .bank-item.other .popup .banks-list .banks-list-title {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
    margin-bottom: 12px;
}
.banks .bank-items .bank-item.other .popup .banks-list ul {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.banks .bank-items .bank-item.other .popup .banks-list ul::-webkit-scrollbar {
  width: 5px;               /* ширина scrollbar */
}
.banks .bank-items .bank-item.other .popup .banks-list ul::-webkit-scrollbar-track {
  background: transparent;        /* цвет дорожки */
}
.banks .bank-items .bank-item.other .popup .banks-list ul::-webkit-scrollbar-thumb {
  background: #EBEFF8;;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 0px solid transparent;  /* padding вокруг плашки */
}
.banks .bank-items .bank-item.other .popup .banks-list ul li {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
}
.banks .bank-items .bank-item.other .popup .banks-list ul.expert-articles li {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 22px calc(100% - 32px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.banks .bank-items .bank-item.other .popup .banks-list ul.expert-articles li span {
    display: block;
    background: transparent;
    width: 100%;
}
.banks .bank-items .bank-item.other .popup .banks-list a.button, 
.banks .bank-items .bank-item.other .popup .banks-list button {
    background: transparent;
    width: auto;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 20px;
    border: none;
    padding: 0px;
    text-decoration: none;
    color: #295AD9;
}
.banks .bank-items .bank-item.other .popup .banks-list a.button:hover, 
.banks .bank-items .bank-item.other .popup .banks-list button:hover {
    color: #5182FF;    
}
.banks .bank-items .bank-item.other .popup .banks-list a.button span, 
.banks .bank-items .bank-item.other .popup .banks-list button span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
    background: transparent;
    width: auto;
    height: auto;
}
.banks .bank-items .bank-item.other .popup .banks-list button.completed svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews-item .history {
    /*
    margin-top: 24px;
    margin-bottom: 24px;
    */
    margin-top: 0px;
    margin-bottom: 0px;
}
.reviews-item .features {
    margin-top: 24px;
} 
.reviews-item .history .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #606060;
    margin-bottom: 10px;
    
}
.reviews-item .history .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;    
}
.reviews-item .history .text p {
    margin: 0;
}
.reviews-item .history .text p+p {
    margin-top: 16px;
}
.reviews-item .history .text a {
    text-decoration: none;
    color: #295AD9;
}    
.reviews-item .history .text .more_btn {
    /*
    color: #295AD9;
    */
    color: #969696;
    cursor: pointer;
}
.reviews-item .history .text .more_btn:hover {
    color: #AAAAAA;
}
.reviews-item .history .text button {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #295AD9;
    cursor: pointer;
}
.reviews-item .features .feature-item .popup {
    display: none;
}
.reviews-item .features>.title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
    margin: 0 0 12px;
}
.reviews-item .features-cnt {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.reviews-item .features-cnt .feature-item {
    background: #EBEFF8;
    padding: 9px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.reviews-item .features-cnt .feature-item:hover {
    background: #E2EAFE;
}
.reviews-item .features-cnt .feature-item .image {
    width: 11px;
    height: 11px;
    display: block;
}
.reviews-item .features-cnt .feature-item.estate .image {
    background: url(../images/reviews/estate.svg) center center no-repeat;
    background-size: contain;
}
.reviews-item .features-cnt .feature-item.procedure .image {
    background: url(../images/reviews/procedure.svg) center center no-repeat;
    background-size: contain;
}
.reviews-item .features-cnt .feature-item.collector .image {
    background: url(../images/reviews/collector.svg) center center no-repeat;
    background-size: contain;
}
.reviews-item .features-cnt .feature-item .title {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 14.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.reviews-item .features-cnt .feature-item button {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/reviews/feature-item-open.svg) center center no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    border: none;
}
.reviews-item .features-cnt .feature-item.active button {
    background: url(../images/reviews/feature-item-close.svg) center center no-repeat;
    background-size: contain;
}
.positive-reviews {
    margin: 40px 0;
}
.positive-reviews .video-txt.mobile {
    display: none;
}
.page-reviews-content .content-row .reviews-list .reviews-item .properties.mobile {
    display: none;
}
.positive-reviews .title {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 26px;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0 0 24px;
    color: #2B2D33;
}

.positive-reviews-text-content {
    /*
    border: 0.5px solid #DFE6F6;
    */
    border: 0.5px solid transparent;
    padding: 40px;
    border-radius: 28px;
    background: #fff;
}
.positive-reviews-text-content-item.grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
}
.positive-reviews-text-content-item.grid .grid-item .number {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #295AD9;
    margin-bottom: 12px;
}
.positive-reviews-text-content-item.grid .grid-item .text {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;
}
.positive-reviews-text-content-item p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;    
    color: #242424;
    margin: 0;
}
.positive-reviews-text-content-item p+p {
    margin-top: 10px;
}


.positive-reviews .positive-reviews-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.positive-reviews .positive-reviews-grid .social {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.positive-reviews .positive-reviews-grid .social .social-item {
    background: #fff;
    border-radius: 28px;
    padding: 22px 26px;
    /*
    border: 1.25px solid #DFE6F6;
    */
    border: 1px solid #DFE6F6;
    cursor: pointer;
}
.positive-reviews .positive-reviews-grid .social .social-item:hover {
    border: 1.25px solid #ACC3FF;
}
.positive-reviews .positive-reviews-grid .social .social-item .link {
    display: none;
}
.positive-reviews .positive-reviews-grid .social .social-item .image {
    margin-bottom: 20px;
}
.positive-reviews .positive-reviews-grid .social .social-item .image img {
    height: 30px;
    object-fit: contain;
    object-position: left;
}
.positive-reviews .positive-reviews-grid .social .social-item .stars {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.positive-reviews .positive-reviews-grid .social .social-item .stars .star {
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 16px;
}
.positive-reviews .positive-reviews-grid .social .social-item .stars .star.full {
    background: url(../images/reviews/stars.svg) center center no-repeat;
    background-size: contain;
}
.positive-reviews .positive-reviews-grid .social .social-item .stars .number {
    padding-left: 8px;
    font-family: Roboto Flex;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #F98F30;
}
.positive-reviews .positive-reviews-grid .social .social-item .reviews {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #404040;
}
.positive-reviews-grid .video-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    max-height: 288px;
}
.positive-reviews-grid .video-frame img {
    border-radius: 10px;
}
.positive-reviews-grid .video-frame .play {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 33px);
}
.positive-reviews-grid .video-frame:hover .play {
    top: calc(50% - 26px);
    left: calc(50% - 37px);    
}
.positive-reviews-grid .video-frame:hover .play svg {
    width: 74px;
    height: 52px;
}
.positive-reviews-grid .video-frame:hover .play svg rect {
    fill: #416EE3;
}
.positive-reviews-grid .video-frame .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 58% 42%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    z-index: 99999;
}
.positive-reviews-grid .video-frame .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;
    justify-content: center;
}
.positive-reviews-grid .video-frame .description .duration {
    padding-left: 30px;
    padding-right: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #242424;
}
.positive-reviews-grid .video-frame .description .duration p {
    margin: 2px 0 0;
}
.positive-reviews-grid .video-frame .description .duration span {
    color: #295AD9;
    /*
    padding-left: 4px;
    padding-right: 4px;
    */
}
.reviews-foto-items {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.reviews-foto-items .reviews-foto-item {
    /*
    background: #ffffff;
    */
    border-radius: 28px;
    /*
    overflow: hidden;
    */
    /*
    border: 0.5px solid rgb(223, 230, 246);
    */
    border: 0.5px solid transparent;
}
.reviews-foto-items .reviews-foto-item:hover {
    border: 0.5px solid #ACC3FF;
}
.reviews-foto-items .reviews-foto-item .foto-frame {
    padding-bottom: 0px;
    border-radius: 28px 28px 0 0;
}
.reviews-foto-items .reviews-foto-item .foto-frame img {
    border-radius: 28px 28px 0px 0px;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}
.reviews-foto-items .reviews-foto-item .decision-link,
.reviews-foto-items .reviews-foto-item>.properties, 
.reviews-foto-items .reviews-foto-item .banks {
    background: #fff;
}
.reviews-foto-items .reviews-foto-item .banks {
    border-radius: 0 0 28px 28px;
}
.reviews-foto-items .reviews-foto-item .decision-link {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 20px;
}
.reviews-foto-items .reviews-foto-item .decision-link {
    padding-bottom: 24px;
}
.reviews-foto-items .reviews-foto-item .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;
}
.reviews-foto-items .reviews-foto-item .decision-link a:hover {
    color: #5182FF;    
}
.reviews-foto-items .reviews-foto-item>.properties {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 16px;
    padding-left: 28px;
    padding-right: 28px;
}
.reviews-foto-items .reviews-foto-item>.properties .property {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.reviews-foto-items .reviews-foto-item>.properties .property .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
}
.reviews-foto-items .reviews-foto-item>.properties .property .subtitle {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reviews-foto-items .reviews-foto-item .banks {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 34px;
}
.reviews-foto-items .reviews-foto-item .banks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reviews-foto-items .reviews-foto-item .property.mobile {
    display: none;
}
.reviews-foto-items .reviews-foto-item .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #606060;
    margin-bottom: 0px;
}
.reviews-foto-items .reviews-foto-item .banks .bank-items {
    display: flex;
    align-items: center;
    gap: 13px;
}
.reviews-foto-items .reviews-foto-item .bank-item span {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;
    cursor: pointer;
}
.reviews-foto-items .reviews-foto-item .bank-item.tbank:hover span, 
.reviews-foto-items .reviews-foto-item .bank-item.pochta:hover span, 
.reviews-foto-items .reviews-foto-item .bank-item.sberbank:hover span {
    border-radius: 8px;
}
.reviews-foto-items .reviews-foto-item .bank-item.tbank span {
    background: #f6d62a url(../images/reviews/tbank.png) center center no-repeat;
}
.reviews-foto-items .reviews-foto-item .bank-item.pochta span {
    background: #c40040 url(../images/reviews/pochta.png) center center no-repeat;
}
.reviews-foto-items .reviews-foto-item .bank-item.sberbank span {
    background: #f7f7f7 url(../images/reviews/sberbank.png) center center no-repeat;
}
.reviews-foto-items .reviews-foto-item .bank-item .popup {
    display: none;
}
.reviews-foto-items-pagination {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.reviews-foto-items-pagination .arrow-prev,
.reviews-foto-items-pagination .arrow-next {
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.reviews-foto-items-pagination .arrow-prev {
    padding-right: 10px;
}
.reviews-foto-items-pagination .arrow-next {
    padding-left: 8px;
}

.reviews-foto-items-pagination .arrow-prev:hover svg circle, 
.reviews-foto-items-pagination .arrow-next:hover svg circle {
    fill: #295AD9;
}
.reviews-foto-items-pagination .arrow-prev:hover svg path, 
.reviews-foto-items-pagination .arrow-next:hover svg path {
    stroke: #fff;
}







.reviews-foto-items-pagination .arrow-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews-foto-items-pagination .bullet {
    width: 9px;
    height: 9px;
    background: #D2D3DC;
    border-radius: 50%;
}
.reviews-foto-items-pagination .bullet.active {
    background: #295AD9;
}
button.more-cases, 
button.more-reviews {
    background: #FFFFFF;
    border: 0.5px solid #DFE6F6;
    border-radius: 12px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 410px;
    margin: 20px auto 0px;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
    position: relative;
    overflow: hidden;
}

button.more-cases:hover, 
button.more-reviews:hover {
    /*
    color: #5182FF;
    */
    color: #FFF;
}

button.more-cases:before, 
button.more-reviews:before {
    background-color: #416EE3;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s;
    width: 100px;
    z-index: -1;
}
button.more-cases:hover:before,
button.more-reviews:hover:before {
    transform: translate(-50%, -50%) scale(12);
    z-index: 999;
}
button.more-cases span, 
button.more-reviews span {
    z-index: 9999;
    position: relative;
}

.page-reviews-content .content-row {
    padding-bottom: 40px;
}
.page-reviews-content .content-row {
    padding-bottom: 40px;
}
/*
.page-reviews-content .filter-cnt {
    position: sticky;
    top: 101px;
    z-index: 10;
}
*/






/* Reviews page - Filter */
.filter .filter-head {
    padding-bottom: 28px;
    border-bottom: 1px solid #EDF4FA;
    position: relative;
}
.filter .filter-head .mobile-filter-items {
    display: none;
}
.filter .filter-head .popup {
    position: absolute;
    left: calc(100% + 10px);
    top: 0px;
    /*
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    */
    width: 460px;
    background: #fff;
    z-index: 99999;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
}
.filter .filter-head .button-attention {
    position: relative;
}
.filter .filter-head .popup p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.footer-row.blog-cnt .blog-items .more-articles.mobile {
    display: none;
}
.filter .filter-head .popup p+p {
    margin-top: 16px;
}
.filter .filter-head .popup .close, 
.reviews-item .features-cnt .feature-item .popup .close,
.fpa-footer .two-cols-item .text-cnt .text .popup .close {
    display: none;
    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;
    margin: 0;
    padding: 0;
}
.filter .filter-head .title {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
    margin: 0 0 10px;
}
.filter .filter-head .text {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.75px;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    display: flex;
    gap: 7px;
    align-items: center;
}
.filter .filter-head .text button {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/reviews/feature-item-open.svg) center center no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    border: none;
    margin-top: -2px;
}
.filter .filter-head .popup {
    display: none;
}
.filter .filter-head.active .popup {
    display: block;
}
.filter .filter-head .popup .head-new.mobile {
    display: none;
}
.filter .filter-head.active .text button {
    background: url(../images/reviews/feature-item-close.svg) center center no-repeat;
    background-size: contain;
}
.filter .property-item {
    padding-top: 28px;
    padding-bottom: 0px;
}
/*
.filter .property-item:last-child {
    padding-bottom: 0px;
}
*/
.filter .property-item+.property-item {
    border-top: 1px solid #EDF4FA;
    margin-top: 28px;
}
.filter .property-item .creditors-search {
    margin-bottom: 20px;
}
.filter .property-item .creditors-search input[type="search"] {
    border: 1.5px solid #EBEFF8;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #393939;
    border-radius: 10px;
    padding-left: 16px;
    padding-right: 16px;
    height: 42px;
    width: 100%;
}
.filter .property-item .creditors-search input[type="search"]:focus {
    border: 1.5px solid #295AD9;
}
/*
.filter .property-item .creditors-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url('<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.75 5.75L0.75 0.75M5.75 5.75L10.75 10.75M5.75 5.75L10.75 0.75M5.75 5.75L0.75 10.75" stroke="#393939" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
*/
/*
.filter .property-item .creditors-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.filter .property-item .creditors-search input[type="search"]::-webkit-search-cancel-button:after {
    content: 'X';
    font-style: italic;
    color: red;
}
*/

.filter .property-item .srok.list {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.filter .property-item .srok.list::-webkit-scrollbar {
  width: 5px;               /* ширина scrollbar */
}
.filter .property-item .srok.list::-webkit-scrollbar-track {
  background: transparent;        /* цвет дорожки */
}
.filter .property-item .srok.list::-webkit-scrollbar-thumb {
  background: #EBEFF8;;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 0px solid transparent;  /* padding вокруг плашки */
}


.filter .property-item .srok .list_titile {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin: 0px 0 20px;
}



.filter .property-item .title {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin: 0 0 20px;
}
.filter .property-item .popup {
    display: none;
}
.filter .property-item .summa.inputs {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 3px) 6px calc(50% - 3px);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
}

.filter .property-item .summa.inputs .summa.min, 
.filter .property-item .summa.inputs .summa.max {
    border: 1px solid #EBEFF8;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 12.5px 16px;
    box-sizing: border-box;
}
.filter .property-item .summa.inputs .summa.min:hover, 
.filter .property-item .summa.inputs .summa.max:hover {
    border: 1.5px solid #D3DEF8;
}
.filter .property-item .summa.inputs .summa .postfix {
    color: #8c94a8;    
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
}
.filter .property-item .summa.inputs input[type=number],
.filter .property-item .summa.inputs input[type=text] {
    /*
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #EBEFF8;
    border-radius: 16px;
    padding: 12.5px 16px;
    */
    border: none;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #393939;
}
/*
.filter .property-item .summa.inputs input[type=number]:focus,
.filter .property-item .summa.inputs input[type=text]:focus
*/
.filter .property-item .summa.inputs input[type=number]:hover,
.filter .property-item .summa.inputs input[type=text]:hover {
    color: #8c94a8;   
    /*
    border: 1.5px solid #D3DEF8;
    */
}

.filter .property-item .summa.inputs input[type=number]::placeholder,
.filter .property-item .summa.inputs input[type=text]::placeholder {
	color: #808080;
}
.filter .property-item .summa.inputs input[type=number]::-webkit-input-placeholder,
.filter .property-item .summa.inputs input[type=text]::-webkit-input-placeholder {
	color: #808080;
}
.filter .property-item .summa.inputs input[type=number]::-moz-placeholder,
.filter .property-item .summa.inputs input[type=text]::-moz-placeholder {
	color: #808080;
}
.filter .property-item .summa.inputs input[type=number]:-moz-placeholder,
.filter .property-item .summa.inputs input[type=text]:-moz-placeholder {
	color: #808080;
}
.filter .property-item .summa.inputs input[type=number]:-ms-input-placeholder,
.filter .property-item .summa.inputs input[type=text]:-ms-input-placeholder {
	color: #808080;
}
/*
section.frontpage-top .frontpage-top-cnt form input[type=tel].wpcf7-not-valid::placeholder {
	color: #808080;
}
section.frontpage-top .frontpage-top-cnt form input[type=tel].wpcf7-not-valid::-webkit-input-placeholder {
	color: #808080;
}
section.frontpage-top .frontpage-top-cnt form input[type=tel].wpcf7-not-valid::-moz-placeholder {
	color: #808080;
}
section.frontpage-top .frontpage-top-cnt form input[type=tel].wpcf7-not-valid:-moz-placeholder {
	color: #808080;
}
section.frontpage-top .frontpage-top-cnt form input[type=tel].wpcf7-not-valid:-ms-input-placeholder {
	color: #808080
}
*/

.filter .property-item .summa.inputs2 {
    margin: 20px 0 0;
    border: 1px solid #EBEFF8;
    display: flex;
    justify-content: space-between;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 44px;
    align-items: center;
    border-radius: 16px;
}
.filter .property-item .summa.inputs2 .inputs2-col {
    padding: 12.5px 16px;
}
.filter .property-item .summa.inputs2 .inputs2-col .prefix,
.filter .property-item .summa.inputs2 .inputs2-col .postfix,
.filter .property-item .summa.inputs2 .inputs2-col input[type=text] {
    border: none;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #393939;
    box-sizing: border-box;
}
.filter .property-item .summa.inputs2 .inputs2-col input[type=text] {
    min-width: 16px;
    padding: 0;
}
.filter .property-item .summa.inputs2 .inputs2-col .prefix,
.filter .property-item .summa.inputs2 .inputs2-col .postfix,
.filter .property-item .summa.inputs2 .inputs2-col input[type=text]:hover {
    color: #8c94a8;       
}


.filter .property-item .summa.inputs2 .inputs2-col.delimiter {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #8c94a8; 
    padding: 0;
}








.filter .property-item .summa.list {
    padding-top: 24px;
}
.filter .property-item .summa.inputs .delimiter {
    position: relative;
}
.filter .property-item .summa.inputs .delimiter:before {
    content: "";
    width: 6px;
    height: 2px;
    border-radius: 6px;
    background: #EBEFF8;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 3px);
}
.filter .property-item input[type=radio],
.filter .property-item input[type=checkbox] {
    display: none;
}
.filter .property-item 
.radio__new.radio__new--accent {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #EBEFF8;
    border-radius: 50%;
}
.calculation__radio.radio .radio__new.radio__new--accent,
.calculation__checkbox.checkbox .radio__new.radio__new--accent {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #EBEFF8;
    border: 1px solid #EBEFF8;
}
.calculation__radio.radio .radio__new.radio__new--accent {
    border-radius: 50%;
}
.calculation__checkbox.checkbox .radio__new.radio__new--accent {
    border-radius: 4px;
}
.filter .property-item input[type=radio]:checked+.radio__new {
    background: #295AD9!important;
}
.filter .property-item input[type=radio]:checked+.radio__new::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    border-radius: 50%;
}
.filter .property-item input[type=checkbox]:checked+.radio__new {
    background: #295AD9;
}
.filter .property-item input[type=checkbox]:checked+.radio__new::before {
    content: "";
    width: 10px;
    height: 8px;
    background: url(../images/reviews/checkbox-active.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 4px);
}
.filter .property-item .calculation__checkbox,
.filter .property-item .calculation__radio {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 20px auto;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: center;
}
.filter .property-item .calculation__checkbox+.calculation__checkbox, 
.filter .property-item .calculation__radio+.calculation__radio {
    margin-top: 14px;
}
.filter .property-item .calculation__radio.radio button, 
.filter .property-item .calculation__checkbox.checkbox button {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/reviews/feature-item-open.svg) center center no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    border: none;
    margin-left: 4px;
    margin-top: -2px;
}
.filter .property-item .calculation__radio.radio label, 
.filter .property-item .calculation__checkbox.checkbox label {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #404040;
    display: flex;
    align-items: center;
    padding-left: 34px;
    /*gap: 7px;*/
    position: absolute;
    top: 0;
    min-height: 22px;
    /*
    overflow: hidden;
    */
    /*
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    */
    line-height: 150%;
    cursor: pointer;
}
.filter .property-item .srok.list .calculation__checkbox.checkbox label {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.filter .property-item .calculation__radio.radio:hover label, 
.filter .property-item .calculation__checkbox.checkbox:hover label {
    color: #686868;    
}
.filter .property-item .calculation__radio.radio:hover .radio__new, 
.filter .property-item .calculation__checkbox.checkbox:hover .radio__new {
    /*
    border: 1px solid #ACC3FF;
    background: #E2EAFE;
    */
    border: 1px solid #CAD4ED;
    background: #EBEFF8;
}

.filter .property-item .calculation__checkbox.checkbox:hover input[type=checkbox]:checked+.radio__new {
    background: #295AD9;
}
/*
.filter .property-item .calculation__checkbox.checkbox:hover .radio__new::before, 
.filter .property-item input[type=checkbox]:checked+.radio__new::before {
    content: "";
    width: 10px;
    height: 8px;
    background: url(../images/reviews/checkbox-active.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 4px);
}
.filter .property-item .calculation__radio.radio:hover .radio__new::before, 
.filter .property-item input[type=radio]:checked+.radio__new::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    border-radius: 50%;
}
*/








.filter .property-item .all-banks {
    margin: 18px 0 0; 
    background: transparent;
    color: #295AD9;
    border: none;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.02em;
}
.filter .property-item .all-banks:hover {
    color: #5182FF;
}
.filter .property-item .calculation__checkbox, 
.filter .property-item .calculation__radio {
    position: relative;
}
.filter .property-item .calculation__checkbox .popup, 
.filter .property-item .calculation__radio .popup {
    position: absolute;
    left: 66%;
    top: 0px;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    width: 460px;
    background: #fff;
    z-index: 999999999;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
}
.filter .property-item .calculation__radio .popup {
    left: calc(100% + 10px);
}
.filter .property-item .calculation__checkbox .popup {
    left: calc(100% + 10px);
}
.filter .property-item .calculation__checkbox .popup p, 
.filter .property-item .calculation__radio .popup p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.filter .property-item .calculation__checkbox .popup p+p, 
.filter .property-item .calculation__radio .popup p+p {
    margin-top: 16px;
}
.filter .property-item .calculation__checkbox.active .popup, 
.filter .property-item .calculation__radio.active .popup {
    display: block;
}
.filter .property-item .calculation__radio.active button, 
.filter .property-item .calculation__checkbox.active button {
    background: url(../images/reviews/feature-item-close.svg) center center no-repeat;
    background-size: contain;
}

.filter .property-item .calculation__radio.active .popup button, 
.filter .property-item .calculation__checkbox.active .popup button {
    display: none;
}

.reviews-item .features-cnt .feature-item.active button {
    background: url(../images/reviews/feature-item-close.svg) center center no-repeat;
    background-size: contain;
}




.reviews-item .features-cnt .feature-item {
    position: relative;
}
.reviews-item .features-cnt .feature-item .popup {
    position: absolute;
    left: calc(100% - 10px);
    top: 15px;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    width: 360px;
    background: #fff;
    z-index: 99999;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
}
.reviews-item .features-cnt .feature-item .popup p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.reviews-item .features-cnt .feature-item .popup p+p {
    margin-top: 16px;
}
.reviews-item .features-cnt .feature-item.active .popup {
    display: block;
}
.reviews-item .features-cnt .feature-item .popup.active button {
    background: url(../images/reviews/feature-item-close.svg) center center no-repeat;
    background-size: contain;
}
.reviews-item .features-cnt .feature-item .popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*
.reviews-item .features-cnt .feature-item .popup .banks-list ul {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.reviews-item .features-cnt .feature-item .popup .banks-list ul::-webkit-scrollbar {
  width: 5px;              
}
.reviews-item .features-cnt .feature-item .popup .banks-list ul::-webkit-scrollbar-track {
  background: transparent; 
}
.reviews-item .features-cnt .feature-item .popup .banks-list ul::-webkit-scrollbar-thumb {
  background: #EBEFF8;;    
  border-radius: 20px;       
  border: 0px solid transparent;  
}
.reviews-item .features-cnt .feature-item .popup .banks-list ul li {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
}
.reviews-item .features-cnt .feature-item .popup .banks-list button {
    background: transparent;
    width: auto;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 20px;
}
.reviews-item .features-cnt .feature-item .popup .banks-list button span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.reviews-item .features-cnt .feature-item .popup .banks-list button.completed svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
*/






















/* Footer */
footer.fpa-footer {
    background: #fff;
    padding-top: 70px;
}
.footer-row.two-cols {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 364px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.two-cols-item .text-cnt .title {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #202020; 
    margin-bottom: 16px;
}
.two-cols-item .text-cnt .text {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 16.5px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424; 
    position: relative;
    display: inline-block;
}
.two-cols-item .text-cnt .text span {
    align-items: center;
    display: flex;
    gap: 4px;
}
.two-cols-item .text-cnt .text button {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/reviews/feature-item-open.svg) center center no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    border: none;
    /*
    margin-left: 8px;
    */
}
.two-cols-item .text-cnt .text .popup {
    display: none;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    width: 368px;
    z-index: 9999999;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    border-radius: 16px;
    overflow: hidden;
}
.two-cols-item .text-cnt .text.active .popup {
    display: block;
}
.two-cols-item .text-cnt .text .popup .head-new.mobile {
    display: none;
}
.two-cols-item .text-cnt .text.active button {
    background: url(../images/reviews/feature-item-close.svg) center center no-repeat;
    background-size: contain;
}
.two-cols-item .text-cnt .text .popup .image {
    background: #F7F7F7;
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
}
.two-cols-item .text-cnt .text .popup .image img {
    max-width: 170px;
}
.two-cols-item .text-cnt .text .popup .text {
    background: #fff;
    margin: 0;
    padding: 20px;
}
.two-cols-item .text-cnt .text .popup .text p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    margin: 0;
}
.two-cols-item .text-cnt .text .popup .text p+p {
    margin-top: 16px;
}

.two-cols-item .contacts-cnt.mobile {
    display: none;
}
.two-cols-item .contacts-cnt p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin: 0 0 8px;
    color: #404040;
}
.two-cols-item .contacts-cnt a {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 23px;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #242424; 
    text-decoration: none;
}
.footer-row.three-cols {
    margin-top: 40px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 364px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.footer-row.three-cols .three-cols-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.footer-row.three-cols .three-cols-item p {
    margin: 0 0 8px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
}
.footer-row.three-cols .three-cols-grid .three-cols-item p {
    margin: 0 0 16px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 13px;
    align-items: center;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li {
    position: relative;
    z-index: 999;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .soc-icon img {
    width: 42px;
    height: 42px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt {
    display: none;
    position: absolute;
    left: 0;
    padding-top: 20px;
    z-index: 9999999;
    background: #fff;
    top: calc(100% + 0px);
    width: 300px;
    box-sizing: border-box;
    border-radius: 16px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .qr-code-content {
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    padding: 20px;
    border-radius: 16px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #242424;
    margin-bottom: 12px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .qr {
    background: #F6F8FD;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .qr img {
    max-width: 140px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .subtitle {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #878787;
    margin-bottom: 9px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .link {
    text-align: center;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .link a {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-align: center;    
    color: #295AD9;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .link a:hover {
    color: #5182FF;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt .link a svg {
    margin-bottom: -5px;
    margin-left: 2px;
}
.footer-row.three-cols .three-cols-grid .three-cols-item ul li:hover .qr-code-cnt {
    display: block;
}








.footer-row.three-cols .three-cols-item a {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 23px;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #242424;
    text-decoration: none;
}
.footer-row.three-cols-two {
    margin-top: 70px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.footer-row.three-cols-two .three-cols-two-item .social {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item {
    background: #F6F8FD;
    /*
    border: 1.25px solid #F6F8FD;
    */
    border: 1px solid #F6F8FD;
    border-radius: 24px;
    padding: 26px 24px;
    cursor: pointer;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item:hover {
    border: 1.25px solid #DFE6F6;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item .image {
    margin-bottom: 24px;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item .stars {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item .stars .star {
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 16px;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item .stars .star.full {
    background: url(../images/reviews/stars.svg) center center no-repeat;
    background-size: contain;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item .stars .number {
    padding-left: 8px;
    font-family: Roboto Flex;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #F98F30;
}
.footer-row.three-cols-two .three-cols-two-item .social .social-item .reviews {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #404040;
}
.footer-row.blog-cnt {
    margin-top: 68px;
}
.footer-row.blog-cnt .title {
    display: flex;
    gap: 8px;
}
.footer-row.blog-cnt .title .part1,
.footer-row.blog-cnt .title .current,
.footer-row.blog-cnt .title .part2 {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #242424;
}
.footer-row.blog-cnt .title .current {
    color: #295AD9;
}
.footer-row.blog-cnt .title .srok {
    position: relative;
}


.footer-row.blog-cnt .title .srok {
    position: relative;
}
.footer-row.blog-cnt .title .srok:hover .current span {
    color: #5182FF;
}
.footer-row.blog-cnt .title .srok:hover .current svg {
    transform: rotate(180deg);    
}
.footer-row.blog-cnt .title .srok:hover .current svg path {
    fill: #5182FF;
}


.footer-row.blog-cnt .title .srok:hover .list-cnt {
    display: block;
}
.footer-row.blog-cnt .title .srok .list-cnt {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;
    padding-top: 20px;
}
.footer-row.blog-cnt .title .srok ul {
    background: #FFFFFF;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    border-radius: 16px;
    padding: 10px 8px;
    list-style: none;
    width: 240px;
    margin: 0px 0 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.footer-row.blog-cnt .title .srok ul li {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    padding: 12px 14px;
    color: #373737;
    position: relative;
    cursor: pointer;
}
.footer-row.blog-cnt .title .srok ul li.active {
    background: #EBEFF8;
    border-radius: 12px;
}
.footer-row.blog-cnt .title .srok ul li.active:after {
    content: "";
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    width: 14px;
    height: 10px;
    background: url(../images/reviews/sort-item-active.svg) center center no-repeat;
    background-size: contain;
}
.footer-row.blog-cnt .title .srok ul li:hover {
    background: #EBEFF8;
    border-radius: 8px;
}
.footer-row.blog-cnt .blog-items {
    margin-top: 34px;
    /*
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    */
}
.footer-row.blog-cnt .blog-items-mobile {
    display: none;
}
.footer-row.blog-cnt .blog-items-mobile .blog-item .content {
    height: auto;
}
.footer-row.blog-cnt .blog-item a {
    text-decoration: none;
}
.footer-row.blog-cnt .blog-item .image {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 24px;
    cursor: pointer;
    position: relative;
}
.footer-row.blog-cnt .blog-item .image:hover img {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}
.footer-row.blog-cnt .blog-item .image:hover:before {
    content: "";
    background: rgb(255 255 255 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.footer-row.blog-cnt .blog-item .content {
    height: 145px;
    overflow: hidden;
    /*
    margin-bottom: 20px;
    */
    margin-bottom: 0px;
    position: relative;
}
.footer-row.blog-cnt .blog-item .content:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 0px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #353535;
    width: 150px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    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 );
}
.footer-row.blog-cnt .blog-item .content .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;
    margin-bottom: 14px;
    cursor: pointer;
}
.footer-row.blog-cnt .blog-item .content .title:hover {
    color: #295AD9;
}
.footer-row.blog-cnt .blog-item .content .desc {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #8c94a8; 
    margin-bottom: 18px;
}
.footer-row.blog-cnt .blog-item .bottom {
    display: flex;
    align-items: center;
    gap: 22px;
}
.footer-row.blog-cnt .blog-item .bottom .viewed,
.footer-row.blog-cnt .blog-item .bottom .comment,
.footer-row.blog-cnt .blog-item .bottom .favourite {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-row.blog-cnt .blog-pagination {
    margin-top: 36px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: relative;
}
.footer-row.blog-cnt .blog-pagination .swiper-pagination {
    position: relative;
    width: auto;
    bottom: auto;
}
.footer-row.blog-cnt .blog-pagination .arrow-prev,
.footer-row.blog-cnt .blog-pagination .arrow-next {
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
/*
.footer-row.blog-cnt .blog-pagination .arrow-prev {
    display: none;
}
*/
.footer-row.blog-cnt .blog-pagination .arrow-prev.swiper-button-disabled,
.footer-row.blog-cnt .blog-pagination .arrow-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
}
.footer-row.blog-cnt .blog-pagination .arrow-next {
    padding-left: 0px;
}
.footer-row.blog-cnt .blog-pagination .arrow-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.footer-row.blog-cnt .blog-pagination .arrow-prev:hover svg circle, 
.footer-row.blog-cnt .blog-pagination .arrow-next:hover svg circle {
    fill: #295AD9;
}
.footer-row.blog-cnt .blog-pagination .arrow-prev:hover svg path, 
.footer-row.blog-cnt .blog-pagination .arrow-next:hover svg path {
    stroke: #fff;
}






.footer-row.blog-cnt .blog-pagination .bullet {
    width: 9px;
    height: 9px;
    background: #D2D3DC;
    border-radius: 50%;
}
.footer-row.blog-cnt .blog-pagination .bullet.active {
    background: #295AD9;
}
.footer-row.bootom-cnt {
    border-top: 1.5px solid #EBEFF8;
    padding: 24px 0;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}
.footer-row.bootom-cnt .bootom-item {
    display: flex;
    gap: 48px;
    justify-content: flex-start;
}
.footer-row.bootom-cnt .bootom-item:last-child {
    justify-content: flex-end;
}
.footer-row.bootom-cnt .bootom-item p {
    margin: 0;
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
}
.footer-row.bootom-cnt .bootom-item a {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #295AD9;    
    text-decoration: none;
    margin: 0;
}
.footer-row.bootom-cnt .bootom-item a:hover {
    color: #5182FF;    
}
.left--modal__wrap--video .video-content .form-cnt .small-title {
    display: none;
    padding-left: 18px;
    padding-right: 18px;
}
.left--modal__wrap--video .video-content .form-cnt .small-title p {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #202020;
    margin: 0 0 16px;
}

/* Modal */
.modal {
    background-color: #ccc;
}
.modal__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    /*
    background-color: rgba(229, 229, 229, .9);
    */
    /*
    background: #00000059;
    */
    /*
    background: #EBEFF8CC;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    */
    z-index: -1;
    opacity: 0;
}
.modal__overlay.active {
    z-index: 999999999;
    opacity: 1;
    animation: overlay-in 0.7s ease forwards;
    overflow: hidden;
}
.modal__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 610px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 34px rgba(0, 29, 104, .12);
    box-shadow: 0 14px 34px rgba(0, 29, 104, .12);
    border-radius: 0 32px 32px 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    z-index: 9999999;
}
.modal__overlay-bg {
    /*
    background: #EBEFF8CC;
    */
    background: rgb(0 0 0 / 35%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
}

.modal__overlay.active .modal__overlay-bg {
    opacity: 1;
    animation: overlay-out 0.7s ease forwards;
}

.modal__overlay.active .modal__overlay-bg {
    opacity: 1;
    animation: overlay-in 0.7s ease forwards;
}

@keyframes overlay-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes overlay-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}


.modal__wrap--mobile-expert-description, 
.modal__wrap--mobile-bottom-menu, 
.modal__wrap--reviews-yandex, 
.modal__wrap--reviews-google, 
.modal__wrap--reviews-zoon, 
.modal__wrap--reviews-2gis, 
.modal__wrap--reviews-otzovik, 
.modal__wrap--reviews-yell {
    /*
    left: 0!important;
    */
    left: -100%;
    top: 0!important;
    height: 100%;
    -webkit-transform: translate(0%, 0%)!important;
    -ms-transform: translate(0%, 0%)!important;
    transform: translate(0%, 0%)!important;
    -webkit-transition: all 0.7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.modal__wrap--reviews-yandex.active, 
.modal__wrap--reviews-google.active, 
.modal__wrap--reviews-zoon.active, 
.modal__wrap--reviews-2gis.active, 
.modal__wrap--reviews-otzovik.active, 
.modal__wrap--reviews-yell.active {
    left: 0%;
    display: block !important;
}

.modal__wrap.modal__wrap--reviews-yandex, 
.modal__wrap.modal__wrap--reviews-google, 
.modal__wrap.modal__wrap--reviews-zoon, 
.modal__wrap.modal__wrap--reviews-2gis, 
.modal__wrap.modal__wrap--reviews-otzovik, 
.modal__wrap.modal__wrap--reviews-yell {
    padding: 28px 0px 0;
    width: 100%;
    max-width: 800px;
}
.modal__wrap.modal__wrap--reviews-yandex .head-new.mobile, 
.modal__wrap.modal__wrap--reviews-google .head-new.mobile, 
.modal__wrap.modal__wrap--reviews-zoon .head-new.mobile, 
.modal__wrap.modal__wrap--reviews-2gis .head-new.mobile, 
.modal__wrap.modal__wrap--reviews-otzovik .head-new.mobile, 
.modal__wrap.modal__wrap--reviews-yell .head-new.mobile {
    display: none;
}

.modal__wrap.modal__wrap--reviews-yandex .head, 
.modal__wrap.modal__wrap--reviews-google .head, 
.modal__wrap.modal__wrap--reviews-zoon .head, 
.modal__wrap.modal__wrap--reviews-2gis .head, 
.modal__wrap.modal__wrap--reviews-otzovik .head, 
.modal__wrap.modal__wrap--reviews-yell .head {
    padding-left: 40px;
    padding-right: 57px;
}
.modal__wrap.modal__wrap--reviews-yandex .content, 
.modal__wrap.modal__wrap--reviews-google .content, 
.modal__wrap.modal__wrap--reviews-zoon .content, 
.modal__wrap.modal__wrap--reviews-2gis .content, 
.modal__wrap.modal__wrap--reviews-otzovik .content, 
.modal__wrap.modal__wrap--reviews-yell .content {
    padding-left: 40px;
    padding-right: 12px;
}

.modal__wrap.modal__wrap--reviews-yandex .reviews-list .head, 
.modal__wrap.modal__wrap--reviews-google .reviews-list .head, 
.modal__wrap.modal__wrap--reviews-zoon .reviews-list .head, 
.modal__wrap.modal__wrap--reviews-2gis .reviews-list .head, 
.modal__wrap.modal__wrap--reviews-otzovik .reviews-list .head, 
.modal__wrap.modal__wrap--reviews-yell .reviews-list .head,
.modal__wrap.modal__wrap--reviews-yandex .reviews-list .head-mobile, 
.modal__wrap.modal__wrap--reviews-google .reviews-list .head-mobile, 
.modal__wrap.modal__wrap--reviews-zoon .reviews-list .head-mobile, 
.modal__wrap.modal__wrap--reviews-2gis .reviews-list .head-mobile, 
.modal__wrap.modal__wrap--reviews-otzovik .reviews-list .head-mobile, 
.modal__wrap.modal__wrap--reviews-yell .reviews-list .head-mobile {
    display: none;
}
.modal__wrap.modal__wrap--reviews-yandex .desktop .head, 
.modal__wrap.modal__wrap--reviews-google .desktop .head, 
.modal__wrap.modal__wrap--reviews-zoon .desktop .head, 
.modal__wrap.modal__wrap--reviews-2gis .desktop .head, 
.modal__wrap.modal__wrap--reviews-otzovik .desktop .head, 
.modal__wrap.modal__wrap--reviews-yell .desktop .head,
.modal__wrap.modal__wrap--reviews-yandex .desktop .head-mobile, 
.modal__wrap.modal__wrap--reviews-google .desktop .head-mobile, 
.modal__wrap.modal__wrap--reviews-zoon .desktop .head-mobile, 
.modal__wrap.modal__wrap--reviews-2gis .desktop .head-mobile, 
.modal__wrap.modal__wrap--reviews-otzovik .desktop .head-mobile, 
.modal__wrap.modal__wrap--reviews-yell .desktop .head-mobile {
    display: grid;
}














.modal__wrap .close {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 0;
    background: transparent;
    position: absolute;
    right: -60px;
    top: 17px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.modal__wrap .close:hover {
    border-radius: 8px;
}
.modal__wrap .head {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 130px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: flex-end;
    /*
    padding-bottom: 22px;
    border-bottom: 1px solid #EBEFF8;
    margin-bottom: 22px;
    */
}
.modal__wrap .head-mobile {
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEFF8;
    /*
    margin-bottom: 28px;
    */
    margin-bottom: 0px;
}
.modal__wrap .head-mobile a {
    display: none;
    /*
    display: flex;
    */
    align-items: center;
    gap: 7px;
    text-decoration: none;
}
.modal__wrap .head-mobile a span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.modal__wrap .head .image {
    width: 160px;
    margin-bottom: 14px;
}
.modal__wrap .head .image img {
    height: 38px;
    object-position: left;
}
.modal__wrap .head .head-item a {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
}
.modal__wrap .head .head-item a span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.modal__wrap .head .head-item .stars {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 18px;
    justify-content: flex-end;
}
.modal__wrap .head .head-item .stars .star {
    display: block;
    width: 14px;
    height: 14px;
}
.modal__wrap .head .head-item .stars .star.full {
    background: url(../images/reviews/stars.svg) center center no-repeat;
    background-size: contain;
}
.modal__wrap .head .head-item .stars .number {
    padding-left: 8px;
    font-family: Roboto Flex;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #F98F30;
}
.modal__wrap .head .head-item .reviews {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-align: right;
    color: #404040;
}
.modal__wrap button.more-reviews {
    margin-top: 24px;
    border-top: 1px solid #EBEFF8;
    max-width: 100%;
    border-right: none;
    border-left: none;
    border-bottom: none;
    margin-bottom: 0;
    height: 23px;
    padding: 24px 0 0;
    box-sizing: content-box;
    font-weight: 525;
}
.modal__wrap button.more-reviews:hover {
    color: #5182FF;
}
.modal__wrap .reviews-list::-webkit-scrollbar {
  width: 5px;               /* ширина scrollbar */
}
.modal__wrap .reviews-list::-webkit-scrollbar-track {
  background: transparent;        /* цвет дорожки */
}
.modal__wrap .reviews-list::-webkit-scrollbar-thumb {
  background: #EBEFF8;;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 0px solid transparent;  /* padding вокруг плашки */
}
.modal__wrap .reviews-list {
    /*
    max-height: 420px;
    */
    /*
    max-height: calc(100vh - 200px);
    */
    max-height: calc(100vh - 160px);
    overflow: auto;
    margin-bottom: 22px;
    padding-top: 28px;
}
.modal__wrap .reviews-list .reviews-item {
    /*
    padding-right: 25px;
    */
    margin-right: 40px;
}
.modal__wrap .reviews-list .reviews-item .people {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 40px auto;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-bottom: 14px;
}
.modal__wrap .reviews-list .reviews-item .people .logo-name {
    width: 40px;
    height: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 21.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-1 .logo-name {
    background: #F5D4DF;
    color: #752A44;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-2 .logo-name {
    background: #D1EBDE;
    color: #235E40;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-3 .logo-name {
    background: #FCEAD4;
    color: #92683A;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-4 .logo-name {
    background: #D6E3E8;
    color: #344D56;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-5 .logo-name {
    background: #E6EDDD;
    color: #51613D;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-6 .logo-name {
    background: #FBDED8;
    color: #7D3E32;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-7 .logo-name {
    background: #EBD3E1;
    color: #65304F;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-8 .logo-name {
    background: #EBD3E1;
    color: #571A1F;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-9 .logo-name {
    background: #EBD3E1;
    color: #636F5A;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-10 .logo-name {
    background: #FDEFCA;
    color: #7F5F15;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-11 .logo-name {
    background: #FDEFCA;
    color: #324F6F;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-12 .logo-name {
    background: #DBF0F3;
    color: #3A6B6D;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-13 .logo-name {
    background: #E8DDD9;
    color: #61463B;
}
.modal__wrap .reviews-list .reviews-item .people .logo.color-scheme-14 .logo-name {
    background: #E8DDD9;
    color: #36305E;
}




.modal__wrap .reviews-list .reviews-item .people .name {
    font-family: Roboto Flex;
    font-weight: 625;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    margin: 0 0 0px;
    color: #202020;
}
.modal__wrap .reviews-list .reviews-item .people .title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.modal__wrap .reviews-list .reviews-item .people .rating {
    display: flex;
    align-items: baseline;
    gap: 12px;
    height: 14px;
}
.modal__wrap .reviews-list .reviews-item .people .rating .stars {
    display: flex;
    align-items: center;
    gap: 4px;
}
.modal__wrap .reviews-list .reviews-item .people .rating .star {
    display: block;
    width: 14px;
    height: 14px;
}
.modal__wrap .reviews-list .reviews-item .people .rating .star.full {
    background: url(../images/reviews/stars.svg) center center no-repeat;
    background-size: contain;
}
.modal__wrap .reviews-list .reviews-item .people .rating .date {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #878787;
}
.modal__wrap .reviews-list .reviews-item .text, 
.modal__wrap .reviews-list .reviews-item .text p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.modal__wrap .reviews-list .reviews-item .text p+p {
    margin-top: 16px;
}

.modal__wrap .reviews-list .reviews-item .text .more_btn {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #969696;
    cursor: pointer;
    
    position: absolute;
    bottom: -2px;
    right: 0px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.modal__wrap .reviews-list .reviews-item .text .more_btn:hover {
    text-decoration: underline;
}
.modal__wrap .reviews-list .reviews-item .text .more_btn: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%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.modal__wrap .reviews-list .reviews-item .text {
    max-height: 80px;
    overflow: hidden;
    position: relative;
}


.reviews-item .history .text {
    max-height: 80px;
    overflow: hidden;
    position: relative;
}
.reviews-item .history .text button {
    position: absolute;
    bottom: -2px;
    right: 0px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.reviews-item .history .text .more_btn:hover {
    text-decoration: underline;
}
.reviews-item .history .text .more_btn: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%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}



.modal__wrap .reviews-list .reviews-item {
    padding-top: 24px;
    padding-bottom: 24px;
}
.modal__wrap .reviews-list .reviews-item:first-child {
    padding-top: 0px;
}
.modal__wrap .reviews-list .reviews-item:last-child {
    padding-bottom: 0px;
}
.modal__wrap .reviews-list .reviews-item+.reviews-item {
    border-top: 1px solid #EBEFF8;
}
.modal__wrap .reviews-list button.load_more {
    background: #295AD9;
    border-radius: 8px;
    min-height: 54px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: none;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
}
.modal__wrap .reviews-list button.load_more:hover {
    background: rgb(41 90 217 / 60%);
}
.modal__wrap .reviews-list button.load_more:focus {
    background: rgb(41 90 217 / 60%);
}
/* Mobile bottom menu */
.mobile-bottom-menu {
    display: none;
    position: fixed;
    bottom: 6px;
    width: calc(100% - 12px);
    background: #FFFFFF;
    /*
    border-top: 1px solid #DFE6F6;
    */
    z-index: 9999999;
    left: 6px;
    border: 1px solid #DFE6F6;
    border-radius: 22px;
}
.mobile-bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding-top: 12px;
    padding-bottom: 12px;
}
.mobile-bottom-menu ul a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    /*
    color: #8C94A8;
    */
    color: #202020;
    position: relative;
    min-width: 24px;
    padding-top: 28px;
}

.mobile-bottom-menu ul a:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: calc(50% - 12px);
}
.mobile-bottom-menu ul li.frontpage a:before {
    background: url(../images/global/mobile-bottom-menu-frontpage.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.reviews a:before {
    background: url(../images/global/mobile-bottom-menu-reviews.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.cabinet a:before {
    background: url(../images/global/mobile-bottom-menu-cabinet.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.chat a:before {
    background: url(../images/global/mobile-bottom-menu-chat.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.menu a:before {
    background: url(../images/global/mobile-bottom-menu-menu.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.frontpage.current-menu-item a:before {
    background: url(../images/global/mobile-bottom-menu-frontpage-active.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.reviews.current-menu-item a:before {
    background: url(../images/global/mobile-bottom-menu-reviews-active.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.cabinet.current-menu-item a:before {
    background: url(../images/global/mobile-bottom-menu-cabinet-active.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.chat.current-menu-item a:before {
    background: url(../images/global/mobile-bottom-menu-chat-active.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.menu a.active:before, 
.mobile-bottom-menu ul li.menu.current-menu-item a:before {
    background: url(../images/global/mobile-bottom-menu-menu-active.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul li.current-menu-item a {
    color: #295AD9;
}
.mobile-bottom-menu ul li.menu a.active {
    color: #295AD9; 
}







.mobile-bottom-menu ul a, 
.mobile-bottom-menu ul a span,
.mobile-bottom-menu ul button span {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 10.75px;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: center;
}
.mobile-bottom-menu ul button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #8C94A8;
    background: transparent;
    border: none;    
}
.mobile-bottom-menu ul li.active svg path {
    stroke: #295AD9;
}
.mobile-bottom-menu ul li.active span {
    color: #295AD9;
}
.mobile-bottom-menu ul button.menu .menu-icon {
    width: 24px;
    height: 24px;
    background: url(../images/footer/mobile-menu-icon-menu.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul button.menu.active .menu-icon {
    width: 24px;
    height: 24px;
    background: url(../images/footer/mobile-menu-icon-menu-active.svg) center center no-repeat;
    background-size: contain;
}
.mobile-bottom-menu ul button.menu.active span {
    color: #295AD9;    
}
/*
body.scroll-direction-down .mobile-bottom-menu ul li span.title {
    display: none;
}
body.scroll-direction-up .mobile-bottom-menu ul li span {
    display: block;
}
*/

/* Modal - Search */
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EBEFF8;
    overflow-y: auto;
    z-index: -1;
    opacity: 0;
}
.search-popup .container {
    max-width: 1140px;
}
.search-popup.active {
    z-index: 9999999;
    opacity: 1;
}
.search-popup-cnt {
    padding-top: 40px;
    padding-bottom: 40px;
}
.search-popup-cnt .top {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: center;
    margin-bottom: 40px;
}
.search-popup-cnt .top .title {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #242424;
}
.search-popup-cnt .top .close {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
}
.search-popup-cnt .top .close:hover {
    border-radius: 8px;
}
.search-popup .search-form .search-input {
    position: relative;
}
.search-popup .search-form .search-input input[type=search] {
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    font-family: Roboto Flex;
    font-weight: 430;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.01em;
    padding-left: 54px;
    color: #242424;
}
/*
.search-popup .search-form .search-input:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 24px;
    top: calc(50% - 10px);
    background: url(../images/footer/search-icon.svg) center center no-repeat;
    background-size: contain;
}
*/
.search-popup .search-form .search-input img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 24px;
    top: calc(50% - 10px);
}
.search-popup .popular, 
.search-popup .history {
    margin-top: 60px;
}
.search-popup .popular .popular-title, 
.search-popup .history .history-title {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 22px auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}
.search-popup .popular .popular-title span, 
.search-popup .history .history-title span {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #393939;    
}
.search-popup .history .history-cnt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.search-popup .history .history-cnt .history-item {
    padding: 22px 24px;
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 60px auto 32px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
}
.search-popup .history .history-cnt .history-item button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.search-popup .history .history-cnt .history-item .history-item-content p {
    margin: 0 0 6px;
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.search-popup .history .history-cnt .history-item .section span {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #666666;
}
.search-popup .popular .popular-cnt {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, calc(25% - 9px));
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.search-popup .popular .popular-cnt .popular-item {
    border-radius: 10px;
    background: #fff;
    padding: 24px 24px 28px;
}
.search-popup .popular .popular-cnt .popular-item .date {
    margin-top: 16px;
    margin-bottom: 14px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #666666;
}
.search-popup .popular .popular-cnt .popular-item .text {
    position: relative;
    max-height: 74px;
    overflow: hidden;
}
.search-popup .popular .popular-cnt .popular-item .text:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 0px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #353535;
    width: 150px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    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 );
}
.search-popup .popular .popular-cnt .popular-item .text p {
    margin: 16px 0 14px;
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.search-popup .popular .popular-cnt .popular-item .section {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.search-popup .popular .popular-cnt .popular-item .section span {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #666666;
    position: relative;
}
.search-popup .popular .popular-cnt .popular-item .section span:after {
    content: "";
    position: absolute;
    right: -13px;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666666;
}
.search-popup .popular .popular-cnt .popular-item .section span:last-child:after {
    display: none;
}
.search-popup-cnt .search-form .search-result .search-result-cnt {
    background: #FFFFFF;
    padding: 16px 0px 16px 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.search-popup-cnt .search-form .search-result .search-result-cnt .search-result-item {
    padding: 12px 24px;
}
.search-popup-cnt .search-form .search-result .search-result-cnt .search-result-item a {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 60px auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-decoration: none;
    color: #666666;
}
.search-popup-cnt .search-form .search-result .search-result-cnt .search-result-item .image {
    background: #EBEFF8;
    border-radius: 8px;
    width: 60px;
    height: 60px;
}.search-popup-cnt .search-form .search-result .search-result-cnt .search-result-item .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.search-popup-cnt .search-form .search-result .search-result-cnt .search-result-item .search-result-item-content p {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0 0 6px;
}
.search-popup-cnt .search-form .search-result .search-result-cnt .search-result-item .search-result-item-content section span {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #666666;
}
.search-popup-cnt .search-form {
    position: relative;
}
.search-popup-cnt .search-form .search-result {
    position: absolute;
    top: 72px;
    border-radius: 8px;
    left: 0px;
    right: 0px;
}
.search-popup-cnt .search-form .search-result .search-result-cnt {
    max-height: 536px;
    overflow: auto;
    border: 0.5px solid #DFE6F6;
}
.search-popup-cnt .search-form .search-result .search-result-cnt::-webkit-scrollbar {
    width: 5px;               /* ширина scrollbar */
}
.search-popup-cnt .search-form .search-result .search-result-cnt::-webkit-scrollbar-track {
    background: transparent;        /* цвет дорожки */
}
.search-popup-cnt .search-form .search-result .search-result-cnt::-webkit-scrollbar-thumb {
    background: #D2D3DC;
    /*background: #EBEFF8;*/    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 0px solid transparent;  /* padding вокруг плашки */
}

/* Modal - Filter */
.filter .properties.active {
    display: block;
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 99999999;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}
.filter .properties-mobile-head {
    display: none;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16.5px;
    line-height: 135%;
    letter-spacing: 0.01em;
    padding: 22px 18px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom: 1px solid #EBEFF8;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    top: 0;
    z-index: 9999999;
}
.filter .properties.active .properties-mobile-head {
    display: grid;
}
.filter .properties-mobile-head .prev-button {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 22px;
}
.filter .properties-mobile-head .prev-button span {
    font-weight: 475;
    font-size: 14.25px;
    color: #295AD9;
}
.filter .properties-mobile-head button {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.25px;
    line-height: 135%;
    letter-spacing: 0.01em;
    text-align: right;
    color: #295AD9;
    background: transparent;
    border: none;
}
.page-reviews-content .filter .properties .properties-mobile-head .title {
    text-align: center;
}
.filter .properties-mobile-bottom {
    display: none;
    /*
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16.5px;
    line-height: 135%;
    letter-spacing: 0.01em;
    padding: 22px 18px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    */
    border-top: 1px solid #DFE6F6;
    position: fixed;
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    background: #fff;
    bottom: 0;
    z-index: 9999999;
}
.filter .properties.active .properties-mobile-bottom {
    display: block;
}
.filter .properties .properties-mobile-bottom button {
    height: 48px;
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-top: 10px;
    box-sizing: border-box;
    border: none;
    background: #295AD9;
    border-radius: 8px;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #ACC3FF;
    padding: 0;
}
.filter .properties .properties-mobile-bottom button span {
    color: #fff;    
}







.filter .properties.active .property-item {
    margin-left: 18px;
    margin-right: 18px;
}

.left--modal__wrap--calc-safe {
    width: calc(100% - 78px);
    max-width: 800px!important;
    box-sizing: border-box;
    align-items: flex-start!important;
    padding: 60px;
}
.left--modal__wrap--calc-safe .calc-cnt {
    overflow: auto;
    max-height: calc(100% + 0px);
    padding-right: 0px;
}
.left--modal__wrap--calc-safe .calc-cnt::-webkit-scrollbar {
  width: 5px;               /* ширина scrollbar */
}
.left--modal__wrap--calc-safe .calc-cnt::-webkit-scrollbar-track {
  background: transparent;        /* цвет дорожки */
}
.left--modal__wrap--calc-safe .calc-cnt::-webkit-scrollbar-thumb {
  background: #EBEFF8;;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 0px solid transparent;  /* padding вокруг плашки */
}
.left--modal__wrap--calc-safe .calc-top {
    padding-bottom: 0px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.left--modal__wrap--calc-safe .calc-middle .content .title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.01em;
    margin-bottom: 14px;
    color: #202020;
}
.left--modal__wrap--calc-safe .calc-middle .content .title-m {
    font-size: 19px;
}
.left--modal__wrap--calc-safe .calc-middle .content .title-s {
    font-size: 19px;
}
.left--modal__wrap--calc-safe .calc-middle .content p {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.left--modal__wrap--calc-safe .calc-middle .content p+.title {
    margin-top: 20px;
}

body.main-content-fixed .calc-modal {
    z-index: 9;
}
body.main-content-fixed .cookie-modal {
    z-index: 9;
}

.left--modal__wrap--calc {
    width: calc(100% - 78px);
    max-width: 800px!important;
    box-sizing: border-box;
    align-items: flex-start!important;
    padding: 40px 40px 40px;
}
.left--modal__wrap--calc .calc-top {
    padding-bottom: 48px;
}
.left--modal__wrap--calc .calc-top .title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #202020;
    margin-bottom: 16px;
}
.left--modal__wrap--calc .calc-top p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16.5px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.left--modal__wrap--calc .calc-middle form .field-title {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 17.25px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #202020;
    margin-bottom: 32px;
}
.left--modal__wrap--calc .calc-middle form .field-title.margin-bottom-20 {
    margin-bottom: 20px;
}
.left--modal__wrap--calc .calc-middle form p {
    margin: 0;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 12px;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
    display: none;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    background: #F4F6FB;
    border-radius: 100px;
    height: 48px;
    display: block;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:hover {
    background: #E3EAFE;    
}
.left--modal__wrap--calc .calc-middle form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label {
    /*
    background: #295AD9;
    */
    background: #454545;
    color: #FFFFFF;
}
.left--modal__wrap--calc .calc-middle form .row+.row {
    margin-top: 48px;
}
.left--modal__wrap--calc .calc-middle form .row.submit {
    margin-top: 40px;
}
.left--modal__wrap--calc .calc-middle form .row.checkbox {
    margin-top: 20px;
}
.left--modal__wrap--calc .calc-middle form input[type=text],
.left--modal__wrap--calc .calc-middle form input[type=tel] {
    width: 100%;
    border: 0.75px solid #EBEFF8;
    border-radius: 16px;
    padding: 16px 23px;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #393939;
    box-sizing: border-box;
    height: 50px;
}
.left--modal__wrap--calc .calc-middle form input[type=text]:hover,
.left--modal__wrap--calc .calc-middle form input[type=text]:focus,
.left--modal__wrap--calc .calc-middle form input[type=tel]:hover, 
.left--modal__wrap--calc .calc-middle form input[type=tel]:focus {
    border: 0.75px solid #D3DEF8;    
}
.left--modal__wrap--calc .calc-middle form .field-text-cnt.cphone {
    margin-top: 16px;
}
.left--modal__wrap--calc .calc-middle form br {
    display: none;
}
.left--modal__wrap--calc .calc-middle form input[type=submit] {
    background: #295AD9;
    border-radius: 12px;
    min-height: 54px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.left--modal__wrap--calc .calc-middle form input[type=submit]:hover,
.left--modal__wrap--calc .calc-middle form input[type=submit]:focus {
    background: rgb(41 90 217 / 60%);    
}
.wpcf7-spinner {
    display: none!important;
}



.left--modal__wrap--calc .calc-middle form .row.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-list-item {
    margin: 0;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance label {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-items: flex-start;
    padding-left: 25px;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance label .wpcf7-list-item-label a {
    color: #242424;
    text-decoration: underline; 
    text-decoration-style: dotted;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-left: 0;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance label .wpcf7-list-item-label {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 13.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.left--modal__wrap--calc .calc-middle form .field-acceptance-cnt.soglasie {
    margin-top: 16px;
}


.calc-modal .mobile {
    display: none;
}

.left--modal__wrap--front-callback-object {
    max-width: 800px!important;
    padding: 60px;
    box-sizing: border-box;
    align-items: flex-start!important;
}
.left--modal__wrap--front-callback-object .text-content .title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #202020;
    margin: 0 0 16px;
}
.left--modal__wrap--front-callback-object .text-content {
    margin-bottom: 48px;
}
.left--modal__wrap--front-callback-object .text-content .subtitle {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16.5px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #242424;
}
.left--modal__wrap--front-callback-object .form-cnt .field-title {
    margin-bottom: 32px;
}
.left--modal__wrap--front-callback-object .form-cnt .field-title p {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 17.25px;
    line-height: 100%;
    letter-spacing: 0.01em;    
    color: #202020;
    margin: 0;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 12px;
}
.page-front-cost .field-checkbox-cnt .checkbox-field-item label {
    white-space: nowrap;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    display: none;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    background: #F4F6FB;
    border-radius: 100px;
    height: 48px;
    display: block;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover {
    /*
    background: #E3EAFE;
    */
    background: #8D8D8D;
    color: #fff;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label {
    /*
    background: #295AD9;
    */
    background: #454545;
    color: #FFFFFF;
}






.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 12px;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
    display: none;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    background: #F4F6FB;
    border-radius: 100px;
    height: 48px;
    display: block;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:hover {
    /*
    background: #E3EAFE;    
    */
    background: #8D8D8D;
    color: #fff;
}
.left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label {
    /*
    background: #295AD9;
    */
    background: #454545;
    color: #FFFFFF;
}







.left--modal__wrap--front-callback-object form .field-radio-cnt {
    margin-bottom: 48px;
    grid-template-columns: 100%;
}
.left--modal__wrap--front-callback-object form .field-radio-cnt p {
    margin: 0;
    width: 100%;
}
.left--modal__wrap--front-callback-object form .wpcf7-list-item {
    margin: 0;
}




















.left--modal__wrap--front-callback-object form .row+.row {
    margin-top: 48px;
}
.left--modal__wrap--front-callback-object form .row.submit {
    margin-top: 40px;
}
.left--modal__wrap--front-callback-object form .row.checkbox {
    margin-top: 20px;
}
.left--modal__wrap--front-callback-object form input[type=text],
.left--modal__wrap--front-callback-object form input[type=tel] {
    width: 100%;
    border: 0.75px solid #EBEFF8;
    border-radius: 16px;
    padding: 16px 23px;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #393939;
    box-sizing: border-box;
    height: 50px;
}
.left--modal__wrap--front-callback-object form input[type=text]:hover,
.left--modal__wrap--front-callback-object form input[type=text]:focus,
.left--modal__wrap--front-callback-object form input[type=tel]:hover, 
.left--modal__wrap--front-callback-object form input[type=tel]:focus {
    border: 0.75px solid #D3DEF8;    
}
.left--modal__wrap--front-callback-object form .field-text-cnt.cphone {
    margin-top: 16px;
}
.left--modal__wrap--front-callback-object form br {
    display: none;
}
.left--modal__wrap--front-callback-object form input[type=submit] {
    background: #295AD9;
    border-radius: 12px;
    min-height: 54px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.left--modal__wrap--front-callback-object form input[type=submit]:hover,
.left--modal__wrap--front-callback-object form input[type=submit]:focus {
    background: rgb(41 90 217 / 60%);    
}
.wpcf7-spinner {
    display: none!important;
}



.left--modal__wrap--front-callback-object form .row.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.left--modal__wrap--front-callback-objecte form .wpcf7-list-item {
    margin: 0;
}
.left--modal__wrap--front-callback-object form .wpcf7-acceptance label {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-items: flex-start;
    padding-left: 25px;
}
.left--modal__wrap--front-callback-object form .wpcf7-acceptance label .wpcf7-list-item-label a {
    color: #242424;
    text-decoration: underline; 
    text-decoration-style: dotted;
}
.left--modal__wrap--front-callback-object form .wpcf7-acceptance input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-left: 0;
}
.left--modal__wrap--front-callback-object form .wpcf7-acceptance label .wpcf7-list-item-label {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 13.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.left--modal__wrap--front-callback-object form .field-acceptance-cnt.soglasie {
    margin-top: 16px;
}















/*

.left--modal__wrap--calc .calc-middle form .row+.row {
    margin-top: 48px;
}
.left--modal__wrap--calc .calc-middle form .row.submit {
    margin-top: 40px;
}
.left--modal__wrap--calc .calc-middle form .row.checkbox {
    margin-top: 20px;
}
.left--modal__wrap--calc .calc-middle form input[type=text],
.left--modal__wrap--calc .calc-middle form input[type=tel] {
    width: 100%;
    border: 0.75px solid #EBEFF8;
    border-radius: 10px;
    padding: 16px 23px;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #393939;
    box-sizing: border-box;
    height: 50px;
}
.left--modal__wrap--calc .calc-middle form input[type=text]:hover,
.left--modal__wrap--calc .calc-middle form input[type=text]:focus,
.left--modal__wrap--calc .calc-middle form input[type=tel]:hover, 
.left--modal__wrap--calc .calc-middle form input[type=tel]:focus {
    border: 0.75px solid #D3DEF8;    
}
.left--modal__wrap--calc .calc-middle form .field-text-cnt.cphone {
    margin-top: 16px;
}
.left--modal__wrap--calc .calc-middle form br {
    display: none;
}
.left--modal__wrap--calc .calc-middle form input[type=submit] {
    background: #295AD9;
    border-radius: 8px;
    min-height: 54px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.left--modal__wrap--calc .calc-middle form input[type=submit]:hover,
.left--modal__wrap--calc .calc-middle form input[type=submit]:focus {
    background: rgb(41 90 217 / 60%);    
}
.wpcf7-spinner {
    display: none!important;
}



.left--modal__wrap--calc .calc-middle form .row.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-list-item {
    margin: 0;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance label {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-items: flex-start;
    padding-left: 25px;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance label .wpcf7-list-item-label a {
    color: #242424;
    text-decoration: underline; 
    text-decoration-style: dotted;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-left: 0;
}
.left--modal__wrap--calc .calc-middle form .wpcf7-acceptance label .wpcf7-list-item-label {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 13.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.left--modal__wrap--calc .calc-middle form .field-acceptance-cnt.soglasie {
    margin-top: 16px;
}
*/








.left--modal__wrap--video {
    width: calc(100% - 78px);
    max-width: 1588px!important;
    /*
    padding: 40px 2.5% 40px 5%;
    */
    box-sizing: border-box;
}
.left--modal__wrap--awards .head-new.mobile {
    display: none;
}
.left--modal__wrap--awards .awards-slider {
    position: relative;
}
.left--modal__wrap--awards .awards-slider .arrow-prev, 
.left--modal__wrap--awards .awards-slider .arrow-next {
    position: absolute;
    top: 131px;
    z-index: 999;
    cursor: pointer;
}
.left--modal__wrap--awards .awards-slider .arrow-prev {
    left: 14px;
}
.left--modal__wrap--awards .awards-slider .arrow-next {
    right: 14px;
}
.left--modal__wrap--awards .awards-slider .arrow-prev:hover circle,
.left--modal__wrap--awards .awards-slider .arrow-next:hover circle {
    fill: #295AD9;
}
.left--modal__wrap--awards .awards-slider .arrow-prev:hover path,
.left--modal__wrap--awards .awards-slider .arrow-next:hover path {
    stroke: #FFF;
}
.left--modal__wrap--awards .awards-slider .arrow-next.swiper-button-disabled, 
.left--modal__wrap--awards .awards-slider .arrow-prev.swiper-button-disabled {
    opacity: 0;
}

.left--modal__wrap--awards .awards-slider-mobile {
    display: none;
}
.left--modal__wrap--awards .awards-slider-desktop {
    display: block;
}


.left--modal__wrap--awards {
    width: calc(100% - 78px);
    max-width: 800px;
    box-sizing: border-box;
    align-items: flex-start!important;
}
.left--modal__wrap--awards .internal-cnt {
    overflow-y: auto;
    /*
    max-height: calc(100% - 120px);
    */
    padding: 50px 58px 50px 40px;
    width: 100%;
    box-sizing: border-box;
}
.left--modal__wrap--awards .middle-content .image {
    margin-bottom: 30px;
}
.left--modal__wrap--awards .middle-content .content .title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #202020;
    margin: 0 0 14px;
}
.left--modal__wrap--awards .middle-content .content .text p {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #242424;    
    margin: 0;
}
.left--modal__wrap--awards .middle-content .content .text p+p {
    margin-top: 10px;
}
.left--modal__wrap--awards .middle-content .author {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 71px auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 14px;
    align-items: center;
}
.left--modal__wrap--awards .middle-content .author .name {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em; 
    color: #353535;
    margin: 0 0 6px;
}
.left--modal__wrap--awards .middle-content .author .post {
    font-family: Roboto Flex;
    font-weight: 455;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;    
    color: #353535;
}
.left--modal__wrap--awards .middle-content .author .post a {
    color: #295AD9;
    text-decoration: none;
}
.left--modal__wrap--awards .middle-content .author .post a:hover {
    color: #5182FF;   
}






.left--modal__wrap--video .internal-cnt {
    overflow-y: auto;
    max-height: calc(100% - 80px);
    /*
    padding: 40px 2.5% 40px 5%;
    */
    padding: 40px 60px 40px 60px;
    width: 100%;
}
.left--modal__wrap--video .vk-iframe-cnt {
    position: relative;
}
.left--modal__wrap--video .vk-iframe-cnt.image-transparent img {
    opacity: 0;
}
.left--modal__wrap--video .vk-iframe-cnt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
    border-radius: 8px;
    border: 1px solid red;
    */
    box-sizing: border-box;
}


.left--modal__wrap--video .video-content {
    display: grid;
    grid-template-rows: auto;
    /*
    grid-template-columns: calc(95% - 360px) 360px;
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    */
    grid-template-columns: calc(100% - 440px) 360px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.left--modal__wrap--video .video-content .video-frame {
    position: relative;
}
.left--modal__wrap--video .video-content .video-frame img {
    opacity: 0
}
.left--modal__wrap--video .video-content .video-frame button.play {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 33px);
    z-index: -1;
}
.left--modal__wrap--video .video-content .video-frame .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}
.left--modal__wrap--video .video-content .video-content-property {
    margin-top: 40px;
    margin-bottom: 24px;
    display: grid;
    grid-template-rows: auto;
    /*
    grid-template-columns: repeat(4, calc(25% - 9px));
    */
    
    grid-template-columns: calc(24% - 9px) calc(24% - 9px) calc(24% - 9px) calc(28% - 9px);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    
    
    /*
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    */
    
}
/*
.left--modal__wrap--video .video-content .video-content-property-col:nth-child(1) {
    width: 100%;
    max-width: 228px;
}
.left--modal__wrap--video .video-content .video-content-property-col:nth-child(2) {
    width: 100%;
    max-width: 228px;
}
.left--modal__wrap--video .video-content .video-content-property-col:nth-child(3) {
    width: 100%;
    max-width: 228px;
}
.left--modal__wrap--video .video-content .video-content-property-col:nth-child(4) {
    width: 100%;
    max-width: 260px;
}
*/




.left--modal__wrap--video.expert .video-content .video-content-property {
    grid-template-columns: calc(22% - 9px) calc(22% - 9px) calc(28% - 9px) calc(28% - 9px);
}
.left--modal__wrap--video .video-content .video-content-property-col {
    min-height: 130px;
    padding: 26px 24px;
    background: #F6F8FD;
    border-radius: 20px;
    box-sizing: border-box;
}
.left--modal__wrap--video .video-content .video-content-property-col .bank-item.other>span {
    border: 1px solid #EBEFF8;
    background: #fff;
}
.left--modal__wrap--video .video-content .video-content-property-col .bank-item.sberbank .icon {
    background: #DDFEE4 url(../images/reviews/popup-sberbank.png) center center no-repeat;
    background-size: contain;
} 
.left--modal__wrap--video .video-content .video-content-property-col .name {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15.25px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
    margin-bottom: 6px;
}
.left--modal__wrap--video .video-content .video-content-property-col .value {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #242424;    
}
.left--modal__wrap--video .video-content .main-text p {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 13.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0;
}
.left--modal__wrap--video .video-content .main-text p+p {
    margin-top: 16px;
}
.left--modal__wrap--video .video-content .main-text a {
    text-decoration: none;
    color: #295AD9;
}
.left--modal__wrap--video .video-content .main-text a:hover {
    color: #5182FF;
}
/*
.left--modal__wrap--video .video-content .video-content-property-col .bank-items {
    display: none;
}
*/
.left--modal__wrap--video .video-content .banks .bank-items .bank-item:hover .popup {
    top: -348px;
    margin-left: 0;
    top: auto;
    bottom: 0;
    margin-bottom: 44px;
    padding-bottom: 20px;
}
.left--modal__wrap--video .video-content .banks .bank-items .bank-item.other:hover .popup {
    /*
    top: -285px;
    left: -20px;
    */
    left: 0;
    bottom: 0;
    margin-bottom: 44px;
    top: auto;
    padding-bottom: 20px;
}
.left--modal__wrap--video .video-content .banks .bank-items .bank-item.other .popup {
    max-height: 305px;
}
.left--modal__wrap--video .video-content .banks .bank-items .bank-item.other .popup .banks-list ul {
    max-height: 183px;
}
.left--modal__wrap--video .video-content .banks .bank-items .bank-item.other .popup .banks-list ul.expert-articles {
    max-height: 225px;
}
.left--modal__wrap--video .video-content .banks .bank-items .bank-item.other .popup .banks-list ul.expert-articles li span {
    height: auto;
}

.left--modal__wrap--video .video-content .banks .bank-items .bank-item .popup .popup-cnt {
    border-radius: 10px 10px 10px 0px;
    /*
    min-height: 305px;
    */
    /*
    max-height: 305px;
    */
}
.left--modal__wrap--video .video-content .title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #202020;
    margin-bottom: 14px;    
}
.left--modal__wrap--video .video-content .text {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #242424;
    margin-bottom: 30px;
    /*
    padding: 30px 28px 0;
    */
    padding: 0px 28px 0;
    /*
    padding: 0px 0px 0;
    */
}

.left--modal__wrap--video .video-content .video-content-col:last-child .text {
    padding-left: 0;
    padding-right: 0;
}

.left--modal__wrap--video .video-content .form-cnt .row+.row {
    margin-top: 16px;
}
.left--modal__wrap--video .video-content .form-cnt .row+.row.submit {
    margin-top: 30px;
}
.left--modal__wrap--video .video-content .form-cnt .row p {
    margin: 0;
}
.left--modal__wrap--video .video-content .form-cnt .row input[type=text],
.left--modal__wrap--video .video-content .form-cnt .row input[type=tel] {
    border: 0.75px solid #EBEFF8;
    height: 50px;
    color: #404040;
    padding: 16px 23px;  
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #393939;
}
.left--modal__wrap--video .video-content .form-cnt .row input[type=text]:hover,
.left--modal__wrap--video .video-content .form-cnt .row input[type=text]:focus, 
.left--modal__wrap--video .video-content .form-cnt .row input[type=tel]:hover, 
.left--modal__wrap--video .video-content .form-cnt .row input[type=tel]:focus {
    border: 1.5px solid #D3DEF8;
}

.left--modal__wrap--video .video-content .form-cnt .popup {
    background: #fff;
}






.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    position: relative;
    padding-left: 20px;
    font-family: Roboto Flex;
    font-weight: 375!important;
    font-size: 12px!important;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #FA5E5D;
    margin-top: 6px;
}
.wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    left: 0;
    /*
    top: calc(50% - 6px);
    */
    top: 1px;
    width: 13px;
    height: 12px;
    background: url(../images/global/not-valid-tip.svg) center center no-repeat;
    background-size: contain;
}
.wpcf7-form input.wpcf7-not-valid {
    border: 1px solid #FA5E5D!important;
    box-shadow: 0px 0px 5.6px 0px #FA5E5D73;
}
.wpcf7-form input.wpcf7-not-valid::placeholder {
	color: #FA5E5D;;
}
.wpcf7-form input.wpcf7-not-valid::-webkit-input-placeholder {
	color: #FA5E5D;
}
.wpcf7-form input.wpcf7-not-valid::-moz-placeholder {
	color: #FA5E5D;
}
.wpcf7-form input.wpcf7-not-valid:-moz-placeholder {
	color: #FA5E5D;
}
.wpcf7-form input.wpcf7-not-valid:-ms-input-placeholder {
	color: #FA5E5D;
}
.left--modal__wrap--video .video-content .form-cnt .row input[type=submit] {
    background: #295AD9;
    border-radius: 12px;
    min-height: 54px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.left--modal__wrap--video .video-content .form-cnt .row input[type=submit]:hover,
.left--modal__wrap--video .video-content .form-cnt .row input[type=submit]:focus {
    background: rgb(41 90 217 / 60%);
}
.left--modal__wrap--video .video-content .form-cnt .date-time-button {
    margin-top: 2px;
    margin-bottom: 14px;
    cursor: pointer;
}
.left--modal__wrap--video .video-content .form-cnt .date-time-button p {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.left--modal__wrap--video .video-content .form-cnt .date-time-button .date-selected {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 160px auto 20px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    display: flex;
    align-items: center;
}
.left--modal__wrap--video .video-content .form-cnt .date-time-button .date-selected .title {
    margin-bottom: 0;
}
.left--modal__wrap--video .video-content .form-cnt .date-time-button .date-selected .title p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #2B2D33;
}
.left--modal__wrap--video .video-content .form-cnt .date-time-button .date-selected .current_time {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.left--modal__wrap--video .video-content .form-cnt .date-time-button .date-selected {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.left--modal__wrap--video .video-content .form-cnt .wpcf7-spinner {
    display: none;
}
.left--modal__wrap--video .video-content .form-cnt .row.checkbox {
    margin-top: 30px;
}
.left--modal__wrap--video .video-content .form-cnt .wpcf7-list-item {
    margin: 0;
}
.left--modal__wrap--video .video-content .form-cnt .wpcf7-acceptance label {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-items: flex-start;
    position: relative;
    padding-left: 25px;
}





form.wpcf7-form .wpcf7-acceptance label input[type=checkbox] {
    display: none;
}
form.wpcf7-form .wpcf7-acceptance label .wpcf7-list-item-label:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/global/form-checkbox.svg) center center no-repeat;
    background: contain;
}
form.wpcf7-form .wpcf7-acceptance label input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    background: url(../images/global/form-checkbox-active.png) center center no-repeat;
    background-size: contain;
}
/*
.left--modal__wrap--video .video-content .form-cnt .wpcf7-acceptance label .wpcf7-list-item-label:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/global/form-checkbox.svg) center center no-repeat;
}

.left--modal__wrap--video .video-content .form-cnt .wpcf7-acceptance label input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    background: url(../images/global/form-checkbox-active.svg) center center no-repeat;
}
*/




.left--modal__wrap--video .video-content .form-cnt .wpcf7-acceptance label .wpcf7-list-item-label {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 13.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.left--modal__wrap--video .video-content .form-cnt .wpcf7-acceptance label .wpcf7-list-item-label a {
    color: #242424;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.left--modal__wrap--video .video-content .form-cnt .wpcf7-acceptance input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-left: 0;
}
.left--modal__wrap--video .video-content .form-cnt .row.checkbox br {
    display: none;
}
.left--modal__wrap--video .video-content .form-cnt .row.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.left--modal__wrap--video .video-content .form-cnt .row.checkbox br+.wpcf7-form-control-wrap {
    margin-top: 16px;
}
/*
.left--modal__wrap--video .video-content .popup {
    display: none;
}
*/
.jsCalendar table {
    background-color: #F4F6FB !important;
    border-radius: 20px !important;
    box-shadow: none !important;
}
.jsCalendar table .jsCalendar-title-name {
    font-family: Roboto Flex;
    font-weight: 550!important;
    font-size: 16.5px!important;
    letter-spacing: 0.01em;
    width: calc(100% - 80px);
    padding: 0!important;
    color: #454545;
    padding-left: 16px !important;
    text-align: center;
}
.jsCalendar thead .jsCalendar-week-days th {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #252525;
}
.jsCalendar tbody td {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    letter-spacing: 0.01em;
    color: #454545;
    position: relative;
    z-index: 9;
}
.jsCalendar tbody td:hover {
    background-color: transparent!important;
}
.jsCalendar tbody td:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    z-index: -1;
    border-radius: 100px;
}
.jsCalendar tbody tr td:last-child {
    background-color: transparent!important;
}
.jsCalendar tbody tr td:hover {
    color: #fff!important;
}
.jsCalendar tbody tr td:nth-child(1):hover:before,
.jsCalendar tbody tr td:nth-child(2):hover:before, 
.jsCalendar tbody tr td:nth-child(3):hover:before,
.jsCalendar tbody tr td:nth-child(4):hover:before,
.jsCalendar tbody tr td:nth-child(5):hover:before, 
.jsCalendar tbody tr td:nth-child(6):hover:before {
    /*
    background-color: #7E9BE8!important;
    */
    background: #295AD9;
}
.jsCalendar tbody tr td.jsCalendar-unselectable:hover:before {
    background: transparent!important;
}
.jsCalendar tbody tr td.jsCalendar-selected:hover {
    border: 2px solid #295AD9 !important;
    background-color: #295AD9 !important;
}
.jsCalendar tbody tr td:nth-child(7):hover {
    background-color: transparent!important;
    color: #CACACA!important;
    cursor: unset!important;
}

.jsCalendar tbody tr td.jsCalendar-unselectable:hover {
    background-color: transparent!important;
    color: #CACACA!important;
}
/*
.jsCalendar tbody tr td.jsCalendar-current:hover {
    background-color: #295AD9!important;
}
*/
.jsCalendar tbody td.jsCalendar-current {
    /*
    background-color: #295AD9!important;
    */
    background-color: transparent!important;
    position: relative;
    z-index: 9;
}
.jsCalendar tbody td.jsCalendar-current:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #295AD9;
    z-index: -1;
    border-radius: 100px;
}




/*
.jsCalendar tbody tr td.jsCalendar-previous:nth-child(6):hover,
*/
.jsCalendar tbody tr td.jsCalendar-previous:nth-child(7):hover {
    background-color: transparent!important;
    color: #CACACA!important;
    cursor: auto!important;
}
.jsCalendar tbody tr td:nth-child(7) {
    color: #CACACA;
}
.jsCalendar tbody tr td.jsCalendar-selected {
    border: 2px solid #295AD9 !important;
    background-color: #295AD9 !important;
    border-radius: 18px;
    color: #FFFFFF;
    height: 28px;
    width: 36px;
    box-sizing: border-box;
    line-height: 24px!important;
}


.left--modal__wrap--video .video-content .popup .title {
    font-family: Roboto Flex;
    /*
    font-weight: 525;
    font-size: 15px;
    */
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    /*
    margin-bottom: 16px;
    */
    margin-bottom: 28px;
    color: #242424;
    padding-left: 0;
}
.left--modal__wrap--video .video-content .popup .auto-jsCalendar.jsCalendar {
    margin-bottom: 28px;
}
.left--modal__wrap--video .video-content .popup .subtitle {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #454545;
    /*
    margin-bottom: 17px;
    */
    margin-bottom: 20px;
}
.left--modal__wrap--video .video-content .popup .title p {
    margin: 0;
}
.left--modal__wrap--video .video-content .popup .subtitle p {
    margin: 0;
}
.left--modal__wrap--video .video-content .popup .time-slot {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.left--modal__wrap--video .video-content .popup .time-slot li {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    background: #F4F6FB;
    height: 32px;
    width: 80px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.left--modal__wrap--video .video-content .popup .time-slot li.time-selected, 
.left--modal__wrap--video .video-content .popup .time-slot li:hover {
    background: #295AD9;
    color: #fff;
}
.left--modal__wrap--video .video-content .popup .time-slot li:hover {
    background: #7E9BE8!important;
}
.left--modal__wrap--video .video-content .popup .time-slot li.time-selected:hover {
    background: #295AD9!important;
    color: #fff!important;
}


.left--modal__wrap--video .video-content .popup .select-date-time {
    border-top: 1px solid #EDF4FA;
    /*
    padding-top: 14px;
    */
    padding-top: 28px;
}
.left--modal__wrap--video .video-content .popup .select-date-time p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #2B2D33;
}
.left--modal__wrap--video .video-content .popup .select-date-time p span.blue {
    color: #295AD9;
}    
.left--modal__wrap--video .video-content .form-cnt .date-time-button.hidden {
    display: block!important;
}
.left--modal__wrap--video .video-content .popup {
    position: absolute;
    z-index: 99999;
    padding: 30px 28px;
    /*
    padding: 0px;
    */
    /*
    background: #FFFFFF;
    */
    border-radius: 24px;
    top: 25px;
    /*
    margin-left: -100%;
    */
    /*
    right: auto;
    */
    /*
    width: 360px;
    */
    width: 594px;
    box-sizing: border-box;
    left: calc(50vw - 297px);
}
.left--modal__wrap--video .video-content .bank-items .popup {
    padding: 0px;
}
.left--modal__wrap--video .video-content .banks .bank-items .bank-item.other .popup {
    padding: 0px;
}


.left--modal__wrap--video .video-content .popup .jsCalendar table {
    max-width: 538px;
    width: 100%;
    margin: 0;
}
.left--modal__wrap--video .video-content .popup .jsCalendar table thead {
    margin: 30px 40px 0 40px;
}
.left--modal__wrap--video .video-content .popup .jsCalendar table tbody {
    margin: 0px 40px 30px 40px;
}
.left--modal__wrap--video .video-content .popup .jsCalendar table thead tr.jsCalendar-title-row {
    display: block;
}
.left--modal__wrap--video .video-content .popup .jsCalendar table thead tr.jsCalendar-week-days, 
.left--modal__wrap--video .video-content .popup .jsCalendar table tbody tr {
    display: flex;
    gap: 18px;
}
.left--modal__wrap--video .video-content .popup .jsCalendar thead .jsCalendar-week-days th,
.left--modal__wrap--video .video-content .popup .jsCalendar tbody td {
    /*
    width: 70px;
    */
    width: 32px;
    margin: 1px 9px;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    letter-spacing: 0.01em;
}
.left--modal__wrap--video .video-content .popup .jsCalendar tbody tr+tr {
    margin-top: 10px;
}
.left--modal__wrap--video .video-content .popup .jsCalendar thead .jsCalendar-week-days th {
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
}

.left--modal__wrap--video .video-content .popup .jsCalendar tbody td {
    cursor: pointer;
}
/*
.left--modal__wrap--video .video-content .popup .jsCalendar thead .jsCalendar-week-days th {
    text-transform: uppercase;
}
*/
.left--modal__wrap--video .video-content .popup .jsCalendar tbody td.jsCalendar-next {
    display: none;
}



/*
.left--modal__wrap--video .video-content .video-content-col {
    position: relative;
}
*/
/*
.left--modal__wrap--video.hidden {
    display: block;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%, 0%);
}
.left--modal__wrap--video {
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%, 0%);
    -webkit-transition: all 4.4s ease;
    -o-transition: all 4.4s ease;
    transition: all 4.4s ease;
}
.left--modal__wrap--video:not(.hidden) {
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%, 0%);
    -webkit-transition: all 4.4s ease;
    -o-transition: all 4.4s ease;
    transition: all 4.4s ease;
    bottom: 0;
}
*/
.left--modal__wrap--video.popup-active {
    /*
    position: relative;
    */
}
.left--modal__wrap--video.popup-active .close svg rect {
    fill: #A6A6A6;
}
.left--modal__wrap--video.popup-active .close svg path {
    stroke: #1B3B8D;
}
.left--modal__wrap--video.popup-active .close:hover {
    border-radius: 50%;
    cursor: not-allowed;
}
/*
.left--modal__wrap--video.popup-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 9;
}
*/
.left--modal__wrap--video .left--modal__wrap--video-overlay-bg {
    border-radius: 0px 32px 32px 0px;
}
.left--modal__wrap--video.popup-active .left--modal__wrap--video-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 9;
}
.left--modal__wrap .head.mobile {
    display: none;
}
.left--modal__wrap--video .video-content .popup .bottom.desktop {
    margin-top: 28px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100px 220px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
}
.left--modal__wrap--video .video-content .popup .bottom.desktop .cancel,
.left--modal__wrap--video .video-content .popup .bottom.desktop .save {
    height: 46px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left--modal__wrap--video .video-content .popup .bottom.desktop .cancel {
    border: 1px solid #CAD4ED;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #404040;
    cursor: pointer;
}
.left--modal__wrap--video .video-content .popup .bottom.desktop .cancel:hover, 
.left--modal__wrap--video .video-content .popup .bottom.desktop .cancel:focus {
    border: 1px solid #CAD4EEBE;
    color: #808080;
} 
.left--modal__wrap--video .video-content .popup .bottom.desktop .save {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #295AD9;
    cursor: pointer;
}
.left--modal__wrap--video .video-content .popup .bottom.desktop .save:hover, 
.left--modal__wrap--video .video-content .popup .bottom.desktop .save:focus {
    background: rgb(41 90 217 / 60%);    
}
.left--modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    opacity: 0;
    /*
    background: #00000059;
    */
}
.left--modal-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background: #00000059;
    
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), opacity .3s cubic-bezier(.25, .46, .45, .94);
    will-change: transform, opacity;
}
.left--modal.active {
    z-index: 9999999999; 
    opacity: 1;
}
.left--modal__wrap {
    background: #fff;
    z-index: 9999999999999;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    border-radius: 0px 32px 32px 0px;
    display: flex;
    align-items: center;
    max-width: 100%;
}
.left--modal__wrap--awards {
    max-width: 800px!important;
}
.left--modal__wrap.active {
    left: 0%;
}
.left--modal__wrap .close {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 0;
    background: transparent;
    position: absolute;
    right: -60px;
    top: 17px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.left--modal__wrap .close:hover {
    border-radius: 8px;
}
body.main-content-fixed footer, 
body.main-content-fixed main {
    padding-right: 15px;
    /*
    inset: 0;
    max-height: 100vh;
    overflow-y: hidden;
    */
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none;
    touch-action: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #EBEFF8;
    position: relative;
    z-index: -1;
}
.left--modal__wrap--video.expert .head-new.mobile {
    display: none;
}
.left--modal__wrap--video.single-video .head-new.mobile {
    display: none;
}



body.main-content-fixed-modal-menu, 
body.main-content-fixed {
    overflow: hidden;
}
body.main-content-fixed-modal-menu .mobile-bottom-menu {
    z-index: -1;
}
body.main-content-fixed-modal-menu main, 
body.main-content-fixed main {
    z-index: 99;
    position: relative;
}
body.main-content-fixed .mobile-bottom-menu {
    z-index: -1;
    opacity: 0;
}
.modal__wrap--mobile-bottom-menu .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #DFE6F6;
}
.modal__wrap--mobile-bottom-menu .bottom button {
    height: 68px;
    background: #fff;
    border-radius: 0;
    border: none;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15.5px;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #295AD9;
    margin: 0;
    padding: 0;
    width: 100%;
}

.left--modal__wrap--video .video-content .popup .jsCalendar tbody td.jsCalendar-current {
    /*
    background-color: transparent !important;
    color: #454545 !important;
    */
    background-color: #7e9be8e6!important;
    color: #FFFFFF!important;
}

.left--modal__wrap--video .video-content .popup .jsCalendar tbody td:last-child {
    background-color: transparent !important;
    color: #969696!important;
}

.left--modal__wrap--video .video-content .popup .jsCalendar thead tr.jsCalendar-title-row th {
    border-bottom: 1px solid #295AD91A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jsCalendar thead .jsCalendar-title-right {
    display: flex;
    gap: 30px;
    align-items: center;
}

.jsCalendar thead .jsCalendar-nav-left:after, 
.jsCalendar thead .jsCalendar-nav-right:after {
    content: ""!important;
    display: block;
    width: 20px!important;
    height: 20px!important;
}
.jsCalendar thead .jsCalendar-nav-left:after {
    background: url(../images/global/ep_arrow-left-bold.svg) center center no-repeat;
    background-size: 14px;
}
.jsCalendar thead .jsCalendar-nav-right:after {
    background: url(../images/global/ep_arrow-right-bold.svg) center center no-repeat;
    background-size: 14px;
}
.jsCalendar thead .jsCalendar-nav-left:hover, 
.jsCalendar thead .jsCalendar-nav-right:hover {
    background-color: transparent!important;
    color: transparent!important;
}
.jsCalendar thead .jsCalendar-nav-left:hover:after {
    background: url(../images/global/ep_arrow-left-bold-active.svg) center center no-repeat;
    background-size: 14px;
}
.jsCalendar thead .jsCalendar-nav-right:hover:after {
    background: url(../images/global/ep_arrow-right-bold-active.svg) center center no-repeat;
    background-size: 14px;
}

.cookie-modal {
    position: fixed;
    bottom: 26px;
    /*
    background: #fff;
    */
    background: #000000E5;
    z-index: 99999999;
    right: 26px;
    /*
    border: 0.5px solid #DFE6F6;
    */
    border-radius: 24px;
    padding: 20px 18px;
    box-sizing: border-box;
    /*
    max-width: 296px;
    */
    width: 100%;
    max-width: 400px;
    backdrop-filter: blur(10px);
}
.cookie-modal .cookie-content-new {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 46px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
}
.cookie-modal .cookie-content-new .desktop {
    display: block;
}
.cookie-modal .cookie-content-new .mobile {
    display: none;
}
.cookie-modal .cookie-content-new p {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 13.75px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0;
}
.cookie-modal .cookie-content-new p a {
    color: #4F7BDF;
    font-weight: 600;
}
.cookie-modal .cookie-content-new button {
    background: #295AD9;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-family: Roboto Flex;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.5px;
    leading-trim: NONE;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 36px;
}
.cookie-modal .cookie-content-new button:hover {
    background: #3364E3;
}
.cookie-modal .cookie-content-new button:focus {
    background: #295AD9;
}
.cookie-modal .cookie-top {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 38px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
}
.cookie-modal .cookie-top .cookie-title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0.01em;
}
.cookie-modal .cookie-top .cookie-text {
    display: none;
}
.cookie-modal .cookie-content p {
    margin: 0 0 16px;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 13.75px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #606060;
}
.cookie-modal .cookie-content p a {
    color: #295AD9;
    text-decoration: none;
}
.cookie-modal .cookie-content button {
    border: none;
    background: #295AD9;
    color: #fff;
    width: 100%;
    height: 36px;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 135%;
    letter-spacing: 0em;
    cursor: pointer;
}
.cookie-modal .cookie-content button:hover {
    background: #416EE3;
}
.calc-modal {
    position: fixed;
    bottom: 26px;
    z-index: 9999999;
    left: 26px;
    box-sizing: border-box;
    max-width: 210px;
    border-radius: 12px;
    cursor: pointer;
}  
.calc-modal .calc-cnt {
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    /*
    border: 0.5px solid #DFE6F6;
    */
}
.calc-modal .calc-cnt:hover {
    /*
    border: 0.5px solid #ACC3FF;  
    */
}
.calc-modal .calc-cnt .calc-top {
    padding: 30px 20px 0px;
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #202020;
    margin-bottom: 16px;
}
.calc-modal .calc-content {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.calc-modal .calc-content button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
}
.calc-modal .calc-content button svg {
    position: absolute;
    top: -12px;
    left: 2px;
}
.calc-modal .calc-content p {
    margin: 6px 0px 0 20px;
    font-family: Roboto Flex;
    font-weight: 650;
    font-size: 13.5px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.calc-modal .calc-content p:hover {
    color: #5182FF;
}
.calc-modal .calc-content p:hover svg path {
    fill: #5182FF;
}
.calc-modal .calc-bottom {
    margin-top: 12px;
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}
.calc-modal .calc-bottom span {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 11.25px;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
body.main-content-fixed-modal-menu .cookie-modal,
body.main-content-fixed-modal-menu .calc-modal {
    z-index: -1;
}
.left--modal__wrap--front-video.page-front-video-modal {
    align-items: self-start;
}
.left--modal__wrap--front-video.page-front-video-modal .video-frame {
    position: relative;
    margin: 40px;
}
.left--modal__wrap--front-video.page-front-video-modal .video-frame video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.left--modal__wrap--calc .head-new.mobile {
    display: none;
}
/*
.loader {
    background: #00000059 url(../images/global/loader9.webp) center center no-repeat;
    background-size: 128px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
*/

/* SMI page */
.page-news-smi {
    background: #EBEFF8;
    padding-top: 140px;
    padding-bottom: 0px;
}
.page-news-smi h1 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 16px;
}
.page-news-smi-head {
    margin-bottom: 32px;
}
.page-news-smi-head .date-count {
    font-family: Roboto Flex;
    /*
    font-weight: 450;
    font-size: 12.5px;
    */
    font-weight: 475;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    /*
    color: #202020;    
    */
    color: #404040;    
}
.page-news-smi .news-smi-items {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-news-smi .news-smi-item {
    padding: 36px 32px;
    background: #fff;
    border-radius: 28px;
    /*
    border: 0.5px solid #DFE6F6;
    */
    border: 0.5px solid transparent;
    cursor: pointer;
}
.page-news-smi .news-smi-item:hover {
    border: 0.5px solid #ACC3FF;
}
.page-news-smi .news-smi-item:last-child {
    margin-bottom: 40px;
}
.page-news-smi .news-smi-item .top {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 48px auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.page-news-smi .news-smi-item .top .logo {
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}
.page-news-smi .news-smi-item .top .logo img {
    height: 100%;
    width: auto;
    border: 1px solid #DFE6F6;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}
.page-news-smi .news-smi-item .top .name {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    margin-top: 2px;
}
.page-news-smi .news-smi-item .top .date {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #2B2D33;
}
.page-news-smi .news-smi-item .middle {
    /*
    margin-bottom: 32px;
    */
    /*
    margin-bottom: 22px;
    */
}
.page-news-smi .news-smi-item .middle .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #353535;
    margin-bottom: 10px;
}
.page-news-smi .news-smi-item .middle .content {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    /*
    color: #353535;  
    */
    margin-bottom: 10px;
    color: #8c94a8;
}
.page-news-smi .news-smi-item .middle .content p {
    margin: 0;
}
.page-news-smi .news-smi-item .middle .content p+p {
    margin-top: 16px;
}
.page-news-smi .news-smi-item .middle .content figure,
.page-news-smi .news-smi-item .middle .content video {
    display: none;
}
.page-news-smi .news-smi-item .middle button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    display: none;
}
.page-news-smi .news-smi-item .middle button span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.page-news-smi .news-smi-item .middle button:hover span {
    color: #5182FF;    
}
.page-news-smi .news-smi-item .middle button:hover svg path {
    stroke: #5182FF;    
}

.page-news-smi .news-smi-item .bottom {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 42px auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: none;
}
.page-news-smi .news-smi-item .bottom .author {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #353535;
    margin-bottom: 2px;
}
.page-news-smi .news-smi-item .bottom .author img {
    border-radius: 50%;
}
.page-news-smi .news-smi-item .bottom .author-desc {
    font-family: Roboto Flex;
    font-weight: 455;
    font-size: 14.5px;
    line-height: 164%;
    letter-spacing: 0.01em;
    color: #353535;
}
.page-news-smi .news-smi-item .bottom .author-desc .name {
    font-weight: 550;    
    font-size: 16px;
    line-height: 145%;
    padding-bottom: 6px;
}






.page-news-smi .load-more-cnt {
    width: 100%;
    max-width: 410px;
    margin: 0px auto;
    padding: 24px 0;
}
.page-news-smi .load-more-cnt button {
    height: 67px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    /*
    border: 0.5px solid #DFE6F6;
    */
    border: none;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    color: #295AD9;
    position: relative;
    overflow: hidden;
}
.page-news-smi .load-more-cnt button:before {
    background-color: #416EE3;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s;
    width: 100px;
    z-index: -1;
}
.page-news-smi .load-more-cnt button:hover:before {
    transform: translate(-50%, -50%) scale(12);
    z-index: 999;
}
.page-news-smi .load-more-cnt button span {
    z-index: 9999;
    position: relative;
}
.page-news-smi .load-more-cnt button:hover {
    /*
    color: #5182FF;
    */
    
    color: #fff;
    /*
    background: #295AD9;
    */
}

/* Page Develop */
.page-develop {
    background: #EBEFF8;
    padding-top: 140px;
    padding-bottom: 40px;
}
.page-develop h1 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 16px;
}
.page-develop .pravo-information-cnt h1 {
    margin-bottom: 32px;
}
.page-develop .update_date {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin: 0 0 32px;
    color: #404040;
}
.page-develop .text-content .wp-block-group {
    background: #fff;
    border-radius: 24px;
    padding: 30px 26px;
}
.page-develop .text-content .wp-block-group .wp-block-group {
    border-radius: 0;
    padding: 0;
}
.page-develop .text-content .wp-block-group+.wp-block-group {
    margin-top: 24px;
}
.page-develop .text-content .wp-block-group h2 {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin: 0 0 24px;
}
.page-develop .text-content .wp-block-group ul.wp-block-list {
    padding-left: 20px;
    margin: 10px 0 10px;
}
.page-develop .text-content .wp-block-group ul.wp-block-list li {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0px;
}
.page-develop .text-content .wp-block-group ul.wp-block-list+p {
    margin-top: 16px;
}
.page-develop .text-content p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin: 0px;
}
.page-develop .text-content p+p {
    margin-top: 16px;
}
.page-develop .text-content p a {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #295AD9;
}
.pravo-information-block {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    /*
    padding: 30px 26px;
    */
}
.pravo-information-block.two-cols {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 185px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.pravo-information-block.two-cols .two-cols-item:first-child {
    padding: 30px 26px;
}
.pravo-information-block.two-cols .two-cols-item:last-child {
    background: #F4F6FB;
    display: flex;
    align-items: center;
    border-radius: 0;
}
.pravo-information-block.two-cols .two-cols-item .image {
    padding-left: 26px;
}
.pravo-information-cnt .title-block {
    margin-top: 52px;
}
.pravo-information-cnt .title-block .title {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 16px;
}
.pravo-information-block ul {
    margin: 0;
    padding-left: 20px;
}
.pravo-information-block ul li {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.01em;
    text-decoration: none;
}
.pravo-information-block ul li::marker {
  color: #295AD9;
}
.pravo-information-block ul li a {
    color: #295AD9;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.pravo-information-block .text-content-cnt {
    padding: 30px 26px;
}
.pravo-information-cnt .desktop {
    display: block;
}
.pravo-information-cnt .mobile {
    display: none;
}






/* SMI Popup */
.left--modal__wrap--smi {
    width: calc(100% - 78px);
    max-width: 823px;
    padding: 60px 60px;
    padding: 0px;
    box-sizing: border-box;
}
.left--modal__wrap--smi .smi-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*
    justify-content: space-between;
    */
}
.left--modal__wrap--smi .smi-content {
    overflow: auto;
}
.left--modal__wrap--smi .smi-content .middle {
    /*
    overflow: auto;
    max-height: calc(100% - 0px);
    */
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.left--modal__wrap--smi .smi-content::-webkit-scrollbar {
  width: 5px;               /* ширина scrollbar */
}
.left--modal__wrap--smi .smi-content::-webkit-scrollbar-track {
  background: transparent;        /* цвет дорожки */
}
.left--modal__wrap--smi .smi-content::-webkit-scrollbar-thumb {
  background: #EBEFF8;;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 0px solid transparent;  /* padding вокруг плашки */
}


.left--modal__wrap--smi .smi-content .main-image {
    margin-bottom: 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}
.left--modal__wrap--smi .smi-content .main-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #295ad926;
    z-index: 99;
}
.left--modal__wrap--smi .smi-content .main-image picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.left--modal__wrap--smi .smi-content .main-image picture img {
    object-fit: cover;
    height: calc(100% + 5px);
}
.left--modal__wrap--smi .smi-content .title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    color: #202020;
}
.left--modal__wrap--smi .smi-content .author-cnt {
    display: grid;
    grid-template-rows: auto;
    /*
    grid-template-columns: 70px auto;
    */
    grid-template-columns: 71px auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
}
.left--modal__wrap--smi .smi-content .author-cnt img {
    border-radius: 50%;
}
.left--modal__wrap--smi .smi-content .author-cnt .name {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 16.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #353535;
    margin-bottom: 4px;    
}
.left--modal__wrap--smi .smi-content .author-cnt .post {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #353535;    
}

.left--modal__wrap--smi .smi-content .author-cnt .author-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.left--modal__wrap--smi .smi-content .author-cnt .author-desc .post a {
    color: #295AD9;
    text-decoration: none;
}
.left--modal__wrap--smi .smi-content .author-cnt .author-desc .post a:hover {
    color: #5182FF;
}
.left--modal__wrap--smi .smi-content .content {
    /*
    padding-bottom: 60px;
    */
}
.left--modal__wrap--smi .smi-content .content p {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #242424;    
    margin: 0;
}
.left--modal__wrap--smi .smi-content .content p+p {
    margin-top: 16px;
}
.left--modal__wrap--smi .smi-content .bottom {
    padding: 23px 60px;
    /*
    background: #EBEFF8;
    */
    border-radius: 0 0 10px 0;
}
.left--modal__wrap--smi .smi-content .bottom a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #295AD9;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
}
.left--modal__wrap--smi .smi-content .bottom a:hover {
    color: #5182FF;
}
.left--modal__wrap--smi .smi-content .bottom a:hover svg path {
    stroke: #5182FF;
}    
.left--modal__wrap--smi .smi-content .bottom-button {
    display: none;
    background: #FFFFFF;
    border-top: 1px solid #DFE6F6;
    padding: 14px 18px 6px;
}
.left--modal__wrap--smi .smi-content .bottom-button a {
    height: 48px;
    background: #295AD9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-decoration: none;
}
.left--modal__wrap--smi .smi-content .bottom-button a:hover {
    background: #5182FF;
}
.left--modal__wrap--smi .smi-content .bottom-button a svg {
    display: none;
}
.page-news-smi .page-news-smi-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-news-smi .page-news-smi-head .sort {
    display: flex;
    align-items: center;
    gap: 13px;
}
.page-news-smi .sort-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-news-smi .page-news-smi-head .sort.category-sort {
    margin-left: auto;
    padding-right: 32px;
    margin-right: 36px;
    position: relative;
}
.page-news-smi .page-news-smi-head .sort.category-sort:after {
    content: "";
    height: 15px;
    width: 1px;
    background: #404040;
    position: absolute;
    right: 0px;
    top: calc(50% - 7.5px);
}

.page-news-smi .page-news-smi-head .sort .title {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #404040;
}
.page-news-smi .page-news-smi-head .sort .current {
    display: flex;
    align-items: center;
    gap: 4px;
}
.page-news-smi .page-news-smi-head .sort .current span {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #3E6BDD;
}
.page-news-smi .page-news-smi-head .sort .list {
    position: relative;
}
.page-news-smi .page-news-smi-head .sort .list-cnt {
    display: none;
    position: absolute;
    right: 0;
    z-index: 99999;
    padding-top: 15px;
}
.page-news-smi .page-news-smi-head .sort .list:hover .list-cnt {
    display: block;
}
.page-news-smi .page-news-smi-head .sort .list:hover .current svg {
    transform: rotate(180deg);  
}
.page-news-smi .page-news-smi-head .sort .list ul {
    background: #FFFFFF;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    border-radius: 16px;
    padding: 10px 12px;
    list-style: none;
    width: 260px;
    margin: 0;
    /* z-index: 99999; */
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.page-news-smi .page-news-smi-head .sort .list button.close {
    display: none;
}
.page-news-smi .page-news-smi-head .sort .list ul li {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    padding: 12px 14px;
    color: #373737;
    position: relative;
    cursor: pointer;
}
.page-news-smi .page-news-smi-head .sort .list ul li.active, 
.page-news-smi .page-news-smi-head .sort .list ul li:hover {
    background: #EBEFF8;
    border-radius: 12px;
}
.page-news-smi .page-news-smi-head .sort .list ul li.active:after {
    content: "";
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    width: 14px;
    height: 10px;
    background: url(../images/reviews/sort-item-active.svg) center center no-repeat;
    background-size: contain;
}
.page-news-smi .sort.mobile {
    display: none;
}

/* Page News */
.fpa-page-news {
    background: #EBEFF8;    
    padding-top: 140px;
    padding-bottom: 40px;
}
.fpa-page-news h1 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 65%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 16px;
}
.fpa-page-news .page-news-cnt {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.fpa-page-news .page-news-cnt .page-news-item {
    padding: 36px 32px;
    background: #fff;
    border-radius: 28px;
    /*
    border: 0.5px solid #DFE6F6;
    */
    border: 0.5px solid transparent;
}
.fpa-page-news .page-news-cnt .page-news-item:hover {
    border: 0.5px solid #ACC3FF;    
}
.fpa-page-news .page-news-cnt .page-news-item .date {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 18px;
}
.fpa-page-news .page-news-cnt .page-news-item .image {
    margin-bottom: 18px;
    line-height: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 317px;
} 
/*
.fpa-page-news .page-news-cnt .page-news-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #295ad926;
}
*/
.fpa-page-news .page-news-cnt .page-news-item .image img {
    height: 317px;
    object-fit: cover;
}
.fpa-page-news .page-news-cnt .page-news-item .image:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.page-news-smi .news-smi-item .middle .text, 
.fpa-page-news .page-news-cnt .page-news-item .content {
    max-height: 145px;
    overflow: hidden;
    position: relative;
}
.page-news-smi .news-smi-item .middle .text {
    /*
    margin-bottom: 10px;
    */
}
.page-news-smi .news-smi-item .middle .text:before {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 0px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #353535;
    width: 150px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    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-news-smi .news-smi-item .middle .text:after, 
.fpa-page-news .page-news-cnt .page-news-item .content:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 0px;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #353535;
    width: 150px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    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 );
}
.fpa-page-news .page-news-cnt .page-news-item .content {
    /*
    margin-bottom: 10px;
    */
}
.fpa-page-news .page-news-cnt .page-news-item .title {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #353535;
    margin-bottom: 10px;
}
.fpa-page-news .page-news-cnt .page-news-item .text {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #8c94a8;
    margin-bottom: 10px;
}
.fpa-page-news .page-news-cnt .page-news-item .link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
    display: none;
}
.fpa-page-news .page-news-cnt .page-news-item a {
    text-decoration: none;
}
.fpa-page-news .page-news-cnt .page-news-item .link a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
    text-decoration: none;
}
.fpa-page-news .page-news-cnt .page-news-item:hover .link span {
    /*
    color: #416EE3;
    */
    color: #5182FF;
}
.fpa-page-news .page-news-cnt .page-news-item:hover .link svg path {
    /*
    stroke: #416EE3;
    */
    stroke: #5182FF;
}
.fpa-page-news-single {
    background: #EBEFF8;
    padding-top: 140px;
    /*
    padding-bottom: 40px;
    */
}
.page-news-single-content .image {
    border: 0.5px solid #DFE6F6;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    line-height: 0;
    position: relative;
    max-height: 254px;
    overflow: hidden;
}
.page-news-single-content .aside.subscription .image picture.bodnar {
    opacity: 1;
    display: block;
}
.page-news-single-content .aside.subscription .image picture.success {
    opacity: 0;
    display: none;
}
.page-news-single-content .aside.subscription.success .image picture.bodnar {
    opacity: 0;
    display: none;
}
.page-news-single-content .aside.subscription.success .image picture.success {
    opacity: 1;
    display: block;
}
.page-news-single-content .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #295ad926;
}
.page-news-single-content {
    border-radius: 12px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(67.5% - 12px) calc(32.5% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-news-single-content .page-news-single-content-col:first-child {
    background: #fff;
    border-radius: 28px;
}
.aside.subscription {
    position: sticky;
    top: 101px;
    z-index: 10;
}
.page-news-single-content .aside.subscription .content {
    background: #fff;
    padding: 30px 28px;
    border-radius: 0 0 28px 28px;
}
.page-news-single-content .aside.subscription .content .title {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    color: #202020;
}
.page-news-single-content .aside.subscription .content .subtitle {
    font-family: Roboto Flex;
    font-weight: 415;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin-bottom: 18px;
}
.page-news-single-content .aside.subscription .content .form-cnt p {
    margin: 0;
}
.page-news-single-content .aside.subscription .content .form-cnt input[type=email] {
    height: 50px;
    border: 0.75px solid #EBEFF8;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    padding: 23px 16px;
}
.page-news-single-content .aside.subscription .content .form-cnt input[type=submit] {
    height: 54px;
    background: #295AD9;
    border: none;
    border-radius: 12px;
    width: 100%;
    color: #fff;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.page-news-single-content .aside.subscription .content .form-cnt input[type=submit]:hover {
    background: #446bd1;
}
.page-news-single-content .aside.subscription .content .form-cnt input[type=submit]:focus {
    background: #557ce1;
}
.page-news-single-content .aside.subscription .content .form-cnt .row.submit {
    margin-top: 10px;
    margin-bottom: 18px;
}
.page-news-single-content .aside.subscription .confirmation {
    font-family: Roboto Flex;
    font-weight: 375;
    font-size: 13.75px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-news-single-content .aside.subscription .confirmation a {
    color: #242424;
    text-decoration: underline;
    text-decoration-style: dotted;
}










.page-news-single-content .date,
.page-news-single-content .text,
.page-news-single-content h1 {
    padding-left: 28px;
    padding-right: 28px;
}
.page-news-single-content .date {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #808080;
    padding-top: 30px;
    margin-bottom: 20px;
}
.page-news-single-content .text {
    padding-bottom: 34px;
}
.page-news-single-content h1 {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #2B2D33;  
    margin: 0 0 18px;
}
.page-news-single-content h2 {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #2B2D33;
    margin: 0 0 18px;
}
.page-news-single-content p+h2 {
    margin-top: 18px;
}
.page-news-single-content p strong {
    font-size: 20px;
    font-weight: 550;
}
.page-news-single-content .text p {
    font-family: Roboto Flex;
    font-weight: 405;
    font-size: 17.25px;
    line-height: 166%;
    letter-spacing: 0.01em;    
    color: #252525;
    margin: 0;
}
.page-news-single-content .text p+figure {
    margin-top: 20px;
}
.page-news-single-content .text video {
    max-width: 100%;
    border-radius: 8px;
}
.page-news-single-content .text figure+p {
    margin-top: 14px;
}
.page-news-single-content .text p+p {
    margin-top: 14px;
}
.page-news-single-content .text blockquote {
    margin: 0px 0 0;
    position: relative;
    padding-left: 20px;
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #252525;
}
.page-news-single-content .text blockquote blockquote {
    margin: 0;
    padding: 0;
}
 .page-news-single-content .text blockquote+p, 
.page-news-single-content .text p+blockquote, 
.page-news-single-content .text ul+blockquote, 
.page-news-single-content .text blockquote+ul, 
.page-news-single-content .text ol+blockquote, 
.page-news-single-content .text blockquote+ol {
    margin-top: 14px;
}  
.page-news-single-content .text blockquote:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2.5px;
    height: 100%;
    background: #353535;
}
.page-news-single-content .text blockquote blockquote:before {
    display: none;
}











.fpa-page-news-single .other-news h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.fpa-page-news-single .breadcrumbs-cnt {
    padding-bottom: 40px;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs {
    display: flex;
    align-items: center;
    gap: 15px;
    /*
    flex-wrap: wrap;
    */
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 18px;
    scrollbar-width: none;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs span:first-child a {
    color: transparent;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs span:first-child a span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/global/breadcrumbs-home.svg) center center no-repeat;
    background-size: contain;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs .kb_sep {
    width: 6px;
    height: 12px;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs .kb_sep .arrow {
    display: block;
    width: 6px;
    height: 12px;
    background: url(../images/global/breadcrumbs-arrow.svg) center center no-repeat;
    background-size: contain;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs span a {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #404040;   
    text-decoration: none;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs span {
    white-space: nowrap;
}
.fpa-page-news-single .breadcrumbs-cnt .kama_breadcrumbs span.kb_title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #404040;  
    white-space: nowrap;
}

body.main-content-fixed-modal-menu .modal__overlay {
    opacity: 1!important;
    z-index: 999!important;
}
body.main-content-fixed-modal-menu .modal__wrap--mobile-bottom-menu.active {
    opacity: 1;
    z-index: 99999999;
}


.page-news-smi .sort .list .list-cnt .head {
    display: none;
}
.left--modal__wrap--smi .head-new {
    display: none;
}
.fpa-page-news .page-news-cnt .page-news-item .main-title {
    display: none;
}

.left--modal__wrap .head-new.mobile
.modal__wrap .head-new.mobile {
    display: none;
}


.aside-consiltation {
    margin-top: 24px;
}
.aside-consiltation .image {
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    max-height: 236px;
}
.aside-consiltation .content {
    background: #fff;
    padding: 30px 28px;
    border-radius: 0 0 28px 28px;
}
.aside-consiltation .content .title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    margin-bottom: 14px;
    color: #202020;
}
.aside-consiltation .content .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin-bottom: 30px;
}
.aside-consiltation .content button {
    display: block;
    width: 100%;
    height: 50px;
    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;
}
.aside-consiltation .content button:hover {
    background: #3364E3;
}
.aside-consiltation .content button:focus {
    background: #295AD9;
}


.left--modal__wrap--online-recording {
    max-width: 800px !important;
}
.left--modal__wrap--online-recording .video-content {
    grid-template-columns: 100%!important;
    gap: 0!important;
}
.left--modal__wrap--online-recording .head-new.mobile {
    display: none;
}

.left--modal__wrap .field-radio-cnt {
    grid-template-columns: 100%;
}


body.overlay .smi-sort-bg-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
    background: rgba(0, 0, 0, 0.35);
    */
    background: transparent;
    z-index: 99999999;
}
.left--modal__wrap--front-callback-object form textarea {
    width: 100%;
    border: 0.75px solid #EBEFF8;
    border-radius: 16px;
    padding: 16px 23px;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #393939;
    box-sizing: border-box;
    resize: none;
    height: 140px;
}
.wpcf7-form textarea.wpcf7-not-valid {
    border: 1px solid #FA5E5D !important;
    box-shadow: 0px 0px 5.6px 0px #FA5E5D73;
}
.page-spasibo-social-reviews {
    background: #EBEFF8;
    padding-top: 12px;
    padding-bottom: 24px;
}
.page-spasibo-social-reviews .footer-row.three-cols-two {
    margin-top: 0px;
}
.page-template-page-spasibo1 .page-front-why, 
.page-template-page-spasibo2 .page-front-why {
    background: #EBEFF8;
    padding: 40px 0 60px;
}

.left--modal__wrap--confirm-phone {
    padding: 40px;
}
.left--modal__wrap--confirm-phone .content .title {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 34px auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    margin: 0 0 16px;
}
.left--modal__wrap--confirm-phone .content .title span {
    font-family: Roboto Flex;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #202020;
}
.left--modal__wrap--confirm-phone .content .text {
    margin: 0 0 20px;
}
.left--modal__wrap--confirm-phone .content .text p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16.5px;
    line-height: 165%;
    letter-spacing: 0.01em;
    margin: 0;
    color: #242424;
}
.left--modal__wrap--confirm-phone .content .text p+p {
    margin-top: 16px;
}

.left--modal__wrap--video.single-video, 
.page-template-page-spasibo1 .left--modal__wrap--video.expert,
.page-template-page-spasibo2 .left--modal__wrap--video.expert {
    max-width: 1020px !important;
}
.left--modal__wrap--video.single-video .video-content, 
.page-template-page-spasibo1 .left--modal__wrap--video.expert .video-content, 
.page-template-page-spasibo2 .left--modal__wrap--video.expert .video-content {
    grid-template-columns: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.left--modal__wrap--video.single-video .video-content .video-content-col:last-child, 
.page-template-page-spasibo1 .left--modal__wrap--video.expert .video-content .video-content-col:last-child, 
.page-template-page-spasibo2 .left--modal__wrap--video.expert .video-content .video-content-col:last-child {
    display: none;
}


.left--modal__wrap--confirm-phone form .row+.row {
    margin-top: 16px;
}
.left--modal__wrap--confirm-phone form .row p {
    margin: 0;
} 
.left--modal__wrap--confirm-phone form .row.checkbox br+span {
    margin-top: 16px;
}


@media (max-width: 1570px) {
    .left--modal__wrap--video .video-content .video-content-property {
        grid-template-columns: calc(50% - 6px) calc(50% - 6px);
    }
    
    
}



@media (max-width: 1200px) {
    .footer-row.three-cols-two {
        grid-template-columns: repeat(2, 1fr);
    }
    .header-row.second-row {
        grid-template-columns: 177px auto;
    }
    .head-second-menu ul {
        flex-wrap: wrap;
        /*
        justify-content: flex-start;
        */
        justify-content: space-between;
    }
    .positive-reviews .positive-reviews-grid {
        grid-template-columns: 100%;
    }
    .head-right-block a.cabinet {
        white-space: nowrap;
    }
    
    
    
    
}
@media (max-width: 1024px) {    
    .header-row.second-row {
        grid-template-columns: 150px auto;
    }
    .header-row.second-row .logo {
        max-width: 150px;
    }
    .header-row.first-row ul {
        flex-wrap: wrap;
        padding-top: 17px;
        padding-bottom: 17px;
        column-gap: 32px;
        row-gap: 16px;
    }
    .header-row.first-row ul a {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .reviews-foto-items {
        grid-template-columns: 100%;
        
    }
    .reviews-foto-items .reviews-foto-item:last-child {
        display: none;
    }
    .reviews-item .video-frame .description {
        width: 100%;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: calc(50% - 0px) calc(50% - 0px);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .reviews-item .video-frame .description span {
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer-row.blog-cnt .blog-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-reviews-content .content-row .reviews-list .reviews-item .video-frame img {
        height: 300px;
        object-fit: cover;
    }
    
    
    .left--modal__wrap--video {
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%, 0%);
        top: 0;
    }
    
    .left--modal__wrap--video .video-content {
        grid-template-columns: 100%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .left--modal__wrap--video.single-video .video-content {
        padding-top: 72px;
    }




    /*
    .left--modal__wrap--video .video-content .form-cnt .row {
        padding-left: 18px;
        padding-right: 18px;
    }
    */
    .left--modal__wrap--video .video-content .form-cnt .row.submit {
        border-top: 0.75px solid #EBEFF8;
        padding-top: 20px;
    }
    .left--modal__wrap--video .video-content .form-cnt .date-time-button.hidden {
        display: none!important;
    }
    .left--modal__wrap--video.popup-active::before {
        display: none;
    }
    .left--modal__wrap--video .video-content .popup {
        position: relative;
        top: auto;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .left--modal__wrap--video .video-content .popup .bottom.desktop {
        display: none;
    }
    .left--modal__wrap--video .head.mobile {
        display: none;
    }








}





@media (max-width: 782px) {
    
    .left--modal__wrap--front-callback-object {
        padding-top: 0;
        max-height: 80vh;
        top: auto;
        border-radius: 24px 24px 0 0!important;
        left: 0;
        bottom: -100%;
        padding-top: 0!important;
    }
    .left--modal__wrap--front-callback-object.active {
        bottom: 0;
        top: auto;
    }
    .left--modal__wrap--awards .awards-slider-mobile {
        display: block;
    }
    .left--modal__wrap--awards .awards-slider-desktop {
        display: none;
    }
    
    
    .left--modal__wrap--front-callback-object.scroll-direction-down {
        max-height: 100vh;
        border-radius: 0!important;
    }
    .left--modal__wrap--front-callback-object.scroll-direction-down .internal-cnt {
        height: calc(100vh - 74px);
    }
    .left--modal__wrap--front-callback-object.scroll-direction-up {
        max-height: 80vh;
    }
    .left--modal__wrap--front-callback-object.scroll-direction-up .internal-cnt {
        height: calc(80vh - 74px);
    }
    
    .fpa-page-news-single .page-news-single-content {
        grid-template-columns: 100%;
    }
    
    .left--modal__wrap--front-callback .internal-cnt .middle-content {
        padding-bottom: 75px;
    }
    
    .modal__overlay .modal__overlay-bg {
        left: 0!important;
        top: 0;
        position: absolute;
        z-index: -1;
    }
    .modal__overlay.active .modal__overlay-bg {
        position: fixed;
        z-index: 99999;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .page-reviews-content .content-row .reviews-list .reviews-item+.reviews-item {
        margin-top: 10px;
    }
    .left--modal__wrap--front-callback-object {
        max-width: 100%!important;
    }
    .left--modal__wrap--awards {
        max-width: 100%!important;
    }
    .left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-radio {
        grid-template-columns: repeat(2, 1fr);
    }
    .left--modal__wrap--video.popup-active .left--modal__wrap--video-overlay-bg {
        display: none;
    }
    .left--modal__wrap--video .video-content .popup .jsCalendar table thead tr.jsCalendar-week-days, 
    .left--modal__wrap--video .video-content .popup .jsCalendar table tbody tr {
        gap: 6px;
    }
    .left--modal__wrap--video .video-content .popup .jsCalendar table thead {
        margin: 28px 14px 0 14px;
    }
    .left--modal__wrap--video .video-content .popup .jsCalendar table tbody {
        margin: 0px 14px 28px 14px;
    }
    .left--modal__wrap--video .video-content .popup .jsCalendar table {
        max-width: 100%!important;
    }
    .left--modal__wrap--video .video-content .popup .jsCalendar table thead tr.jsCalendar-week-days th {
        width: calc(14% - 5px);
    }
    .left--modal__wrap--video .video-content .popup .jsCalendar table tbody tr td {
        width: calc(14% - 5px);
    }
    
    
    
    
    
    
    .left--modal__wrap--video .video-content .form-cnt .popup {
        left: auto;
    }
    .reviews-item .history .text {
        max-height: 70px;
    }
    .modal__wrap .reviews-list .reviews-item {
        margin-right: 0px;
    }
    .page-news-smi .page-news-smi-head .sort .list button.close {
        /*
        display: block;
        */
        display: none;
    }
    .fpa-page-news .page-news-cnt .page-news-item .image {
        height: 212px;
    }    
    .fpa-page-news .page-news-cnt .page-news-item .image img {
        height: 212px;
        object-fit: cover;
    }
    .page-news-smi .sort-panel {
        width: 100%;
    }
    .page-news-smi .top-cnt .page-news-smi-head {
        display: block;
    }
    body.main-content-fixed .fpa-head {
        /*
        z-index: -1;
        */
    }
    /*
    .left--modal__wrap.active {
        overflow-y: auto;
    }
    */
    .modal__wrap.modal__wrap--reviews-yandex .head, .modal__wrap.modal__wrap--reviews-google .head, .modal__wrap.modal__wrap--reviews-zoon .head, .modal__wrap.modal__wrap--reviews-2gis .head, .modal__wrap.modal__wrap--reviews-otzovik .head, .modal__wrap.modal__wrap--reviews-yell .head {
        padding-left: 0px;
        padding-right: 0px;
    }
    .modal__wrap.modal__wrap--reviews-yandex .content, .modal__wrap.modal__wrap--reviews-google .content, .modal__wrap.modal__wrap--reviews-zoon .content, .modal__wrap.modal__wrap--reviews-2gis .content, .modal__wrap.modal__wrap--reviews-otzovik .content, .modal__wrap.modal__wrap--reviews-yell .content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .modal__wrap .reviews-list .reviews-item .text {
        max-height: 72px;
    }
    /* News */
    .fpa-page-news .page-news-cnt {
        grid-template-columns: 100%;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .fpa-page-news .sort.mobile {
        margin-bottom: 20px;
    }
    .fpa-page-news.page-news-smi .sort.mobile {
        margin-bottom: 0px;
    }
    .fpa-page-news .page-news-cnt .page-news-item {
        padding: 30px 16px;
        border-radius: 16px;
    }
    .fpa-page-news .page-news-cnt .page-news-item .image {
        border-radius: 12px;
    }
    .fpa-page-news .page-news-cnt .page-news-item .date {
        font-weight: 500;
        font-size: 14px;        
        margin-bottom: 20px;
    }
    .fpa-page-news .page-news-cnt .page-news-item .image {
        margin-bottom: 24px;
    }
    .fpa-page-news .page-news-cnt .page-news-item .title {
        font-size: 16px;        
        font-weight: 500;
    }
    .fpa-page-news .page-news-cnt .page-news-item .link a {
        font-weight: 475;
        font-size: 14.5px;
    }
    .fpa-page-news-single {
        padding-top: 24px;
    }
    .page-news-single-content .date {
        font-weight: 475;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .page-news-single-content h1 {
        font-weight: 500;        
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0.01em;
    }
    .page-news-single-content .text p {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        color: #454545;
    }
    .page-news-single-content .text p+p {
        margin-top: 10px;
    }
    
    
    
    
    
    /* SMI */
    .page-news-smi h1 {
        font-size: 20px;
        margin: 0 0 14px;
    }
    .page-news-smi .sort-cnt {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-news-smi .sort-cnt .sort {
        flex-direction: column;
    }
    .page-news-smi .sort-cnt.no-wrap .sort {
        flex-direction: row;
    }
    .fpa-page-news h1 {
        margin: 0 0 14px;
    }
    .overlay .calc-modal {
        z-index: -1;
    }
    /*
    .page-news-smi .sort.mobile {
        display: flex;
        align-items: baseline;
    }
    */
    .left--modal__wrap--smi {
        width: calc(100% - 0px);
        border-radius: 0;
    }
    .left--modal__wrap button.close {
        display: none;
    }
    .left--modal__wrap--smi .middle .head .close {
        position: relative;
        top: auto;
        left: 0;
        border-radius: 0;
        right: 0;
        text-align: right;
        line-height: normal;
        color: #295AD9;
    }
    .left--modal__wrap--smi .smi-content .middle {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
    }
    .left--modal__wrap .head.mobile {
        /*
        padding: 22px 18px;
        */
        padding: 22px 0px;
    }
    .left--modal__wrap--smi .smi-content .main-image {
        margin-bottom: 24px;
    }
    .left--modal__wrap--smi .smi-content .title, 
    .left--modal__wrap--smi .smi-content .author-cnt, 
    .left--modal__wrap--smi .smi-content .content {
        padding-left: 12px;
        padding-right: 12px;
    }
    .left--modal__wrap--smi .smi-content .title {
        font-weight: 575;
        font-size: 18px;
        margin-bottom: 18px;
    }
    .left--modal__wrap--smi .smi-content .author-cnt {
        grid-template-columns: 85px auto;
        margin-bottom: 18px;
        padding-bottom: 24px;
        border-bottom: 1px solid #EBEFF8;
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    .left--modal__wrap--smi .smi-content .content p {
        font-weight: 425;
        font-size: 15.5px;        
    }
    .left--modal__wrap--smi .smi-content .author-cnt .name {
        font-size: 14px;        
    }
    .left--modal__wrap--smi .smi-content .author-cnt .post {
        font-size: 12.5px;        
        line-height: 170%;
    }
    .left--modal__wrap--smi .smi-content .bottom {
        background: #FFFFFF;
        border-top: 1px solid #DFE6F6;
        padding: 14px 12px 6px;
    }
    .left--modal__wrap--smi .smi-content .bottom a {
        height: 48px;
        background: #295AD9;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 13.5px;
        line-height: 100%;
        letter-spacing: 0.01em;
    }
    .left--modal__wrap--smi .smi-content .bottom a svg {
        display: none;
    }
    .left--modal__wrap--smi .smi-content .bottom a:hover {
        background: rgb(41 90 217 / 60%);
    }
    .left--modal__wrap--smi .smi-content .content {
        padding-bottom: 30px;
    }
    .page-news-smi .news-smi-items {
        grid-template-columns: 100%;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    
    .page-news-smi {
        /*
        background: #FFFFFF;
        */
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .page-news-smi .top-cnt {
        /*
        background: #EBEFF8;
        */
        background: #FFFFFF;
        /*
        border-bottom: 1px solid #EFF3FB;
        */
        padding-top: 24px;
        padding-bottom: 26px;
    }
    .page-news-smi .top-cnt .page-news-smi-head {
        margin-bottom: 0; 
    }
    /*
    .page-news-smi .top-cnt .page-news-smi-head .sort {
        display: none;
    }
    */
    .page-news-smi .sort {
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .page-news-smi .sort .title {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 13px;
        line-height: 110%;
        letter-spacing: 0em;
        color: #202020;
    }
    .page-news-smi .sort .list .current span {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 13px;
        line-height: 110%;
        letter-spacing: 0em;
        color: #3E6BDD;
    }
    .page-news-smi .sort .list .list-cnt {
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 999999999;
        background: #fff;
        left: 0;
        width: 100%;
        border-radius: 24px 24px 0px 0px;
    }
    .page-news-smi .sort .list:hover .list-cnt {
        display: none!important;
    }
    .page-news-smi .sort .list .list-cnt.active {
        display: block!important;
    }
    
    .page-news-smi .sort .list .list-cnt .head {
        display: block;
        padding: 0px 12px 0px;
        margin: 26px 0 24px;
        position: relative;
    }
    .page-news-smi .sort .list .list-cnt .head .prev-button {
        position: absolute;
        left: 18px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 100%;
    }
    .page-news-smi .sort .list .list-cnt .head .prev-button span {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .page-news-smi .sort .list .list-cnt .head .text {
        text-align: center;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    }
    
    
    
    .page-news-smi .news-smi-item {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .page-news-smi .news-smi-item .top {
        /*
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 16px;
        */
        margin-bottom: 16px;
    }
    .page-news-smi .news-smi-item .top .date {
        font-size: 13px;
        font-weight: 475;
    }
    .page-news-smi .news-smi-item .middle .title {
        font-size: 16px;
        /*
        margin-bottom: 16px;
        */
        margin-bottom: 0px;
        line-height: 150%;
    }
    .page-news-smi .news-smi-item .top {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .page-news-smi .news-smi-item .middle .content {
        display: none;
    }
    .page-news-smi .news-smi-item .middle button span {
        font-weight: 475;
        font-size: 14.5px;
    }
    .page-news-smi .news-smi-item .middle {
        margin-bottom: 0px;
    }
    .page-news-smi .news-smi-item .bottom {
        display: none;
    }
    .sort-panel {
        margin-top: 20px;
    }
    .sort-panel .sort {
        display: block!important;
        margin-left: 0!important;
        border: 1px solid #EBEFF8;
        padding: 12.5px 20px!important;
        border-radius: 100px;
        margin-right: 37px!important;
    }
    .sort-panel .sort.mobile {
        display: none!important;
    } 
    .sort-panel .sort .title {
        display: none;
    }
    .sort-panel .sort .current {
        gap: 6px!important;
    }
    .sort-panel .sort .current span {
        white-space: nowrap;
        font-size: 12.25px!important;
        letter-spacing: 0.01em!important;
        color: #242424!important;
    }
    .sort-panel .sort .current svg path {
        fill: #777777;
    }
    .sort-panel .sort.active {
        background: #295AD9;   
        border: 1px solid #295AD9;
    }
    .sort-panel .sort.active .current span {
        color: #fff!important;
    }
    .sort-panel .sort.active .current svg path {
        fill: #fff;
    }
    .sort-panel .sort .list-cnt {
        padding-top: 0!important;
    }
    .sort-panel .sort .list-cnt ul {
        width: 100%!important;
        box-sizing: border-box!important;
    }
    .news-container-items {
        padding-top: 20px;
    }
    .page-news-smi .page-news-smi-head .sort .list ul {
        box-shadow: none;
        border-top: 1px solid #EBEFF8;
        border-radius: 0;
        padding-top: 24px;
    }
    .page-news-smi .page-news-smi-head .sort .list:hover .list-cnt {
        display: block;
    }
    .page-news-smi .page-news-smi-head .sort.category-sort:after {
        content: "";
        height: 38px;
        width: 1px;
        /*
        background: #3E6BDD;
        */
        background: #F4F7FE;
        position: absolute;
        right: -18px;
        top: calc(50% - 19px);
    }
    .page-news-smi .sort-panel {
        justify-content: flex-start;
    }
    .sort-panel {
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
    
    
    
    
    
    .page-news-smi .sort .list-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 26px;
        padding-bottom: 24px;
        border-bottom: 1px solid #EBEFF8;
    }
    .page-news-smi .sort .list-cnt ul {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 24px 10px;
        list-style: none;
        margin: 0;
    }
    .page-news-smi .sort .list-cnt ul li {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 15.25px;
        line-height: 100%;
        letter-spacing: 0.01em;
        padding: 16px 14px;
        color: #373737;
        position: relative;
        cursor: pointer;
    }
    .page-news-smi .sort .list-cnt ul li.active {
        border-radius: 8px;
        background: #EBEFF8;
        color: #295AD9;
    }
    .page-news-smi .sort .list-cnt ul li.active:after {
        content: "";
        position: absolute;
        right: 14px;
        top: calc(50% - 5px);
        width: 14px;
        height: 10px;
        background: url(../images/reviews/sort-item-active.svg) center center no-repeat;
        background-size: contain;
    }
    .page-news-smi .sort .list-cnt button {
        height: 68px;
        width: 100%;
        border-top: 1px solid #DFE6F6;
        border-left: none;
        border-right: none;
        border-bottom: none;
        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;
    }
    
    
    
    
    
    
    
    
    
    
    
    /* SMI */
    
    
    
    
    
    
    .left--modal__wrap--calc {
        width: calc(100% - 0px);
        border-radius: 0;
        padding: 26px 0px 26px;
    }
    .left--modal__wrap--calc .head.mobile {
        min-height: 20px;
        padding-bottom: 22px;
        margin-bottom: 26px;
        border-bottom: 1px solid #EBEFF8;
        padding-left: 12px;
        padding-right: 12px;
    }
    .left--modal__wrap--calc .head.mobile .close {
        position: relative;
        border-radius: 0;
        right: auto;
        top: 0;
        text-align: right;
        line-height: 140%;
        color: #295AD9;
        cursor: pointer;
    }
    .left--modal__wrap--calc .calc-top, 
    .left--modal__wrap--calc .calc-middle {
        padding-left: 12px;
        padding-right: 12px;
    }
    .left--modal__wrap--calc .calc-middle form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
        height: 35px;
        font-weight: 450;
        font-size: 14px;
        padding: 6px 12px;
        box-sizing: border-box;
    }
    .left--modal__wrap--calc .calc-middle form .wpcf7-form-control.wpcf7-radio {
        display: flex;
        flex-wrap: wrap;
    }
    .left--modal__wrap--calc .calc-top .title {
        font-weight: 575;
        font-size: 18px;
        margin-bottom: 14px;
        display: none;
    }
    .left--modal__wrap--calc .calc-top {
        padding-bottom: 20px;
        padding-top: 98px;
    }
    .left--modal__wrap--calc .calc-top p {
        font-weight: 425;
        font-size: 15.5px;
    }
    .left--modal__wrap--calc .calc-middle form .field-title {
        font-weight: 525;
        font-size: 15px;
        margin-bottom: 16px;
    }
    .left--modal__wrap--calc .calc-middle form input[type=text], .left--modal__wrap--calc .calc-middle form input[type=tel] {
        font-weight: 450;
        font-size: 14px;
    }
    .left--modal__wrap--calc .calc-middle form .row+.row {
        margin-top: 26px;
    }
    .left--modal__wrap--calc .calc-middle form input[type=submit] {
        min-height: 48px;
        font-weight: 475;
        font-size: 13.5px;
    }
    body.main-content-fixed main {
        padding-right: 0px;
    }
    .cookie-modal {
        left: 10px;
        right: 10px;
        width: 100%;
        max-width: calc(100% - 12px);
        bottom: 141px;
    }
    .calc-modal {
        width: 100%;
        max-width: calc(100% - 12px);
        background: #fff;
        left: 6px;
        border-radius: 12px;
        bottom: 80px;
        overflow: hidden;
    }
    /*
    body.scroll-direction-down .calc-modal {
        bottom: 58px;
    }
    body.scroll-direction-up .calc-modal {
        bottom: 80px;
    }
    */
    .calc-modal .desktop {
        display: none;
    }
    .calc-modal .mobile {
        display: block;
        /*
        width: 100%;
        max-width: 100%;
        background: #fff;
        left: 0;
        border-radius: 12px 12px 0 0;
        bottom: 67px;
        */
        
      
        
    }
    .calc-modal {
        /*
        width: 68px;
        */
        width: 100%;
        /*
        overflow: hidden;
        */
        overflow: unset;
        border: 1px solid #DFE6F6;
        border-radius: 16px;
        display: none;
    }
    .calc-modal .mobile-cnt picture:first-child img {
        margin-top: -10px;
        border-radius: 12px;
    }
    .calc-modal .mobile-cnt picture:last-child {
        position: relative;
        height: 100%;
    }
    
    body.scroll-direction-down .calc-modal .mobile-cnt span {
        opacity: 0;
    }
    body.scroll-direction-down .calc-modal .mobile-cnt picture:last-child {
        opacity: 0;
    }
    
    .calc-modal .mobile-cnt picture:last-child img {
        position: absolute;
        right: -14px;
    }
    body.scroll-direction-down .calc-modal {
        width: 68px;
    }
    body.scroll-direction-up .calc-modal {
        width: 100%;
    }
    body.overlay .cookie-modal:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
    }
    .cookie-modal {
        /*
        position: relative!important;
        bottom: auto!important;
        top: 0!important;
        left: 0;
        right: 0;
        border-radius: 0;
        border: none;
        padding: 10px 18px 16px;
        */
        position: fixed !important;
        top: auto !important;
        left: 6px;
        bottom: 143px !important;
        width: calc(100% - 12px);
        background: #FFFFFF;
        border: 1px solid #DFE6F6;
        z-index: 999999999;
        border-radius: 22px;
        padding: 12px 17px;
    }
    .cookie-modal .cookie-content-new .desktop {
        display: none;
    }
    .cookie-modal .cookie-content-new .mobile {
        display: block;
    }
    .cookie-modal .cookie-content-new p {
        font-weight: 515;
        font-size: 13px;
        color: #454545;
    }
    .cookie-modal .cookie-content-new button {
        height: 34px;
    }
    
    body.scroll-direction-down .cookie-modal {
        bottom: 82px !important;
    }
    
    
    .cookie-modal .cookie-top .cookie-title {
        display: none;
    }
    .cookie-modal .cookie-top .cookie-text {
        margin: 0 0 16px;
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 12.5px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #606060;
        display: block;
        margin: 0;
    }
    .cookie-modal .cookie-top .cookie-text a {
        color: #295AD9;
        text-decoration: none;
    }
        
    
    .cookie-modal .cookie-content p {
        display: none;
    }
    .calc-modal .mobile-cnt {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 60px auto 60px;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        /*
        border-top: 1px solid #DFE6F6;
        */
        border-radius: 12px 12px 0 0;
        align-items: center;
    }
    .calc-modal .mobile-cnt span {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        text-align: center;
        color: #404040;
    }
    
    
    
    .left--modal__wrap--video .video-content .form-cnt .date-time-button p {
        font-size: 14.5px;
    }
    /*
    .left--modal__wrap--video .video-content .form-cnt .small-title {
        display: block;
    }
    */
    .modal__wrap .reviews-list .reviews-item .people .name {
        font-size: 14.25px;
    }
    .modal__wrap .reviews-list .reviews-item .text, 
    .modal__wrap .reviews-list .reviews-item .text p {
        font-size: 14.5px;
    }
    .modal__wrap .head-mobile a span {
        font-size: 14.5px;
    }
    .modal__wrap .head .head-item .reviews {
        font-size: 14px;
        display: none;
    }
    .modal__wrap .head-mobile {
        padding-bottom: 22px;
    }
    .modal__wrap .reviews-list .reviews-item .people .rating .date {
        font-size: 14.25px;
    }
    .left--modal__wrap--video .video-content .form-cnt .row input[type=submit] {
        min-height: 48px;
        font-size: 13.5px;
    }
    .reviews-item .decision-link a span.desktop {
        display: none;
    }
    .reviews-item .decision-link a span.mobile {
        display: inline-block;
    }
    .reviews-foto-item .decision-link a span.desktop {
        display: none;
    }
    .reviews-foto-item .decision-link a span.mobile {
        display: inline-block;
    }
    .reviews-item>.properties .property .title .desktop {
        display: none;
    }
    .reviews-item>.properties .property .title .mobile {
        display: inline-block;
    }
    .reviews-foto-item>.properties .property .title .desktop {
        display: none;
    }
    .reviews-foto-item>.properties .property .title .mobile {
        display: inline-block;
    }
    
    
    .reviews-foto-items .reviews-foto-item .bank-item span {
        width: 32px;
        height: 32px;
    }
    
    .reviews-item>.properties .property .subtitle {
        font-size: 14px;
    }
    .reviews-item .features-cnt .feature-item .title {
        font-size: 13px;
    }
    .reviews-foto-items .reviews-foto-item>.properties .property .subtitle {
        font-size: 14px;
    }
    .mobile-bottom-menu {
        display: block;
    }
    .left--modal__wrap--video .video-content .video-content-col:last-child .text {
        padding-left: 12px;
        padding-right: 12px;
    }
    body .fpa-head .header-row.second-row {
        display: none;
    }
    body.header-fixed .fpa-head .container {
        width: calc(100% - 20px);
        /*
        padding-left: 10px;
        padding-right: 10px;
        */
    }
    
    body.header-fixed .page-reviews-content {
        padding-top: 140px;
    }
    
    
    .container {
        /*
        padding-left: 10px;
        padding-right: 10px;
        */
        padding-left: 12px;
        padding-right: 12px;
    }
    .fpa-head {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .header-row.first-row,
    .header-row.second-row {
        display: none;
    }
    .header-row.mobile-row {
        display: block;
    }
    .header-row.mobile-row {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 170px 86px;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        align-items: center;
        justify-content: space-between;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .header-row.mobile-row .social ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 14px;
        align-items: center;
    }
    .header-row.mobile-row .social ul li {
        width: 36px;
        height: 36px;
    }
    .header-row.mobile-row .social ul li a {
        display: block;
        line-height: 0;
    }
    .page-reviews-content {
        margin-top: 24px;
    }
    .page-reviews-content h1 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        margin-left: -18px;
        width: calc(100% + 0px);
        padding-top: 24px;
        background: #fff;
        padding-bottom: 14px;
        margin-bottom: 0;
        padding-left: 18px;
        padding-right: 18px;
    }
    .page-reviews-content .head-row {
        margin-left: -18px;
        background: #fff;
        width: calc(100% + 0px);
        padding-bottom: 22px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .page-reviews-content .head-row .update {
        font-weight: 425;
        font-size: 12.5px;
        color: #606060;
    }
    .page-reviews-content .content-row {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .page-reviews-content {
        margin-top: 0px;
        padding-top: 0px;
        background: #EBEFF8;
    }
    .page-reviews-content .head-row .sort {
        display: none;
    }
    .page-reviews-content .content-row .content-row-item .filter {
        padding: 0;
        border-bottom: none;
        margin-left: -18px;
        width: calc(100% + 36px);
        border-radius: 0;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
    .page-reviews-content .content-row .content-row-item .filter .filter-head .text {
        padding-left: 18px;
    }
    .page-reviews-content .content-row .content-row-item .filter .filter-head .mobile-filter-items .mobile-filter-item.filter-button {
        padding-left: 18px;
    }
    .page-reviews-content .content-row .content-row-item .filter .filter-head .mobile-filter-items .text {
        padding-left: 0px;
    }
    
    
    
    .filter .filter-head .title {
        display: none;
    }
    .page-reviews-content .content-row {
        margin-top: 0px;
    }
    /*
    .filter .properties {
        display: none;
    }
    */
    .page-reviews-content .filter .properties {
        display: block;
        position: fixed;
        bottom: -200%;
        left: 0;
        width: 100%;
        height: calc(80vh - 140px);
        top: auto;
        border-radius: 16px 16px 0 0;
        z-index: 999999999;
    }
    .page-reviews-content .filter .properties.scroll-direction-down {
        height: calc(100vh - 70px);
        border-radius: 0;
    }
    
    .page-reviews-content .filter .properties.active {
        bottom: 0%;
    }
    .page-reviews-content .filter .properties.height-auto {
        height: auto;
    }
    
    .page-reviews-content .filter .properties.height-auto .property-item {
        border-top: none;
        padding-top: 0;
    }
    .page-reviews-content .filter .properties.height-auto .property-item .title {
        display: none;
    }
    .page-reviews-content .filter .properties.height-auto .property-item .stok.list {
        padding-top: 24px;
    }
    
    
    
    
    
    
    
    
    
    
    
    .page-reviews-content .filter .properties .properties-mobile-head {
        position: absolute;
    }
    .page-reviews-content .filter .properties.scroll-direction-down .properties-mobile-head {
        position: fixed;
        top: auto;
    }
    .page-reviews-content .filter .properties.scroll-direction-down {
        padding-top: 0;
    }
    .filter .property-item input[type=checkbox]:checked+.radio__new+label, 
    .filter .property-item input[type=radio]:checked+.radio__new+label {
        background: #295AD9 !important;
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .filter .filter-head {
        padding-bottom: 26px;
        border-bottom: none;
        position: relative;
    }
    .filter .filter-head .mobile-filter-items-cnt {
        width: calc(100% + 0px);
    }
    .filter .filter-head .mobile-filter-items {
        display: flex;
        padding-top: 22px;
        gap: 8px;
        align-items: center;
        /*flex-wrap: wrap;*/
        overflow-y: hidden;
        overflow-x: auto;
        padding-right: 18px;
        scrollbar-width: none;
    }
    .filter .filter-head .mobile-filter-items .separator {
        height: 38px;
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        border: 0.5px solid #F4F7FE;
    }
    .filter .filter-head .mobile-filter-items .mobile-filter-item button {
        border: 1px solid #EBEFF8;
        border-radius: 100px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        height: 38px;
        align-items: center;
        gap: 8px;
        background: transparent;
        cursor: pointer;
    }
    .filter .filter-head .mobile-filter-items .mobile-filter-item button span.text {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 12.25px;
        line-height: 110%;
        letter-spacing: 0.01em;
        color: #242424;
        white-space: nowrap;
    }
    .filter .filter-head .mobile-filter-items .mobile-filter-item button span.num {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        background: #295AD9;
        border-radius: 50%;
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 9px;
        line-height: 140%;
        letter-spacing: 0.01em;
        color: #fff;
    }
    .page-reviews-content .filter .properties .stok.list, 
    .page-reviews-content .filter .properties .summa.list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-reviews-content .filter .properties .calculation__checkbox .radio__new,
    .page-reviews-content .filter .properties .calculation__checkbox .checkbox__new, 
    .page-reviews-content .filter .properties .calculation__radio .radio__new {
        display: none;
    }
    .page-reviews-content .filter .properties .calculation__checkbox, 
    .page-reviews-content .filter .properties .calculation__radio {
        display: block;
    }
    .page-reviews-content .filter .properties .calculation__checkbox label, 
    .page-reviews-content .filter .properties .calculation__radio label {
        position: relative;
        padding: 6px 16px;
        background: #F4F6FB;
        border-radius: 22px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .page-reviews-content .mobile-sort-cnt {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 6px;
    }    
    .page-reviews-content .mobile-sort-cnt .title {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 13px;
        line-height: 110%;
        letter-spacing: 0em;
        color: #202020;
    }
    .page-reviews-content .mobile-sort-cnt .subtitle {
        display: flex;
        align-items: center;
        gap: 4px;
        cursor: pointer;
    }
    .page-reviews-content .mobile-sort-cnt .subtitle .value {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 13px;
        line-height: 110%;
        letter-spacing: 0em;
        color: #3E6BDD;
    }
    .page-reviews-content .content-row .reviews-list .reviews-item {
        padding: 30px 16px;
    }
    .page-reviews-content .content-row .reviews-list .reviews-item .date {
        font-size: 14px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .stars .star {
        margin-bottom: 6px;
    }
    .page-reviews-content .content-row .reviews-list .reviews-item .video-frame img {
        height: 380px;
    }
    .reviews-item .video-frame .description .title {
        font-size: 12.25px;
        font-weight: 575;
        height: 44px;
        justify-content: center;
    }
    .reviews-item .video-frame .description .duration {
        font-size: 12.25px;
        font-weight: 575;
        height: 44px;
    }
    .reviews-item .video-frame .description .duration .desktop {
        display: none;
    }
    .reviews-item .video-frame .description .duration .mobile {
        display: block;
    }
    .positive-reviews-grid .video-frame .description .duration .desktop {
        display: none;
    }
    .positive-reviews-grid .video-frame .description .duration .mobile {
        display: block;
    }
    .reviews-item .video-frame .description {
        height: 44px;
    }
    .reviews-item .decision-link a {
        font-size: 14.5px;
    }
    .reviews-item .decision-link {
        margin-bottom: 20px;
    }
    .reviews-item>.properties .property .title {
        font-size: 14.25px;
    }
    .reviews-item>.properties .property {
        gap: 3px;
    }
    .footer-row.three-cols-two {
        grid-template-columns: 100%;
    }
    .footer-row.bootom-cnt {
        grid-template-columns: 100%;
    }
    .footer-row.two-cols {
        grid-template-columns: 100%;
    }
    .footer-row.three-cols {
        grid-template-columns: 100%;
    }
    .footer-row.blog-cnt .blog-items {
        grid-template-columns: 100%;
    }
    /*
    .reviews-list .reviews-item .properties:not(.mobile) {
        display: none;
    }
    */
    .banks .bank-items .bank-item:hover .popup {
        display: none;
    }
    .banks .bank-items .bank-item.active .popup {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0;
        height: auto;
        width: 100%;
        border-radius: 24px 24px 0px 0px;
        top: auto;
        padding: 0px 0 0 0;
        z-index: 999999999;
        overflow: hidden;
    }
    .banks .bank-items .bank-item .popup .close {
        display: block;
    }
    .banks .bank-items .bank-item .popup .close button {
        display: none;
        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;
        margin: 0;
        padding: 0;    
    }
    .banks .bank-items .bank-item.active .popup .close {
        display: none;
    }
    .banks .bank-items .bank-item.active .popup .close button {
        display: block;
        margin: 26px 0 0 0;
        padding: 0;
    }
    .banks .bank-items .bank-item.active .popup .properties {
        padding: 20px 0 20px;
    }
    .banks .bank-items .bank-item .popup .properties .name, 
    .banks .bank-items .bank-item .popup .properties .clients, 
    .banks .bank-items .bank-item .popup .properties .summa, 
    .banks .bank-items .bank-item .popup .properties .srok,
    .banks .bank-items .bank-item .popup .properties .link {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .reviews-list .reviews-item .banks.desktop,
    .reviews-list .reviews-item .history.desktop {
        display: none;
    }
    .page-reviews-content .content-row .reviews-list .reviews-item .properties.mobile {
        display: grid;
    }
    .reviews-list .reviews-item .properties.mobile {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        /*
        margin-bottom: 16px;
        */
        margin-bottom: 0px;
    }
    .reviews-item .history .text {
        font-weight: 450;
        font-size: 14.5px;
        /*
        font-size: 14px;
        */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .reviews-item .history .text button {
        font-weight: 425;
        font-size: 14.5px;
        line-height: 120%;
        bottom: 0px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .stars .number {
        font-size: 14.75px;
    }
    .reviews-list .reviews-item .history {
        margin-bottom: 0px;
    }
    /*
    .mobile-bottom-menu {
        display: block;
        z-index: 999999999;
    }
    */
    .reviews-list .reviews-item .banks {
        margin-bottom: 0px;
    }
    .positive-reviews {
        background: #FFFFFF;
        border: 0.5px solid #DFE6F6;
        border-radius: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .positive-reviews .title {
        font-weight: 525;
        font-size: 20px;
        letter-spacing: 0em;
        color: #202020;
        padding-left: 18px;
        padding-right: 18px;
        position: relative;
        margin-bottom: 18px;
    }
    .positive-reviews .title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 3px;
        height: 100%;
        background: #2B2C31;
        border-radius: 0px 3px 3px 0px;
    }
    .positive-reviews .video-txt.mobile {
        padding-left: 18px;
        padding-right: 18px;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 18px auto;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .positive-reviews .video-txt.mobile span {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .positive-reviews .positive-reviews-grid .social {
        padding-left: 18px;
        padding-right: 18px;
        grid-template-columns: calc(50% - 3px) calc(50% - 3px);
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item {
        background: #F4F6FB;
        border-radius: 10px;
        overflow: hidden;
        border: 1.5px solid #F4F6FB;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .image {
        margin-left: 18px;
        margin-right: 18px;
        border-bottom: 1px solid #EBEEF8;
        padding-bottom: 25px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .image picture {
        text-align: center;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .image img {
        height: 30px;
        width: auto;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .stars {
        margin-left: 18px;
        margin-right: 18px;
        justify-content: center;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .reviews {
        font-weight: 550;
        font-size: 14px;
        line-height: 165%;
        letter-spacing: 0.01em;
        margin-left: 18px;
        margin-right: 18px;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 12px;
    }
    .reviews-item .video-frame .description {
        border-radius: 0px 0px 10px 10px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item .link {
        display: block;
        background: #fff;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 14.75px;
        line-height: 100%;
        letter-spacing: 0.01em;
        text-align: center;
        text-decoration: none;
        color: #295AD9;
        margin: 0;
        padding: 0;
        border: none;
        width: 100%;
        cursor: pointer;
    }
    .positive-reviews .positive-reviews-grid .social .social-item:nth-child(1) {
        border-radius: 12px 0px 0px 12px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item:nth-child(2) {
        border-radius: 0px 12px 12px 0px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item:nth-child(3) {
        border-radius: 12px 0px 0px 12px;
    }
    .positive-reviews .positive-reviews-grid .social .social-item:nth-child(4) {
        border-radius: 0px 12px 12px 0px;
    }
    .positive-reviews .positive-reviews-grid {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .positive-reviews .positive-reviews-grid .video-frame {
        display: none;
    }
    .positive-reviews {
        margin: 10px 0;
    }
    .reviews-item.video+.reviews-item.video {
        margin-top: 10px!important;
    }
    .reviews-foto-items {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    reviews-foto-items .reviews-foto-item .foto-frame {
        /*
        margin-bottom: 14px;
        */
    }
    .reviews-foto-items .reviews-foto-item .decision-link {
        /*
        margin-bottom: 14px;
        */
    }
    .reviews-foto-items .reviews-foto-item .decision-link {
        padding-left: 18px;
        padding-right: 18px;
    }
    .reviews-foto-items .reviews-foto-item>.properties {
        padding-left: 18px;
        padding-right: 18px;
    }
    .reviews-foto-items .reviews-foto-item .title {
        margin-bottom: 0px;
    }
    .reviews-foto-items .reviews-foto-item .banks {
        display: none;
    }
    .reviews-foto-items .reviews-foto-item .property.mobile {
        display: block;
    }
    .reviews-foto-items .reviews-foto-item .property.mobile .banks {
        display: block!important;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .reviews-foto-items .reviews-foto-item .banks .title {
        margin-bottom: 10px;
    }
    footer.fpa-footer {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .two-cols-item .text-cnt .title {
        font-size: 20px;
        line-height: 135%;
        margin-bottom: 10px;
    }
    .two-cols-item .text-cnt .text {
        font-size: 15px;
    }
    .footer-row.two-cols {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .two-cols-item .contacts-cnt p {
        font-size: 15px;
    }
    .two-cols-item .contacts-cnt a {
        font-size: 18px;
        line-height: 145%;
        letter-spacing: 0.01em;
    }
    .footer-row.three-cols .three-cols-grid {
        grid-template-columns: 100%;
        grid-column-gap: 22px;
        grid-row-gap: 22px;
    }
    .footer-row.three-cols {
        margin-top: 22px;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .footer-row.three-cols .three-cols-item .contacts-cnt {
        display: none;
    }
    .footer-row.three-cols-two {
        margin-top: 30px;
    }
    .footer-row.three-cols-two .three-cols-two-item .social {
        grid-template-columns: calc(50% - 1px) calc(50% - 1px);
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }
    .footer-row.three-cols-two .three-cols-two-item .social .social-item {
        padding: 29px 18px 26px;
    }
    .footer-row.three-cols-two .three-cols-two-item .social .social-item:nth-child(1) {
        border-radius: 16px 0px 0px 0px;
    }
    .footer-row.three-cols-two .three-cols-two-item .social .social-item:nth-child(2) {
        border-radius: 0px 16px 0px 0px;
    }
    
    .footer-row.three-cols-two .three-cols-two-item:nth-child(2) .social .social-item:nth-child(1) {
        border-radius: 0px 0px 0px 16px;
    }
    .footer-row.three-cols-two .three-cols-two-item:nth-child(2) .social .social-item:nth-child(2) {
        border-radius: 0px 0px 16px 0px;
    }
    .footer-row.blog-cnt .blog-item .image {
        border-radius: 12px;
    }
    .footer-row.three-cols-two .three-cols-two-item .social .social-item .image {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #EBEEF8;
    }
    .footer-row.three-cols-two .three-cols-two-item .social .social-item .stars {
        justify-content: center;
    }
    .footer-row.three-cols-two .three-cols-two-item .social .social-item .reviews {
        text-align: center;
    }
    
    /*
    .footer-row.three-cols-two .three-cols-two-item .social .social-item:nth-child(3) {
        border-radius: 10px 0px 0px 10px;
    }
    .footer-row.three-cols-two .three-cols-two-item .social .social-item:nth-child(4) {
        border-radius: 0px 10px 10px 0px;
    }
    */
    .footer-row.three-cols-two {
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }
    .footer-row.three-cols-two .three-cols-two-item:last-child {
        display: none;
    }
    .footer-row.blog-cnt {
        margin-top: 30px;
    }
    .footer-row.blog-cnt .title .part1, 
    .footer-row.blog-cnt .title .current, 
    .footer-row.blog-cnt .title .part2 {
        font-size: 18px;
    }
    .footer-row.blog-cnt .blog-items {
        margin-top: 26px;
    }
    .footer-row.blog-cnt .blog-item .bottom {
        display: none;
    }
    .footer-row.blog-cnt .blog-items .blog-item {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 72px auto;
        grid-column-gap: 18px;
        grid-row-gap: 18px;   
    }
    .footer-row.blog-cnt .blog-items .blog-item+.blog-item {
        padding-top: 20px;
    }
    .footer-row.blog-cnt .blog-items .blog-item .image {
        margin-bottom: 0;
    }
    .footer-row.blog-cnt .blog-items .blog-item .image img {
        height: 78px;
        object-fit: cover;
        border-radius: 12px;
    }
    .footer-row.blog-cnt .blog-item .content .desc {
        display: none;
    }
    .footer-row.blog-cnt .blog-item .content .title {
        font-size: 13.5px;
        line-height: 160%;
        border-bottom: 1px solid #EBEFF8;
        padding-bottom: 20px;
        margin-bottom: 0;
        min-height: 72px;
        display: flex;
        align-items: center;
    }
    .footer-row.blog-cnt .blog-item:last-child .content .title {
        border-bottom: none!important;
    }
    .footer-row.blog-cnt .blog-item:nth-child(3) .content .title {
        border-bottom: none;
    }
    .footer-row.blog-cnt .blog-items .blog-item:nth-child(3) .content .title, 
    .footer-row.blog-cnt .blog-items .blog-item:last-child .content .title {
        padding-bottom: 0px;
    }
    .footer-row.blog-cnt .blog-pagination {
        display: none;
    }
    .footer-row.three-cols .three-cols-grid .three-cols-item p {
        margin: 0 0 12px;
    }
    .footer-row.blog-cnt .blog-items .more-articles.mobile {
        display: block;
        margin-bottom: 30px;
        margin-top: 26px;
    }
    .footer-row.bootom-cnt {
        padding: 24px 0 100px;
    }
    .footer-row.blog-cnt .blog-items .more-articles.mobile a {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #295AD9;
        display: flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
    }
    .mobile-bottom-menu ul {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .mobile-bottom-menu .mobile {
        position: relative;
    }
    .mobile-bottom-menu .mobile-cnt {
        margin-top: 12px;
        background: #EBEFF8;
        border-radius: 12px;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 52px auto;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        align-items: center;
        padding-left: 8px;
        padding-right: 8px;
    }
    .mobile-bottom-menu .mobile-cnt picture {
        padding-top: 5px;
    }
    .mobile-bottom-menu .mobile-cnt span {
        font-family: Roboto Flex;
        font-weight: 515;
        font-size: 13.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    }
    
    body.scroll-direction-up .mobile-bottom-menu .mobile {
        /*
        display: block;
        */
        height: auto;
        opacity: 1;
    }
    body.scroll-direction-down .mobile-bottom-menu .mobile {
        /*
        display: none;
        */
        height: 0;
        opacity: 0;
        z-index: -1;
    }
    body.scroll-direction-down .mobile-bottom-menu .mobile .mobile-cnt {
        margin-top: 0px;
    }
    .mobile-bottom-menu .menu-row {
        /*
        background: #fff;
        */
        z-index: 1;
        position: relative;
    }
    .footer-row.three-cols .three-cols-grid .three-cols-item ul li .qr-code-cnt {
        display: none;
        opacity: 0;
    }
    .footer-row.blog-cnt .title .srok ul {
        width: 200px;
    }
    
    
    .footer-row.bootom-cnt {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .footer-row.bootom-cnt .bootom-item:last-child {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter .filter-head .popup {
        display: block;
        position: fixed;
        bottom: -100%;
        left: 0;
        height: auto;
        width: 100%;
        border-radius: 24px 24px 0px 0px;
        top: auto;
        padding: 26px 0 0 0;
        z-index: 999999999;
        overflow: hidden;
    }
    
    .filter .filter-head.active .popup {
        bottom: 0px;
    }
    .filter .filter-head .popup p {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 15.5px;
    }
    .filter .filter-head .popup .close {
        display: block;
        margin: 26px 0 0 0;
        padding: 0;
    }
    body.overlay {
        position: relative;
    }
    /*
    body.overlay:before {
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
        z-index: 999999999;
    }
    */
    .filter .filter-head.active .text button,
    .reviews-item .features-cnt .feature-item.active button {
        background: url(../images/reviews/feature-item-open.svg) center center no-repeat;
        background-size: contain;
    }
    .reviews-item .features-cnt .feature-item.active .popup {
        position: fixed;
        bottom: 0px;
        left: 0;
        height: auto;
        width: 100%;
        border-radius: 16px 16px 0px 0px;
        box-shadow: none;
        top: auto;
        padding: 26px 0 0 0;
        z-index: 999999999999;
    }
    .reviews-item .features-cnt .feature-item.active .popup p {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 14.5px;
        font-weight: 450;
    }
    .reviews-item .features-cnt .feature-item.active .popup .close {
        display: block;
        margin: 30px 0 0 0;
        padding: 0;
    }
    
    .two-cols-item .text-cnt .text .popup .head-new.mobile {
        display: block;
    }
    
    .two-cols-item .text-cnt .text .popup {
        display: block;
        position: fixed;
        bottom: -100%;
        left: 0;
        height: auto;
        width: 100%;
        border-radius: 24px 24px 0px 0px;
        top: auto;
        padding: 0px 0 0 0;
        background: #fff;
        overflow: hidden;
        z-index: 999999999;
    }
    .two-cols-item .text-cnt .text.active .popup {
        bottom: 0px;
    }
    
    
    .page-about-appointment .content .post .popup-cnt.active .popup .text, 
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup .text {
        padding-top: 70px;
        padding-bottom: 36px;
    }
    
    .page-about-appointment .content .post .popup-cnt.active .popup .head-new.mobile, 
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup .head-new.mobile,
    .two-cols-item .text-cnt .text.active .popup .head-new.mobile {
        width: calc(100% - 24px);
        border-bottom: 1px solid #EBEFF8;
        display: block;
        padding: 26px 12px 24px;
        margin: 0px 0 24px 0px;
        position: relative;
        height: 22px;
        box-sizing: content-box;
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 9999999;
    }
    .two-cols-item .text-cnt .text.active .popup .head-new.mobile {
        border-bottom: none;
        box-sizing: border-box;
        width: calc(100% - 0px);
    }
    .page-about-appointment .content .post .popup-cnt.active .popup .head-new.mobile .prev-button, 
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup .head-new.mobile .prev-button,
    .two-cols-item .text-cnt .text.active .popup .head-new.mobile .prev-button {
        position: absolute;
        left: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 22px;
    }
    
    .page-about-appointment .content .post .popup-cnt.active .popup .head-new.mobile .prev-button span, 
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup .head-new.mobile .prev-button span,
    .two-cols-item .text-cnt .text.active .popup .head-new.mobile .prev-button span {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .page-about-appointment .content .post .popup-cnt.active .popup .head-new.mobile .text-head, 
    .page-about-profi-expert-item .content .name .popup-cnt.active .popup .head-new.mobile .text-head,
    .two-cols-item .text-cnt .text.active .popup .head-new.mobile .text-head {
        text-align: center;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    }
    .two-cols-item .text-cnt .text .popup .image {
        margin-top: 73px;
    }
    
    
    .fpa-footer .two-cols-item .text-cnt .text.active .popup .close {
        display: none;
    }
    .page-reviews-content .content-row .mobile-sort-cnt {
        display: flex;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup {
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 999999999;
        background: #fff;
        left: 0;
        width: 100%;
        border-radius: 24px 24px 0px 0px;
        overflow: hidden;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup.active {
        display: block;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 26px;
        padding-bottom: 24px;
        border-bottom: 1px solid #EBEFF8;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup ul {
        display: flex;
        flex-direction: column;
        gap: 2px;   
        padding: 24px 10px;
        list-style: none;
        margin: 0;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup ul li {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0.01em;
        padding: 12px 14px;
        color: #373737;
        position: relative;
        cursor: pointer;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup ul li.active {
        background: #EBEFF8;
        border-radius: 8px;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup ul li.active:after {
        content: "";
        position: absolute;
        right: 14px;
        top: calc(50% - 5px);
        width: 14px;
        height: 10px;
        background: url(../images/reviews/sort-item-active.svg) center center no-repeat;
        background-size: contain;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup ul li:hover {
        background: #EBEFF8;
        border-radius: 8px;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup button {
        height: 68px;
        width: 100%;
        border-top: 1px solid #DFE6F6;
        border-left: none;
        border-right: none;
        border-bottom: none;
        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;
    }
    
    
    .page-reviews-content .content-row .mobile-sort-cnt .popup .head-new.mobile {
        width: calc(100% - 0px);
        display: block;
        padding: 26px 12px 24px;
        margin: 0px 0 24px 0px;
        position: relative;
        height: 22px;
        box-sizing: content-box;
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 9999999;
        box-sizing: border-box;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup .head-new.mobile .prev-button {
        position: absolute;
        left: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 22px;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup .head-new.mobile .prev-button span {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup .head-new.mobile .text-head {
        text-align: center;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup .close {
        display: none;
    }    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .modal__wrap--reviews-yandex .content, 
    .modal__wrap--reviews-google .content, 
    .modal__wrap--reviews-zoon .content, 
    .modal__wrap--reviews-2gis .content, 
    .modal__wrap--reviews-otzovik .content, 
    .modal__wrap--reviews-yell .content {
        padding-bottom: 72px;
    }
    body.main-content-fixed-modal-menu .modal__overlay {
        opacity: 1!important;
        z-index: 999!important;
    }
    body.main-content-fixed-modal-menu .modal__wrap--mobile-bottom-menu.active {
        opacity: 1;
        z-index: 99999999;
    }
    body.main-content-fixed-modal-menu .modal__wrap--mobile-bottom-menu.active .middle {
        height: calc(100vh - 180px);
        overflow: hidden;
        overflow-y: auto;
    }
    .left--modal__wrap--smi .head.mobile {
        padding-left: 18px;
        padding-right: 18px;
    }
    .left--modal__wrap--smi, 
    .left--modal__wrap--video.single-video, 
    .left--modal__wrap--calc-safe, 
    .left--modal__wrap--calc, 
    .left--modal__wrap--video.expert, 
    .left--modal__wrap--online-recording, 
    .modal__wrap--reviews-yandex, 
    .modal__wrap--reviews-google, 
    .modal__wrap--reviews-zoon, 
    .modal__wrap--reviews-2gis, 
    .modal__wrap--reviews-otzovik, 
    .modal__wrap--reviews-yell {
        left: 0 !important;
        /*
        left: 0%;
        */
        top: auto!important;
        bottom: -200%;
        max-height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .left--modal__wrap--smi, 
    .left--modal__wrap--video.single-video, 
    .left--modal__wrap--calc-safe, 
    .left--modal__wrap--calc, 
    .left--modal__wrap--video.expert {
        left: -100%;
    }
    /*
    .left--modal__wrap {
        top: auto!important;
        left: 0%;
        bottom: -100%;
    }
    .left--modal__wrap.active {
        top: 0;
        left: 0%;
        bottom: 0%;
    }
    */
    .left--modal__wrap--smi.active, 
    .left--modal__wrap--video.single-video.active, 
    .left--modal__wrap--calc-safe.active, 
    .left--modal__wrap--calc.active, 
    .left--modal__wrap--video.expert.active, 
    .left--modal__wrap--video.expert.active, 
    .modal__wrap--mobile-bottom-menu.active,
    .left--modal__wrap--online-recording.active, 
    .modal__wrap--reviews-yandex.active, 
    .modal__wrap--reviews-google.active, 
    .modal__wrap--reviews-zoon.active, 
    .modal__wrap--reviews-2gis.active, 
    .modal__wrap--reviews-otzovik.active, 
    .modal__wrap--reviews-yell.active, 
    .modal__wrap--mobile-expert-description.active {
        position: fixed;
        bottom: 0;
        width: 100%;
        top: auto;
        transform: none;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        height: 80vh;
        padding: 0px 0px 0px!important;
        /*
        padding: 0px 0px 28px!important;
        padding: 28px 18px 28px!important;
        */
        /*
        border-radius: 0;
        */
        border-radius: 24px 24px 0 0 !important;
    }
    .modal__wrap--reviews-yandex.active .head-new.mobile, 
    .modal__wrap--reviews-google.active .head-new.mobile, 
    .modal__wrap--reviews-zoon.active .head-new.mobile, 
    .modal__wrap--reviews-2gis.active .head-new.mobile, 
    .modal__wrap--reviews-otzovik.active .head-new.mobile, 
    .modal__wrap--reviews-yell.active .head-new.mobile {
        top: 0;
    }
    .left--modal__wrap--video.single-video.active, 
    .left--modal__wrap--calc-safe.active, 
    .left--modal__wrap--calc.active, 
    .left--modal__wrap--video.expert.active {
        /*
        height: 100vh!important;
        */
        padding: 0px 0px 0px!important;
        /*
        border-radius: 0px 0px 0 0 !important;
        */
    }
    .left--modal__wrap--online-recording.active .video-content {
        padding-top: 94px;
    } 
    .left--modal__wrap--online-recording .left--modal__wrap--video .video-content .title {
        display: none;
    }
    .left--modal__wrap--online-recording .date-selected .change-date {
        position: relative;
    }
    .left--modal__wrap--online-recording .date-selected .change-date svg {
        position: absolute;
        top: -9px;
    }
    .left--modal__wrap--online-recording .date-selected .title {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .left--modal__wrap--online-recording .video-content .title {
        display: none!important;
    }
    .left--modal__wrap--online-recording .video-content .date-selected .title {
        display: block!important;
    }
    .left--modal__wrap--video.expert .video-content {
        padding-top: 70px;
    }
    .left--modal__wrap--calc .calc-cnt {
        overflow-y: auto;
        height: 100%;
    }
    .left--modal__wrap--calc .calc-cnt .calc-middle {
        padding-bottom: 40px;
    }
    
    .left--modal__wrap--how-bankruptcy-help-attention, 
    .left--modal__wrap--page-front-cost-attention, 
    .left--modal__wrap--creditor {
        position: fixed;
        bottom: 0;
        width: 100%;
        top: auto;
        transform: none;
        left: 0;
        bottom: -100%;
        box-sizing: border-box;
        max-height: 80vh;
        padding: 0px 0px 0px !important;
        /* border-radius: 0; */
        border-radius: 24px 24px 0 0 !important;
        overflow: hidden;
    }
    .left--modal__wrap--how-bankruptcy-help-attention.active, 
    .left--modal__wrap--page-front-cost-attention.active, 
    .left--modal__wrap--creditor.active {
        bottom: 0;
    }
    .left--modal__wrap--how-bankruptcy-help-attention .attention-cnt, 
    .left--modal__wrap--page-front-cost-attention .attention-cnt, 
    .left--modal__wrap--creditor .creditor-cnt {
        padding-top: 72px;
    }
    
    .left--modal__wrap--how-bankruptcy-help-attention .attention-cnt .text, 
    .left--modal__wrap--page-front-cost-attention .attention-cnt .text {
        padding: 0px 0px 30px;
        font-family: Roboto Flex;
        font-weight: 425;
        font-size: 15.5px;
        line-height: 160%;
        letter-spacing: 0.01em;
        color: #242424;
    }
    .left--modal__wrap--how-bankruptcy-help-attention .attention-cnt .text .text-title, 
    .left--modal__wrap--page-front-cost-attention .attention-cnt .text .text-title {
        font-weight: 575;
        font-size: 18px;
        margin-bottom: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .left--modal__wrap--how-bankruptcy-help-attention .attention-cnt .text .text-content, 
    .left--modal__wrap--page-front-cost-attention .attention-cnt .text .text-content {
        padding-left: 12px;
        padding-right: 12px;
    }
    .left--modal__wrap--how-bankruptcy-help-attention .attention-cnt .image, 
    .left--modal__wrap--page-front-cost-attention .attention-cnt .image {
        margin-bottom: 24px;
    }
    .left--modal__wrap--page-front-cost-attention .attention-cnt .text {
        padding-top: 24px;
    }
    
    
    .left--modal__wrap--creditor .creditor-item .properties {
        padding: 20px 0 0;
    }
    
    .left--modal__wrap--creditor .creditor-item .properties .name {
        font-family: Roboto Flex;
        font-weight: 575;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #242424;
        margin-bottom: 12px;
    }
    .left--modal__wrap--creditor .creditor-item .properties .name,
    .left--modal__wrap--creditor .creditor-item .properties .clients,
    .left--modal__wrap--creditor .creditor-item .properties .summa, 
    .left--modal__wrap--creditor .creditor-item .properties .srok, 
    .left--modal__wrap--creditor .creditor-item .properties .link {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-bottom: 12px;
    }
    .left--modal__wrap--creditor .creditor-item .properties .clients .title,
    .left--modal__wrap--creditor .creditor-item .properties .summa .title, 
    .left--modal__wrap--creditor .creditor-item .properties .srok .title, 
    .left--modal__wrap--creditor .creditor-item .properties .clients .subtitle,
    .left--modal__wrap--creditor .creditor-item .properties .summa .subtitle, 
    .left--modal__wrap--creditor .creditor-item .properties .srok .subtitle {
        font-family: Roboto Flex;
        font-weight: 425;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #242424;
        margin-bottom: 0;
    }
    .left--modal__wrap--creditor .creditor-item .properties .link button {
        background: transparent;
        border: none;
        display: flex;
        gap: 6px;
        align-items: center;
        padding: 0px;
    }
    .left--modal__wrap--creditor .creditor-item .properties .link button span {
        width: auto;
        height: auto;
        background: transparent;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #295AD9;    
    }
    
    .left--modal__wrap--creditor .creditor-item .close {
        display: none;
    }
    .left--modal__wrap--creditor .creditor-item .banks-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .left--modal__wrap--creditor .creditor-item .banks-list ul {
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
        list-style: none;
        padding-left: 0;
    }
    .left--modal__wrap--creditor .creditor-item .banks-list ul li {
        font-family: Roboto Flex;
        font-weight: 425;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0.01em;
    }
    
    
    
    
    
    .left--modal__wrap--online-recording.scroll-direction-down,
    .left--modal__wrap--smi.scroll-direction-down, 
    .left--modal__wrap--video.single-video.scroll-direction-down, 
    .left--modal__wrap--calc-safe.scroll-direction-down, 
    .left--modal__wrap--calc.scroll-direction-down, 
    .left--modal__wrap--video.expert.scroll-direction-down, 
    .modal__wrap--mobile-bottom-menu.scroll-direction-down, 
    .modal__wrap--reviews-yandex.scroll-direction-down, 
    .modal__wrap--reviews-google.scroll-direction-down, 
    .modal__wrap--reviews-zoon.scroll-direction-down, 
    .modal__wrap--reviews-2gis.scroll-direction-down, 
    .modal__wrap--reviews-otzovik.scroll-direction-down, 
    .modal__wrap--reviews-yell.scroll-direction-down, 
    .modal__wrap--mobile-expert-description.scroll-direction-down {
        height: 100vh;
        border-radius: 0px 0px 0 0 !important;
    }
    
    .modal__wrap--mobile-expert-description {
        left: 0!important;
        bottom: -100%;
        top: auto!important;
    }
    .modal__wrap--mobile-expert-description.active {
        height: auto;
        top: auto !important;
        max-height: 80vh;
        /*
        box-shadow: -1px 1px 16px 0px #EBEFF8;
        */
        border-radius: 16px 16px 0 0;
        padding: 26px 0 0 0 !important;
        overflow: hidden;
    }
    .modal__wrap--mobile-expert-description .content {
        padding-bottom: 28px;
        padding-top: 70px;
    }
    .modal__wrap--mobile-expert-description .content .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;
    }
    .left--modal__wrap--video.single-video .head.mobile, 
    .left--modal__wrap--video.expert.active .head.mobile {
        padding-left: 12px;
        padding-right: 12px;
    }
    .modal__wrap--reviews-yandex.active, 
    .modal__wrap--reviews-google.active, 
    .modal__wrap--reviews-zoon.active, 
    .modal__wrap--reviews-2gis.active, 
    .modal__wrap--reviews-otzovik.active, 
    .modal__wrap--reviews-yell.active {
        padding: 28px 0px 70px!important;
    }
    .modal__wrap--reviews-yandex.active .head, 
    .modal__wrap--reviews-google.active .head, 
    .modal__wrap--reviews-zoon.active .head, 
    .modal__wrap--reviews-2gis.active .head, 
    .modal__wrap--reviews-otzovik.active .head, 
    .modal__wrap--reviews-yell.active .head {
        padding: 0px 12px 0px!important;
    }
    .modal__wrap--reviews-yandex.active .head-mobile, 
    .modal__wrap--reviews-google.active .head-mobile, 
    .modal__wrap--reviews-zoon.active .head-mobile, 
    .modal__wrap--reviews-2gis.active .head-mobile, 
    .modal__wrap--reviews-otzovik.active .head-mobile, 
    .modal__wrap--reviews-yell.active .head-mobile {
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
    .modal__wrap--reviews-yandex.active .content, 
    .modal__wrap--reviews-google.active .content, 
    .modal__wrap--reviews-zoon.active .content, 
    .modal__wrap--reviews-2gis.active .content, 
    .modal__wrap--reviews-otzovik.active .content, 
    .modal__wrap--reviews-yell.active .content {
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
    .modal__wrap--mobile-bottom-menu.active {
        padding: 28px 10px 70px!important;
    }
    .modal__wrap .reviews-list {
        max-height: calc(100vh - 230px);
    }
    .modal__wrap--mobile-bottom-menu {
        padding-bottom: 88px;
        padding-left: 0;
        padding-right: 0;
        max-height: 100vh;
        overflow-y: auto;
        border-radius: 0;
        top: 0;
        left: 0%;
        bottom: -100%;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    /*
    .modal__wrap--mobile-bottom-menu:not(.hidden) {
        position: fixed;
        bottom: 0;
        width: 100%;
        top: auto;
        transform: none;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        height: 100vh;
        padding: 0px 0px 28px !important;
        border-radius: 0;
        z-index: 999999999999999999999999999999999999;
    }
    */
    
    
    
    
    
    .left--modal__wrap {
        border-radius: 0;
    }
    .left--modal__wrap .close {
        border-radius: 0;
        position: relative;
        right: 0;
        top: 0;
        line-height: normal;
        text-align: right;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .modal__wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .left--modal__wrap--front-callback-object {
        padding: 18px 12px;
    }
    .left--modal__wrap--front-callback-object form .wpcf7-form-control.wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
    .modal__overlay {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 100;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        background-color: transparent;
        background: transparent;
        opacity: 1;
        /* background: #00000059; */
        /* z-index: -1; */
        /* opacity: 0; */
    }
    .modal__overlay-bg {
        left: -100%;
    }
    
    
    
    
    
    
    
    
    
    .modal__wrap--reviews-yandex .close, 
    .modal__wrap--reviews-google .close, 
    .modal__wrap--reviews-zoon .close, 
    .modal__wrap--reviews-2gis .close, 
    .modal__wrap--reviews-otzovik .close, 
    .modal__wrap--reviews-yell .close,
    .modal__wrap--mobile-expert-description .close {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        height: 68px;
        background: #fff;
        border-top: 1px solid #DFE6F6;
        border-radius: 0;
        display: none;
    }
    .modal__wrap--reviews-yandex .close svg, 
    .modal__wrap--reviews-google .close svg, 
    .modal__wrap--reviews-zoon .close svg, 
    .modal__wrap--reviews-2gis .close svg, 
    .modal__wrap--reviews-otzovik .close svg, 
    .modal__wrap--reviews-yell .close svg {
        display: none;
    }
    .modal__wrap--reviews-yandex .close:before, 
    .modal__wrap--reviews-google .close:before, 
    .modal__wrap--reviews-zoon .close:before, 
    .modal__wrap--reviews-2gis .close:before, 
    .modal__wrap--reviews-otzovik .close:before, 
    .modal__wrap--reviews-yell .close:before,
    .modal__wrap--mobile-expert-description .close:before {
        content: "Закрыть";
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 15.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        text-align: center;
        color: #295AD9;
    }
    .modal__wrap--reviews-yandex .head .head-item a, 
    .modal__wrap--reviews-google .head .head-item a, 
    .modal__wrap--reviews-zoon .head .head-item a, 
    .modal__wrap--reviews-2gis .head .head-item a, 
    .modal__wrap--reviews-otzovik .head .head-item a, 
    .modal__wrap--reviews-yell .head .head-item a {
        display: none;
    }
    .modal__wrap .head-mobile a {
        display: flex;
    }
    .modal__wrap--mobile-bottom-menu .top {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 190px 36px;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        justify-content: space-between;
        min-height: 74px;
        align-items: center;
        border-bottom: 1px solid #EBEFF8;
        padding-left: 20px;
        padding-right: 8px;
    }
    .modal__wrap--mobile-bottom-menu .buttons-cnt {
        padding: 20px 0px;
        margin-left: 0px;
        margin-right: 0px;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        border-bottom: 1px solid #EBEFF8;
    }
    .modal__wrap--mobile-bottom-menu .buttons-cnt button {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 100px;
        background: #EBEFF8;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        cursor: pointer;
    }
    .modal__wrap--mobile-bottom-menu .buttons-cnt button span {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 13.25px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #242424;
        margin-top: 2px;
    }
    .modal__wrap--mobile-bottom-menu .main-menu {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EBEFF8;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li a {
        display: flex;
        align-items: center;
        padding: 14px 20px;
        gap: 12px;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.01em;
        text-decoration: none;
        color: #242424;
        position: relative;
        padding-left: 56px;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li a:before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        left: 20px;
        top: calc(50% - 12px);
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.about a:before {
        background: url(../images/global/top-menu-about.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.bankruptcy a:before {
        background: url(../images/global/top-menu-bankruptcy.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.dela a:before {
        background: url(../images/global/top-menu-dela.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.reviews a:before {
        background: url(../images/global/top-menu-reviews.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.news a:before {
        background: url(../images/global/top-menu-news.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.smi a:before {
        background: url(../images/global/top-menu-smi.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.contacts a:before {
        background: url(../images/global/top-menu-contacts.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.about.current-menu-item a:before {
        background: url(../images/global/top-menu-about-active.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.bankruptcy.current-menu-item a:before {
        background: url(../images/global/top-menu-bankruptcy-active.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.dela.current-menu-item a:before {
        background: url(../images/global/top-menu-dela-active.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.reviews.current-menu-item a:before {
        background: url(../images/global/top-menu-reviews-active.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.news.current-menu-item a:before {
        background: url(../images/global/top-menu-news-active.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.smi.current-menu-item a:before {
        background: url(../images/global/top-menu-smi-active.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.contacts.current-menu-item a:before {
        background: url(../images/global/top-menu-contacts-active.svg) center center no-repeat;
        background-size: contain;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.current-menu-item a, 
    .modal__wrap--mobile-bottom-menu .main-menu ul li.active a {
        background: #EBEFF8;
        border-radius: 8px;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.active a svg path {
        stroke: #295AD9;
    }
    .modal__wrap--mobile-bottom-menu .main-menu ul li.current-menu-item a, 
    .modal__wrap--mobile-bottom-menu .main-menu ul li.active a span {
        color: #295AD9;
    }
    
    .modal__wrap--mobile-bottom-menu .second-menu {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EBEFF8;
    }
    .modal__wrap--mobile-bottom-menu .second-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .modal__wrap--mobile-bottom-menu .second-menu ul li a {
        margin-left: 10px;
        padding: 12px 10px;
        display: block;
        text-decoration: none;
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #242424;
    }
    .modal__wrap--mobile-bottom-menu .second-menu ul li.current_page_item a {
        color: #808080;
    }
    .modal__wrap--mobile-bottom-menu .search-form {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    .modal__wrap--mobile-bottom-menu .search-form form {
        position: relative;
    }
    .modal__wrap--mobile-bottom-menu .search-form form input[type=search] {
        padding: 13px 0px 13px 46px;
        width: 100%;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.01em;
        color: #242424;
        border: none;
    }
    .modal__wrap--mobile-bottom-menu .search-form form button {
        position: absolute;
        left: 10px;
        top: calc(50% - 14px);
        margin: 0;
        padding: 0;
        line-height: 0;
        border: none;
        background: transparent;
    }
    .left--modal__wrap .head-new.mobile,
    .modal__wrap .head-new.mobile {
        width: calc(100% - 24px);
        border-bottom: 1px solid #EBEFF8;
        display: block;
        padding: 26px 12px 24px;
        margin: 0px 0 24px 0px;
        position: relative;
        height: 22px;
        box-sizing: content-box;
        /*
        position: absolute;
        top: 0;
        */
        position: fixed;
        background: #fff;
    
        z-index: 9999999;
        border-radius: 24px 24px 0 0;
        
    }
    .left--modal__wrap .head-new.mobile {
        position: absolute;
        top: 0;
    }
    .left--modal__wrap.scroll-direction-down .head-new.mobile {
        border-radius: 0px;
    }
    
    .modal__wrap--mobile-expert-description .head-new.mobile {
        top: 0;
    }
    .left--modal__wrap .head-new.mobile .prev-button,
    .modal__wrap .head-new.mobile .prev-button {
        position: absolute;
        left: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 22px;
    }
    .left--modal__wrap .head-new.mobile .text-head,
    .modal__wrap .head-new.mobile .text-head {
        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 .head-new.mobile .prev-button span,
    .modal__wrap .head-new.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 .head-new.mobile .text,
    .modal__wrap .head-new.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;
    }
    
    
    .modal__wrap--reviews-yandex.active .head, 
    .modal__wrap--reviews-google.active .head, 
    .modal__wrap--reviews-zoon.active .head, 
    .modal__wrap--reviews-2gis.active .head, 
    .modal__wrap--reviews-otzovik.active .head, 
    .modal__wrap--reviews-yell.active .head {
        margin-top: 36px;
    }
    
    
    
    
    
    
    
    
    .footer-row.bootom-cnt .bootom-item {
        gap: 12px;
    }
    .filter .properties-mobile-head {
        display: grid;
    }
    .filter .property-item {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .filter .property-item .title {
        font-weight: 525;
        font-size: 15px;
        margin: 0 0 24px;
    }
    .filter .property-item .list {
        /*
        display: flex;
        */
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    .filter .property-item .list .calculation__checkbox+.calculation__checkbox, 
    .filter .property-item .list .calculation__radio+.calculation__radio {
        margin-top: 0px;
    }
    .filter .property-item+.property-item {
        margin-top: 0px;
    }
    /*
    .filter .property-item .list .calculation__radio,
    .filter .property-item .list .calculation__checkbox {
        display: block;
        background: #F4F6FB;
        padding: 6px 16px;
        border-radius: 22px;
    }
    */
    .filter .property-item .list .calculation__radio.active,
    .filter .property-item .list .calculation__checkbox.active {
        background: #295AD9;
    }
    /*
    .filter .property-item .list .calculation__radio .radio__new,
    .filter .property-item .list .calculation__checkbox .radio__new {
        display: none;
    }
    */
    .filter .property-item .list .calculation__radio label,
    .filter .property-item .list .calculation__checkbox label {
        font-weight: 450;
        font-size: 14px;
        line-height: 165%;
        color: #242424;
    }
    .filter .property-item .list .calculation__radio.active label,
    .filter .property-item .list .calculation__checkbox.active label {
        color: #fff;
    }
    .filter .property-item .calculation__checkbox+.calculation__checkbox, 
    .filter .property-item .calculation__radio+.calculation__radio {
        margin-top: 0px;
    }
    .filter .property-item .calculation__radio.radio button, 
    .filter .property-item .calculation__checkbox.checkbox button {
        display: none;
    }
    /*
    .filter .property-item .all-banks {
        display: none;
    }
    .filter .property-item .calculation__radio.radio.hidden, 
    .filter .property-item .calculation__checkbox.checkbox.hidden {
        display: block!important;
    }
    */
    .filter .property-item .srok .list_titile {
        display: none;
    }
    .filter .property-item .creditors-search {
        display: none;
    }
    
    
    .reviews-item .features-cnt .feature-item .popup .banks-list {
        padding-left: 18px;
        padding-right: 18px;
    }
    /*
    .page-reviews-content .content-row .reviews-list .reviews-item {
        border: none;
    }
    .positive-reviews {
        border: none;
    }
    */
    button.more-reviews {
        margin: 11px auto 40px;
    }
    .reviews-foto-items .reviews-foto-item {
        border: 0.5px solid #DFE6F6;
    }
    .reviews-item .banks .bank-items .bank-item span {
        width: 44px;
        height: 44px;
    }
    .reviews-foto-items {
        grid-template-columns: calc(50% - 2px) calc(50% - 2px);
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        margin-top: 10px;
    }
    .reviews-item .features-cnt .feature-item {
        padding: 7px 20px;
    }
    /*
    .banks .bank-items .bank-item:nth-child(3) {
        display: none;
    }
    */
    
    .banks .bank-items .bank-item.other .popup .popup-cnt {
        padding: 20px 0 0 0;
    }
    .banks .bank-items .bank-item.other .popup .popup-cnt .banks-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    
    .reviews-foto-items .reviews-foto-item .decision-link a {
        display: block;
        line-height: 120%;
    }
    .reviews-foto-items .reviews-foto-item .decision-link a svg {
        margin-bottom: -1px;
    }
    .reviews-foto-items .reviews-foto-item .bank-item .prev-button span {
        width: auto!important;
        height: 32px!important;
    }
    .reviews-foto-items .reviews-foto-item:last-child {
        display: block;
    }
    .reviews-foto-items .reviews-foto-item .decision-link a {
        font-weight: 475;
        font-size: 14.5px;
        display: flex;
        gap: 8px;
        align-items: center;
    }
    .reviews-foto-items .reviews-foto-item>.properties .property .title {
        font-size: 14.25px;
    }
    .reviews-foto-items .reviews-foto-item .foto-frame {
        /*
        margin-bottom: 14px;
        */
    }
    /*
    .reviews-foto-items .reviews-foto-item>.properties .property .title span {
        display: none;
    }
    */
    .reviews-foto-items .reviews-foto-item>.properties {
        padding-bottom: 30px;
        border-radius: 0 0 16px 16px;
    }
    button.more-reviews {
        height: 59px;
        font-size: 14.75px;
    }
    .two-cols-item .contacts-cnt.mobile {
        display: block;
        margin-top: 22px;
    }
    .footer-row.bootom-cnt .bootom-item {
        justify-content: space-between;
    }
    .footer-row.bootom-cnt .bootom-item p {
        font-size: 14.25px;
        font-weight: 425;
    }
    .footer-row.bootom-cnt .bootom-item a {
        font-size: 14.5px;
        font-weight: 475;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup ul li {
        font-size: 15.25px;
        padding: 16px 14px;
    }
    .page-reviews-content .content-row .mobile-sort-cnt .popup ul li.active {
        color: #295AD9;    
    }
    .modal__wrap .head .head-item .stars {
        justify-content: flex-end;
    }
    .modal__wrap .head .image img {
        height: 28px;
        object-position: left;
    }
    
    .positive-reviews-text-content {
        display: flex;
        flex-direction: column-reverse;
        padding: 0px 18px;
        border: none;
        gap: 20px;
    }
    .positive-reviews-text-content-item p {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
    }
    .positive-reviews-text-content-item.grid {
        grid-template-columns: calc(50% - 1px) calc(50% - 1px);
        grid-column-gap: 2px;
        grid-row-gap: 2px;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .positive-reviews-text-content-item.grid .grid-item {
        padding: 26px 18px;
        background: #F4F6FB;
    }
    .positive-reviews-text-content-item.grid .grid-item:first-child {
        border-radius: 12px 0px 0 12px;    
    }
    .positive-reviews-text-content-item.grid .grid-item:last-child {
        border-radius:  0 12px 12px 0;    
    }
    .positive-reviews-text-content-item.grid .grid-item .number {
        font-weight: 625;
        font-size: 30px;
        /*
        color: #5381F6;
        */
        color: #295AD9;
    }
    .positive-reviews-text-content-item.grid .grid-item .text {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        color: #353535;
    }
    .reviews-item .video-frame .video-bg {
        border-radius: 10px 10px 12px 10px;
    }
    .page-reviews-content .content-row .reviews-list .reviews-item .video-frame img {
        border-radius: 10px 10px 12px 10px;
    }
    .reviews-item>.properties {
        grid-template-columns: 100%;
    }
    .reviews-item>.properties {
        /*
        display: none;
        */
        display: flex;
        gap: 16px;
        margin-bottom: 0px;
    }
    .reviews-item>.properties .property.width-50 {
        width: 100%;
    }
    .reviews-item>.properties .property.empty {
        display: none;
    }
    .reviews-item>.properties .property:nth-child(1) {
        order: 1;
    }
    .reviews-item>.properties .property:nth-child(3) {
        order: 3;
    }
    .reviews-item>.properties .property:nth-child(4) {
        order: 5;
    }
    .reviews-item>.properties .property:nth-child(5) {
        order: 4;
    }
    .reviews-item>.properties .property:nth-child(6) {
        order: 2;
    }
    .banks .bank-items .bank-item .popup .popup-cnt {
        border-radius: 10px 10px 0px 0px;
    }
    
    
    body.page-template-default .reviews-item>.properties {
        display: none;
    }
    body.page-template-default .reviews-item>.properties.mobile {
        display: flex;
    }
    
    
    
    
    
    
    
    
    
    .left--modal__wrap--video {
        width: 100%;
        padding: 0;
        border-radius: 0;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
    }
    .left--modal__wrap--video .video-content .video-content-property {
        display: none;
    }
    .left--modal__wrap--video .video-content .main-text {
        display: none;
    }
    .left--modal__wrap--video .head {
        padding: 18px 22px;
    }
    .left--modal__wrap--video .internal-cnt {
        overflow-y: auto;
        max-height: calc(100% - 40px);
        padding: 0px 0 40px 0;
    }
    .left--modal__wrap--video .head .name {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    
    }
    .left--modal__wrap--video .head .close {
        position: relative;
        display: block;
        height: 20px;
        top: auto;
        right: auto;
        text-align: right;
        line-height: normal;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        text-align: right;
        vertical-align: middle;
        color: #295AD9;
    }
    .left--modal__wrap--video .video-content .title, 
    .left--modal__wrap--video .video-content .text {
        padding-left: 12px;
        padding-right: 12px;
    }
    .left--modal__wrap--video .video-content .title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .left--modal__wrap--video .video-content .text {
        font-family: Roboto Flex;
        font-weight: 425;
        font-size: 15.5px;
        line-height: 160%;
        letter-spacing: 0.01em;
        margin-bottom: 20px;
    }
    
    .left--modal__wrap--video .video-content .form-cnt .row {
        padding-left: 12px;
        padding-right: 12px;
    }
    .left--modal__wrap--video .video-content .form-cnt .row.submit {
        padding-top: 14px!important;
        margin-top: 20px!important;
    }
    /*
    .left--modal__wrap--video .video-content .form-cnt .row.submit {
        border-top: 0.75px solid #EBEFF8;
        padding-top: 20px;
    }
    .left--modal__wrap--video .video-content .form-cnt .date-time-button.hidden {
        display: none!important;
    }
    .left--modal__wrap--video.popup-active::before {
        display: none;
    }
    .left--modal__wrap--video .video-content .popup {
        position: relative;
        top: auto;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .left--modal__wrap--video .video-content .popup .bottom.desktop {
        display: none;
    }
    .left--modal__wrap .head.mobile {
        display: grid;
    }
    */
    .left--modal__wrap .head.mobile {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: auto auto;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    .reviews-item .history {
        margin-top: 0px;
    }
    .left--modal__wrap--front-callback-3 .head.mobile {
        margin-bottom: 20px;
        position: relative;
    }
    /*
    .left--modal__wrap--front-callback-3 .head.mobile:after {
        content: "";
        height: 1px;
        width: calc(100% + 24px);
        position: absolute;
        left: -12px;
        bottom: 0px;
        background: #EBEFF8;
    }
    */

    
    /*
    .left--modal__wrap--video .video-content .form-cnt .row+.row.submit {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999999999;
        padding-bottom: 20px;
        padding-bottom: 100px;
    }
    */
    /*
    .left--modal__wrap--video .video-content .form-cnt  {
        padding-bottom: 90px;
    }
    */
    .reviews-item .video-frame .description {
        grid-template-columns: calc(65% - 0px) calc(35% - 0px);
    }
    .left--modal__wrap--video .video-content .video-frame .video-bg {
        border-radius: 0px;
    }
    .left--modal__wrap--awards {
        width: calc(100% - 0px);
        border-radius: 0;
        
        bottom: -100%;
        top: auto;
        left: 0;
        z-index: -1;
    }
    .left--modal__wrap--awards.active {
        left: 0%;
        bottom: 0;
        height: 80vh;
        z-index: 9999999;
        overflow: hidden;
        border-radius: 24px 24px 0 0 !important;
    }
    .left--modal__wrap--awards.scroll-direction-down {
        height: 100vh;
        border-radius: 0px 0px 0 0 !important;
    }
    .left--modal__wrap--awards .internal-cnt {
        padding: 0px 0px 0px 0px;
        margin-top: 70px;
        overflow-y: auto;
        max-height: 90vh;
        padding-bottom: 100px;
    }
    .left--modal__wrap--awards .internal-cnt .head.mobile {
        padding: 22px 12px;
    }
    .left--modal__wrap--awards .internal-cnt .head.mobile .close {
        position: relative;
        right: auto;
        top: 0;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        text-align: right;
        color: #295AD9;
    }
    .left--modal__wrap--awards .middle-content .awards-slider-item .image {
        margin-bottom: 24px;
    }
    .left--modal__wrap--awards .middle-content .awards-slider-item .content {
        padding: 0 12px;
    }
    .left--modal__wrap--awards .middle-content .awards-slider-item .content .title {
        font-weight: 575;
        font-size: 18px;
    }
    .left--modal__wrap--awards .middle-content .awards-slider-item .content .text p {
        font-weight: 425;
        font-size: 15.5px;
    }
    .left--modal__wrap--awards .awards-slider .arrow-prev, .left--modal__wrap--awards .awards-slider .arrow-next {
        top: 25vw;
    }
    .left--modal__wrap--awards .middle-content .author {
        grid-template-columns: 85px auto;
    }
    .left--modal__wrap--awards .middle-content .author .author-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .left--modal__wrap--awards .middle-content .author .name {
        font-size: 14px;
        margin: 0 0 2px;
    }
    .left--modal__wrap--awards .middle-content .author .post {
        font-size: 12.5px;
        line-height: 170%;
    }

    .left--modal__wrap--awards .middle-content .content .text p+p {
        margin-top: 8px;
    }
    .left--modal__wrap--video .video-content .form-cnt .date-time-button {
        margin-top: 30px;
        margin-bottom: 16px;
    }
    .left--modal__wrap--video .video-content .popup .title {
        margin-bottom: 16px;
    }
    .left--modal__wrap--video .video-content .popup .subtitle {
        margin-bottom: 16px;
    }
    .left--modal__wrap--video .video-content .popup .time-slot {
        margin-bottom: 18px;
    }
    .left--modal__wrap--video .video-content .popup .select-date-time {
        padding-top: 14px;
    }
    .left--modal__wrap--video .video-content .form-cnt .row.checkbox {
        margin-top: 37px;
    }
    .left--modal__wrap--smi .smi-content .bottom-button {
        display: block;
    }
    .left--modal__wrap--smi .smi-content .bottom {
        display: none;
    }
    .left--modal__wrap--smi .smi-content .main-image {
        border-radius: 0px;
        margin-top: 72px;
    }
    .page-news-smi-head .date-count {
        font-weight: 450;
        font-size: 12.5px;
        color: #6A6A6B;
    }
    .page-news-smi .news-smi-item .top .name {
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
        margin-bottom: 6px;
    }
    .page-news-smi .page-news-smi-head .sort .list ul li {
        padding: 16px 16px;
    }
    .page-news-smi .load-more-cnt {
        padding: 10px 0 25px;
    }
    .page-news-smi .news-smi-item .middle .text {
        margin-bottom: 0px;
    }
    .left--modal__wrap--smi.active {
        height: 80vh;
        border-radius: 24px 24px 0 0;
    }
    .left--modal__wrap--smi.scroll-direction-down {
        height: 100vh;
        border-radius: 0;
    }
    .left--modal__wrap--smi.scroll-direction-down .head-new {
        border-radius: 0;
    }
    .left--modal__wrap--smi .head.mobile {
        display: none;
    }
    .left--modal__wrap--smi .smi-content .bottom-button {
        padding: 14px 12px 6px;
    }
    .left--modal__wrap--smi .head-new {
        display: block;
        padding: 0px 12px 0px;
        margin: 26px 0 24px;
        /*
        position: relative;
        */
        position: fixed;
        width: 100%;
        z-index: 999;
        padding: 26px 12px 24px;
        margin: 0;
        background: #fff;
        border-radius: 24px 24px 0 0;
        box-sizing: border-box;
        height: 72px;
    }
    .left--modal__wrap--smi .head-new .prev-button {
        position: absolute;
        left: 18px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 100%;
        top: calc(50% - 11px);
    }
    .left--modal__wrap--smi .head-new .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--smi .head-new .text {
        text-align: center;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    }
    .page-news-single-content .date, 
    .page-news-single-content .text, 
    .page-news-single-content h1 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .page-news-single-content h1 {
        margin: 0 0 10px;
    }
    .page-news-single-content .text {
        padding-bottom: 30px;
    }
    .fpa-page-news {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .fpa-page-news.page-news-smi {
        padding-top: 0px;
    }
    .fpa-page-news-single .other-news h2 {
        display: none;
    }
    .fpa-page-news .page-news-cnt .page-news-item .main-title {
        display: block;
        margin-bottom: 20px;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #2B2D33;
        position: relative;
    }
    .fpa-page-news .page-news-cnt .page-news-item .main-title:before {
        content: "";
        position: absolute;
        left: -16px;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0px 2px 2px 0px;
    }
    .fpa-page-news-single .breadcrumbs-cnt {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .footer-row.blog-cnt .blog-items.swiper {
        display: none;
    }
    .footer-row.blog-cnt .blog-items-mobile {
        display: block;
    }
    
    .page-news-smi .news-smi-item .middle .text:before {
        bottom: 18px;
        display: none;
    }
    .fpa-page-news .page-news-cnt .page-news-item .title {
        line-height: 150%;
    }
    .fpa-page-news .page-news-cnt .page-news-item .text {
        font-size: 15px;
        line-height: 156%;
    }
    .page-news-smi .news-smi-item .middle .text, 
    .fpa-page-news .page-news-cnt .page-news-item .content {
        max-height: 130px;
    }
    .modal__wrap.modal__wrap--reviews-yandex .head-new.mobile, 
    .modal__wrap.modal__wrap--reviews-google .head-new.mobile, 
    .modal__wrap.modal__wrap--reviews-zoon .head-new.mobile, 
    .modal__wrap.modal__wrap--reviews-2gis .head-new.mobile, 
    .modal__wrap.modal__wrap--reviews-otzovik .head-new.mobile, 
    .modal__wrap.modal__wrap--reviews-yell .head-new.mobile {
        display: block;
    }
    
    .modal__wrap .reviews-list {
        max-height: calc(100vh - 160px);
    }
    
    
    
    
    .modal__wrap.modal__wrap--reviews-yandex .reviews-list .head, 
    .modal__wrap.modal__wrap--reviews-google .reviews-list .head, 
    .modal__wrap.modal__wrap--reviews-zoon .reviews-list .head, 
    .modal__wrap.modal__wrap--reviews-2gis .reviews-list .head, 
    .modal__wrap.modal__wrap--reviews-otzovik .reviews-list .head, 
    .modal__wrap.modal__wrap--reviews-yell .reviews-list .head,
    .modal__wrap.modal__wrap--reviews-yandex .reviews-list .head-mobile, 
    .modal__wrap.modal__wrap--reviews-google .reviews-list .head-mobile, 
    .modal__wrap.modal__wrap--reviews-zoon .reviews-list .head-mobile, 
    .modal__wrap.modal__wrap--reviews-2gis .reviews-list .head-mobile, 
    .modal__wrap.modal__wrap--reviews-otzovik .reviews-list .head-mobile, 
    .modal__wrap.modal__wrap--reviews-yell .reviews-list .head-mobile {
        display: grid;
    }
    .modal__wrap.modal__wrap--reviews-yandex .desktop .head, 
    .modal__wrap.modal__wrap--reviews-google .desktop .head, 
    .modal__wrap.modal__wrap--reviews-zoon .desktop .head, 
    .modal__wrap.modal__wrap--reviews-2gis .desktop .head, 
    .modal__wrap.modal__wrap--reviews-otzovik .desktop .head, 
    .modal__wrap.modal__wrap--reviews-yell .desktop .head,
    .modal__wrap.modal__wrap--reviews-yandex .desktop .head-mobile, 
    .modal__wrap.modal__wrap--reviews-google .desktop .head-mobile, 
    .modal__wrap.modal__wrap--reviews-zoon .desktop .head-mobile, 
    .modal__wrap.modal__wrap--reviews-2gis .desktop .head-mobile, 
    .modal__wrap.modal__wrap--reviews-otzovik .desktop .head-mobile, 
    .modal__wrap.modal__wrap--reviews-yell .desktop .head-mobile {
        display: none;
    }
    .left--modal__wrap--video.expert .head-new.mobile {
        display: block;
    }
    .left--modal__wrap--video.single-video .head-new.mobile {
        display: block;
    }
    
    main {
        overflow: hidden;
    }
    
    .banks .bank-items .bank-item .popup .popup-cnt .head.mobile {
        display: block;
    }
    .reviews-item .features-cnt .feature-item.active .popup .head.mobile, 
    .filter .filter-head.active .popup .head-new.mobile {
        width: calc(100% - 24px);
        border-bottom: 1px solid #EBEFF8;
        border-radius: 16px 16px 0 0;
        display: block;
        padding: 26px 12px 24px;
        margin: 0px 0 24px 0px;
        position: relative;
        height: 22px;
        box-sizing: content-box;
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 9999999;
    }
    .reviews-item .features-cnt .feature-item.active .popup .head.mobile .prev-button, 
    .filter .filter-head.active .popup .head-new.mobile .prev-button {
        position: absolute;
        left: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 22px;
    }
    .reviews-item .features-cnt .feature-item.active .popup .head.mobile .prev-button span, 
    .filter .filter-head.active .popup .head-new.mobile .prev-button span {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.25px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .reviews-item .features-cnt .feature-item.active .popup .head.mobile .text, 
    .filter .filter-head.active .popup .head-new.mobile .text-head {
        text-align: center;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 16.5px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #202020;
    }
    .reviews-item .features-cnt .feature-item.active .popup .close, 
    .filter .filter-head.active .popup .close {
        display: none;
    }
    .reviews-item .features-cnt .feature-item.active .popup .popup-text, 
    .filter .filter-head.active .popup .popup-text {
        padding-top: 78px;
        padding-bottom: 24px;
    }
    
    
    .page-develop {
        background: #FFF;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .page-develop h1 {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #2B2D33;    
        margin: 0 0 14px;
    }
    .page-develop .update_date {
        font-weight: 450;
        font-size: 12.5px;
        color: #6A6A6B; 
        margin: 0 0 24px;
    }
    .page-develop .text-content .wp-block-group {
        border-radius: 0;
        padding: 0;
    }
    .page-develop .text-content .wp-block-group+.wp-block-group {
        margin-top: 24px;
    }
    .page-develop .text-content .wp-block-group h2 {
        font-size: 16px;
        color: #353535;
        margin: 0 0 10px;
    }
    .page-develop .text-content p {
        font-size: 14.5px;
        color: #454545;
    }
    .page-develop .text-content p+p {
        margin-top: 10px;
    }
    .page-develop .text-content .wp-block-group ul.wp-block-list li {
        font-size: 14.5px;
        color: #454545;
    }
    .page-develop .text-content p a {
        font-size: 14.5px;
    }
    .page-develop.page-pravo-information {
        background: #EBEFF8;
    }
    
    .pravo-information-cnt .desktop {
        display: none;
    }
    .pravo-information-cnt .mobile {
        display: block;
    }
    .pravo-information-block .mobile .title {
        margin-top: 30px;
        padding-left: 20px;
        margin-bottom: 20px;
        position: relative;
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #2B2D33;
    }
    .pravo-information-block .mobile .title:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 3px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .pravo-information-block .mobile .image {
        padding: 0 20px 24px;
    }
    .pravo-information-block.two-cols .two-cols-item:first-child {
        padding: 0px 20px 30px;
    }
    .pravo-information-block.two-cols .two-cols-item:last-child {
        display: none;
    }
    .pravo-information-block.two-cols {
        grid-template-columns: 100%;
    }
    
    .pravo-information-cnt .title-block+.pravo-information-block {
        margin-top: 10px;
    }
    .page-develop .mobile .update_date {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pravo-information-cnt .title-block+.pravo-information-block .text-content-cnt {
        padding: 0px 20px 30px;
    }
    .pravo-information-block ul li {
        font-weight: 500;
    }
    .page-develop.page-pravo-information .text-content p {
        font-size: 16px;
        color: #454545;
    }
    body.page-template-page-politika footer {
        border-top: 0.5px solid #DFE6F6;
    }
    .page-reviews-content .content-row .reviews-list .reviews-item {
        border-radius: 16px;
    }
    
    
    button.more-cases, button.more-reviews {
        border-radius: 16px;
    }
    
    
    
    
    
    .banks .bank-items .bank-item .popup .head.mobile {
        width: calc(100% - 24px);
        border-bottom: 1px solid #EBEFF8;
        display: block;
        padding: 26px 12px 24px;
        margin: 0px 0 24px 0px;
        position: relative;
        height: 22px;
        box-sizing: content-box;
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 9999999;
    }
    .banks .bank-items .bank-item .popup .head.mobile .prev-button {
        position: absolute;
        left: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        height: 22px;
    }
    .banks .bank-items .bank-item .popup .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;
        background: transparent;
    }
    .banks .bank-items .bank-item .popup .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;
    }
    .banks .bank-items .bank-item.active .popup .close {
        display: none;
    }
    .banks .bank-items .bank-item .popup .head.mobile+.image {
        padding-top: 72px;
    }
    .banks .bank-items .bank-item .popup .head.mobile+.properties {
        padding-top: 96px;
    }
    
    .banks .bank-items .bank-item .popup .properties .link button span {
        border-radius: 0px;
    }
    .aside-consiltation {
        display: none;
    }
    
    
    
    .page-about-appointment-modal-bg.active {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        /* background: #EBEFF8CC; */
        background: rgba(0, 0, 0, 0.35);
        z-index: 999999999;
    }
    
    
    
    .left--modal__wrap--page-front-cost-attention .head-new.mobile {
        margin-top: -102px;
        border-radius: 24px 24px 0 0;
    }
    
    
    .left--modal__wrap--how-bankruptcy-help-attention .head-new.mobile {
        top: 0!important;
        position: absolute!important;
    }
    .pravo-information-block ul li {
        line-height: 170%;
    }
    .pravo-information-block ul li a {
        text-decoration: none;
    }
    
    
    .fpa-head {
        
        
        background: #295AD9;
        /*
        padding-bottom: 46px;
        */
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 0;
        
        position: relative;
        top: auto;
        width: 100%;
        /*
        z-index: 99999999;
        */
    }
    .page-about-top {
        padding-top: 0px!important;
    }
    .banks .bank-items .bank-item.other .popup .banks-list ul {
        padding-top: 76px;
        padding-bottom: 24px;
    }
    .banks .bank-items .bank-item.other .popup .popup-cnt .head.mobile {
        margin-left: -20px;
    }
    .reviews-foto-items .reviews-foto-item .foto-frame {
        padding-bottom: 0px;
        border-radius: 16px 16px 0 0;
    }
    .left--modal__wrap--front-callback-object.left--modal__wrap--confirm-phone .internal-cnt {
        padding-top: 24px;
    }
    .left--modal__wrap--front-callback-object.left--modal__wrap--confirm-phone .head-new.mobile {
        left: 0px;
    }
    .fpa-head {
        border: none;
    }
    body.main-content-fixed footer, 
    body.main-content-fixed main {
        padding-right: 0!important;
    }
    body.main-content-fixed footer {
        z-index: -1;
        position: relative;
    }
    body.overlay .smi-sort-bg-panel {
        background: rgba(0, 0, 0, 0.35);
    }
}


@media (max-width: 560px) {
    .reviews-foto-items .reviews-foto-item .banks .bank-items {
        gap: 8px;
    }
    /*
    .reviews-item .history .text {
        max-height: 72px;
    }
    */
}

@media (max-width: 440px) {
    .left--modal__wrap--video .video-content .popup .jsCalendar table {
        max-width: fit-content;
    }
    .left--modal__wrap--video .video-content .popup .jsCalendar thead .jsCalendar-week-days th, .left--modal__wrap--video .video-content .popup .jsCalendar tbody td {
        margin: 1px 4px;
    }
    /*
    .reviews-item .history .text {
        max-height: 70px;
    }
    */
    .modal__wrap .reviews-list {
        max-height: calc(100vh - 60px);
    }
}




.page-template-page-smi .news-smi-items .middle .text:after {
    display: none;
}



























