table {
  overflow: hidden !important;
}

body .table th a, table[border] th a {
  color: black !important;
}

@media (max-width: 1024px) {
  .mobile-header .right_menu_icons {
    margin-top: 5px;
  }
  #contests {
    width: 100%;
    overflow: auto !important;
  } 
  .ckeditor_table {
    overflow: auto;
  }
  body #wrap #main ul.news_list li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #wrap #main ul.news_list li div {
    width: 49%;
    margin-top: 10px !important;
  }
  body #wrap #main ul.news_list li div .hash-tag {
    width: 70%;
  }
  body #docs-form {
    overflow: auto !important;
  }
  .media .last-news ul {
    margin-left: 0px !important;
  }
  body .table th a, table[border] th a {
    color: white !important;
  }
  #main {
    overflow: hidden;
  }
  body,
  .content .wrap {
    min-width: auto;
    padding: 0;
  }
  .wrap {
    min-width: 100%;
  }
  .content {
    padding-top: 15px;
  }
  body .table .footable-details th {
    background: #32923d !important;
    color: white !important;
  }
  .sort-link {
    color: white !important;
  }
  .fancybox-inner #video577 video {
    width: 100% !important;
  }
  .svg-popup.animated.flipInY {
    width:                       250px;
    background:                  #FFF;
    padding:                     14px 17px 17px;
    position:                    absolute;
    top:                         100px;
    left:                        100px;
    display:                     none;
    -webkit-backface-visibility: hidden;
  }

  .calendar-block .calendar-table {
    margin-left: 0px;
    width: 100% !important;
  }
  .calendar-table .footable-header th,
  .footable-details th {
    background-color: #32923d !important;
    padding-left: 5px !important;
  }
  .calendar-table .footable-header th a,
  .footable-details th a {
    font-size: 14px !important;
  }
  .left-content .grid-search {
    margin-top: 20px;
  }
  .page-video video,
  .page-video div {
    width: 100% !important;
  }
  .assignments-table {
    width: 100% !important;
    overflow: scroll !important;
    display: block;
  }
  .assignments-table thead,
  .assignments-table tbody {
    width: 100% !important;
    overflow: scroll !important;
  }
  #pos-banner {
    background-size: 70% !important;
  }
  .portal-info .ckeditor .ckeditor_table table {
    width: 100%;
    display: block;
    overflow: scroll !important;
    border: 0px;
  }
}

@media (max-width: 768px) {
  td,
  th {
    width: auto !important;
  }
  .contact-info .image {
    width: 95%;
    margin: 0 auto;
  }
  .contact-info .image #map {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .form .row.captcha .image img.bigCaptcha {
    width: 240px !important;
  }
}

@media (max-width: 525px) {
  .select-filter #year-items,
  .select-filter #month-items {
    width: 91%;
  }
  .select-filter #year-items > .selecter,
  .select-filter #month-items > .selecter {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .collapses .item.active > .desc {
    overflow: auto !important;
  }
  .collapses .item table td {
    width: 150px !important;
  }
}

.table .footable-header th {
  background-color: #32923d !important;
  color: white !important;
}

.table .footable-header th .sort-link {
  color: white !important;
}

.table.assignments-table th {
  background: #3e9e49 !important;
  color: #fff !important;
}

body .kwin-filter table th {
  background: #3E9E49 !important;
}

@media (max-width: 720px) {
  body .kwin-filter table {
    display: block !important;
    overflow: scroll !important;
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  body #wrap #main ul.news_list li div {
    width: 100%;
  }
  body #wrap #main ul.news_list li div div {
    width: 75%;
  }
}

@media (max-width: 430px) {
  .foot.clearfix {
    padding-left: 25px;
  }
}

@media (max-width: 1024px) {
  .foot.clearfix {
    padding-right: 25px;
  }
}

/* Responsive Header */
body {
  min-width: auto !important;
}

