@media (max-width: 1100px) {
  .top .work {
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .wrapper {
    padding-top: 75px;
  }
  .content-wrap {
    border-radius: 10px;
  }
  .index-block {
    border-radius: 10px;
  }
  .mobile {
    display: block;
  }
  .mobile .overlay {
    display: none;
  }
  .header.is-opened .mobile .overlay {
    display: block;
  }
  .top {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .header-dop {
    display: none;
  }
  .mobile .head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00ab00;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ab00), to(#008400));
    background: -o-linear-gradient(top, #00ab00 0%, #008400 100%);
    background: linear-gradient(to bottom, #00ab00 0%, #008400 100%);
    padding: 7px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.is-opened .mobile .head {
    background: #00ab00;
    -webkit-box-shadow: 0 0 5px #00000057;
    box-shadow: 0 0 5px #00000057;
  }
  .mobile .head img {
    vertical-align: middle;
  }
  .mobile .head .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-right: auto;
    margin-left: 15px;
  }
  .mobile .head .toggle span:first-child {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(/images/menu-toggle.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
  }
  .header.is-opened .head .toggle span:first-child{
    background-image: url(/images/cancel.svg);
    background-size: 75%;
  }
  .mobile .head .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #009f00;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #ffffff7d;
    border-radius: 3px;
    font-size: 14px;
  }
  .mobile .head .time img {
    width: 16px;
    margin-right: 7px;
  }
  /*.mobile .head .phone {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
  }*/
  /**/
  .mobile .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #00ab00;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ab00), to(#008400));
    background: -o-linear-gradient(top, #00ab00 0%, #008400 100%);
    background: linear-gradient(to bottom, #00ab00 0%, #008400 100%);
    z-index: 1000;
  }
  .mobile .overlay .dialog {
    z-index: 102;
  }
  .mobile .dialog {
    padding: 50px 20px 50px;
  }
  .mobile .social {
    color: #fff;
    padding: 9px 0 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background: #009700;
    -webkit-box-shadow: 0 0 5px #00000057;
    box-shadow: 0 0 5px #00000057;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mobile .social div {
    margin-right: 20px;
  }
  .mobile .social a {
    height: auto;
    margin: 0 7px;
  }
  .mobile .social img {
    width: 26px;
    vertical-align: middle;
  }
  .mobile .title {

    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    margin: 0 -20px;
    padding: 10px 20px;
    box-shadow: 0 0 6px #00000030;
    margin-bottom: 10px;
  }
  /*.mobile .title:after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #dddddd54;
    margin-left: 10px;
  }*/
  .mobile .nav {
    margin-bottom: 10px;
  }
  .mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile ul li {
    position: relative;
    border-bottom: 1px solid #00000014;
    -webkit-box-shadow: 0 1px 0 #ffffff29;
    box-shadow: 0 1px 0 #ffffff29;
    margin: 0;
  }
  .mobile ul li:last-child {
    border-bottom: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .mobile ul li a {
    font-size: 16px;
    color: #ffffffde;
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }
  .mobile ul li[has-children] .arrow {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 16px;
  }
  .mobile ul li[has-children] .arrow:after {
    content: "";
	display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(
            -45deg
    );
    -ms-transform: rotate(
            -45deg
    );
    transform: rotate(
            -45deg
    );
  }
  .mobile ul li[has-children].is-opened .arrow:after{
	  
    transform: rotate( 
45deg );
  }
  .mobile ul li[has-children] ul {
    display: none;
  }
  .mobile ul li[has-children].is-opened ul {
    display: block;
    padding: 0px 0px 0px 20px;
    margin: 15px 0 5px 0;
    /**/
    display: block;
    box-shadow: inset 0 2px 6px -2px #00000024;
    background: #00000014;
    padding: 8px 20px;
    margin: 0 -20px;
  }
  .mobile .translate-mobile {
    text-align: center;
    padding: 25px 0 20px;
  }
  .mobile .translate-mobile a {
    margin: 0 5px;
  }
  /**************/
  .sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .sidebar .menu {
    display: none;
  }
  .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
  }
  .weather {
    display: none;
  }
  .bottom {
    display: none;
  }
  .footer {
    padding-top: 20px;
  }
  .footer .copy {
    display: block;
  }
  /**/
  .table-container {
    overflow: auto;
  }
  .table-container table {
    min-width: 500px;
    min-width: 100%;
  }
  .commets-wrapper {
    margin: 0;
  }
  /**/
  .news-item {
    padding: 20px 0;
  }
  .news-item a{
    text-decoration: none;
  }
  /**/
  .goals-block ul {
    padding: 0;
  }
  .goals-block span.number {
    width: 25px;
    height: 25px;
    line-height: 30px;
    font-size: 17px;
    top: 0;
  }
  .goals-block td p:first-child {
    margin-top: 0;
  }
  /**/
  .modal.mod-worktime .row{
    margin: 12px;
    font-size: 16px;
  }
  .mobile-worktime-link{
    background-image: url(/images/icon-link-arrow.svg) !important;
    display: block;
    background-color: #d2f6dc;
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 15px 20px;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  /**/
  .index-block h2 {
    text-align: left;
    line-height: 26px;
    font-size: 22px;
    text-transform: unset;
    margin-bottom: 10px;
  }
  .banners-block{
    text-align: center;
  }
  .sidebar-banners{
    text-align: center;
  }
  .creation .hide{
    padding: 0;
  }
  
  .mobile .other-park  a{
 text-align: center;
				margin-bottom: 20px;
				color: #fff;
				font-size: 15px;
				text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile .other-park  a svg{
		margin-left: 8px;
}
}
@media (max-width: 600px) {
  .index-news-image {
    width: 140px;
  }
  .index-news-description {
    width: calc(100% - 140px);
  }
  .search-bar__ico {
    display: none;
  }
  .search-bar__query {
    width: calc(100% - 107px);
  }

  /**/
  /*.index-links td{
    display: block;
  }
  .index-links td img{
    width: 100% !important;
    height: auto !important;
  }*/
}
@media (max-width: 450px) {
  .news-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-news-image {
    width: 100%;
    margin-bottom: 20px;
    /**/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00000003;
    border-radius: 5px;
    overflow: hidden;
    max-height: 200px;
  }
  .index-news-image a{
    height: 100%;
  }
  .index-news-image img {
     max-height: 100%;
    border-radius: 5px;
   }
  .index-news-description {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 410px) {
  .mobile .head .time {
    font-size: 13px;
  }
  .mobile .head .time img {
    display: none;
  }
  .mobile .head .toggle span {
    display: none;
  }
  .mobile .social div {
    display: none;
  }
}