@charset "utf-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {color:#7b7f81;}
::-moz-placeholder          {color:#7b7f81;}
:-moz-placeholder           {color:#7b7f81;}
:-ms-input-placeholder      {color:#7b7f81;}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.eot');
    src: url('../fonts/Montserrat-Italic-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype'),
        url('../fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: Montserrat;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}
header {
	background-image: url(../img/header.png);
	height: 94px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 200;
}
.container {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.clear {
	clear: both;
}
.logo {
	float: left;
	width: 320px;
	margin-top: 21px;
}
.logo img {
	height: 50px;
}
nav {
	float: left;
}
nav li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
nav li a {
	display: block;
	float: left;
	height: 94px;
	padding-right: 15px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	padding-top: 40px;
}
nav li a:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #c4a79e;
	border-right-color: #c4a79e;
	border-bottom-color: #c4a79e;
	border-left-color: #c4a79e;
	background-image: url(../img/nav-hover.png);
	background-repeat: no-repeat;
	background-position: center 95px;

}
.soc {
	float: right;
	padding-top: 35px;
}
.soc a {
	display: inline-block;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 32px;
	margin-right: 10px;
	margin-left: 10px;
}
.title-block {
	background-image: url(../img/title1-2.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center top;
	height: 791px;
	padding-top: 200px;
	outline: none;
}

.title-block-master {
	background-image: url(../img/title1-222.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center top;
	height: 791px;
	padding-top: 200px;
	outline: none;
}

.title-block-baby {
	background-image: url(../img/title1-225.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center top;
	height: 791px;
	padding-top: 200px;
	outline: none;
}


.title-left {
	float: left;
}
.title1 {
	font-size: 30px;
	font-weight: bold;
	background-image: url(../img/maintitle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 45px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-top: 75px;
}

.title1 p span {
	font-size: 24px;
	font-weight: normal;
	text-transform: none;

}
.title2 {
	font-size: 25px;
	line-height: 30px;
}
.title-right {
	float: right;
	margin-top: 75px;
	margin-right: 60px;
}
.nice-select.select-city {
    color: black;
    width: 100%;
    margin: 5px 0;
}
.phone {
	font-size: 22px;
	line-height: 48px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
}
.phone a {
	color: #FFF;
	text-decoration: none;
}
.address {

	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}
.address strong {
	margin-bottom: 2px;
	display: inline-block;
}
.address span {
	font-size: 15px;
	text-transform: none;
}
.btn {
	background-image: url(../img/btn.png);
	display: inline-block;
	height: 84px;
	width: 247px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	-moz-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	border-radius: 5px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
	color: #FFF;
	padding-left: 82px;
	letter-spacing: 2px;
	padding-top: 20px;
	text-align: left;
	margin-top:30px;
}

.btnjob {
	background-image: url(../img/btnjob2.png);
	display: inline-block;
	height: 84px;
	width: 247px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	-moz-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	line-height: 22px;
	color: #FFF;
	padding-left: 82px;
	letter-spacing: 2px;
	padding-top: 20px;
	text-align: left;
}

.btn4 {
	background-image: url(../img/btn5.png);
	display: inline-block;
	height: 84px;
	width: 247px;
	border-radius: 5px;
	font-size: 17px;
	text-decoration: none;
	line-height: 22px;
	color: #FFF;
	letter-spacing: 2px;
	padding-top: 30px;
	text-align: center;
	margin-top: 20px;
}


.btn:hover {
	opacity: 0.8;
}
.about {
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center top;
	height: 690px;
	padding-top: 55px;
	outline: none;
}
.main-title {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/maintitle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.main-title p span {
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
}
.about-text {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 18px;
}
.about-photos {
	float: left;
	width: 585px;
}
.about-video {
    margin-top: 43px;
    position: relative;
    padding-bottom: 58%;
}
.about-video iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.about-photos img {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
.about-photos img:nth-child(2) {
	margin-right: 0px;
}
.about-content {
	float: right;
	width: 510px;
	margin-top: 60px;
}
.about-content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}
.about-content p span {
	font-weight: 600;
	color: #f5deb3;
}
.price {
	background-image: url(../img/price-bg.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
	outline: none;
}
.price-block {
	background-image: url(../img/price.png);
	width: 810px;
	margin-bottom: 50px;
	margin-left: 165px;
	margin-top: 40px;
	border-radius: 5px;
}
.price-item {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #393331;
	border-right-color: #393331;
	border-bottom-color: #393331;
	border-left-color: #393331;
}
.price-item.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.price-left {
	font-size: 22px;
	font-weight: 600;
	float: left;
	width: 610px;
	padding-left: 35px;
}
.price-right {
	float: left;
	font-weight: 600;
	font-size: 22px;
}
.price-mini {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 30px;
}
.price-item:hover {
	background-color: #e13e20;
}
.cnt {
	text-align: center;
}
.catalog {
	background-image: url(../img/catalog-bg.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 0px;
}
.photos {
	background-image: url(../img/price-bgb.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
}
.photos-item {
	float: left;
	height: 360px;
	width: 360px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.photos-item:hover {
	opacity: 0.8;
}
.photos-item:nth-child(3n) {
	margin-right: 0px;
}
.photos-items {
	margin-top: 40px;
}
.photos-more {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #c4a79e;
	text-decoration: none;
	display: inline-block;
	padding-top: 20px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 55px;
	border: 1px solid #c4a79e;
	margin-top: 20px;
	border-radius: 5px;
}
.photos-more:hover {
	color: #333;
	background-color: #c4a79e;
}
.catalog-text {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 30px;
}
.catalog-btns {
	/* background-image: url(../img/catalog-btns.png); */
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-bottom: 50px;
}
.catalog-btns a {
	background-image: url(../img/btn3.png);
	display: inline-block;
	height: 72px;
	width: 254px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	padding-left: 72px;
	padding-top: 15px;
	line-height: 22px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.catalog-btns a.active {
	background-image: url(../img/btn2.png);
	display: inline-block;
	height: 72px;
	width: 254px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	-moz-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	padding-left: 72px;
	padding-top: 15px;
	line-height: 22px;
	text-align: left;
}
.catalog-btns a span {
	font-weight: normal;
	font-size: 15px;
}
/*  */
.catalog-btns2 {
	/* background-image: url(../img/catalog-btns.png); */
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-bottom: 50px;
}
.catalog-btns2 a {
	background-image: url(../img/btn3.png);
	display: inline-block;
	height: 72px;
	width: 254px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	padding-left: 72px;
	padding-top: 15px;
	line-height: 22px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.catalog-btns2 a.active {
	background-image: url(../img/btn2.png);
	display: inline-block;
	height: 72px;
	width: 254px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	-moz-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	padding-left: 72px;
	padding-top: 15px;
	line-height: 22px;
	text-align: left;
}
.catalog-btns2 a span {
	font-weight: normal;
	font-size: 15px;
}
/*  */
.catalog-item {
	float: left;
	width: 265px;
	margin-right: 26px;
	text-align: center;
	height: 390px;
}
.catalog-item:nth-child(4n) {
	margin-right: 0px;
}
.catalog-item-image {
	background-image: url(../img/item-bg.png);
	text-align: center;
	height: 230px;
	width: 265px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.catalog-item-image img {
	filter: grayscale(100%);
}
.catalog-item:hover img {
	filter: grayscale(0%);
}
.item-title-mini {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}
.item-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.item-text {
	font-size: 14px;
	line-height: 18px;
}
.reviewssert {
	background-image: url(../img/price-bgb.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
}
.reviews {
	background-image: url(../img/price-bgb.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
}
.reviews-stars {
	display: inline-block;
	margin-top: 20px;
	background-image: url(../img/stars-bg.png);
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.reviews-stars img {
	float: left;
	margin-right: 0px;
}
.reviews-stars p {
	font-size: 20px;
	float: left;
	padding-top: 4px;
}
.reviews-stars span {
	font-weight: 600;
}
.reviews-rel {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-left: 29px;
}
.reviews-cont {
	width: 99999px;
	overflow: hidden;
}
.reviews-item {
	float: left;
	width: 360px;
	margin-right: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 10px;
	margin-top: 50px;
}
.reviews-item p {
	font-size: 15px;
	line-height: 20px;
	color: #363839;
}
.reviews-title {
	font-size: 16px;
	line-height: 20px;
	color: #363839;
	height: 80px;
	padding-left: 160px;
}
.reviews-title span {
	font-weight: 600;
	font-size: 15px;
}
.reviews-image img {
	height: 100%;
	width: 100%;
}
.reviews-image {
	height: 200px;
	width: 300px;
	margin-top: -76px;
	margin-left: 5px;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	z-index: 2;
}
.reviews-work {
	background-image: url(../img/review-work.png);
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 194px;
	margin-top: -16px;
	margin-left: 140px;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 9px;
}
.reviews-left {
	background-image: url(../img/reviews-left.png);
	display: block;
	height: 44px;
	width: 44px;
	position: absolute;
	z-index: 2;
	left: -60px;
	top: 93px;
}
.reviews-left:hover {
	opacity: 0.7;
}
.reviews-blocks {
	position: relative;
	margin-bottom: 40px;
}
.reviews-right {
	background-image: url(../img/reviews-right.png);
	display: block;
	height: 44px;
	width: 44px;
	position: absolute;
	z-index: 2;
	top: 93px;
	right: -60px;
}
.reviews-right:hover {
	opacity: 0.7;
}
.contacts {
	outline: none;
}
.contacts-title {
	background-image: url(../img/contacts-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 143px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1c1816;
	border-bottom-color: #160d06;
	text-align: center;
}
.contacts-title-block {
	font-size: 30px;
	font-weight: 500;
	background-image: url(../img/contacts-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
	padding-bottom: 20px;
	margin-top: 45px;
}
.mapp {
	height: 750px;
}
#map2,
#map3,
#map4 {
	display: none;
}
.contacts-block {
	background-color: #FFF;
	position: absolute;
	z-index: 100;
	width: 460px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 100px;
	margin-left: 0px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.22);
}
.contacts-title2 {
	font-size: 30px;
	line-height: 35px;
	color: #282828;
	background-image: url(../img/contacts-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;

}
.contacts-buttons a {
	font-size: 22px;
	color: #282828;
	text-decoration: none;
	text-align: center;
	height: 76px;
	width: 340px;
	display: inline-block;
	padding-top: 17px;
}
.contacts-buttons a:hover, .contacts-buttons a.active {
	background-color: #e5e2de;
}
.contacts-time {
	font-size: 18px;
	font-weight: 600;
	color: #282828;
	background-image: url(../img/contacts-line2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer {
	background-color: #301c0c;
	height: 84px;
}
.footer-left {
	float: left;
	width: 322px;
	margin-left: 68px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #FFF;
	padding-top: 24px;
}
.footer-left a {
	color: #FFF;
	text-decoration: none;
}
.footer-left a:hover {
	text-decoration: none;
}
.footer-soc {
	float: left;
	width: 230px;
	padding-top: 32px;
}
.footer-soc a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 23px;
	float: left;
	margin-right: 25px;
}
.footer-insta {
	background-image: url(../img/footer-insta.png);
}
.footer-vk {
	background-image: url(../img/footer-vk.png);
}
.footer-fb {
	background-image: url(../img/footer-fb.png);
}
.footer-ok {
	background-image: url(../img/footer-ok.png);
}
.footer-phone {
	font-size: 14px;
	line-height: 20px;
background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 35px;
	margin-top: 22px;
}
.footer-phone a {
	color: #FFF;
	text-decoration: none;
}
.footer-phone span {
	font-size: 14px;
	font-weight: normal;
}
.footer-email {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	background-image: url(../img/footer-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 35px;
	margin-top: 22px;
}
.footer-email span {
	font-size: 14px;
	font-weight: normal;
}
.modal-bg {
	background-color: #000;
	position: fixed;
	z-index: 300;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.9;
	display: none;
}
.modal {
	background-image: url(../img/catalog-bg.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	width: 320px;
	margin-top: 100px;
	margin-left: -160px;
	position: fixed;
	left: 50%;
	top: 0px;
	z-index: 301;
	text-align: center;
	border-radius: 5px;
	display: none;
}
.modal-title {
	font-size: 28px;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.modal-inp {
	font-family: Montserrat;
	height: 40px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	width: 95%;
	font-size: 18px;
}
.modal-submit {
	background-image: url(../img/btn.png);
	display: inline-block;
	height: 84px;
	width: 247px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	-moz-box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	box-shadow: 0px 0px 43px 0px rgba(251,80,48,0.84);
	border-radius: 5px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
	color: #FFF;
	padding-left: 62px;
	letter-spacing: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	cursor: pointer;
}
.modal-submit:hover {
	opacity: 0.8;
}
.catalog-items {
	display: none;
}
.photos-more-block {
	display: none;
}
.vk {
	background-image: url(../img/vk.png);
}
.insta {
	background-image: url(../img/insta.png);
}
.id {
	background-image: url(../img/locat.png);
}

.contacts-blocks {
			display: grid;
		}
		.contacts-blocks > a {
			display: block;
			float: left;
		}
		.contacts-blocks > a:hover {
			border: none;
		}
		.contacts-blocks > a:hover {
			background-image: none;
		}
		.contacts-blocks > a.black-adder:hover {
			background-image: none;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
		.black-adder:nth-child(2) {
			border-top: 1px solid #fff;
		}
		.black-adder:hover:nth-child(2) {
			border-top: 1px solid #fff;
		}
		.black-adder:last-child {
			border-bottom: 1px solid #fff;
		}
		.black-adder:hover:last-child {
			border-bottom: 1px solid #fff;
		}
		.black-adder {
			background-color: rgba(0,0,0,.8);
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			transition: background .5s;
		}
		.black-adder:hover {
			background-color: rgba(255,255,255,.3);
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
		
.police {
	font-size: 15px;
    line-height: 18px;
}

.police-link {
	font-size: 16px;
	color: #f5deb3;
}

.social {
	background-image: url(../img/price-bgb.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
	outline: none;
}

.soc-link{
    font-size: 18px;
    color: wheat;
}

.stepform_xE5pU7z {
    font-size: 14px;
    color: wheat;
}

.dopuslugi {
	background-image: url(../img/price-bgb.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
	outline: none;
}
.main-title2 {
	font-size: 24px;
	font-weight: bold;
	background-image: url(../img/maintitle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.skidki {
	background-image: url(../img/skidki2-bg.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
}

.skidki-text {
	width: 23%;
    margin: 0 auto;
    background-image: url(../img/skidki-bg.jpg);
    padding: 20px.20px,20px,20px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    float: left;
    margin-right: 2%;
}


.skidki-text p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: center;
}
.skidki-text p span {
	font-weight: 600;
	color: #f5deb3;
	text-align: center;
}

.freestrigki {
	background-image: url(../img/price-bgb.jpg);
	background-repeat: repeat-y;
	background-size: cover; 
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 70px;
}

/* Localized */