﻿/* global.css
 * глобальные стили
 *
 */

* { 
	outline: none; 
}
body, html { 
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
	border: none;
	background-color: #ffffff;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}
img { 
	border: none; 
	/*margin: 0; */
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.4em 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5,h6 {
	font-size: 16px;
}
p {
	margin: 0.8em 0;
	padding: 0;
}
.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}
.g-nobr {
	white-space: nowrap;
}
.g-menu ul, .g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.g-half-link {
	cursor: pointer;
	text-decoration: none !important;
	color: inherit;
	border-bottom-color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}
.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}
.g-ico {
	background-image: url('../../img/ico-map.png');
}
.g-button{
	color: #ffffff !important;
	text-decoration: none !important;
  	background-color: #ea2a53;
  	border-color: #e41642;
  	border: 1px solid transparent;
  	font-size: 15px !important;
  	line-height: 1.1;
  	cursor: pointer;
    font-family: "CirceWebLight", Helvetica, Arial, sans-serif;
  	display: inline-block;
  	padding: 6px 10px;
  	/*text-transform: uppercase;*/
}
.b-mod-title{
    color: #ea2a53;
    text-transform: uppercase;
   
    margin: 0px -15px 30px -15px !important;
    padding: 14px 20px 0px 50px;
    
}
    .b-mod-title h1{
        font-size: 26px  !important;
        color: #ea2a53 !important;
        margin-top: 12px !important;
    }
.m-box-modal{
    padding: 2px 15px 15px 15px !important;
    border-radius: 0 !important;
    max-width: 900px !important;
}
.m-box-modal .box-modal_close{
    z-index: 100;
}