/** ========= Menu ========= **/
#navbar-app {
    position: relative;
    z-index: 1000;
}

.flexmenu {
    width: 65%;
}

.navmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.navmenu>li {
    margin: 0 5px;
    max-width: 250px;
    text-align: center;
}

.navmenu>li>a,
.navmenu>li>span {
    align-items: center;
    color: #3B4256;
    display: flex;
    text-decoration: none;
    height: 30px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 40px 10px 35px 10px;
}

.navmenu>li>a:hover {
    opacity: inherit;
    transform: inherit;
}

.navmenu>li.parent {
    /*   position: relative; */
}

.navmenu>li.parent>ul {
    display: none;
}

.navmenu>li.parent:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    background-color: #EFF4F8;
    border-top: 4px solid #002B68;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    padding: 20px;
    max-width: 261px;
}

.navmenu>li.parent>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 1.285;
    margin-bottom: 10px;
    color: #3B4256;
    transition: color 0.125s linear;
}

/** ========= FlexMenu ========= **/

.navmenu li.flexMenu-viewMore {
    padding-left: 10px;
}

.navmenu li.flexMenu-viewMore>a {
    width: 40px;
    height: 15px;
}

.flexMenu-popup {
    list-style: none;
    margin: 0;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    top: 100%;
    background-color: #EFF4F8;
    border-top: 4px solid #002B68;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    padding: 20px;
}

.flexMenu-popup li {
    width: 33%;
    text-align: left;
}

.navmenu .mod-menu__sub {
    text-align: left;
}

.flexMenu-popup li a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 5px 10px
}

.flexMenu-popup li a:hover {}

.flexmenu ul.navmenu li:nth-child(n+5) {
    display: none;
}

.flexmenu ul.navmenu li.flexMenu-viewMore {
    display: block;
}

img.logo {
    max-width: 53px;
    margin-right: 10px;
}

.main-logo__name {
    margin-top: -1px;
}

/* Левое меню */
.accordeon,
.accordeon ul {
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0px 0px;
    line-height: 1.2;
    font-size: 16px;
}

.accordeon>li {
    position: relative;
    margin: 0;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #ccc;
}

ul.accordeon>li ul li {
    position: relative;
    padding: 10px 0 0 20px;
    text-decoration: none;
    display: block;
    color: #333;
}

ul.accordeon>li:first-child {
    border-top: none;
}

.accordeon>li.active>ul {
    display: block;
}

.accordeon>li>ul>li {
    padding: 5px 30px;
    text-decoration: none;
    display: block;
    color: #333;
}

.leomenu h3 {
    border: 1px solid #ccc;
    border-bottom: none;
}

.leomenu ul.accordeon {
    position: relative;
    border: 1px solid #ccc;
}

.leomenu h3 {
    background: #599044;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 13px 15px;
    border-left: none;
    border-right: none;
}

.leomenu li a {
    color: #000;
    text-decoration: none;
    display: block;
    margin-left: 10px;
    width: 83%;
    color: #3275A8;
}

.leomenu li.current>a {
    color: #009846;
}

.accordeon li:hover {
    background: #f6fbff;
}

.accordeon .razz {
    width: 10%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px;
    color: #d4590d;
    cursor: pointer;
}

