.row-cols-lg-1 .main_categories{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 41px 36px;
    gap: 0;
    background: #FFFFFF;
    border-radius: 30px;
    width: 100%;
    transition: background 1s ease;
    margin: 0 0 20px 0;
}

.row-cols-lg-1 .main_categories .categories {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1E1E2F;
}

.categories_tags {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 12px 8px;
    flex-wrap: wrap;
}

a.categories_tags {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #034674;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 16px;
    border: 1px solid rgba(113, 150, 190, 0.5);
    border-radius: 100px;
}
/*---------------------------------------------------------------Карточка подписки на рассылку-----------------------------------------------------------------*/
.subscription_reminder {
             display: flex;
             flex-direction: column;
            align-items: flex-start;
            padding: 20px 24.1px 44px 36px;
            gap: 18px;
            isolation: isolate;
            position: fixed;
            right: 0;
            /*left: calc(50% - 376px/2 + 714px);*/
            background: #FFFFFF;
            box-shadow: 0px 4px 18px rgba(0, 107, 210, 0.19);
            border-radius: 30px;
            top: 25%;
            max-width: 376px;
            /* max-height: 460px; */
            z-index: 999;
           }
           .close_reminder {
               background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6066 0.292942C11.9971 0.683466 11.9971 1.31663 11.6066 1.70716L1.70711 11.6066C1.31658 11.9972 0.683418 11.9972 0.292893 11.6066C-0.097631 11.2161 -0.0976312 10.583 0.292893 10.1924L10.1924 0.292942C10.5829 -0.0975825 11.2161 -0.0975824 11.6066 0.292942Z' fill='%237196BE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6077 11.6066C11.2172 11.9971 10.584 11.9971 10.1935 11.6066L0.294022 1.70711C-0.0965028 1.31658 -0.0965025 0.683418 0.294022 0.292893C0.684546 -0.0976309 1.31771 -0.0976312 1.70824 0.292893L11.6077 10.1924C11.9983 10.5829 11.9983 11.2161 11.6077 11.6066Z' fill='%237196BE'/%3E%3C/svg%3E%0A");
               width: 12px;
               height: 12px;
               cursor: pointer;
               margin-left: auto;
           }
           .close_reminder:hover {
               background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6066 1.19248C11.9971 1.583 11.9971 2.21617 11.6066 2.60669L1.70711 12.5062C1.31658 12.8967 0.683418 12.8967 0.292893 12.5062C-0.097631 12.1157 -0.0976312 11.4825 0.292893 11.092L10.1924 1.19248C10.5829 0.801954 11.2161 0.801954 11.6066 1.19248Z' fill='%23006BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6077 12.5061C11.2172 12.8967 10.584 12.8967 10.1935 12.5061L0.294022 2.60664C-0.0965028 2.21612 -0.0965025 1.58295 0.294022 1.19243C0.684546 0.801905 1.31771 0.801905 1.70824 1.19243L11.6077 11.0919C11.9983 11.4824 11.9983 12.1156 11.6077 12.5061Z' fill='%23006BD2'/%3E%3C/svg%3E ");
                }
            .close_reminder:active {
               background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6066 1.09201C11.9971 1.48254 11.9971 2.1157 11.6066 2.50623L1.70711 12.4057C1.31658 12.7962 0.683418 12.7962 0.292893 12.4057C-0.097631 12.0152 -0.0976312 11.382 0.292893 10.9915L10.1924 1.09201C10.5829 0.70149 11.2161 0.70149 11.6066 1.09201Z' fill='%23034674'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6077 12.4057C11.2172 12.7962 10.584 12.7962 10.1935 12.4057L0.294022 2.50618C-0.0965028 2.11565 -0.0965025 1.48249 0.294022 1.09197C0.684546 0.701441 1.31771 0.701441 1.70824 1.09197L11.6077 10.9915C11.9983 11.382 11.9983 12.0152 11.6077 12.4057Z' fill='%23034674'/%3E%3C/svg%3E ");
            }
            .subscription_reminder h3 {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 130%;
                color: #034674;
                margin-bottom: 0;
            }
            
            .subscription_reminder p {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 150%;
                color: #034674;
                margin-bottom: 0;
                max-width: 341px;
            }
            .reminder_detail {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 17px 28px;
                background: #006BD2;
                border-radius: 5px;
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                color: #FFFFFF;
                transition: all 300ms ease-out;
            }
            
            .reminder_detail:hover {
                color: #FFFFFF;
                background: #034674;
            }
            
            .reminder_detail:active {
                color: #FFFFFF;
                background: #1E1E2F;
            }
