@charset "UTF-8";

main {padding-bottom: 0;}
.features-item__icon {position: relative;}
.features-item__icon span {color: #fff;background-color: #E3025C;position: absolute;top: -24px;left: 50%;transform: translateX(-50%);width: 122px;min-height: 31px;border-radius: 20px;font-weight: 700;display: flex;align-items: center;justify-content: center;}
.features-item__icon>img.icon-01 { width: calc((100 / 140) * 100%); }
.features-item__icon>img.icon-02 { width: calc((107 / 140) * 100%); }
.features-item__icon>img.icon-03 { width: calc((79 / 140) * 100%); }
.features-item__icon>img.icon-04 { width: calc((107 / 140) * 100%); }
.features-item__icon>img.icon-05 { width: calc((78 / 140) * 100%); }
.features-item__icon>img.icon-06 { width: calc((79 / 140) * 100%); }
.features-item__icon>img.icon-07 { width: calc((94 / 140) * 100%); }
.features-item__icon>img.icon-08 { width: calc((78 / 140) * 100%); }
.features-item__label {display: none;}
.features.features--type-3 {margin-top: 60px;}
.features-txt {margin-top: 26px;line-height: 1.8;}
.contact__grid-link {grid-template-columns: 1fr;}
.contact__grid-link a {margin: 0 auto;}
.users-block {margin-top: 60px;display: grid;grid-template-columns: repeat(3, 1fr);gap: 0 calc((40 / 1100) * 100%);}
.users-item__txt {text-align: center;margin-top: 14px;font-weight: 700;}
@media only screen and (min-width: 768px) {
.ls-tight-sm { letter-spacing: -0.03em; }
.features.features--type-1 {grid-template-columns: 1fr;max-width: 352px;margin: 26px auto 0;}
.features.features--type-1 .features-item__icon {padding-bottom: calc((140 / 352) * 100%); width: calc((140 / 352) * 100%);}
.features.features--type-1 .features-item__text{margin-top: 25px;}
}
@media only screen and (max-width: 767.98px) {
.c-flow-link>li.type-telephone { display: none; }
.c-flow-link>li.type-inquiry a{background-color: #e3025c;color: #fff;}
.c-flow-link>li.type-monitor a{background-color: #425df5;}
.features.features--type-3 {margin-top: 20px;}
.features-item__icon span {display: none;}
.features-item__label {grid-column: 2;grid-row: 1;display: flex;}
.features-item__label span {color: #fff;background-color: #E3025C;min-height: 35px;border-radius: 20px;font-weight: 700;display: flex;align-items: center;padding: 0 20px;line-height: 1;}
.features.features--type-point .features-item {grid-template-rows: auto auto auto;}
.features.features--type-point .features-item__headind {grid-row: 2;margin-top: 8px;}
.features.features--type-point .features-item__text {grid-row: 3;}
.features.features--type-1 .features-item__text {grid-row: auto;}
.features.features--type-1 .features-item__icon {grid-row: auto;}
.users-block {grid-template-columns: 1fr; gap: 15px 0; margin-top: 20px;}
.users-item__txt {font-size: calc((14 / 16) * 100%); line-height: calc(22.4 / 14); margin-top: 5px;}
.users-item {max-width: 270px; margin-left: auto; margin-right: auto;}
}