.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .header .logo .desc > div {
    font-size: 21px !important;
  }
  .header {
    height: auto !important;
    overflow: visible;
    padding-top: 60px !important;
  }
  .header .search {
    float: left !important;
    height: 183px;
    line-height: 183px;
    width: 40%;
  }
  .header .search button {
    right: -30px !important;
  }
  .mobile {
    display: block;
  }
  .nav,
  .header .head {
    display: none;
  }
  .mobile-header {
    width: 100%;
  }
  .mobile-header .top_menu {
    z-index: 999;
    position: fixed;
    background: #f8cd5e;
    width: 100%;
    height: 60px;
    padding-left: 5%;
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
  }
  .mobile-header .top_menu .logo {
    padding-top: 5px;
    height: 50px;
  }
  .mobile-header .top_menu .logo img {
    height: 100%;
  }
  .mobile-header .top_menu .menu_points {
    width: 45px;
    height: 40px;
    margin-top: 5px;
  }
  .mobile-header .top_menu .menu_points hr {
    border: 0px;
    height: 4px;
    width: 100%;
    background: #5d976d;
    margin-top: 10px;
  }
  .mobile-header .top_menu_icons {
    margin-top: 20px;
    display: flex;
  }
  .mobile-header .top_menu_icons img {
    width: 20px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .mobile-header .top_menu_icons .lang {
    background: #5d976d;
    margin-left: 10px;
    padding: 4px;
    height: 25px;
    position: relative;
    bottom: 4px;
    border-radius: 5px;
  }
  .mobile-header .top_menu_icons .lang a {
    color: white;
    padding: 0 7px;
  }
  .mobile-header .top_menu_login {
    color: #785c51;
    font-size: 17px;
    font-weight: 600;
    line-height: 60px;
  }
  .mobile-header .right_menu {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
  }
  .mobile-header .right_menu_bg {
    width: 58%;
    background: black;
    opacity: 0.5;
  }
  .mobile-header .right_menu_content {
    background: white;
    width: 42%;
    padding-top: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    color: white;
    background: #5d976d;
  }
  .mobile-header .right_menu_content .close_menu {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    margin-left: 85%;
    font-size: 45px;
  }
  .mobile-header .right_menu_content .right_menu_nav > ul > li > a {
    font-size: 17px;
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
    display: flex;
    padding-right: 14%;
    width: 100%;
    justify-content: flex-end;
    text-decoration: underline;
    color: white;
    padding-bottom: 7px;
    border-bottom: 2px solid #f8cd5e;
  }
  .mobile-header .right_menu_content .right_menu_nav > ul > li > ul {
    display: none;
  }
  .mobile-header .right_menu_content .right_menu_nav > ul > li > ul > li {
    text-align: right;
    margin-top: 2px;
    width: 100%;
    margin-left: 0%;
    background: #f8cd5e;
    padding: 5px;
    border: 0px;
  }
  .mobile-header .right_menu_content .right_menu_nav > ul > li > ul > li a {
    color: #5d976d;
    font-weight: 600;
    font-size: 16px;
  }
  .mobile-header .right_menu_content .right_menu_nav .arrow-outer {
    position: relative;
    height: 0px;
  }
  .mobile-header .right_menu_content .right_menu_nav .arrow {
    width: 35px;
    text-align: center;
    font-size: 24px;
    margin-right: 15px;
    position: relative;
    right: -87%;
    bottom: -12px;
    transform: rotate(180deg);
    transition: all 0.3s ease-in;
  }
  .mobile-header .right_menu_content .right_menu_nav .arrow.openned {
    display: block;
    bottom: -11px;
    transform: rotate(270deg);
  }
  .mobile-header .right_menu hr {
    height: 2px;
    border: 0px;
    background: #f8cd5e;
  }
  .mobile-header .right_menu_icons {
    display: none;
  }
  .mobile-header .right_menu_item {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 7px;
    padding-right: 5%;
    width: 100%;
    list-style: none;
  }
  .mobile-header .right_menu_item a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 600;
  }
  .header .wrap {
    min-width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 609px;
    height: auto;
    display: flex;
    margin: 0 auto 20px;
  }
  .header .wrap .logo a {
    width: 109px;
    margin-top: 40px;
  }
  .header .wrap .logo .desc {
    width: 500px;
  }
  .header .wrap .search {
    width: 215px;
    margin: 0 auto 0 20px;
  }
  .header .wrap .search input[type="text"] {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .header .wrap {
    min-width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 609px;
    height: auto;
    display: flex;
    margin: 0 auto;
  }
  .header .wrap .logo a {
    width: 109px;
    margin-top: 40px;
  }
  .header .wrap .logo .desc {
    width: 500px;
  }
  .header .wrap .search {
    width: 450px;
    margin: 0 auto;
    height: auto;
    line-height: normal;
    margin-bottom: 25px;
  }
  .header .wrap .search form {
    width: 100%;
  }
  .header .wrap .search input[type="text"] {
    width: 100%;
    font-size: 15px;
  }
  .header .wrap .search button[type="submit"] {
    position: relative;
    top: -32px;
    left: 420px;
  }
}