@media (max-width: 768px) {
    .subscription_reminder {
    padding: 20px 18.1px 32px 30px;
    gap: 12px;
    right: 0;
        /* left: calc((100vw - 364px)/2); */
    border-radius: 30px;
    top: auto;
    bottom: 10px;
    border-radius: 30px;

    max-width: 310px;
    max-height: 290px;
    }
    
    .subscription_reminder h3 {
    font-size: 16px;
}
}
@media (max-width: 1440px){
    .subscription_reminder{
        /* max-height: 500px; */
        top: 15%;
        right: 0;
        /* left: calc(50% - 376px/2 + 670px); */ 
    }
}
/*------------------------------------------------------Стили отдельного дайджеста 07.06.2023-----------------------------------------------------------------*/
 .new_digest_container {
                max-width: 995px;
                margin: 0 auto;
                padding: 0;
            }
            .new_digest {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 36px 36px 52px;
                background: #FFFFFF;
                border-radius: 30px;
                margin: 48px 0 20px 0;
            }
            .new_digest h2 {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 130%;
                margin-bottom: 5px;
            }
            .new_digest_long_title {
                font-family: 'Raleway';
                font-style: normal!important;
                font-weight: 600!important;
                font-size: 20px!important;
                line-height: 150%!important;
                text-align: justify;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #1E1E2F;
                margin-bottom: 26px;
            }
            .new_digest_introtext {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 160%;
                text-align: justify;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #1E1E2F;
                margin-bottom: 0;
                padding-bottom: 26px;
                border-bottom: 1px solid #E6EEF5;
            }
            .new_digest_tags {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 0px;
                gap: 12px 8px;
                flex-wrap: wrap;
                margin-bottom: 26px;
            }
            a.new_digest_tag {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 150%;
                text-align: justify;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #034674;
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 8px 16px;
                border: 1px solid rgba(113, 150, 190, 0.5);
                border-radius: 100px;
                transition: all 300ms ease-out;
            }
            a.new_digest_tag:hover {
                background: rgba(113, 150, 190, 0.2);
            }
            a.new_digest_tag:active,
            a.new_digest_tag.current{
                background: #006BD2;
                color: #FFFFFF;
            }
            
            a.new_digest_tag.current:hover {
                background: #034674;
                color: #FFFFFF;
            }
            a.new_digest_tag.empty {
                border: 1px solid rgba(113, 150, 190, 0.5);
                color: #7196BE;
            }
            .new_digest_banner_spring {
                border-radius: 30px;
                /**background-image: url(/upload/banerspring.svg);**/
                width: 100%;
                height: auto;
                margin-bottom: 23px;
            }
            .new_digest_banner_spring img{
                width: 100%;
            }
            .nd_in_issue {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 150%;
                text-align: justify;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #1E1E2F;
                padding-top: 26px;
                display: flex;
                flex-direction: column;
            }
            .nd_in_issue p {
                padding-bottom: 26px;
                margin-bottom: 0;
            }
            .nd_in_issue a:not(:last-child) {
                padding-bottom: 12px;
            }
            .other_release_digest {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 115px 99px;
                background: #DAE6F3;
            }
            .other_reldigest_head {
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding-bottom: 70px;
            }
            .reldigest_title {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 700;
                font-size: 48px;
                line-height: 110%;
                color: #1E1E2F;
                display: flex;
                gap: 49px;
                max-width: 802px;
            }
            .reldigest_title span {
                display: block;
                width: 93px;
                height: 106 px;
                background-image: url("data:image/svg+xml,%3Csvg width='93' height='106' viewBox='0 0 93 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10C0 4.47715 4.47715 0 10 0H83C88.5228 0 93 4.47715 93 10V96C93 101.523 88.5229 106 83 106H10C4.47715 106 0 101.523 0 96V10Z' fill='%23D24C00'/%3E%3Cmask id='mask0_1150_3991' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='93' height='106'%3E%3Crect width='93' height='106' rx='10' fill='%23006BD2'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1150_3991)'%3E%3Cpath d='M8.30381 1.94808C11.0033 23.8171 17.2596 44.9596 23.4065 66.0658C26.4343 76.4191 29.4074 86.7723 31.9063 97.2709C33.2196 102.793 34.5329 108.369 34.7882 114.054C34.8977 116.615 34.8247 119.194 34.387 121.719C33.9857 123.935 33.475 127.604 30.6842 127.877C28.6414 128.077 26.1607 126.896 24.2638 126.187C21.8743 125.297 19.5579 124.171 17.3873 122.845C13.3745 120.411 9.85421 117.142 7.57421 113.019C2.66766 104.119 3.83502 92.8027 5.36718 83.1759C8.44973 63.8498 16.2747 43.0161 30.7025 29.1936C34.3687 25.688 38.7098 22.3277 43.4704 20.4568C45.9693 19.476 48.9424 19.0219 50.9306 21.2197C52.6087 23.0724 53.1376 25.9059 53.4842 28.2854C55.0163 38.9474 51.4048 50.0454 44.0724 57.9103C45.1485 58.7277 46.2247 59.5632 47.3008 60.3806C52.5904 53.1151 60.16 47.4844 68.6781 44.4874C72.8733 43.0161 77.3785 41.9989 81.8473 42.0534C86.991 42.1261 90.9673 44.3057 93.5391 48.7558C98.4639 57.2382 99.6495 68.2273 98.5369 77.8177C97.9532 82.8672 96.5852 87.953 94.4876 92.6029C92.7913 96.3446 90.4383 100.195 86.8268 102.393C81.7014 105.517 75.0073 103.81 69.5718 102.375C65.1578 101.194 57.5699 99.5777 55.9101 94.619C55.0711 92.1306 51.113 93.2023 51.952 95.7089C53.6483 100.758 58.4819 102.993 63.1696 104.682C68.9881 106.771 75.8464 108.714 82.0844 108.151C93.4114 107.097 98.8652 95.0368 101.291 85.3919C104.173 73.8943 103.443 61.3614 98.847 50.4087C96.8953 45.7588 93.9951 41.4359 89.1798 39.4197C84.0908 37.2764 78.1993 37.9121 72.9462 39.0746C61.1997 41.6538 50.7847 48.7013 43.7623 58.3644C42.3943 60.2534 45.4221 62.5239 46.9908 60.8347C54.0496 53.2604 58.0442 43.1069 57.9347 32.7536C57.88 28.1219 57.3146 22.582 54.2685 18.8584C50.8394 14.6808 45.4951 15.1167 40.9898 17.1329C31.5962 21.3105 24.0814 29.3025 18.427 37.6578C12.0612 47.0848 7.46477 57.8376 4.38222 68.754C1.28143 79.7248 -0.998569 91.9853 0.442388 103.392C1.81038 114.163 7.90253 122.573 17.4967 127.622C19.7585 128.803 22.1297 129.802 24.5374 130.638C26.8538 131.437 29.4622 132.363 31.961 131.855C37.3053 130.765 38.3268 124.353 38.801 119.848C39.4212 113.873 38.4545 107.824 37.2141 101.975C35.9191 95.8905 34.3869 89.8602 32.7636 83.8662C25.3946 56.6933 15.8734 29.9564 12.4078 1.94808C12.0977 -0.631163 7.99373 -0.667491 8.30381 1.94808Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
            }
            
            .all_reldigest {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                width: 223px;
                height: 48px;
                background: #006BD2;
                border-radius: 5px;
                border: none;
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-transform: uppercase;
                color: #FFFFFF;
                transition: all 300ms ease-out;
            }
            .all_reldigest:hover {
                background: #034674;
                color: #FFFFFF;
            }
            .all_reldigest:active,
            .all_reldigest.active{
                background: #1E1E2F;
                color: #FFFFFF;
            }
            
            .other_reldigest_cards {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 0px;
                gap: 20px;
            }
            
            .other_reldigest_card {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 41px 36px;
                gap: 50px;
                max-width: 560px;
                min-height: 232px;
                background: #FFFFFF;
                border-radius: 30px;
            }
            
            .other_reldigest_card h2{
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 130%;
                color: #006BD2;
                margin-bottom: 0;
            }
            
            .other_reldigest_card p{
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 150%;
                text-align: justify;
                color: #1E1E2F;
                margin-bottom: 0;
            }
            body.new_digest_page .footer.mt-auto.py-3 {
                padding-top: 17px!important;
                padding-bottom: 17px!important;
            }
            
           body.new_digest_page .text-muted-footer {
               color: rgba(113, 150, 190, 0.5);
           }
           .new_digest_form {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 52px 36px;
                background: #006BD2;
                border-radius: 30px;
                margin-top: 0;
                margin-bottom: 150px;
                gap: 30px;
            }
            
            .new_digest_form h2 {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 130%;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #FFFFFF;
                width: 668px;
                margin-bottom: 0;
            }
            
            .new_digest_form p {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 150%;
                text-align: justify;
                color: #E6EEF5;
                margin-bottom: 0;
            }
            .newd_form_btn_container {
                display: flex;
                justify-content: space-between;
                width: 100%;
            }
            
            .newd_white_form_btn {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 17px 28px;
                background: #FFFFFF;
                border-radius: 5px;
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-transform: uppercase;
                color: #006BD2;
                border: none;
                transition: all 300ms ease-out;
            }
            .newd_white_form_btn:hover {
                background: #034674;
                color: #FFFFFF;
            }
            .newd_white_form_btn:active,
            .newd_white_form_btn.active{
                color: #FFFFFF;
                background: #1E1E2F;
            }
            body.new_digest_page .new_digest_form .share_btn {
               color: #FFFFFF;
               transition: all 300ms ease-out;
            }
           body.new_digest_page .new_digest_form .share_btn:hover {
                background: #034674;
                border: 1px solid #E6EEF5;
            }
           body.new_digest_page .new_digest_form .share_btn:active,
           body.new_digest_page .new_digest_form .share_btn.clicked {
                background: #1E1E2F;
                border: 1px solid #E6EEF5;
            }
            body.new_digest_page .share_btn span{
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-transform: uppercase;
            }
           body.new_digest_page .item_digest .new_digest {
               margin: 0 0 20px 0;
           }
           
           body.new_digest_page .item_digest .new_digest_long_title {
               margin-bottom: 30px;
           }
           body.new_digest_page .item_digest .new_digest p{
               font-style: normal;
               font-weight: 400;
                font-size: 18px;
                line-height: 160%;
           }
           
           body.new_digest_page .item_digest .new_digest p а,
           body.new_digest_page #item-digest-3 > section > p {
               font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 150%;
           }
            .digest_share-btn {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 0px;
                position: relative;
            }
            @media (max-width: 768px) {
                .new_digest_container {
                    max-width: 100%;
                    margin: 0 auto;
                    padding: 0;
                }
                .new_digest {
                    padding: 22px 15px 32px;
                    border-radius: 18px;
                    margin: 22px 0 6px 0;
                }
                .new_digest h2 {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 130%;
                    margin-bottom: 6px;
                }
                .new_digest_long_title {
                    text-align: start;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 130%;
                }
                .new_digest_tags {
                    padding: 0px;
                    gap: 6px;
                }
                a.new_digest_tag {
                    font-size: 12px;
                }
                .new_digest_banner_spring {
                    width: 100%;
                    /*background-image: url(/upload/banerspringmobile.svg);
                    background-size: cover;
                    background-position: center;*/
                    height: auto;
                    border-radius: 0;
                    position: relative;
                    margin-bottom: 25px;
                    margin-top: 25px;
                   /*margin-left: -15px;
                    margin-right: -15px;*/
                }
                .new_digest_introtext {
                    font-size: 14px;
                    line-height: 150%;
                    text-align: start;
                    margin-bottom: 0;
                    padding-bottom: 20px;
                }
                .nd_in_issue {
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 130%;
                    text-align: start;
                    padding-top: 20px;
                }
                .nd_in_issue p {
                    padding-bottom: 16px;
                }
                .nd_in_issue a {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 150%;
                }
                body.new_digest_page .item_digest .new_digest {
                    margin: 0 0 6px 0;
                    display: flex;
                }
                .new_digest_container.item_digest h2 {
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 130%;
                    margin: 0 0 24px 0;
                    order: 1;
                }
                body.new_digest_page .item_digest .new_digest_long_title {
                    margin-bottom: 26px;
                    order: 2;
                }
                body.new_digest_page .item_digest a.images {
                    order: 3;
                }
                
                .new_digest_container.item_digest .new_digest_root_icons_block.icons-mob {
                    order: 4;
                }
                .new_digest_container.item_digest .new_digest_content {
                    font-weight: 400!important;
                    font-size: 14px!important;
                    line-height: 150%!important;
                    text-align: start!important;
                    padding-bottom: 20px!important;
                    order: 5!important;
                }
                
                .subscription_reminder p {
                    font-size: 12px;
                }
                
                .new_digest_container.item_digest .new_digest_root_many {
                    order: 6;
                    width: 100%;
                }
                .new_digest_container.item_digest .new_digest_root_blue_button {
                        float: left;
                        order: 6;
                    }
                .new_digest_container.item_digest .new_digest img.img-responsive {
                    width: 100%;
                    height: auto;
                    border-radius: 0;
                    object-fit: cover;
                    margin-bottom: 25px;
                    /*margin-left: -15px;
                    margin-right: -15px;*/
                }
                .new_digest_root_many p {
                    margin: 20px 0 16px 0!important;
                    font-weight: 600!important;
                    font-size: 14px!important;
                    line-height: 130%!important;
                }
                .new_digest_root_link a {
                    font-size: 14px!important;
                    line-height: 150%;
                }
                .new_digest_root_link {
                    width: 94%;
                }
                .new_digest_form {
                padding: 32px 15px;
                border-radius: 18px;
                margin-top: 0;
                margin-bottom: 32px;
                gap: 22px;
            }
            .new_digest_form h2 {
                font-weight: 600;
                font-size: 18px;
                line-height: 130%;
                width: 100%;
            }
            .new_digest_form p {
                font-size: 14px;
                text-align: left;
            }
            .new_digest_form .share_btn {
                gap: 0;
                padding-right: 0;
                width: 139px;
            }
            .new_digest_form .share_btn span {
                border-width: 0;
            }
            
            .new_digest_form .share_btn svg {
                display: none;
            }
            
            .other_release_digest {
                padding: 43.5px 14px 138px;
                position: relative;
            }
            .other_reldigest_head {
                padding-bottom: 28.5px;
                flex-direction: column;
            }
                .reldigest_title {
                font-size: 24px;
                gap: 25px;
                max-width: 347px;
            }
            .reldigest_title span {
                width: 60px;
                height: 57px;
                background-image: url("data:image/svg+xml,%3Csvg width='50' height='57' viewBox='0 0 50 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.37736C0 2.40752 2.40707 0 5.37634 0H44.6237C47.5929 0 50 2.40753 50 5.37736V51.6226C50 54.5925 47.5929 57 44.6237 57H5.37635C2.40707 57 0 54.5925 0 51.6226V5.37736Z' fill='%23D24C00'/%3E%3Cmask id='mask0_1481_470' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='50' height='57'%3E%3Cpath d='M0 5.37736C0 2.40752 2.40707 0 5.37634 0H44.6237C47.5929 0 50 2.40753 50 5.37736V51.6226C50 54.5925 47.5929 57 44.6237 57H5.37635C2.40707 57 0 54.5925 0 51.6226V5.37736Z' fill='%23006BD2'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1481_470)'%3E%3Cpath d='M5.40799 -19.1298C9.60821 -3.27929 16.7727 11.4996 22.9894 26.6046C26.0746 34.0966 29.4013 41.8588 30.3677 49.9751C31.2412 57.3366 29.8845 65.4528 24.374 70.7923C22.0323 73.0566 19.0587 74.706 15.8249 75.2091C13.9478 75.498 11.9035 75.4048 10.1565 74.6128C8.48381 73.858 7.24791 72.4602 6.31866 70.9041C4.26501 67.4749 3.41009 63.4028 2.78749 59.5077C2.1556 55.5754 1.93258 51.5499 2.20207 47.5709C2.70386 40.2094 5.07346 32.9132 9.7476 27.1451C11.7827 24.6292 14.1987 22.4021 16.9493 20.6875C19.8393 18.8891 23.6028 17.072 27.0875 17.454C30.5814 17.8361 32.8581 21.0789 33.7037 24.2564C34.5586 27.4713 34.1869 31.0215 32.7094 33.9941C32.347 34.7209 31.9289 35.4291 31.4456 36.0814C31.204 36.4075 30.9346 36.8269 30.6186 37.0691C30.1075 37.4698 29.9588 37.1437 29.6987 36.6312C28.9831 35.2428 28.9645 33.5282 29.5593 32.0932C30.1819 30.5836 31.8452 28.9622 33.6201 29.4561C34.5215 29.7077 35.2463 30.4811 35.9339 31.0681C36.7981 31.8136 37.6531 32.5498 38.5173 33.2952C40.1249 34.6837 41.7325 36.0721 43.3401 37.4512C44.353 38.3271 45.8398 36.8455 44.8176 35.9696C42.9219 34.3389 41.0262 32.6988 39.1306 31.0681C37.5973 29.7449 35.9154 27.7694 33.8338 27.3501C30.0518 26.586 27.2361 30.509 27.0596 33.873C26.9759 35.4664 27.4127 37.3207 28.472 38.5508C29.8009 40.0976 31.4364 39.3708 32.5608 38.0196C34.9768 35.1123 36.2871 31.3663 36.2592 27.5831C36.2313 23.9862 34.9675 20.1936 32.2913 17.6963C29.1132 14.7331 24.9316 14.9474 21.0752 16.3451C13.9571 18.9356 8.21433 24.4614 4.646 31.0681C0.45507 38.8303 -0.61357 47.953 0.30639 56.6377C1.09626 64.0644 2.98264 76.0105 12.0986 77.2965C19.9043 78.396 27.2083 72.7398 30.312 65.8908C34.0661 57.5975 32.8488 48.2139 30.1819 39.7994C27.3476 30.8538 23.4355 22.2437 19.7464 13.6335C15.9829 4.85563 12.2473 -3.95021 9.34802 -13.0636C8.66037 -15.2534 8.01919 -17.4618 7.42447 -19.6889C7.08064 -20.9935 5.06416 -20.4437 5.40799 -19.1298Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
            }
            .other_reldigest_cards {
            flex-direction: column;
            align-items: flex-start;
            padding: 0px;
            gap: 10px;
        }
        .other_reldigest_card {
        padding: 22px 20px;
        gap: 14px;
        max-width: 345px;
        height: 153px;
        border-radius: 18px;
        }
        .other_reldigest_card h2 {
        font-size: 18px;
        }
        .other_reldigest_card p {
        font-size: 12px;
        text-align: left;
        }
        .all_reldigest {
         width: 345px;
         position: absolute;
         bottom: 64px;
        }
}

/*------------------------------------------------------------------Стили из шаблона Все ДАЙДЖЕСТЫ 07.06.2023------------------------------------------------------------------*/
 body.new_digests_page main > .container.main-block-pol-rec {
                padding: 70px 0;
            }
            
            .digest_container {
                max-width: 995px;
                margin: 0 auto;
                padding: 0;
            }
            .row-cols-lg-1 .main_categories .categories {
                font-weight: 600;
                font-size: 20px;
                line-height: 130%;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #1E1E2F;
            }
            .new_digest_tags {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 0px;
                gap: 12px 8px;
                flex-wrap: wrap;
            }
            a.new_digest_tag {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 150%;
                text-align: justify;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #034674;
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 8px 16px;
                border: 1px solid rgba(113, 150, 190, 0.5);
                border-radius: 100px;
                transition: all 300ms ease-out;
            }
            a.new_digest_tag:hover {
                background: rgba(113, 150, 190, 0.2);
            }
            a.new_digest_tag:active,
            a.new_digest_tag.current{
                background: #006BD2;
                color: #FFFFFF;
            }
            
            a.new_digest_tag.current:hover {
                background: #034674;
                color: #FFFFFF;
            }
            a.new_digest_tag.empty {
                border: 1px solid rgba(113, 150, 190, 0.5);
                color: #7196BE;
            }
            .digest_container {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                
            }
            .digest_release {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 36px 36px 52px;
                gap: 30px;
                background: #FFFFFF;
                border-radius: 30px;
                margin: 0 0 20px 0;
            }
            .digest_release img {
                width: 922px;
                height: auto;
                border-radius: 20px;
            }
            .digest_articles {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 0px;
                gap: 30px;
            }
            .articles-pagetitle {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 0px;
                gap: 44px;
            }
            .articles-pagetitle h2 {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 130%;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #006BD2;
                margin-bottom: 0;
            }
            
            .articles-pagetitle h2 a {
                color: #006BD2;
            }
            .digest_description {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 150%;
                text-align: justify;
                font-feature-settings: 'pnum' on, 'lnum' on;
                margin-bottom: 0;
            }
            .digest_btn-group {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 0px;
                gap: 572px;
            }
            .digest_read_blue_button {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 17px 28px;
                gap: 10px;
                background: #006BD2;
                border-radius: 5px;
                transition: all 300ms ease-out;
            }
            
            .digest_read_blue_button:hover {
                background: #034674;
                color: #FFFFFF;
            }
            
            .digest_read_blue_button:active,
            .digest_read_blue_button.active{
                background: #1E1E2F;
                color: #FFFFFF;
            }
            .digest_read_button {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-transform: uppercase;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #FFFFFF;
            }
            .digest_share-btn {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 0px;
                position: relative;
            }
            .feedback {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 52px 36px;
                gap: 10px;
                background: #006BD2;
                border-radius: 30px;
            }
            .feedback h2 {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 130%;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #FFFFFF;
            }
            .feedback p {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 150%;
                text-align: justify;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #E6EEF5;
            }
            .feedback_form-btn {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 17px 28px;
                gap: 10px;
                background: #FFFFFF;
                border-radius: 5px;
            }
            .form-btn {
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-transform: uppercase;
                font-feature-settings: 'pnum' on, 'lnum' on;
                color: #006BD2;
            }
            .newd_form_btn_container {
                display: flex;
                justify-content: space-between;
                width: 100%;
            }
            .newd_white_form_btn {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 17px 28px;
                background: #FFFFFF;
                border-radius: 5px;
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-transform: uppercase;
                color: #006BD2;
                border: none;
                transition: all 300ms ease-out;
            }
            .newd_white_form_btn:hover {
                background: #034674;
                color: #FFFFFF;
            }
            
            .newd_white_form_btn:active, .newd_white_form_btn.active {
                background: #034674;
                color: #FFFFFF;
                background: #1E1E2F;
            }
            
            a.digest_read_button:hover {
                text-decoration: none;
                color: #FFFFFF;
            }
            
            body.new_digests_page .share_btn span{
                font-family: 'Raleway';
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 14px;
                text-transform: uppercase;
            }
            
            body.new_digests_page .new_digest_form .share_btn {
               color: #FFFFFF;
               transition: all 300ms ease-out;
            }
           body.new_digests_page .new_digest_form .share_btn:hover {
                background: #034674;
                border: 1px solid #E6EEF5;
            }
           body.new_digests_page .new_digest_form .share_btn:active,
           body.new_digests_page .new_digest_form .share_btn.clicked {
                background: #1E1E2F;
                border: 1px solid #E6EEF5;
            }
            body.new_digests_page .text-muted-footer {
                color: rgba(113, 150, 190, 0.5);
            }
            body.new_digests_page .footer.mt-auto.py-3 {
                padding-top: 17px!important;
                padding-bottom: 17px!important;
            }
            
            @media (max-width: 768px){
                .album {
                    max-width: 100%;
                    margin: 0 auto;
                    padding: 0;
                }
                body.new_digests_page .main-block-pol-rec .block-pagetitle .item-pagetitle h1 {
                        font-family: 'Raleway';
                        font-style: normal;
                        font-weight: 700;
                        font-size: 24px!important;
                        line-height: 110%;
                }
            }
            
            @media (max-width: 768px){
    .new_digest_root_icons_block.icons-decstope{
        display: none;
    }
    .new_digest_container.item_digest .new_digest_root_icons_block.icons-mob{
        display: flex;
        margin-bottom: 26px;
        float: none;
    }
    .new_digest_root_icons_block.icons-mob .digest-img-icons-mob{
        width: 48px;
        height: 48px;
        background: #D9D9D9;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }
    .digest_container{
        max-width: 100%;
    }
    .digest_release , .new_digests_page .main_categories , .new_digests_page .main-block-pol-rec .block-pagetitle{
        width: 100%; 
        padding: 22px 15px 26px;
    }
    .digest_release img{
        width: 100%;
        height: 199px;
        object-fit: cover;
    }
    .digest_articles{
        width: 100%;
        gap: 24px;
    }
    .digest_btn-group{
        gap: 32px;    
    }
    .new_digest_container.item_digest .new_digest img{
        width: 100%;
    }
    .new_digest_form h2{
        width: 100%;
    }
    .articles-pagetitle h2 a{
        font-size: 18px;
    }
    .digest_description{
        font-size: 14px;
    }
    .new_digest_tags{
        margin-bottom: 0;
    }

    .digest_read_blue_button {
 
        padding: 17px 26px;
 
    }
}

/* свойства модального окна по умолчанию */
.modal-reminder {
  display: none;  /* Скрываем модальное окно по умолчанию */
  position: fixed; /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0,0,0,0.5); /* Затемняем фон */
  z-index: 999;
        -webkit-transition: opacity 200ms ease-in; 
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; /* анимация перехода */
  margin: 0;
  padding: 0;
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  max-width: 952px;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 40px;
  background: #fff;
  pointer-events: auto;
}
.modal-dialog .buttons_specialists .btn{
background: #5C75D6;
-webkit-box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(92, 117, 214, 0.26);
box-shadow: 1.0625rem 1.3125rem 2.5625rem rgba(92, 117, 214, 0.26);
color: #ffffff;
font-weight: bold;
height: 3.75rem;
border-radius: 6.875rem;
-o-transition: background 0.3s, color 0.3s, border 0.3s;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
padding: 0 1.5rem;
text-decoration: none;
cursor: pointer;
}
.modal-body .qu{
color: #5C75D6;
font-style: italic;
font-weight: 700;
font-size: 16px;
line-height: 150%;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 30px auto; /* для отображения модального окна по центру */
    }
}
/* свойства для блока, содержащего контент модального окна */ 
.modal-content {
  position: relative;
  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;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
/* свойства для заголовка модального окна */
.modal-header {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}
/* свойства для кнопки "Закрыть" */
.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}
@media (max-width: 768px) {
    .modal-dialog{
      max-width: 100%;
      padding: 20px;
    
    }
} 

.modal-reminder input[type=email], .modal-reminder input[type=tel], .modal-reminder input[type=text], input[type=submit] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid #7196BE;
    border-radius: 10px;
}

.modal-reminder input[type=checkbox] {
  margin-top: 16px;
}

.modal-reminder input[type=submit] {
    border: none;
    padding: 17px 28px;
    background: #006BD2;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.modal-reminder input[type=submit]:hover {
  opacity: 0.8;
}
/* 08 08 2023*/
#digest-form label {
    display: contents;
}
/* end 08 08 2023*/