.pr_bonus5, .pr_bonus2, .pr_bonus1, .pr_bonus3, .pr_bonus4, .pr_bonus7, .pr_bonus6, .pr_bonus1001, .pr_bonus1002, .pr_bonus1003 {
    display:none;
}

.content_all.inner{
    padding-bottom: 44px;
}

.page-content{
    overflow: hidden;
}

.compare {
    margin-bottom: 30px;
}

.compare_mob{
    display: none;
}

.compare .columns{
    margin-bottom: -13px;
    margin-left: -13px;

    --compare_count: 4;
}

.compare .columns .column{
    width: calc(25% - 13px);
    margin-bottom: 13px;
    margin-left: 13px;
}

.compare .column.column_desc{
    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.compare .column:not(.column_desc) .item{
    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.compare .column:not(.column_desc) .item .foot_wrap{
    margin-top: auto;
}

.compare .column.column_desc .item{
    flex-grow: 1;
}

.compare .column.column_desc .from_where_feedback{
    flex-shrink: 0;
}

.compare .item{
    position: relative;

    background: #fff;

    width: auto;
    height: auto;
    display: block;
    text-align: left;
}

.compare .item:not(.item_desc):after{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
    border: 3px solid #c6ccd4;
    z-index: 10;
}

.compare .item:hover:after{
    opacity: 1;
}

.compare .features .line{
    color: #202020;
    font-size: 13px;
    line-height: 16px;

    display: flex;

    min-height: 35px;
    padding: 9px 30px;

    text-align: center;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.compare .features .line.line--title{
    align-items: flex-end;
    align-content: flex-end;
}

.compare .features .line.head{
    flex-direction: column;

    align-items: stretch;
    align-content: stretch;
    justify-content: center;
}

.compare .features .line.hidden_line{
    display: none;
}

.compare .features .hidden_box.opened .line.hidden_on_open{
    visibility: hidden;

    opacity: 0;
}

.compare .item .head{
    padding: 13px 15px 9px;
}

.compare .item.item_desc .head{
    position: relative;

    padding: 19px 30px 29px;
}

.compare .item.item_desc .head:after{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 11px;

    content: '';

    background: #edeef0;
}

.compare .item .head .name{
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    text-align: center;
}

.compare .item.item_desc .head .name{
    text-align: left;
}

.compare .item .head .name.active{
    color: #5c90d2;

    display: flex;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.compare .item .head .name.active:after{
    position: relative;

    display: block;

    width: 25px;
    height: 13px;
    margin-top: -8px;
    margin-left: 7px;

    content: '';

    background: url('../img/ic_checks.svg') 0 0 no-repeat;
}

.compare .item .head .name_desc{
    color: #202020;
    font-size: 13px;

    margin-top: 1px;

    text-align: center;
}

.compare .item .head .desc{
    font-size: 13px;
    font-weight: 600;

    margin-top: 1px;

    text-align: center;
    letter-spacing: .03em;
}

.compare .item .head .desc.active{
    color: #5c90d2;
}

.compare .item.item_desc .head .desc{
    color: #000;

    margin-top: 3px;

    text-align: left;
}

.compare .item.item_desc .features .line{
    font-weight: 600;

    text-align: left;

    justify-content: flex-start;
}

.compare .features .line:nth-child(even){
    background: #f9f9f9;
}

.compare .item .box.hidden_box:not(.opened):nth-child(odd) .line{
    /*background: #f9f9f9;*/
}

.compare .features .line .title{
    position: relative;

    display: inline-block;

    max-width: 100%;
    padding-top: 10px;

    vertical-align: top;
}

.compare .features .line .title.open_all{
    display: block;

    width: 100%;
    padding: 0;
    padding-right: 35px;
}

.compare .features .line .title.open_all{
    /*cursor: pointer;*/
}

.compare .features .line .title.open_all:after{
    position: absolute;
    top: 50%;
    right: 0;

    width: 10px;
    height: 10px;

    content: '';

    border: 5px solid transparent;
    border-top-color: #5c90d2;
}

.compare .features .line .title.open_all.opened{
    padding-top: 15px;
}

.compare .features .line .title.open_all.opened:after{
    border-color: transparent;
    border-bottom-color: #5c90d2;
}

.compare .features .line .title button{
    color: #5c90d2;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;

    display: inline-block;
    overflow: hidden;

    max-width: 100%;

    cursor: pointer;
    transition: .2s linear;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: none;
    border-bottom: 1px dotted #5c90d2;
    background: none;
}

.compare .features .line .title.open_all:not(.opened) button{
    pointer-events: none;

    border: none;
}

.compare .features .line .title button:hover{
    border-color: transparent;
}

.compare .features .line img{
    display: block;

    max-width: 100%;
}

.compare .features .line .empty{
    color: #ccc;
    font-weight: 800;
}

.compare .features .line_inner{
    position: relative;

    display: inline-block;

    vertical-align: top;
}

.compare .features .line .checkbox{
    color: #989ba0;

    margin-top: 3px;
}

.compare .features .line .checkbox .label_check .check_text:before{
    background-color: transparent;
}

.compare .features .line .check_white .label_check input[type=checkbox]:checked + .check_text:before{
    border-color: #999;
    background: #999;
}

.compare .item .features .question_abs{
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);

    margin-top: -10px;
}

.compare .question_btn{
    color: #c4c4c4;
    font-family: Open Sans;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    padding: 0;
    text-align: center;

    width: 12px;
    height: 12px;
    margin-left: 5px;

    cursor: pointer;
    transition: .2s linear;
    text-align: center;

    border: 1px solid #c4c4c4;
    border-radius: 50%;
    background-color: transparent;
}

.compare_desktop .features .line .question_btn{
    visibility: hidden;
    opacity: 0;
}

.compare_desktop .features .line .question_btn.active{
    visibility: visible;
    opacity: 1;
}

.compare_desktop .features .line:hover .question_btn{
    opacity: 1;
    visibility: visible;
}

.compare .question_btn:hover,
.compare .question_btn.active{
    color: #000;

    border-color: #000;
}

.compare .question_btn.black{
    color: #000;

    border-color: #000;
}

.compare .item .mini_modal{
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;

    position: absolute;
    top: 50%;
    left: calc(100% + 15px);

    width: 295px;
    padding: 22px 30px;

    transform: translateY(-50%);

    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.compare .item .mini_modal .close{
    position: absolute;
    top: 8px;
    right: 10px;

    width: 14px;
    height: 14px;
}

.compare .item .mini_modal .close:before{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1px;
    height: 11px;

    content: '';
    transform: translate(-50%, -50%) rotate(45deg);

    background: #000;
}

.compare .item .mini_modal .close:after{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1px;
    height: 11px;

    content: '';
    transform: translate(-50%, -50%) rotate(-45deg);

    background: #000;
}

.compare .item .title .mini_modal{
    width: 374px;
    padding: 28px 30px 35px;
    cursor: default;
}

.compare .mini_modal_title{
    color: #202020;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;

    margin-bottom: 7px;
}

.compare .close_lines{
    color: #fff;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;

    position: relative;

    display: block;
    display: none;

    width: 100%;
    height: 36px;
    padding: 0 30px;
    padding-right: 50px;

    cursor: pointer;
    text-align: left;

    border: none;
    border-top: 2px solid #f9f9f9;
    background: #a5b0bf;
}

.compare .close_lines.active{
    display: block;
}

.compare .close_lines:after{
    position: absolute;
    top: 50%;
    right: 30px;

    width: 12px;
    height: 12px;
    margin-top: -3px;

    content: '';
    transform: rotate(-135deg);

    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.compare .from_where_feedback{
    margin-top: 14px;
    padding: 17px 20px 20px;

    background: #fff;
    position: relative;
}

.compare .from_where_feedback .select_wrap .nice-select.open{
    z-index: 99;
}

.compare .from_where_feedback .title{
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;

    margin-bottom: 11px;
}

.compare .from_where_feedback .select_wrap .nice-select .current{
    border-radius: 4px;
    background: #f9f9f9;
}

.compare .from_where_feedback .select_wrap .nice-select .list{
    top: auto;
    bottom: calc(100% + 10px);
}

.compare .from_where_feedback .line_wrap{
    margin-top: 12px;
}

.compare .from_where_feedback .line{
    flex-wrap: nowrap;
}

.compare .from_where_feedback .line .checkbox{
    width: 20px;
    margin: 0 5px 0 0;

    flex-shrink: 0;
}

.compare .from_where_feedback .mini_modal{
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(100% - 10px);
    width: 360px;
    padding: 34px 44px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.compare .from_where_feedback .mini_modal .red{
    color: #FF0000;
}

.compare .from_where_feedback .mini_modal a{
    font-style: italic;
    border-bottom: 1px dashed;
    transition: .2s linear;
    color: #202020;
    text-decoration: none;
}

.compare .from_where_feedback .mini_modal a:hover{
    border-color: transparent;
}

.compare .from_where_feedback .mini_modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
}

.compare .from_where_feedback .mini_modal .close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 11px;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
}

.compare .from_where_feedback .mini_modal .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 11px;
    content: '';
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #000;
}

.checkbox.no_text .label_check{
    cursor: default;
}

.checkbox.no_text .label_check input[type=checkbox]:disabled + .check_text{
    cursor: default;
    opacity: .7;
}

.checkbox.no_text .label_check .check_text{
    cursor: pointer;
}

.compare .from_where_feedback .line .input{
    width: calc(100% - 30px - 104px);
}

.compare .from_where_feedback .line .input[disabled]{
    color: #d8d8d8;

    opacity: .7;
}

.compare .from_where_feedback .line .submit{
    width: 114px;
    margin-top: 0;
    margin-left: 2px;

    flex-shrink: 0;
}

.compare .from_where_feedback .line .submit_btn{
    color: #545454;
    font-weight: 600;

    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
}

.compare .from_where_feedback .line .submit_btn:hover{
    background: #e1e1e1;
}

.compare .foot{
    padding: 20px 38px;
}

.compare .foot .foot_desc{
    color: #202020;
    font-size: 13px;
    line-height: 16px;

    text-align: center;
    max-width: 330px;
    margin: 0 auto 22px;
}

.compare .link_vk a{
    color: #fff;
    font-family: Open Sans;
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;

    display: flex;

    height: 34px;
    padding: 5px 15px;

    transition: .2s linear;
    text-decoration: none;

    border-radius: 4px;
    background: #297afe;

    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.compare .link_vk a:hover{
    background: #0048bf;
}

.compare .link_vk a:before{
    position: relative;

    display: inline-block;

    width: 23px;
    height: 14px;
    margin-right: 7px;

    content: '';
    vertical-align: top;

    background: url('../img/ic_vk.svg') 0 0 no-repeat;
}

.compare .compare_desktop .item .foot{
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
    flex-direction: column;
}

.compare .compare_desktop .item .foot.fixed_stuck{
    position: fixed;
    bottom: 0;

    background: #fff;

    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
    z-index: 11;
}

.compare .block_price{
    position: relative;

    min-height: 40px;
}

.compare .block_price .open_price{
    text-align: center;
    line-height: 20px;
}

.compare .block_price .open_price button{
    color: #202020;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding-right: 14px;

    cursor: pointer;
    vertical-align: top;

    border: none;
    background: none;
}

.compare .foot.green .block_price .open_price button .color{
    color: #26a33c;
}

.compare .block_price .open_price button:after{
    position: absolute;
    top: 50%;
    right: 0;

    width: 8px;
    height: 8px;
    margin-top: -2px;

    content: '';

    border: 4px solid #202020;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.compare .block_price .mini_modal{
    position: absolute;
    top: auto;
    bottom: calc(100% + 10px);
    left: 50%;

    width: 364px;
    max-width: calc(100% + 14px);
    padding: 29px 26px;

    transform: translateX(-50%);

    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.compare .block_price .mini_modal .radio{
    min-height: 30px;
}

.compare .block_price .mini_modal .radio + .radio{
    margin-top: 8px;
}

.compare .block_price .mini_modal .radio .label_check input[type=radio]{
    display: none;
}

.compare .block_price .mini_modal .radio .label_check{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.compare .block_price .mini_modal .radio .label_check input[type=radio] + .check_text{
    color: #202020;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    position: relative;

    display: block;

    padding-left: 28px;

    cursor: pointer;
    transition: .2s linear;
    text-align: left;
}

.compare .foot.green .block_price .mini_modal .radio .label_check input[type=radio] + .check_text{
    color: #26a33c;
}

.compare .block_price .mini_modal .radio .label_check input[type=radio] + .check_text .crossed{
    text-decoration-line: line-through;
}

.compare .block_price .mini_modal .radio .label_check input[type=radio] + .check_text .economy{
    color: #5c90d2;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.compare .block_price .mini_modal .radio .label_check input[type=radio] + .check_text:before{
    position: absolute;
    top: 50%;
    left: 0;

    width: 18px;
    height: 18px;
    margin-top: -9px;

    content: '';
    transition: .2s linear;

    border: 1px solid #646464;
    border-radius: 50%;
}

.compare .block_price .mini_modal .radio .label_check input[type=radio] + .check_text:after{
    position: absolute;
    top: 50%;
    left: 4px;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -5px;

    content: '';
    transition: .2s linear;

    opacity: 0;
    border-radius: 50%;
    background: #646464;
}

.compare .block_price .mini_modal .radio .label_check input[type=radio]:checked + .check_text:after{
    opacity: 1;
}

.compare .foot .economy_info{
    color: #5c90d2;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;

    margin-top: 2px;

    text-align: center;
    height: 19px;
    overflow: hidden;
}

.compare .foot .switchers{
    margin-top: 6px;

    align-items: center;
    align-content: center;
    justify-content: center;
}

.compare .foot .switchers .checkbox{
    margin: 0 0 0 10px;
}

.compare .bonuses input[type=checkbox]{
    display: none;
}

.compare .bonuses .label_check{
    display: table-cell;

    height: 24px;

    cursor: pointer;
    vertical-align: middle;
}

.compare .bonuses .label_check .check_text{
    color: #d8d8d8;
    font-size: 13px;
    line-height: 18px;

    position: relative;

    display: block;

    padding-left: 37px;

    transition: .2s linear;
}

.compare .bonuses .label_check input[type=checkbox]:checked + .check_text{
    color: #202020;
}

.compare .bonuses .label_check .check_text:before{
    position: absolute;
    top: 50%;
    left: 0;

    width: 28px;
    height: 18px;
    margin-top: -9px;

    content: '';
    transition: .2s linear;

    border: 1px solid #d8d8d8;
    border-radius: 50px;
    background: #e1e1e1;
}

.compare .bonuses .label_check:hover .check_text:before{
    border-color: #d8d8d8;
}

.compare .bonuses .label_check input[type=checkbox]:checked + .check_text:before{
    border-color: #232a32;
    background: #232a32;
}

.compare .bonuses .label_check .check_text:after{
    position: absolute;
    top: 50%;
    left: 3px;

    width: 12px;
    height: 12px;
    margin-top: -6px;

    content: '';
    transition: .2s linear;

    border-radius: 50%;
    background: #fff;
}

.compare .bonuses .label_check input[type=checkbox]:checked + .check_text:after{
    left: 12px;
}

.compare .foot .submit{
    margin-top: 9px;
}

.compare .foot .submit_btn{
    color: #545454;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;

    display: block;

    width: 100%;

    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
}

.compare .foot .submit_btn b{
    font-weight: 700;
}

.compare .foot.green .submit_btn b{
    color: #26a33c;
}

.compare .foot .submit_btn:hover{
    border-color: #e1e1e1;
    background: #e1e1e1;
}

.compare .foot .checkbox .label_check .check_text{
    color: #d8d8d8;
}

.compare .foot .checkbox .label_check input[type=checkbox]:checked + .check_text{
    color: #202020;
}

.compare .foot .bonus_info{
    color: #202020;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;

    margin-top: 10px;

    text-align: center;
}

.compare .foot .bonus_info .link{
    margin-top: 1px;
}

.compare .foot .bonus_info a{
    color: #5c90d2;
    font-size: 13px;
    line-height: 18px;

    transition: .2s linear;
    text-decoration: none;

    border-bottom: 1px dotted currentColor;
}

.compare .foot .bonus_info a:hover{
    border-color: transparent;
}


.compare_mob{
    background: #fff;
}

.compare_mob .mini_modal{
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;

    position: absolute;
    top: calc(100% + 10px);
    left: 50%;

    width: calc(100vw - 139px);
    padding: 22px 30px;

    transform: translateX(-50%);

    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.compare_mob .mini_modal .close{
    position: absolute;
    top: 0;
    right: 2px;

    width: 30px;
    height: 30px;
}

.compare_mob .features .line .mini_modal .close{
    display: none;
}

.compare_mob .mini_modal .close:before{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1px;
    height: 11px;

    content: '';
    transform: translate(-50%, -50%) rotate(45deg);

    background: #000;
}

.compare_mob .mini_modal .close:after{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1px;
    height: 11px;

    content: '';
    transform: translate(-50%, -50%) rotate(-45deg);

    background: #000;
}




.compare_mob .features .line{
    display: block;

    min-height: 44px;
    padding: 10px 30px 16px;
}

.compare_mob .box.hidden_box:not(.opened):nth-child(odd) .line{
    /*background: #f9f9f9;*/
}

.compare_mob .features .title{
    position: relative;
}

.compare_mob .features .subtitle{
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;

    position: relative;

    text-align: center;
}

.compare_mob .features .subtitle .line_inner{
    position: initial;

    padding-left: 19px;
}

.compare_mob .features .mob_columns{
    margin-top: 11px;
    margin-bottom: -15px;
    margin-left: -15px;

    align-items: center;
    align-content: center;
}

.compare_mob .features .mob_columns .column{
    color: #202020;
    font-size: 12px;
    line-height: 12px;

    display: flex;

    width: calc(100% / 3 - 15px);
    margin-bottom: 15px;
    margin-left: 15px;

    transition: .2s linear;
    text-align: center;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.compare_mob .features .mob_columns .column.active{
    color: #5c90d2;
}

.compare_mob .features .mob_columns .column.active .empty{
    color: #5c90d2;
}

.compare_mob .features .mob_columns .column img{
    display: block;

    max-width: 100%;
}

.compare_mob .features .mob_columns .column .ic_check{
    display: block;

    width: 10px;
    height: 7px;

    transition: .2s linear;

    fill: #202020;
}

.compare_mob .features .mob_columns .column.active .ic_check{
    fill: #5c90d2;
}


.modal_success{
    color: #202020;
    font-size: 16px;
    line-height: 24px;

    width: 359px;
    padding: 44px 48px;

    text-align: center;
}

.modal_success + .fancybox-close-small{
    color: #000;

    top: 8px;
    right: 8px;

    width: 18px;
    height: 18px;
}

.modal_success + .fancybox-close-small:before{
    display: none;
}
.modal_success + .fancybox-close-small svg{
    display: block;
}

.modal_success b{
    font-weight: 700;
}

.modal_success a{
    color: #202020;
    font-size: 16px;
    font-style: italic;

    text-decoration: none;

    border-bottom: 1px dashed currentColor;
}

.modal_success a:hover{
    border-color: transparent;
}


@media (max-width: 1670px){
    .compare .item .head{
        padding: 19px 15px 9px;
    }

    .compare .features .line{
        padding: 9px 15px;
    }

    .compare .foot{
        padding: 20px 5px;
    }

    .compare .close_lines{
        padding: 0 15px;
    }

    .compare .from_where_feedback{
        padding: 15px;
    }
}


@media (max-width: 1399px){
    .compare .compare_desktop .from_where_feedback .line{
        flex-wrap: wrap;
    }

    .compare .compare_desktop .from_where_feedback .line .input{
        width: calc(100% - 30px);
    }

    .compare .compare_desktop .from_where_feedback .line .submit{
        width: 100%;
        margin-top: 9px;
        margin-left: 0;
    }
}


@media (max-width: 1299px){
    .compare .item .head{
        padding: 10px;
    }

    .compare .item .head .name{
        font-size: 15px;
        line-height: normal;
    }

    .compare .features .line{
        padding: 9px 10px;
    }

    .compare .features .line .title button{
        font-size: 13px;
    }

    .compare .from_where_feedback{
        padding: 15px 10px;
    }

    .compare .from_where_feedback .title{
        font-size: 15px;
        line-height: normal;
    }

    .compare .block_price .mini_modal{
        padding: 15px;
    }


    .compare .link_vk a:before{
        display: none;
    }
}


@media (max-width: 1024px){
    .compare_desktop{
        display: none;
    }

    .compare_mob{
        display: block;
        overflow: hidden;
    }

    .compare .from_where_feedback{
        margin-top: 0;
    }

    .compare .item:after{
        display: none;
    }

    .compare .item .desc{
        color: #646464;
        font-size: 13px;
        line-height: 16px;

        padding: 15px;

        letter-spacing: .03em;
    }

    .compare .features .line{
        padding: 10px 25px 16px;
    }

    .compare .features .line .question_btn{
        visibility: hidden;

        transition: .2s linear;

        opacity: 0;
    }

    .compare .features .line .question_btn.visible{
        visibility: visible;

        opacity: 1;
    }

    .compare .features .line .question_btn.always_visible{
        visibility: visible;

        opacity: 1;
    }

    .compare .item .features .mini_modal{
        top: 100%;
        left: 0;

        max-width: 100%;

        transform: none;
    }

    .compare .main_tabs{
        z-index: 110;

        display: flex;
        overflow-x: auto;

        background: #f9f9f9;

        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        flex-wrap: nowrap;

        margin: 0;
        width: auto;
    }

    .compare .main_tabs.is_stuck{
        box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    }

    .compare .main_tabs button{
        color: #929292;
        font: 13px/15px 'Open Sans';

        display: block;

        min-height: 48px;
        padding: 5px 15px;

        cursor: pointer;
        transition: .2s linear;
        text-align: center;

        border: none;
        background: #f9f9f9;

        flex-shrink: 0;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: calc(100% / 3);
    }

    .compare .main_tabs button + button{
        border-left: 1px solid #edeef0;
    }

    .compare .main_tabs button.active{
        color: #5c90d2;
        font-weight: 600;

        background: #fff;
    }

    .compare .main_tabs button .name{
        display: flex;

        width: 100%;

        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .compare .main_tabs button .name.active{
        display: flex;

        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .compare .main_tabs button .name.active:after{
        position: relative;

        display: block;

        width: 16px;
        height: 8px;
        margin-left: 5px;

        content: '';

        background: url(../img/ic_checks-gray.svg) 0 0 no-repeat;
        background-size: contain;
    }

    .compare .main_tabs button.active .name.active:after{
        background-image: url('../img/ic_checks.svg');
    }

    .compare .main_tabs button .note{
        font-size: 10px;
        line-height: 12px;

        width: 100%;
        margin-top: -2px;
    }

    .compare .main_tabs button .price{
        color: #545454;
        font-size: 13px;
        line-height: 16px;

        display: block;

        margin-top: 3px;

        text-align: center;
        min-height: 32px;
    }

    .compare .main_tabs button .price.small{
        font-size: 12px;
    }

    .compare .main_tabs button .price b{
    }

    .compare .close_lines{
        color: #5c90d2;

        height: 55px;
        padding: 5px 15px;
        padding-right: 40px;

        border-top: 1px solid #e1e1e1;
        background: #fff;
    }

    .compare .close_lines:after{
        display: none;
    }

    .compare .close_lines:not(.active).empty_line{
        pointer-events: none;
    }

    .compare .close_lines:not(.active).empty_line:after{
        top: 50%;
        right: 15px;

        display: block;

        width: 12px;
        height: 2px;
        margin-top: -1px;

        content: '';
        transform: none;

        border: none;
        background: #5c90d2;
    }

    .compare .close_lines:before{
        position: absolute;
        top: 50%;
        right: 17px;

        width: 0;
        height: 0;
        margin-top: -2.5px;

        content: '';

        border: 5px solid transparent;
        border-top: 5px solid #2c343f;
    }

    .compare .close_lines:not(.active).empty_line:before{
        display: none;
    }

    .compare .close_lines.active{
        color: #fff;
    }

    .compare .close_lines.active:before{
        margin-top: -6px;

        border-color: transparent;
        border-bottom-color: #fff;
    }

    .compare .close_lines span.active_text{
        display: none;
    }

    .compare .close_lines.active span.bord{
        display: none;
    }

    .compare .close_lines.active span.active_text{
        display: block;
    }

    .compare .item .features{
        padding: 0;

        border-bottom: 10px solid #edeef0;
    }

    .compare .from_where_feedback{
        padding: 16px 15px 20px;
    }

    .compare .foot{
        bottom: 0;

        width: 100%;
        padding: 18px 15px 15px;
    }

    .compare .foot_wrap{
        width: 100%;
    }

    .compare .foot.fixed_stuck{
        position: fixed;
        bottom: 0;
    }


    .compare .question_btn{
        display: inline-block;

        width: 14px;
        height: 14px;
        margin-top: 1px;

        vertical-align: top;
    }

    .compare .features .line .title button{
        font-weight: 700;

        border-bottom: 1px dotted currentColor;
    }


    .compare .features .line .title.open_all{
        position: relative;
        padding: 0 15px;
    }

    .compare .features .line .title.open_all:after,
    .compare .features .line .title.open_all:not(.opened):after{
        margin-top: -2px;

        border-top-color: #2c343f;
    }

    .compare .features .line .title.open_all.active:after{
        margin-top: -8px;

        transform: rotate(180deg);
    }

    .compare .features .line .title.open_all button{
        color: #2c343f;
    }

    .compare .features .line .title.open_all:not(.opened) button{
        border-bottom: 1px dotted currentColor;
    }

    .compare .features .line .title.open_all:not(.opened).active button{
        pointer-events: painted;
        color: #5C90D2;
    }

    .compare .main_tabs_price{
        z-index: 99;
        bottom: 0;

        width: 100%;

        border-top: 5px solid #edeef0;
    }

    .compare .main_tabs_price button{
        min-height: 85px;
    }

    .compare .main_tabs.fixed_stuck{
        position: fixed;
        border-color: transparent;
        background-color: transparent;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    }


    .compare .foot .submit_btn{
        height: 42px;
    }


    .compare .link_vk a:before{
        display: block;
    }


    .compare .link_vk a{
        height: 42px;
        line-height: 42px;
    }
}


@media (max-width: 767px){
    .content_all.inner{
        padding: 5px 0 0;
    }

    .sidebar.small{
        display: none;
    }

    .compare_mob .slider_footer .owl-carousel .owl-item{
        opacity: 1;
    }

    .compare_mob .mini_modal{
        width: calc(100vw - 30px);
    }

    .compare .features .line .checkbox .label_check .check_text:before{
        top: 50%;

        margin-top: -10px;
    }

    .compare .features .line .checkbox .label_check .check_text:after{
        top: 50%;

        margin-top: -10px;
    }
}


@media (max-width: 479px){
    .compare .block_price .mini_modal{
        width: 320px;
    }

    .compare .features .line .checkbox{
        font-size: 10px;
        line-height: 12px;
    }

    .compare .features .line .checkbox .label_check .check_text{
        line-height: 13px;

        padding-left: 22px;
    }


    .compare .main_tabs button{
        padding: 5px;
    }

    .compare .main_tabs button .name{
        font-size: 12px;
    }
}