.razz {
    width: 26px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.razz.razzz {
    width: 26px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.leomenu {
    margin-bottom: 40px;
}

/* Конец левого меню */


.content-with-right-menu {
    padding-left: 16px;
    padding-right: 16px;
}

.content-with-right-menu .left-menu {
    width: 35%;
    padding-right: 30px;
}

.content-with-right-menu .content-with-right-menu__content {
    width: 75%;
}
.item-page .left.item-image img {
    width: 100%;
    margin-bottom: 10px;
}

.item-page h3 {
    margin-bottom: 16px;
    margin-top: 10px;
}

.left-menu img {
    width: 100%;
    height: auto;
}

dd.create {
    margin-bottom: 20px;
    color: #848E99;
}

.item-content .date {
    width: fit-content;
    text-align: center;
    max-width: 80px;
    margin-right: 14px;
}

.item-content .date .month {
    color: #ffee01;
    text-shadow: none;
    background: #009846;
    padding: 5px 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.item-content .date .day {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    border-top: none;
    border-radius: 0 0 2px 2px;
    padding: 0px;
    color: #009846;
}

.item-content .content-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.item-content .readmore {
    text-align: right;
    margin-bottom: 40px;
}

.item-content .readmore a {
    background: #3275a8;
    color: #fff;
    padding: 7px 30px;
    border-radius: 4px;
}
.docitem .readmore {
    margin-bottom: 5px;
    margin-top: 10px;
}
.docitem .readmore a {
    background: #3275a8;
    color: #fff;
    padding: 7px 30px;
    border-radius: 4px;
    display: block;
    max-width: 160px;
    text-align: center;
}
.main-for-docs__for-docs {
    margin-bottom: 20px;
}


.item-content .readmore a:hover {
    background: #00bb56;
}

.pagination {
    background-color: #F4F7FB;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    padding: 4px 8px;
    margin: 0 4px;
    position: relative;
}

.pagination li.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2F80ED;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.pagination li a {
    color: #3B4256;
}

.pagination .pagination__arrow-icon {
    margin-right: -5px;
}

.left-menu .leomod {
    margin-bottom: 40px;
}

.com-content-categories__item-title a {
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
    color: #002b68;
}

ul.sigFreeClassic {
    margin: 8px auto !important;
    padding: 8px 0 !important;
    list-style: none;
    clear: both;
    overflow: hidden;
}

ul.sigFreeClassic li.sigFreeThumb {
    float: left;
    background: #fff !important;
    margin: 0 5px 5px 0;
    padding: 0;
    list-style: none !important;
    overflow: hidden;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg,
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: transparent url(/images/site/magnify_48x48_24.png) no-repeat;
}

ul.sigFreeClassic li.sigFreeThumb a {
    position: relative;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {
    opacity: .9;
    transform: scale(1.01);
    transition: transform .25s linear;
}

/* ЭЦП */
.tooltip {
    display: inline;
    position: relative;
    z-index: 99;
    opacity: 1;
    margin-left: 10px;
}

.tooltip:hover {
    z-index: 999;
}

.tooltip::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip:hover::after {
    pointer-events: auto;
}

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 310px;
    left: -140px;
    bottom: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    color: #fffaf0;
    background: transparent;
    opacity: 0;
    margin: 0 0 20px -150px;
    cursor: default;
    pointer-events: none;
    font-family: 'Satisfy', cursive;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tooltip-content span {
    display: block;
}

.tooltip-text {
    border-bottom: 10px solid #599044;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.tooltip-text p {
    margin-bottom: 10px;
    font-size: 11px;
    font-family: monospace, sans-serif;
}

.tooltip:hover .tooltip-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.tooltip-inner {
    background: rgb(255 255 255 / 95%);
    padding: 8px 20px 1px 20px !important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    color: #000 !important;
    font-weight: normal;
}

.tooltip:hover .tooltip-inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tooltip-content::after {
    content: '';
    bottom: -20px;
    right: 0%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #599044;
    border-width: 10px;
    margin-left: -10px;
}

.itemListCategoriesBlock {
    display: none;
}

div.catItemAttachmentsBlock {
    border-bottom: none;
}

#k2Container div.itemAttachmentsBlock {
    border-top: none !important;
}

div.catItemView {
    margin-bottom: 0px;
}

.vlo td {
    vertical-align: super;
}

.ecp {
    background: url(/images/raznoe/ecp.png);
    width: 20px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
}

.ecp:hover {
    background: url('/images/raznoe/ecp_green.png');
}

.blog div[itemprop=blogPost] {
    margin-bottom: 30px;
}

.at_icon {
    vertical-align: middle;
}

div.attachmentsList table {
    border: none;
}

#main div.attachmentsList table a,
div.attachmentsList table a {
    font-weight: normal;
}

#main div.attachmentsList table,
div.attachmentsList table {
    font-size: 12px;
}

.blog .ecp,
.item-page .ecp {
    width: 20px;
}

div.attachmentsList a.at_url:hover {
    color: inherit;
}

#main div.attachmentsList table tbody td,
div.attachmentsList table tbody td {
    padding: 1px 3px 1px 0px;
}

#main div.attachmentsList a.at_icon,
div.attachmentsList a.at_icon {
    padding-right: 0px;
}

#main div.attachmentsList table img,
div.attachmentsList table img {
    margin-right: 0px;
}

#main div.attachmentsList tbody tr.even,
#main div.attachmentsList tbody tr.even td,
div.attachmentsList tbody tr.even td,
div.attachmentsList tbody tr.even {
    background-color: transparent;
}

#main div.attachmentsList table tbody tr.even td,
div.attachmentsList table tbody tr.even td {
    background-color: transparent;
}

.attachcontent .attr {
    font-weight: 600;
}

.attachcontent .icon {
    margin-right: -3px;
}

a.attachcontent {
    text-decoration: none;
    font-size: 13px;
}

div.attachmentsList a.at_url:hover {
    text-decoration: none;
    color: #005580;
}

#k2Container .tdocs td {
    padding: 6px 10px;
}

.odd .at_url {
    vertical-align: baseline;
}

.at_file_size {
    color: #55940e;
    font-size: 12px;
}

.attachcontent:hover {
    color: #005580;
}

.ecp_block {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.ecp_block svg,
.catItemAttachments svg {
    margin-right: 5px;
    min-width: 26px;
}

.tooltip-content span {
    display: block;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 0 5px 0px;
    background: #f0fff1;
    text-align: left;
}

a.wf_file {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #3275A8;
}

a.wf_file .icon {
    min-width: 26px;
    min-height: 26px;
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

a.wf_file .attr {
    color: #55940e;
    font-weight: 600;
    font-size: 14px;
}

a.wf_file:hover {
    opacity: 1;
    transform: scale(1.01);
}

/* Конец ЭЦП */

.osmap-items ul li {
    margin-bottom: 10px;
}

.osmap-items ul.level_1,
.osmap-items ul.level_2,
.osmap-items ul.level_3 {
    margin-top: 10px;
}

.osmap-items ul.level_1 li,
.osmap-items ul.level_2 li,
.osmap-items ul.level_3 li {
    margin-left: 20px;
    list-style: circle;
}

.osmap-items li a {
    color: #3275A8;
    line-height: 1.5;
}

.uk-animation-shake {
    animation-name: uk-shake;
}

.uk-form-danger,
.uk-form-danger:focus {
    color: #6c6d74;
    border-color: #e44e56 !important;
}

[class*=uk-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

@keyframes uk-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

/* Меню школ */
.schoolmenu a {
    background: #ffffff;
    color: #000;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #3275a8;
    transition: 0.1s all;
}

.bkockschoolmenu {
    width: 250px;
    margin: 0;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 999;
}

.schoolmenu a:hover {
    background: #3275a8;
    color: aliceblue;
}

.schoolmenu li:last-child a,
.schoolmenu li .deeper li:last-child a {
    border-bottom: 0;
}

.schoolmenu li .deeper li a {
    border-radius: 0;
}

.deeper {
    position: relative;
}

.v_menu {
    position: absolute;
    width: 100%;
    left: 100%;
    top: -9999px;
    opacity: 0;
    border-left: 1px solid #3275a8;
    transition: 0.5s opacity;
}

.deeper:hover .v_menu {
    opacity: 1;
    top: 0;
    z-index: 1;
}

.deeper .v_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 600px;
}

.deeper .v_menu li {
    width: 50%;
}

.schoolmenu .deeper::after {
    content: "";
    position: absolute;
    border: 5px solid;
    border-color: transparent transparent transparent #eee;
    top: 1em;
    right: 0.7em;
    transition: 0.5s;
}


.deeper:hover::after {
    transform: scaleX(-1);
}

.mymagicoverbox_fenetre {
    z-index: 9999;
    max-width: 500px;
    height: fit-content;
    height: intrinsic;
    height: -moz-max-content;
    height: -webkit-max-content;
    display: none;
}

.mymagicoverbox_fermer {
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    margin: -2px 0px 0 10px;
}

.mymagicoverbox_fermer:hover {
    color: #ffed00;
}

#myfond_gris2 {
    display: none;
    background-color: #000000;
    opacity: 0.7;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#nav-icon1 {
    width: 15px;
    height: 17px;
    position: relative;
    margin: 0px 9px 0px 0px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 6px;
}

#nav-icon1 span:nth-child(3) {
    top: 12px;
}

#nav-icon1.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
}

/* /Меню школ */

.header__top {
    position: relative;
    z-index: 1001;
}

.app-bar__wrapper {
    z-index: 990;
}

#search-result-list {
    padding-left: 20px;
    margin-top: 30px;
}

