.pageText2Col{
    display: flex;
    flex-direction: row;
}

.pageText2Col_col{
    min-width: 0;
}
.pageText2Col_col--left{
    position: relative; 
    padding: 2rem;
    box-sizing: border-box;
    border: 1px solid #00000026;
    border-radius: 2rem;
    width: 100%;
    max-width: 100%;

}
.pageText2Col_col--left img{
        max-width: 100%;
}
.pageText2Col_col--right {
    width: auto;
    margin-bottom: 15px;
}

.textblock__nav-inner {
    height: 2.8rem;
    overflow: hidden;
}
.textblock__nav-list {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
    padding: 0;
    padding-bottom: 2rem;
}
ul li.textblock__nav-item:before{
    content:none;
}
ul li.textblock__nav-item{
    margin-bottom: 0px;
}

.textblock__nav-item {
    padding-right: 2.4rem;
    display: flex;
    box-sizing: border-box;
}
.textblock__nav-link.m-current {
    color: #333333;
}
.textblock__nav-link {
    text-decoration: none;
    color: #808185;
    position: relative;
}
.textblock__nav-link.m-current:after {
    opacity: 1;
}
.textblock__nav-link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: .2rem;
    height: .2rem;
    margin-top: .2rem;
    background-color: #333333;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.formgraybox {
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;

    padding: 5rem 0;
    background-color: #f5f5f9;
    background-position: calc(50% + 7rem) 60%;
    background-repeat: no-repeat;
    /*background-size: 167.7rem auto;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1677' height='1678' fill='none'%3E%3Cg fill='%23fff' opacity='.4'%3E%3Cpath d='M1149 466.6H497V1212h217.4V684h217.4v528H1149V466.6Z'/%3E%3Cpath fill-rule='evenodd' d='M1677 839.3a838.5 838.5 0 1 1-1677 0 838.5 838.5 0 0 1 1677 0Zm-217.4 0a621.1 621.1 0 1 1-1242.2 0 621.1 621.1 0 0 1 1242.2 0Z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");


}

.formgraybox__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 104.2rem;
    height: 104.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_form{
    margin:100px 0px 150px 0px;
}

.btnMyBlock{
    margin-top:20px;
}

.formblock{
    padding:40px;
    border-radius: 30px;
    background: #fff;
}


@media (max-width: 991px) {
    .pageText2Col {
        flex-direction: column-reverse;
    }
}

@media (min-width: 1024px) {
    .pageText2Col_col--right {
        width: 300px;
        padding-left: 48px;
        margin-bottom: 0px;
    }
    .textblock__nav-inner {
        padding: 0;
        height: auto;
        overflow: visible;
    }
    .textblock__nav-list {
        flex-direction: column;
        align-items: flex-start;
        white-space: normal;
        padding: 0;
    }
    .textblock__nav-item {
        padding-right: 0;
    } 
    .textblock__nav-link {
        padding: .4rem 0 .2rem .4rem;
        overflow: hidden;
    }
    .textblock__nav-link::after {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        height: auto;
        width: 3px;
    }
}
@media (max-width: 1023.98px) {
    .textblock__nav-holder::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        width: 6rem;
        pointer-events: none;
    }
}
@media (min-width: 767.97px) {
    .formgraybox__bg {
        max-width: 98vw;
        max-width: 98svw;
    }
}
