@charset "UTF-8";

/*
 Theme Name:   Main
 Description:  Main - основная тема сайта
 Author:       Distorsia
 Author URI:   http://www.distorsia.ru/
 Version:      0.1
 Text Domain:  main


 Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
 http://codex.wordpress.org/Child_Themes
*/

@import url("assets/css/main.css");

@media screen and (max-width: 767px) {

/* Изменения в мобильной шапке*/	
.header {
    margin-bottom: 20px;
}
	
.header .logo_wrapper {
	margin: 0;
}

.main_menu_wrapper {
    position: absolute;
    top: -290px;
	right: 0;
	z-index: 100;
}
	
.main_menu_wrapper .main_menu {
    border-top: none;
}

.main_menu_wrapper a.responsive_menu_button {
    font-size: 0;
	width: fit-content;
    padding: 0 28px;
	position: absolute;
    right: 0;
	margin-right: 15px;
}

.main_menu_wrapper .menu-glavnoe-menyu-container {
    margin: 95px 0 0 0;
    background: #FFF;
}
	
.main_menu_wrapper .main_menu a {
    font-size: 13px;
    padding: 6px 5px 6px;
}
	
.main_menu_wrapper .menu-glavnoe-menyu-container ul.sub-menu {
    display: none;
}
	
.header .header_main_tel, .header .header_tels {
    margin: 0px 0 5px;
}
	
.header .work_time {
    margin: 10px 0 0px 0;
}
/* End Изменения в мобильной шапке*/		
}