@font-face {
	font-family: OpenSansBold;
	src: url(../font/OpenSans-Bold.ttf)
}

@font-face {
	font-family: OpenSansLight;
	src: url(../font/OpenSans-Light.ttf)
}

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

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

abbr,
fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

ul li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

legend {
	color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

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

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0
}

@media screen and (max-width:960px) {
	.wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width:768px) {
	.wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width:475px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

header {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .4))), url(../img/backgroundhead.png);
	background: -webkit-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)), url(../img/backgroundhead.png);
	background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)), url(../img/backgroundhead.png);
	background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)), url(../img/backgroundhead.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center
}

header .titleProject {
	padding: 80px 0
}

header .titleProject .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 40px
}

header .titleProject .title .headText h1 {
	font-family: OpenSansBold;
	font-size: 70px;
	color: #fff
}

@media screen and (max-width:768px) {
	header .titleProject {
		padding: 15px 0 45px
	}
	header .head .info .text .textSliderBig h1,
	header .titleProject .title .headText h1 {
		font-size: 36px
	}
}

header .titleProject .title .img {
	padding-right: 30px
}

header .head {
	padding: 100px 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

header .head .info {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(83.33333333333334% - 30px);
	width: calc(83.33333333333334% - 30px)
}

header .head .info .text .textSliderBig {
	font-size: 70px;
	font-family: OpenSansBold
}

@media screen and (max-width:960px) {
	header .head {
		display: block;
		padding: 20px
	}
	header .head .info {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	header .head .info .text .textSliderBig {
		font-size: 50px
	}
}

header .head .info .text .textSliderSmall {
	padding: 30px 0;
	max-width: 650px;
	font-size: 14px;
	font-family: OpenSansLight
}

@media screen and (max-width:320px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
	header .head .info .text .textSliderSmall {
		font-size: 10px;
		padding: 15px 0
	}
}

header .head .info .buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px
}

@media screen and (max-width:768px) {
	header .head .info .buttons {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

header .head .info .buttons__first {
	margin-right: 30px;
	background: #d81921
}

header .head .info .buttons__first:hover {
	background: 0 0
}

@media screen and (max-width:550px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
	header .head .info .buttons {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	header .head .info .buttons__first {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}
	header .head .info .buttons__second {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

header .head .info .buttons__second:hover {
	background: #d81921
}

header .head .info .buttons a {
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

header .head .social {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(8.333333333333334% - 30px);
	width: calc(8.333333333333334% - 30px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 80px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

header .head .social .icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right
}

@media screen and (max-width:960px) {
	header .head .social {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding-top: 20px;
		display: block
	}
	header .head .social .icons {
		display: none
	}
}

header .head .social .icons a {
	padding: 5px
}

header .head .social .ellipses {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:960px) {
	header .head .social .ellipses {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	header .head .social .ellipses a {
		margin: 0 10px
	}
}

.headLight {
	background: #fff
}

.headLight .titleLight {
	padding: 20px 0 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.headLight .titleLight .pic {
	padding-right: 20px
}

.headLight .titleLight .text {
	font-family: OpenSansBold;
	font-size: 66px;
	color: #474d57
}

.headLight .littleMenuIcon {
	display: none
}

nav {
	padding: 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

nav .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

nav .menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

nav .menu ul li .link {
	list-style-type: none;
	padding: 0 30px;
	position: relative
}

nav .menu ul li .link a {
	font-family: OpenSansBold
}

nav .menu ul li .link a:hover {
	color: #d81921
}

nav .menu ul li .link:hover .aboutUsLink {
	display: inline-block
}

nav .menu ul li .link .aboutUsLink {
	position: absolute;
	display: none;
	background: #fff;
	top: 10px;
	padding: 8px 15px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	margin-left: -40px;
	margin-top: 10px;
	max-width: 120px
}

nav .menu ul li .link .aboutUsLink a {
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-family: OpenSansBold;
	color: #474d57;
	padding: 7px 0
}

nav .menu ul li .link .aboutUsLink a:hover {
	color: #d81921
}

@media screen and (max-width:960px) {
	.headLight .littleMenuIcon,
	nav .logo {
		display: block
	}
	nav .menu,
	nav .phone {
		display: none
	}
}

nav .phone a {
	font-family: OpenSansBold;
	font-size: 14px
}

nav .phone a::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 17px;
	background-image: url(../img/phone.svg);
	background-position-y: 1px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px
}

nav a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 14px
}

nav .littleMenuIcon {
	display: none
}

.nav {
	padding: 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.nav .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.nav .menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.nav .menu ul li .link {
	list-style-type: none;
	padding: 0 30px;
	position: relative
}

.nav .menu ul li .link a {
	font-family: OpenSansBold
}

.nav .menu ul li .link a:hover {
	color: #d81921
}

.nav .menu ul li .link:hover .aboutUsLink {
	display: inline-block
}

.nav .menu ul li .link .aboutUsLink {
	position: absolute;
	display: none;
	background: #fff;
	top: 10px;
	padding: 8px 15px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	margin-left: -40px;
	margin-top: 10px;
	max-width: 120px
}

.nav .menu ul li .link .aboutUsLink a {
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-family: OpenSansBold;
	color: #474d57;
	padding: 7px 0
}

.nav .menu ul li .link .aboutUsLink a:hover {
	color: #d81921
}

@media screen and (max-width:960px) {
	.nav .logo,
	nav .littleMenuIcon {
		display: block
	}
	.nav .menu,
	.nav .phone {
		display: none
	}
}

.nav .phone a {
	font-family: OpenSansBold;
	font-size: 14px
}

.nav .phone a::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 17px;
	background-image: url(../img/phone.svg);
	background-position-y: 1px;
	background-repeat: no-repeat;
	margin-right: 10px
}

.nav a {
	text-decoration: none;
	display: block;
	color: #474d57;
	font-size: 14px
}

.advantages .blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.advantages .blocks .block {
	color: #474d57;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	padding: 30px 0
}

@media screen and (max-width:960px) {
	.advantages .blocks .block {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
}

@media screen and (max-width:320px) {
	.advantages .blocks .block {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.advantages .blocks .block .digits {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: OpenSansBold;
	font-size: 50px;
	padding: 15px 0;
	text-align: center
}

.advantages .blocks .block .digits p {
	font-family: OpenSansBold;
	font-size: 16px
}

.advantages .blocks .block p {
	text-align: center;
	font-size: 14px;
	font-family: OpenSansLight
}

.projects {
	background: #f8f8f8;
	padding: 50px 0
}

.projects .title {
	color: #474d57;
	text-align: center
}

@media screen and (max-width:768px) {
	.headLight .titleLight .text {
		font-size: 36px
	}
	.projects .title h2 {
		font-size: 40px
	}
}

.projects .title h2 {
	font-size: 40px;
	font-family: OpenSansBold;
	text-align: center
}

.projects .title img {
	margin: 20px auto
}

.projects .title p {
	font-size: 16px;
	font-family: OpenSansLight;
	max-width: 370px;
	margin: 0 auto
}

.projects .bloksOfProjects {
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.projects .bloksOfProjects .blockProject {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(33.333333333333336% - 30px);
	width: calc(33.333333333333336% - 30px);
	position: relative
}

@media screen and (max-width:960px) {
	.projects .bloksOfProjects .blockProject {
		width: -webkit-calc(41.66666666666667% - 30px);
		width: calc(41.66666666666667% - 30px)
	}
	.projects .bloksOfProjects .blockProject a {
		font-size: 20px
	}
}

@media screen and (max-width:768px) {
	.projects .bloksOfProjects .blockProject {
		width: -webkit-calc(54.16666666666667% - 30px);
		width: calc(54.16666666666667% - 30px)
	}
}

@media screen and (max-width:550px) {
	.projects .bloksOfProjects .blockProject {
		width: -webkit-calc(83.33333333333334% - 30px);
		width: calc(83.33333333333334% - 30px)
	}
}

@media screen and (max-width:475px) {
	.projects .bloksOfProjects .blockProject {
		width: -webkit-calc(87.5% - 30px);
		width: calc(87.5% - 30px)
	}
}

.projects .bloksOfProjects .blockProject .pic:hover {
	opacity: .5
}

.projects .bloksOfProjects .blockProject .txt {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 85%
}

.projects .bloksOfProjects .blockProject a {
	text-decoration: none;
	color: #fff;
	font-family: OpenSansBold;
	font-size: 26px
}

.projects .discussion .button {
	margin: 0 auto;
	max-width: 270px;
	background: #d81921;
	font-size: 14px
}

.projects .discussion .button a {
	text-transform: uppercase;
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.production {
	padding: 30px;
	color: #474d57
}

.production .title {
	text-align: center
}

@media screen and (max-width:960px) {
	.production {
		padding: 20px 0
	}
	.production .title h2 {
		font-size: 36px
	}
	.production .blocksOfProduction .blockProd:nth-child(2n) {
		display: block
	}
}

.production .title h2 {
	font-size: 40px;
	font-family: OpenSansBold
}

.production .blocksOfProduction .blockProd {
	padding: 40px 0 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.production .blocksOfProduction .blockProd:nth-child(2n) {
	background: #f8f8f8;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.production .blocksOfProduction .blockProd:nth-child(2n) .pic {
	position: relative;
	text-align: right;
	margin-right: 50px
}

.production .blocksOfProduction .blockProd:nth-child(2n) .pic::before {
	z-index: 25;
	left: 10px;
	top: 75px
}

.production .blocksOfProduction .blockProd:nth-child(2n) .pic img {
	position: relative;
	z-index: 26
}

@media screen and (max-width:960px) {
	.production .blocksOfProduction .blockProd:nth-child(2n) .pic {
		margin-right: 0;
		text-align: center
	}
	.production .blocksOfProduction .blockProd {
		display: block;
		padding: 20px 0
	}
}

.production .blocksOfProduction .blockProd .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(33.333333333333336% - 30px);
	width: calc(33.333333333333336% - 30px);
	padding-top: 50px
}

.production .blocksOfProduction .blockProd .txt .titleBlock {
	margin-left: -40px;
	position: relative
}

.production .blocksOfProduction .blockProd .txt .titleBlock__div {
	display: inline-block;
	width: 80%
}

.production .blocksOfProduction .blockProd .txt .titleBlock h3 {
	margin-left: 40px;
	font-size: 32px;
	font-family: OpenSansBold;
	color: #474d57
}

.production .blocksOfProduction .blockProd .txt .titleBlock h3::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url(../img/squareSmall.png);
	margin: 12px 20px 0 -40px
}

@media screen and (max-width:960px) {
	.production .blocksOfProduction .blockProd .txt {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding-top: 0
	}
	.production .blocksOfProduction .blockProd .txt .titleBlock h3::before {
		margin: 12px 20px 0 0
	}
}

.production .blocksOfProduction .blockProd .txt .titleBlock .img {
	position: absolute;
	top: 16px;
	left: -30px
}

.production .blocksOfProduction .blockProd .txt p {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 30px 0
}

.production .blocksOfProduction .blockProd .txt a {
	text-decoration: none;
	color: #d81921;
	font-family: OpenSansBold;
	text-transform: uppercase
}

.production .blocksOfProduction .blockProd .txt a img {
	padding-left: 15px
}

.production .blocksOfProduction .blockProd .pic {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(58.333333333333336% - 30px);
	width: calc(58.333333333333336% - 30px)
}

.production .blocksOfProduction .blockProd .pic::before {
	content: "";
	display: block;
	width: 90%;
	height: 90%;
	left: 50px;
	top: 75px;
	z-index: -1;
	border: 1px solid #ccc;
	position: absolute
}

.production .getConsultation {
	padding: 20px 0;
	margin: 0 auto
}

.production .getConsultation .button {
	margin: 0 auto;
	max-width: 270px;
	background: #d81921;
	font-size: 14px
}

.production .getConsultation .button a {
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.kids .getConsultation {
	padding: 20px 0;
	margin: 0 auto
}

.kids .getConsultation .button {
	margin: 0 auto;
	max-width: 270px;
	background: #d81921;
	font-size: 14px
}

.kids .getConsultation .button a {
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.kids .blocksKids {
	padding: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:960px) {
	.production .blocksOfProduction .blockProd .pic::before {
		display: none
	}
	.production .blocksOfProduction .blockProd .pic {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding: 20px;
		margin: 0 auto;
		text-align: center
	}
	.kids .blocksKids {
		padding: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.kids .blocksKids .pic {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
		padding: 20px;
		margin: 0 auto
	}
	.kids .blocksKids .txt {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0
	}
}

.kids .blocksKids .pic {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px)
}

@media screen and (max-width:960px) {
	.kids .blocksKids .pic {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.kids .blocksKids .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	padding: 50px 0 0 50px
}

.kids .blocksKids .txt .titleBlock {
	position: relative
}

@media screen and (max-width:960px) {
	.kids .blocksKids .txt {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding: 0 0 0 20px
	}
	.kids .blocksKids .txt .titleBlock h2 {
		font-size: 36px
	}
}

.kids .blocksKids .txt .titleBlock h2 {
	font-size: 40px;
	font-family: OpenSansBold;
	color: #474d57
}

.kids .blocksKids .txt .titleBlock .img {
	position: absolute;
	top: 22px;
	left: -30px
}

.kids .blocksKids .txt p {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 30px 0
}

.kids .blocksKids .txt a {
	font-size: 14px;
	text-decoration: none;
	color: #d81921;
	font-family: OpenSansBold;
	text-transform: uppercase
}

.kids .blocksKids .txt a img {
	padding-left: 15px
}

.schemeOfWork {
	padding: 60px 0
}

.schemeOfWork .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.schemeOfWork .content .txtScheme {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px)
}

.schemeOfWork .content .txtScheme .titleScheme {
	color: #474d57
}

@media screen and (max-width:960px) {
	.schemeOfWork .content .txtScheme {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	.schemeOfWork .content .txtScheme .titleScheme h2 {
		font-size: 36px
	}
}

.schemeOfWork .content .txtScheme .titleScheme h2 {
	font-size: 40px;
	font-family: OpenSansBold
}

.schemeOfWork .content .txtScheme .titleScheme img {
	padding: 15px 0
}

.schemeOfWork .content .txtScheme .blocksScheme {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.schemeOfWork .content .txtScheme .blocksScheme .block {
	max-width: 290px;
	padding: 25px 5px 25px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.schemeOfWork .content .txtScheme .blocksScheme .block .num {
	font-size: 30px;
	font-family: OpenSansBold;
	color: #d81921;
	margin: -10px 10px 0 0
}

.schemeOfWork .content .txtScheme .blocksScheme .block .txt h4 {
	font-family: OpenSansBold;
	font-size: 18px
}

.schemeOfWork .content .txtScheme .blocksScheme .block .txt p {
	padding-top: 20px;
	font-family: OpenSansLight;
	font-size: 16px
}

.schemeOfWork .content .txtScheme p {
	padding: 30px 0;
	font-size: 16px;
	font-family: OpenSansLight
}

.schemeOfWork .content .txtScheme p span {
	font-family: OpenSansBold
}

.schemeOfWork .content .picScheme {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px)
}

.design {
	background: url(../img/Group_64.svg) no-repeat #f8f8f8;
	background-position-x: 116%;
	background-position-y: 25px;
	padding: 60px 0 150px
}

@media screen and (max-width:960px) {
	.schemeOfWork .content .txtScheme .blocksScheme {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.schemeOfWork .content .txtScheme .blocksScheme .block {
		padding: 5px 0
	}
	.schemeOfWork .content .picScheme {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		text-align: center
	}
	.design {
		background-image: none;
		padding-bottom: 200px
	}
	.design .txtDesign .titleScheme h2 {
		font-size: 36px
	}
}

.design .txtDesign .titleScheme {
	color: #474d57
}

.design .txtDesign .titleScheme h2 {
	font-size: 40px;
	font-family: OpenSansBold
}

.design .txtDesign .titleScheme img {
	padding: 15px 0
}

.design .txtDesign p {
	padding: 15px 0;
	font-size: 16px;
	font-family: OpenSansLight;
	max-width: 870px
}

.design .txtDesign p span {
	font-family: OpenSansBold
}

.design .txtDesign a {
	padding: 20px 0;
	display: block;
	text-decoration: none;
	color: #d81921;
	font-family: OpenSansBold;
	text-transform: uppercase;
	font-size: 14px
}

.design .txtDesign a img {
	padding-left: 15px
}

.connection {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.connection .connect {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	max-width: 970px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 47px
}

@media screen and (max-width:960px) {
	.connection .connect h4 {
		margin-bottom: 0
	}
}

.connection .connect h4 {
	font-size: 26px;
	font-family: OpenSansBold;
	text-align: center;
	margin-bottom: 30px
}

.connection .connect .information {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.connection .connect .information input {
	max-width: 270px;
	border: none;
	margin: 0 auto;
	font-size: 16px;
	font-family: OpenSansLight;
	color: #000;
	width: 90%;
	padding-bottom: 5px;
	border-bottom: 1px solid #000
}

.connection .connect .information input:focus {
	outline: 0;
	border-color: #1e90ff
}

.connection .connect .information input::-webkit-input-placeholder {
	color: #474d57
}

.connection .connect .information input::-moz-placeholder {
	color: #474d57
}

.connection .connect .information input:-ms-input-placeholder {
	color: #474d57
}

.connection .connect .information input::-ms-input-placeholder {
	color: #474d57
}

.connection .connect .information input::placeholder {
	color: #474d57
}

.connection .connect .information .inputName {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%
}

.connection .connect .information .inputPhone {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%
}

.connection .connect .information .buttonSend {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	max-width: 270px;
	width: 100%;
	background: #d81921;
	font-size: 14px
}

.connection .connect .information .buttonSend a {
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.connection .connect .agree {
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	color: #474d57;
	font-size: 14px;
	font-family: OpenSansLight
}

.connection .connect .agree a {
	font-family: OpenSansBold;
	color: #d81921
}

.connection .connect .agree input[type=checkbox] {
	display: none;
	cursor: pointer
}

.connection .connect .agree input[type=checkbox]:checked+label::before {
	background-image: url(../img/Path_22222.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background-position-y: 2px;
	background-position-x: 1px
}

.connection .connect .agree label {
	padding-left: 20px
}

.connection .connect .agree label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #d81921;
	vertical-align: middle;
	margin-left: -15px;
	margin-right: 5px;
	margin-top: -5px;
	background: #d81921
}

footer {
	background: #474d57;
	padding: 30px 0
}

footer .blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

@media screen and (max-width:768px) {
	.design {
		padding-bottom: 250px
	}
	footer .blocks {
		display: block
	}
}

footer .blocks .block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	color: #fff
}

@media screen and (max-width:960px) {
	.connection .connect .information {
		display: block
	}
	.connection .connect .information .inputName {
		padding: 20px 0;
		text-align: center
	}
	.connection .connect .information .inputPhone {
		padding: 20px 0 40px;
		text-align: center
	}
	.connection .connect .information .buttonSend {
		margin: 0 auto
	}
	footer .blocks .block {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	footer .blocks .block,
	footer .blocks .block .pic {
		text-align: center
	}
}

footer .blocks .block h4 {
	font-size: 20px;
	font-family: OpenSansBold;
	padding: 10px 0
}

footer .blocks .block ul li {
	padding: 8px 0
}

footer .blocks .block ul li a {
	font-size: 16px;
	font-family: OpenSansLight;
	text-decoration: none;
	color: #fff
}

footer .blocks .block .contacts a {
	font-size: 20px;
	font-family: OpenSansBold;
	text-decoration: none;
	color: #fff
}

footer .bottomLine {
	padding-top: 70px;
	color: #fff;
	font-family: OpenSansLight;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

footer .bottomLine a {
	color: #fff;
	font-family: OpenSansLight;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px
}

footer .bottomLine a:hover {
	color: #d81921
}

@media screen and (max-width:960px) {
	footer .blocks .block ul li {
		padding: 5px 0
	}
	footer .bottomLine {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	footer .bottomLine .first {
		padding: 5px;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	footer .bottomLine .second {
		padding: 5px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	footer .bottomLine .links {
		padding: 5px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.contentProject .contentAll .middle .note .point {
		display: none
	}
}

.contentProject {
	background: #fff;
	color: #474d57;
	padding: 20px;
	font-size: 26px
}

@media screen and (max-width:768px) {
	.contentProject h2 {
		font-size: 36px
	}
}

.contentProject h2,
.contentProject h3,
.contentProject h4 {
	font-family: OpenSansBold;
	padding: 5px 0
}

.contentProject h2 {
	font-size: 40px
}

.contentProject h3 {
	font-size: 32px
}

.contentProject p {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 10px 0
}

.contentProject .top {
	margin-top: -60px;
	background: #fff;
	padding: 10px 35px
}

.contentProject .top a {
	text-transform: uppercase;
	font-size: 16px;
	font-family: OpenSansBold;
	text-decoration: none;
	color: #474d57
}
.contentProjectNoMarg .top{
	text-transform: uppercase;
	font-size: 16px;
	font-family: OpenSansBold;
	text-decoration: none;
	color: #474d57
}

p {
    font-size: 16px;
    font-family: OpenSansLight;
    padding: 10px 0;
}
ol li{
    font-size: 16px;
    font-family: OpenSansLight;
    padding: 10px 0;
}

.contentProject .top a::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 1px;
	background-image: url(../img/Line_14.png);
	margin: 0 5px 0 10px;
	vertical-align: middle
}
.contentProject .top  {
	text-transform: uppercase;
	font-size: 16px;
	font-family: OpenSansBold;
	color: #d81921
}
.contentProject .top span {
	text-transform: uppercase;
	font-size: 16px;
	font-family: OpenSansBold;
	color: #d81921
}

.contentProject .contentAll {
	background: #fff;
	padding: 5px 15px
}

.contentProject .contentAll .middle .video {
	text-align: center
}

.contentProject .contentAll .middle .note {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 20px;
	background: #f8f8f8;
	margin: 0 -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.contentProject .contentAll .middle .note .point {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: -webkit-calc(16.666666666666668% - 30px);
	width: calc(16.666666666666668% - 30px);
	margin: 0 auto;
	text-align: center;
	font-size: 90px;
	color: #d81921
}

.contentProject .contentAll .middle .note .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(83.33333333333334% - 30px);
	width: calc(83.33333333333334% - 30px)
}

.contentProject .contentAll .blockBig,
.contentProject .contentAll .blockMiddle {
	padding: 15px 0
}

.contentProject .contentAll .blockMiddle .blocksGallery {
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contentProject .contentAll .blockMiddle .blocksGallery .blockPic {
	text-align: center;
	padding: 10px
}

.contentProject .contentAll .blockSmall {
	padding: 15px 0
}

.contentProject .contentAll .blockSmall h4 {
	margin-bottom: 38px
}

.contentProject .contentAll .blockSmall ul {
	margin-left: 60px
}

.contentProject .contentAll .blockSmall ul li {
	margin-bottom: 15px;
	font-family: OpenSansLight;
	font-size: 16px
}

.contentProject .contentAll .blockSmall ul li::before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../img/square.png) no-repeat
}

.contentProjectNoMarg .top {
	background: #fff;
	padding: 20px 15px
}

.contentProjectNoMarg .top a {
	text-transform: uppercase;
	font-size: 16px;
	font-family: OpenSansBold;
	text-decoration: none;
	color: #474d57
}

.contentProjectNoMarg .top a::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 1px;
	background-image: url(../img/Line_14.png);
	margin: 0 5px 0 10px;
	vertical-align: middle
}

.contentProjectNoMarg .top span {
	text-transform: uppercase;
	font-size: 16px;
	font-family: OpenSansBold;
	color: #d81921
}

.topHF {
	padding: 20px
}

.topHF .top {
	margin-top: -65px;
	background: #fff
}

.topHF .top p {
	font-size: 16px;
	font-family: OpenSansBold;
	padding: 15px
}

.topHF .txtHF {
	padding: 20px;
	background: #fff
}

.topHF .txtHF p {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 10px 0
}

.topNoMarg {
	padding: 20px
}

.topNoMarg .top {
	background: #fff
}

.topNoMarg .top p {
	font-size: 16px;
	font-family: OpenSansBold;
	padding: 15px
}

.topNoMarg .txtHF {
	padding: 20px;
	background: #fff
}

.topNoMarg .txtHF p {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 10px 0
}

.clientage {
	padding: 30px;
	background: #f8f8f8
}

.clientage .titleClientage {
	text-align: center
}

@media screen and (max-width:960px) {
	.contentProject .contentAll .middle .note .txt {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	.contentProject .contentAll .blockMiddle .blocksGallery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.clientage .titleClientage {
		font-size: 36px
	}
}

.clientage .titleClientage h2 {
	font-size: 40px;
	font-family: OpenSansBold
}

.clientage .blocksClientages {
	padding: 40px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.clientage .blocksClientages .blockClientage {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(16.666666666666668% - 30px);
	width: calc(16.666666666666668% - 30px)
}

@media screen and (max-width:960px) {
	.clientage .blocksClientages .blockClientage {
		width: -webkit-calc(25% - 30px);
		width: calc(25% - 30px)
	}
}

@media screen and (max-width:768px) {
	.clientage .blocksClientages .blockClientage {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
}

@media screen and (max-width:550px) {
	.clientage .blocksClientages .blockClientage {
		width: -webkit-calc(83.33333333333334% - 30px);
		width: calc(83.33333333333334% - 30px)
	}
}

@media screen and (max-width:475px) {
	.clientage .blocksClientages .blockClientage {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.reviews {
	background: #f8f8f8;
	color: #474d57
}

.reviews .reviewsBlocks {
	padding: 20px 0
}

.reviews .reviewsBlocks .reviewBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.reviews .reviewsBlocks .reviewBlock .man {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(16.666666666666668% - 30px);
	width: calc(16.666666666666668% - 30px);
	text-align: center;
	padding: 10px 0
}

@media screen and (max-width:960px) {
	.reviews .reviewsBlocks {
		padding: 0
	}
	.reviews .reviewsBlocks .reviewBlock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.reviews .reviewsBlocks .reviewBlock .man {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
}

@media screen and (max-width:320px) {
	footer .blocks .block {
		text-align: left
	}
	.reviews .reviewsBlocks .reviewBlock .man {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.reviews .reviewsBlocks .reviewBlock .man img {
	padding: 5px 0
}

.reviews .reviewsBlocks .reviewBlock .man p {
	font-family: OpenSansLight;
	font-size: 14px
}

.reviews .reviewsBlocks .reviewBlock .man p span {
	font-size: 18px;
	font-family: OpenSansBold
}

.reviews .reviewsBlocks .reviewBlock .txtReview {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(66.66666666666667% - 30px);
	width: calc(66.66666666666667% - 30px)
}

.reviews .reviewsBlocks .reviewBlock .txtReview .name {
	text-align: center;
	font-family: OpenSansBold;
	font-size: 32px
}

.reviews .reviewsBlocks .reviewBlock .txtReview .txt {
	font-family: OpenSansLight;
	font-size: 16px;
	padding: 20px
}

.reviews .reviewsBlocks .reviewBlock .txtReview .squares {
	text-align: center
}

.reviews .reviewsBlocks .reviewBlock .txtReview .squares a {
	padding: 0 10px
}

.reviews .reviewsBlocks .thanksNote {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(16.666666666666668% - 30px);
	width: calc(16.666666666666668% - 30px);
	padding: 10px 0
}

@media screen and (max-width:960px) {
	.reviews .reviewsBlocks .reviewBlock .txtReview {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	.reviews .reviewsBlocks .thanksNote {
		display: none
	}
}

.show {
	background: #f8f8f8
}

.show .showBlocks {
	padding: 30px 0
}

.show .showBlocks p {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 20px 0
}

.show .showBlocks .showButtons {
	padding: 30px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.show .showBlocks .showButtons .button {
	margin: 5px 16px;
	width: 256px;
	background: #fff
}

.show .showBlocks .showButtons .button:hover {
	background: red
}

.show .showBlocks .showButtons .button:hover a {
	color: #fff
}

.show .showBlocks .showButtons .button a {
	padding: 30px 60px;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #474d57;
	font-family: OpenSansBold
}

.show .showBlocks .showGallery .showImg {
	height: 420px;
	text-align: center;
	overflow-x: hidden
}

.show .showBlocks .showGallery .showImg img {
	padding: 15px
}

.show .showBlocks .showGallery .showImg::-webkit-scrollbar {
	width: 10px
}

.show .showBlocks .showGallery .showImg::-webkit-scrollbar-track {
	background: #e1e1e1
}

.show .showBlocks .showGallery .showImg::-webkit-scrollbar-thumb {
	background: #d81921;
	-webkit-border-radius: 100px;
	border-radius: 100px
}

.getConsultation {
	background: #fff;
	padding: 50px 0
}

.getConsultation h2 {
	font-size: 40px;
	font-family: OpenSansBold;
	color: #fff
}

.getConsultation .information input {
	max-width: 370px;
	border: none;
	margin: 20px auto;
	font-size: 20px;
	font-family: OpenSansLight;
	color: #fff;
	width: 90%;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	background: #d9dadc
}

.getConsultation .information input:focus {
	outline: 0;
	border-color: #1e90ff
}

.getConsultation .information input::-webkit-input-placeholder {
	color: #fff
}

.getConsultation .information input::-moz-placeholder {
	color: #fff
}

.getConsultation .information input:-ms-input-placeholder {
	color: #fff
}

.getConsultation .information input::-ms-input-placeholder {
	color: #fff
}

.getConsultation .information input::placeholder {
	color: #fff
}

.getConsultation .information .buttonSend {
	margin: 10px 0;
	max-width: 270px;
	background: #d81921;
	font-size: 14px
}

.getConsultation .information .buttonSend a {
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.getConsultation .agree {
	padding: 10px 0;
	max-width: 370px;
	color: #fff;
	font-size: 12px;
	font-family: OpenSansLight
}

.getConsultation .agree a {
	font-family: OpenSansBold;
	color: #fff
}

.getConsultation .agree input {
	cursor: pointer;
	background-color: #eee;
	margin: 10px 5px 5px
}

.getConsultationSecond {
	background: #d9dadc;
	padding: 50px 0
}

.getConsultationSecond h2 {
	font-size: 40px;
	font-family: OpenSansBold;
	color: #fff;
	padding: 0 0 10px
}

.getConsultationSecond .information input {
	max-width: 370px;
	border: none;
	margin: 20px auto;
	font-size: 20px;
	font-family: OpenSansLight;
	color: #000;
	width: 90%;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	background: #d9dadc
}

.getConsultationSecond .information input:focus {
	outline: 0;
	border-color: #1e90ff
}

.getConsultationSecond .information input::-webkit-input-placeholder {
	color: #000
}

.getConsultationSecond .information input::-moz-placeholder {
	color: #000
}

.getConsultationSecond .information input:-ms-input-placeholder {
	color: #000
}

.getConsultationSecond .information input::-ms-input-placeholder {
	color: #000
}

.getConsultationSecond .information input::placeholder {
	color: #000
}

.getConsultationSecond .information .buttonSend {
	margin: 10px 0;
	max-width: 270px;
	background: #d81921;
	font-size: 14px
}

.getConsultationSecond .information .buttonSend a {
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.getConsultationSecond .agree {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 350px;
	padding: 15px 0;
	color: #474d57;
	font-size: 14px;
	font-family: OpenSansLight
}

@media screen and (max-width:960px) {
	.show .showBlocks .showButtons {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.show .showBlocks .showGallery .showImg img {
		width: 360px
	}
	.getConsultationSecond .information,
	.getConsultationSecond h2 {
		text-align: center
	}
	.getConsultationSecond .information .buttonSend {
		margin: 10px auto
	}
	.getConsultationSecond .agree {
		margin: 0 auto;
		text-align: center
	}
}

.getConsultationSecond .agree a {
	font-family: OpenSansBold;
	color: #474d57
}

.getConsultationSecond .agree input[type=checkbox] {
	display: none;
	cursor: pointer
}

.getConsultationSecond .agree input[type=checkbox]:checked+label::before {
	background-image: url(../img/Path_22222.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background-position-y: 2px;
	background-position-y: 1px
}

.getConsultationSecond .agree label {
	padding-left: 20px
}

.getConsultationSecond .agree label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	vertical-align: middle;
	margin-left: -20px;
	margin-right: 5px
}

.getConsultationSecond .agree .txt {
	display: inline;
	text-align: left;
	color: #000
}

.getConsultationSecond .agree .txt a {
	color: #000
}

.anotherProject {
	padding: 50px
}

.anotherProject .titleAnProj {
	text-align: center;
	color: #474d57
}

.anotherProject .titleAnProj h2 {
	font-size: 40px;
	font-family: OpenSansBold
}

.anotherProject .titleAnProj h2 span {
	color: #d81921
}

.anotherProject .sliderAnProj {
	padding: 20px 0
}

.anotherProject .sliderAnProj .sliderLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.anotherProject .sliderAnProj .sliderLink .blockLinkAP {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(33.333333333333336% - 30px);
	width: calc(33.333333333333336% - 30px);
	position: relative
}

@media screen and (max-width:960px) {
	.anotherProject .sliderAnProj .sliderLink .blockLinkAP {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
}

@media screen and (max-width:768px) {
	.anotherProject .sliderAnProj .sliderLink .blockLinkAP {
		width: -webkit-calc(62.50000000000001% - 30px);
		width: calc(62.50000000000001% - 30px)
	}
}

@media screen and (max-width:550px) {
	.anotherProject {
		padding: 25px
	}
	.anotherProject .sliderAnProj .sliderLink .blockLinkAP {
		width: -webkit-calc(83.33333333333334% - 30px);
		width: calc(83.33333333333334% - 30px)
	}
}

@media screen and (max-width:475px) {
	.anotherProject .sliderAnProj .sliderLink .blockLinkAP {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.anotherProject .sliderAnProj .sliderLink .blockLinkAP .pic:hover {
	opacity: .8
}

.anotherProject .sliderAnProj .sliderLink .blockLinkAP .txt {
	position: absolute;
	bottom: 30px;
	left: 20px
}

.anotherProject .sliderAnProj .sliderLink .blockLinkAP a {
	text-decoration: none;
	color: #fff;
	font-family: OpenSansBold;
	font-size: 26px
}

.anotherProject .sliderAnProj .ellipses {
	text-align: center
}

.anotherProject .sliderAnProj .ellipses a {
	padding: 15px 5px
}

.productionPage {
	background: #f8f8f8
}

.productionPage .titleClientage {
	padding: 20px 0;
	text-align: center;
	color: #474d57
}

.productionPage .titleClientage h2 {
	font-size: 40px;
	font-family: OpenSansBold
}

.productionPage .prodBloks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.productionPage .prodBloks .prodBlock {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	position: relative
}

@media screen and (max-width:768px) {
	.productionPage .prodBloks .prodBlock {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.productionPage .prodBloks .prodBlock .pic:hover {
	opacity: .8
}

.productionPage .prodBloks .prodBlock .txt {
	position: absolute;
	bottom: 40px;
	left: 30px
}

.productionPage .prodBloks .prodBlock a {
	text-decoration: none;
	color: #fff;
	font-family: OpenSansBold;
	font-size: 32px
}

.ffhtxt P {
	padding: 30px 50px 0;
	font-size: 16px;
	font-family: OpenSansLight;
	color: #474d57
}

.jobs {
	padding-bottom: 40px
}

.jobs .jobBlocks {
	/*display: -webkit-box;
	display: -webkit-flex;*/
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.jobs .jobBlocks .jobBlock {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	padding: 30px;
	margin: 20px 15px;
	background: #f8f8f8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: -webkit-calc(33.333333333333336% - 30px);
	width: calc(33.333333333333336% - 30px);
	float: left;
	min-height: 1300px;
}

.jobs .jobBlocks .jobBlock h4,
.jobs .jobBlocks .jobBlock p {
	font-size: 26px;
	font-family: OpenSansBold;
	padding: 10px 0
}

.jobs .jobBlocks .jobBlock .button {
	margin: 0 auto;
	max-width: 270px;
	background: #d81921;
	font-size: 14px
}

@media screen and (max-width:960px) {
	.jobs .jobBlocks {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.jobs .jobBlocks .jobBlock {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	.jobs .jobBlocks .jobBlock .button {
		margin: 0
	}
}

.jobs .jobBlocks .jobBlock .button a {
	text-transform: uppercase;
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.jobs .jobBlocks .jobBlock .needs {
	padding: 15px 0;
	font-size: 14px
}

.jobs .jobBlocks .jobBlock .needs span {
	font-family: OpenSansBold
}

.jobs .jobBlocks .jobBlock .needs ul li {
	font-family: OpenSansLight
}

.team {
	padding-bottom: 30px
}

.team .mans {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.team .mans .man {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	background: #f8f8f8;
	padding: 20px;
	margin: 15px auto;
	text-align: center;
	color: #474d57
}

@media screen and (max-width:960px) {
	.team .mans .man {
		width: -webkit-calc(33.333333333333336% - 30px);
		width: calc(33.333333333333336% - 30px)
	}
	.contacts .contactsBlocks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (max-width:768px) {
	.team .mans .man {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
}

@media screen and (max-width:320px) {
	.team .mans .man {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.team .mans .man img {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.team .mans .man .name {
	font-family: OpenSansBold;
	font-size: 18px;
	padding: 5px 0
}

.team .mans .man p {
	font-family: OpenSansLight;
	font-size: 12px;
	padding: 5px 0
}

.team .mans .man a {
	font-family: OpenSansLight;
	font-size: 14px;
	padding: 5px 0;
	text-decoration: none;
	color: #474d57;
	font-weight: 700
}

.contacts .contactsBlocks {
	padding: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.contacts .contactsBlocks .contatcBlock {
	margin: 20px 15px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: -webkit-calc(33.333333333333336% - 30px);
	width: calc(33.333333333333336% - 30px);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

@media screen and (max-width:960px) {
	.contacts .contactsBlocks .contatcBlock {
		width: -webkit-calc(66.66666666666667% - 30px);
		width: calc(66.66666666666667% - 30px)
	}
}

@media screen and (max-width:768px) {
	.contacts .contactsBlocks .contatcBlock {
		width: -webkit-calc(83.33333333333334% - 30px);
		width: calc(83.33333333333334% - 30px)
	}
}

@media screen and (max-width:320px) {
	.contacts .contactsBlocks .contatcBlock {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.contacts .contactsBlocks .contatcBlock .links {
	padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contacts .contactsBlocks .contatcBlock .links .pic {
	width: 20px;
	text-align: center
}

.contacts .contactsBlocks .contatcBlock .links .txt {
	padding: 0 10px;
	color: #000;
	font-family: OpenSansBold;
	font-size: 16px
}

.contacts .contactsBlocks .contatcBlock .links .txt span {
	font-size: 14px
}

.contacts .contactsBlocks .contatcLink {
	margin: 20px 15px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: -webkit-calc(33.333333333333336% - 30px);
	width: calc(33.333333333333336% - 30px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:960px) {
	.contacts .contactsBlocks .contatcLink {
		width: -webkit-calc(66.66666666666667% - 30px);
		width: calc(66.66666666666667% - 30px)
	}
}

@media screen and (max-width:768px) {
	.contacts .contactsBlocks .contatcLink {
		width: -webkit-calc(83.33333333333334% - 30px);
		width: calc(83.33333333333334% - 30px)
	}
}

@media screen and (max-width:320px) {
	.contacts .contactsBlocks .contatcLink {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.contacts .contactsBlocks .contatcLink .callUs {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.contacts .contactsBlocks .contatcLink .callUs a {
	display: block;
	padding: 20px;
	color: #474d57;
	text-decoration: none
}

.contacts .contactsBlocks .contatcLink .callUs a .block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contacts .contactsBlocks .contatcLink .callUs a .block .text {
	font-family: OpenSansBold;
	font-size: 32px
}

.titleBC .txt {
	font-size: 16px;
	font-family: OpenSansLight;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px)
}

.titleBC .buttons {
	padding: 15px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.titleBC .buttons .priceListAll {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:960px) {
	.titleBC .buttons,
	.titleBC .buttons .priceListAll {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.titleBC .buttons .priceListAll .priceList1 {
	padding: 15px;
	width: 230px
}

.titleBC .buttons .priceListAll .priceList1 a {
	display: block;
	padding: 10px 15px 10px 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	font-family: OpenSansLight;
	font-size: 14px;
	border: 1px solid #d81921;
	color: #474d57
}

.titleBC .buttons .priceListAll .priceList1 a img {
	padding: 0 10px;
	margin-bottom: -5px
}

.titleBC .buttons .priceListAll .priceList1 a:hover {
	color: #fff;
	background: #d81921
}

.titleBC .buttons .priceListAll .priceList2 {
	padding: 15px;
	width: 230px
}

.titleBC .buttons .priceListAll .priceList2 a {
	display: block;
	padding: 10px 15px 10px 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	font-family: OpenSansLight;
	font-size: 14px;
	border: 1px solid #d81921;
	color: #474d57
}

.titleBC .buttons .priceListAll .priceList2 a img {
	padding: 0 10px;
	margin-bottom: -5px
}

.titleBC .buttons .priceListAll .priceList2 a:hover {
	color: #fff;
	background: #d81921
}

.titleBC .buttons .call {
	width: 270px;
	font-size: 14px
}

.titleBC .buttons .call a {
	background: #d81921;
	text-transform: uppercase;
	padding: .9em 2em;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921
}

.catalog {
	padding: 40px 0;
	background: #f8f8f8
}

.catalog .catalogMenu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog .catalogMenu .link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(16.666666666666668% - 30px);
	width: calc(16.666666666666668% - 30px);
	padding: 10px 0
}

@media screen and (max-width:960px) {
	.catalog .catalogMenu .link {
		width: -webkit-calc(33.333333333333336% - 30px);
		width: calc(33.333333333333336% - 30px);
		text-align: center
	}
}

@media screen and (max-width:768px) {
	.catalog .catalogMenu .link {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
}

@media screen and (max-width:320px) {
	.catalog .catalogMenu .link {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.catalog .catalogMenu .link a {
	display: block;
	color: #474d57;
	font-size: 20px;
	font-family: OpenSansBold;
	text-decoration: none
}

.catalog .catalogMenu .link a span,
.catalog .catalogMenu .link a:hover {
	color: #d81921
}

.catalog .catalogGallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 20px
}

.catalog .catalogGallery .block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	padding: 20px;
	text-align: center
}

@media screen and (max-width:960px) {
	.catalog .catalogGallery .block {
		width: -webkit-calc(33.333333333333336% - 30px);
		width: calc(33.333333333333336% - 30px)
	}
}

@media screen and (max-width:768px) {
	.catalog .catalogGallery .block {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
}

@media screen and (max-width:320px) {
	.catalog .catalogGallery .block {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.catalog .catalogGallery .block:hover img {
	border: 1px solid #d81921
}

.catalog .catalogGallery .block:hover p {
	color: #d81921
}

.catalog .catalogGallery .block p {
	font-size: 14px;
	font-family: OpenSansLight;
	padding: 5px
}

.catalog .catalogGallery .block span {
	font-size: 16px;
	font-family: OpenSansBold;
	padding: 5px
}

.catalog .buttonSelectAll {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.catalog .buttonSelectAll .buttonSelect {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.catalog .buttonSelectAll .buttonSelect .arrOne {
	background: #d81921;
	border-right: 1px solid #fff;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	padding: 10px
}

.catalog .buttonSelectAll .buttonSelect .arrOne img {
	margin-bottom: -2px
}

.catalog .buttonSelectAll .buttonSelect .num {
	padding: 10px 35px;
	background: #d81921;
	font-size: 14px;
	font-family: OpenSansLight;
	color: #fff
}

.catalog .buttonSelectAll .buttonSelect .arrTwo {
	padding: 10px;
	background: #d81921;
	border-left: 1px solid #fff;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0
}

.catalog .buttonSelectAll .buttonSelect .arrTwo img {
	margin-bottom: -2px
}

.designBlockContent1 .block {
	padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.designBlockContent1 .block .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(58.333333333333336% - 30px);
	width: calc(58.333333333333336% - 30px);
	font-size: 16px;
	font-family: OpenSansLight
}

@media screen and (max-width:768px) {
	.designBlockContent1 .block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.designBlockContent1 .block .txt {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.designBlockContent1 .block .txt p {
	padding: 10px 0
}

.designBlockContent1 .block .video {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(41.66666666666667% - 30px);
	width: calc(41.66666666666667% - 30px)
}

.designBlockContent2 .block {
	padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:768px) {
	.designBlockContent1 .block .video {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		text-align: center
	}
	.designBlockContent2 .block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.designBlockContent2 .block .pic {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px)
}

@media screen and (max-width:768px) {
	.designBlockContent2 .block .pic {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		text-align: center;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
}

.designBlockContent2 .block .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	font-size: 16px;
	font-family: OpenSansLight
}

@media screen and (max-width:768px) {
	.designBlockContent2 .block .txt {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
}

.extra {
	max-width: 540px;
	max-height: 570px;
	background: #fff
}

.extra .extraBlock {
	border: 2px solid #000;
	padding: 30px 0
}

.extra .extraBlock h2 {
	font-family: OpenSansBold;
	font-size: 40px;
	color: #474d57;
	text-align: center;
	padding: 20px 0 50px
}

.extra .extraBlock .input {
	text-align: center;
	padding: 20px 0
}

.extra .extraBlock .input input:focus::-webkit-input-placeholder {
	color: transparent
}

.extra .extraBlock .input input:focus:-moz-placeholder {
	color: transparent
}

.extra .extraBlock .input input:focus::-moz-placeholder {
	color: transparent
}

.extra .extraBlock .input input:focus:-ms-input-placeholder {
	color: transparent
}

.extra .extraBlock .input input {
	width: 370px;
	border: none;
	font-size: 22px;
	font-family: OpenSansLight;
	color: #474d57;
	padding-bottom: 5px;
	border-bottom: 1px solid #d81921
}

.extra .extraBlock .input input:focus {
	outline: 0;
	border-color: #1e90ff
}

.extra .extraBlock .input input::-webkit-input-placeholder {
	color: #474d57
}

.extra .extraBlock .input input::-moz-placeholder {
	color: #474d57
}

.extra .extraBlock .input input:-ms-input-placeholder {
	color: #474d57
}

.extra .extraBlock .input input::-ms-input-placeholder {
	color: #474d57
}

.extra .extraBlock .input input::placeholder {
	color: #474d57
}

.extra .extraBlock .link {
	text-align: center;
	vertical-align: middle;
	padding: 15px 0
}

.extra .extraBlock .link a {
	text-decoration: none;
	font-family: OpenSansLight;
	font-size: 16px;
	color: #474d57;
	padding: 3px 0
}

.extra .extraBlock .link a span {
	border-bottom: 1px dotted #d81921
}

.extra .extraBlock .link a img {
	margin: 5px 10px -5px 5px
}

.extra .extraBlock .buttonSend {
	margin: 15px auto;
	max-width: 270px;
	width: 100%;
	background: #d81921;
	font-size: 14px
}

.extra .extraBlock .buttonSend a {
	padding: .9em 2em;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: OpenSansLight;
	border: 2px solid #d81921;
	text-align: center
}

.extra .extraBlock .agree {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 280px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	color: #474d57;
	font-size: 14px;
	font-family: OpenSansLight
}

.extra .extraBlock .agree a {
	font-family: OpenSansBold;
	color: #474d57
}

.extra .extraBlock .agree input[type=checkbox] {
	display: none;
	cursor: pointer
}

.extra .extraBlock .agree input[type=checkbox]:checked+label::before {
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.extra .extraBlock .agree label {
	padding-left: 20px
}

.extra .extraBlock .agree label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #d81921;
	vertical-align: middle;
	margin-left: -15px;
	margin-right: 5px
}

.extra .extraBlock .agree .txt {
	display: inline;
	text-align: left
}

.extra .extraBlock .pic {
	text-align: center;
	padding: 40px 0
}

.extra .extraBlock .thanks {
	text-align: center;
	font-size: 60px;
	color: #474d57;
	font-family: OpenSansBold
}

.extra .extraBlock .message {
	text-align: center;
	font-size: 24px;
	color: #474d57;
	font-family: OpenSansLight;
	padding-bottom: 60px
}

.aboutUsLink {
	top: 10px;
	padding: 8px 15px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	margin: 5px;
	max-width: 120px
}

.aboutUsLink a {
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-family: OpenSansBold;
	color: #474d57;
	padding: 7px 0
}

.aboutUsLink a:hover {
	color: #d81921
}

.feedback {
	background: url(../img/feedbackBG.png) center/cover no-repeat fixed;
	-webkit-background-size: cover;
	color: #fff;
	padding: 50px 0
}

.feedback .titleFeedback {
	padding: 20px 0 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:960px) {
	.feedback {
		padding: 20px 0
	}
	.feedback .titleFeedback {
		padding: 10px 0 50px
	}
	.feedback .titleFeedback .title {
		font-size: 36px
	}
}

.feedback .titleFeedback .title {
	font-family: OpenSansBold;
	font-size: 40px
}

.feedback .titleFeedback .pic {
	padding: 0 10px
}

.feedback .feedbackBlocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.feedback .feedbackBlocks .feedbackBlock .inf {
	max-width: 470px;
	position: relative;
	padding: 60px 40px;
	border: 1px solid #d81921;
	margin: 20px 0
}

.feedback .feedbackBlocks .feedbackBlock .inf .man {
	position: absolute;
	top: -55px;
	right: 50px
}

.feedback .feedbackBlocks .feedbackBlock .inf .man img {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.feedback .feedbackBlocks .feedbackBlock .inf .name {
	padding: 20px 0
}

.feedback .feedbackBlocks .feedbackBlock .inf .name span {
	font-family: OpenSansBold;
	font-size: 26px
}

.feedback .feedbackBlocks .feedbackBlock .inf .name p {
	font-family: OpenSansBold;
	font-size: 16px
}

.feedback .feedbackBlocks .feedbackBlock .inf .txt p {
	font-family: OpenSansLight;
	font-size: 16px;
	padding: 20px 0
}

.feedback .feedbackBlocks .feedbackBlock .inf .link {
	padding: 20px 0
}

.feedback .feedbackBlocks .feedbackBlock .inf .link a {
	font-family: OpenSansLight;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff
}

.feedback .feedbackBlocks .path {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: -webkit-calc(8.333333333333334% - 30px);
	width: calc(8.333333333333334% - 30px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.feedback .feedbackBlocks .path .pathBlocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:960px) {
	.feedback .feedbackBlocks {
		display: block
	}
	.feedback .feedbackBlocks .feedbackBlock .inf {
		margin: 0 auto
	}
	.feedback .feedbackBlocks .path {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px)
	}
	.feedback .feedbackBlocks .path .pathBlocks {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.feedback .feedbackBlocks .path .pathBlocks .select {
		padding: 10px 20px
	}
}

.littleMenu {
	background: #fff;
	width: 93%;
	padding: 15px;
	position: absolute;
}

.littleMenu .headLittle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.littleMenu .headLittle .pic2 {
	margin: 5px
}

.linksLittle {
	padding: 20px 15px
}

.littleMenu .linksLittle ul li {
	padding: 10px 0
}

.littleMenu .linksLittle ul li::before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	width: 15px;
	height: 15px;
	background: url(../img/squareSmall.png) no-repeat
}

.littleMenu .linksLittle ul li a {
	text-decoration: none;
	color: #474d57;
	font-family: OpenSansBold;
	font-size: 26px;
	margin: 5px 0
}

.littleMenu .social {
	padding-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.littleMenu .social .icon {
	padding: 10px
}
.pic img{
	width: 100%;
}
.topHF .titleClientage h2 {
   font-size: 27px;
    font-family: OpenSansBold;
    text-align: center;
    text-transform: uppercase;
}
.topHF .titleClientage img {
    text-align: center;
}

.works__group, .works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.25rem;
    margin-right: -1.875rem;
}
.works__item, .works__item {
    margin-right: 1.875rem;
}
.works__item {
    position: relative;
    width: 22.625rem;
    height: 16.5rem;
    margin-bottom: 1.875rem;
    overflow: hidden;
}
.works__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
    position: relative;
}
.works__link, .works__link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.works__link-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-height: 3.4375rem;
    font-weight: 500;
    color: #fff;
    padding: .625rem 1.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: OpenSansLight;
}
.works__link-btn {
	font-family: OpenSansLight;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    position: absolute;
    bottom: auto;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 20rem;
    width: 100%;
    min-height: 3.4375rem;
    font-weight: 500;
    color: #fff;
    padding: .625rem 1.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    background: #d81a22;
    opacity: 0;
}
.works__link-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.works__link-image_pic {
    width: 100%;
}
.works__link-image_pic[src] {
    opacity: 1!important;
}
.works__link-image_pic {
    max-width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: .6s opacity;
    transition: .6s opacity;
}
.works__item:hover .works__link-btn{
	opacity: 1;
}

