/* Top */
.page-about-top {
    background: url(../images/about/top-bg.png) center bottom no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 120px;
}
.page-about-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(50% - 0px) calc(50% - 0px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 659px;
}
body.page-template-page-instructions .page-about-wrap {
    grid-template-columns: calc(53% - 0px) calc(47% - 0px);
}
.page-about-col {
    position: relative;
}
.page-about-col:first-child {
    /*
    padding-left: 42px;
    */
    display: flex;
    align-items: center;
}
.page-about-col:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.page-about-col .text {
    padding-bottom: 120px;
}
.page-template-page-spasibo1 .page-about-col .text, 
.page-template-page-spasibo2 .page-about-col .text {
    max-width: 480px;
}

.page-about-col .text h1 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0 0 28px;
}
.page-about-col .text p {
    font-family: Roboto Flex;
    font-weight: 465;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0 0 32px;
}
.page-about-col .text button.appointment, 
.page-about-col .text a.appointment {
    width: 100%;
    max-width: 207px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #202020;
    text-decoration: none;
}
.page-about-col .text button.appointment {
    padding: 0 28px;
    border: none;
    max-width: fit-content;
}
.page-about-col .text button.appointment:hover, 
.page-about-col .text a.appointment:hover {
    color: #295AD9;
}
.page-about-col .text button.appointment:focus, 
.page-about-col .text a.appointment:focus {
    color: #295AD9;
    background: #F0F0F0;
}
.page-about-col .akciya {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.page-about-col .top__figure {
    position: relative;
    margin: 0;
}
.page-about-col .top__figure img {
    /*
    margin-left: -38%;
    */
    margin-left: -28%;
    width: 180%;
}
.page-about-col .top__figure figcaption {
    padding: 12px 26px;
    background: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.page-about-col .top__figure figcaption .top__label {
    display: block;
    font-family: Roboto Flex;
    line-height: 145%;
    letter-spacing: 0em;
}
.page-about-col .top__figure figcaption .top__label--name {
    font-weight: 575;
    font-size: 16px;
    /*
    text-align: right;
    */
    margin: 0 0 4px;
    color: #393939;
}
.page-about-col .top__figure figcaption .top__label--post {
    font-weight: 525;
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #454545;
}
@media (max-width: 782px) {
    .page-about-wrap {
        grid-template-columns: 100%;
        min-height: auto;
    }
    body.page-template-page-instructions .page-about-wrap {
        grid-template-columns: 100%;
        min-height: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .page-about-col {
        flex-direction: column;
    }
    .page-about-col:first-child {
        padding-left: 0px;
    }
    .page-about-col .text .desktop {
        display: none;
    }
    .page-about-col .text h1 {
        font-size: 25px;
        letter-spacing: 0.01em;
        text-align: center;
        margin: 0 0 16px;
    }
    .page-about-col .text p {
        font-weight: 525;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        margin: 0;
    }
    .page-about-col .text {
        margin-top: 38px;
        padding-bottom: 29px;
    }
    .page-about-col .text a.appointment {
        display: none;
    }
    .page-about-col .akciya {
        display: none;
    }
    .page-about-col .top__figure img {
        margin-left: -12px;
        width: calc(100% + 24px);
        margin-top: -20%;
    }
    .page-template-page-spasibo1 .page-about-col .top__figure img, 
    .page-template-page-spasibo2 .page-about-col .top__figure img {
        margin-top: 0%;
    }
    body.page-template-page-instructions .page-about-top {
        padding-top: 0px;
    }
    body.page-template-page-instructions .page-about-col .top__figure img {
        margin-left: -12px;
        width: calc(100% + 24px);
        margin-top: 0%;
    }
    body.page-template-page-instructions .page-about-col .text button.appointment {
        display: none;
    }
    
    body.page-template-page-frontpage .page-about-col .top__figure img {
        margin-top: 0%;
    }
    .page-about-col .top__figure figcaption {
        left: 2px;
        right: auto;
        bottom: 8px;
    }
    .page-about-col .top__figure figcaption .top__label--name {
        font-weight: 550;
        font-size: 14px;
        text-align: left;
        margin: 0 0 2px;
    }
    .page-about-col .top__figure figcaption .top__label--post {
        font-size: 11.5px;
    }
    .page-about-col .top__figure figcaption {
        padding: 12px 16px;
    }
}

/* History */
.page-about-history {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-about-history h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-history .history-content {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 30px 28px 44px;
    height: 100%;
    box-sizing: border-box;
}
.page-about-history-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-history-wrap .page-about-history-col .mobile-cnt {
    display: none;
}
.page-about-history .history-text, 
.page-about-history .history-numbers {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 30px 28px;
}
.page-about-history .history-text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-about-history .history-numbers {
    margin-top: 24px;
}
.history-numbers-item {
    padding-bottom: 18px;
}
.history-numbers-item+.history-numbers-item {
    border-top: 1px solid #EFEFEF;
    padding-top: 18px;
}
.history-numbers-item:last-child {
    padding-bottom: 0px;
}
.history-numbers-item .number {
    font-family: Roboto Flex;
    font-weight: 575;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #295AD9;
    margin: 0 0 12px;
}
.history-numbers-item:hover .number {
    color: #5182FF;    
}
.history-numbers-item .text {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15.5px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #353535;    
}
.history__lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    gap 12px;
}
.history__lst li {
    padding-left: 60px;
    position: relative;
}
.history__lst li:last-child .history__desc {
    margin-bottom: 0px;
}
.history__lst li .history__date {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    display: block;
    margin: 28px 0 10px;
    color: #202020;
}
.history__lst li:first-child .history__date {
    margin-top: 16px;
}
.history__lst li .history__desc {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;    
    color: #454545;
    margin-bottom: 28px;
    display: block;
}
.history__lst li .history__line {
    display: block;
    height: 1px;
    background: #EDF4FA;
    max-width: 303px;
}
.history__lst li .history__point:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 19px;
    width: 2px;
    height: 34px;
    background: #295AD9D9;
}
.history__lst li .history__point:after {
    content: "";
    position: absolute;
    top: 46px;
    left: 19px;
    width: 2px;
    height: calc(100% - 33px);
    background: #295AD9D9;
}
.history__lst li:first-child .history__point:before {
    background: transparent;
}
.history__lst li:last-child .history__point:after {
    background: transparent;
}
.history__lst li:first-child .history__point .history__icon {
    top: 22px;
}
.history__lst li:first-child .history__point:after {
    top: 34px;
}
.history__lst li .history__point .history__icon {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 14px;
    top: 34px;
    border-radius: 50%;
    border: 2.5px solid #295AD9D9;
    box-sizing: border-box;
}
.history__lst li:hover .history__point .history__icon {
    border: 2.5px solid #5182FF;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.history__lst li:hover .history__date {
    color: #808080;
    /*
    font-size: 19.5px;
    */
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    padding-left: 28px;
}




@media (max-width: 782px) {
    .page-about-history {
        padding: 20px 0 10px;
    }
    .page-about-history .page-about-history-top {
        display: none;
    }
    .page-about-history-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .page-about-history-wrap .page-about-history-col:first-child {
        background: #FFFFFF;
        border-radius: 16px;
        padding: 30px 0px 30px;
        height: auto;
        box-sizing: border-box;
    }
    .page-about-history-wrap .page-about-history-col:last-child {
        display: none;
    }
    .page-about-history .history-content {
        background: transparent;
        border-radius: 0;
        padding: 0;
        height: auto;
        box-sizing: border-box;
    }
    .page-about-history-wrap .page-about-history-col .mobile-cnt {
        display: block;
    }
    .page-about-history-wrap .page-about-history-col .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        margin-bottom: 20px;
        position: relative;
    }
    .page-about-history-wrap .page-about-history-col .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-history-wrap .page-about-history-col .mobile-cnt .text {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;
        padding: 0 20px 20px;
    }
    .history__lst li {
        padding-left: 50px;
    }
    .history__lst li+li {
        padding-top: 12px;
    }
    .history__lst li .history__date {
        font-size: 16px;
    }
    .history__lst li .history__desc {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
    }
    
    .history__lst li:nth-child(2) .history__point .history__icon,
    .history__lst li:nth-child(3) .history__point .history__icon,
    .history__lst li:nth-child(4) .history__point .history__icon {
        top: 45px;
    }
    .history__lst li:nth-child(2) .history__point:before, 
    .history__lst li:nth-child(3) .history__point:before, 
    .history__lst li:nth-child(4) .history__point:before {
        height: 46px;
    }
    .history__lst li:nth-child(2) .history__point:after,
    .history__lst li:nth-child(3) .history__point:after,
    .history__lst li:nth-child(4) .history__point:after {
        top: 55px;
        height: calc(100% - 55px);
    }
    .history__lst li:last-child .history__desc {
        margin-bottom: 0;
    }
}

/* Awards */
.page-about-awards {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-about-awards h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-awards-row.three-items {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-awards-row.two-items {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-awards-row+.page-about-awards-row {
    margin-top: 14px;
}
.page-about-awards-row .page-about-awards-col {
    cursor: pointer;
}
.page-about-awards-row .page-about-awards-col.two-images, 
.page-about-awards-row .page-about-awards-col.one-image {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}
.page-about-awards-row .page-about-awards-col.one-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-about-awards-row .page-about-awards-col.one-image .image picture {
    width: 72%;
}
.page-about-awards-row .page-about-awards-col.two-images .left-image {
    position: absolute;
    top: 0;
    left: 12%;
    width: 26.3%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-about-awards-row .page-about-awards-col.two-images .right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.page-about-awards-row .page-about-awards-col.two-images:last-child .right-image {
    width: 52%;
}
.page-about-awards-row .page-about-awards-col.two-images.variation-2 .left-image {
    width: 55%;
    left: 8%;
}
.page-about-awards-row .page-about-awards-col.two-images.variation-2 .right-image {
    width: 47%;
    left: auto;
    align-items: flex-end;
    justify-content: flex-end;
}
.page-about-awards-row .page-about-awards-col.one-image.variation-3 .image picture {
    width: 62%;
}
.page-about-awards-row .page-about-awards-col.one-image.variation-4 .image picture {
    width: 48%;
}
.page-about-awards-row .page-about-awards-col.one-image:hover .image {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.page-about-awards-row .page-about-awards-col.two-images:hover .right-image, 
.page-about-awards-row .page-about-awards-col.two-images:hover .left-image {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
    
.page-about-awards-row:first-child .page-about-awards-col {
    border-radius: 28px;
    overflow: hidden;
}
.page-about-awards-row:last-child .page-about-awards-col {
    border-radius: 28px;
    overflow: hidden;
}
.page-about-awards-row .page-about-awards-col .image-bg img {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
}
.page-about-awards-row .page-about-awards-col .image {
    max-height: 360px;
}

.page-about-awards .mobile-cnt {
    display: none;
}
.page-about-awards-wrap.mobile {
    display: none;
}
.page-about-awards-wrap.desktop {
    display: block;
}
@media (max-width: 782px) {
    .page-about-awards {
        padding: 0px 0 10px;
    }
    .page-about-awards .page-about-awards-top {
        display: none;
    }
    .page-about-awards .mobile-cnt {
        display: block;
        background: #FFFFFF;
        border-radius: 16px;
        padding: 30px 0px 30px;
        height: auto;
        box-sizing: border-box;
    }
    .page-about-awards .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        margin-bottom: 20px;
        position: relative;    
    }
    .page-about-awards .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(0% + 4px);
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-awards-wrap {
        padding: 0 20px;
    }
    .page-about-awards-row+.page-about-awards-row {
        margin-top: 2px;
    }
    .page-about-awards-row.two-items {
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }
    .page-about-awards-wrap.mobile {
        display: block;
    }
    .page-about-awards-wrap.desktop {
        display: none;
    }
    .page-about-awards-wrap .page-about-awards-row:last-child img {
        border-radius: 0 0 8px 8px;
    }
}

/* Profi */
.page-about-profi {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-about-profi h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-profi h3 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 24px 0;
    color: #2B2D33;
}
.page-about-profi-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(33% - 12px) calc(67% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-profi-wrap .profi-text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    background: #fff;
    height: 100%;
    padding: 30px 28px;
    box-sizing: border-box;
    border-radius: 10px;
}
.page-about-profi-wrap .profi-text {
    background: #fff;
    border-radius: 28px;
    padding: 30px 28px;
    height: 100%;
    box-sizing: border-box;
}
.page-about-profi-wrap .profi-people {
    background: #fff;
    border-radius: 28px;
    padding: 30px 0px;
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}
.page-about-profi-wrap .profi-people-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(0deg, #F4F6FB, #F4F6FB), radial-gradient(67.14% 67.14% at 50% 50%, rgba(82, 115, 197, 0) 45.83%, rgba(82, 115, 197, 0.2) 100%);
    max-height: 94px;
}
.page-about-profi-wrap .profi-people-item:hover picture {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


.page-about-profi-wrap .profi-people-item:nth-child(1),
.page-about-profi-wrap .profi-people-item:nth-child(6),
.page-about-profi-wrap .profi-people-item:nth-child(11) {
    border-radius: 0 8px 8px 0;
}
.page-about-profi-wrap .profi-people-item:nth-child(5),
.page-about-profi-wrap .profi-people-item:nth-child(10),
.page-about-profi-wrap .profi-people-item:nth-child(15) {
    border-radius: 8px 0 0 8px;
}
.page-about-profi-wrap .profi-people-item picture {
    height: 100%;
}
.page-about-profi-wrap .profi-people-item picture img {
    height: 100%;
    object-fit: cover;
}
/*
.page-about-profi-wrap .profi-people-item:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #FFFFFF66;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    scroll-behavior: smooth;   
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.page-about-profi-wrap .profi-people-item:hover:before {
    opacity: 1;
}
*/
.page-about-profi-expert {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px; 
}
.page-about-profi-expert-item {
    border-radius: 28px;
    overflow: hidden;
    /*
    cursor: pointer;
    */
    background: #fff;
}
.page-about-profi-expert-item .image {
    overflow: hidden;
}
.page-about-profi-expert-item .image img {
    max-height: 226px;
    object-fit: cover;
    object-position: top;
}
.page-about-profi-expert-item .image .bullet {
    display: none;
}
.page-about-profi-expert-item:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.page-about-profi-expert-item .content {
    padding: 30px 28px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.page-about-profi-expert-item .content .name {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
    margin: 0 0 10px;
}
.page-about-profi-expert-item .content .post {
    font-family: Roboto Flex;
    font-weight: 415;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-about-profi-expert-item .content .post a {
    color: #295AD9;
    text-decoration: none;
}
.page-about-profi-association-item {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    /*
    cursor: pointer;
    */
}
/*
.page-about-profi-association-item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
*/
.page-about-profi-association-item .image {
    overflow: hidden;
}
.page-about-profi-association-item .image img {
    max-height: 180px;
    object-fit: cover;
    
}
.page-about-profi-association-item:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.page-about-profi-association-item .content {
    padding: 32px 28px 34px;
    background: #fff;
}
.page-about-profi-association-item .content .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
/*
.page-about-profi-wrap.desktop {
    display: block;
}
*/
.page-about-profi-cnt.mobile {
    display: none;
}
@media (max-width: 782px) {
    .page-about-profi {
        padding: 0px 0 10px;
    }
    .page-about-profi-top {
        display: none;
    }
    .page-about-profi-wrap.desktop {
        display: none;
    }
    .page-about-profi-cnt.mobile {
        display: block;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 30px 0px 0px;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
    }
    .page-about-profi-cnt.mobile .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        margin-bottom: 20px;
        position: relative;    
    }
    .page-about-profi-cnt.mobile .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-profi-cnt.mobile .text {
        font-family: Roboto Flex;
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
        letter-spacing: 0.01em;   
        color: #242424;
        padding: 0 20px 24px;
    }
    .page-about-profi-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 4px;
    }
    .page-about-profi-wrap .profi-people {
        display: flex!important;
        flex-wrap: nowrap;
        gap: 4px!important;
        justify-content: space-between;
    }
    .page-about-profi-wrap .profi-people .profi-people-item {
        width: calc(33.33% - 3px);
        height: 65px;
    }
    .page-about-profi-row:nth-child(2) .profi-people,
    .page-about-profi-row:nth-child(4) .profi-people {
        margin-left: -16.5%;
        margin-right: -16.5%;
    }
    .page-about-profi-wrap .profi-people {
        padding: 0px 0px;
    }
    .page-about-profi h3 {
        font-family: Roboto Flex;
        font-weight: 550;
        font-size: 18px;
        line-height: 145%;
        letter-spacing: 0.01em;
        padding: 30px 20px 20px;
        background: #fff;
        margin: 0;
    }
    .page-about-profi-expert {
        background: #fff;
        padding: 0px 20px;
        border-radius: 0 0 10px 10px;
        grid-template-columns: 100%;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        padding-bottom: 30px;
    }
    .page-about-profi-expert-item {
        background: #F4F6FB;
        display: grid;
        grid-template-rows: auto;
        /*
        grid-template-columns: calc(35% - 10px) calc(65% - 10px);
        */
        grid-template-columns: 112px auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        align-items: center;
        min-height: 188px;
    }
    .page-about-profi-expert-item .image img {
        width: calc(100% + 10px);
        margin-left: -10px;
    }
    /*
    .page-about-profi-expert-item:last-child {
        grid-template-columns: 130px auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    */
    .page-about-profi-expert-item:first-child .image {
        padding-top: 0px;
    }
    /*
    .page-about-profi-expert-item:last-child .image img {
        width: calc(100% + 40px);
        margin-left: -40px;
    }
    .page-about-profi-expert-item:first-child .image img {
        width: calc(100% + 20px);
        margin-left: -20px;
    }
    */
    .page-about-profi-expert-item .image {
        padding-top: 20px;
        align-self: flex-end;
    }
    .page-about-profi-expert-item .content {
        padding: 0;
        background: transparent;
        max-width: 169px;
        box-sizing: border-box;
    }
    .page-about-profi-expert-item .content .name {
        font-weight: 550;
        font-size: 14.5px;
        letter-spacing: 0em;
        color: #393939;
        margin: 0 0 16px;
    }
    .page-about-profi-expert-item .content .post {
        font-weight: 415;
        font-size: 12px;
        line-height: 150%;
        color: #454545;
    }
    .page-about-profi-expert-item {
        border-radius: 12px;
    }
    .page-about-awards-row:first-child .page-about-awards-col {
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }
    .page-about-awards-row:last-child .page-about-awards-col {
        border-radius: 0 0 12px 12px;
        overflow: hidden;
    }
}

/* Association */
.page-about-association {
    padding: 40px 0 12px; 
    background: #EBEFF8;
}
.page-about-association h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-association-expert {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px; 
}
.page-about-association .mobile-cnt {
    display: none;
}
@media (max-width: 782px) {
    .page-about-association {
        padding: 0px 0 10px;
    }  
    .page-about-association-top {
        display: none;
    }
    .page-about-association .mobile-cnt {
        display: block;
        background: #FFFFFF;
        border-radius: 16px 16px 0 0;
        padding: 30px 0px 0px;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
    }
    .page-about-association .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        margin-bottom: 20px;
        position: relative;    
    }
    .page-about-association .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-association-expert {
        background: #fff;
        border-radius: 0 0 16px 16px;
        padding: 0 20px 30px;
        grid-template-columns: 100%;
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }
    .page-about-profi-association-item {
        height: 160px;
        background: #f4f5fc;
        display: flex;
        align-items: center;
        border-radius: 0px;
        justify-content: center;
    }
    .page-about-charity-wrap.mobile {
        border-radius: 0px;
    }
    .page-about-profi-association-item:first-child {
        border-radius: 12px 12px 0 0;
    }
    .page-about-profi-association-item:last-child {
        border-radius: 0 0 12px 12px;
    }
    .page-about-profi-association-item .content {
        display: none;
    }
    .page-about-profi-association-item .image, 
    .page-about-profi-association-item .image picture,
    .page-about-profi-association-item .image picture img {
        height: 100%;
    }
    .page-about-profi-association-item .image picture img {
        object-fit: cover;
    }
}

/* Сharity */
.page-about-charity {
    padding: 40px 0 12px; 
    background: #EBEFF8;
}
.page-about-charity h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-charity-wrap {
    padding: 30px 0;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
}
.page-about-charity-row {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(25% - 4px) calc(50% - 4px) calc(25% - 4px);
    grid-column-gap: 6px;
    grid-row-gap: 6px; 
}
.page-about-charity-row+.page-about-charity-row {
    margin-top: 6px;
}
.page-about-charity-col {
    overflow: hidden;    
    position: relative;
    border-radius: 12px;
}
.page-about-charity-col picture,
.page-about-charity-col picture img {
    height: 100%;
    width: calc(100% + 8px);
}
.page-about-charity-col picture img {
    object-fit: cover;
    border-radius: 12px;
    max-height: 360px;
}
.page-about-charity-col:first-child,
.page-about-charity-col:first-child img {
    border-radius: 0 12px 12px 0;
}
.page-about-charity-col:last-child,
.page-about-charity-col:last-child img{
    border-radius: 12px 0 0 12px;
}

.page-about-charity-col.photo:hover img {
    transform: scale(1.06);
    transition: transform 0.4s ease;
}
/*
.page-about-charity-col.photo:hover:before {
    content: "";
    background: rgb(255 255 255 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
*/
.page-about-charity-images-row {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}
.page-about-charity-images-row .logo {
    overflow: hidden;
}
.page-about-charity-images-row .logo picture {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-about-charity-images-row .logo picture {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-about-charity-images-row:nth-child(1) .logo:nth-child(1) picture img,
.page-about-charity-images-row:nth-child(1) .logo:nth-child(2) picture img,
.page-about-charity-images-row:nth-child(1) .logo:nth-child(3) picture img {
    width: auto;
    height: 45px;
}
.page-about-charity-images-row:nth-child(2) .logo:nth-child(1) picture img,
.page-about-charity-images-row:nth-child(2) .logo:nth-child(2) picture img,
.page-about-charity-images-row:nth-child(2) .logo:nth-child(3) picture img {
    width: auto;
    height: 43px;
}
.page-about-charity-images-row:nth-child(3) .logo:nth-child(1) picture img,
.page-about-charity-images-row:nth-child(3) .logo:nth-child(2) picture img,
.page-about-charity-images-row:nth-child(3) .logo:nth-child(3) picture img {
    width: auto;
    height: 88px;
}
.page-about-charity-images-row {
    height: 110px;
}
.page-about-charity-images-row+.page-about-charity-images-row {
    border-top: 1px solid #EFEFEF;    
}

.page-about-charity-row:nth-child(1) .page-about-charity-col:nth-child(2) {
    background: #F4F6FB;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 20px;
}
.page-about-charity-row:nth-child(1) .page-about-charity-col:nth-child(2) .logo:hover img {
    transform: scale(1.06);
    transition: transform 0.4s ease;
}
.page-about-charity .mobile-cnt {
    display: none;
}
.page-about-charity-wrap.mobile {
    display: none;
}
@media (max-width: 782px) {
    .page-about-charity {
        padding: 0px 0 10px;
    }
    .page-about-charity-top {
        display: none;
    }
    .page-about-charity .mobile-cnt {
        display: block;
        background: #fff;
        padding: 30px 0 20px;
        border-radius: 16px 16px 0 0;
    }
    .page-about-charity-wrap.mobile {
        border-radius: 0px 0px 16px 16px;
    }
    .page-about-charity .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        position: relative;    
    }
    .page-about-charity .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-charity-wrap {
        padding: 0 0 30px;
    }
    .page-about-charity-wrap.desktop {
        display: none;
    }
    .page-about-charity-wrap.mobile {
        display: block;
    }
    .page-about-charity-wrap.mobile .page-about-charity-row.three-cols {
        /*
        grid-template-columns: calc(8% - 4px) calc(84% - 4px) calc(8% - 4px);
        */
        grid-template-columns: auto 300px auto;
    }
    .page-about-charity-wrap.mobile .page-about-charity-row.two-cols {
        grid-template-columns: calc(50% - 3px) calc(50% - 3px);;
    }
    .page-about-charity-col picture, 
    .page-about-charity-col picture img {
        /*
        height: 50vw;
        */
        height: 188px;
        width: 100%;
    }
    .page-about-charity-row:nth-child(1) .page-about-charity-col:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*
    .page-about-charity-wrap.mobile .page-about-charity-row.three-cols .page-about-charity-col,
    .page-about-charity-wrap.mobile .page-about-charity-row.three-cols .page-about-charity-col img {
        border-radius: 4px;
        border: 1px solid red;
    }
    .page-about-charity-wrap.mobile .page-about-charity-row.three-cols .page-about-charity-col:first-child,
    .page-about-charity-wrap.mobile .page-about-charity-row.three-cols .page-about-charity-col:first-child img {
        border-radius: 0 4px 4px 0;
    }
    .page-about-charity-wrap.mobile .page-about-charity-row.three-cols .page-about-charity-col:last-child,
    .page-about-charity-wrap.mobile .page-about-charity-row.three-cols .page-about-charity-col:last-child img {
        border-radius: 4px 0 0 4px;
    }
    */
    .page-about-charity-col,
    .page-about-charity-col img {
        border-radius: 4px;
        /*
        border: 1px solid red;
        */
    }
    .page-about-charity-col:first-child,
    .page-about-charity-col:first-child img {
        border-radius: 0 12px 12px 0;
    }
    .page-about-charity-col:last-child,
    .page-about-charity-col:last-child img {
        border-radius: 12px 0 0 12px;
    }
}

/* SMI */
.page-about-smi {
    padding: 40px 0 12px; 
    background: #EBEFF8;
}
.page-about-smi h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-smi-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 16px;
}
.page-about-smi-item a {
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    box-sizing: border-box;
    cursor: pointer;
}
.page-about-smi-item:hover a {
    border: 1px solid #CAD4ED;
}
.page-about-smi-item:hover .icon svg path {
    stroke: #CAD4ED;
}
.page-about-smi-item.button-cnt {
    border: 1px solid transparent;
}
.page-about-smi-item.button-cnt:hover {
    border: 1px solid transparent;
}
.page-about-smi-item img {
    height: 32px;
    width: auto;
}
.page-about-smi-item .button a {
    border: none;
    border-radius: 12px!important;
}
.page-about-smi-item.button-cnt {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-about-smi-item.button-cnt .button {
    width: 100%;
}
.page-about-smi-item.button-cnt .button a {
    height: 54px;
    background: #295AD9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
}
.page-about-smi-item.button-cnt .button a:hover {
    background: #456dd2;
}
.page-about-smi-item.button-cnt .text {
    font-family: Roboto Flex;
    font-weight: 415;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #2B2D33;
}
.page-about-smi .mobile-cnt {
    display: none;
}
@media (max-width: 782px) {
    .page-about-smi {
        padding: 0px 0 10px;
    }
    .page-about-smi-top {
        display: none;
    }
    .page-about-smi .mobile-cnt {
        display: block;
        background: #fff;
        padding: 30px 0 20px;
        border-radius: 16px 16px 0 0;
    }
    .page-about-smi .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        position: relative;    
    }
    .page-about-smi .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-smi-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        background: #fff;
        padding: 0 20px 30px;
        border-radius: 0 0 16px 16px;
    }
    .page-about-smi-item {
        background: #F4F6FB;
        border-radius: 12px;
    }
    .page-about-smi-item a {
        height: 100px;
        background: #F4F6FB;
        border-radius: 12px;
    }
    .page-about-smi-item.button-cnt {
        margin-top: 14px;
        /*
        border-top: 1px solid #EDF4FA;
        padding-top: 20px;
        */
        height: auto;
    }
    .page-about-smi-item.button-cnt .text {
        margin-top: 10px;
        font-weight: 500;
        font-size: 12.5px;
        line-height: 165%;
    }
    .page-about-smi-item .icon {
        height: 16px;
    }
    .page-about-smi-item:nth-child(5),
    .page-about-smi-item:nth-child(6),
    .page-about-smi-item:nth-child(7),
    .page-about-smi-item:nth-child(8) {
        display: none;
    }
    .page-about-smi-item:hover a {
        border: none;
    }
}

/* Lic */
.page-about-lic {
    padding: 40px 0 12px; 
    background: #EBEFF8;
}
.page-about-lic h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-lic-wrap {
    /*
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    */
}
.page-about-lic-wrap .page-about-lic-row.two-items {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, calc(50% - 12px));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-lic-wrap .page-about-lic-row.three-items {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-lic-row+.page-about-lic-row {
    margin-top: 24px;
}

.page-about-appointment .mobile-cnt .expert .content .post .popup-cnt,
.page-about-appointment-expert .content .post .popup-cnt,
.page-about-lic-slider .lic-slider-item .popup-cnt, 
.page-about-lic-item .popup-cnt {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
}
.page-about-lic-item .popup-cnt {
    margin-left: -8px;
}
.page-about-lic-modal-bg.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.page-about-appointment .mobile-cnt .expert .content .post .popup-cnt button,
.page-about-appointment-expert .content .post .popup-cnt button,
.page-about-lic-slider .lic-slider-item .popup-cnt button, 
.page-about-lic-item .popup-cnt button {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/global/attention-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
}
.page-about-appointment .mobile-cnt .expert .content .post .popup-cnt button,
.page-about-appointment-expert .content .post .popup-cnt button {
    top: 0px;
    padding-left: 30px;
}
.page-about-appointment .mobile-cnt .expert .content .post .popup-cnt.active button,
.page-about-appointment-expert .content .post .popup-cnt.active button,
.page-about-lic-slider .lic-slider-item .popup-cnt.active button, 
.page-about-lic-item .popup-cnt.active button {
    background: url(../images/global/attention-icon-close.svg) center center no-repeat;
    background-size: contain;
}
.page-about-appointment .mobile-cnt .expert .content .post .popup-cnt .popup,
.page-about-appointment-expert .content .post .popup-cnt .popup,
.page-about-lic-slider .lic-slider-item .popup-cnt .popup, 
.page-about-lic-item .popup-cnt .popup {
    display: none;
}
.page-about-appointment .mobile-cnt .expert .content .post .popup-cnt.active .popup,
.page-about-appointment-expert .content .post .popup-cnt.active .popup,
.page-about-lic-item .popup-cnt.active .popup {
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    width: 360px;
    background: #fff;
    z-index: 999999999;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
    display: block;
    text-align: left;
}
.page-about-appointment .mobile-cnt .expert .content .post .popup-cnt .popup .close,
.page-about-lic-item .popup-cnt .popup .close {
    display: none;
}
.page-about-lic-slider .lic-slider-item .popup-cnt.active .popup {
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: -1px 1px 16px 0px #EBEFF8;
    width: 360px;
    background: #fff;
    z-index: 999999999;
    padding: 20px;
    border-radius: 0px 10px 10px 10px;
    box-sizing: border-box;
    display: block;
    text-align: left;
}
.page-about-lic-slider .lic-slider-item .popup-cnt {
    height: 14px;
    position: relative;
}
.page-about-lic-slider .lic-slider-item .popup-cnt button {
    top: 3px;
    position: absolute;
    width: 14px;
    height: 14px;
}
.page-about-lic-item {
    padding: 30px 0px;
    background: #fff;
    border-radius: 28px;
    /*
    cursor: pointer;
    */
}
/*
.page-about-lic-item:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
*/
.page-about-lic-item .image {
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
    max-height: 360px;
    overflow: hidden;
    padding-left: 28px;
    padding-right: 28px;
}
.page-about-lic-item .image picture {
    height: 100%;
    max-height: 360px;
    text-align: center;
}
.page-about-lic-item .image picture img {
    /*
    width: auto;
    height: 100%;
    max-height: 360px;
    */
    height: 360px;
    transform: scale(1);
    transform-origin: center top;
}
.page-about-lic-row.two-items .page-about-lic-item .image:hover picture img {
    transform: scale(1.87);
    /*
    transform-origin: 50% 0%;
    */
    transform-origin: center top;
}
.page-about-lic-row.three-items .page-about-lic-item .image:hover picture img {
    transform: scale(1.4);
    /*
    transform-origin: 50% 0%;
    */
    transform-origin: center top;
}
.page-about-lic-item .content {
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 28px;
}
.page-about-lic-item .content .text {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #202020;
    margin: 0 auto;
}
.page-about-lic-row.three-items .page-about-lic-item .content {
    padding-top: 10px;
}
.page-about-lic-row.three-items .page-about-lic-item .content .text {
    max-width: 230px;
}
.page-about-lic .mobile-cnt {
    display: none;
}
.page-about-lic-slider {
    display: none;
}
@media (max-width: 782px) {
    .page-about-lic {
        padding: 0px 0 10px;
    }
    .page-about-lic-top {
        display: none;
    }
    .page-about-lic .mobile-cnt {
        display: block;
        background: #fff;
        padding: 30px 0 20px;
        border-radius: 16px 16px 0 0;
    }
    .page-about-lic .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        position: relative;    
    }
    .page-about-lic .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-lic-wrap.desktop {
        display: none;
    }
    .page-about-lic-slider {
        display: block;
    }
    .page-about-lic-slider {
        padding: 0 20px 66px;
        background: #fff;
        border-radius: 0 0 16px 16px;
        position: relative;
    }
    .page-about-lic-slider .lic-slider-item {
        background: #F4F6FB;
        /*
        padding: 24px 18px;
        */
        padding: 24px 30px;
        border-radius: 12px;
        box-sizing: border-box;
    }
    .page-about-lic-slider .lic-slider-item .image {
        margin-bottom: 26px;
    }
    .page-about-lic-slider .lic-slider-item .content .text {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #454545;
        text-align: center;
    }
    .page-about-lic-slider .lic-slider-pagination {
        bottom: 30px!important;
    }
    .page-about-lic-slider .lic-slider-pagination .swiper-pagination-bullet {
        background: #CED5E6;
    }
    .page-about-lic-slider .lic-slider-pagination .swiper-pagination-bullet-active {
        background: #295AD9;
    }
    
    
    
    
    
    /*
    .page-about-smi-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        background: #fff;
        padding: 0 20px 30px;
        border-radius: 0 0 10px 10px;
    }
    .page-about-smi-item {
        background: #F4F6FB;
    }
    .page-about-smi-item.button-cnt {
        margin-top: 14px;
        border-top: 1px solid #EDF4FA;
        padding-top: 20px;
        height: auto;
    }
    .page-about-smi-item.button-cnt .text {
        margin-top: 10px;
        font-weight: 500;
        font-size: 12.5px;
        line-height: 165%;
    }
    */
}

/* Words */
.page-about-words {
    padding: 40px 0 12px; 
    background: #EBEFF8;
}
.page-about-words h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-words-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-words-item {
    padding: 30px 28px;
    background: #fff;
    border-radius: 28px;
    /*
    cursor: pointer;
    */
}
/*
.page-about-words-item:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
*/
.page-about-words-item:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.page-about-words-item .image {
    margin-bottom: 30px;
}
.page-about-words-item .image img {
    height: 90px;
    width: auto;
}
.page-about-words-item .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;
}
.page-about-words-item .content .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-about-words .mobile-cnt {
    display: none;
}
@media (max-width: 782px) {
    .page-about-words {
        padding: 0px 0 10px;
    }
    .page-about-words-top {
        display: none;
    }
    .page-about-words .mobile-cnt {
        display: block;
        background: #fff;
        padding: 30px 0 20px;
        border-radius: 16px 16px 0 0;
    }
    .page-about-words .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        position: relative;    
    }
    .page-about-words .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-words-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 0;
        background: #fff;
        padding-bottom: 38px;
        border-radius: 0 0 16px 16px;
    }
    .page-about-words-item {
        background: transparent;
        border-radius: 0px;
        /*
        padding: 24px 20px;
        padding: 24px 32px;
        */
        padding: 32px 20px;
        position: relative;
    }
    .page-about-words-item:after {
        content: "";
        position: absolute;
        bottom: 0px;
        height: 1px;
        /*
        left: 20px;
        width: calc(100% - 40px);
        */
        left: 20px;
        width: calc(100% - 40px);
        background: #EDF4FA;
    }
    .page-about-words-item:first-child {
        padding-top: 0px;
    }
    .page-about-words-item:last-child {
        padding-bottom: 0px;
    }
    .page-about-words-item:last-child:after {
        display: none;
    }
    .page-about-words-item:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .page-about-words-item .image {
        margin-bottom: 20px;
    }
    .page-about-words-item .image img {
        height: 70px;
    }
    .page-about-words-item .content .title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .page-about-words-item .content .text {
        font-weight: 450;
        font-size: 14.5px;
        line-height: 165%;
    }
}

/* More */
.page-about-more {
    padding: 40px 0 60px; 
    background: #EBEFF8;
}
.page-about-more h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-more-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-more-item {
    background: #fff;
    border-radius: 28px;
    padding: 26px 70px 32px 26px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.page-about-more-item a {
    text-decoration: none;
}
.page-about-more-item:hover .content .title span {
    color: #5182FF;    
}
.page-about-more-item:hover .content .text {
    /*
    color: #808080;
    */
    color: #202020;
}
.page-about-more-item .image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 76px;
}
.page-about-more-item .image picture,
.page-about-more-item .image img {
    height: 76px;
    width: auto;
}
.page-about-more-item:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.page-about-more-item .content .title {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.page-about-more-item .content .title span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.page-about-more-item .content .text {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #202020;    
}
.page-about-more .mobile-cnt {
    display: none;
}
@media (max-width: 782px) {
    .page-about-appointment .mobile-cnt .expert .content .post .popup-cnt button {
        padding-left: 16px;
        width: 14px;
        height: 14px;
    }
    .page-about-more {
        padding: 0px 0 10px;
    }
    body.page-template-page-about .page-about-more {
        padding-bottom: 25px;
    }
    .page-about-more-top {
        display: none;
    }
    .page-about-more .mobile-cnt {
        display: block;
        background: #fff;
        padding: 30px 0 20px;
        border-radius: 16px 16px 0 0;
    }
    .page-about-more .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        position: relative;    
    }
    .page-about-more .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-more-wrap {
        background: #fff;
        padding: 0 20px 30px;
        border-radius: 0 0 16px 16px;
        grid-template-columns: 100%;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
    .page-about-more-item {
        background: #F4F6FB;
        padding: 20px 18px 32px 18px;
        overflow: hidden;
        border-radius: 12px;
    }
    .page-about-more-item .content .text {
        padding-right: 62px;
    }
    .page-about-more-item .content .title {
        margin-bottom: 12px;
    }
    .page-about-more-item .content .title span {
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
    }
    .page-about-more-item .content .text {
        font-weight: 475;
        font-size: 13.5px;
        line-height: 155%;
    }
}

/* Map */
.page-about-map {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-about-map h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-map-wrap {
    display: grid;
    grid-template-rows: auto;
    /*
    grid-template-columns: 364px auto;
    */
    grid-template-columns: calc(33% - 12px) calc(67% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-map-col.address-cnt {
    background: #FFFFFF;
    padding: 30px 28px;
    border-radius: 28px;
}
.page-about-map-col .map-cnt {
    height: 100%;
    min-height: 627px;
    border-radius: 28px;
    overflow: hidden;
}
.page-about-map-col .map-cnt.mobile {
    display: none;
}
.page-about-map-col .address-item .title {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #303030;
    margin: 0 0 6px;
}
.page-about-map-col .address-item .subtitle {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.02em;    
    color: #242424;
}
.page-about-map-col .address-item+.address-item {
    margin-top: 30px;
}
.page-about-map-col .address-item .metro-cnt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.page-about-map-col .address-item .metro-cnt ul li {
    height: 33px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.page-about-map-col .address-item .metro-cnt ul li.color-984AA9 {
    background: #984AA9;
}
.page-about-map-col .address-item .metro-cnt ul li.color-EC8A33 {
    background: #EC8A33;
}
.page-about-map-col .address-item .metro-cnt ul li.color-1389D1 {
    background: #1389D1;
}
.page-about-map-col .address-item .metro-cnt ul li span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 13px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #fff;
}
.page-about-map-col .address-item .phone a {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 17.5px;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #295AD9;
    text-decoration: none;
}
.page-about-map-col .address-item .work_time {
    font-family: Roboto Flex;
    font-weight: 450;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.02em;
    display: block;
    margin: 0 0 6px;
}
.page-about-map-col .address-item .office_status {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.page-about-map-col .address-item .status {
    height: 36px;
    padding: 0 14px;
    border-radius: 12px;
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.75px;
    line-height: 165%;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.page-about-map-col .address-item .status.open {
    background: #DBF2D8;
    color: #5AA66D;
}
.page-about-map-col .address-item .status.close {
    background: #F2D8D8;
    color: #E66565;
}
.page-about-map-col .address-item .social {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.page-about-map-col .address-item .social li {
    border-radius: 12px;
}
.page-about-map-col .address-item .social li.tg {
    background: #2CA5E0;
}
.page-about-map-col .address-item .social li.tg:hover {
    background: #5BBBEA;
}
.page-about-map-col .address-item .social li.max {
    background: url(../images/about/social-max-button-v1.png) center center no-repeat;
    background-size: cover;
}
.page-about-map-col .address-item .social li.max:hover {
    background: url(../images/about/social-max-button-hover.png) center center no-repeat;
    background-size: cover;
}
/*
.page-about-map-col .address-item .social li.max:hover {
    background: url(../images/about/social-max-button-active.png) center center no-repeat;
    background-size: 364px;
}
*/
.page-about-map-col .address-item .social li a {
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.page-about-map-col .address-item .social li a span {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
}
.page-about-map-col .address-item .social li img {
    height: 22px;
}
.page-about-map .mobile-cnt {
    display: none;
}
@media (max-width: 782px) {
    .page-about-map {
        padding: 0px 0 10px;
    }
    .page-about-map-top {
        display: none;
    }
    .page-about-map .mobile-cnt {
        display: block;
        background: #fff;
        padding: 30px 0 16px;
        border-radius: 16px 16px 0 0;
    }
    .page-about-map-col .map-cnt {
        border-radius: 12px;
    }
    .page-about-map .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        position: relative;    
    }
    .page-about-map .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        width: 3px;
        height: 20px;
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-map-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .page-about-map-col .address-item .social li.max {
        background-size: 100%;
    }    
    .page-about-map-col:last-child {
        display: none;
    }
    .page-about-map-col.address-cnt {
        padding: 0px 20px 30px;
        border-radius: 0 0 16px 16px;
    }
    .page-about-map-col .address-item .map-cnt.mobile {
        margin-top: 16px;
        display: block;  
        min-height: auto;
    }
    .page-about-map-col .address-item .map-cnt.mobile iframe {
        height: 280px;
    }
    .page-about-map-col .address-item .title {
        font-weight: 425;
        font-size: 14.25px;
        color: #777777;
        margin: 0 0 3px;
    }
    .page-about-map-col .address-item:nth-child(2) .title {
        margin: 0 0 10px;
    }
    .page-about-map-col .address-item:nth-child(3) {
        margin-top: 20px!important;
        padding-bottom: 14px;
        border-bottom: 1px solid #EDF4FA;
    }
    .page-about-map-col .address-item:nth-child(4) {
        margin-top: 14px!important;
        padding-bottom: 14px;
        border-bottom: 1px solid #EDF4FA;
    }
    .page-about-map-col .address-item:nth-child(5) {
        margin-top: 14px!important;
    }
    .page-about-map-col .address-item:nth-child(5) .title {
        margin-bottom: 0px!important;
    }
    .page-about-map-col .address-item .subtitle {
        font-weight: 550;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
    }
    .page-about-map-col .address-item+.address-item {
        margin-top: 16px;
    }
    .page-about-map-col .address-item .work_time {
        font-weight: 550;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #454545;
        margin: 0 0 10px;
    }
    .page-about-map-col .address-item .status {
        height: 33px;
        font-size: 12.75px;
    }
    .page-about-map-col .address-item .social {
        margin-top: 10px;
    }
    .page-about-map-col .address-item .phone a {
        font-weight: 550;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0.01em;
    }
    .page-about-map-col .address-item .metro-cnt ul li span {
        font-weight: 475;
    }
}

/* Calendar */
.page-about-appointment {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-about-appointment h2 {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin: 0 0 24px;
}
.page-about-appointment-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.page-about-appointment-col.calendar-cnt {
    padding: 30px 28px;
    background: #fff;
    border-radius: 28px;
}
.page-about-appointment-col.calendar-cnt .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
    margin-bottom: 28px;    
}
.page-about-appointment-col.calendar-cnt .calendar {
    margin-bottom: 28px;
}
.page-about-appointment-col.calendar-cnt .calendar .jsCalendar {
    background-color: #F4F6FB !important;
    border-radius: 22px;
    padding: 30px 0;
}
.page-about-appointment-col.calendar-cnt .calendar .jsCalendar table {
    margin: 0 auto;
}
.page-about-appointment-col.calendar-cnt .calendar-time .subtitle {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #454545;
    margin: 0 0 17px;
}
.page-about-appointment-col.calendar-cnt .calendar-time .time-slot {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.page-about-appointment-col.calendar-cnt .calendar-time .time-slot li {
    width: 80px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F6FB;
    border-radius: 22px;
    cursor: pointer;
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #2B2D33;
}
.page-about-appointment-col.calendar-cnt .calendar-time .time-slot li.disabled {
    display: none;
}
.page-about-appointment-col.calendar-cnt .calendar-time .time-slot li:hover {
    background: #7E9BE8 !important;
    color: #fff;
}
.page-about-appointment-col.calendar-cnt .calendar-time .time-slot li.active {
    background: #295AD9!important;
    color: #fff;
}
.page-about-appointment-expert {
    border-radius: 28px;
    /*
    overflow: hidden;
    */
}
.page-about-appointment-expert .content {
    padding: 30px 28px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.page-about-appointment-expert .content .name {
    font-family: Roboto Flex;
    font-weight: 525;
    font-size: 17.5px;
    line-height: 145%;
    letter-spacing: 0.01em;
    color: #202020;
    margin: 0 0 10px;
}
.page-about-appointment-expert .content .post {
    display: flex;
    align-items: center;
}
.page-about-appointment-expert .content .post span {
    font-family: Roboto Flex;
    font-weight: 415;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #242424;
}
.page-about-appointment-expert .content .post .popup-cnt .popup .text {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.01em;
    text-align: left;
    color: #202020;
    margin: 0 auto;
}
.page-about-appointment-expert .content .post .popup-cnt .popup .close {
    display: none;
}
.page-about-appointment-modal-bg.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}








.page-about-appointment-expert-video {
    position: relative;
}
.page-about-appointment-expert-video button.play {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    left: calc(50% - 38px);
    top: calc(50% - 28px);
    cursor: pointer;
}
.page-about-appointment-expert-video video {
    position: absolute;
    top: 50%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 1;
}
.page-about-appointment-expert-video {
    cursor: pointer;
}    
.page-about-appointment-expert-video .play {
    opacity: 1;
    z-index: 9999999;
}
.page-about-appointment-expert-video:hover .play {
    opacity: 0;
    z-index: -1;
}

.page-about-appointment-col.calendar-cnt .jsCalendar-nav-left,
.page-about-appointment-col.calendar-cnt .jsCalendar-nav-right {
    height: 14px;
    line-height: 14px;
    width: 14px;
    margin: 0;
}
.page-about-appointment-col.calendar-cnt .jsCalendar thead .jsCalendar-nav-left:after, 
.page-about-appointment-col.calendar-cnt .jsCalendar thead .jsCalendar-nav-right:after {
    width: 14px !important;
    height: 14px !important;
}
.page-about-appointment-col.calendar-cnt thead .jsCalendar-title-row {
    border-bottom: 1px solid #295AD91A;
    margin-bottom: 10px;
    padding-bottom: 20px;
    display: block;
}
.page-about-appointment-col.calendar-cnt thead .jsCalendar-week-days,
.page-about-appointment-col.calendar-cnt tbody tr {
    display: flex;
    gap: 18px;
}
.page-about-appointment-col.calendar-cnt .jsCalendar tbody,
.page-about-appointment-col.calendar-cnt .jsCalendar thead {
    margin: 0!important;
}
.page-about-appointment-col.calendar-cnt thead .jsCalendar-week-days  th {
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin: 0;
}
.page-about-appointment-col.calendar-cnt tbody tr td {
    line-height: 40px;
    height: 40px;
    width: 32px;
    /*
    margin: 0 9px;
    */
    cursor: pointer;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.page-about-appointment-col.calendar-cnt tbody tr td.jsCalendar-next,
.page-about-appointment-col.calendar-cnt tbody tr td.jsCalendar-previous,
.page-about-appointment-col.calendar-cnt tbody tr:last-child td.jsCalendar-unselectable {
    height: 0;
    overflow: hidden;
}
.page-about-appointment-col.calendar-cnt tbody tr td.jsCalendar-unselectable {
    cursor: unset;
}
/*
.page-about-appointment-col.calendar-cnt tbody tr td.jsCalendar-unselectable
*/
.page-about-appointment-col.calendar-cnt tbody tr+tr {
    margin-top: 0px;
}

.page-about-appointment-col.calendar-cnt tbody tr+tr td {
    /*
    margin-top: 10px;
    */
}
.page-about-appointment-col.calendar-cnt tbody tr+tr td.jsCalendar-next {
    margin-top: 0px!important;
}

.page-about-appointment-col.calendar-cnt thead tr th {
    height: auto;
}
.page-about-appointment-col.calendar-cnt .jsCalendar-title-name {
    line-height: 100%;
    text-align: center;
}
/*
.page-about-appointment-col.calendar-cnt .jsCalendar-previous,
.page-about-appointment-col.calendar-cnt .jsCalendar-next {
    display: none;
}
*/

.page-about-appointment-col.calendar-cnt tbody tr {
    display: flex;
    justify-content: space-around;
    /*
    justify-content: flex-start;
    */
}
/*
.page-about-appointment-col.calendar-cnt tbody tr:first-child {
    justify-content: flex-end;
}
*/
.page-about-appointment-col.calendar-cnt thead .jsCalendar-week-days th {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.01em;
}
.page-about-appointment-col.calendar-cnt tbody tr td {
    font-family: Roboto Flex;
    font-weight: 475;
    font-size: 14.5px;
    letter-spacing: 0.01em;
}


.page-about-appointment-col:not(.calendar-cnt) {
    display: flex;
    flex-direction: column;
    /*
    justify-content: space-between;
    */
    gap: 24px;
}
.page-about-appointment-col.calendar-cnt .calendar .jsCalendar th.jsCalendar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-about-appointment .mobile-cnt {
    display: none;
}
.page-about-appointment .calendar-form-cnt {
    margin-top: 16px;
}
.page-about-appointment .calendar-form-cnt .current-date {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
}
.page-about-appointment .calendar-form-cnt .current-date .title {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #2B2D33;
    margin-bottom: 0;
}
.page-about-appointment .calendar-form-cnt .current-date .blue {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-about-appointment .calendar-form-cnt .current-date .blue span {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.01em;
    color: #295AD9;
}
.page-about-appointment .calendar-form-cnt .calendar-form button {
    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: 360px;
}
.page-about-appointment .calendar-form-cnt .calendar-form button:hover,
.page-about-appointment .calendar-form-cnt .calendar-form button:focus {
    background: rgb(41 90 217 / 60%);
}
.page-about-appointment-expert-video .description .title {
    justify-content: center;
}

.page-about-appointment-expert .image {
    border-radius: 28px 28px 0 0;
}
.page-about-appointment-expert .content {
    border-radius: 0 0 28px 28px;
}
.page-about-appointment-expert-video {
    border-radius: 28px;
    overflow: hidden;
}
.page-about-appointment-expert-video .description .duration {
    justify-content: center;
}
@media (max-width: 782px) {
    .page-about-appointment {
        padding: 0px 0 10px;
    }
    .page-about-appointment-top {
        display: none;
    }
    .page-about-appointment .mobile-cnt {
        display: block;
        background: #fff;
        padding: 30px 0 20px;
        border-radius: 16px 16px 0 0;
    }
    .page-about-appointment .mobile-cnt .title {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        padding: 0 20px 0px;
        position: relative;    
    }
    .page-about-appointment .mobile-cnt .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 3px;
        height: calc(100% - 8px);
        background: #2B2C31;
        border-radius: 0 2px 2px 0;
    }
    .page-about-appointment-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .page-about-appointment-col:last-child {
        display: none;
    }
    .page-about-appointment-col.calendar-cnt {
        padding: 0px 20px 30px;
        background: #fff;
        border-radius: 0 0 16px 16px;
    }
    .page-about-appointment-col.calendar-cnt .title {
        font-weight: 450;
        font-size: 14.5px;
        margin-bottom: 20px;
    }
    .page-about-appointment .title+.mobile-cnt {
        padding-top: 0px;
    }
    .page-about-appointment .video-txt {
        display: flex;
        align-items: flex-start;
        gap: 3px;
    }
    .page-about-appointment .video-txt span {
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #295AD9;
    }
    .page-about-appointment .mobile-cnt .expert {
        margin-top: 20px;
    }
    .page-about-appointment .mobile-cnt .expert .content {
        padding: 14px 14px;
        box-shadow: 0px 4px 14px 0px #0025661A;
        background: #fff;
        border-radius: 12px;
        width: calc(100% + 4px);
        box-sizing: border-box;
    }
    .page-about-appointment .mobile-cnt .expert .content .name {
        font-family: Roboto Flex;
        font-weight: 550;
        font-size: 14.5px;
        line-height: 145%;
        letter-spacing: 0em;
        color: #393939;
        margin: 0 0 4px;
    }
    .page-about-appointment .mobile-cnt .expert .content .post {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .page-about-appointment .mobile-cnt .expert .content .post span {
        font-family: Roboto Flex;
        font-weight: 525;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #555555;
    }
    .page-about-appointment-col.calendar-cnt .calendar .jsCalendar {
        background-color: #FFFFFF !important;
        border-radius: 0;
    }
    .page-about-appointment-col.calendar-cnt .calendar .jsCalendar table {
        margin: 0;
        background-color: #FFFFFF !important;
    }
    
    .page-about-appointment .mobile-cnt+.mobile-cnt {
        padding: 0 0 20px;
    }
    .page-about-appointment .calendar-title {
        font-family: Roboto Flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 145%;
        letter-spacing: 0.01em;  
        color: #202020;
    }
    .jsCalendar table .jsCalendar-title-name {
        padding-left: 0px !important;
        text-align: center;
    }
    .page-about-appointment-col.calendar-cnt .calendar {
        margin-bottom: 20px;
    }
    .page-about-appointment-col.calendar-cnt .calendar-time .time-slot {
        row-gap: 11px;
        column-gap: 5px;
    }
    .page-about-appointment .calendar-time {
        /*
        padding-bottom: 20px;
        */
    }
    .page-about-appointment .calendar-form-cnt {
        display: block;
        padding-top: 20px;
        border-top: 1px solid #EDF4FA;
    }
    .page-about-appointment .calendar-form-cnt .current-date {
        margin: 0 auto 20px;
        width: fit-content;
    }
    .page-about-appointment .calendar-form-cnt .current-date span {
        font-family: Roboto Flex;
        font-weight: 425;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #2B2D33;
    }
    .page-about-appointment .calendar-form-cnt .current-date span.date {
        color: #295AD9;
    }
    .page-about-appointment .calendar-form-cnt .calendar-form button {
        width: 100%;
        background: #295AD9;
        border: none;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-family: Roboto Flex;
        font-weight: 475;
        font-size: 13.5px;
        line-height: 100%;
        letter-spacing: 0.01em;
        text-align: center;
        color: #fff;
    }
    
    
    .page-about-appointment-col.calendar-cnt thead .jsCalendar-week-days, 
    .page-about-appointment-col.calendar-cnt tbody tr {
        display: flex;
        gap: 0px;
    }
    /*
    .page-about-appointment-col.calendar-cnt thead .jsCalendar-week-days th {
        width: 47px;
    }
    */
    .page-about-appointment-col.calendar-cnt table {
        width: 100%;
    }
    .page-about-appointment-col.calendar-cnt thead .jsCalendar-week-days {
        justify-content: space-between;
    }
    .page-about-appointment-col.calendar-cnt thead .jsCalendar-week-days th {
        width: calc(14% - 5px);
    }
    .page-about-appointment-col.calendar-cnt tbody tr {
        justify-content: space-between;
    }
    .page-about-appointment-col.calendar-cnt tbody tr td {
        width: calc(14% - 5px);
    }
    /*
    .page-about-appointment-col.calendar-cnt tbody tr td {
        width: 28px;
        margin: 0 9.5px;
    }
    */
    .page-about-appointment-col.calendar-cnt .calendar .jsCalendar {
        padding: 14px 0 0;
    }
    .page-about-appointment-col.calendar-cnt .calendar-time .subtitle {
        margin: 0 0 11px;
        font-size: 14.5px;
    }
    .page-about-appointment-col.calendar-cnt .calendar-time .time-slot li {
        width: 78px;
    }
    
    
    .page-about-appointment .mobile-cnt .expert .content .post .popup-cnt.active .popup,
    .page-about-appointment-expert .content .post .popup-cnt.active .popup,
    .page-about-lic-item .popup-cnt.active .popup {
        box-shadow: none;
    }
}


.page-spasibo-phone {
    background: #EBEFF8;
    padding: 40px 0 12px;
}
.page-spasibo-phone-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
}
.page-spasibo-phone-wrap .page-spasibo-phone-col:last-child {
    background: #F4F6FB;
}
.page-spasibo-phone-wrap .page-spasibo-phone-col:last-child img {
    max-height: 338px;
}
.page-template-page-spasibo2 .page-spasibo-phone-wrap .page-spasibo-phone-col:last-child img {
    max-height: 290px;
}
.page-spasibo-phone-content {
    padding: 50px;
}
.page-spasibo-phone-content .title {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 42px auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    margin-bottom: 24px;
}
.page-template-page-spasibo2 .page-spasibo-phone-content .title {
    grid-template-columns: 100%;
}
.page-spasibo-phone-content .title span {
    font-family: Roboto Flex;
    font-weight: 550;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #303030;
}
.page-spasibo-phone-content .text {
    margin: 0 0 16px;
}
.page-spasibo-phone-content .text p {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    margin: 0;
    color: #242424;
}
.page-spasibo-phone-content .text p+p {
    margin-top: 10px;
}
.page-spasibo-phone-content .current-phone {
    font-family: Roboto Flex;
    font-weight: 425;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.01em;
    margin: 0 0 24px;
    color: #808080;
}
.page-spasibo-phone-content .buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}
.page-spasibo-phone-content .buttons button.yes {
    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;
    max-width: 207px;
}
.page-spasibo-phone-content .buttons button.yes:hover {
    background: #3364E3;
}
.page-spasibo-phone-content .buttons button.yes:focus {
    background: #295AD9;
}
.page-spasibo-phone-content .buttons button.no {
    display: block;
    width: fit-content;
    height: 50px;
    border: none;
    background: transparent;
    color: #202020;
    padding-left: 18px;
    padding-right: 18px;
    font-family: Roboto Flex;
    font-weight: 525;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.page-spasibo-phone-content .buttons button.no:hover {}
.page-spasibo-phone-content .buttons button.no:focus {}

@media (max-width: 782px) {
    .page-spasibo-phone {
        padding: 15px 0 5px;
    }
    .page-spasibo-phone-wrap {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-radius: 16px;
    }
    .page-spasibo-phone-wrap .page-spasibo-phone-col:last-child {
        display: none;
    }
    .page-spasibo-phone-content {
        padding: 30px 0;
    }
    .page-spasibo-phone-content .title {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        position: relative;
    }
    .page-spasibo-phone-content .title:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 3px;
        height: 100%;
        border-radius: 0 2px 2px 0;
        background: #2B2C31;
    }
    .page-spasibo-phone-content .title span {
        font-weight: 525;
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0em;
        color: #2B2D33;
    }
    .page-spasibo-phone-content p {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 500;
        line-height: 145%;
        margin: 0 0 14px;
    }
    .page-spasibo-phone-content .text p.head-title {
        font-weight: 500;
    }
    .page-spasibo-phone-content .current-phone {
        font-weight: 450;
        font-size: 14px;
        line-height: 100%;
        margin: 0 0 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-spasibo-phone-content .buttons {
        flex-direction: column;
        gap: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-spasibo-phone-content .buttons button.yes {
        max-width: 100%;
        height: 46px;
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
    }
    .page-spasibo-phone-content .buttons button.no {
        width: 100%;
        height: fit-content;
        font-weight: 475;
        font-size: 14.5px;
        line-height: 150%;
    }
    
    
    
    
    
    
    
    
    
    
}








