

/* Start:/local/templates/main/components/bitrix/news.list/compare_table/style.css?17655368246724*/
.compare {
    font-weight: 300;
	/*font-size: 18px;*/
	/*line-height: 28px;*/
    color: rgba(8, 17, 31, 1);
}
.compare .compare__desc {
	max-width: 100%;
	margin-bottom: 30px;
}
.compare__header {
    display: flex;
    margin-bottom: 2px;
}
.compare__name {
    flex: 1;
    color: rgba(241, 91, 91, 1);
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
}
.compare__main {
	margin-bottom:30px;
}
.compare__row {
    display: flex;
}
@media(min-width:1201px) {
    .compare__row {
        display: flex;
        position: relative;
        gap: 80px;
        min-height: 244px;
    }
    .compare__row:first-child,
    .compare__row:nth-child(even) {
        position: relative;
    }
    .compare__main {
        position: relative;
    }
    .compare__main:after,
    .compare__main:before {
        content: '';
        background-color: rgba(255, 187, 195, 1);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: -3px;
    }
    .compare__main:after {
        right: calc(50% - 40px);
    }
    .compare__main:before {
        left: calc(50% - 40px);
    }
    .compare__item {
        flex: 1;
        position: relative;
    }
    .compare__item-wrapper {
        border-top: 2px dashed rgb(209 209 209 / 50%);
        padding-top: 33px;
        padding-bottom: 33px;
        height: 100%;
    }
    .compare__row:nth-child(odd) > .compare__item:first-child:before {
        content: '';
        width: 134px;
        height: calc(100% + 2px);
        position: absolute;
        top: 0;
        left: 0;
        border-top: 2px dashed rgb(209 209 209 / 50%);
        border-left: 2px dashed rgb(209 209 209 / 50%);
        border-bottom: 2px dashed rgb(209 209 209 / 50%);
        border-radius: 333px 0 0 333px;
        background-color: #fff;
        z-index: 10;
    }
    .compare__row .compare__item:first-child .compare__item-wrapper {
        margin-left: 134px;
        margin-right: 105px;
    }
    .compare__row .compare__item:last-child .compare__item-wrapper {
        margin-right: 110px;
        margin-left: 133px;
    }
    .compare__row:first-child .compare__item:first-child .compare__item-wrapper {
        padding-right: 105px;
        margin-right: 0;
    }
    .compare__row:first-child .compare__item:last-child .compare__item-wrapper {
        margin-left: 0;
        padding-left: 133px;
    }
    .compare__row:nth-child(odd) > .compare__item:last-child:before {
        content: '';
        width: 126px;
        height: calc(100% + 2px); 
        position: absolute;
        top: 0;
        right: 0;
        border-top: 2px dashed rgb(209 209 209 / 50%);
        border-right: 2px dashed rgb(209 209 209 / 50%);
        border-bottom: 2px dashed rgb(209 209 209 / 50%);
        border-radius: 0 333px 333px 0;
        background-color: #fff;
    }
    .compare__row:nth-child(even) > .compare__item:first-child:before {
        content: '';
        width: 120px;
        height: calc(100% + 2px);
        position: absolute;
        top: 0;
        right: 0;
        border-top: 2px dashed rgb(209 209 209 / 50%);
        border-right: 2px dashed rgb(209 209 209 / 50%);
        border-bottom: 2px dashed rgb(209 209 209 / 50%);
        border-radius: 0 333px 333px 0;
        background-color: #fff;
    }
    .compare__row:nth-child(even) > .compare__item:last-child:before {
        content: '';
        width: 134px;
        height: calc(100% + 2px);
        position: absolute;
        top: 0;
        left: 0;
        border-top: 2px dashed rgb(209 209 209 / 50%);
        border-left: 2px dashed rgb(209 209 209 / 50%);
        border-bottom: 2px dashed rgb(209 209 209 / 50%);
        border-radius: 333px 0 0 333px;
        background-color: #fff;
    }
    .compare__row:nth-child(even) .compare__item:first-child .compare__item-wrapper {
        margin-right: 126px;
        padding-right: 0;
    }
    .compare__row:nth-child(even) .compare__item:last-child .compare__item-wrapper {
        margin-right: 127px;
        margin-left: 134px;
        padding-left: 0;
    }/*
    .compare__row:nth-child(odd) > .compare__item:last-child {
        padding-right: 20px;
    }*/
    .compare__row:last-child > .compare__item:first-child:after,
    .compare__row:last-child > .compare__item:last-child:after {
        content: '';
        position: absolute;
        height: 1px;
        border-bottom: 2px dashed rgb(209 209 209 / 50%);
        width: calc(100% - 123px);
    }
    .compare__row:last-child:nth-child(even) > .compare__item:first-child:after {
        left: 0;
    }
    .compare__row:last-child:nth-child(even) > .compare__item:last-child:after {
        right: 0;
    }
    .compare__row:last-child:nth-child(odd) > .compare__item:first-child:after {
        right: 0;
        bottom: -2px;
    }
    .compare__row:last-child:nth-child(odd) > .compare__item:last-child:after {
        left: 0;
        bottom: -2px;
    }
}

.compare__item > .ddtext {
    max-width: 506px;
    margin: auto;
}
.compare__criterion {
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50% - 32px);
    z-index: 1;
}
.compare-criterion {
    display: inline-block;
    background-color: rgba(239, 239, 239, 1);
    color: rgba(8, 78, 235, 1);
    font-weight: 400;
    padding: 18px 32px;
    border-radius: 33px;
}
.compare__item > .ddtext {
    max-width: 506px;
    margin: auto;
}/*
.compare__item > .ddtext.active {
    margin: -15px auto;
     max-width: 566px;
    padding: 15px 30px;
    z-index: 3;
    position: relative;
    border-radius: 33px;
    background-color: #fff;
    box-shadow: 7px 11px 15px rgba(0, 0, 0, 0.05);
}*/
.compare .ddtext__action > a:before {
    font-size: 18px;
}
@media screen and (min-width: 1440px) {
    .compare .ddtext__action > a:before {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .compare__header {
        display: none;
    }
    .compare {
        font-size: 16px;
        line-height: 24px;
    }
    .compare__criterion {
        position: static;
        order: -1;
    }
    .compare-criterion {
        max-width: 480px;
        width: 100%;
        padding: 12px 20px;
        font-size: 18px;
    }
    .compare__row {
        flex-direction: column;
        gap: 24px;
    }
    .compare__item-wrapper:before {
        content: attr(data-name);
        display: block;
        margin-bottom: 16px;
        color: rgba(241, 91, 91, 1);
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
    .compare .ddtext__action > a:before {
        font-size: 16px;
    }
    .compare__row + .compare__row {
        margin-top: 64px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/compare_table/style.css?17655368246724 */