@media (max-width: 768px) {
  .mobile-header {
    width: 100%;
  }
  .mobile-header .top_menu {
    z-index: 999;
    position: fixed;
    background: #f8cd5e;
    width: 100%;
    height: 60px;
    padding-left: 5%;
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
  }
  .mobile-header .top_menu .logo {
    padding-top: 5px;
    height: 50px;
  }
  .mobile-header .top_menu .logo img {
    height: 100%;
  }
  .mobile-header .top_menu .menu_points {
    width: 45px;
    height: 40px;
    margin-top: 5px;
  }
  .mobile-header .top_menu .menu_points hr {
    border: 0px;
    height: 4px;
    width: 100%;
    background: #5d976d;
    margin-top: 10px;
  }
  .mobile-header .top_menu_icons {
    margin-top: 22px;
  }
  .mobile-header .top_menu_icons img {
    width: 20px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .mobile-header .top_menu_login {
    color: #785c51;
    font-size: 17px;
    font-weight: 600;
    line-height: 60px;
  }
  .mobile-header .right_menu {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
  }
  .mobile-header .right_menu_bg {
    width: 45%;
    background: black;
    opacity: 0.5;
  }
  .mobile-header .right_menu_content {
    background: white;
    width: 55%;
    height: 100%;
    color: white;
    padding-right: 0px;
    background: #5d976d;
  }
  .mobile-header .right_menu_content .title {
    font-size: 17px;
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
    padding-right: 5%;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .mobile-header .right_menu_content .arrow {
    font-size: 23px;
  }
  .mobile-header .right_menu_content hr {
    height: 2px;
    background: #b7b7b7;
    border: 0px;
    background: #f8cd5e;
  }
  .mobile-header .right_menu_content .dropdown_menu {
    display: none;
    padding-bottom: 20px;
  }
  .mobile-header .right_menu_content .dropdown_menu li {
    text-align: right;
    margin-top: 2px;
    width: 100%;
    margin-left: 0%;
    border: 0px;
    background: #f8cd5e;
  }
  .mobile-header .right_menu_content .dropdown_menu li a {
    color: #5d976d;
    font-weight: 600;
    font-size: 16px;
  }
}

@media (max-width: 675px) {
  .header .wrap .logo {
    display: block;
  }
  .header .wrap .logo a {
    display: block;
    margin: 25px auto 0;
  }
  .header .wrap .logo .desc {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .header .wrap .logo .desc > div {
    display: block;
    margin-bottom: 20px;
    font-size: 18px !important;
  }
  .header .wrap .logo .desc > div h1 {
    font-size: 28px;
  }
  .header .wrap .search {
    width: 450px;
    margin: 0 auto;
    height: auto;
    line-height: normal;
    margin-bottom: 25px;
  }
  .header .wrap .search form {
    width: 100%;
  }
  .header .wrap .search input[type="text"] {
    width: 100%;
    font-size: 15px;
  }
  .header .wrap .search button[type="submit"] {
    position: relative;
    top: -31px;
    left: 91%;
  }
}

@media (max-width: 590px) {
  .mobile-header .top_menu_icons {
    display: none;
  }
  .mobile-header .right_menu_icons {
    display: flex;
    justify-content: flex-end;
    background: #f8cd5e;
    padding: 8px;
  }
  .mobile-header .right_menu_icons img {
    margin-top: 3px;
  }
  .mobile-header .right_menu_icons a {
    color: #5d976d !important;
    font-weight: 600;
    margin-left: 20px;
    line-height: 22px;
  }
  .mobile-header .right_menu_icons .kwinlang {
    margin-left: 20px;
  }
  .mobile-header .right_menu_icons .kwinlang a {
    margin-left: 10px;
  }
}

@media (max-width: 550px) {
  .header .wrap .logo {
    display: block;
  }
  .header .wrap .logo a {
    display: block;
    margin: 25px auto 0;
  }
  .header .wrap .logo .desc {
    width: 95%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .header .wrap .logo .desc > div {
    display: block;
    margin-bottom: 20px;
    font-size: 18px !important;
  }
  .header .wrap .logo .desc > div h1 {
    font-size: 28px;
  }
  .mobile-header {
    width: 100%;
  }
  .mobile-header .right_menu {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
  }
  .mobile-header .right_menu_bg {
    width: 35%;
    background: black;
    opacity: 0.5;
  }
  .mobile-header .right_menu_content {
    background: white;
    width: 65%;
    padding-right: 0%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    color: white;
    background: #5d976d;
  }
  .mobile-header .right_menu_content .title {
    font-size: 17px;
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
    padding-right: 0%;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .mobile-header .right_menu_content .arrow {
    font-size: 23px;
  }
  .mobile-header .right_menu_content hr {
    height: 2px;
    background: #b7b7b7;
    border: 0px;
    background: #f8cd5e;
  }
  .mobile-header .right_menu_content .dropdown_menu {
    display: none;
    padding-bottom: 20px;
  }
  .mobile-header .right_menu_content .dropdown_menu li {
    text-align: right;
    margin-top: 2px;
    width: 100%;
    margin-left: 0%;
    border: 0px;
  }
  .mobile-header .right_menu_content .dropdown_menu li a {
    color: #5d976d;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 480px) {
  .mobile-header {
    width: 100%;
  }
  .mobile-header .right_menu {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: none;
  }
  .mobile-header .right_menu_bg {
    width: 15%;
    background: black;
    opacity: 0.5;
  }
  .mobile-header .right_menu_content {
    background: white;
    width: 85%;
    padding-right: 0px;
    height: 100%;
    color: white;
    background: #5d976d;
  }
  .mobile-header .right_menu_content .title {
    font-size: 17px;
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
    padding-right: 5%;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .mobile-header .right_menu_content .arrow {
    font-size: 23px;
  }
  .mobile-header .right_menu_content hr {
    height: 2px;
    background: #b7b7b7;
    border: 0px;
    background: #f8cd5e;
  }
  .mobile-header .right_menu_content .dropdown_menu {
    display: none;
    padding-bottom: 20px;
  }
  .mobile-header .right_menu_content .dropdown_menu li {
    text-align: right;
    margin-top: 2px;
    width: 100%;
    margin-left: 0%;
    border: 0px;
  }
  .mobile-header .right_menu_content .dropdown_menu li a {
    color: #5d976d;
    font-size: 16px;
    font-weight: 600;
  }
}

/* Responsive carousel */
@media screen and (max-width: 1024px) {
  .content .wrap .clearfix.invalid-hide {
    display: flex;
    width: 85%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .left-content {
    margin: 0 auto;
  }
  .left-content .head-carousel {
    margin-right: 0px;
    order: 1;
    width: 470px;
    margin: 0 auto 40px;
  }
  .right-content {
    float: none;
    order: 2;
    width: 220px;
    margin: 0 auto;
  }
  .head-carousel {
    height: auto;
    position: relative;
    border: 0px solid #E3E3E3;
    border-right: 0;
    display: flex;
    flex-wrap: wrap;
    width: 470px;
  }
  .head-carousel .stage {
    border-top: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    float: none;
    position: relative;
  }
  .head-carousel .navigation {
    width: 100%;
    float: none;
    position: relative;
  }
  .head-carousel .navigation .carousel ul {
    width: 100%;
  }
  .head-carousel .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
  .head-carousel .carousel-stage {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
  }
  .head-carousel .carousel-stage li img {
    width: 99.1%;
    border-radius: 0px;
    height: 280px;
    display: block;
  }
  .head-carousel .carousel-navigation {
    height: 308px;
    background: #FFF;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
  }
  .head-carousel .carousel-navigation:before {
    content: '';
    height: 100%;
    width: 1.5px;
    background: #E6E6E6;
    position: absolute;
    right: 0;
    top: 0;
  }
  .head-carousel .carousel-navigation li {
    cursor: pointer;
    float: none;
    height: 44px;
    line-height: 44px;
    border: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 0;
    padding: 0 14px;
  }
}

@media screen and (max-width: 811px) {
  .left-content .head-carousel {
    order: 2;
    margin-top: 0px;
  }
  .right-content .right-slider {
    order: 1;
  }
}

@media screen and (max-width: 630px) {
  .left-content .head-carousel {
    width: 100%;
    margin: 0px auto 40px;
  }
  .right-content {
    width: 220px;
    margin: 0 auto;
  }
  .head-carousel {
    width: 100%;
  }
  .head-carousel .carousel-stage li img {
    height: auto;
    width: 77vw;
    border-radius: 0px !important;
  }
}

@media screen and (max-width: 500px) {
  .head-carousel .carousel-stage li img {
    height: auto;
    width: 75.9vw;
    border-radius: 0px !important;
  }
}

/* Responsive tabs */
.socicons > a {
  background-color: #F2F2F2 !important;
}

@media screen and (max-width: 1024px) {
  .media {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap .media div:nth-child(2) {
    width: 100% !important;
  }
  .media #yw4 {
    width: 100%;
  }
  .media #tabs {
    width: 100% !important;
  }
  .media {
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
  }
  .media .foot {
    height: auto;
  }
  .media .grid-view {
    padding: 0px;
  }
  .media .ui-tabs-panel {
    padding: 22px 2px 0px 22px;
  }
  .media .last-news.last-news-full .items li, .media .last-news .items li {
    width: 90%;
    padding-left: 26px;
  }
  .calendar .head {
    font-size: 24px;
    line-height: 26px;
    padding: 26px 30px 0;
  }
  .calendar .ui-datepicker-calendar {
    width: 170px;
    margin: 0 auto;
  }
  .calendar .foot a {
    color: #FFF;
    text-decoration: underline;
    margin-left: 8px;
  }
  .calendar-block .calendar-table td:nth-child(2) {
    min-width: 80px;
  }
  .calendar-block {
    overflow: hidden !important;
    display: flex !important;
  }
  .media .last-news li .item .date {
    font-size: 13px;
    font-weight: 300;
    color: #B2B2B2;
    padding-top: 5px;
  }
  .media .last-news li .item .title {
    padding-top: 4px;
    height: 70px;
  }
  .media .last-news li .item .title a {
    font-size: 14px;
    line-height: 1.15;
  }
  .media #tabs-2 div.gallery-content div, .media #yw4 div.gallery-content div, .media #yw1_tab_0 div.gallery-content div {
    flex: 0 0 31%;
    margin: 0 1%;
  }
  .media #yw1 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #pos-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: var(--pos-banner-width);
    height: var(--pos-banner-height);
    min-height: 300px;
    background-image: url(https://pos.gosuslugi.ru/bin/banner/pos-bg-min.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: var(--pos-banner-padding);
    padding-right: var(--pos-banner-padding);
    padding-bottom: 25px;
    box-sizing: border-box;
    background-color: #e3e8ec !important;
    background-size: none !important;
    background-position-x: var(--pos-banner-bg-pos-x);
  }
}

@media (max-width: 900px) {
  .media #tabs-2 div.gallery-content div, .media #yw4 div.gallery-content div, .media #yw1_tab_0 div.gallery-content div {
    flex: 0 0 47%;
    margin: 0 1.5%;
  }
}

@media (max-width: 660px) {
  .media #tabs-2 div.gallery-content div, .media #yw4 div.gallery-content div, .media #yw1_tab_0 div.gallery-content div {
    flex: 0 0 60%;
    margin: 0 20%;
  }
}

@media (max-width: 580px) {
  .media #tabs-2 div.gallery-content div, .media #yw4 div.gallery-content div, .media #yw1_tab_0 div.gallery-content div {
    flex: 0 0 70%;
    margin: 0 15%;
  }
}

@media (max-width: 500px) {
  .media #tabs-2 div.gallery-content div, .media #yw4 div.gallery-content div, .media #yw1_tab_0 div.gallery-content div {
    flex: 0 0 80%;
    margin: 0 10%;
  }
}

@media (max-width: 450px) {
  .media #tabs-2 div.gallery-content div, .media #yw4 div.gallery-content div, .media #yw1_tab_0 div.gallery-content div {
    flex: 0 0 92%;
    margin: 0 4%;
  }
}

@media (max-width: 400px) {
  .media #tabs-2 div.gallery-content div, .media #yw4 div.gallery-content div, .media #yw1_tab_0 div.gallery-content div {
    flex: 0 0 100%;
    margin: 0%;
  }
  .media .ui-tabs-panel {
    padding: 22px 0px 0px 0px;
  }
  div.triangle {
    width: 25px;
  }
}

