

/* Start:/local/templates/gkump/css/stati/new_format_blog.css?173373444319257*/
.rez_opr_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.rez_opr_item:last-child {
    margin-bottom: 0;
}
.rez_opr_item_name {
    color: #202020;
    font-size: 18px;
    width: 100%;
}
.rez_opr_item_pol {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--Light-Gray, #efefef);
    height: 20px;
    margin-top: 8px;
}
.rez_opr_item_poln {
    height: 18px;
    border-radius: 5px;
    background: #9e7fe1;
}
.rez_opr_item_name span {
    color: #202020;
    font-size: 18px;
    padding-left: 20px;
}

.new_block_opros {
    width: 100%;
    border: 1px solid #efefef;
    background: #f6f6f6;
    padding: 30px 40px;
    border-radius: 10px;
}
.new_block_opros.active {
    background: #f6f6f6;
}
.opros_name {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #9e7fe1;
}
.opros_name_rez {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.opros_name_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.opros_name_item:last-child {
    margin-bottom: 0;
}
.opros_name_item_n {
    font-size: 18px;
    color: #202020;
}
.opros_name_item_kn {
    font-size: 18px;
    color: #0061d9;
    font-weight: 700;
    cursor: pointer;
}
.new_block_test {
    width: 100%;
    border: 1px solid #efefef;
    background: #e8f7ff;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.new_block_test_zag {
    font-size: 18px;
    color: #101010;
    font-weight: 700;
    width: 100%;
    max-width: 400px;
}
.new_block_test_cont {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 26px;
    max-width: 400px;
}
.new_block_test_kn {
    width: 193px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: #393c3f;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
}
.new_block_test_kn:hover {
    opacity: 0.7;
}
.test_list {
    display: flex;
    flex-direction: column;
}
.test_list_item {
    width: 100%;
    flex-direction: column;
}
.test_list_item_name {
    width: 100%;
    color: #101010;
    font-size: 18px;
    font-weight: 700;
}
.test_list_item_voprosy {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.checkbox_hide {
    display: none;
}
.test_voprosy_item_label {
    color: #202020;
    padding-left: 20px;
    font-size: 16px;
    min-height: 16px;
    position: relative;
    cursor: pointer;
}
.test_voprosy_item_label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    z-index: 8;
}
.test_voprosy_item {
    width: 100%;
    margin-bottom: 12px;
}
.test_voprosy_item:last-child {
    margin-bottom: 0;
}
.test_voprosy_item input:checked + label.test_voprosy_item_label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #3f4c8e;
    border: solid 2px #fff;
    box-sizing: border-box;
    z-index: 10;
}
.test_button {
    width: 163px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #3f4c8e;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.test_button:hover {
    opacity: 0.7;
}
.vopr_scr {
    display: none;
}
.vopr_scr.active {
    display: block;
}
.test_list_item_name.err {
    color: #ff0000;
}
.new_format_blog {
    width: 100%;
    margin-top: 40px;
}
.new_format_blog img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.new_format_blog_cont {
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.new_format_blog_left {
    width: calc(100% - 400px);
}
.new_format_blog_left_panel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new_blog_panel_dates {
    display: flex;
    flex-direction: row;
}
.new_blog_panel_date_item {
    margin-right: 40px;
    font-size: 14px;
    color: #555;
}
.new_blog_panel_date_item:last-child {
    margin-right: 0;
}
.new_blog_panel_right {
    display: flex;
    flex-direction: row;
}
.new_blog_date_read {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}
.new_blog_date_read:last-child {
    margin-right: 0;
}
.new_blog_date_read img {
    margin-right: 6px;
}
.new_blog_date_read img.img_time {
    width: 12px;
    height: 12px;
}
.new_blog_date_read span {
    color: #888;
    font-size: 14px;
}
.new_blog_date_read img.img_like {
    width: 14px;
    height: 12px;
}
.new_blog_date_read img.img_see {
    width: 14px;
    height: 10px;
}
.new_format_blog_left_panel2 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new_blog_avtor {
    display: flex;
    flex-direction: column;
}
.new_blog_avtor_zag {
    font-size: 14px;
    color: #555;
}
.new_blog_avtor_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.new_blog_avtor_cont_img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 1px #555555;
}
.new_blog_avtor_cont_text {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    width: calc(100% - 50px);
}
.new_blog_avtor_name {
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    line-height: 1;
}
.new_blog_avtor_anons {
    font-size: 14px;
    color: #555;
    line-height: 1;
}
.new_blog_avtor_razmer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.new_blog_avtor_razmer_item {
    color: #202020;
    margin-right: 10px;
    cursor: pointer;
}
.razm1 {
    font-size: 14px;
}
.razm2 {
    font-size: 20px;
}
.razm3 {
    font-size: 26px;
}
.bvi-body .new_blog_avtor_razmer_item {
    line-height: 1 !important;
}
.bvi-body[data-bvi-line-height="normal"] :not(.bvi-link) .new_blog_avtor_razmer_item {
    line-height: 1 !important;
}
.new_blog_avtor_razmer_item.active {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.bvi-body .new_blog_avtor_razmer_item.razm1 {
    font-size: 14px !important;
}
.bvi-body .new_blog_avtor_razmer_item.razm2 {
    font-size: 18px !important;
}
.bvi-body .new_blog_avtor_razmer_item.razm3 {
    font-size: 24px !important;
}
.new_blog_h1 {
    width: 100%;
    margin-top: 48px;
    font-size: 36px;
    line-height: 43px;
    color: #202020;
}
.new_blog_content {
    width: 100%;
    margin-top: 28px;
}
.new_blog_content p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}
.new_blog_content h1 {
    font-size: 30px;
    color: #202020;
    margin-bottom: 20px;
    line-height: 1.2;
}
.new_blog_content h2 {
    font-size: 28px;
    color: #202020;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.2;
}
.new_blog_content h3 {
    font-size: 24px;
    color: #202020;
    margin-bottom: 20px;
    line-height: 1.2;
}
.new_blog_content h4 {
    font-size: 18px;
    color: #202020;
    margin-bottom: 20px;
    line-height: 1.2;
}
.new_blog_content h5 {
    font-size: 18px;
    color: #202020;
    margin-bottom: 20px;
    line-height: 1.2;
}
.new_blog_content h6 {
    font-size: 18px;
    color: #202020;
    margin-bottom: 20px;
    line-height: 1.2;
}
.new_blog_content img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}
.new_block_inter {
    width: 100%;
    padding: 32px;
    background: #f6f6f6;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.new_block_inter_zag {
    width: 100%;
    font-size: 24px;
    color: #202020;
    font-weight: 600;
}
.new_block_inter_list {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}
.new_block_inter_item {
    width: 100%;
    max-width: 486px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
}
.new_block_inter_item:last-child {
    margin-bottom: 0;
}
.new_block_inter_item_img {
    width: 160px;
    height: 160px;
    border-radius: 4px;
}
.new_block_inter_item_right {
    width: 290px;
}
.new_block_inter_item_right_name {
    width: 100%;
    color: #202020;
    font-size: 16px;
    font-weight: 600;
}
.new_block_inter_item_right_anons {
    width: 100%;
    margin-top: 5px;
    color: #9693a6;
    font-size: 12px;
}
.new_format_blog_right {
    width: 350px;
}
.new_format_blog_right_st {
    width: 100%;
    position: sticky;
    top: 125px;
}
.new_format_blog_right_st_zag {
    width: 100%;
    font-size: 24px;
    color: #202020;
    font-weight: 600;
}
.new_format_blog_right_st_cont {
    width: 100%;
    margin-top: 20px;
}
.stati_inter_item {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.stati_inter_item_img {
    border-radius: 4px;
    width: 100%;
    height: 170px;
    display: block;
}
.stati_inter_item_zag {
    width: 100%;
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    margin-top: 4px;
}
.stati_inter_item_anons {
    width: 100%;
    margin-top: 4px;
    font-size: 12px;
    color: #9693a6;
    line-height: 15px;
}
.new_block_snoska {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px 20px 20px;
    background: #f6f6f6;
    border-radius: 10px;
    position: relative;
}
.new_block_snoska:before {
    content: "";
    position: absolute;
    left: 23px;
    top: 13px;
    width: 33px;
    height: 33px;
    background: url(/bitrix/templates/medika/img/blog_new/notes.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
}
.new_block_vydel {
    width: 100%;
    box-sizing: border-box;
    background: #e7f1ff;
    border-radius: 0px 10px 10px 0px;
    border-left: 4px solid #0061d9;
    padding: 20px;
}
.new_block_expert {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px 20px 20px;
    background: #f6f6f6;
    border-radius: 10px;
    position: relative;
}
.new_block_expert:before {
    content: "";
    position: absolute;
    left: 23px;
    top: 13px;
    width: 30px;
    height: 23px;
    background: url(/bitrix/templates/medika/img/blog_new/expert.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
}
.new_block_expert_text {
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    color: #555;
    letter-spacing: 0.36px;
}
.new_block_expert .new_blog_avtor_cont {
    margin-top: 15px;
}
.new_blog_content_soder_ob {
    width: 100%;
    margin-top: 48px;
}
.new_blog_soder {
    width: 100%;
    padding: 20px 40px;
    background: #fafafa;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
}
.new_blog_soder_zag {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #202020;
    letter-spacing: 0.36px;
}
.new_blog_soder_cont {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    box-sizing: border-box;
}
.new_blog_soder_cont a {
    font-size: 20px;
    line-height: 24px;
    color: #202020;
    letter-spacing: 0.36px;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: block;
    margin-bottom: 20px;
}
.new_blog_soder_cont a:hover {
    text-decoration: none;
}
.new_blog_content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.new_blog_content li {
    font-size: 18px;
    color: #000;
    list-style: disc;
    margin-bottom: 10px;
}
.new_block_banner {
    padding: 30px;
    background: #f6f6f6;
    border-radius: 10px;
}
.new_block_banner .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #202020;
    margin: 10px 0px;
}
.new_block_banner .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.36px;
    color: #555555;
    margin-bottom: 20px;
}
.new_block_banner .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #844693;
    background: #ffaf00;
    border: 1px solid #ffaf00;
    border-radius: 10px;
    box-sizing: border-box;
    width: fit-content;
    padding: 10px 50px;
    color: #fff;
}
.new_blog_video {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.new_blog_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_blog_video iframe {
    width: 100%;
    height: 100%;
}
.new_blog_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.new_blog_form {
    background: #f6f6f6;
    padding: 40px 30px !important;
    border-radius: 10px;
}
.stati-form-inputs {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
.stati-form-textarea {
    margin-top: 10px;
}
.new_blog_comment_form {
    margin-top: 40px;
}
.new_blog_comment_form .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.stati-form-textarea textarea {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 100%;
    resize: none;
    padding: 20px;
}
.stati-form-textarea .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
    margin-top: 0px;
    margin-bottom: 5px;
}
.new_blog_comments {
    margin-top: 20px;
}
.new_blog_comments .comment {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 20px;
}
.new_blog_comments .comment .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_blog_comments .comment .top .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
}
.new_blog_comments .comment .top .date {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #555555;
}
.new_blog_comments .comment .text {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.36px;
}
.stati-btn {
    background-color: #ffaf00;
    border-radius: 10px;
    border: #844693;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 193px;
    width: 100%;
    margin-top: 10px;
    color: white;
    transition: 0.4s;
}
.stati-form-input {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
    width: 35%;
}
.stati-form-input input {
    border-radius: 5px;
    max-width: 368px;
    width: 100%;
    height: 50px;
    border: 1px solid #dfdfdf;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
}
.stati-form-text p {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #b67f1c !important;
}
.modalR-content-body-checkbox{
    margin: 10px 0px;
}
.statis-form-text span {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.36px;
    color: #555555;
}
.new_blog_tags {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.new_blog_tags .tag {
    padding: 4px 12px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #202020;
    transition: 0.3s;
}
.new_blog_tags .tag:hover {
    color: #844693;
}
.stati-social-links {
    display: flex;
    gap: 5px;
    align-items: center;
}
.stati-social-links p {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 19px;
    color: #202020;
}
.stati-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.new_blog_smile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.new_blog_smile .smile .svg {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.new_blog_smile .smile .svg img {
    width: 100%;
    height: 100%;
    margin: 0;
}
.new_blog_smile .smile .count {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0061d9;
}
.new_blog_smile .smile.active {
    background: #c2deff;
}
.new_blog_smile .smile {
    cursor: pointer;
    width: 150px;
    height: 60px;
    box-sizing: border-box;
    padding: 14px 10px;
    align-items: center;
    display: flex;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}
.new_blog_source {
    margin-top: 40px;
}
.new_blog_source .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.new_blog_source .source_block {
    margin-top: 20px;
}
.new_blog_source .source_block .source {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.36px;
    color: #555555;
    margin-bottom: 5px;
}
@media (max-width: 1020px) {
    .stati-form-input {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .new_format_blog_cont {
        flex-direction: column;
    }
    .new_blog_video {
        height: 350px;
    }
    .new_format_blog_left {
        width: 100%;
    }
    .new_format_blog_right {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .stati-form-text p {
        font-size: 20px !important;
    }
    .stati-form-text span {
        font-size: 18px !important;
    }
    .stati-form-inputs {
        display: block;
    }
    .stati-form-input {
        width: 100%;
        margin-bottom: 10px;
    }
    .new_block_inter_item {
        flex-direction: column;
    }
    .new_block_inter {
        padding: 10px;
    }
    .new_block_inter_zag {
        font-size: 18px;
    }
    .new_block_inter_item_right {
        margin-top: 10px;
    }
    .new_format_blog img {
        height: auto;
    }
    .new_format_blog_left_panel {
        flex-direction: column;
    }
    .new_blog_panel_right {
        margin-top: 20px;
    }
    .new_blog_h1 {
        font-size: 24px;
        line-height: 1;
    }
    .new_blog_content p {
        font-size: 14px;
    }
    .new_blog_soder_zag {
        font-size: 18px;
    }
    .new_blog_soder_cont {
        padding-left: 10px;
        margin-top: 20px;
    }
    .new_blog_soder_cont a {
        font-size: 14px;
    }
    .new_blog_soder {
        padding: 10px 20px;
    }
    .new_blog_content li {
        font-size: 14px;
    }
    .new_block_banner {
        padding: 15px;
    }
    .new_block_banner .title {
        font-size: 20px;
    }
    .new_blog_video {
        height: 300px;
    }
}

/* End */


/* Start:/local/templates/gkump/css/stati/new_stati.css?173769455924922*/

.info_stati_block{
    width: 100%;
    padding: 30px 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.stati_select_block{
    width: 500px;
    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius:5px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
}
.level3_subtitle{
    margin-left: 20px;
}
.level3_subtitle a{
    font-size: 18px;
    border-bottom: unset;
}
ul li b{
    color: #FFAF00;
}
.ssb_half{
    width: 50%;
    padding: 8px 0px;
}
.ssb_icon_text{
    display: flex;
    margin: auto;
}
.half_active{
    background: #B579C3;
}
.half_active div{
    color: #fff;
}
.ssb_half .stati{
    margin: auto;
    position: relative;
    padding-left: 27px;
    width: 80px;
    height: 100%;
    line-height: 1.2;
}
.ssb_half .stati:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url("/bitrix/templates/medika/img/stati/ico1.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.ssb_half .video{
    margin: auto;
    position: relative;
    padding-left: 27px;
    width: 80px;
    height: 100%;
    line-height: 1.2;
}
.ssb_half .video:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url("/bitrix/templates/medika/img/stati/ico2.png");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.stati_select_date{

    width: 370px;
    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius:5px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: auto;
}
.stati_select_date .select{
    font-weight: 400;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #000000;
    margin: auto 0;
    position: relative;
    width: 100%;
}
.stati_select_date .select:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background-image: url("/bitrix/templates/medika/img/stati/sel_arr.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.stati_block{
    width: 100%;
}
.stati_item{
    display: flex;
    width: calc(100% - 60px);
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.stati_item:first-child{
    border-top: 1px solid #E6E6E6;
}
.stati_img{
    width: 240px;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
}
.stati_img img{
    width: 100%;
    height: 100%;

}
.stati_item_info{
    padding-left: 60px;
    width: calc(100% - 300px);
}
.stati_name{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
}
.stati_category{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    color: #33B97A;
}
.stati_anons{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #797979;
    overflow: hidden;
    height: 66px;

}
.stati_item_btn_block{
    display: flex;
    margin-top: 33px;
}
.left-home_dreams img{
    height: unset !important;
}
.about_btn{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background: #c18f34;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 22px;
    width: 160px;
    color: #fff;
    transition: .3s;
    margin-right: 30px;
}
.like_btns{
    display: flex;
}
.like_btn{
    width :66px;
    height: 60px;
    background: #c18f34;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.like_counter{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    color: #797979;
    margin:auto 0;
    padding-left: 10px;
}
.sib_left{
    display: flex;
    margin-right: 0px;
}
.sib_right{
    display: flex;
    margin-right: 0px;
    margin-left: auto;
}
.stati_times{
    display: flex;
    margin-right: 50px;
}
.stati_times img{
    width: 25px;
    height: 25px;
    display: flex;
    margin: auto;

}
.new_blog_content ul{
    padding-left:20px;
}
.new_blog_content ol{
    padding-left:20px;
}
.new_blog_content li{
    color: #000;
}
.time{
    padding-left: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    display: flex;
    margin: auto;
}
.stati_dates{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #797979;
    display: flex;
    margin: auto 0;
}
.filtr_block{
    display: flex;
    margin: auto;
    height: 40px;
}
.filtr_name{
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-right: 10px;
}
.filtr_slide{
    width: 300px;
}
iframe{
    width: 100%;
}
/*ползунок*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 50%;
    border: 1px solid #B579C3;
    background: #fff;
}
.ui-widget.ui-widget-content {
    border: 1px solid #E6E6E6;
    border-radius: 11px;
    height: 10px;
    margin: auto;
    background: #FFFFFF;
}
.ui-slider-horizontal .ui-slider-handle{
    height: 20px;
    top: -0.3em;
    width: 20px;
}
.ui-widget-header{
    background: #B579C3;
    border-radius: 11px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #B579C3;
    background: #fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-slider-handle:focus-visible{
    outline: none;
    border: 1px solid #B579C3;
}
.slider-scale {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    /* height: 33px; */
    position: absolute;
    top: -5px;
}
.slider-scale-tick {
    position: relative;
}
.slider-scale-tick:before {
    content: "";
    border-left: 1px solid #E6E6E6;
    display: block;
    position: absolute;
    /* top: 0; */
    height: 5px;
    background: #B579C3;
    border-radius: 3px;
}
.slider-scale-big:before {
    height: 20px;
}
.slider-scale-tick:after {
    top: 29px;
    counter-increment: section;
    content: attr(data-label);
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #797979;
}
.filtr{
    transform: translateY(15px);
    height: 48px;
    margin-left: 10px;
    position: relative;
}

.date_create{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    display: flex;
    margin: auto 45px;

}
.date_edit{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    display: flex;
    margin: auto 0;
}
.date_create span, .date_edit span{
    color: #33B97A;
    margin-left: 10px;
}
.date_read_block{
    display: flex;
    margin: auto 0;
    margin-left: auto;
    margin-right: 0px;
}
.date_read{
    display: flex;
    font-weight: 400;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    color: #797979;
    margin-right: 40px;
}
.date_read img{
    display: flex;
    margin: auto;
    margin-right: 12px;
    width: 30px;
    height: 30px;
}
.date_read span{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-left: 10px;
    color: #B579C3;
}
.date_read_btn{
    background: #B579C3;
    border-radius: 5px;
    width: 180px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: auto;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.date_read_btn a{
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date_read_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
}
.date_read_btn a:hover{
    color: #fff;
}
.about_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.like_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
}
.stati_select_nav{

    width: 370px;
    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: 0;
    cursor: pointer;
    background: #fff;
    z-index: 100;
}
.stati_select_nav .select {
    font-weight: 400;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #000000;
    margin: auto 0;
    position: relative;
    width: 100%;

}
.stati_select_nav .select::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background-image: url("/bitrix/templates/medika/img/stati/sel_arr.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.ssn_secret{
    display: none;
    top: 136px;
    left: 240px;
}
.select_body{
    display: none;
}
.select_body2{
    display: none;
    position: absolute;
    left: 0px;
    top: 45px;
    right: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(181, 121, 195);
    box-sizing: border-box;
    border-radius: 5px;
}
.select_body2 .select2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-size: 18px;
    padding: 10px;
    color: #000000;
    transition: .3s;
    cursor: pointer;
}
.select_body .select2{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-size: 18px;
    padding: 10px;
    color: #000000;
    cursor: pointer;
    transition: .3s;
}
.select_body .select2:hover{
color: #B579C3;
}
.stati_detail{
    margin-top: 80px;
    margin-bottom: 80px;
}
.author_stati{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #797979;
    width: 500px;
    margin-left: 20px;

}
.flex-object{
    margin-bottom: 120px;
}
.author_stati span{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 5px;
}
.stati_detail p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;

    letter-spacing: 0.02em;
}
.stati_detail b{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.stati_detail ul li{
    list-style: disc;
    margin-left: 20px;
}
.stati_back_btn{
    height: 50px;
    width: 250px;
    background: #B579C3;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.stati_back_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
#agreeFOSstati2{
    position: absolute !important;
    top: 3px !important; 
    height: fit-content;
}
.modalR-content-body-checkbox{
    display: flex;
    position: relative;

}
.first-letter{
    margin-left: 20px;
}
.stati_more_btn{
    background: #ffaf00 !important; 
    border-radius: 5px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    margin-top: 40px;
}
.load_more{
    width: 100%;
}
.fos_rass_block{
    width: 1100px;
    display: flex;
    margin: auto;
    margin-top: 100px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
}
.frb_detail{
    padding: 0px 67px;
    width: 100%;
}
.frb_title{
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.5);
}
.frb_input_block{
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}
.frb_inp_block{
    width: calc((100% - 50px) / 2);
    position: relative;
}
.frb_input{
    width: 100%;
    height: 50px;
    background: #E8E8E8;
    border-radius: 5px;
    border: unset;
    padding-left: 62px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #949595;

}
.frb1:before{
    content: '';
    position: absolute;
    background-image: url("/bitrix/templates/medika/img/stati/user.svg");
    background-repeat: no-repeat;
    width: 20px;

    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 13px;
    height: 30px;
    background-position-y: center;
   border-right: 1px solid #949595;
}
.frb2:before{
    content: '';
    position: absolute;
    background-image: url("/bitrix/templates/medika/img/stati/mail.svg");
    background-repeat: no-repeat;
    width: 20px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 13px;
    height: 30px;
    background-position-y: center;
    border-right: 1px solid #949595;
}
.frb_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 18px 0px;
    background: #B579C3;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    width: 250px;
    cursor: pointer;
    transition: .3s ease;
}
.frb_btn:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.frb_sogl{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #797979;
    margin-top: 30px;
    margin-bottom: 60px;
}
.frb_sogl a{
    color: #797979;
    text-decoration: underline;
}
.usb_big_title{
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 45px;
}
.uslugi_slider_block{
    position: relative;
}
.uslugi_slider_block .slick-list{
    overflow: hidden;
    padding: 0px 35px;
}
.uslugi_slider_block .slick-list .slick-track{
    display: flex;
}
.uslugi_slider_block .slick-list .slick-track .slick-slide{
    margin: auto;
   width: 370px;
}
.uslugi_slider_block .slick-arrow{
    width: 50px;
    height: 50px;
    background: #B579C3;
    border-radius: 5px;
    border: unset;
    font-size: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}
.uslugi_slider_block  .slick-arrow:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);

}
.uslugi_slider_block .slick-prev{
    background-image: url("/bitrix/templates/medika/img/stati/arr_left.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.uslugi_slider_block .slick-next{
    background-image: url("/bitrix/templates/medika/img/stati/arr_right.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
}
.usb_item img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.usb_item{

}
.usb_title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
}
.usb_btn1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    color: #fff;
    background: #B579C3;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
}
.usb_btn1:hover{
    box-shadow: 0 5px 18px 3px rgb(132 70 147 / 49%);
    color: #fff;
}
.usb_btn2{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #B579C3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    margin-top: 10px;
    margin-bottom: 10px;

    border: 1px solid #B579C3;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .3s;
}
.usb_btn2:hover{
    background: #B579C3;
    color: #fff;
}
.uslugi_slider_block .slick-dots {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    bottom: 0;
    justify-content: center;
    padding-left: 0px;
}
.uslugi_slider_block .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}
.uslugi_slider_block .slick-dots button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 5px;
    border: 0;
    transition: all .3s;
    background: #DAC8DF;
    outline: none;
}
.uslugi_slider_block .slick-dots li.slick-active {
    width: 20px;
}
.uslugi_slider_block .slick-dots li.slick-active button {
    width: 20px;
    margin: 0px 0px;
    border-radius: 25%;
    background: #844693;
}
.stocks_stati{
    height: auto !important;
    
}
.stati-aktsii-pagination{
    width: fit-content !important;
    margin: auto;
}
.new_blog_smile{
    padding-bottom: 40px;
}
.new_block_vydel{
    border-left: 4px solid #FFAF00;
}
.new_blog_content p b{
    color: #FFAF00;
}
.new_blog_soder{
    background: #EFF5FF !important;
    padding: 40px 30px !important;
    border-radius: 10px !important;
}
.new_blog_content h2{
    color: #434343;
}
.new_blog_content h3{
    color:#FFAF00;
}
.text__vydel span{
    color: #FFAF00;
    font-size: 18px;
}
.text__vydel{
    font-size: 18px;
}