#search-result-list a {
    color: #3275A8;
}

.com-finder__search {
    border: 1px solid #3275a8;
    padding: 10px 20px;
    color: #3275A8;
}

#search-form .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#search-form input {
    width: 79%;
    font-size: 14px;
    padding: 10px 10px;
    color: #3275a8;
    font-weight: 600;
}

#search-form button {
    background: #009846;
    width: 20%;
    cursor: pointer;
    color: #ffee01;
    border: 1px solid #fdef00;
    text-transform: uppercase;
    font-size: 14px;
}

.com-finder__search-legend {
    padding: 0 20px;
}

.blockzav img {
    width: 100%;
}

.blockzav .zav {
    position: absolute;
    bottom: 0px;
    background: #3275a8a8;
    width: calc(100% - 32px);
    padding: 10px 20px;
}

.blockzav.swiper {
    position: relative;
    height: auto;
    margin-bottom: 20px;
}

/* Блог документов */
.profile-box.agent-item {
    margin-bottom: 24px;
}

.profile-box {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.profile-box hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

.profile-box.agent-item .profile-content {
    border-right: 1px solid #eee;
}

.profile-box.agent-item .content-wrapper {
    padding: 14px 20px;
}

.profile-box.agent-item .profile-name {
    margin: 0 0 16px 0;
}

.profile-box .profile-name small {
    display: block;
    font-size: 14px;
    color: #3477a4;
    margin-top: 8px;
    font-weight: 300;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profile-box .profile-name a {
    color: #333;
}

.recs {
    color: #A1A1A1;
}

.nom {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #3477a4;
}

.papers {
    box-shadow: 0px 0px 6px 0px #737373;
}

.papers:hover {
    box-shadow: 0px 0px 6px 0px #3477a4;
}

.dostup {
    box-shadow: 0px 0px 6px 0px #737373;
    margin-bottom: 50px;
}

.dhead {
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: -16px;
    background: #3376a6;
    color: #fff;
    min-height: 46px;
}

.dbody {
    font-size: 16px;
    margin-top: -17px;
    padding: 14px 0;
    background: #fff;
}

.mm {
    padding: 0 20px;
}

.razz {
    border: 2px;
    border-color: #c1c1c1;
    border-bottom-style: dashed;
    margin: 14px 0px;
    width: 100%;
    height: auto;
}

.dbody a {
    color: #222;
    padding: 7px 20px;
    display: block;
    line-height: 1.3;
}

.mm a {
    width: 98%;
    display: inline-block;
}

.mm i {
    color: #3376a6;
    width: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.dostup hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

.inputdiv {
    position: relative;
    width: 100%;
}
.leofilter {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 6px 16px 16px 16px;
}
.blockform {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.blockform input {
    width: 100%;
    max-width: 100%;
}
.docfilter {
    box-shadow: 0px 0px 6px 0px #737373;
}
.dbodys {
    font-size: 16px;
    margin-top: -17px;
    padding: 0px 0;
    background: #fff;
}
.lleft {
    width: 40%;
    padding: 12px 20px;
    display: inline-block;
    vertical-align: top;
}
.lleft i {
    color: #3477a4;
    margin-right: 2px;
}
.rright {
    width: 59%;
    padding: 12px 20px;
    display: inline-block;
    vertical-align: top;
    border-left: 2px dashed #c1c1c1;
    min-height: 44px;
}
.razzz {
    border: 2px;
    border-color: #c1c1c1;
    border-bottom-style: dashed;
    margin: 0px 0px;
}
.dbodys a {
    color: #3477a4;
    display: block;
    text-decoration: none;
}
.dbodys a img {
    vertical-align: middle;
}

/* IE11 hide native button */
select::-ms-expand {
    display: none;
}

.inputdiv.select:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 50%;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}

.inputdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    margin: 5px 0px;
    padding: 0px 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.inputdiv input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    margin: 5px 0px;
    padding: 0px 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}
.inputdiv.one {
    width: 49%;
}
.inputdiv.two {
    width: 24%;
}
.inputdiv.buttons {
    display: flex;
    justify-content: flex-start;
}
.inputdiv.buttons input {
    max-width: 24%;
    margin-right: 11px;
    cursor: pointer;
}
.inputdiv input.submit {
    background: #3477a4;
    color: #fff;
    cursor: pointer;
}
a.sbrosit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    margin: 5px 0px;
    padding: 0px 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    transition: none;
    padding: 10px 20px;
    text-align: center;
}
a.sbrosit:hover {
    opacity: 1;
    transform: scale(1);
}

.docfilter .calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
}
.tdocotchet table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.tdocotchet th {
    border: 1px solid #eee;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 8px;
}
.tdocotchet td {
    border: 1px solid #eee;
    padding: 6px 8px;
}
ul.ulsv li:not(:last-child) {
    margin-bottom: 6px;
}
.footer .footer__logo {
    display: flex;
    flex-direction: row;
}
p.attach {
    margin-top: 10px;
}

