@media (max-width: 460px) {
  html, body {
    min-width: 320px !important;
    width: 100% !important;
  }

  #wrap {
    width: 100% ;
  }

  section {
    width: 100% !important;
  } 

  .mobile-menu {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 10000;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .mobile-menu > li {
    border-bottom: 1px solid #CCD7DC;
    min-height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    color: #3B4256;
    font-weight: bold;    
  }

  .mobile-menu > li > a {
    font-size: 14px;
    color: #3B4256;
    font-weight: bold;    
    text-decoration: none;
    position: relative;
    display: block;
  }

  .mobile-menu > li > span {
    display: block;
    position: relative;
  }

  .mobile-menu > li > span:after, .mobile-menu > li.has_subitems > a:after {
    content: url('/images/menu-arrow.svg');
    width: 10px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    transform: rotate(180deg);
  }

  .mobile-menu > li > span.opened:after, .mobile-menu > li.has_subitems > a.opened:after {
    transform: rotate(0deg);
  }

  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
  }

  .mobile-menu ul li {
    line-height: 1.5;
  }

  .mobile-menu ul li a {
    font-size: 12px;
    color: #434C4E;
    text-decoration: none;
  }

  .mobile-menu ul li:last-child {
    margin-bottom: 10px;
  }

  .top-check-addr {
    display: none;
  }

  .check-addr-lnk {
    display: none;
    color: #434C4E;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    line-height: 1.2;
    display: block;
    box-sizing: border-box;
    padding: 0px 10px 10px 10px;
    text-decoration: none;
    position: relative;
  }

  .check-addr-lnk span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }

  .check-addr-lnk:after {
    content: url('/images/arrow.svg');
    display: block;
    width: 9px;
    position: absolute;
    top: 7px;
    right: 10px;
  }

  .teaser-lnk {
    font-size: 15px;
    height: 145px;
    padding-top: 0;
  }

  #teaser-img {
    width: 160px;
  }
 
  .cb {
    display: none;
  }

  .mobile-header {
    display: block !important;
    height: 43px;
    width: 100%;
    background: url('/images/logo.svg') no-repeat 9px 9px #E4007E;
    background-size: 34px 27px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    padding: 10px 10px 10px 65px;
  }

  .mobile-header a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: block;
  }

  .mobile-menu-lnk {
    width: 25px;
    height: 16px;
    background: url('/images/menu.svg') no-repeat;
    display: inline-block !important;
  }

  .mobile-menu-lnk.cross {
    background: url('/images/cross.svg') no-repeat 3px top;
    height: 17px;
  }

  .lk-lnk {
    display: inline-block !important;
    margin-right: 20px !important;
  }

  #index-slider {
    margin-bottom: 7px;
  }

  #index-slider, #index-slider ul, #index-slider li {
    width: 100%;
    height: 203px;
  }  

  #index-slider li img {
    width: 100%;
    height: auto;
  }  

  .index-aside {
    width: 100%;
  }

  #right-tiles li, #right-tiles a {
    width: 45%;
    height: 145px;
  }

  #right-tiles img {
    margin-top: 0px;
  }

  .supercol {
    width: calc(33.3333% - 6.66666px);
    overflow: hidden;
  }

  .supercol:first-child {
    margin-right: 10px;
  }

  .supercol:last-child {
    margin-left: 10px;
  }

  .superwrap.small {
    width: 100%;
  }

  .superwrap.big {
    width: 100%;
  }

  #newsline {
    width: 100%;
  }

  #newsline .normal-nav, #newsline .trouble-nav {
    top: 30px;
  }

  #newsline li dt a {
    font-size: 14px;
  }

  .headnews a span {
    font-size: 14px;
  }

  .changer {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .superwrap.small .front, .superwrap.small .back, .superwrap.big .front, .superwrap.big .back {
    width: 100%;
  }

  .superwrap.small p {
    width: 100%;
    font-size: 12px;
  }

  .superwrap.big p {
    width: 100%;
    font-size: 12px;
  }

  li.css3 >div a:after {
    display: none;
  }

  .box {
    width: 100%;
  }

  .headnews a {
    width: calc(50% - 5.5px);
  }

  #newsline li, #newsline ul {
    width: 100% !important;
  }

  #main-page-txt {
    display: none;
  }

  .animation_container {
    display: none;
  }

  .ue-tab-container {
    display: none;
  }

  footer {
    display: none !important;
  }

  #wrap:after {
    height: 10px;
  }

  .mobile-footer {
    display: block !important;
    width: 100%;
    background: #CCD7DC;
    position: relative;
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
  }

  .mobile-footer-contacts {
    font-size: 12px;
    color: #434C4E;
    line-height: 1.2;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .mobile-footer-contacts:before {
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
  }

  .mobile-footer-contacts:nth-child(1):before {
    content: url('/images/phone.svg');
  }

  .mobile-footer-contacts:nth-child(2):before {
    content: url('/images/support.svg');
  }

  .mobile-footer-contacts:nth-child(3):before {
    content: url('/images/envelope.svg');
  }

  .mobile-footer-contacts a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #434C4E;
    display: block;
  }

  #mobile-bottom-menu {
    background: #CCD7DC;
    height: 100%;
    position: relative;
    top: 0;
  }

  #mobile-bottom-menu > li {
    border-bottom: 1px solid #ffffff;
  }

  .footer-mobile-social {
    text-align: center;
    margin-top: 20px;
  }

  .footer-mobile-copyright {
    text-align: center;
    font-size: 12px;
    color: #434C4E;
    padding: 10px 0;
  }

  aside {
    display: none !important;
  }

  #content-i {
    width: 100% !important;
  }

  .form-tp-send {
    display: none;
  }

  .contacts-header h2, .contacts-header h3 {
    font-size: 14px;
  }

  .contacts-header h2, .contacts-header h3 {
    font-size: 14px;
  }

  .contacts-name {
    font-size: 18px;
  }

  .contacts-secretary .contacts-name {
    margin-right: 10px;
  }

  .secretary-contacts-wrapper {
    margin-left: 0;
  }

  .contacts-email, .contacts-phone, .contacts-fax {
    font-size: 14px;
  }

  .contacts-panel {
    background: url(/img/icons/quality.svg) no-repeat 26px 24px #F2F2F2;
    background-size: 40px auto;
  }

  .contacts-panel-header {
    min-height: 204px;
    height: 100%;
  }

  .contacts-panel-title {
    font-size: 16px;
    margin-left: 45px;
    width: 145px;
  }

  .contacts-panel .contacts-phone {
    margin-left: 5px;
  }

  .contacts-panel-text {
    margin-left: 10px;
    font-size: 14px;
  }

  .contacts-order-btn {
    margin: 20px 0 0 8px;
  }

  .contacts-panel-body {
    font-size: 14px;
    padding: 10px 25px;
  }

  .contacts-panel.support-panel {
    background: url('/img/icons/support.svg') no-repeat 26px 24px #F2F2F2;
    background-size: 40px auto;
  }

  .contacts-panel.support-panel .contacts-panel-title {
    width: 180px;
    margin-left: 55px;
  }

  .contacts-table th div {
    font-size: 14px;
  }

  .contacts-table td {
    font-size: 14px;
    padding: 10px;
  }

  .h1-wrapper {
    display: none;
  }

  header {
    margin-bottom: 0;
  }

  .menu-lnk-header {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    text-decoration: none;
    color: #ffffff; 
    background: url('/images/left-arrow.svg') no-repeat #88B837 15px center;
    background-size: 11px auto;  
  }

  #mobile-left-menu {
    top: 0px;
    display: block;
    min-height: 1500px;
    background: #3B4256;
    display: none;
  }

  #mobile-left-menu ul {
    background: #2C3342;
  }

  #mobile-left-menu li.active {
    background: #2C3342;
  }  

  #mobile-left-menu > li > a, #mobile-left-menu > li > span {
    color: #ffffff;
  }

  #mobile-left-menu > li {
    border-bottom: none;
  }

  #mobile-left-menu ul li a {
    color: #ffffff;
  }

  #mobile-left-menu ul li {
    padding-left: 20px;
  }

  #mobile-left-menu ul li:last-child {
    padding-bottom: 10px;
  }

  #mobile-left-menu > li > span:after, .mobile-menu > li.has_subitems > a:after {
    content: url('/images/white-arrow.svg');
  }

  .profiles-services {
    margin-top: 10px;
    width: 100%;
    font-size: 10px;
    padding: 0 10px;
  }

  .profiles-services > div p {
    padding-top: 7px;
  }

  .profiles-services > div {
    background-size: 40px !important;
    padding-left: 42px;
  }

  .profiles-districs, .profiles-cheef, .profiles-proxy, .profiles-steps, .profiles-leave-order, .profiles-reviews, .profiles-map {
    width: 100%;
  }

  .profiles-districs {
    margin-top: 15px;
  }

  .profiles-districs > div:nth-child(2) {
    max-width: 499px;
    width: 100%;
  }

  .profiles-cheef {
    height: 225px;
  }

  .profiles-cheef .photo {
    width: 130px;
    height: 130px;
  }

  .profiles-cheef .photo .circle {
    width: 100px;
    height: 100px;
    margin-top: 10px;
  }

  .profiles-cheef .about {
    height: 150px;
    width: 200px;
  }

  .profiles-cheef-about-wrap {
    width: 100%;
    height: 120px;
  }

  .profiles-cheef-about-wrap2 {
    padding-top: 10px;
    width: 150px;
  }

  .profiles-cheef .cheef-name {
    font-size: 15px;
  }

  .cheef-stars-wrapper {
    padding-top: 54px;
    width: 38px;
    height: 36px;
  }

  .profiles-cheef .cheef-stars {
    display: none;
  }

  .profiles-cheef .cheef-star {
    width: 10px;
  }

  .profiles-cheef .cheef-buttons {
    margin-left: 0px;
    margin-top: 70px;
  }

  .profiles-cheef .cheef-buttons .cheef-reviews, .profiles-cheef .cheef-buttons .cheef-appeals {
    width: 45px;
    font-size: 10px;
    height: 30px !important;
  }

  .profiles-cheef .cheef-buttons .send-appeal {
    width: 100px;
    font-size: 10px;
    height: 36px;
    line-height: 36px;
  }

  .profiles-cheef .cheef-send-sms {
    margin-top: 20px;
    overflow: hidden;
    width: 37px;
    margin: 0;
    height: 50px;
  }

  .profiles-cheef .cheef-send-sms a {
    width: 0px;
    font-size: 10px;
    background-color: transparent;
  }

  .profiles-steps-headers div {
    font-size: 14px;
  }

  .profiles-steps-headers div:nth-child(1) {
    width: 150px;
    margin-right: 0;
    display: none;
  }

  .profiles-steps-headers div:nth-child(2) {
    width: 100%;
  }

  .profiles-steps .step-connect {
    width: 150px;
    display: none;
  }

  .profiles-steps .step-return {
    width: 100%;
  }

  .profiles-leave-order {
    padding-left: 10px;
    background: none;
    background-size: 40px;
    font-size: 14px;
  }

  .profiles-leave-order a {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    top: 35px;
    right: 20px;
  }

  .profiles-reviews .reviews-title {
    margin-left: -82.5px;
    left: 50%;
  }

  .profiles-reviews .review .photo {
    width: 111px;
  }

  .profiles-reviews .review .review-body {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profiles-reviews .review .review-body .review-stars {
    width: 100%;
  }

  .profiles-reviews .show-all-reviews {
    left: 50%;
    margin-left: -100px;
  }

  .profiles-map {
    min-height: 500px;
    height: auto;
    padding-bottom: 10px;
  }

  .profiles-map .district-contacts {
    width: 90%;
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto 20px auto;
  }

  .profiles-proxy .photo {
    display: none;
  }


  .modal-content {
    min-width: 90%;
  }

  .modal-footer form div:nth-child(1) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-footer button {
    margin-left: auto;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .newsline-wrapper aside {
    display: block !important;
    float: left;
    width: 105px;
  }

  .newsline-wrapper {
    width: 100%;
  }

  .newsline-wrapper #content-i {
    width: calc(100% - 105px) !important;
  }

  .lst-newsline dd {
    display: none;
  }

  .news-head {
  }

  .news-head a {
    padding: 5px 10px;
    font-size: 21px;
  }

  .news-head a.active {
    font-size: 21px;
  }

  .news-head a.active:after {
    bottom: -39px;
  }

  .social-likes-wrapper {
    margin-left: 7px;
  }

  .full-width-support, .full-width-topmenu {
    display: none;
  }

  .profiles-cheef .cheef-call-time {
    width: 90px;
    left: -110px;
  }

  .profiles-cheef .cheef-call-time:before {
    left: auto;
    right: -18px;
    top: 12px;
    transform: rotate(90deg);
  }  
}