/* lot-text (short-version) */
.b-lot-text {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
}

.b-lot-text__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px;
}

.b-lot-text__container--small-pb {
    padding: 48px 15px 10px;
}

.b-lot-text h3,
.b-lot-text h4,
.b-lot-text h5,
.b-lot-text h6 {
    margin: 0 0 24px;
    font-style: normal;
    font-weight: 500;
}

.b-lot-text h2 {
    margin: 0 0 32px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: #008ec4;
}

.b-lot-text h3 {
    font-size: 28px;
    line-height: normal;
}

.b-lot-text h4 {
    font-size: 24px;
    line-height: 28px;
}

.b-lot-text h5 {
    font-size: 20px;
    line-height: 24px;
}

.b-lot-text h6 {
    font-size: 16px;
    line-height: 20px;
}

.b-lot-text p {
    margin: 0 0 32px;
}

.b-lot-text p:last-child,
.b-lot-text ul:last-child,
.b-lot-text ol:last-child {
    margin-bottom: 0;
}

.b-lot-text > :first-child {
    margin-top: 0;
}

.b-lot-text > :last-child {
    margin-bottom: 0;
}

.b-lot-text strong,
.b-lot-text b {
    font-weight: 500;
}

.b-lot-text em,
.b-lot-text i {
    font-style: italic;
}

.b-lot-text ul,
.b-lot-text ol {
    padding: 0;
    margin: 0 0 32px;
}

.b-lot-text ul li {
    font-style: normal;
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding-left: 32px;
}

.b-lot-text ul li:last-child {
    margin-bottom: 0;
}

.b-lot-text ul li:before {
    content: '';
    background: #ff9800;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
}

.b-lot-text ul > li > ul,
.b-lot-text ol > li > ul,
.b-lot-text ul > li > ol {
    margin-top: 20px;
}

.b-lot-text ul > li > ul li:before {
    border: 1px solid #ff9800;
    background: transparent;
}

.b-lot-text ol > li > ul li {
    padding-left: 32px;
}

.b-lot-text ol > li > ul li:before {
    content: '';
    counter-increment: unset;
    background: #ff9800;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    padding: 0;
    min-width: auto;
    min-height: auto;
    transform: none;
}

.b-lot-text ol {
    counter-reset: int;
    list-style: none;
}

.b-lot-text ol li {
    position: relative;
    margin: 0 0 20px;
    padding-left: 57px;
}

.b-lot-text ol li:before {
    counter-increment: int;
    content: counter(int);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    height: calc(100% + 12px);
    min-height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    border-radius: 8px;
    color: #ff9800;
    background: #f3faff;
}

.b-lot-text ol li:after {
    display: none;
}

.b-lot-text img {
    height: auto;
}

.b-lot-text img,
.b-lot-text .img-shadow {
    box-shadow: 0px 6px 20px rgba(31, 32, 33, 0.2);
    border-radius: 4px;
}

.b-lot-text .img-no-shadow {
    box-shadow: none;
    transition: none;
}

.b-lot-text .img-no-shadow:hover {
    box-shadow: none !important;
}

.b-lot-text img,
.b-lot-text .img-align-center {
    display: block;
    max-width: 100%;
    margin: 0 auto 24px;
}

.b-lot-text .img-align-left {
    float: left;
    margin-right: 24px;
}

.b-lot-text .img-align-right {
    float: right;
    margin-left: 24px;
}

.b-lot-text .text-note {
    margin-top: 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #595959;
}

.b-lot-text .text-orange {
    color: #ff9800;
}

.b-lot-text .starafter:after,
.b-lot-text .starbefore:before {
    content: '*';
    display: inline;
    font-weight: 700;
    color: #ff9800;
}

.b-lot-text .starbefore:before {
    margin-right: 3px;
}

.b-lot-text .starafter:after {
    margin-left: 3px;
}

@media only screen and (max-width: 1199px) {
    .b-lot-text {
        font-size: 16px;
        line-height: 20px;
    }

    .b-lot-text__container {
        padding: 40px 24px;
    }

    .b-lot-text__container--small-pb {
        padding: 40px 24px 10px;
    }

    .b-lot-text ul > li:before,
    .b-lot-text ul > li > ul > li:before {
        top: 6px;
    }

    .b-lot-text ol > li > ul li:before {
        top: 7px;
    }

    .b-lot-text .text-note {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-lot-text {
        font-size: 15px;
        line-height: 19px;
    }

    .b-lot-text__container {
        padding: 32px 24px;
    }

    .b-lot-text__container--small-pb {
        padding: 32px 24px 12px;
    }

    .b-lot-text h2 {
        margin: 0 0 24px;
        font-size: 28px;
    }

    .b-lot-text h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .b-lot-text h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .b-lot-text h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .b-lot-text h6 {
        font-size: 15px;
        line-height: 19px;
    }

    .b-lot-text p {
        margin: 0 0 24px;
    }

    .b-lot-text ul li {
        padding-left: 24px;
    }

    .b-lot-text ol > li > ul li {
        padding-left: 24px;
    }

    .b-lot-text ol li {
        padding-left: 49px;
    }

    .b-lot-text ol > li > ul li:before {
        top: 6px;
    }

    .b-lot-text .text-note {
        font-size: 12px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .b-lot-text {
        font-size: 14px;
        line-height: 17px;
    }

    .b-lot-text__container {
        padding: 32px 16px;
    }

    .b-lot-text__container--small-pb {
        padding: 32px 16px 0;
    }

    .b-lot-text h3,
    .b-lot-text h4,
    .b-lot-text h5,
    .b-lot-text h6 {
        margin-bottom: 16px;
    }

    .b-lot-text h2 {
        margin-bottom: 24px;
        font-size: 22px;
        line-height: 26px;
    }

    .b-lot-text h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .b-lot-text h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .b-lot-text h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .b-lot-text h6 {
        font-size: 14px;
        line-height: 17px;
    }

    .b-lot-text ul,
    .b-lot-text ol {
        margin: 0 0 24px;
    }

    .b-lot-text ul li {
        margin: 0 0 16px;
    }

    .b-lot-text ol li {
        margin: 0 0 16px;
        padding-left: 24px;
    }

    .b-lot-text ul > li > ul,
    .b-lot-text ol > li > ul,
    .b-lot-text ul > li > ol {
        margin-top: 16px;
    }

    .b-lot-text ol li:before {
        min-width: 0;
        min-height: 0;
        height: auto;
        padding: 0;
        top: 0;
        background: none;
        transform: none;
    }

    .b-lot-text ol li:after {
        display: block;
        content: '';
        position: absolute;
        top: 20px;
        left: 4px;
        width: 2px;
        height: calc(100% - 20px);
        background: #EFF2F7;
    }

    .b-lot-text ul > li:before,
    .b-lot-text ul > li > ul > li:before,
    .b-lot-text ol > li > ul li:before {
        top: 5px;
    }

    .b-lot-text ul li ol li:after {
        left: 3px;
    }

    .b-lot-text ol > li > ul li:after {
        display: none;
    }

    .b-lot-text .img-align-left,
    .b-lot-text .img-align-right {
        float: none;
        margin: 20px auto;
    }

    .b-lot-text .text-note {
        font-size: 10px;
        line-height: 12px;
    }
}