.header_navigation .pc-search-item {
    display: none;
}

/*Поиск в строке меню для ПК*/
@media (min-width: 992px) {
    .header_navigation .container {
        display: flex;
    }
    .header_navigation .pc-search-item {
        display: flex;
        width: 60px;
        height: 60px;
        background: #7daf42;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        cursor: pointer;
    }
    .header_navigation .pc-search-item .search-icon{
        height: 24px;
    }
    .header_navigation .pc-search-item.active svg {
        display: none;
    }
    .header_navigation .pc-search-item.active {
        background: #7daf42 url(../images/mobile_close.svg) 50% 50% no-repeat;
    }
    .block-search form{
        border: none;
    }
    .header_navigation .block-search {
        position: absolute;
        left: 15px;
        margin-top: 0;
        width: calc(100% - 90px);
        height: 100%;
        background: #8abe4d;
        z-index: 9;
    }
    .header_navigation .block-search input.form-text {
        height: 60px;
        font-size: 19px;
        background: #89be3f;
        font-style: italic;
        color: #FFF;
        width: calc(100% - 60px);
    }
    .header_navigation .block-search input.form-text::-webkit-input-placeholder {color:#FFFFFF;}
    .header_navigation .block-search input.form-text::-moz-placeholder          {color:#FFFFFF;}/* Firefox 19+ */
    .header_navigation .block-search input.form-text:-moz-placeholder           {color:#FFFFFF;}/* Firefox 18- */
    .header_navigation .block-search input.form-text:-ms-input-placeholder      {color:#FFFFFF;}
    .header_navigation .block-search {
        border: none;
    }
    .header_navigation .block-search input.form-submit  {
        height: 60px;
        width: 60px;
        background-color: #89be3f;
    }
    .header_navigation .block-search input.form-submit:hover {
        background-color: #7daf42;
    }
    header .whats-app-mobile {
        display: none;
    }
    header {
        height: auto !important;
    }
}
/*End Поиск в строке меню для ПК*/

@media (max-width: 1500px) {
    .header_navigation .main_menu ul li.scientific ul {
        left: -305px;
    }
}

@media (max-width: 1199px) {
    .front_page .row.horizontal .item:after {
        display: none;
    }
    .service-includes .content_services {
        justify-content: end;
    }
    .service-includes .content_services > div {
        width: 33.33%;
    }
    .payment_block {
        max-width: 643px;
        margin-right: 0;
    }
    .document_block .left {
        max-width: 665px;
    }
    .exemple_group .item_exemple {
        margin-right: 45px;
    }
    .exemple_group .group_ezemple {
        width: 464px;
    }
    .chenge_edition .item {
        width: 100%;
    }
    .primer-oformleniya .conf-block {
        margin-top: 0;
    }
    .header_navigation .main_menu ul li.scientific ul {
        left: -385px;
    }
    .header_vak{
        padding-bottom: 20px;
    }
    .header_vak .breadcrumb {
        padding: 20px 0 20px;
    }
    .discount_rinc .full_screen_discount {
        background: #f4f4f4;
        height: auto;
        padding: 4px 0 20px;
    }
    .discount_rinc .full_screen_discount .discount_content {
        padding-left: 0;
    }
    .discount_rinc .full_screen_discount .discount_content .item .procent, .discount_rinc .full_screen_discount .discount_content .item .info {
        width: auto;
    }
    .discount_rinc .full_screen_discount .action.center {
        margin-bottom: 0;
    }
}
@media (max-width: 1199px) AND (min-width: 991px){
    header .top-header .logo a {
        background-size: cover !important;
        height: 34px;
    }
    header .top-header .logo a:hover {
        background-position: 0 -35px;
    }
    .full_screen.urgent_publication {
        background-position: calc(50% + 150px) center;
    }
}
@media (min-width: 992px) {
    .main_menu {
        display: block !important;
    }
    .main_menu .content {
        height: auto !important;
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    .exemple_group .item_exemple {
        margin-right: 15px;
        width: 158px;
    }
    .exemple_group .item_exemple:last-child,
    .exemple_group .item_exemple:nth-child(4n){
        margin-right: 0;
    }
    .exemple_group .group_ezemple {
        width: 100%;
    }
    .payment_methods #bank-cart .item_line > div {
        max-width: 390px;
    }
    .signature .item:first-child {
        margin-right: 136px;
    }
}
@media (max-width: 991px) {
    body.menu_open {
        overflow: hidden;
    }
    header .top-header .logo {
        background: none;
    }
    header .whats-app-mobile {
        font-size: 12px;
        text-decoration: none;
        padding-right: 15px;
        display: flex;
    }
    header .top-header .row {
        align-items: center;
        justify-content: space-between;
    }
    header .mobile-line {
        justify-content: space-between;
        height: 60px;
        align-items: center;
    }
    header .mobile-line .item{
        justify-content: center;
        align-items: center;
        display: flex !important;
        width: 98px;
        height: 100%;
        border: 1px solid transparent;
        border-bottom: none;
    }
    header .mobile-line .item:active,
    header .mobile-line .item:focus,
    header .mobile-line .item.active  {
        background: #73A829;
    }

    header .mobile-line .btn-nav {
        width: 24px;
        cursor: pointer;
    }
    header .mobile-line .btn-nav span {
        background: #FFF;
        display: block;
        height: 3px;
        margin-bottom: 3px;
        width: 100%;
    }
    header .mobile-line .btn-nav span:last-child {
        margin-bottom: 0;
    }
    header .mobile-line svg {
        vertical-align: middle;
    }
    header .mobile-line .search-icon{
        cursor: pointer;
    }
    .header_navigation .main_menu .content {
        height: 351px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .header_navigation .main_menu {
        position: absolute;
        background: #FFF;
        z-index: 999;
        top: 65px;
        display: none;
        box-shadow: 0px 2px 2px #dbdbdb;
        display: none;
        width: calc(100% - 30px);
    }

    .header_navigation .main_menu ul {
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .header_navigation .main_menu ul li {
        height: auto;
        display: block;
        border-top: 1px solid #F5F5F5;
        width: 100%;
    }
    .header_navigation .main_menu ul li.mobile_group{
        display: block;
    }
    .header_navigation .main_menu ul li ul{
        background: #FFFAED;
        padding: 0 0 !important;
    }
    .header_navigation .main_menu ul > li > a {
        color: #404040;
        font-size: 14px;
        width: 100%;
        text-decoration: none;
        padding: 6px 14px;
        display: block;
        text-align: left;
    }
    .header_navigation .main_menu ul > li ul li a {
        padding-left: 28px;
        text-overflow: ellipsis;
        padding-right: 28px;
        overflow: hidden;
    }
    .header_navigation .main_menu ul > li.expanded > a {
        width: calc(100% - 70px);
    }
    .header_navigation .main_menu ul > li.expanded.active > a {
        color: #FFF;
        background: #89BE3F;
    }
    .header_navigation .main_menu ul li:hover ul {
        display: none;
    }
    .header_navigation .main_menu ul li i{
        width: 70px;
        background: #F5F5F5;
        position: absolute;
        right: 0;
        height: 30px;
        top: 0;
        cursor: pointer;
    }
    .header_navigation .main_menu ul > li.expanded.active i {
        background: #73A829;
    }
    .header_navigation .main_menu ul li ul li i {
        display: none !important;
    }
    .header_navigation .main_menu ul li ul li a {
        width: 100% !important;
    }
    .header_navigation .main_menu ul li i:after {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        border: 4px solid transparent;
        border-top: 4px solid #3f3f3f;
        margin-top: -2px;
        margin-right: -4px;
    }
    .header_navigation .main_menu ul > li.expanded.active i:after {
        border: 4px solid transparent;
        border-bottom: 4px solid #FFF;
        margin-top: 0;
        top: 9px;
    }
    .header_navigation .main_menu ul li.scientific ul {
        width: 100%;
        left: 0;
    }
    .header_navigation .main_menu ul li.scientific ul div {
        width: 100%;
        float: none;
        min-width: 100%;
        border-right: none;
    }
    .header_navigation .block-search,
    .header_navigation .mobile-line .item .item-content {
        position: absolute;
        top: 65px;
        left: 15px;
        width: calc(100% - 30px);
        margin: 0;
        height: 42px;
        background: #FFF;
        z-index: 99;
        box-sizing: border-box;
        border: 1px solid #E3E3E3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        border-top: none;
        display: none;
    }
    .header_navigation .mobile-line .item.mail-item .item-content,
    .header_navigation .mobile-line .item.phone-item .item-content {
        text-align: center;
    }
    .header_navigation .mobile-line .item .item-content a {
        font-size: 15px;
        color: #404040;
        text-decoration: none;
        display: inline-block;
        margin-top: 9px;
    }
    .header_navigation .block-search form,
    .header_navigation .block-search{
        border: none;
    }

    .header_navigation .block-search input.form-text {
        font-size: 14px;
        height: 42px;
        padding: 0 15px;
    }
    .header_navigation .block-search input.form-submit {
        background: transparent url(../images/mobile_search_icon.svg) 50% 50% no-repeat;
        height: 42px;
    }
    .header_navigation .mobile-line .item.active svg,
    .header_navigation .mobile-line .item.navigation-item.active .btn-nav {
        display: none
    }
    .header_navigation .mobile-line .item.active {
        background: #73A829 url(../images/mobile_close.svg) 50% 50% no-repeat;
    }
    .header_navigation .main_menu ul li.expanded > a:after {
        display: none;
    }
    .header_navigation .main_menu > ul > li:hover > a {
        background: none;
    }
    .header_navigation .main_menu ul li ul{
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        padding: 0 14px;
        border: none;
        display: none;
    }
    #top {
        margin-left: 0;
        right: 36px;
        bottom: 100px;
        left: unset;
    }
    header.show .header_navigation {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        width: 100%;
    }

    .front_page .item_group .item {
        width: 100% !important;
    }
    footer #up,
    .header_navigation .main_menu ul li ul:before{
        display: none !important;
    }
    footer .mobile-footer a {
        margin: 15px 0 10px 0;
        display: block;
    }
    .spoiler .title span:after {
        display: none !important;
    }
    .service-includes .content_services > div {
        width: 50%;
        padding-right: 15px;
    }
    .info_letter_list ul {
        width: 50%;
    }
    .document_block {
        flex-wrap: wrap;
    }
    .document_block .left {
        max-width: 100%;
    }
    .document_block .right {
        width: 100%;
        margin-bottom: 30px;
    }
    .document_block .right a {
        display: block;
    }
    .terms_payment {
        flex-wrap: wrap;
    }
    .terms_payment .payment_block{
        width: 100%;
        max-width: 100%;
    }
    .terms_payment .payment_type {
        width: 100%;
        padding-top: 0;
        margin-top: 20px;
    }
    .terms_payment .payment_type .more {
        text-align: left;
    }
    .node_publication.rinc_page .text_content .item {
        width: 100%;
    }
    .chenge_edition .item {
        margin-bottom: 20px;
    }
    .primer-oformleniya .conf-block {
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
    }
    .calc_payment_block .full {
        width: 100%;
        margin-bottom: 28px;
        height: auto;
        padding: 15px 10px 15px 10px;
    }
    .calc_payment_block .pay_hover, .calc_payment_block .hint {
        width: calc(50% - 14px);
        clear: none !important;
    }
    .calc_payment_block .pay_hover:nth-child(3), .calc_payment_block .pay_hover:nth-child(5), .calc_payment_block .pay_hover:nth-child(7) {
        margin-right: 0;
    }
    footer .menu-footer-group {
        padding-top: 20px;
        border-right: 0;
        padding-bottom: 0;
    }
    footer .menu-footer-group .footer-menu {
        margin-bottom: 41px;
    }
    footer .footer-menu.additional_menu {
        margin-bottom: 27px;
    }
    footer .info_site.about_site {
        margin-top: 30px;
        font-size: 12px;
        line-height: 19px;
    }
    footer .copyrait-footer {
        font-size: 13px;
        margin: 26px 0 0 0;
    }
    footer .inside_right_footer {
        border-top: 1px solid #787c82;
        padding-top: 25px;
        margin-top: 36px;
    }
    footer .subscribe {
        margin: 32px 0 25px 0;
    }
    .requirements {
        flex-wrap: wrap;
    }
    .requirements .requirements_text {
        width: 100%;
    }
    .requirements .requirements_file {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .header_vak,
    .header_inside_vak{
       background: #f5f5f5;
    }
    .header_vak p {
        max-width: 100%;
    }
    .header_inside_vak .time_block {
        text-align: left;
    }
    .discount_rinc .full_screen_discount .discount_content .item {
        flex-wrap: wrap;
    }
    .discount_rinc .full_screen_discount .action.center {
        margin-left: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .about_block {
        flex-wrap: wrap;
    }
    .books-wrap .info_conf,
    .books-wrap .right.primer-oform{
        width: 100%;
    }
    .books-wrap .right.primer-oform{
        margin: 20px 0 0;
    }
    .books-wrap .info_conf .date .item {
        display: inline-block;
        width: calc(33.33% - 3px);
        text-align: left;
        padding-bottom: 12px;
        height: auto;
    }
    .books-wrap .info_conf .date{
        margin-bottom: 0;
    }
    .info_conf .date .item:before {
        content: "";
        background: #c1c1c1;
        position: absolute;
        bottom: 0;
        left: 14px;
        height: 1px;
        width: 48px;
    }
    .info_conf .date .item:after {
        display: none;
    }
    .full_screen.urgent_publication {
        background-position: calc(50% + 230px) center;
    }
    .payment_methods .item .btn.btn_light {
        margin-left: 0;
        margin-top: 15px;
    }
    .payment_methods .item .item_image {
        width: auto;
    }
    .payment_methods br {
        display: none;
    }
    .payment_methods .item_text{
        margin-top: 15px;
    }
    .payment_methods .cart_content{
        margin-right: 0;
        margin-bottom: -30px;
    }
    .check label:hover:after {
        display: none;
    }
    .payment_pay .sbp .btn{
        display: inline-block;
    }
    .payment_pay .sbp .img{
        display: none;
    }
}

@media (max-width: 767px) {
    header .top-header .logo a {
        width: 157px;
        background-size: cover !important;
        height: 26px;
    }
    header .top-header .logo a:hover {
        background-position: 0 -25px;
    }
    .page-blog .blog-views .row-blog{
        width: 100%;
    }
    .service-includes .content_services .item {
        width: 100%;
        min-height: 30px;
        margin-bottom: 20px;
    }
    .info_letter_list ul {
        width: 100%;
        margin-bottom: 0;
    }
    .info_letter_list ul:last-child{
        margin-bottom: 20px;
    }
    .text__cols-2-item {
        width: 100%;
    }
    .node_publication.rinc_page .service-includes {
        padding-top: 20px;
    }
    .search_form input {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .search_form input.form-text {
        border-right: 1px solid #AAB2BD;
        margin-bottom: 10px;
    }
    .search_form .form-submit {
        width: 100%;
        margin-left: 0;
    }
    .faq > div > div {
        margin-left: 30px;
        padding: 10px 15px 12px 15px;
    }
    .exemple_group .item_exemple {
        width: calc(50% - 2px);
        padding: 0 10px;
        margin-right: 0;
    }
    .signature .item {
        width: 100%;
        text-align: center;
    }
    .signature .item:first-child {
        margin-right: 0;
    }
    .chenge_edition .item > a {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }
    .chenge_edition .item .content_item {
        width: 100%;
        height: auto;
        padding: 0 20px 20px;
    }
    .payment_methods  .offline_pay .country {
        width: 100%;
        margin-right: 0;
    }
    .payment_methods .cart_content .item_cart {
        width: calc(50% - 2px);
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .views_news .row-news {
        flex-wrap: wrap;
    }
    .views_news .row-news .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .primer-oformleniya .conf-block a.button {
        width: 100%;
    }
    .primer-oformleniya .conf-block .item {
        height: auto;
    }
    .journal_exemple_content .item {
        width: calc(50% - 2px);
    }

    .image_rinc {
        overflow: hidden;
        display: block;
        background: #d8dbd7;
        padding: 15px 15px 20px;
        text-decoration: none;
    }
    .image_rinc img {
        max-width: initial;
        width: 770px;
        margin-left: -323px;
    }
    .image_rinc img {
        display: none;
    }
    .image_rinc .text_image_rinc {
        display: block;
    }
    .image_rinc .title_rinc {
        color: #404040;
        font-size: 18px;
        font-weight: bold;
        display: block;
    }
    .image_rinc .text_rinc{
        color: #404040;
        display: block;
        margin: 10px 0 15px;
    }
    .conferense_exemple .item .image_conferense {
        width: 100%;
        margin-bottom: 20px;
    }
    .conferense_exemple .item .text {
        width: 100%;
    }
    .calc_payment_block .pay_hover, .calc_payment_block .hint {
        width: 100%;
        margin-right: 0!important;
        height: auto;
    }
    footer .info_site {
        flex-wrap: wrap;
    }
    footer .info_site .footer_payment {
        width: 100%;
        margin-bottom: 15px;
    }
    h1 {
        font-size: 21px;
        line-height: 28px;
    }
    .reviews_slide .slider-container .info_comment span.post {
        width: 100%;
    }
    .service_includes br {
        display: none;
    }
    .service_includes .row > div {
        margin-bottom: 20px;
    }
    .reviews_slide .slider-container .user_name,
    .reviews_slide .slider-container .info_comment{
        text-align: center;
    }
    .reviews_slide .slider-container .info_comment span.post_date {
        width: 100%;
        margin: 10px 0 10px;
    }
    .reviews_slide .slider-container .info_comment span.post_date:after{
        display: none;
    }
    .discount_rinc .full_screen_discount .action.center {
        margin-top: 15px;
    }
    .books-wrap .info_conf .date .item {
        width: calc(50% - 3px);
    }
    .exemple_group.requirements_publications {
        height: auto;
        background: #f7f9fd;
        padding: 20px;
    }
    .exemple_group.requirements_publications .link_group {
        padding: 0;
        flex-wrap: wrap;
    }
    .full_screen.urgent_publication {
        height: auto;
        padding-bottom: 30px;
        background: #f5f5f5;
    }
    header.basket_on .top-header .whats-app-mobile span {
        display: none;
    }
    #slider.books_slider .slider-container .item {
        flex-wrap: wrap;
    }
    #slider.books_slider .slider-container .item .img {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 576px) {
    .article_magistr .item {
        text-align: center;
    }
    .article_magistr .item .img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .article_magistr .item .content_item,
    .article_magistr .item .img{
        width: 100%;
    }
    .elibrary_block .img {
        max-width: 129px;
    }
    .group_fild .item{
        display: block!important;
    }
    .group_fild .item .label{
        font-weight: bold;
    }
}
@media (max-width: 359px) {
    .exemple_group .item_exemple {
        width: 100%;
    }

}