.vydel-text_container img{
    width: 20px;
    height: 20px;
    margin: unset;

}
.snoska-home_dreams{
    background: #EFF5FF;
    position: relative;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.home-dreams_img{
    position: absolute;
    bottom: 0; 
    right: 0;
    width: 300px !important;
    object-fit: cover !important;
    height: unset !important;
    margin: unset !important;
}
.title-home_dreams{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.text-home_dreams{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 32px;
}
.vydel-text_container{
    background:#EFF5FF;
    padding: 20px;
    border-radius: 15px;
    gap: 10px;
}
.load_more {
    box-sizing: border-box;
    margin: 10px;
    padding: 10px;
    /* border: 1px solid #ddd; */
    cursor: pointer;
    color: white;
    text-align: center;
    background: #ffaf00;
}
.interest-learn{
    font-size: 24px;
}
.new_block_inter_item{
    flex-direction: column;
}
.new_block_inter_item_right {
    width: 270px;
}
.new_block_inter_item_img{
    width: 100%;
}
.new_block_inter{
    display: none;
}
.new_format_blog_cont{
    padding-bottom: 40px;
}
.new_block_snoska{
    padding: 20px;
    background: #E7F1FF;
}
.background__white{
    background-color: white;
}
.stati_inter_item_anons{
    display: -webkit-box;
  -webkit-line-clamp: 5; /* Максимальное количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new_blog_content table{
    width: 100%;
}
table blockquote{
    padding: 2px;

}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}
   
@media (max-width: 1413px) {
    .ssd_block{
        margin-top: 20px;
    }
    .stati_select_date{
        margin-left: 0px;

    }
    .filtr_block{
        margin-left: 30px;
    }
}

@media (max-width: 1320px) {
    .date_read_block{
        display: block;
    }
    .date_read_btn{
        margin-top: 20px;
    }
}
@media (max-width: 1200px) {
    .stati_select_block{
        width: 400px;
    }
    .uslugi_slider_block .slick-list {
        overflow: hidden;
        padding: unset;
    }
 
}
@media (max-width: 1140px) {
    .date_read_block{
        margin-left: 0px;
        margin-top: 25px;
    }
    .fos_rass_block{
        width: 900px;
    }
    .date_read_btn{
        margin-left: 0px;
    }
}
@media (max-width: 992px) {
    .stati_item_btn_block{
        display: block;
    }
    .fos_rass_block{
        width: 746px;
    }
    .frb_detail{
        padding: 0px 30px;
    }
    .sib_right{
        margin-top: 17px;
    }
    .stati_img{
        height: 285px;
    }
    .info_stati_block{
        display: block;
    }
    .stati_select_block, .filtr_block,.stati_select_date{
        width: 100%;
        margin-left: 0px;
    }
    .filtr_block{
        margin-top: 20px;
        display: block;
    }
    .filtr_slide{
        width: 100%;
    }
    .stati_select_date{
        margin-top: 60px;
    }
    .ssb_half .video:before{
        transform: translateY(-60%);
    }
    .ssb_half .stati:before{
        transform: translateY(-60%);
    }
    .date_read img{
        margin-left: 0px;
    }
    .date_create{
        margin-left: 0px;
        margin-top: 20px;
    }
    .date_edit{
        margin-top: 10px;
    }
}
@media (max-width: 800px) {
    .stati-social-links{
        display: block !important;
    }
    .stati-social-links a{
        justify-content: start !important;
        margin-top: 10px;
    }
    #vk_like{
        margin-top: 10px;
        margin-left: 0px;
    }
    .author_stati{
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
    .fos_rass_block{
        width: 100%;
    }
    .frb_input_block{
        display: block;
    }
    .frb_inp_block{
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-object{
        display: block !important;
    }
}
@media (max-width: 670px) {
    .stati_item{
        display: block;
    }
    .stati_img {
        width: 50%;
        height: 50%;
        border-radius: 5px;
        margin: auto;
    }
    .stati_item_info{
        padding: 0;
        width: unset;
        margin-top: 30px;
    }
    .author_stati{
        transform: translateY(-40px);
    }
    .stati_back_btn{
        transform: translateY(-30px);
    }
    table.delivery thead {
        display: none;
      }
      table tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #e8e9eb;
      }
      table td {
        display: block;
        text-align: right;
      }
      table td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
      }
 
}

@media (max-width: 475px) {
    .stati_item_btn_block {
        margin-top: 20px;
    }
    .stati_anons{
        margin-top: 12px;
    }
    .stati_item_info{
        margin-top: 15px;
    }
    .stati_item{
        width: 100%;
    }
    .stati_item.news-item{
        padding: 30px 0 30px 0;
    }
    .new_blog_smile{
        flex-wrap: wrap;
    }
    .title-home_dreams{
        font-size: 24px;
    }
    .text-home_dreams {
        font-size: 16px;
    }
    .new_blog_soder_zag{
        display: block !important;
    }
    .stati_img{
        width: 100%;
        height: 100%;
    }
    .usb_big_title{
        font-size: 32px;
    }
    .stati_back_btn{
        width: 100%;
    }
    .home-dreams_img{
        width: 130px !important;
    }
    .sib_left{
        display:flex;
        flex-wrap: wrap;
    }
    .about_btn{
        width: calc(100% - 44px);
        order: 2;
        display: flex;
        margin-right: 0px;
        margin-top: 20px;
    }
    .like_btns{
        order: 1;
        display: flex;
    }
    .info_stati_block{
        padding: 30px 25px;
    }
    .frb_btn{
        width: 100%;
        padding: 0px;
        height: 50px;
    }
   
    .new_blog_content h3{
        margin-bottom: 0px;
    }
    .new_block_inter_item_img{
        width: unset;
    }
    .stati__section-container{
        margin-top: 70px !important;
    }

}
@media (max-width: 425px) {
    .frb_title{
        font-size: 32px;
    }
    .info_stati_block{
        padding: 30px 10px;
    }
    .stati_select_nav{
        width: 100%;
    }
}
@media (max-width: 375px){
    .date_read{
        font-size: 14px;
    }
    .usb_title{
        font-size: 20px;
    }
    .date_read img{
        margin-right: 8px;
    }
    .date_read span{
        font-size: 14px;
    }
    .date_edit, .date_create{
        font-size: 14px;
    }
    .info_stati_block{
        padding: 15px 10px;
    }
    .frb_input{
        font-size: 13px;
    }
    .stati_anons{
        font-size: 16px;
    }
    .stati_category{
        font-size: 16px;
    }
}
/* End */


/* Start:/bitrix/components/poisk/search.iblock/style.css?17256219461503*/
.back_search{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}
.search_input {
    width: 100%;
    position: relative;
    z-index: 5;
}
.search_input input:focus {
    border: 1px solid #0e432c !important;
}
.search_input input {
    padding: 20px 0;
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    padding-left: 15px;
    height: 50px;
    outline: 0;
    -webkit-appearance: none;
    transition: .3s;
}
.search_ready .item:hover{
    color: #484848;
}
.search_ready .item {
    display: block;
    width: 100%;
    transition: .3s;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .75px;
    color: #2d3436;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ececec;
}
.search_ready {
    max-height: 400px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #0e432c !important;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 30px;
    display: block;
    position: absolute;
    z-index: 10;
    background: #fff;
    left: 10px;
    right: 10px;
}
.search_icon {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.search_input svg path {
    fill: #0e432c !important;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?165095065151*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/gkump/css/stati/new_format_blog.css?173373444319257 */
/* /local/templates/gkump/css/stati/new_stati.css?173769455924922 */
/* /bitrix/components/poisk/search.iblock/style.css?17256219461503 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?165095065151 */