@media screen and (max-width: 590px) {
  .calendar-block {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .calendar {
    font: none;
    margin: 25px auto;
  }
  .calendar-table {
    margin-left: 0px;
    padding: 5px;
  }
  .calendar-block th {
    font-size: 12px;
    font-weight: 600;
  }
}

@media (max-width: 400px) {
  .media .last-news .pager ul {
    margin-left: 5px !important;
  }
}

@media (max-width: 500px) {
  .media .last-news li .item {
    min-height: 100px;
    height: auto;
    padding-bottom: 15px;
  }
  .media .last-news li .item .title {
    height: auto;
  }
}

@media (max-width: 430px) {
  .media {
    margin-top: 20px;
    width: 100%;
    margin-left: 0%;
  }
  .media .ui-tabs-panel {
    padding: 22px 0px 0px 0px;
  }
  .media .last-news.last-news-full .items li, .media .last-news .items li {
    width: 95%;
    padding-left: 2.5;
  }
}

@media (max-width: 360px) {
  .media .last-news li .item img, .media .last-news li .item .photo {
    width: 80px;
    height: 80px;
  }
}

/* Responsive online services */
@media screen and (max-width: 1024px) {
  .online-service-title {
    margin-left: 10%;
    font-size: 22px;
  }
  .online-service {
    width: 80%;
    margin-left: 10%;
  }
  .online-service ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-left: -8px;
  }
  .servicesIcons {
    width: 60%;
  }
  .online-service li {
    width: 150px;
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .online-service li .item {
    display: block;
    background: #F5F5F5;
    height: 150px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .online-service li .item:hover {
    background: #EEEEEE;
  }
  .online-service .item .txt {
    padding: 3px 20px 0;
    line-height: 17px;
  }
}

@media screen and (max-width: 739px) {
  .online-service-title {
    text-align: center;
    margin-left: 0%;
  }
  .online-service ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-left: -8px;
  }
  .online-service li {
    width: 145px;
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .online-service li .item {
    display: block;
    background: #F5F5F5;
    height: 150px;
    text-decoration: none;
    transition: all 0.2s;
  }
}

@media screen and (max-width: 360px) {
  .online-service-title {
    text-align: center;
  }
  .online-service ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-left: -8px;
  }
  .online-service li {
    margin-top: 10px;
    width: 190px;
    padding-left: 8px;
    padding-bottom: 8px;
    margin: 0 auto;
  }
  .online-service li .item {
    display: block;
    background: #F5F5F5;
    height: 150px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .online-service .item .txt {
    padding: 3px 20px 0;
    line-height: 19px;
  }
}

/* Responsive map */
@media screen and (max-width: 1024px) {
  .map-widget-container, .mt30 {
    width: 60% !important;
  }
  .maps-widgets-header {
    font-size: 22px;
  }
  .map-tag {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .maps-svg .menu {
    background: #3E9E49;
    padding: 20px !important;
    width: 100%;
    float: none;
    min-height: auto;
  }
  .map-tag .map-widget-container, .mt30 {
    width: 470px !important;
    margin: 0 auto;
  }
  .map-tag .tag-widget-container {
    width: 220px;
    margin: 0 auto;
  }
  .maps-svg .menu li {
    float: left;
    width: 50%;
    margin-top: 5px;
  }
  .maps-svg .map {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .maps-svg .svg-popup {
    z-index: 100;
  }
  .maps-svg .map .svg {
    width: 100%;
    background-position: 50% 0%;
  }
}

@media screen and (max-width: 790px) {
  .map-tag .tag-widget-container {
    width: 470px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 630px) {
  .map-tag .map-widget-container, .mt30 {
    width: 100% !important;
    margin: 0 auto;
  }
  .map-tag .tag-widget-container {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 505px) {
  .map-tag .map-widget-container li, .mt30 li {
    width: 100% !important;
    text-align: center;
  }
  .map-tag .map-widget-container .svg, .mt30 .svg {
    height: 100% !important;
  }
  .map-tag .map-widget-container .svg .svg-content, .mt30 .svg .svg-content {
    width: 90% !important;
    height: 100% !important;
    margin: 0 auto;
  }
}

/* Responsive widjets-link */
@media screen and (max-width: 1224px) and (min-width: 1000px) {
  .wigets-link {
    position: relative;
    overflow: hidden;
    width: 830px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .wigets-link {
    position: relative;
    overflow: hidden;
    width: 87%;
    margin-top: 50px;
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 768px) {
  .wigets-link {
    position: relative;
    overflow: hidden;
    width: 88%;
    margin-top: 50px;
    margin-left: 6%;
  }
}

@media screen and (max-width: 500px) and (min-width: 380px) {
  .wigets-link {
    position: relative;
    overflow: hidden;
    width: 88%;
    margin-top: 50px;
    margin-left: 6%;
  }
  .wigets-link .txt {
    width: 140px;
    display: inline-block;
    color: #4A707B;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    margin-top: 4px;
    text-align: center;
  }
}

@media screen and (max-width: 380px) {
  .wigets-link {
    position: relative;
    overflow: hidden;
    width: 88%;
    margin-top: 50px;
    margin-left: 6%;
  }
  .wigets-link .txt {
    width: 140px;
    display: inline-block;
    color: #4A707B;
    font-size: 18px;
    line-height: 17px;
    text-align: left;
    margin-top: 4px;
    text-align: center;
  }
}

@media screen and (max-width: 468px) {
  .wigets-link .image {
    width: 140px;
    height: 140px;
    border: 1px solid #D6DFE2;
    display: block;
    text-align: center;
    line-height: 140px;
    margin: 0 auto;
  }
}

/* Responsive footer */
@media screen and (max-width: 1024px) and (min-width: 450px) {
  .footer {
    margin-top: 20px;
    height: 200px;
    clear: both;
    background: #32923D;
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 20px;
    height: auto;
    clear: both;
    background: #32923D;
    padding-right: 8%;
    padding-bottom: 40px;
  }
  .footer #orphus {
    display: none;
  }
  .footer .wrap {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .wrap .left {
    width: 400px;
    margin-right: 0px;
    order: 1;
  }
  .footer .left .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
  }
  .footer .left .desc p {
    font-size: 15px;
    display: block;
    margin-top: 4px;
  }
  .footer .wrap .right {
    width: 400px;
    float: none;
    position: static;
    padding-top: 0px;
    text-align: left;
    order: 2;
  }
  .footer .right .social .label {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 13px;
    color: white;
    width: 100%;
  }
  .footer .right .social a {
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #3FA24F;
    width: 70px;
    height: 70px;
  }
  .footer .right .social a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 6px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
  }
  .footer .right .social a.social-youtube {
    background-size: 280px;
    background-position: 159px 119px;
  }
  body .footer .right .social a.social-youtube:hover {
    background-position: 159px 119px !important;
  }
  .footer .right .social a.social-fb {
    background-size: 280px;
    background-position: 199px 119px;
  }
  body .footer .right .social a.social-fb:hover {
    background-position: 199px 119px !important;
  }
  .footer .right .social a.social-vk {
    background-size: 320px;
    background-position: -1px 119px;
  }
  body .footer .right .social a.social-vk:hover {
    background-position: -1px 119px !important;
  }
  .footer .right .social a.social-instagram {
    background-size: 280px;
    background-position: 119px 119px;
  }
  body .footer .right .social a.social-instagram:hover {
    background-position: 119px 119px !important;
  }
  .footer .right .social a.social-ok {
    background-size: 320px;
    background-position: -240px 39px;
  }
  body .footer .right .social a.social-ok:hover {
    background-position: -240px 39px !important;
  }
  .footer .right .social a.social-telegram {
    background-size: 320px;
    background-position: -201px 39px;
  }
  body .footer .right .social a.social-telegram:hover {
    background-position: -201px 39px !important;
  }
  .footer .right .social a.social-max {
    background-size: 320px;
    background-position: -280px 39px;
  }
  body .footer .right .social a.social-max:hover {
    background-position: -280px 39px !important;
  }
  .footer .right .social {
    line-height: 32px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
  }
  .footer .right .social a:nth-child(8) img {
    width: 90px !important;
    height: 30px !important;
  }
  .footer .right .link {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
  }
  .footer .right .link a {
    font-weight: 600;
    margin-left: 0px;
    margin-top: 20px;
    width: 175px;
    font-size: 14px;
    text-align: left;
  }
  .footer .right .link a.footer-map:before, .footer .right .link a.footer-feedback:before, .footer .right .link a.footer-support:before, .footer .right .link a.footer-hot:before {
    content: '';
    width: 20px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
  }
}

@media (max-width: 475px) {
  .footer .right .link a {
    font-weight: 600;
    margin-left: 0px;
    margin-top: 20px;
    margin: 0;
    margin-bottom: 10px;
    width: 150px;
    height: 20px;
    font-size: 13px;
    text-align: left;
  }
}

@media (max-width: 450px) {
  .footer .wrap {
    padding: 0 10px;
  }
  .footer .right .link {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
  }
  .footer .right .link a {
    font-weight: 600;
    margin-left: 0px;
    margin-top: 20px;
    margin: 0;
    margin-bottom: 10px;
    width: 140px;
    height: 20px;
    font-size: 12px;
    text-align: left;
  }
  .footer .right .link a::before {
    width: 15px;
    height: 12px;
    top: 0px;
  }
}

@media (max-width: 365px) {
  .footer .right .link {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .right .link a {
    font-weight: 600;
    margin-left: 0px;
    margin-top: 20px;
    margin: 0;
    margin-bottom: 10px;
    height: 20px;
    width: 100%;
    font-size: 13px;
    text-align: left;
  }
}

/* responsive bradcrumb */
@media screen and (max-width: 1024px) {
  .breadcrumb .wrap {
    min-width: auto;
    max-width: auto;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .breadcrumb .wrap .breadcrumbs {
    font-size: 15px;
  }
}

@media screen and (max-width: 780px) {
  .breadcrumb .wrap {
    min-width: auto;
    max-width: auto;
    width: 95%;
    margin: 0 auto;
  }
}

/* Responsive right-content */
@media (max-width: 1024px) {
  .content .wrap {
    width: 95%;
  }
  .content .wrap .right-content {
    width: 100%;
  }
  .content .wrap .right-content .right-menu {
    width: 100%;
  }
  .content .wrap .left-content {
    overflow: hidden;
    padding: 0 10px;
  }
  .content .wrap .left-content.resizable {
    overflow: visible !important;
  }
  .content > .wrap > h2:first-child {
    font-size: 27px;
  }
  .content .wrap .clearfix .right-content .right-slider {
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {
  .content .wrap .left-content .ckeditor p img {
    margin-left: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 550px) {
  .content .wrap {
    width: 98%;
  }
  .content > .wrap > h2:first-child {
    font-size: 25px;
    text-align: center;
  }
}

/* responsive footer social links */
@media screen and (max-width: 1124px) {
  .content .wrap .fr {
    float: left;
    margin-bottom: 20px;
  }
  .content .wrap .page-date {
    height: auto;
  }
  .share42init {
    width: 100%;
  }
  .content .wrap .fr {
    margin-top: 0px !important;
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 600px) {
  .content .wrap .fr {
    float: left;
    margin-bottom: 20px;
  }
}
#share42 span:first-child {
  font-size: 16px;
  top:-10px;
  width: 100%;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 500px) {
  #share42 span:first-child {
    font-size: 16px;
    top:4px;
    position: relative;
    margin-bottom:5px;
    width: 100%;
  }
  #share42 {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px) {
  .content .wrap .fr {
    float: left;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 330px) {
  .content .wrap .fr {
    float: left;
    margin-bottom: 20px;
  }
}

.table th {
  border: 0px ;
  background: none ;
  color: black ;
  font-weight: 600 ;
}

@media screen and (max-width: 1024px) {
  .content .wrap {
    width: 95%;
    margin: 0 auto;
    min-width: auto;
    max-width: auto;
  }
  .content .wrap .clearfix .left-content {
    margin-top: 25px;
    width: 100%;
  }
  .content .wrap .clearfix .left-content .left {
    float: none;
    width: 100%;
  }
  .content .wrap .clearfix .left-content .right {
    float: none;
    margin-left: 0;
    margin-top: 25px;
  }
  .content .wrap .clearfix .right-content {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .content .wrap .clearfix .left-content .left .collapsed li {
    margin-top: 10px;
  }
  .content .wrap .clearfix .left-content .right #search-form {
    display: flex;
    justify-content: space-between;
  }
  .content .wrap .clearfix .left-content .right #search-form .input {
    margin-right: 0px;
    width: 63%;
    order: 1;
  }
  .content .wrap .clearfix .left-content .right #search-form button {
    width: 35%;
    order: 2;
  }
}

@media screen and (max-width: 480px) {
  .content .wrap .clearfix .right-content .right-menu a {
    line-height: normal;
  }
  .content .wrap .clearfix .left-content .left .collapsed li {
    margin-top: 15px;
  }
  .content .wrap .clearfix .left-content .right #search-form {
    display: flex;
    justify-content: space-between;
  }
  .content .wrap .clearfix .left-content .right #search-form .input {
    margin-right: 0px;
    width: 63%;
    order: 1;
  }
  .content .wrap .clearfix .left-content .right #search-form button {
    width: 35%;
    order: 2;
  }
}

@media screen and (max-width: 380px) {
  .content .wrap .clearfix .left-content .left .collapsed li {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .content .wrap .left-content {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  td {
    border: 2px solid #ddd !important;
  }
  thead th {
    background: #3E9E49 !important;
  }
  thead th a {
    color: white !important;
    font-weight: 400 !important;
  }
}

@media (max-width: 480px) {
  td {
    border: 2px solid #ddd !important;
  }
  thead th {
    background: #3E9E49 !important;
  }
  thead th a {
    color: white !important;
    font-weight: 400 !important;
  }
}

@media (max-width: 380px) {
  td {
    border: 2px solid #ddd !important;
  }
  thead th {
    background: #3E9E49 !important;
  }
  thead th a {
    color: white !important;
    font-weight: 400 !important;
  }
}

@media screen and (max-width: 1024px) {
  .collapses .item {
    margin-top: 15px;
  }
  body .map-tag .map-widget-container, .collapses.mt30 {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .left-content > h2:first-child {
    font-size: 27px;
  }
}

@media (max-width: 725px) {
  .fancybox-wrap {
    width: 90% !important;
    margin-bottom: 50px !important;
  }
  .fancybox-inner {
    height: auto !important;
    width: 100% !important;
  }
  .feedback-modal {
    width: 100% !important;
  }
  .feedback-modal .body .feedback-type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .feedback-modal .body .feedback-type a {
    display: block;
    width: 45%;
    padding: 5px;
    margin-top: 10px;
  }
  .feedback-modal .body .feedback_form .input-group.row.clearfix {
    display: flex;
    flex-wrap: wrap;
  }
  .feedback-modal .body .feedback_form .input-group.row.clearfix .row {
    width: 100% !important;
  }
  .feedback-modal .body .feedback_form .row.captcha {
    display: flex;
    flex-wrap: wrap;
  }
  .feedback-modal .body .feedback_form .row.captcha .image {
    margin-bottom: 15px;
  }
}

@media (max-width: 490px) {
  #status-form {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  #search-form .horisontal-row {
    display: flex;
    flex-wrap: wrap;
  }
  #search-form .horisontal-row button[type=submit] {
    margin-top: 15px;
  }
}

@media (max-width: 830px) {
  .appeal-form {
    width: 100%;
  }
  .appeal-form li {
    width: 100%;
  }
  .appeal-form li input {
    width: 100% !important;
  }
  .appeal-form .row.captcha {
    display: flex;
    flex-wrap: wrap !important;
  }
  .contact-info.type2 {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 1024px) {
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-list li {
    width: 170px;
    margin: 7px auto !important;
  }
}

@media (max-width: 1024px) {
  .content .wrap .video-list {
    margin-left: 0%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .wrap .video-list li {
    width: 225px;
    margin: 20px auto !important;
  }
  .content .wrap .video-list li .desc {
    font-size: 16px;
    height: 40px;
  }
  .content .wrap .video-list li img {
    height: 140px !important;
  }
  .content .wrap .video-list li .date {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  ul.news_list li > div {
    display: block !important;
    margin-top: 3px !important;
  }
}

@media (max-width: 545px) {
  .grid-search .search-max .row input[type="text"],
  .grid-search .search-max .row select {
    width: 100% !important;
  }
  .selecter-selected {
    margin-left: 0px !important;
  }
  .horisontal-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    vertical-align: middle;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  body .media .last-news .pager ul {
    margin-left: 0px !important;
  }
}

@media (max-width: 470px) {
  ul.news_list li > div > img:first-child {
    float: none;
    margin-right: 100%;
  }
  ul.news_list li > div > img:first-child ~ * {
    margin-left: 0%;
  }
  ul.news_list li img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .content .wrap .clearfix .list-links li {
    margin-top: 25px;
  }
  .content .wrap .clearfix .list-links li .left {
    float: none;
  }
  .content .wrap .clearfix .list-links li .right {
    margin-left: 0px;
  }
  .content .wrap .clearfix .list-links li .right h3 {
    padding: 10px 0 0;
  }
  .content .wrap .clearfix .list-links li .right .list-links li {
    margin-top: 5px;
  }
  .content .wrap .clearfix .list-links li .right .collapses {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  html body .media .last-news .pager ul {
    display: flex;
    flex-wrap: wrap;
    width: 95% !important;
    margin: 5px auto !important;
  }
  html body .media .last-news .pager ul li {
    margin-top: 10px;
  }
  html body .media .last-news .pager ul .page {
    order: 5;
    margin-right: 5px;
  }
  html body .media .last-news .pager ul .first {
    order: 1;
  }
  html body .media .last-news .pager ul .previous {
    order: 2;
  }
  html body .media .last-news .pager ul .next {
    order: 3;
  }
  html body .media .last-news .pager ul .last {
    order: 4;
  }
  body .media .last-news ul {
    margin-left: 0px !important;
  }
}

@media (max-width: 625px) {
  .pager ul .first, .pager ul .previous, .pager ul .next, .pager ul .last {
    width: 25%;
  }
}

@media (max-width: 620px) {
  .pager ul .first, .pager ul .previous, .pager ul .next, .pager ul .last {
    width: 33%;
  }
}

@media (max-width: 475px) {
  .pager ul .first, .pager ul .previous, .pager ul .next, .pager ul .last {
    width: 50%;
  }
}
/*# sourceMappingURL=responsive.css.map */