main .about_us_main_wrapper .container{
    display: block;
    max-width: 1140px;
}
.about_us_main_wrapper .title{
    padding: 100px 0;
}

.about_us_main_wrapper .top-block{
    background-repeat: no-repeat;
    background-size: cover;
}

.about_us_main_wrapper .main-title{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.top-block__content {
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    max-width: 1140px;
    margin: 0 auto 100px;
}
.about_us_main_wrapper .top-block-content p{
    font-size: 13px;
    line-height: 1.38;
    color: #313132;
}
.logo-block{
    text-align: center;
    margin-bottom: 35px;
}
.about_us_main_wrapper .top-block__left{
    border-right: 1px solid #eeeeee;
    max-width: 620px;
}

.about_us_main_wrapper .content-block{
    padding: 50px;
}
.about_us_main_wrapper .content-block p{

    font-size: 13px;
    line-height: 1.38;
    color: #313132;
}
.about_us_main_wrapper .top-block__left p{
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.38;
    color: #313132;
}

/*! top-block__right*//*! top-block__right *//*! top-block__right */
.about_us_main_wrapper .top-block__right{
    max-width: 519px;
    padding-right: 0px;
}
.about_us_main_wrapper p.block-title{
    font-size: 18px;
    font-weight: 600;
    color: #2c2525;
}

.about_us_main_wrapper .top-block__right p:nth-child(3){
    margin: 10px 0 15px;
}
.about_us_main_wrapper .top-block__right p:nth-child(4){
    margin-bottom:30px;
}

.about_us_main_wrapper .get-now p{
    width: 238px;
}

.about_us_main_wrapper .get-now{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.about_us_main_wrapper .block-link{
    border-radius: 3px;
    background-color: #18bf49;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    width: 175px;
    height: 46px;
    padding: 8px 1px 1px 11px;
    margin-right: 20px;
}
.about_us_main_wrapper .block-link span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
}
.about_us_main_wrapper .block-link .link-ico{
    transform: rotate(-15deg);
    opacity: 0.2;
    position: relative;
    right: -2px;
    width: 24px;
    top: -2px;
}
.about_us_main_wrapper .middle-block{
    margin-bottom: 85px;
}
.about_us_main_wrapper .middle-title{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #000f1e;
}

.about_us_main_wrapper .middle-block .our-advantages{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.about_us_main_wrapper .middle-block .advantages{
    text-align: center;
    padding-bottom: 75px;
    width: 265px;

}
.about_us_main_wrapper .middle-block .advantages .title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-align: center;
    color: #333333;
    margin: 20px 0 5px;
    padding: 0;
}
.about_us_main_wrapper .middle-block .advantages .text{
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #333333;
}

.our-advantages-text{
    font-size: 14px;
    line-height: 1.29;
    color: #333333;
    padding-bottom: 15px;
}

.about_us_main_wrapper .comparison-table-block{
    background-color: #f8f9fa;
}

.about_us_main_wrapper .comparison-title{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #2c2525;
}

.about_us_main_wrapper .comparison-choice-block{
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eeeeee;
    background-color: #ffffff;
}

.about_us_main_wrapper .choise-title{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    color: #313132;
    margin: 20px;
}

.about_us_main_wrapper .choise-form-input{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 20px 15px;
}
.about_us_main_wrapper .choise-form-input div{
    margin-right: 27px;
}

/*checkbox*//*checkbox*//*checkbox*/

.about_us_main_wrapper [type="checkbox"]:checked,
.about_us_main_wrapper [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.about_us_main_wrapper [type="checkbox"]:checked + label,
.about_us_main_wrapper [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    opacity: .9;
    line-height: 1.23;
    color: #495057;
}

.about_us_main_wrapper [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0.9;
    border-radius: 2px;
    border: solid 1px #a3a3a3;
    background-color: #f0f0f0;
}
.about_us_main_wrapper [type="checkbox"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0.9;
    border-radius: 2px;
    background-color: #ffd400;
}

.about_us_main_wrapper [type="checkbox"]:checked + label:after,
.about_us_main_wrapper [type="checkbox"]:not(:checked) + label:after {
    content: '';
    background-image: url(/templates/solo/images/about_us/check.png);
    width: 10px;
    height: 8px;
    opacity: 0.9;
    color: #4c3f00;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.about_us_main_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.about_us_main_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.choise-form-output{
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #dddddd;
    position: relative;
}

.choise-form-output .form-overflow{
    width: 680px;
}


.choise-form-output .choise-head div:first-child p{
    margin: 5px 0;
}
.choise-form-output .content-block div
.choise-form-output .choise-head div:first-child p{
    padding-right: 10px;
    margin-bottom: 10px;
}

.choise-form-output .denie{
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.07);
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.choise-form-output .choise-head div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*width: 150px;*/
    width: 50%;
    border-right: 1px solid #e7d005;
    font-weight: 600;
    padding-left: 10px;
}

.choise-form-output .choise-head div:first-child{
    max-width: 330px;
    width: 100%;
    padding-left: 19px;
    justify-content: flex-start;
}
.choise-form-output .choise-head div:last-child{
    border: none;
}
.choise-form-output .choise-head .column_1 p{
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #313132;
}

.choise-form-output .form-search-input{
    font-weight: 500;
    margin: 0;
    width: 100%;
    height: 26px;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 5px 0 5px 8px;
    font-size: 13px;
    border: none;
}

.choise-form-output input[type="search"]::-moz-placeholder {color: rgba(49, 49, 50, 0.6);}
.choise-form-output input[type="search"]::-webkit-input-placeholder { color: rgba(49, 49, 50, 0.6); }
.choise-form-output input[type="search"]:-ms-input-placeholder { color: rgba(49, 49, 50, 0.6);}
.choise-form-output input[type="search"]::-ms-input-placeholder { color: rgba(49, 49, 50, 0.6);}
.choise-form-output input[type="search"]::placeholder { color: rgba(49, 49, 50, 0.6);}

.choise-form-output .choise-head {
    border-radius: 3px;
    border-bottom: solid 1px #e7d005;
    background-color: #fce300;
    display: flex;
    min-height: 47px;
}
.choise-form-output.fixed .choise-head {
    position: fixed;
    z-index: 999;
    top: 78px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.choise-form-output.fixed .choise-head.mob_top {
    top: 0;
}

.choise-form-output .search-form{
    margin: 0 10px 5px 0px;
    width: 100%;
}


.choise-form-output .title-sect, .choise-form-output .choise-body{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border-top: solid 1px #eeeeee;
    height: 47px;
    font-size: 13px;
    font-weight: 600;
    color: #313132;
    display: flex;
    background-color: #ffffff;
}

.choise-form-output .choise-body:last-child{
    background-color: #fce300;
    position: absolute;
    width: 100%;
    z-index: 5;
    bottom: 0;
    border-radius: 0 0 2px 2px;
}

.choise-form-output .title-sect{
    padding-left: 19px;
    align-items: center;
    background-color: #f8f9fa;
}

.choise-form-output .title-sect span{
    position: sticky;
    left: 20px;
}
.choise-form-output .choise-body div{
    font-weight: 500;
    display: flex;
    align-items: center;
    /*width: 150px;*/
    width: 50%;
    border-right: 1px solid #eeeeee;
    justify-content: center;
}
/*.choise-form-output .choise-body div.compare_img_col,*/
/*.choise-form-output .choise-body div.choise_first_block,*/
/*.choise-form-output .choise-body div.compare-table-solomono-total,*/
/*.choise-form-output .choise-body div.danger {*/
/*    justify-content: center;*/
/*}*/
.compare-table-price-switch[data-status="true"] .row-img:hover{
    background-image: url(/templates/solo/images/about_us/del_cost.png);

}
.choise-form-output .choise-body div:first-child{
    max-width: 330px;
    width: 100%;
    padding-left: 19px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 45px;
    position: relative;
}
.choise-form-output .choise-body div:last-child{
    border: none;
}

.choise-form-output .choise-body .success{
    color: #000000;
    font-weight: 600;
}
.choise-form-output .choise-body .danger{
    color: #f3074a;
    font-weight: 600;
}
.choise-form-output .calc-img{
    padding: 0 10px 0 30px;
}

.choise-form-output .add-cost{
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
    color: #18bf49;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    height: 16px;
    line-height: 16px;
}
.choise-form-output .add-cost > span {
    font-weight: 500;
    margin-right: -5px;
}
.compare-table-price-switch[data-status="false"] .add-cost{
    color: #000000;
}
.compare-table-price-switch[data-status="true"]{
    color: #18bf49;
}
.choise-form-output .add-cost::before{
    content: '';
    background-image: url(../images/prom_page/success-check.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.choise-form-output .add-cost-ico::before{
    content: '';
    background-image: url(../images/about_us/add_cost.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.choise-form-output .compare-table-price-switch .add-cost:not(.add-cost-ico):hover::before{
    content: '';
    background-image: url(../images/about_us/del_cost.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.choise-form-output .del-cost{
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    position: relative;
}

.pricing_product_more{
    color: #313132;
    font-size: 13px;
    padding-right: 20px;
}
.pricing_product_more_ico{
    opacity: .5;
    position: absolute;
    right: 10px;
}

.pricing_product_more_ico_text{
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    z-index: 111;
}
.pricing_product_more_ico:hover .pricing_product_more_ico_text {
    visibility: visible;
}

.about_us_main_wrapper .main-bottom-block{
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    margin: 10px 0 100px;
}

.about_us_main_wrapper  .bottom-block{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #313132;
}

.about_us_main_wrapper .bottom-block__left{
    border-right: 1px solid #eeeeee;
    width: 100%;
    max-width: 699px;
    padding: 20px;
}
.about_us_main_wrapper .bottom-block__left p{
    margin-bottom: 12px;
}
.about_us_main_wrapper .bottom-block__right{
    max-width: 439px;
    width: 100%;
    padding: 20px 65px 21px 20px;
}
.about_us_main_wrapper .bottom-block__right p:first-child{
    margin-bottom: 22px;
}

.about_us_main_wrapper.get-now-bottom{
    margin-bottom: 100px;
}
.compare-table-price-switch{
    cursor: pointer;
}
#show-all-modules {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 68px;
    background: transparent;
    border: none;
    height: 30px;
    user-select: none;
}
#show-all-modules.active {
    margin-bottom: -140px;
}
#show-all-modules > span {
    width: 203px;
    height: 30px;
    border-radius: 5px;
    background: #0091ff;
    color: #fff;
    font: 500 13px 'Roboto', sans-serif;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#show-all-modules:after {
    content: '';
    display: block;
    z-index: 1;
    width: 100%;
    position: relative;
    height: 90px;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.68) 48%, #ffffff);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.68) 48%, #ffffff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.68) 48%, #ffffff);

}


@media screen and (max-width: 1024px){
    .new_col_right .article_info_text{
        overflow-x: scroll;
        padding: 0 !important;
    }
    /*.choise-form-output{*/
    /*    width: 768px;*/
    /*}*/
    .choise-form-output .title-sect div{
        padding: 0;
        position: sticky;
        left: 20px;
        width: 265px;
    }
}
@media screen and (max-width: 991px) {
    .choise-form-output {
        width: 100%;
        max-width: 100%;
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .about_us_main_wrapper .top-block__content {
        margin-bottom: 30px;

    }
    .about_us_main_wrapper .get-now{
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
    .about_us_main_wrapper .top-block__left, .about_us_main_wrapper .top-block__right{
        max-width: 100%;
    }
    .about_us_main_wrapper .content-block{
        padding: 20px;
    }
    .about_us_main_wrapper .top-block__right{
        padding-top: 0;
    }

    .logo-block{
        margin-bottom: 10px;
    }
    .about_us_main_wrapper .block-link{
        padding-left: 8px;
    }
    .about_us_main_wrapper .title {
        padding: 20px 0;
    }
    .about_us_main_wrapper .middle-block .advantages{
        width: 50%;
    }
    .about_us_main_wrapper .middle-block .our-advantages{
        padding-bottom: 0;
    }
    .about_us_main_wrapper .middle-block {
        margin-bottom: 0;
    }

    .about_us_main_wrapper .bottom-block__left, .about_us_main_wrapper .bottom-block__right{
        max-width: 100%;
    }
    .about_us_main_wrapper .bottom-block__left{
        padding-bottom: 0;
    }
    .about_us_main_wrapper .bottom-block__right{
        padding-top: 0;
    }

    .about_us_main_wrapper .main-bottom-block {
        margin: 10px 0 15px;
    }

    .about_us_main_wrapper .choise-head div:first-child p {
        margin: 5px 0;
    }
}


@media screen and (max-width: 767px){
    .about_us_main_wrapper .choise-head div:first-child{
        max-width: 275px;
        padding-left: 19px;
        justify-content: space-between;
        position: sticky;
        left: 0;
    }

    .about_us_main_wrapper  .top-block__content{
        margin-bottom: 20px;
    }
    .about_us_main_wrapper .title {
        padding: 25px;
    }
    .about_us_main_wrapper .content-block {
        padding: 15px 20px 0;
    }
    .about_us_main_wrapper .logo-block {
        margin-bottom: 15px;
    }

    .about_us_main_wrapper .content-block div {
        padding: 0 15px 15px;
    }

    .about_us_main_wrapper .get-now {
        flex-wrap: wrap;
    }
    .about_us_main_wrapper .block-link{
        margin: 0 0 15px;
        padding-right: 5px;
    }

    .about_us_main_wrapper .advantages-ico{
        float: left;
    }
    .about_us_main_wrapper .advantages-contant{
        padding-left: 80px;
        margin-top: -20px;
    }
    .about_us_main_wrapper .middle-block .advantages .title, .about_us_main_wrapper .middle-block .advantages .text{
        text-align: left;
    }
    .about_us_main_wrapper .middle-block .our-advantages{
        flex-direction: column;
        padding-bottom: 0;
    }
    .about_us_main_wrapper .middle-block .advantages{
        padding-bottom: 30px;
    }
    .about_us_main_wrapper .middle-block {
        margin-bottom: 0;
    }
    .about_us_main_wrapper .bottom-block__left {
         padding-bottom: 0;
    }
    .about_us_main_wrapper .bottom-block__right {
        padding-top: 0;
    }
    .about_us_main_wrapper .main-bottom-block, .about_us_main_wrapper .get-now-bottom{
        padding-bottom: 35px;
        margin: 15px 15px 0;
    }

    .about_us_main_wrapper .choise-form-input{
        flex-direction: column;
    }
    .about_us_main_wrapper .choise-form-input div {
        padding: 10px 0;
    }
    .about_us_main_wrapper .form-search-input{
        width: 79px;
    }
    .choise-form-output .choise-body div {
        justify-content: center;
    }
    .choise-form-output .add-cost {
        margin-left: 0;
        font-size: 12px;
    }
    .choise-form-output .choise-head div {
        font-size: 13px;
        padding: 0 5px;
    }
    .choise-form-output .title-sect,
    .choise-form-output .choise-head div:first-child {
        padding: 8px 10px;
    }
    .choise-form-output .title-sect,
    .choise-form-output .choise-body {
        height: inherit;
    }
    .choise-form-output .choise-body div:first-child {
        padding: 8px 20px 8px 10px;
        line-height: 1.2;
    }
    .choise-form-output .choise-head div:first-child,
    .choise-form-output .choise-body div:first-child {
        max-width: 165px;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px){
    /*.about_us_main_wrapper .choise-head div:first-child {*/
    /*    max-width: 330px;*/
    /*}*/
}
