﻿/*

Theme Name: UMEEM.RU
Author: ArturBoot
Author URI: www.seolore.ru

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

ol,ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
	font-weight: 600;
    margin: 25px 0 30px;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

p {
    margin: 15px 0;
}

a {
    color: #004bd8;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

a:hover {
    color: #6f94da;
}


@font-face {
	font-family: "Avenir Next Cyr";
	src:url(fonts/AvenirNextCyr-Regular.eot?#iefix) format(embedded-opentype),
		url(fonts/AvenirNextCyr-Regular.woff) format(woff),
		url(fonts/AvenirNextCyr-Regular.ttf) format(truetype);
	font-weight: 400;
	font-style: normal;
}

body {
	background: #fff;
	color: #000;
	font-size: 15px;
	line-height: 25px;
	font-family: "Avenir Next Cyr",arial,Sans-serif;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.row {
	font-size: 0;
}

.outer {
	margin-left: -8px;
    margin-right: -8px;
}


/* КНОПКИ */

.button {
    display: table;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.button.blue {
    background: #247be6;
    height: 52px;
    color: #fff;
    line-height: 52px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.08);
    border: 1px solid #2f7fc3;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
}

.button.blue:hover {
    background: #2e53bf;
}

.button.white {
    background: #fff;
	height: 48px;
    color: #1c5dad;
	line-height: 48px;
    border: 2px solid transparent;
    border-radius: 48px;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
}

.button.white:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.button:active {
	-webkit-transform:scale(.85);
	-ms-transform:scale(.85);
	transform:scale(.85);
}


/* АДАПТИВ */

