/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);


* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.color-dred {
    color: #a10f2b !important;
}

.no-line:hover {
    text-decoration: none;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.g-center {
    margin: 0 auto;
}
.g-center2 {
    text-align: center;
}

.g-middle {
    vertical-align: middle !important;
}


/* Увеличение картинок по клику */
.img-zoom span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-zoom span:after {
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    position: absolute;
    border-radius: 0 0 0 50%;
    content: ' ';
    text-align: center;
    background-position: 50% 50%;
}

.img-zoom:hover span:after {
    background: url("../img/zoom.png") no-repeat 50% 50% rgba(0,0,0,0.3);
}

.img-zoom img,
.img-zoom span:after {
    transition: all 0.3s ease-in-out;
}
/* === */

/* Блок скачать */
.b-download {
    padding: 30px 35px 20px;
}
.b-download i {
    padding-top: 0;
}
/* === */

/* Яндекс карта */
.map-home {
    width: 100%;
    height: 600px;
    border-top:2px solid #a10f2b;
}
.map-catalog {
    width: 100%;
    height: 300px;
    border-bottom:2px solid #a10f2b;
}

.map-project {
    width: 100%;
    height: 300px;
    border:1px solid #a10f2b;
}
/* === */

.badge-margin {
    margin-left:5px;
}

.area-right {
    float:right;
    margin-top: 10px;
}

.list-margin li {
    margin-bottom: 20px;
}
.list-margin li:last-child {
    margin-bottom: 0;
}

.metro-img {
    max-width: 20px;
}

.label-cursor {
    cursor:pointer;
}

@media (max-width: 462px) {
    .heading-v4-mini h2:before, .heading-v4-mini h2:after {
        width: 10%;
    }
}

@media (max-width: 449px) {
    .header-tel {
        font-size: 20px;
    }
}

@media (max-width: 421px) {
    .badge-margin {
        margin:10px 0 10px 0;
    }
}

@media (max-width: 408px) {
    .header-tel {
        font-size: 16px;
    }
    .heading-v4-mini h2:before, .heading-v4-mini h2:after {
        width: 5%;
    }
}
@media (max-width: 370px) {
    .header .logo img {
        max-width: 100px !important;
    }
}

@media (max-width: 320px) {
    .header .logo img {
        max-width: 120px !important;
    }
}