@media print {
    #header-app, .breadcrumbs, .left-menu, #panel, .tdocotchet .blockform {
        display: none;
    }
    .content-with-right-menu .content-with-right-menu__content {
        width: 100%;
        margin-top: 40px;
    }
    h1 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 20px;
    }
    .tdocotchet .w80 {
    max-width: 80px;
    min-width: 80px;
    }
}

@media(max-width:768px) {
    main .header__wrapper {
        display: none;
    }

    main .swiper {
        display: none;
    }

    .popular-services__card {
        min-height: inherit;
    }

    .flexmenu ul.navmenu li:nth-child(n+1) {
        display: none;
    }

    .flexMenu-popup li {
        width: 100%;
    }

    .flexMenu-popup li span {
        padding: 5px 10px;
        display: block;
    }

    .flexMenu-popup li ul.mod-menu__sub {
        text-align: left;
        margin-left: 20px;
        margin-top: 6px;
    }

    .navbar {
        padding: 15px 0px;
    }

    .main-logo.show-name {
        width: 100%;
    }

    .flexmenu {
        width: 25%;
    }

    .flexMenu-popup {
        margin-top: 15px;
    }

    .content-with-right-menu .left-menu {
        width: 100%;
        padding-right: 0;
    }

    .content-with-right-menu .content-with-right-menu__content {
        width: 100%;
    }

    .item-content .readmore {
        text-align: right;
        margin-bottom: 50px;
        margin-top: -10px;
    }

    .news-item_simple .news-item__img-wrapper {
        max-width: 350px;
        height: inherit;
        margin-right: 0;
        margin-bottom: 0;
    }

    .deeper .v_menu {
        display: block;
        width: 100%;
        left: -9999px;
    }

    .deeper:hover .v_menu {
        left: 0;
        transition: 0.5s;
    }

    .bkockschoolmenu {
        width: 100%;
    }

    .deeper .v_menu li {
        width: 100%;
    }

    .schoolmenu li.deeper:nth-child(1) ul {
        top: 117px;
    }

    .schoolmenu li.deeper:nth-child(2) ul {
        top: 78px;
    }

    .schoolmenu li.deeper:nth-child(3) ul {
        top: 38px;
    }

    .schoolmenu li.deeper:nth-child(4) ul {
        top: 8px;
    }

    .schoolmenu li:hover a {
        opacity: 1;
        transform: inherit;
    }

    .schoolmenu .v_menu {
        border-left: none;
    }
}