.b-discomfort {
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400
}

.b-discomfort--img-discomfort-dark {
    background: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark.jpg) no-repeat center/cover
}

.b-discomfort--img-discomfort-dark .b-discomfort__desc,
.b-discomfort--img-discomfort-dark .b-discomfort__item .b-item__desc,
.b-discomfort--img-discomfort-dark .b-discomfort__title {
    color: #fff
}

.b-discomfort--img-discomfort-dark .b-discomfort__item .b-item__icon svg {
    fill: #fff
}

.b-discomfort--img-discomfort-dark .b-discomfort__item--attention .b-item__icon svg {
    fill: #fd0
}

.b-discomfort--img-discomfort-dark .b-discomfort__item--attention .b-item__desc {
    color: #fd0
}

.b-discomfort__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: calc(64px - 28px)
}

.b-discomfort__container > :last-child {
    margin-bottom: 0
}

.b-discomfort__title {
    font-weight: 500;
    line-height: 38px;
    font-size: 32px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0 0 56px;
    width: 100%
}

.b-discomfort__desc {
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    margin: 0 0 42px;
    width: 100%
}

.b-discomfort__items {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.b-discomfort__item,
.b-discomfort__item .b-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-discomfort__item {
    padding: 16px 0;
    width: 50%;
    margin: 0 0 28px
}

.b-discomfort .b-item__icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 24px;
    padding: 0;
}

.b-discomfort__item .b-item__icon svg {
    font-size: 32px
}

.b-discomfort__item .b-item__desc {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.b-discomfort__item--attention {
    width: 100%;
    text-align: center;
    padding: 32px 24px;
    position: relative;
    z-index: 1
}

.b-discomfort__item--attention:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 30, 51, 0)), color-stop(50%, rgba(14, 32, 53, .7)), to(rgba(12, 30, 51, 0)));
    background: -webkit-linear-gradient(left, rgba(12, 30, 51, 0) 0%, rgba(14, 32, 53, .7) 50%, rgba(12, 30, 51, 0) 100%);
    background: -o-linear-gradient(left, rgba(12, 30, 51, 0) 0%, rgba(14, 32, 53, .7) 50%, rgba(12, 30, 51, 0) 100%);
    background: linear-gradient(90deg, rgba(12, 30, 51, 0) 0%, rgba(14, 32, 53, .7) 50%, rgba(12, 30, 51, 0) 100%)
}

.b-discomfort__item--attention .b-item__desc {
    font-weight: 500;
    line-height: 28px;
    font-size: 24px
}

.b-discomfort__item--br-right {
    position: relative;
    z-index: 1;
    border-right: 1px solid #fd0
}

.b-discomfort__item--attention:after,
.b-discomfort__item--br-left:after,
.b-discomfort__item--br-right:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.b-discomfort__item--br-right:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 30, 51, 0)), color-stop(60%, rgba(14, 32, 53, .6)));
    background: -webkit-linear-gradient(left, rgba(12, 30, 51, 0) 0%, rgba(14, 32, 53, .6) 60%);
    background: -o-linear-gradient(left, rgba(12, 30, 51, 0) 0%, rgba(14, 32, 53, .6) 60%);
    background: linear-gradient(90deg, rgba(12, 30, 51, 0) 0%, rgba(14, 32, 53, .6) 60%)
}

.b-discomfort__item--br-right .b-item__icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.b-discomfort__item--br-right .b-item__desc {
    text-align: right
}

.b-discomfort__item--br-left {
    border-left: 1px solid #fd0;
    position: relative;
    z-index: 1
}

.b-discomfort__item--br-left:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(14, 32, 53, .6)), to(rgba(12, 30, 51, 0)));
    background: -webkit-linear-gradient(left, rgba(14, 32, 53, .6) 40%, rgba(12, 30, 51, 0) 100%);
    background: -o-linear-gradient(left, rgba(14, 32, 53, .6) 40%, rgba(12, 30, 51, 0) 100%);
    background: linear-gradient(90deg, rgba(14, 32, 53, .6) 40%, rgba(12, 30, 51, 0) 100%)
}

.sp-discomfort-default-icons_horn,
.sp-discomfort-default-icons_mechanism,
.sp-discomfort-default-icons_picker,
.sp-discomfort-default-icons_user {
    width: 1em;
    height: 1em
}

@media only screen and (min-width: 320px) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark320.jpg)
    }
}

@media only screen and (min-width: 768px) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark768.jpg)
    }
}

@media only screen and (min-width: 1024px) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark1024.jpg)
    }
}

@media only screen and (min-width: 1200px) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark.jpg)
    }
}

@media only screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 320px) and (min-device-pixel-ratio: 2), only screen and (min-width: 320px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 320px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 320px) and (min-resolution: 192dpi), only screen and (min-width: 320px) and (min-resolution: 2dppx) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark320@2x.jpg)
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark768@2x.jpg)
    }
}

@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark1024@2x.jpg)
    }
}

@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
    .b-discomfort--img-discomfort-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/discomfort/default/discomfort-dark@2x.jpg)
    }
}

@media only screen and (max-width: 1199px) {
    .b-discomfort__container {
        padding-left: 24px;
        padding-right: 24px
    }

    .b-discomfort__container > :last-child {
        margin-bottom: 0
    }

    .b-discomfort__title {
        margin-bottom: 40px
    }

    .b-discomfort__desc {
        margin-bottom: 32px
    }

    .b-discomfort__item .b-item__icon {
        margin-right: 16px;
        margin-left: 16px
    }

    .b-discomfort__item .b-item__desc {
        line-height: 20px;
        font-size: 16px
    }

    .b-discomfort__item--attention:after {
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 1023px) {
    .b-discomfort__container {
        padding-left: 24px;
        padding-right: 24px
    }

    .b-discomfort__container > :last-child {
        margin-bottom: 0
    }

    .b-discomfort__title {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 32px
    }

    .b-discomfort__desc {
        margin-bottom: 24px;
        line-height: 20px;
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .b-discomfort__container {
        padding: 24px 16px 18px
    }

    .b-discomfort__container > :last-child {
        margin-bottom: 0
    }

    .b-discomfort__title {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 24px
    }

    .b-discomfort__desc {
        margin-bottom: 20px;
        line-height: 18px;
        font-size: 14px
    }

    .b-discomfort__items {
        margin-bottom: 24px
    }

    .b-discomfort__item {
        width: 100%;
        margin-bottom: 6px
    }

    .b-discomfort__item .b-item__icon {
        margin-right: 8px;
        margin-left: 8px
    }

    .b-discomfort__item .b-item__desc {
        line-height: 18px;
        font-size: 14px
    }

    .b-discomfort__item--attention {
        padding: 24px 16px
    }

    .b-discomfort__item--attention .b-item__desc {
        line-height: 24px;
        font-size: 18px
    }

    .b-discomfort__item--br-right {
        border-right-width: 2px
    }

    .b-discomfort__item--br-left {
        border-left-width: 2px
    }
}