@media (max-width: 1024px) {
  .bg_404 {
      width: 100%;
  }
}
@media (max-width: 768px) {
  .mobile-hdn {
    display: none !important;
  }
  #wrapper {
    margin: 0;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;
    width: 100%; 
    min-height: auto;
  }
  #middle {
    overflow: hidden;
  }
  img {
    max-width: 100%;
  }
  /*----- Header -----*/
  .header {
    padding: 10px;
    align-items: flex-end;
  }
  .header__btn {
    min-width: 94px;
  }
  .header__logo {
    height: 30px;
  }
  .header__logo-mbfwr {
    padding-top: 10px;
    margin-left: 5px;
  }
  .menu-btn {
    width: 30px;
    height: 20px;
  }
  .menu-btn:before,
  .menu-btn:after,
  .menu-btn .middle-line {
    width: 30px;
    height: 3px;
  }
  .menu-btn .middle-line {
    top: 8px;
  }
  .menu-btn .close-note {
    display: none;
  }
  body.nav-active .menu-btn:before {
    top: 8.5px;
  }
  body.nav-active .menu-btn:after {
    bottom: 8.5px;
  }
  .salon-finder {
    font-size: 28px;
    min-width: 30px;
    text-align: right;
  }
  .header__controls.desktop-hdn {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    flex-direction: row;
    min-width: 58px;
  }
  .header-call__icon {
    font-size: 25px;
    color: #000000;
  }
  .header-call__icon .fa {
    vertical-align: bottom;
  }
  .header-call__icon+.header-call__icon {
    margin-left: 15px;
  }
  .salon-finder__text {
    display: none;
  }
  .main-menu__inner {
    justify-content: flex-start;
  }
  #wrap_main_menu #main_menu ul li{
    text-align: center;
    margin: 10px 0;
  }
  #wrap_main_menu #main_menu ul li a,
  #wrap_main_menu #main_menu ul li span{
    font-size: 24px !important;
  }
  #wrap_main_menu #main_menu ul li.active {
     margin-top: 0px;
  }
  #wrap_main_menu #main_menu ul li.active .root-item-selected {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #wrap_main_menu #main_menu ul li.item-selected span,
  #wrap_main_menu #main_menu ul li.active span,
  #wrap_main_menu #main_menu ul li.active span a {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  /*submenu*/
  #wrap_main_menu #main_menu ul li ul li > * {
    font-size: 20px !important;
  }
  #wrap_main_menu #main_menu ul li.active ul li span,
  #wrap_main_menu #main_menu ul li.active ul li a{
    font-size: 20px !important;
  }
  #wrap_main_menu #main_menu ul li.active ul li.item-selected a,
  #wrap_main_menu #main_menu ul li.active ul li.item-selected span,
  #wrap_main_menu #main_menu ul li ul li.item-selected span {
    border-bottom: 1px solid #ffffff;
  }
  .main-menu__btns {
    margin: 20px 0;
  }
  .main-menu__btn {
    display: block;
    max-width: 225px;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 16px;
  }
  .main-menu__btn + .main-menu__btn {
    margin: 10px 0 0 0;
  }
  .main-menu__job {
    margin: 0;
    flex-direction: column;
  }
  .job + .job{
    margin: 10px 0 0 0;
  }
  .job-number{
    font-size: 14px;
  }
  .sign{
    font-size: 12px;
  }
  .job-list .list-item{
    font-size: 12px;
    margin-bottom: 3px;
  }
  /* middle */
  .breadcrumbs {
    margin: 0 0 15px 0 !important;
  }
  .responsive-table {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .responsive-table-wrap {
    position: relative;
  }
  .responsive-table-wrap:after {
    content: '';
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }
  .responsive-table table {
    width: 100%;
  }
  .responsive-table table td {
    padding-right: 15px;
  }
  .responsive-table table td.head {
    white-space: nowrap;
  }
  .phone {
    display: flex;
    flex-direction: column;
  }
  .phone a {
    white-space: nowrap;
  }
  /*----- Footer -----*/
  .footer {
    padding: 20px 10px;
    margin-top: 20px;
  }
  .footer__inner {
    width: 100%;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .footer__inner .vcard {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 12px;
  }
  .footer .main_adress {
    float: none;
    display: inline-block;
  }
  #footer_menu {
    margin-right: 0;
    text-align: center;
  }
  #footer_menu ul {
    width: 100%;
  }
  #footer_menu ul li{
    margin-bottom: 13px;
    white-space: nowrap;
  }
  #footer_menu ul li a{
    color: #454545;
    text-decoration: none;
  }
  a.link_gray{
    color: #454545;
    border-bottom: 2px solid #d0d0d0;
    text-decoration: none;
    line-height: 18px;
  }
  a.link_gray.itech{
    line-height: 35px;
  }
  a.link_gray:hover{
    border: 0 none;
  }
  .footer .icons img{
    margin-left: 5px;
  }
  .social_block {
    text-align: center;
  }
  .social_block .icons a .fa {
    font-size: 32px;
  }
  .social_block .icons .app_store {
    border-radius: 5px;
    padding: 5px 10px 5px 11px;
  }
  .social_block .icons .app_store span {
      margin-left: 9px;
      font-size: 16px;
      line-height: 32px;
  }
  .social_block .icons a+a {
    margin-left: 15px;
  }
  /* content */
  .content-wrapper {
    display: none;
  }
  .main-slider__slide {
    background-position: 20% 50%;
  }
  .main-slider__slide a {
    display: flex;
    align-items: center;
  }
  .main-slider__img-desktop {
    display: none;
  }
  .main-slider__img-mobile {
    display: block;
  }
  .main-slider__text {
    color: #ffffff;
    font-size: 22px;
  }
  .main-slider .slick-dots {
    right: 10px;
    left: 10px;
    top: auto;
    bottom: 20px;
    text-align: center;
  }
  .main_news_v2 > .very_new {
    width: 100%;
    margin-right: 0;
  }
  .very_new {
    display: flex;
    align-items: center;
  }
  .very_new a {
    width: 100px;
    flex-shrink: 0;
    height: auto;
    margin-right: 10px;
  }
  .very_new_img {
    width: 100% !important;
    height: auto;
    margin: 0;
  }
  .very_new p {
    width: auto;
  }
  .main_bottom {
    float: none;
    width: 100%;
    text-align: center;
  }
  .main_bottom div {
    width: 100% !important;
  }
  .main_bottom div img {
    width: 100% !important;
  }
  .salons-table .head {
    white-space: nowrap;
  }
  .salons-table .col-address {
    padding-right: 10px;
    width: 60%;
  }
  .salons-table .col-buttons {
    text-align: right;
  }
  #container {
    float: none;
  }
  .salon_about #content,
  #content  {
    margin-right: 0;
    border: 0;
  }
  .salon_about #content .top {
    margin: 0 0 20px 0;
  }
  /* salon_menu */
  .salon_menu ul li{
    float: none;
    margin: 15px 0;
  }
  .salon_about .salon_menu ul li {
    margin-left: 0;
    margin-bottom: 0;
  }
  .salon_about .salon_menu ul li+li{
    margin-top: 15px;
  }
  .salon_menu ul li a, .salon_menu ul li span{
    padding: 0 0 0 30px;
    background-position: center left;
  }
  .services #content ul li {
    margin-bottom: 0;
  }
  /* end salon_menu */
  .right {
    float: none;
    text-align: left;
  }
  .left {
    float: none;
  }
  .salon_about.services .bottom {
    margin-right: 0;
  }
  .wrap_service {
    overflow-y: scroll;
    padding-bottom: 5px;
  }
  .services #content table td.first {
    padding-left: 0;
  }
  h2.service span {
    font-size: 16px;
  }
  .services #content div.clear {
    margin-bottom: 10px;
  }
  .services .wrap_service span.price {
    white-space: nowrap;
  }
  #sideRight {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .salon_about #sideRight {
    width: 100%;
    margin-left: 0;
  }
  .list_salons_city {
    margin: 0 0 20px 0;
  }
  .services_visual img {
    float: none;
    width: 100%;
  }
  .list_mode {
    margin-bottom: 0;
  }
  .wrap_salon_interior {
    float: none;
    margin: 20px 0;
  }
  .wrap_salon_interior img {
    margin-bottom: 15px;
  }
  .salon_about #content .left {
    width: auto;
  }
  #middle:after{
    content: none;
  }
  .masters_scroll{
    width: 100%;
  }
  /* specials */
  .specials-list-img {
    width: 100%;
    height: auto;
    padding-bottom: 63%;
  }
  #middle img {
    height: auto;
  }
  .specials #sideRight {
    height: auto;
    margin-top: 20px !important;
  }
  .specials_scrollpane {
    width: auto !important;
    height: auto !important;
    max-height: 200px;
  }
  .specials .banner_gift_cards {
    position: static;
    text-align: center;
    margin-top: 20px;
    display: block;
  }
  .specials .banner_gift_cards img {
    display: inline-block !important;
  }
  /* about */
  body > #wrapper > #sliderAbout {
    height: auto;
    padding-top: 0;
  }
  .quote_mone {
    width: 100%;
    padding-left: 40px;
    position: relative;
    background: transparent;
  }
  .quote_mone:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-image: url(../images/bg_quote_mone.png);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .grey-quote {
    position: static;
    margin: 20px 0 0 0;
    padding: 10px 10px 0 10px;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
  }
  .int_eyes {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
    padding-left: 0;
    order: 1;
  }
  .int_eyes h1 {
    margin-bottom: 0;
    font-family: PragmaticaLight;
  }
  .grey-quote p {
    margin: 0; 
    order: 2;
  }
  #sliderAbout .royalWrapper {
    height: 100%  !important;
  }
  #sliderAbout .royalSlide {
    height: 100% !important;
  }
  .grey-quote img {
    position: static;
    order: 3;
    flex-shrink: 0;
    align-self: center;
  }
  #mone_photo {
    width: 70%;
  }
  .concept div {
    width: 100% !important;
  }
  h4.concept.philosophy {
    padding: 0 0 10px 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .concept.philosophy + div img {
    position: static !important;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }
  .left_block {
    float: none;
  }
  .philosophy_girl {
    margin: 20px 0 0 0;
  }
  .achievements-list ul li.achievement_item {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .achievements-list ul li.achievement_item img {
    width: 60px;
    height: auto;
  }
  .achievements-list ul li.achievement_item div.name {
    margin-left: 70px;
  }
  .achievements-list ul li.achievement_item + .achievement_item {
    margin-top: 20px;
  }
  .bg_journal_detail .royalSlider .royalSlide img {
    max-width: 100%;
    width: 100%;
  }
  .bg_journal_detail .royalSlider .royalSlide {
    height: auto !important;
  }
  .bg_journal_detail .gallery_scroll {
    height: auto;
  }
  .bg_journal_detail .gallery_scroll .arrow,
  .gallery_scroll .arrow {
    top: 15%;
    margin: 0;
  }
  body > #wrapper #inspiration {
    width: 100%;
  }
  #inspiration {
    padding: 10px;
  }
  #inspiration .scroll-pane {
    width: 280px;
    margin: 0 auto;
  }
  #inspiration .video_preview img {
    width: 100px;
    height: auto;
  }
  #inspiration .video_preview p.name {
    margin-left: 120px;
    margin-bottom: 0;
  }
  .world_mone #content .right {
    width: 100%;
    margin-top: 20px;
  }
  #winner ul li.imp_main div.left {
    float: left;
  }
  #winner ul li {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  #winner ul li.center {
    margin: 15px 0;
  }
  #inspiration .video_preview .hover {
    top: 7px;
    left: 30px;
  }
  .all_members #content {
    margin-right: 0;
  }
  #winner ul li img {
    width: 100%;
    height: auto;
  }
  #winner ul li div.name {
    height: auto;
    margin-bottom: 5px;
  }
  #winner .present {
    display: none;
  }
  .all_members #winner {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .all_members .winner_six {
    margin: 0 -10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .all_members .winner_six li {
    float: none;
    width: 50%;
    margin: 0;
    padding: 0 10px 20px 10px;
  }
  .all_members .winner_six li.center {
    margin: 0;
  }
  .all_members .winner_six li img {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .all_members .winner_six li div.text {
    float: none;
    width: 100%;
  }
  .all_members .winner_six li div.name {
    margin-bottom: 5px;
  }
  .all_members .winner_six li div.city {
    position: static;
    width: 100%;
  }
  .all_members .other_members {
    margin-top: 10px;
    padding: 10px;
  }
  .all_members #sideRight {
    width: 100%;
    margin: 0;
  }
  /* academy */
  .block_acad {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    margin-bottom: 20px;
    float: none !important;
  }
  .block_acad_txt {
    line-height: 20px;
  }
  .block_acad_inner {
    height: auto;
  }
  #middle .kurs-item {
    margin-top: 0;
  }
  #middle .kurs-item .pix {
    display: block;
    width: 100%;
    height: 200px;
    float: none;
    background-size: cover !important;
  }
  #middle .kurs-item .description {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    padding: 0 10px;
  }
  #middle .kurs-item .description .details ul {
    width: 100%;
    padding: 0 0 15px 0;
    border-right: 0;
    border-bottom: 1px solid #cacccb;
  }
  #middle .kurs-item .description .details ul:last-child {
    padding: 15px 0 0 0;
    border-bottom: 0;
  }
   #middle .kurs-item .vacant {
    text-align: center;
    padding: 20px 0 30px 0;
  }
  .application_form {
    width: 100%;
    padding: 20px 10px;
  }
  .application_form .form_line select.select {
    width: 100%;
  }
  .application_form .form_line input.big {
    width: 100% !important;
  }
  .application_form .form_line input.middle {
    width: 100%;
  }
  .application_form .form_line {
    float: none;
  }
  .nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
    min-width: auto;
  }
  .application_form button {
    width: 100%;
  }
  .nyroModalCont {
    margin: 20px;
  }
  .nyroModalCloseButton {
    width: 20px;
    height: 20px;
    top: -24px;
    right: -24px;
    background-size: cover;
  }
  .collections-block {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .collections-title {
    margin: 0 0 20px 0 !important;
  }
  #wrapper #middle .collection-item {
    float: none;
  }
  .acad_collect_img {
    width: 100%;
    float: none;
  }
  .collection-menu {
    margin-top: 30px !important;
  }
  .collection-menu p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .collection-menu a {
    text-align: center;
  }
  .down_menu {
    margin: 0;
  }
  ul.specials-list-acad li {
    padding: 10px 0;
    text-align: left;
  }
  .teacher-container {
    width: 100% !important;
    display: block!important;
  }
  .acad_letters {
    width: 100%;
    padding: 10px;
  }
  .acad_teacher_status {
    margin: 10px 0 0 0!important;
    line-height: 1.4;
  }
  .acad_letters p {
    margin: 20px 0 10px 0 !important;
  }
  .acad_teacher_name {
    margin-bottom: 20px;
  }
  .acad_column {
    width: 100% !important;
    float: none !important;
    padding: 0!important;
  }
  .acad_teacher_block {
    padding-top: 15px !important;
    border-top: 1px solid #cacccb;
    margin-top: 15px;
  }
  .acad_inner {
    display: flex!important;
    flex-direction: column;
  }
  .teacher-container {
    order: 2;
  }
  .acad_container_photo {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .acad_teacher_img {
    float: none;
    width: 100%;
  }
  .acad_news_img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .acad_news_more {
    line-height: 1;
  }
  .acad_news_zag {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .news-clear {
    display: none;
  }
  .acad_news_item {
    border-bottom: 1px solid #ebeded;
  }
  .acad_news_more img {
    margin-top: 0 !important;
  }
  .acad-news_col {
    width: 100% !important;
    margin: 0 !important;
  }
  .lenta {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  #a_left,
  #a_right {
    flex-shrink: 0;
    margin-top: 0;
  }
  .lenta_ul {
    margin: 0 10px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .lenta_ul li {
    float: none!important;
    display: inline-block!important;
  }
  .acad-news_img {
    text-align: center;
  }
  .acad-news_img img {
    margin: 0;
    display: inline-block !important; 
  }
  video {
    max-width: 100% !important;
  }
  .acad-news_detail {
    margin-left: 0 !important;
  }
  .collections-img {
    margin: 0 0 20px 0 !important;
  }
  .row.row-bottom .sub_franch {
    margin-top: 20px;
  }
  .questionnaire-form {
    margin-top: 0;
  }
  .franchise .column {
    float: none;
    width: 100%;
  }
  .phones-box {
    margin-top: 0;
  }
  #careerSlider {
    height: auto;
    padding-top: 0;
  }
  #careerSlider .royalWrapper {
    height: auto;
  }
  #careerSlider .royalSlide {
    height: auto !important;
  }
  #middle.career_mone #content p {
    margin-right: 0 !important;
  }
  .left_box {
    float: none;
    width: 100%;
    display: block;
  }
  .wrap_career_in {
    margin: 0 0 20px 0;
  }
  .right_box {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
  }
  .general_request {
    position: static;
    background: #006a71;
    padding: 10px;
  }
  .general_request_form {
    position: static;
    width: 100%;
    height: auto;
    background: #f3f4f2;
  }
  .application_form .close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    left: auto;
    background-size: cover;
  }
  body > #wrapper .application_form {
    width: auto;
    left: 10px;
    right: 10px;
    top: 90px;
  }
  .application_form .form_line input.small {
    width: 100%;
  }
  .info ul.first {
    width: 100%;
  }
  .superjob-labels {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .superjob-labels img {
    float: none;
    padding: 0;
    width: auto;
    flex-shrink: 0;
    max-width: 40%;
    margin: 0 10px;
  }
  .general_request_form .leftside {
    float: none;
    width: 100%;
    display: block;
  }
  .general_request_form .rightside {
    margin-left: 0;
  }
  .general_request_form .leftside ul.list {
    margin-bottom: 0;
  }
  .general_request_form p {
    width: 100%;
    margin: 0;
  }
  .contacts_form {
    padding: 20px 10px;
  }
  #callback_modal .modal-dialog .contacts_form .form_line input[type="text"], #callback_modal .modal-dialog .contacts_form .form_line select, #callback_modal .modal-dialog .contacts_form .form_line textarea, #thanks_modal .modal-dialog .contacts_form .form_line input[type="text"], #thanks_modal .modal-dialog .contacts_form .form_line select, #thanks_modal .modal-dialog .contacts_form .form_line textarea, .nm_modal .modal-dialog .contacts_form .form_line input[type="text"], .nm_modal .modal-dialog .contacts_form .form_line select, .nm_modal .modal-dialog .contacts_form .form_line textarea {
    width: 100%;
  }
  #callback_modal .modal-dialog, #thanks_modal .modal-dialog, .nm_modal .modal-dialog {
    margin: 90px 25px 30px 25px;
  }
  .regions li {
    width: 100% !important;
    float: none !important;
  }
  .regions li:first-child {
    border-right: 0 !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
  }
  .titlename {
    line-height: 1.1;
    margin-bottom: 10px;
    display: inline-block;
  }
  .contact_line {
    padding: 20px 0 0 0;
    margin: 0;
  }
  .contact_line.first {
    padding-top: 20px;
  }
  .contact_line ul {
    float: none;
    margin-bottom: 20px;
  }
  .contact_line ul.call {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_line ul.first, .contact_line td {
    width: 100%;
    overflow: hidden;
  }
  .contact_line table,
  .contact_line table tr,
  .contact_line table td {
    display: block;
  }
  .contact_line ul li.name_ofice {
    margin-bottom: 10px;
  }
  #sideRight > .contacts_form {
    width: 100%;
  }
  .contacts_form .form_line input[type="text"] {
    width: 100%;
  }
  .contacts_form .form_line textarea {
    width: 100%;
  }
  .contacts_form button {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .list_event li .delim {
    margin-bottom: 20px;
  }
  .gallery_scroll {
    height: auto;
    padding-top: 0;
  }
  .gallery_scroll.royalSlider .royalSlide img {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .custom-tabs {
    margin-bottom: 20px;
  }
  .custom-tabs__item {
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
  }
  .right2 {
    width: 100%;
    float: none;
  }
  .wrap_min_img {
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 20px;
  }
  .wrap_min_img div.img_item {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .wrap_min_img div.img_item+.img_item {
    margin-left: 20px;
  }
  .archive_collection {
    float: none;
    margin-top: 20px;
  }
  .entry_form .form_line select {
    box-sizing: border-box;
  }
  .entry-form {
    width: 100% !important;
  }
  .entry_form {
    overflow: hidden;
  }
  .not-found-block {
    margin-top: 0;
  }
  .bg_404 {
      padding: 20px;
  }
  .bg_404 img {
      display: none;
  }
}