@media screen and (min-width: 980px)  {
	
	.button {
		padding: 0 37px;
	}
	
	.wrap {
		height: 100%;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	.case {
		flex: 1 0 auto;
	}
	
	.container {
		position: relative;
		min-width: 1020px;
		max-width: 1160px;
		height: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
	}
	
	.header {
		line-height: 75px;
	}
	
	.header .logo {
		float: left;
		margin-right: 65px;
	}
	
	.header .navigation {
		z-index: 20;
		position: relative;
		display: block !important;
		float: left;
	}
	
	.header .navigation li {
		height: 75px;
		float: left;
		color: #000;
		font-size: 17px;
		padding: 0 13px;
	}
	
	.header .navigation ul li a {
		color: #000;
		font-size: 17px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
	.header .navigation ul li a:hover, .header .navigation ul li span {
		border-bottom: 1px solid transparent;
	}
	
	.header .navigation li ul {
		z-index: 1001;
		position: absolute;
		top: 94%;
		left: 0;
		background: #fff;
		display: none !important;
		border-top: 1px solid rgba(0,0,0,.06);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		padding: 5px 0;
	}

	.header .navigation li:hover ul {
		display: block !important;
	}

	.header .navigation li ul:before {
		content: "";
		position: absolute;
		top: -9px;
		left: 30px;
		background: url(images/icons/arrow-up.png);
		width: 16px;
		height: 9px;
		display: block;
	}
	
	.header .navigation li ul li {
		width: 100%;
		height: auto;
		float: none;
		white-space: nowrap;
		padding: 0;
	}

	.header .navigation li ul li a, .header .navigation li ul li span {
		display: block;
		color: #434A54;
		font-size: 14px;
		line-height: 20px;
		border-color: transparent;
		padding: 6px 12px;
	}
	
	.header .navigation li ul li a:hover, .header .navigation li ul li span {
		color: #fff;
		background-color: #0f7aff;
	}
	
	.header .phone {
		background-size: 23px;
		display: inline-block;
		float: right;
		font-size: 21px;
		padding-left: 37px;
	}
	
	.header .city {
		display: inline-block;
		float: right;
		margin-left: 24px;
	}
	
	.header .city .name span {
		border-bottom: 1px dashed rgba(0,0,0,0.3);
	}
		
	.header .city .dropdown {
		right: 0;
		top: 94%;
	}

	.header .city .dropdown:before {
		right: 30px;
	}
	
	.intro .image {
		z-index: 9;
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 646px;
		height: 540px;
	}
	
	.intro .info {
		z-index: 9;
		position: absolute;
		bottom: 96px;
		left: 20px;
		max-width: 500px;
	}
	
	.intro .info .title h1 {
		font-size: 41px;
		margin: 0;
	}
	
	.intro .info p {
		font-size: 18px;
		margin: 30px 0 32px;
	}
	
	.repairman .row .avatar {
		width: 17%;
	    display: inline-block;
		vertical-align: top;
		margin: 0 2% 0 0;
	}
	
	.repairman .row .repairman-content {
		width: 81%;
	    display: inline-block;
		vertical-align: top;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px 0 0;
	}
	
	.benefits h2 {
		font-size: 26px;
	}
	
	.benefits .list .item {
		width: 33.3333%;
		display: inline-block;
	}
	
	.about h2 {
		font-size: 26px;
	}
	
	.about-content {
		width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		float: left;
		padding: 0 60px 0 0;
	}
	
	.floating {
		width: 300px;
	}
	
	.floating .banner {
		margin: 0 0 10px;
	}
	
	.fixed {
		z-index: 9999;
		position: fixed;
		top: 10px;
	}
	
	.side {
		width: 300px;
		float: right;
	}
	
	.content {
		padding: 75px 0 0;
	}
	
	.content .main-image {
		height: 500px;
		padding-bottom: 40px;
	}
	
	.content .head {
		z-index: 10;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding-bottom: 50px;
	}
	
	.content .head h1 {
		max-width: 620px;
		font-size: 48px;
		margin: 30px 0 0;
	}
	
	.content .head p {
		font-size: 18px;
	    margin: 10px 0 25px;
	}
	
	.content .head .button {
		margin: 0 0 45px;
	}
	
	.brickwork .brick {
		width: 32%;
		display: inline-block;
		margin: 0 2% 0 0;
	}

	.brickwork .brick:nth-child(3n) {
		margin: 0;
	}
	
	.brickwork .brick .thumbnail {
		height: 180px;
	}

	.brickwork .brick .thumbnail img {
		min-height: 180px;
	}

	.brickwork .brick .thumbnail .nophoto {
		height: 180px;
	}
	
	.footer {
		padding: 22px 0 18px;
	}
	
	.footer .creator {
		position: absolute;
		top: 10px;
		right: 0;
	}
	
	.footer .links {
		float: left;
	}
	
	.footer .links ul li {
		float: left;
		margin-right: 25px;
	}
	
	.footer .social-groups {
		float: left;
		margin-top: 14px;
	}
	
	.contact-form .fields.small {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 0 8px;
	}
	
}


@media screen and (max-width: 980px) {
	
	.button {
		padding: 0 37px;
	}
	
	.wrap {
		position: relative;
		width: 100%;
		max-width: 768px;
		min-width: 320px;
		overflow: hidden;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-ie-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-o-box-shadow: 0 0 5px rgba(0,0,0,.1);
		box-shadow: 0 0 5px rgba(0,0,0,.1);
		margin: 0 auto;
	}
	
	.header {
		padding: 0 0 20px;
	}
	
	.header .logo {
		margin: 0 auto;
	}
	
	.header .menu {
		z-index: 1000;
		position: absolute;
		top: 15px;
		right: 15px;
		background-color: #0f7aff;
		background-image: url(images/icons/menu.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 36px;
		height: 36px;
		cursor: pointer;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	.header .menu.close { 
		background-image: url(images/icons/close.png);
	}
	
	.header .navigation {
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		background: rgba(0,0,0,.98);
		width: 100%;
		display: none;
		overflow: hidden;
		padding-top: 60px;
	}
	
	.header .navigation a, .header .navigation span {
		display: block;
		color: #fff;
		font-size: 15px;
		line-height: 1.45;
		padding: 8px 20px;
	}
	
	.header .navigation span {
		background: #247be6;
	}
	
	.header .navigation a:hover {
		background: rgba(255, 255, 255, .1);
	}
	
	.header .navigation li {
		display: block;
		color: #fff;
	}
	
	.header .navigation li ul {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.header .navigation li ul li a, .header .navigation li ul li span {
		padding: 8px 35px;
	}
	
	.header .phone {
		background-size: 19px;
		display: table;
	    font-size: 21px;
		margin: 17px auto 0;
		padding-left: 33px;
	}

	.header .city {
		display: table;
		border: 1px solid rgba(93, 93, 93, 0.27);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin: 0 auto;
		padding: 3px 10px 4px;
	}
	
	.header .city .dropdown {
		top: 45px;
		left: 50%;
		margin-left: -80px;
	}

	.header .city .dropdown:before {
		left: 50%;
		margin-left: -8px;
	}
	
	.intro .image {
		display: none;
	}
	
	.intro .info {
		text-align: center;
		margin: 240px 0 0;
	}
	
	.intro .info .title h1{
		font-size: 27px;
	}
	
	.intro .info p {
		max-width: 400px;
		font-size: 17px;
		margin: 30px auto 32px;
	}
	
	.repairman .row .avatar {
		width: 20%;
	    display: inline-block;
		vertical-align: top;
		margin: 0 2% 0 0;
	}
	
	.repairman .row .avatar img {
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	.repairman .row .repairman-content {
		width: 78%;
	    display: inline-block;
		vertical-align: top;
	}
	
	.about-content, 
	.side {
		width: 100%;
	}
	
	.floating {
		position: relative !important;
		font-size: 0;
		margin: 0 -1%;
	}
	
	.floating .banner {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
	}
	
	.about img {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	
	.content {
		padding: 172px 0 0;
	}
	
	.content .main-image {
		min-height: 360px;
		padding-bottom: 40px;
	}
	
	.content .head {
		z-index: 10;
		position: relative;
		text-align: center;
		padding: 50px 0;
	}
	
	.content .head h1 {
		max-width: 600px;
		font-size: 42px;
		margin: 30px auto 0;
	}
	
	.content .head p {
		font-size: 17px;
		margin: 10px auto 25px;
	}
	
	.content .head .button {
		margin: 0 auto;
	}
	
	.brickwork .brick {
		width: 49%;
		display: inline-block;
		margin: 0 2% 0 0;
	}

	.brickwork .brick:nth-child(2n) {
		margin: 0;
	}
	
	.brickwork .brick .thumbnail {
		height: 180px;
	}

	.brickwork .brick .thumbnail img {
		min-height: 180px;
	}

	.brickwork .brick .thumbnail .nophoto {
		height: 180px;
	}
	
	.footer {
		overflow: hidden;
		padding: 22px 0 25px;
	}
	
	.footer .links {
		float: left;
	}
	
	.footer .links ul li {
		float: left;
		margin-right: 25px;
	}
	
	.footer .social-groups {
		float: left;
		margin-top: 14px;
	}
	
	.footer .creator {
		position: absolute;
		top: 25px;
		right: 20px;
	}
	
	.contact-form .fields.small {
		margin: 0 8px 10px;
	}

}


@media screen and (max-width: 768px) {
	
	.benefits .list .item {
		width: 50%;
		display: inline-block;
	}
	
	.content .main-image {
		min-height: 320px;
		padding-bottom: 20px;
	}
	
	.content .head h1 {
		font-size: 42px;
	}
	
	.brickwork .brick .thumbnail {
		height: 150px;
	}

	.brickwork .brick .thumbnail img {
		min-height: 150px;
	}

	.brickwork .brick .thumbnail .nophoto {
		height: 150px;
	}


}


@media screen and (max-width: 640px) {
	
	.benefits h2 {
		font-size: 24px;
	}

	.benefits .list .item {
		width: 100%;
		display: block;
	}	
	
	.about h2 {
		font-size: 24px;
	}
	
	.content .main-image {
		min-height: 280px;
	}
	
	.content .head {
		padding: 50px 0 30px;
	}
	
	.content .head h1 {
		font-size: 38px;
	}
	
	.content h1 {
		text-align: center;
	}

}


@media screen and (max-width: 560px) {
	
	.repairman .row .avatar {
		width: 30%;
		display: block;
		margin: 0 auto 10px;
	}
	
	.repairman .row .repairman-content {
		width: 100%;
	    display: block;
	}
	
	.repairman .row .repairman-content .repairman-bottom {
		text-align: center;
	}
	
	.benefits h2 {
		font-size: 22px;
	}
	
	.about h2 {
		font-size: 22px;
	}
	
	.floating {
		margin: 0;
	}
	
	.floating .banner {
		width: 100%;
		display: block;
		margin: 0 0 10px;
	}
	
	.content .main-image {
		min-height: 260px;
	}
	
	.content .head h1 {
		font-size: 30px;
	}
	
	.brickwork .brick {
		width: 100%;
		display: block;
		margin: 0;
	}
	
	.footer .links {
		display: table;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
	.footer .social-groups {
		float: none;
		margin-top: 45px;
	}
	
	.footer .creator {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: 20px auto 10px;
	}
	
}


@media screen and (max-width: 480px) {
	
	.intro .info .title h1 {
		font-size: 25px;
	}
	
	.repairman .row .avatar {
		width: 35%;
	}
	
	.content .head h1 {
		font-size: 28px;
	}
	
	.footer .links ul li {
		margin-right: 10px;
	}

}

@media screen and (max-width: 360px) {
	
	.repairman .row .avatar {
		width: 45%;
	}

}


@media screen and (max-width: 320px) {
	
	.button {
		padding: 0 26px;
	}
	
	.content .head h1 {
		font-size: 28px;
	}
	
	.footer .social-groups {
		margin-top: 25px;
	}
	
	.footer .links ul li {
		float: none;
		margin: 0 0 10px;
	}

}

	
.container {
	padding: 0 20px;
}


/* ШАПКА */

.header {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	min-height: 75px;
	border-bottom: 1px solid #e5e6ea;
}

.header .logo {
    z-index: 20;
    position: relative;
    background: url(images/logo.png) center no-repeat;
	width: 180px;
	height: 75px;
	display: block;
}

.header .navigation li {
	position: relative;
	letter-spacing: 0.4px;
}

.header .navigation ul li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.header .phone {
    z-index: 20;
    position: relative;
    background-image: url(images/icons/phone.png);
	background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    font-weight: bold;
	letter-spacing: -0.3px;
	border: none;
}

.header .city {
    z-index: 21;
    position: relative;
}

.header .city .name {
    position: relative;
    background: url(images/icons/dropdown.png) right center no-repeat;
	padding-right: 12px;
}

.header .city .name.up {
    background: url(images/icons/dropup.png) right center no-repeat;
}

.header .city .name span {
	cursor: pointer;
}

.header .city .dropdown {
	position: absolute;
	background: #fff;
	width: 160px;
	display: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 5px 0;
}

.header .city .dropdown:before {
	content: "";
	position: absolute;
	top: -9px;
	background: url(images/icons/arrow-up.png);
	width: 16px;
	height: 9px;
	display: block;
}

.header .city .dropdown li a, .header .city .dropdown li span {
	width: 100%;
	display: block;
    color: #434A54;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 12px;
}

.header .city .dropdown li a:hover {
	color: #fff;
    background-color: #0f7aff;
}


/* ИНТРО */

.intro {
	z-index: 10;
    background-image: url(images/bg/main.jpg);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 643px;
	overflow: hidden;
}

.intro .info .title h1 {
	color: #3a3939;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 1.12;
}

.intro .info p {
	color: #152333;
    line-height: 1.35;
}

.intro .button {
    display: inline-block;
}


/* УСЛУГИ */

.repairman {
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 25px 0;
}

.repairman .row {
	position: relative;
	background-color: rgba(0, 0, 0 , 0.05);
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 0;
	text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.03);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.03);
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
	padding: 12px;
}

.repairman .row .avatar img {
    width: 100%;
    height: auto;
    display: block;
}

.repairman .row .repairman-content p {
	color: #2b2b2b;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 20px;
}

.repairman .row .repairman-content .repairman-bottom {
    width: 100%;
    display: block;
	font-size: 0;
}

.repairman .row .repairman-content .repairman-name {
	color: #2b2b2b;
	font-size: 19px;
}

.repairman .row .repairman-content .specialization {
	color: #5f5f5f;
	font-size: 14px;
}

.repairman .more {
    background: #247be6;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
	cursor: pointer;
    border: 1px solid #005dd0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 5px 18px;
	margin: 10px 0 0;
}

.repairman .more:hover {
	background-color: transparent;
    color: #005dd0;
    border: 1px solid rgba(36, 123, 230, 0.92);
}


/* ПРЕИМУЩЕСТВА */

.benefits {
    background-color: rgba(0, 0, 0 , 0.05);
	width: 100%;
	text-align: center;
	padding: 50px 0;
}

.benefits h2 {
	color: #2b2b2b;
    line-height: 1.5;
	font-weight: 700;
    margin: 25px 0;
}

.benefits p {
	max-width: 780px;
	color: #3c3c3c;
	margin: 0 auto;
}

.benefits .list {
	width: 100%;
	max-width: 980px;
    display: table;
    font-size: 0;
	margin: 60px auto 0;
}

.benefits .list .item {
	position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px 24px 30px;
}

.benefits .list .item .icon {
	position: absolute;
	top: 0;
	left: 50%;
    background-image: url(images/icons/benefits.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	margin-left: -18px;
}

.benefits .list .item:hover .icon {
	top: 3px;
}

.benefits .list .item .icon.first {
    background-position: 0 0;
}

.benefits .list .item .icon.second {
    background-position: -36px 0;
}

.benefits .list .item .icon.third {
    background-position: -72px 0;
}

.benefits .list .item .icon.fourth {
    background-position: -108px 0;
}

.benefits .list .item .icon.fifth {
    background-position: -144px 0;
}

.benefits .list .item .icon.sixth {
    background-position: -180px 0;
}

.benefits .list .item .icon.seventh {
    background-position: -216px 0;
}

.benefits .list .item .icon.eighth {
    background-position: -252px 0;
}

.benefits .list .item .icon.ninth {
    background-position: -288px 0;
}

.benefits .list .item h3 {
    color: #444;
    font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

.benefits .list .item p {
    color: #545454;
    font-size: 15px;
}


/* О КОМПАНИИ */

.about {
	position: relative;
	width: 100%;
	padding: 75px 0 50px;
}

.about h2 {
	color: #2b2b2b;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 25px;
}

.about img {
    max-width: 100%;
    height: auto;
}

.about ul {
    margin: 14px 0 20px;
    padding: 0 0 0 5px;
}

.about ul li {
    background: url(images/icons/points.png) no-repeat left 11px;
    display: block;
    margin-bottom: 5px;
    padding-left: 38px;
}

.about-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating img {
    width: 100%;
	height: auto;
}


/* ОСТАЛИСЬ ВОПРОСЫ */

.contact {
	background: #0f7aff;
	width: 100%;
	text-align: center;
	padding: 50px 0 48px;
}

.contact .title {
	color: #fff;
    font-size: 28px;
    line-height: 1.2;
	font-weight: 700;
    margin: 0 0 18px;
}

.contact p {
    max-width: 530px;
	color: #fff;
	margin: 0 auto 25px;
}

.contact p a {
	color: #fff;
	font-size: 18px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
	margin: 0 5px;
}

.contact .button {
	font-size: 16px;
	margin: 0 auto;
}



/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs {
    color: #525252;
    font-size: 15px;
	margin-top: 40px;
}

.breadcrumbs a {
    color: #525252;
}


/* КОНТЕНТ */

.content {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}

.content .main-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .main-image .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.content .main-image .holder:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: rgba(0,0,0,.4);
    background-image: url(images/bg/gradient.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
	box-shadow: inset 0 15px 15px -15px rgba(0,0,0,.6), inset 0 -15px 15px -15px rgba(0,0,0,.6);
}

.content .main-image .holder img {
    z-index: -1;
	position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    margin: auto;
}

.content .head {
    width: 100%;
}

.content .head .breadcrumbs {
    color: #fff;
}

.content .head .breadcrumbs a {
    color: #fff;
}

.content .head h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 1.15;
	text-shadow: 0 2px 15px rgba(0,0,0,0.5);
}

.content .head p {
	max-width: 500px;
    color: #fff;
    line-height: 1.35;
	text-shadow: 0 2px 15px rgba(0,0,0,0.5);
}

.content p + p {
    margin-top: 20px;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content ul {
    margin: 10px 0;
    padding: 0 0 0 5px;
}

.content ul li {
    background: url(images/icons/points.png) no-repeat left 11px;
    display: block;
    margin-bottom: 5px;
    padding-left: 38px;
}

.content ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}

.content ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 5px;
}

.content blockquote {
	color: #333;
	font-style: italic;
	border: 2px solid #eee;
    margin: 5px 0 15px;
    padding: 7px 20px;
}

.content table {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0 20px;
}

.content th {
    color: #484848;
    font-weight: 600;
	text-shadow: 0 1px 0 #fff;
    vertical-align: bottom;
}

.content th,.content td {
    vertical-align: top;
	border: 1px solid #eee;
    padding: 8px 10px;
}

.wp-caption {
	max-width: 100%;
	width: auto;
}

.wp-caption .wp-caption-text {
    display: block;
    color: #717171;
    font-size: 15px;
	line-height: 1;
    font-style: italic;
	margin: 2px 0 15px;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}


/* КНОПКИ СОЦИАЛЬНЫХ СЕТЕЙ */

.share-block {
	z-index: 18;
	position: absolute;
	top: 30px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.14);
	width: 45px;
	text-align: center;
	-webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    -ms-border-radius: 45px;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
	padding: 5px 0;
}

.share-block .share-trigger {
    background-image: url(images/icons/share.png);
    background-repeat: no-repeat;
	background-position: center;
    width: 28px;
    height: 28px;
	display: block;
    cursor: pointer;
    margin: 4px auto;
}

.share-block .social {
	width: 28px;
	display: none;
	list-style: none;
	margin: 10px auto 0 !important;
	padding: 0 !important;
}

.share-block:hover .social {
	display: block !important;
}

.share-block .social .share {
    background-image: url(images/icons/social.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
	display: block;
    cursor: pointer;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 4px 0;
}

.share-block .social .share.vk {
	background-color: #45668e;
    background-position: 0 0;
}

.share-block .social .share.fb {
	background-color: #3a5897;
    background-position: -28px 0;
}

.share-block .social .share.tw {
	background-color: #2ca8d2;
    background-position: -56px 0;
}

.share-block .social .share.ok {
	background-color: #ed812b;
    background-position: -84px 0;
}


/* КЛАДКА */

.brickwork {
    width: 100%;
	display: table;
	font-size: 0;
    text-align: center;
	margin: 40px 0 0;
}

.brickwork p {
	font-size: 15px;
    text-align: left;
}

.brickwork .brick {
	vertical-align: top;
    overflow: hidden;
    text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding: 5px 0 20px;
}

.brickwork .brick .thumbnail {
    position: relative;
	width: 100%;
	display: block;
    overflow: hidden;
    margin: 0 0 15px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}

.brickwork .brick .thumbnail img {
    width: 100%;
	vertical-align: middle;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -webkit-transition: -webkit-transform .5s;
    -ms-transition: -ms-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}

.brickwork .brick .thumbnail img:hover {
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
}

.brickwork .brick .thumbnail .nophoto {
	background: #eee url(images/icons/photo.png) center no-repeat;
	width: 100%;
	display: block;
}

.brickwork .brick .thumbnail .date {
    position: absolute;
    left: 0;
	bottom: 0;
    background-color: rgba(36, 123, 230, 0.95);
    height: 24px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 8px;
}

.brickwork .brick .link {
	color: #161617;
    font-size: 16px;
    font-weight: bold;
	line-height: 21px;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}

.brickwork .brick:hover .link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


/* ПАГИНАЦИЯ */

.pagination {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 45px;
}

.pagination a,.pagination span {
	width: 38px;
	height: 38px;
	display: inline-block;
    color: #333;
    font-size: 17px;
	line-height: 38px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 38px;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
	margin: 5px 10px;
}

.pagination a:hover {
    border: 1px solid #333;
}

.pagination span.current {
    color: #000;
    border: 1px solid #000;
}


/* ПОДВАЛ */

.footer {
	position: relative;
	background: #fff;
	width: 100%;
	flex: 0 0 auto;
    color: #ccc;	
	border-top: 1px solid #ddd;
}

.footer .links ul li {
	color: #353535;
}

.footer .links ul li a {
    display: block;
    color: #353535;
    font-size: 15px;
	border-bottom: 1px solid transparent;
}

.footer .links ul li a:hover {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


/* СТРАНИЦЫ В СОЦИАЛЬНЫХ СЕТЯХ */

.footer .social-groups {
	display: block;
}

.footer .social-groups li {
	background-color: rgba(80, 80, 80, 0.34);
    background-image: url(images/icons/social.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 4px 2px;
}

.footer .social-groups li.vk {
    background-position: 0 0;
}

.footer .social-groups li.vk:hover {
	background-color: #45668e;
}

.footer .social-groups li.fb {
    background-position: -28px 0;
}

.footer .social-groups li.fb:hover {
	background-color: #3a5897;
}

.footer .social-groups li.twitter {
    background-position: -56px 0;
}

.footer .social-groups li.twitter:hover  {
	background-color: #2ca8d2;
}

.footer .social-groups li.ok {
    background-position: -84px 0;
}

.footer .social-groups li.ok:hover {
	background-color: #ed812b;
}

.footer .social-groups li a {
    width: 36px;
    height: 36px;
    display: block;
	border: none;
}

.footer .creator {
    width: 80px;
	height: 17px;
	border: none;
}


/* ЛЕНИВАЯ ЗАГРУЗКА ИЗОБРАЖЕНИЙ */

img.lazy {
	opacity: 0;
	-webkit-transition: opacity 500ms ease-in-out 100ms;
	-moz-transition: opacity 500ms ease-in-out 100ms;
	-o-transition: opacity 500ms ease-in-out 100ms;
	transition: opacity 500ms ease-in-out 100ms;
}

img.loaded {
    width: auto;
    opacity: 1;
}


/* ПРЕЛОАДЕР */

.preloader {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader{
    position: fixed;
    top: 50%;
    left: 50%;
	width: 24px;
	height: 24px;
	display: block;
	margin: -12px 0 0 -12px;
}

svg path,
svg rect{
  fill: #0F7AFF;
}

/* ФОРМА */

.contact-form {
    padding: 0 0 50px;
}

.contact-form .fields {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 12px;
}

.contact-form .fields .input {
    background-color: #fff;
    width: 100%;
    color: #12222B;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    padding: 12px 20px 13px;
	margin: 3px 0 0;
}

.contact-form .fields .input:hover {
    border: 1px solid #0F7AFF;
}

.contact-form .fields .input.error {
    border: 1px solid #F44336;
}

.contact-form .fields .input.name {
    background-image: url(images/icons/user.png);
	background-position: 17px center;
	background-repeat: no-repeat;
    padding: 12px 20px 13px 51px;
}

.contact-form .fields .input.mail {
    background-image: url(images/icons/mail.png);
	background-position: 17px center;
	background-repeat: no-repeat;
    padding: 12px 20px 13px 51px;
}

.contact-form .errors {
    color: #F44336;
    font-size: 12px;
	line-height: 1;
}

.contact-form .contact-message {
    color: #333;
    font-size: 16px;
}

.contact-form .contact-message .fa {
    color: #39ae2e;
	margin-right: 3px;
}

.contact-form .button {
	background: #247be6;
    height: 46px;
    display: table;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    white-space: nowrap;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    border: 1px solid #247be6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 0;
	padding: 0 30px;
}