html * {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

blockquote {
    margin: 5px 0;
    padding: 1px 21px !important;
    border: none !important;
    font-style: normal !important;
}

figure {
    margin: 0.9em auto;
}

img {
    width: 100%;
}

.vazhno {
    font-family: sans-serif;
    background-color: rgb(243, 243, 243);
    border: solid 3px rgb(219, 1, 15) !important;
    font-style: normal !important;
    border-radius: 10px;
    padding: 0 20px !important;
    color: rgb(9, 1, 96);
    font-weight: 600;
}

.vazhno b, .vazhno strong {
    color: rgb(219, 1, 15);
}

.vazhno2 {
    font-family: sans-serif;
    background-color: #fff679b8;
    border: solid 3px #c8b000 !important;
    font-style: normal !important;
    border-radius: 10px;
    padding: 0 20px !important;
    color: rgb(9, 1, 96);
    font-weight: 500;
    line-height: 1.6;
}

.vazhno3 {
    font-family: sans-serif;
    border: solid 3px #008011 !important;
    font-style: normal !important;
    border-radius: 10px;
    padding: 0 20px !important;
    background-color: #e2f0dd;
    color: #008011;
    font-weight: 500;
    line-height: 1.6;
}

.vazhno4 {
    font-family: sans-serif;
    border: solid 3px #810f0f !important;
    font-style: normal !important;
    border-radius: 10px;
    padding: 0 20px !important;
    background-color: #fbdfdf;
    color: #810f0f;
    font-weight: 500;
    line-height: 1.6;
}

.imageblock {
    width: 100% !important;
    display: block !important;
    margin: auto !important;
    float: none !important;
    padding: 10px 10px 0 10px;
    background: #ededed;
}

.imageblock figcaption {
    display: block !important;
    padding-top: 5px;
    padding-bottom: 10px;
    background: none !important;
    text-align: center;
}

.imageblock2 {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    background: #ededed;
}

.imageblock2 img {
    min-width: 0% !important;
    width: 50% !important;
    display: block !important;
}

.imageblock2 figcaption {
    width: 50% !important;
    display: block !important;
    background: none !important;
    word-break: normal !important;
    text-align: left;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.green_bg_block {
    font-family: sans-serif;
    font-size: 26px;
    color: #fff;
    background: #0b642b;
    text-align: center;
    border-radius: 10px;
    border: none !important;
    font-style: normal !important;
    border-radius: 10px;
    padding: 10px !important;
    color: rgb(9, 1, 96);
    font-weight: 600;
}

.block_border {
    border: solid 3px !important;
}

.block_border_radius {
    border-radius: 10px;
}

.block_green {
    background-color: #e2f0dd;
    border-color: #008011 !important;
}

.block_yellow {
    background-color: #fff679b8;
    border-color: #c8b000 !important;
}

.block_red {
    background-color: #fbdfdf;
    border-color: #810f0f !important;
}

.block_blue {
    background-color: #5968fb;
    border-color: #0f2a81 !important;
    color: #fff;
}

.block_gray {
    background-color: #ececec;
    border-color: #c5c5c5 !important;
}

.block_blue_dark {
    background-color: #0f2a81;
    border-color: #0f2a81 !important;
    color: #fff;
}

.block_green_dark {
    background-color: #008011;
    border-color: #008011 !important;
    color: #fff
}

.block_red_dark {
    background-color: #810f0f;
    border-color: #810f0f !important;
    color: #fff
}

figure img {
    margin: auto;
    max-width: inherit;
    display: block;
}

.coment_header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-top: 35px;
}

.coment_header img {
    width: 55px !important;
    height: 55px !important;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}

.dialog {
    display: flex !important;
    gap: 15px;
    align-items: flex-start;
    max-width: 100%;
}

.dialog img {
    height: 75px !important;
    min-height: 75px !important;
    max-height: 75px !important;
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
    border-radius: 50%;
    margin: 0;
}

.dialog figcaption {
    background: #ededed !important;
    border-radius: 15px;
    font-size: 18px !important;
    text-align: start;
    padding: 10px;
    min-height: 75px;
    min-width: calc(100% - 90px);
}

.dialog figcaption::before {
    content: '';
    left: -10px;
    top: 30px;
    transform: rotate(45deg) translateX(6px);
    position: absolute;
    background-color: #ededed;
    width: 10px;
    height: 10px;
}

figure, .ck-content .image.image_resized {
    max-width: 600px;
}

figcaption {
    background-color: #0000000d;
    font-size: 18px !important;
    padding: 10px;
    text-align: center;
}

.quote__red {
    color: #b01e1e;
    border-left: solid 5px #b01e1e !important;
}

.quote__gray {
    color: #000000;
    border-left: solid 4px #d9d9d9 !important;
}

.quote_light_blue {
    background-color: #a1c4e8;
    border-color: #205995 !important;
}

.block_border_red {
    border: solid 3px !important;
    border-color: #b01e1e !important;
}

.block_orange {
    background-color: #ffecd5;
    border-color: #ed6e0d !important;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}

a {
    text-decoration: none;
}