@charset "utf-8";
/* CSS Document */
/*  Buttons  */

.buttons {
    text-align: right;
}

.button {    
    border: medium none;    
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    text-decoration: none;   
    text-transform: uppercase;
}

.button:hover {
	opacity: 0.7;
	text-decoration: none;
}

.button.small {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 10px 0;
    min-width: 120px;
    padding: 10px 12px 10px;
    text-shadow: none;
    text-transform: none;
	text-align:center;
}

.button.medium {
    border-radius: 4px;    
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 10px;
    min-width: 180px;
    padding: 10px 15px 8px;
}

.button.slide {
    cursor: pointer;
}

.button.large {
    font-size: 1.5em;
    min-height: auto;
    line-height: 1em;
    margin: 0;
    padding: 17px 36px 15px;
    width: 100%;
}

.inbox .button.large {
    font-size: 1em;
}

.button.boxed {
    width: auto;
    padding: 20px 20px;
}

.blank {
	background:transparent none;
	font-size: 2.4em;
	margin-bottom: 30px;
}

a.m_button:hover {
	opacity:0.7;
}

.m_close {
	background-position: 0 -48px;
    position: absolute !important;
    right: 0;
    top: 22px;
	margin:0;
}

.s_close {
	background-position: 0 -103px;
    position: absolute !important;
    right: 0;
    top: 7px;
	font-size:1.4em;
}

.m_blank,
.navbox .m_blank {
	background-position: 0 -720px;
	background-color:transparent;
	transition: none;
}

a.m_blank:hover {
	background-position: 0 -768px;
	background-color:transparent;
}

.m_social {    
}

.m_vk {   
    background-color:#568ab6 !important;
}

.m_fb {    
    background-color:#2d75ab !important;
}

.m_tw {    
    background-color:#6db1e5 !important;
}

.m_odn {    
    background-color:#e67e17 !important;
}

.m_mailru {    
    background-color:#004b88 !important;
}

.m_ya {   
    background-color:#ed1c24 !important;
}

.m_gp {    
    background-color:#ca0000 !important;
}

.m_ins {    
    background-color:#2a5b83 !important;
}

.m_tube {    
    background-color:#c31400 !important;
}

.m_tunes {    
    background-color:#308ee5 !important;
}

.m_rus {	
	padding-right:10px!important;
}

.m_eng {
	background-position: 0 -912px;
}

.m_rus, .m_eng {
	line-height: 48px !important;
	text-align:right!important;
	background-color:transparent!important;
	border-radius:0;
	opacity:0.5;
	width: 55px !important;
}

@media only screen and (max-width: 1024px) {

.button.large {
	font-size: 1.4em;
	text-align:center;
	margin-bottom: 20px;
}
	
.button.boxed {
    font-size: 1em;
}

}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 479px) {
    
   .button.large {
   	 	font-size: 1.4em;
    	margin: 15px -8px;
	}
	
	.button.boxed {
    	font-size: 1em;
	}

}

/* Font-icons */

.show-menu,
.show-menu:hover {
    text-decoration: none;
}

.show-menu {
    text-align: center;
}

.show-menu::before {
    color: #000;
    content: "";
    font-family: "FontAwesome";
    font-size: 2.7em;
    font-weight: normal;
    line-height: 0.7em;
}

.mfp-close:focus {
    outline: 0 none;
}
.mfp-close {
    background-image: none;
}
.mfp-close:before {
    color: #000;
}
.mfp-image-holder .mfp-close:before {
    color: #fff;
}

.box_close.s_close {
    background-color: rgba(123, 171, 59, 0.3);
    height: 34px;
    padding: 0;
    right: 7px;
    text-decoration: none;
    width: 34px;
}

.box_close.s_close::before {
    content: "+";
    font-family: "icons";
    font-weight: normal;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.m_close:before {
    content: '+';
}

.m_pdf:before {
    content: '1';
}
.m_doc:before {
    content: '2';
}
.m_vid:before {
    content: '3';
}
.m_xls:before {
    content: '4';
}
.m_zip:before {
    content: '5';
}
.m_file:before {
    content: '0';
}
.m_pic:before {
    content: '6';
}

.m_vk:before {
    content: 'A';
}

.m_fb:before {
    content: 'B';
}

.m_tw:before {
    content: 'C';
}

.m_odn:before {
    content: 'D';
}

.m_mailru:before {
    content: 'E';
}

.m_ya:before {
    content: 'F';
}

.m_gp:before {
    content: 'G';
}

.m_ins:before {
    content: 'H';
}

.m_tube:before {
    content: 'I';
}

.m_tunes:before {
    content: 'J';
}

.m_rubles:before {
    content: 'o';
	line-height: 24px !important;
}

.m_button {
    text-align: center;
	position: relative;
}

.m_button:before {
    font-family:'icons';
    font-weight: normal;
    font-size: 34px;
    line-height: 46px;
	text-transform: none;
}

.m_rubles {
    height: 24px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -2px;
    width: 24px !important;
	background-color: transparent !important;
}

p .m_button:before {
    position: absolute;
    left: -8px;
    font-size: 38px;
    line-height: 34px;
}

.m_social,
.m_social:hover {
    text-decoration: none;
}
.m_social {
    vertical-align: middle;
}
.m_social:before {
    color: #fff;
    font-size: 36px;    
    vertical-align: middle;
}

.m_fb:before {
    font-size: 40px;    
}

.m_odn:before {
    font-size: 44px;
    line-height: 46px;
}

.m_close:before {
    display: block;
    font-size: 1.2em;
    left: 0;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 48px;
}