@font-face {
	font-family: 'ProximaNovaSite';
	src: url('../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.eot');
	src: url('../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.woff2') format('woff2'), url('../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.woff') format('woff'), url('../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.ttf') format('truetype'), url('../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.svg#proxima_nova_regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'ProximaNovaSite';
	src: url('../fonts/ProximaNovaSemibold/proxima_nova_semibold-webfont.eot');
	src: url('../fonts/ProximaNovaSemibold/proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaSemibold/proxima_nova_semibold-webfont.woff2') format('woff2'), url('../fonts/ProximaNovaSemibold/proxima_nova_semibold-webfont.woff') format('woff'), url('../fonts/ProximaNovaSemibold/proxima_nova_semibold-webfont.ttf') format('truetype'), url('../fonts/ProximaNovaSemibold/proxima_nova_semibold-webfont.svg#proxima_nova_semibold-webfont') format('svg');
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: 'ProximaNovaSite';
	src: url('../fonts/ProximaNovaLight/proxima_nova_light-webfont.eot');
	src: url('../fonts/ProximaNovaLight/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaLight/proxima_nova_light-webfont.woff2') format('woff2'), url('../fonts/ProximaNovaLight/proxima_nova_light-webfont.woff') format('woff'), url('../fonts/ProximaNovaLight/proxima_nova_light-webfont.ttf') format('truetype'), url('../fonts/ProximaNovaLight/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
	font-weight: 300;
	font-style: normal
}
@font-face {
    font-family: 'ProximaNovaSite';
    src: url('../fonts/ProximaNovaBold/proxima_nova_bold-webfont.eot');
    src: url('../fonts/ProximaNovaBold/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNovaBold/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNovaBold/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/ProximaNovaBold/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('../fonts/ProximaNovaBold/pproxima_nova_bold-webfont.svg#proxima_nova_bold-webfont') format('svg');
    font-weight: 700;
    font-style: normal;

}

/* normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

audio, canvas, video {display: inline-block;}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {display: none;}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a {background: transparent;}
a:active, a:hover {outline: 0;}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
dl, menu, ol, ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}
menu, ol, ul {padding: 0 0 0 40px;}
nav ul, nav ol {list-style: none outside none;}
/* normalize.css end */

/* reset */
body {
	line-height:1.2;
	-webkit-font-smoothing: antialiased;
}
body, html {
	height:100%;
	width:100%;
}
header, nav, section, article, aside, footer {display: block;}
input[type=button], input[type=submit], input[type=radio], input[type=checkbox], button, select{cursor:pointer;}
/*normalization mozila*/
button::-moz-focus-inner  {
	padding:0;
	border:0;
}
input::-moz-focus-inner  {
	padding:0;
	border:0;
}
input:-webkit-autofill {background-color: transparent;}
/*normalization ie7*/
*+html input[type=checkbox],
*+html input[type=radio] {
	width:13px;
	height:13px;
}
input, button{overflow:visible;}
textarea{
	resize:none;
	overflow:auto;
}
em{font-style:italic;}
b, strong{font-weight:bold;}
a {
	cursor:pointer;
	outline: none;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
h1, h2, h3, h4, h5, h6{
	font-weight:100;
	margin:0;
}
img {border: none; max-width:100%;}
input {vertical-align: top;}
table{
	border-collapse:collapse;
	border:0;
	width:100%;
}
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {outline:none;}
/*remove the border around the button*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
	border: none;
}
/*remove the frame around the input type = "radio"*/
:focus {-moz-outline: 3px solid #fff !important;}
input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0px !important;
}
/*remove the frame around the input type = "checkbox"*/
input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid #000 !important;
}
/*remove the frame around the inputs ie7*/
a, button, input[type="submit"], input[type="radio"], input[type="checkbox"], input[type="button"] {
  outline: none;
}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* reset end */


/* ------ typographic styles ------ */
html {
	font-size: 14px;
}
body {
	font: 300 1em/1.43 'ProximaNovaSite', sans-serif;
	height: 100%;
	color: #000;
	background-color:#fff;
	min-width:320px;
}
h1,
.page-title h2,
.h1,
.main-section .h2,
.main-section h2 {
	font-family: 'ProximaNovaSite', sans-serif;
	margin: 0;
	font-size:2.143em;
	font-weight:600;
	color:#000;
}
.page-title h2,
.h1,
h1 {
	line-height: 1.1;
}

h2, h1.h2, h2 {
	font-family: 'ProximaNovaSite', sans-serif;
	font-size:24px;
	color:#333;
	font-weight:600;
	margin-bottom:12px;
	text-transform:none;
}
h2 + table, h1.h2 + table {
	margin-top:17px;
}
.team h2,
.price-typicals h2 {
	text-transform:uppercase;
	margin-bottom:20px;
	font-size: 26px;
}

h2.caps {
	text-transform:uppercase;
}

.contact-page h2 {
	margin-bottom:21px;
	text-transform: uppercase;
	font-size: 26px;
}


h3 {
	font-family: 'ProximaNovaSite', sans-serif;
	font-size:20px;
	color:#333;
	font-weight:600;
	margin: 15px 0 10px;
}
h2:first-child,
h3:first-child {
	margin-top:0;
}

h4 {
	font-size:18px;
	font-weight:700;
	color:#333;
	margin-bottom:10px;
}
h2 + h4 {
	margin-top:-5px;
}

p {
	margin:0 0 0.7143em;
	padding:0;
}
p:last-child {
	margin-bottom:0;
}
a {
	color: #ea5f29;
	outline: none;
	text-decoration:none;
	cursor:pointer;
	transition:color 0.3s;
}
a:hover,
.project-tags a:hover {
	color: #d23e30;
}
a.border-link {
	border-bottom: 1px solid transparent;
	transition:color 0.3s, border 0.3s;
}
a.border-link:hover {
	border-color:#ffe0b2;
}

img {
	border: none;
	vertical-align: top;
	max-width:100%;
}

input[type="text"],
input[type="password"],
textarea {
	border:0;
	background: none;
	width:100%;
	color:#333;
	font: 1em/1.2857 'ProximaNovaSite', sans-serif;
	padding:0;
}
textarea{
	min-height: 61px;
	height: 61px;
}
:-webkit-input-placeholder{color: #666;}
::-webkit-input-placeholder{color: #666;}
:-moz-placeholder{color: #666;}
::-moz-placeholder{
	color: #666;
	opacity: 1;
}
:-ms-input-placeholder{
	color: #666;
	opacity: 1;
}
.placeholder {
	color: #666;
	opacity: 1;
}
input[type="radio"] {
	float: left;
	height: 15px;
	width: 16px;
	margin: 0 5px 0 0;
	padding: 0;
}
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
}
.form-line {
	padding:26px 0 0;
}
.form-line:first-child {
	padding:0;
}
.label-holder{padding: 0 0 10px;}
label,
.label-holder .label{
	color: #000;
	font-size: 14px;
	line-height: 16px;
	display:block;
}
.input-holder {
	padding: 10px 18px;
	cursor: text;
	background: #fff;
	border: 1px solid #ccc;
	transition:border 0.3s;
	height:40px;
}
.input-holder.input-area {
	height:auto;
}
.input-holder.failed {
	border: 1px solid #f33;
}
/* form focus */
.input-holder.focus :-webkit-input-placeholder{color: #9e9e9e;}
.input-holder.focus ::-webkit-input-placeholder{color: #9e9e9e;}
.input-holder.focus :-moz-placeholder{color: #9e9e9e;}
.input-holder.focus ::-moz-placeholder{
	color: #9e9e9e;
	opacity: 1;
}
.input-holder.focus :-ms-input-placeholder{
	color: #9e9e9e;
	opacity: 1;
}
.input-holder.focus :-ms-input-placeholder{
	color: #9e9e9e;
	opacity: 1;
}
.input-holder.focus .placeholder {
	color: #9e9e9e;
	opacity: 1;
}
/* form focus end */


p.error {
	color:#ff0000 !important;
	font-size:12px;
	margin:5px 0;
	padding:0;
}

/* ------ typographic styles end ------ */

/* btn */
.btn {
	position: relative;
	text-align: center;
	text-decoration:none;
}
.btn input[type="submit"] {
	background: url("../images/empty.png") repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	border:0;
	padding:0;
	text-indent: -9999px;
}
/* btn-default */
.btn-default{
	font: 1em/2.5 'ProximaNovaSite', sans-serif;
	color: #fff !important;
	padding: 0 1.5em;
	border-radius: 3px;
	background-color: #df3b2c;
	height: 2.5em;
	transition: background 0.3s;
}
.btn-default:hover{
	background-color: #ea5f29;
}
.btn-default.btn-small {
	font: 0.8571em/2.5 'ProximaNovaSite', sans-serif;
	padding: 7px 14px;
}
/* btn-default end */


/* btn-white */
.btn-white{
	font: 14px/20px 'ProximaNovaSite', sans-serif;
	color: #fff;
	padding: 8px 23px 10px;
	background-color: transparent;
	transition: all 0.3s;
	border: 1px solid #fff;
}
.gecko .btn-white{
	padding: 9px 23px;
}
.btn-white:hover {
	background-color:#d43c63;
	border-color:#d43c63;
	color: #fff;
}
/* btn-white end */

/* btn-choose */
.btn-choose {
	font: 14px/20px 'ProximaNovaSite', sans-serif;
	color: #666;
	padding: 9px 0;
	background-color: transparent;
	transition: all 0.3s;
	border: 1px solid #ccc;
	width:152px;
	text-align:center;
}
.btn-choose:hover {
	background-color:#d43c63;
	border-color:#d43c63;
	color: #fff;
}
/* btn-choose end */

/* but-confirm-city */
.btn-confirm-city {
	font: 12px/20px 'ProximaNovaSite', sans-serif;
	color: #df3b2c;
	padding: 0 11px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: background 0.3s;
	height: 20px;
	border-radius: 1px;
}
.btn-confirm-city:hover {
	background-color: rgba(255, 255, 255, 1);
}
/* but-confirm-city end */


.btn-icon {
	font: 1em/1.2 'ProximaNovaSite', sans-serif;
	color: #fff !important;
	padding: 0.6429em 0.3571em 0;
	background-color: #de362d;
	border-radius: 3px;
	width: 11.5714em;
	height: 2.5em;
	text-align: center;
	transition: all 0.3s;
}
.btn-icon:hover {
	background-color: #ea5f29;
}
.btn-icon [class*="icon-"] {
	fill: #fff;
}
.btn-icon .icon-phone {
	width: 1.1429em;
	height: 1.1429em;
	margin-right: 0.5714em;
}
.btn-icon .icon-question {
	width: 1.1429em;
	height: 1.0714em;
	margin-right: 0.7143em;
}

.btn-big {
	font: 600 1.143em/2.75 'ProximaNovaSite', sans-serif;
	color: #fff !important;
	border-radius: 3px;
	background-color: #df3b2c;
	width: 100%;
	text-align: center;
	transition: background 0.3s;
	height: 2.75em
}
.btn-big:hover {
	background-color: #ea5f29;
}


/* reset-ul */
.sub-header ul,
.columns,
.wrap-footer-nav ul,
.list-contacts,
.wrap-head-tabs,
.wrap-activity-photo-slider ul,
.header-contacts ul,
nav ul,
.bx-wrapper ul,
.wrap-shares .inner-shares ul,
.sidebar .list-categs,
.paging,
.list-cities,
.list-country,
.wrap-popup-select-city .list-regions {
	margin:0;
	padding:0;
	list-style:none;
}
/* reset-ul end */

/* inline-block */
.inline-block,
.icon,
.btn,
.sub-header .socials a,
button.cselect.city-select .select-inner,
.column,
.project-tags a,
.project-tags span,
.header-contacts .header-contacts-item,
.list-news-item,
.footer-nav li,
.wrap-shares .inner-shares,
.paging li,
.paging li.next a:after,
.paging li.prev a:before,
.project-view-selector a,
[class*="icon-"],
.header .phone,
.list-opinions .opinion  {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}
/* inline-block end */

/* clearfix */
.clearfix:before,
.clearfix:after,
.main .max-wrap:before,
.main .max-wrap:after,
.footer-about  .wrap-logo:before,
.footer-about  .wrap-logo:after,
.list-activities .activity:before,
.list-activities .activity:after,
.form-line:before,
.form-line:after,
.wrap-input-file:before,
.wrap-input-file:after,
.team .item:before,
.team .item:after,
.price-typicals .typical:before,
.price-typicals .typical:after,
.wrap-project-bottom-line:before,
.wrap-project-bottom-line:after,
.wrap-popup-select-city:after,
.wrap-popup-select-city:before,
.romb-icons-list:after,
.romb-icons-list:before,
.wrap-offer:before,
.wrap-offer:after,
.wrap-contacts-icons .contact-icon:before,
.wrap-contacts-icons .contact-icon:after,
.wrap-contacts-form .buttons-line:before,
.wrap-contacts-form .buttons-line:after {
	content: "";
	display: table;
}

.clearfix:after,
.main .max-wrap:after,
.main-news:after,
.footer-about  .wrap-logo:after,
.list-activities .activity:after,
.form-line:after,
.wrap-input-file:after,
.team .item:after,
.price-typicals .typical:after,
.wrap-project-bottom-line:after,
.wrap-popup-select-city:after,
.romb-icons-list:after,
.wrap-offer:after,
.wrap-contacts-icons .contact-icon:after,
.wrap-contacts-form .buttons-line:after {
	clear: both;
}
/* clearfix end */

/* icon */
.icon,
button.city-select .select-text:after,
button.city-select .select-inner:after,
.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after,
.compare-page .compare-info .compare-list li:after,
.text-page ul > li:before,
.fancybox-prev span:after,
.fancybox-next span:after,
.link-select-city:before,
.link-select-city:after,
.main-slides .bx-wrapper .bx-pager.bx-default-pager a,
.more-link:after,
.bread-crumbs a:after,
.wrap-activity-photo-slider .bx-wrapper .bx-prev,
.wrap-activity-photo-slider .bx-wrapper .bx-next,
.paging li.next a:after,
.paging li.prev a:before,
.confirm-select-city:before,
.wrap-popup-select-city .list-regions li a:after {background:url(../images/sp-icons.png) 0 0 no-repeat;}

.icon-advantages-grunt { background-position: -10px -0px; width: 68px; height: 49px; }
.icon-advantages-vlagostoikost { background-position: -10px -59px; width: 68px; height: 49px; }
.icon-advantages-prochnost { background-position: -10px -118px; width: 66px; height: 49px; }
.icon-compare { background-position: -10px -177px; width: 66px; height: 50px; }
.icon-advantages-house { background-position: -10px -237px; width: 61px; height: 63px; }
.icon-advantages-zamok { background-position: -10px -310px; width: 57px; height: 52px; }
.icon-like, .icon-advantages-like { background-position: -10px -372px; width: 56px; height: 56px; }
.icon-like-w { background-position: -10px -438px; width: 55px; height: 56px; }
.icon-advantages-watch { background-position: -10px -504px; width: 46px; height: 58px; }
.icon-articles { background-position: -10px -572px; width: 42px; height: 58px; }
.icon-advantages-calculator { background-position: -10px -640px; width: 40px; height: 53px; }
.icon-advantages-gost { background-position: -10px -703px; width: 38px; height: 64px; }
.icon-ordercall2-h { background-position: -10px -777px; width: 28px; height: 28px; }
.icon-ordercall2 { background-position: -10px -815px; width: 28px; height: 28px; }
.icon-question2-h { background-position: -10px -853px; width: 28px; height: 23px; }
.icon-question2 { background-position: -10px -886px; width: 28px; height: 23px; }
.arr-left-romb-h,
.wrap-activity-photo-slider .bx-wrapper .bx-prev:after { background-position: -10px -919px; width: 25px; height: 29px; }
.arr-left-romb,
.wrap-activity-photo-slider .bx-wrapper .bx-prev { background-position: -10px -958px; width: 25px; height: 29px; }
.arr-right-romb-h,
.wrap-activity-photo-slider .bx-wrapper .bx-next:after { background-position: -10px -997px; width: 25px; height: 29px; }
.arr-right-romb,
.wrap-activity-photo-slider .bx-wrapper .bx-next { background-position: -10px -1036px; width: 25px; height: 29px; }
.icon-price-h { background-position: -10px -1075px; width: 24px; height: 24px; }
.icon-price { background-position: -44px -1075px; width: 24px; height: 24px; }
.icon-advantages-calculator2 { background-position: -10px -1291px; width: 20px; height: 26px; }
.icon-advantages-calculator2-h { background-position: -48px -777px; width: 20px; height: 26px; }
.icon-close { background-position: -48px -813px; width: 16px; height: 16px; }
.icon-facebook { background-position: -48px -839px; width: 16px; height: 16px; }
.icon-mail { background-position: -48px -865px; width: 16px; height: 12px; }
.icon-map { background-position: -48px -887px; width: 16px; height: 16px; }
.icon-ordercall { background-position: -48px -913px; width: 16px; height: 16px; }
.icon-phone { background-position: -45px -939px; width: 16px; height: 14px; }
.icon-question { background-position: -45px -963px; width: 16px; height: 16px; }
.icon-social-fb { background-position: -45px -989px; width: 16px; height: 16px; }
.icon-social-vk { background-position: -45px -1015px; width: 16px; height: 16px; }
.icon-social-youtube { background-position: -45px -1041px; width: 16px; height: 16px; }
.icon-vk { background-position: -10px -1109px; width: 16px; height: 16px; }
.icon-youtube { background-position: -36px -1109px; width: 16px; height: 16px; }
.arr-left-w { background-position: -10px -1135px; width: 14px; height: 39px; }
.arr-left,
.bx-wrapper .bx-prev:after,
.fancybox-prev span:after,
a:hover .arr-left-w { background-position: -34px -1135px; width: 14px; height: 39px; }
.arr-right-w { background-position: -10px -1184px; width: 14px; height: 39px; }
.arr-right,
.bx-wrapper .bx-next:after,
.fancybox-next span:after,
a:hover .arr-right-w { background-position: -34px -1184px; width: 14px; height: 39px; }
.icon-li-negative,
.compare-page .compare-info .compare-list li.negative:after { background-position: -10px -1233px; width: 13px; height: 13px; }
.icon-li-positive,
.compare-page .compare-info .compare-list li:after { background-position: -53px -1291px; width: 13px; height: 13px; }
.icon-li { background-position: -33px -1233px; width: 13px; height: 13px; }
.icon-map-marker,
button.city-select .select-inner:after,
.link-select-city:before { background-position: -56px -1233px; width: 12px; height: 16px; }
.icon-tag { background-position: -58px -703px; width: 10px; height: 10px; }
.arr-down,
button.city-select .select-text:after,
.link-select-city:after { background-position: -60px -640px; width: 8px; height: 6px; }
.icon-map-marker-small { background-position: -60px -656px; width: 8px; height: 11px; }
.arr-right-more-b{ background-position: -62px -572px; width: 6px; height: 8px; }
.arr-left-more-b { background-position: -62px -609px; width: 6px; height: 8px; }
.arr-right-more,
.more-link:after { background-position: -62px -590px; width: 6px; height: 8px; }
.main-slides .bx-wrapper .bx-pager.bx-default-pager a { background-position: -10px -1252px; width: 25px; height: 29px; }
.main-slides .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-slides .bx-wrapper .bx-pager.bx-default-pager a.active { background-position: -53px -1252px; }
.arr-down-w { background-position: -60px -680px; width: 8px; height: 6px; }
.icon-table { background-position: -10px -1327px; width: 13px; height: 13px; }
.icon-corner,
.confirm-select-city:before { background-position: -46px -1327px; width: 10px; height: 7px; }

.icon-search { background-position: -37px -1350px; width: 15px; height: 16px; }
.icon-corner-region,
.wrap-popup-select-city .list-regions li a:after { background-position: -10px -1350px; width: 9px; height: 26px; }

.icon-close-search { background-position: -66px -1350px; width: 12px; height: 12px; }

/* icon end */

/* main-blocks */
.wrapper {
	margin: 0 0 0 240px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 4;
	padding-top: 100px;
}

.main-page .wrapper {
	padding-top: 0;
}

.main {
	position:relative;
	z-index: 8;
}


.max-wrap {
	padding:0 1.4286rem;
	position: relative;
}
#view-map .max-wrap {
	height: 0;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.three-columns .column {
	width:33.33%;
	margin-bottom:35px;
}
.two-columns .column {
	width:50%;
	margin-bottom:41px;
}
.four-columns .column {
	width:25%;
}

.page-title {
	position: relative;
    z-index: 15;
    margin-bottom: 1em;
}

.main-section {
	padding: 1.5em 0 2.5em;
}
.main-section .wrap-title {
	margin-bottom: 0.9286em;
}

.grey-block {
	background: url(../images/bg-advantages.jpg) repeat center top;
}

.bread-crumbs {
	margin:1.417em 0 0.833em;
	color: #666666;
	font-size: 1em;
	font-weight: 400;
}
.wrap-activity-inner .bread-crumbs {
	color: #cccccc;
}
.bread-crumbs .icon-arr {
	width: 0.5em;
	height: 0.667em;
	fill: #333333;
	vertical-align: middle;
	margin: 0 0.5em;
}
.gecko .bread-crumbs .icon-arr {
	margin-top: -0.333em;
}
.wrap-activity-inner .bread-crumbs .icon-arr {
	fill: #999999;
}
.bread-crumbs .icon-arr:last-child {
	display: none;
}


.wrap-more-link {
	float: right;
	padding-top: 1.1em;
}
.more-link {
	font-weight: 400;
}
.more-link .icon-arr {
	margin: -1px 0 0 6px;
	width: 6px;
	height: 8px;
	fill: #ea5f29;
	vertical-align: middle;
}

.action-link {
	display: block;
	background-color: #fff;
	font-size: 14px;
	color: #d23e30;
	padding: 21px 0px 20px 54px;
	position: relative;
	transition: color 0.3s, background 0.3s;
}
.right-action-links .action-link {
	background-color: #faf4ec;
	margin-top: 2px;
}
.right-action-links .action-link:first-child {
	margin-top: 0;
}
.action-link:hover {
	color: #fff;
	background-color: #ea5f29;
}
.action-link .icon {
	position: absolute;
	left: 14px;
	top:17px;
	transition: opacity 0.3s;
}
.action-link .icon + .icon {
	opacity: 0;
}
.action-link:hover .icon {
	opacity: 0;
}
.action-link:hover .icon + .icon {
	opacity: 1;
}
.action-link .icon-advantages-calculator2,
.action-link .icon-advantages-calculator2-h {
	left: 18px;
}
.action-link .icon-price,
.action-link .icon-price-h {
	left: 16px;
	top:19px;
}
.action-link .icon-question2,
.action-link .icon-question2-h {
	top:19px;
}

.right-action-links {
	margin-bottom: 40px;
}

.wrap-shares {
	text-align: right;
}
.wrap-shares span {
	color: #666;
	font-size: 12px;
}
.wrap-shares .inner-shares {
	margin-left: 3px;
}

.content-with-sidebar {
	float: left;
	width: calc(100% - 246px);
}
.sidebar {
	float: right;
	width: 220px;
}

.paging {
	margin-top: 2em;
}
.paging li.num a,
.paging li.num span {
	font-size: 1.143em;
}
.paging li {
	margin-left: 0.286em;
	font-weight: 400;
}
.paging li:first-child {
	margin-left: 0;
}
.paging li a,
.paging li span {
	display: block;
	text-align: center;
	background-color: #f7f3f0;
	height: 2.143rem;
	padding: 0 0.786rem;
	color: #df3b2c;
	line-height: 2.143rem;
	transition: color 0.3s;
}
.paging li a:hover,
.paging li span {
	color: #333;
}
.paging li.next {
	margin-left: 1em;
}
.paging li.prev {
	margin-right: 1em;
}
.paging li.next a,
.paging li.prev a {

}
.paging li .icon-arr {
    width: 0.429em;
    height: 0.572em;
    fill: #df3b2c;
    vertical-align: middle;
    margin-left: 0.429em;
    transition: all 0.3s;
    margin-bottom: 1px;
}
.paging li.prev .icon-arr {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0.429em;
}
.paging li a:hover .icon-arr {
    fill: #333;
}

.center-helper {
    display: table;
    height: 100%;
    position: relative;
}
.center-helper .center-helper-in  {
	display: table-cell;
    vertical-align: middle;
}
/* main-blocks end */

/* side-nav */
.wrap-side-nav {
	position: fixed;
	width: 240px;
	height: 100%;
	top: 0;
	left: 0;
	overflow: visible;
	-webkit-overflow-scrolling: touch;
	background-color: #f6f3f0;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 23px 0;
	z-index: 600;
}


.wrap-side-nav .wrap-logo {
	margin-bottom: 21px;
	padding-left: 13px;
}
.wrap-side-nav .wrap-logo img {
	width: 100px;
	height: 100px;
}

.wrap-side-nav .wrap-socials {
	padding-bottom: 100px;
	border-top: 1px solid #f1cec9; 
	margin-top: 19px;
	padding-top: 18px;
	padding-left: 23px;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}
.wrap-side-nav .wrap-socials .icons { 
	margin-left: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap-side-nav .wrap-socials a {
	margin: 0 9px;
	transition: all 0.3s;
}
.wrap-side-nav .wrap-socials a:hover {
	transform: translateY(-2px);
}
.wrap-side-nav .wrap-socials [class*="icon-"] {
	width: 29px;
	height: 34px;
}

.left-mobile-menu {
	display: none;
}

nav ul {
	margin:0;
	padding:0;
	list-style: none;
}

nav > ul > li {
	position: relative;
}
nav > ul > li > a {
	padding: 13px 10px 10px 23px;
	color:#1c1b17;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	transition: all 0.3s;
	display: block;
	text-transform: uppercase;
}
.gecko nav > ul > li > a {
	padding-top: 14px;
	padding-bottom: 9px;
}
nav > ul > li > a:hover,
nav > ul > li:hover > a,
nav > ul > li.active > a {
	background-color: #df3b2c;
	color: #fff;
}
nav > ul > li > a [class*="icon-"] {
	fill: #df3b2c;
	width: 25px;
	height: 25px;
	margin-right: 20px;
	transition: all 0.3s;
	margin-top: -1px;
}
.gecko nav > ul > li > a [class*="icon-"] {
	margin-top: -2px;
}
nav > ul > li > a:hover [class*="icon-"],
nav > ul > li:hover > a [class*="icon-"],
nav > ul > li.active > a [class*="icon-"] {
	fill: #ffffff;
}
nav > ul > li > a .icon-menu-technology {
	height: 22px;
	margin-top: 1px;
}
.gecko nav > ul > li > a .icon-menu-technology {
	margin-top: 0;
}
nav > ul > li > a .icon-menu-about {
	height: 29px;
	margin-top: -2px;
}
.gecko nav > ul > li > a .icon-menu-about {
	margin-top: -4px;
}

nav > ul > li > a .icon-menu-opinions {
	height: 26px;
}
nav > ul > li > .menu-arrow {
	width: 14px;
	height: 12px;
	top: 18px;
	right: 19px;
	position: absolute;
	cursor: pointer;
	padding: 3px;
}
nav > ul > li > .menu-arrow .icon-arr {
	width: 6px;
	height: 8px;
	fill: #e25345;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all 0.3s;
}
nav > ul > li:hover > .menu-arrow .icon-arr,
nav > ul > li.active > .menu-arrow .icon-arr {
	fill: #ffffff;
}
nav > ul > li.active > .menu-arrow .icon-arr {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

nav > ul ul {
	display: none;
	padding: 14px 10px 16px 23px;
	font-size: 18px;
	font-weight: 600;
}
nav > ul ul a {
	color:#1c1b17;
	transition: color 0.3s;
}
nav > ul ul li {
	margin-top: 11px;
}
nav > ul ul li:first-child {
	margin-top: 0;
}
nav > ul ul a:hover,
nav > ul ul a.active,
nav > ul ul span {
	color: #df3b2c;
}

nav > ul ul.active {
	display: block;
}
/* end side-nav */


/* footer */
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color:#fbf7f2;
	padding:24px 0 19px;
	font-size: 14px;
}
.footer .wrap-logo {
	float:left;
	width:220px;
	position:relative;
}
.footer .wrap-logo img {
	width: 100px;
	height: 100px;
}
.footer .wrap-logo .logo-city {
	position: absolute;
	top: 43px;
	color: #3b3534;
	font-size: 14px;
}
.wrap-footer-info {
	margin: 14px 0 0 257px;
}

.footer-about {
	width:37.55%;
	float: left;
}
.footer .phones {
	width:35%;
	padding-left: 40px;
	float: left;
}
.footer-buttons {
	width:27%;
	text-align: right;
	float: right;
}

.footer .copyright {
	font-weight: 600;
	color: #000;
	margin-bottom: 0.214em;
}
.footer-about-text {
	font-weight: 400;
	font-size: 1em;
}

.footer .phones .phone {
	font-size: 24px;
	font-weight: 700;
}
.footer .phones .phone + .phone {
	margin-top: 7px;
}
.footer .phones .phone a {
	color: #000;
}
.footer .phones .phone a:hover {
	color: #df3b2c;
}

.footer  .btn + .btn {
	margin-top: 8px;
}
.footer .btn-icon {
	background-color: #de362d;
	border-color: #de362d;
	color: #fff !important;
}
.footer .btn-icon:hover {
	background-color: #ea5f29;
	border-color: #ea5f29;
}
.footer .btn-icon [class*="icon-"] {
	fill: #fff;
}

.sub-footer {
	margin-top:18px;
}
.sub-footer .processing-consent {
	color: #000;
}
.sub-footer .processing-consent p {
	font-size: 12px;
	line-height: 1.6;
}
.sub-footer .developers {
	text-align: right;
	font-size:10px;
	color:#999;
	padding-right: 20px;
	margin-top: 13px;
}
.sub-footer .developers a {
	color:#666;
}
.sub-footer .developers a:hover {
	color:#df3b2c;
}
.sub-footer .developers span + span {
	margin-left:14px;
}
/* footer end */

/* header */
.header {
	/*position:fixed;*/
	position:absolute;
	z-index: 500 !important;
	height: 100px;
	background-color: #f5f3f2;
	padding-top: 7px;
	left: 240px;
	top:0;
	right: 0;
	width: auto !important;
	transition: all 0.3s;
}
.main-page .header {
	background: transparent;
}

.header .header-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header-line + .header-line {
	margin-top: 5px;
}

.sticky-wrapper {
	height: 0 !important;
}
.is-sticky .header {
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
	background-color: rgba(245, 243, 242, 0.9);
}



.wrap-select-city {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 1.071em;
}
.link-select-city {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	height: 2.2667em;
	color: #1c1b17;
	font-weight: 600;
	font-size: 1.0714em;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: transparent;
	transition: all 0.3s;
}
.main-page .link-select-city {
	border-color: transparent !important;
}
.link-select-city:hover {
	color: #de362d;
}
.link-select-city .icon-city {
	width: 0.7333em;
	height: 1.0667em;
	margin-top: -2px;
	fill: #df3b2c;
	margin-right: 10px;
	transition: all 0.3s;
}

.confirm-select-city {
	position: absolute;
	left: 150px;
	top: 10px;
	background-color: #ea5f29;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding: 7px 11px;
	z-index: 500;
	white-space: nowrap;
}
.confirm-select-city:before {
	content: '';
	position: absolute;
	left: -11px;
	top: 5px;
	transform: rotate(270deg);
	transform-origin: 100% 100%;
}
.confirm-select-city .btn {
	margin-left: 6px;
}
.mobile-confirm-select-city {
	display: none;
}

.header .header-contacts {
	float: right;
}

.header .phones {
	white-space: nowrap;
}
.header .phone {
	font-size: 1.714em;
	font-weight: 700;
}
.header .phone + .phone {
	margin-left: 0.583em;
}
.header .phone a {
	color: #000;
}
.header .phone a:hover {
	color: #df3b2c;
}
.header .header-contacts .header-buttons {
	float: right;
	width: 24em;
	text-align: right;
}
.header .header-contacts .header-buttons .btn + .btn {
	margin-left: 0.8571em;
}

.header .top-menu ul,
.header .top-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .top-menu > ul {
	display: flex;
	justify-content: flex-end;
}
.header .top-menu > ul > li {
	margin-left: 5px;
	position: relative;
}
.header .top-menu > ul > li > a,
.header .top-menu > ul > li > span {
	display: flex;
	align-items: center;
	white-space: nowrap;
	font: 600 1em/2.142857 'ProximaNovaSite', sans-serif;
    color: #000;
    padding: 0 0.7142857em;
    background-color: transparent;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s;
}
.header .top-menu > ul > li > a.active,
.header .top-menu > ul > li > span {
	color: #de362d;
}

.header .top-menu > ul > li:hover > a {
	background-color: #de362d;
	color: #fff;
}

.header .top-menu > ul > li .icon-arr {
    width: 6px;
    height: 8px;
    fill: #e25345;
    transform: rotate(90deg);
    transition: all 0.3s;
    margin-left: 6px;
}
.header .top-menu > ul > li a.active .icon-arr,
.header .top-menu > ul > li span .icon-arr {
	fill: #e25345;
}
.header .top-menu > ul > li:hover .icon-arr {
	fill: #fff !important;
	transform: rotate(-90deg);
}

.header .top-menu li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	width: auto;
	min-width: 9.643em;
	top: calc(100% + 7px);
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 10px;
	transition: all 0.3s 0.1s;
	z-index: 180;
	border-radius: 3px;
	transform: translateY(20px);
}
.header .top-menu li:hover ul {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.header .top-menu li ul li + li {
	margin-top: 4px;
}
.header .top-menu li ul a,
.header .top-menu li ul span {
	font: 600 0.92857em/1.3846 'ProximaNovaSite', sans-serif;
	color: #000;
	transition: color 0.3s;
}
.header .top-menu li ul a:hover,
.header .top-menu li ul a.active,
.header .top-menu li ul span {
	color: #e25345;
}
/* header end */


/* main-image */
.main-image {
	position: relative;
}
.main-image img {
	width: 100%;
}
.main-image .wrap-point {
	position: absolute;
	margin: 0 0 -0.8214em -0.7143em;
}
.main-image .wrap-point.point1 {
	bottom: 14.0625%;
	left: 14.6%;
}
.main-image .wrap-point.point2 {
	bottom: 23.264%;
	left: 27.1%;
}
.main-image .wrap-point.point3 {
	bottom: 19.27%;
	left: 52.9%;
}
.main-image .wrap-point.point4 {
	bottom: 21%;
	left: 71.5%;
}
.main-image .wrap-point.point5 {
	bottom: 13.715%;
	left: 81.7%;
}
.main-image .wrap-point .point {
	width: 1.4286em;
	height: 1.6429em;
	display: block;
	position: relative;
}
.main-image .wrap-point .point .icon-hexahedron {
	width: 1.4286em;
	height: 1.6429em;
	opacity: 0.9;
	fill: #DF3B2C;
	transition: all 0.3s;
}
.main-image .wrap-point .point:hover .icon-hexahedron,
.main-image .wrap-point.active .point .icon-hexahedron {
	fill: #f2eee9;
}
.main-image .wrap-point .point span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 1.5714em;
	font-weight: 700;
	line-height: 1.1364;;
	color: #fff;
	transition: color 0.3s;
}
.main-image .wrap-point .point:hover span,
.main-image .wrap-point.active .point span {
	color: #e64233;
}
.main-image .wrap-point .caption {
	position: absolute;
	background: rgba(230, 66, 51, 0.9);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	color: #fff;
	padding: 9px 10px 8px;
	width: 12em;
	left: 10px;
	bottom: 23px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.25;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.main-image .wrap-point.active .caption {
	opacity: 1;
	visibility: visible;
}
.main-image .wrap-main-label {
	position: absolute;
	right: 0;
	top: 7em;
	padding: 1.357em 1.2857em 0.571em;
}
.main-image .wrap-main-label:before {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	right: -5em;
	left: 0;
	z-index: 30;
	background-color: rgba(255, 255, 255, 0.6);
	transform: skewX(0.00deg);
}
.main-image .main-label {
	position: relative;
	z-index: 40;
	color: #000;
	font-size: 1.73em;
	line-height: 1.16;
	text-transform: uppercase;
	text-align: right;
}
.main-image .main-label .company {
	font-size: 1.647em;
}
/* end main-image */

/* main-fundaments */
.main-fundaments {
	background-color: #ffffff;
	position: relative;
	padding: 47px 0 37px;
}
.head-main-fundaments {
	position: absolute;
	top: -28px;
	left: 0;
	right: 40px;
	height: 52px;
}
.head-main-fundaments .but-all {
	float: right;
	width: 175px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 42px;
	height: 40px;
	margin-top: 12px;
    position: relative;
}
.head-main-fundaments .but-all:before {
	content: '';
	position: absolute;
	right: -9px;
	bottom:0;
	width: 50%;
	height: 24px;
	background-color: rgb(186, 68, 58);
    transform: skewX(-14.04deg);
}

.head-main-fundaments .but-all .bg {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #df3b2c;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    transform: skewX(16.7deg);
}
.head-main-fundaments .but-all .link {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
.head-main-fundaments .but-all .icon-arr {
	fill: #fff;
	width: 6px;
	height: 8px;
	margin: 17px 0 0 10px;
}
.head-main-fundaments .wrap-title {
	position: absolute;
	left: 0;
	top:0;
	right: 175px;
	height: 100%;
}
.head-main-fundaments .wrap-title:before {
	content: '';
	position: absolute;
	left: -20px;
	right: 0;
	top:0;
	height: 100%;
	background-color: #fff;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    transform: skewX(16.7deg);
}
.head-main-fundaments .wrap-title h1 {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 14px 10px 0 20px;
}


.wrap-slider-fundaments,
.wrap-list-fundaments {
	position: relative;
	margin-left: -16px;
	margin-right: 16px;
}
.wrap-slider-fundaments .slide {
	padding: 10px 16px 0;
}
.wrap-list-fundaments {
	margin: -1.143em -0.7em 1.286em;
}
.wrap-list-fundaments .slide {
	padding: 1.143em 1.423em;
}

.wrap-list-fundaments .slide {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.wrap-slider-fundaments .fundament,
.wrap-list-fundaments .fundament {
	text-align: center;
	display: block;
	color: #000;
	transition: color 0.3s;
}
.wrap-slider-fundaments .fundament:hover,
.wrap-list-fundaments .fundament:hover {
	color: #df3b2c;
}
.wrap-slider-fundaments .fundament .wrap-image,
.wrap-list-fundaments .fundament .wrap-image {
	display: block;
	position: relative;
	margin-bottom: 14px;
}
.wrap-list-fundaments .fundament .wrap-image {
	margin-bottom: 1.429em;
}
.wrap-slider-fundaments .fundament .wrap-image:before,
.wrap-list-fundaments .fundament .wrap-image:before {
	content: '';
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 115px;
	height: 23px;
	background-color: transparent;
	margin-left: -58px;
	background:url(../images/sp-icons.png) -10px -1386px no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}
.wrap-slider-fundaments .fundament:hover .wrap-image:before,
.wrap-list-fundaments .fundament:hover .wrap-image:before {
	opacity: 1;
}
.wrap-slider-fundaments .fundament img,
.wrap-list-fundaments .fundament img {
	width: 100%;
	transition: all 0.3s;
}
.wrap-slider-fundaments .fundament:hover img,
.wrap-list-fundaments .fundament:hover img {
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.wrap-slider-fundaments .fundament .title,
.wrap-list-fundaments .fundament .title {
	display: block;
	font-size: 1.0714em;
	line-height: 1.2;
}
.wrap-list-fundaments .fundament .title {
	font-size: 1.286em;
	font-weight: 400;
	line-height: 1.25;
}
.wrap-slider-fundaments .slick-next {
	position: absolute;
	right: -16px;
	top: 39.65%;
	margin-top: -25px;
}
.wrap-slider-fundaments .slick-next .icon-arr-right-big {
	width: 14px;
	height: 49px;
	fill: #df3b2c;
}
/* end main-fundaments */


/* wrap-offer */
.wrap-offer {
	/*height: 341px;*/
	background: center center no-repeat;
	background-size: cover;
	padding: 3.857em 40px 3.643em 35px;
}
.wrap-offer .wrap-video {
	float: right;
	width: 34.595%;
	margin-top: 0.5714em;
}
.wrap-offer .wrap-video-inner {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 320px;
}
.wrap-offer .wrap-video img {
	display: block;
	width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45);
    transition: all 0.3s;
}
.wrap-offer .wrap-video:hover img {
	box-shadow: 0px 5px 15px 0px rgba(2, 2, 2, 0.7);
}
.wrap-offer .wrap-video .icon-video {
	width: 3.5em;
	height: 2.714em;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.357em 0 0 -1.75em;
	transition: all 0.3s
}
.wrap-offer .wrap-video:hover .icon-video {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.wrap-offer .wrap-info {
	float: left;
	width: 62.27%;
}
.wrap-offer .offer {
	color: #fff;
	font-size: 2.5715em;
	line-height: 1;
	font-weight: 600;
}
.wrap-offer .wrap-form {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 13px 15px 15px;
  margin-top: 1.5em;
  max-width: 41.14em;
}
.wrap-offer .wrap-form .title {
	color: #fff;
	font-size: 1.28572em;
	font-weight: 400;
}
.wrap-offer .wrap-info .wrap-form .form-line {
	margin: 0.571em 0 0;
	padding: 0;
}
.wrap-offer .wrap-form .input-holder {
	float: left;
	width: calc(100% - 18.857em - 11px);
	border: 1px solid rgb(180, 180, 180);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.857143em 1.142857em 0;
	height: 3.142857em;
}
.wrap-offer .wrap-form .input-holder.failed {
	border-color: #f33;
}
.wrap-offer .wrap-form .input-holder input[type="text"] {
	font-size: 1.143em;
	line-height: 1.125;
}
.wrap-offer .wrap-form .wrap-btn {
	float: left;
	width: calc(18.857em + 11px);
	padding-left: 11px;
}
/* end wrap-offer */

/* wrap-main-about */
.wrap-main-about {
	position: relative;
	background: url(../images/bg-main-about.jpg) center center no-repeat;
	background-size: cover;
}
.wrap-main-about:before {
	content: '';
	position: absolute;
	top:0;
	left: -10%;
	bottom: 0;
	width: 67.8%;
    background-color: rgba(0, 0, 0, 0.65);
    -moz-transform: skewX(-11.71deg);
    -ms-transform: skewX(-11.71deg);
    -webkit-transform: skewX(-11.71deg);
    transform: skewX(-11.71deg);
}
.wrap-main-about .inner {
	position: relative;
	padding: 2.3571em 20px 3.3571em 35px;
	width: 57.8%;
	color: #fff;
}
.wrap-main-about .inner h2,
.wrap-main-about .inner .h1 {
	color: #fff;
	margin-bottom: 0.5em;
}
.wrap-main-about .inner p {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0.5714em;
}
.wrap-main-about .wrap-button {
	margin-top: 1.7143em;
}
/* end wrap-main-about */


/* list-news */
.wrap-list-news {
	padding:0 0 34px 0;
}
.main-page .wrap-list-news {
	padding:0 0 40px;
}

.list-news {
	position: relative;
	margin: -15px;
}

.list-news-item {
	width: 33.33%;
	padding: 15px;
}
@media all and (max-width: 1799px) {
	.main-section .list-news-item:nth-child(n+4) {
		display: none;
	}
}
.list-news-item-inner {
	background-color: #f7f4f0;
	transition: all 0.3s;
}
.list-news-item-inner:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.list-news-item-inner .wrap-image img {
	width: 100%
}
.list-news-item-inner .wrap-info {
	padding: 1.143em 18px;
	color:#333;
}
.list-news-item-inner .title {
	font-size: 1.0714em;
	line-height: 1.25;
	font-weight: 800;
	margin-bottom: 20px;
}
.list-news-item-inner .title a {
	color: #000;
}
.list-news-item-inner .title a:hover {
	color: #df3b2c;
}

.list-news-item-inner .date {
	font-size: 1em;
	color: #666;
	margin: 1.182em 0 1em;
}
.list-news-item-inner p {
	font-size: 1em;
	color: #000;
	line-height: 1.35;
}

.text-page .date {
	font-size: 12px;
	color: #666;
}
/* end list-news */

/* main-advantages */
.main-advantages {
}
.main-section.main-advantages .wrap-title {
    margin-bottom: 1.55em;
}
.main-advantages h2 {

}
.main-advantages .three-columns {
	margin:0 -10px -2.2857em;
	position:relative;
}
.main-advantages .three-columns .column {
	padding: 0 10px;
	margin-bottom: 2.2857em;
}
.main-advantages .advantage .wrap-icon {
	width:5.214em;
	position: absolute;
	left: 0;
	top:0;
	text-align: center;
}
.main-advantages .advantage .wrap-icon .icon,
.main-advantages .advantage .wrap-icon .img {
	vertical-align:middle;
}
.main-advantages .advantage .wrap-icon [class*="icon-"] {
	width:5.214em;
	height: 6.07em;
}

.main-advantages .advantage .title {
	font-size: 1.4286em;
	line-height: 1.2;
	font-weight: 600;
}
.main-advantages .advantage {
	max-width:380px;
	padding-left: 6.36em;
	position: relative;
}
.main-advantages .advantage .description {
	margin:0.3em auto 0;
	line-height: 1.4;
	font-size: 0.9286em;
}
.main-advantages .advantage p {
	margin:0;
}

.main-advantages .wrap-buttons {
	text-align:center;
	margin-top:2px;
}
/* end main-advantages */

/* opinons */
.main-opinions {
	background-color: #f6f3f0;
}
.list-opinions {
	margin: -15px;
}
.list-opinions .opinion {
	width: 33.33%;
	padding: 15px;
}
@media all and (max-width: 1799px) {
	.main-opinions .list-opinions .opinion:nth-child(n+4) {
		display: none;
	}
}
.list-opinions .opinion a {
	display: block;
	position: relative;
}

.list-opinions .opinion a img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.list-opinions .opinion a:hover img {
	box-shadow: 0px 5px 10px 0px rgba(2, 2, 2, 0.25);
}
.list-opinions .opinion a .icon-video {
	width: 3.5em;
	height: 2.714em;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.357em 0 0 -1.75em;
	transition: all 0.3s
}
.list-opinions .opinion a:hover .icon-video {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* end opinions */


/* slider-partners */
.slider-partners {

}
/*
.main-section.main-partners .wrap-title {
    margin-bottom: 0.65em;
}
*/
.wrap-slider-partners {
	position: relative;
	margin-left: -16px;
	margin-right: 16px;
}
.wrap-slider-partners .slide {
	padding: 10px 16px 0;
}
.wrap-slider-partners .partner {
	text-align: center;
	display: block;
	color: #000;
	transition: color 0.3s;
}
.wrap-slider-partners .partner .wrap-image {
	display: block;
	position: relative;
	margin-bottom: 14px;
}
.wrap-slider-partners .partner .wrap-image:after {
    display: block;
    content: '';
    padding-bottom: 60%;
}
.wrap-slider-partners .partner .wrap-image .inner,
.wrap-slider-partners .partner .wrap-image .inner-h {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    transition: all 0.3s;
}


.wrap-slider-partners .partner .wrap-image .inner:before,
.wrap-slider-partners .partner .wrap-image .inner-h:before {
    content: "";
    min-height: inherit;
    vertical-align: middle;
    width: 0;
}
.wrap-slider-partners .partner img {
	vertical-align: middle;
	display: inline-block !important;
}
.wrap-slider-partners .partner .title {
	display: block;
	font-weight: 400;
	line-height: 1.2;
}
.wrap-slider-partners .slick-next {
	position: absolute;
	right: -16px;
	top: 39.65%;
	margin-top: -25px;
}
.wrap-slider-partners .slick-next .icon-arr-right-big {
	width: 14px;
	height: 49px;
}
/* end slider-partners */

/* main-page-text */
.main-page-text {

}
.main-page-text p {

}
.main-page-text h2,
.main-page-text .h2 {
	margin-bottom: 0.542em;
	font-size: 1.7143em;
}
/* end main-page-text */

/* main-map */
.main-map {
	position: relative;
	padding: 0 !important;
}
.main-map .max-wrap {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	padding-top: 1em;
}
/* end main-map */


/* promo-stroimatic */
.promo-stroimatic {
	background: url(../images/bg-franshiza.jpg) no-repeat center top;
	height:244px;
}
.promo-stroimatic .info {
	font-size: 16px;
	color:#000;
	padding-left:34px;
}
.promo-stroimatic .info .btn {
	margin-top:19px;
}

.promo-stroimatic .info .h1 {
	margin-bottom: 10px;
}

.promo-stroimatic .max-wrap {
	position:relative;
	padding-top:51px;
}
/* end promo-stroimatic */

/* list-activities */
.list-activities {
	padding-bottom: 45px;
}
.list-activities .three-columns {
	position: relative;
	margin: -10px;
}
.list-activities .three-columns .column {
	margin: 0;
	padding: 10px;
}
.list-activities .activity {
	position:relative;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgba(2, 2, 2, 0.25);
}

.list-activities .activity .wrap-description {
	padding:0 28px 32px;
}

.list-activities .activity .title {
	font-size:18px;
}
.list-activities .activity .sub-title {
	font-size:18px;
	font-weight:700;
	color:#333;
}
.list-activities .activity .description {
    margin: 7px 0 0;
    color: #333;
}
/* end list-activities */

/* bottom-icons */
.bottom-icons {
	background: url(../images/bg-bottom-icons.jpg) no-repeat;
	background-size:cover;
	padding:64px 0 60px;
}
.bottom-icons .three-columns {
	margin:0 -20px;
	position:relative;
}
.bottom-icons .column {
	padding:0 20px;
	text-align:center;
	margin-bottom:0;
}
.bottom-icons .item .wrap-icon {
	background-color:#d43c63;
	width:110px;
	height:110px;
	line-height:110px;
	border-radius:50%;
	margin:0 auto 15px;
}
.bottom-icons .item .wrap-icon .icon {
	vertical-align:middle;
}
.bottom-icons .item .wrap-icon .icon.icon-like-w {
	margin-top:-6px;
}
.bottom-icons .item .wrap-icon .icon.icon-compare {
	margin-top:6px;
}
.bottom-icons .item .wrap-icon .icon.icon-articles {
	margin-top:-4px;
}

.bottom-icons .item .title {
	font: 24px 'ProximaNovaSite Condensed', sans-serif;
}
.bottom-icons .item .title a {
	color:#fff;
}
.bottom-icons .item .title a:hover{
	color:#d43c63;
}
/* end bottom-icons */

/* contact-page */
.contact-page {
	background-color:#fff;
	padding:26px 0 42px;
}
.contact-page .contacts-info {
	float:left;
	width:47.46%;
}
.contact-page .wrap-contact-form {
	float: right;
	width: 47.46%;
	background: #faf4ec;
	margin-top:10px;
	padding: 28px 32px 40px;
}
.contact-page .wrap-contact-form .title-form {
	color: #333333;
	font-size: 1.714em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.contact-page .contact-office + .contact-office {
	margin-top: 32px;
}

.list-contacts {
	margin-bottom: 1.571em;
}
.list-contacts li {
    line-height: 1.4286em;
    margin-top: 1em;
    padding-left: 1.571em;
    text-indent: -1.571em;
    position: relative;
}
.list-contacts li.for-phones {
	padding-left: 7em;
	text-indent: 0;
}
.list-contacts li.for-emails {
	padding-left: 11.214em;
	text-indent: 0;
}
.list-contacts li .c-label {
	position: absolute;
	left:0;
	top:0;
}
.list-contacts li:first-child {
    margin-top: 0;
}
.list-contacts li .icon {
	margin:0.2143em 0.4286em 0;
}
.list-contacts li .icon-mail {
	margin-top:0.2857em;
}


.contact-page .wrap-contact-form .btn-default {
	padding-left:44px;
	padding-right:44px;
}

.wrap-contact-form .label-holder,
.form-popup .label-holder {
	float: left;
	width: 99px;
	padding: 10px 5px 0 0;
}
.wrap-contact-form .input-holder,
.wrap-contact-form .form-buttons,
.wrap-contact-form .file-holder,
.wrap-contact-form p.error,
.form-popup .input-holder,
.form-popup .form-buttons,
.form-popup .file-holder,
.form-popup p.error  {
	margin-left:99px;
	position:relative
}

.wrap-contact-form h3 {
	margin-bottom:21px;
}
.map-contacts {
	position:relative;
	width:100%;
	height:32em;
}
/* end contact-page */

/* page-about */
.page-about {
	padding:29px 0;
	background-color:#fff;
}
.page-about .wrap-image {
	float:left;
	width:568px;
}
.page-about .wrap-about {
	margin-left:623px;
	padding-top: 10px;
}
.page-about h4 {
	margin-bottom:23px;
}
.wrap-button {
	margin-top:33px;
}

.page-about .wrap-image {
	width:47%;
}
.page-about .wrap-about {
	margin-left:51%;
}

/* end page-about */

/* team */
.team {
	background: url(../images/bg-activities.jpg) repeat;
	padding:38px 0 20px;
}
.team .columns {
	margin:0 -30px;
	position:relative;
}
.team .column {
	padding:0 30px;
}
.team .item {
	background-color:#fff;
	position:relative;
}
.team .item .wrap-image {
	float:left;
	width:50%;
	overflow:hidden;
}
.team .item .wrap-image img {
	width:100%;
	transition:all 0.3s;
}
.team .item .wrap-image:hover img {
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.team .item .wrap-description {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	padding:0 29px;
}
.team .item .name {
	font: 700 24px 'ProximaNovaSite Condensed', sans-serif;
}
.team .item .description {
	font-weight:700;
	color:#333;
	margin:12px 0 20px;
	line-height:1.25;
}
.team .item .center-helper {
    display: table;
    height: 100%;
    position: relative;
}
.team .item .center-helper .center-helper-in  {
	display: table-cell;
    vertical-align: middle;
}
/* end team */

/* bottom-counters */
.bottom-counters {
	background: url(../images/bg-bottom-icons2.jpg) no-repeat;
	background-size:cover;
	height:237px;
	padding-top:61px;
}
.bottom-counters .columns {
	margin:0 -10px;
	position:relative;
}
.bottom-counters .column {
	padding:0 10px;
	text-align:center;
}
.bottom-counters .counter {
	color:#df3b2c;
	font: 700 72px 'ProximaNovaSite Condensed', sans-serif;
}
.bottom-counters .title {
	color:#fff;
	font: 700 18px 'ProximaNovaSite Condensed', sans-serif;
}
/* end bottom-counters */


/* project */
.project-tags {
	font-size:0.846em;
	color:#000;
	line-height:1.18;
}
.project-tags a {
	color:#000;
}
.project-tags a:hover {
	color:#df3b2c;
}
.project-tags .icon {
	margin:1px 4px 0 0;
}
.project-tags .icon-tag {
	margin-top:2px;
}
.gecko .text-page .project-tags .icon {
	margin-top:2px;
}
.gecko .text-page .project-tags .icon-tag {
	margin-top:3px;
}

.project-tags a,
.project-tags span {
	display: block;
	margin-top: 0.73em;
}
.project-tags a:first-child,
.project-tags span:first-child {
	margin-top:0;
}

.text-page .wrap-project-bottom-line {
	margin-top:16px;
	max-width: 880px;
}
.text-page .project-tags {
	margin-top:1em;
}
.wrap-project-photo-slider {
	margin-bottom: 26px;
}
.wrap-project-photo-slider .bx-wrapper img {
	width:auto;
	margin:0 auto;
}
.wrap-project-photo-slider .large-img .bx-wrapper .bx-controls-direction a {
	background: transparent;
	text-indent: 0;
	padding: 1em 1.286em;
	width: auto;
	height: auto;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap-project-photo-slider .large-img .bx-wrapper .bx-prev:after,
.wrap-project-photo-slider .large-img .bx-wrapper .bx-next:after,
.wrap-project-photo-slider .gl-thumbs .bx-wrapper .bx-next:after {
	display: none;
}
.wrap-project-photo-slider .large-img .bx-wrapper .icon-arr-right-big {
	width: 1em;
	height: 3.5em;
	fill: #de362d;
}
.wrap-project-photo-slider .large-img .bx-wrapper .bx-prev .icon-arr-right-big  {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wrap-project-photo-slider .wrap-gl-thumbs {
	overflow-x: hidden;
	margin-top: 0.7143em;
}
.wrap-project-photo-slider .gl-thumbs {
	margin: 0 4.571em 0 0;
	position: relative;
}
.wrap-project-photo-slider .gl-thumbs li a {
    display: block;
    transition: opacity 0.3s;
    position: relative;
    opacity: 0.5;
}
.wrap-project-photo-slider .gl-thumbs li a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	border: 1px solid transparent;
	transition: border 0.3s;
}
.wrap-project-photo-slider .gl-thumbs li a.active {
	opacity: 1;
}
.wrap-project-photo-slider .gl-thumbs li a.active:after {
	border-color: #eb6734;
}
.wrap-project-photo-slider .gl-thumbs .bx-wrapper .bx-next {
	right: -4.571em;
	top:0;
	margin: 0;
	width: 3.929em;
	height: 100%;
	padding: 0 1.286em 0 1.643em;
	text-indent: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.wrap-project-photo-slider .gl-thumbs .bx-wrapper .bx-viewport {
	overflow: visible !important;
}

.wrap-project-photo-slider .gl-thumbs .bx-wrapper .icon-arr-right-big {
	width: 1em;
	height: 3.5em;
	fill: #de362d;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.wrap-project-photo-slider .gl-thumbs .bx-wrapper {
	position: static;
}
.wrap-grey-info-project {
	background-color: #f7f3f0;
	padding: 1.154em 1.3em;
	font-size: 0.9286em;
	color: #000;
}
.wrap-grey-info-project .wrap-info + .wrap-info {
	margin-top: 1.3em;
}
.wrap-grey-info-project .title-info {
	font-weight: 600;
	font-size: 1.23em;
	margin-bottom: 0.4375em;
}
.wrap-grey-info-project table {
	width: 100%;
	border: none;
	background: transparent;
}
.wrap-grey-info-project table tr {
	background: transparent !important;
}
.wrap-grey-info-project table td {
	background: transparent !important;
	padding: 0.23em 1em 0.23em 0;
	font-size: 1em;
	color: #000;
}
.wrap-grey-info-project table td:last-child {
	padding-left: 1em;
	padding-right: 0;
}
.wrap-grey-info-project table tr:first-child td {
	padding-top: 0;
}
.wrap-grey-info-project table tr:last-child td {
	padding-bottom: 0;
}
.wrap-grey-info-project .btn {
	margin-top: 1.21em;
}

.sidebar .wrap-opinion {
	margin-top: 2.214em;
}
.sidebar .wrap-opinion .wrap-video-inner,
.process-steps .wrap-opinion .wrap-video-inner {
	display: block;
	position: relative;
}
.sidebar .wrap-opinion .wrap-video-inner img,
.process-steps .wrap-opinion .wrap-video-inner img {
	display: block;
	width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45);
    transition: all 0.3s;
}
.sidebar .wrap-opinion .wrap-video-inner:hover img,
.process-steps .wrap-opinion .wrap-video-inner:hover img {
	box-shadow: 0px 5px 15px 0px rgba(2, 2, 2, 0.7);
}
.sidebar .wrap-opinion .wrap-video-inner .icon-video,
.process-steps .wrap-opinion .wrap-video-inner .icon-video {
	width: 3.5em;
	height: 2.714em;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.357em 0 0 -1.75em;
	transition: all 0.3s
}
.sidebar .wrap-opinion .wrap-video-inner:hover .icon-video,
.process-steps .wrap-opinion .wrap-video-inner:hover .icon-video {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.sidebar .wrap-opinion .opinion-title,
.process-steps .wrap-opinion .opinion-title,
.opinion .opinion-title {
	margin-top: 1em;
	font-weight: 400;
	line-height: 1.25;
	color: #000;
}

.opinion .opinion-title a,
.sidebar .wrap-opinion .opinion-title a {
	color: #000;
}
.opinion:hover .opinion-title a,
.sidebar .wrap-opinion:hover .opinion-title a {
	color: #d23e30;
}

.one-project-description {
	color: #000;
	line-height: 1.45;
}

.text-page .wrap-project-bottom-line .wrap-shares {
	margin-top: 0;
	float: right;
	margin-left: 40px;
}


h1.project-title {
	color: #333;
	font-size: 26px;
	line-height: 1.25;
	padding: 8px 0 20px;
}

.bottom-other-projects {
	background: url(../images/bg-activities.jpg) repeat;
	padding:34px 0 37px;
}
.bottom-other-projects .other-project {
	width:49%;
	float:left;
	position:relative;
}
.bottom-other-projects .other-project.next-project {
	float:right;
	text-align:right;
}
.bottom-other-projects .other-project .arrow {
	float:left;
	width:50px;
	height:100px;
	text-align:center;
	padding-top:30px;
	background-color:#babcbe;
}
.bottom-other-projects .other-project.next-project .arrow,
.bottom-other-projects .other-project.next-project .wrap-image {
	float:right;
}
.bottom-other-projects .other-project .wrap-image {
	float:left;
	width:133px;
}
.bottom-other-projects .other-project .wrap-description {
	position:absolute;
	height:100%;
	right:0;
	top:0;
	left:198px;
	color:#333;
	font-size: 13px;
}
.bottom-other-projects .other-project.next-project .wrap-description {
	left:0;
	right:198px;
}
.bottom-other-projects .other-project .center-helper {
    display: table;
    height: 100%;
    position: relative;
	width:100%;
}
.bottom-other-projects .other-project .center-helper .center-helper-in  {
	display: table-cell;
    vertical-align: middle;
}
.bottom-other-projects .other-project .title {
	font-size: 15px;
	margin-top:2px;
}

.projects-page {
	padding:0 0 30px;
}
.sidebar .list-categs {
  background-color: rgb(247, 243, 240);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  padding: 1.286em;
  font-weight: 400;
}

.sidebar .list-categs li {
	margin-top: 0.429em;
}
.sidebar .list-categs li:first-child {
	margin-top: 0;
}

.sidebar .list-categs a {
	color:#000;
	font-size: 0.929em;
}
.sidebar .list-categs a.active,
.sidebar .list-categs a:hover {
	color:#d23e30;
}
.sidebar .list-categs a.active {
	font-weight: 600;
	font-size: 1em;
}

.projects-list {
	position:relative;
}

.projects-list .columns {
	position:relative;
	margin: -15px -13px;
}
.projects-list .column {
	padding:15px 13px;
	margin: 0;
	width: 25%;
}
.content-with-sidebar .projects-list .column {
	width: 33.33%;
}
@media all and (max-width: 1799px) {
	.main-projects .projects-list .column:nth-child(n+9) {
		display: none;
	}
}
@media all and (max-width: 1799px) {
	.other-projects .projects-list .column:nth-child(n+5) {
		display: none;
	}
}
.projects-list .item {
	display:block;
	position:relative;
	overflow:hidden;
	color:#333;
	transition: all 0.3s;
}
.projects-list .item:hover {
	color:#df3b2c;
	box-shadow: 0px 5px 10px 0px rgba(2, 2, 2, 0.25);
}


.projects-list .item img {
	width:100%;
}
.projects-list .item .description-overlay {
	background-color: #f2eee9;
	display: block;
	padding: 0.5714em 12px 0.7857em;
}
.projects-list .item .description-overlay .title {
	display:block;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.25;
	height: 3.75em;
}


.projects-list .wrap-button {
	margin:26px 0 20px;
	text-align:center;
}

.project-view-selector {
	white-space: nowrap;
	margin-top: 2px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 1.143em;
}

.project-view-selector a {
	background-color: #fff;
	height: 2.5em;
	padding: 0.6429em 0.7857em 0 0.7857em;
	text-align: center;
	color: #333;
	font-weight: 400;
	width: 50%;
}
.project-view-selector a.active {
	color: #d23e30;
	font-weight: 600;
}
.project-view-selector a .icon {
	margin: 0.143em 0.5em 0 0;
}
.project-view-selector a.map-type {
	background: url('../images/but-map-bg.jpg') no-repeat center center;
	background-size: cover;
}
#view-map .project-view-selector a.map-type {
	background: #faf4ec;
}
#map-data {
	display: none;
}
.products-view {
	display: none;
}
.products-view.active {
	display: block;
}

#view-map {
	position: relative;
}
#products-map {
	height: 900px;
}

.ymaps-2-1-50-balloon__content {
	padding: 0 !important;
}
.ymaps-2-1-50-balloon__close+.ymaps-2-1-50-balloon__content {
	margin: 0 !important;
}
.map-project-title {
	font-size: 17px;
	width: 300px;
	padding: 16px;
}
.map-project-title a {
	color: #333;
}
/* end pojects */

/* compare-page */
.compare-page {
	padding:0px 0 60px;
}
.compare-page .h2 {
	margin-bottom:31px;
}
.compare-page .columns {
	margin:0 -30px;
	position:relative;
}
.compare-page .column {
	margin:0;
	padding:0 30px;
}
.compare-page .column .inner {
	background-color:#fff;
}
.compare-page .head-line {
	height:4.2867em;
}
.compare-page .head-line h3 {
	text-align:center;
	font-size:1.429em;
	color:#ea5f29;
	margin:0;
	padding-top:0.8em;
}
.compare-page .vs {
	text-align:center;
	width:60px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-12px 0 0 -30px;
	font: 700 20px 'ProximaNovaSite Condensed', sans-serif;
	text-transform:uppercase;
	color:#666;
}
.compare-page .compare-info {
	padding:17px 29px 30px;
}
.compare-page .compare-info .wrap-image {
	text-align:center;
	position:relative;
	margin:0 -10px 30px;
}
.compare-page .compare-info .compare-list {
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
}
.compare-page .compare-info .compare-list li {
	position:relative;
	padding:0 0 0 22px;
	margin-top:14px;
}
.compare-page .compare-info .compare-list li:first-child {
	margin-top:0;
}
.compare-page .compare-info .compare-list li:after {
	position:absolute;
	left:0;
	top:1px;
	content:'';
}
.wrap-head-tabs {
	width:100%;
	height:3.33em;
	font: 1.1em/3.33 'ProximaNovaSite', sans-serif;
	background-color:#e9e9e9;
}
.wrap-head-tabs li {
	float:left;
	height:3.33em;
}
.wrap-head-tabs li.plita,
.wrap-head-tabs li.lenta {
	width:19.48%;
}
.wrap-head-tabs li.buro {
	width:32.86%;
}
.wrap-head-tabs li.vint {
	width:28.18%;
	float:right;
}
.wrap-head-tabs a  {
	text-align:center;
	display:block;
	height:3.33em;
	color:#333;
	transition:all 0.3s;
	padding:0 0.2em;
	white-space: nowrap;
}
.wrap-head-tabs .active a,
.wrap-head-tabs a:hover  {
	background-color:#fff;
	color:#000;
}
.wrap-head-tabs .active a {
	font-weight: bold;
}
.compare-page .tab-content {
	display:none;
}
.compare-page .tab-content.active{
	display:block;
}

.wrap-head-tabs li.plita,
.wrap-head-tabs li.lenta {
	width:18.48%;
}
.wrap-head-tabs li.buro {
	width:34.86%;
}
.wrap-head-tabs li.vint {
	width:28.18%;
}
/* end compare-page */

/* price-typicals */
.price-typicals {
	background: url(../images/bg-activities.jpg) repeat;
	padding:33px 0 22px;
}
.price-typicals .columns {
	position:relative;
	margin:0 -30px;
}
.price-typicals .column {
	padding:0 30px;
	margin-bottom:41px;
}
.price-typicals .typical {
	background-color:#fff;
	position:relative;
}
.price-typicals .typical .wrap-image {
	float:left;
	width:50%;
}
.price-typicals .typical .wrap-image img {
	width:100%;
}
.price-typicals .typical .wrap-description {
	position:absolute;
	top:0;
	height:100%;
	right:0;
	width:50%;
	padding:0 20px 0 25px;
	color:#333;
	font-size:12px;
}
.price-typicals .typical .description {
	max-height:142px;
	overflow:hidden;
}
.price-typicals .typical .title {
	font: 700 22px 'ProximaNovaSite Condensed', sans-serif;
	margin-bottom:12px;
}
.price-typicals .typical .wrap-description p {
	line-height:14px;
}
.price-typicals .typical .price {
	font-size: 15px;
	font-weight: bold;
	color:#d23e30;
	margin-top:16px;
}
.price-typicals .typical .center-helper {
    display: table;
    height: 100%;
    position: relative;
}
.price-typicals .typical .center-helper .center-helper-in  {
	display: table-cell;
    vertical-align: middle;
}

/* end price-typicals */

/* activity-inner */
.wrap-activity-inner {
	padding:0 0 3.07em;
	position: relative;
	background-color: #000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 26.7em;
}

.wrap-activity-inner h1 {
	color: #fff;
}
.wrap-activity-inner .activity-buttons {
	margin-top: 1.714em;
}
.wrap-activity-inner .activity-buttons .btn + .btn {
	margin-left: 1em;
}
.wrap-activity-inner .activity-inner {
	padding-left: 1em;
}

.wrap-activity-photo-slider {
	background: url(../images/bg-activities.jpg) repeat;
	padding:33px 0 42px;
}
.activity-inner .wrap-description {
	margin-right: 25.7em;
}
.activity-inner .description {
	font-size: 1.143em;
	font-weight: 400;
}
.wrap-activity-inner .wrap-image {
	position: absolute;
	width: 23em;
	text-align: center;
	background-color: #fff;
	bottom: -3.429em;
	right: 1.4286em;
	padding: 0 3.07em;
}
.wrap-activity-inner .wrap-image img {
	position: relative;
	margin-top: -2.714em;
	z-index: 100;
}
.wrap-activity-inner .wrap-image:before {
    content: '';
    background: transparent;
    width: 0;
    height: 0;
    border-left: 11.5em solid transparent;
    border-right: 11.5em solid transparent;
    border-bottom: 6.6429em solid #fff;
    position: absolute;
    top: -6.6429em;
    left: 0;
    z-index: 1;
}





.photo-slider-title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:14px;
}

.text-page-activity {
	margin-top: 1.714em;
}
.text-page-activity .wrap-sub-title {
	margin-right: 25.7em;
}

.text-page-activity .wrap-side-block {
	position:relative;
}
.text-page-activity .side-block {
	position:absolute;
	right:-320px;
	top:0;
	width:240px;
}
.side-block .title-block {
	font-size: 15px;
	margin-top:13px;
}
.side-block .title-block,
.side-block .title-block a {
	color:#ea5f29;
}
.side-block .description {
	font-size:12px;
	font-style:italic;
	color:#000;
	line-height: 1.5;
    margin-top: 3px;
}
/* end activity-inner */


/* text-page */
.text-page {
	background-color:#fff;
	padding:0 0 37px;
}
.text-page p {
	margin:0 0 11px;
	padding:0;
}
.text-page p:last-child {
	margin-bottom:0;
}
.text-page h2 {
	margin-top:36px;
}
.text-page h3 {
	margin-top:28px;
}
.text-page h4 {
	margin-top:26px;
}
.text-page h4:first-child,
.text-page h3:first-child,
.text-page h2:first-child  {
	margin-top:0;
}

.text-page.price-page h2 {
	text-transform: uppercase;
	font-size: 1.857em;
	margin: 0.4286em 0 1.2857em;
}

.text-page ul,
.text-page ol {
	margin:14px 0 20px;
	list-style-type:none;
}
.text-page ol { counter-reset: list 0; }
.text-page ol > li:before {
    counter-increment: list;
    content: counter(list);
	color:#d23e30;
	position:absolute;
	left:-30px;
	text-align: right;
    width: 20px;
	font-weight:bold;
}
.text-page ul > li,
.text-page ol > li {
	margin-top:9px;
	position:relative;
}
.text-page ul > li:first-child,
.text-page ol > li:first-child,
.text-page .bx-wrapper ul > li {
	margin-top:0;
}
.text-page ul > li:before {
	position:absolute;
	left:-23px;
	top:2px;
	display:inline-block;
    content: "";
	background-position: -33px -1233px;
	width: 13px;
	height: 13px;
}
.text-page .bx-wrapper ul > li:before,
.text-page .wrap-shares ul li:before {
	display:none;
}
.text-page blockquote {
	background-color:#efeeee;
	margin:38px 0 40px;
	padding:29px 30px 25px;
	color:#000;
	font-size:16px;
	line-height:1.5;
	clear:both;
}

.text-page .wrap-shares {
	margin-top: 33px;
}

.image-align-left{
    float: left;
	margin:0 20px 20px 0;
}

.image-align-right {
    float: right;
	margin:0 0 20px 20px;
}
.image-align-right img,
.image-align-left img {
	display:block
}
.image-align-right .caption,
.image-align-left .caption {
	display:block;
	background-color:#efeeee;
	font-size:12px;
	line-height:1.5;
	color:#000;
	padding:11px 16px;
}
.text-page iframe {
	max-width:100%;
	margin-bottom:21px;
}
/* end text-page */


/* select-cities */
.wrap-popup-select-city .wrap-regions {
	float: left;
	width: 223px;
	max-height: 414px;
	overflow: auto;
	padding-right: 19px;
}
.wrap-popup-select-city .wrap-cities {
	float: right;
	width: 380px;
	position: relative;
}

.wrap-popup-select-city .list-regions li {
	padding: 0 12px;
	margin-bottom: 2px;
	position: relative;
}
.wrap-popup-select-city .list-regions li:last-child {
	margin-bottom: 0;
}
.wrap-popup-select-city .list-regions li .buk {
	position: absolute;
	left: 0;
	top:4px;
	color: #ee835e;
}
.wrap-popup-select-city .list-regions li a {
	padding: 4px 0 3px 8px;
	color: #333;
	transition: all 0.3s;
	position: relative;
	min-height: 26px;
	display: block;
}
.wrap-popup-select-city .list-regions li a:after {
	content: '';
	position: absolute;
	top:0;
	right: -9px;
	opacity: 0;
	transition: opacity 0.3s;
}
.wrap-popup-select-city .list-regions li a.active {
	color: #fff;
	background-color: #e24e41;
}
.wrap-popup-select-city .list-regions li a.active:after {
	opacity: 1;
}

.wrap-popup-select-city {
	font-size: 14px;
}
.wrap-popup-select-city .list-cities,
.wrap-popup-select-country .list-country {
	float: left;
	width: 180px;
	padding: 0 20px 0 12px;
	font-size: 16px;
	font-weight: bold;
}

.wrap-form-search-city {
	margin-bottom: 15px;
}
.wrap-form-search-city .input-holder {
	border: 1px solid #fce5dd;
	background-color: #fffaf9;
	position: relative;
	padding: 7px 35px 0 11px;
	height: 33px;
}
.wrap-form-search-city .icon-search {
	position: absolute;
	top: 8px;
	right: 8px;
}
.wrap-form-search-city .icon-close-search {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.wrap-form-search-city .input-holder.active .icon-close-search {
	display: block;
}
.wrap-form-search-city .input-holder.active .icon-search {
	display: none;
}

.quick_search_results {
	position: absolute;
	left: 0;
	top:48px;
	width: 100%;
	height: 366px;
	display: none;
	background-color: #fff;
}

.wrap-form-search-city input[type="text"] {
	color: #ea5f29;
}
.wrap-form-search-city :-webkit-input-placeholder{color: #ea5f29;}
.wrap-form-search-city ::-webkit-input-placeholder{color: #ea5f29;}
.wrap-form-search-city :-moz-placeholder{color: #ea5f29;}
.wrap-form-search-city ::-moz-placeholder{
	color: #ea5f29;
	opacity: 1;
}
.wrap-form-search-city :-ms-input-placeholder{
	color: #ea5f29;
	opacity: 1;
}
.wrap-form-search-city .placeholder {
	color: #ea5f29;
	opacity: 1;
}

.wrap-select-city-header .wrap-form-search-city {
	display: none;
}

.wrap-popup-select-city .wrap-selecter {
	display: none;
	height: 366px;
	overflow: auto;
}
.wrap-popup-select-city .wrap-selecter .inner {
	height: 366px;
	overflow: auto;
}
.wrap-popup-select-city .wrap-selecter.active {
	display: block;
}

.wrap-popup-select-city .list-cities a,
.wrap-popup-select-country .list-country a,
.wrap-mobile-cities .list-cities a {
	color: #333;
}
.wrap-popup-select-city .list-cities a:hover,
.wrap-popup-select-city .list-cities a.selected,
.wrap-mobile-cities .list-cities a.selected,
.wrap-popup-select-country .list-country a:hover,
.wrap-popup-select-country .list-country a.selected {
	color: #d23e30;
}

.wrap-popup-select-city .list-cities li,
.wrap-mobile-cities .list-cities li,
.wrap-popup-select-country .list-country li {
	margin-top: 8px;
}
.wrap-popup-select-city .list-cities li:first-child,
.wrap-mobile-cities .list-cities li:first-child {
	margin-top: 0;
}
/* end select-cities */


/*list-country*/
.wrap-popup-select-country {
	margin-bottom: 20px;
}
.wrap-popup-select-country .list-country {
	padding: 0 0 0 20px;
	float: none;
	width: 100%;
}
.wrap-popup-select-country .list-country li {
	display: inline-block;
	text-transform: uppercase;
}
.wrap-popup-select-country .list-country li:first-child {
	margin-right: 10px;
}
/* end of list-country */


table {
  margin-bottom:21px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 9px 26px 9px;
  line-height: 1.4;
  font-size:1em;
  vertical-align: top;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d23e30;
  background-color:#faf4ec;
  text-align:left;
  padding-top:8px;
}
table > thead > tr > th.noborder {
	border-bottom:0;
}
table > tbody > tr:nth-child(even) {
  background-color: #faf4ec;
}

.black_display {
	background-color: #483930;
	overflow:hidden;
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9900;
}
.box_popup {
	width: 500px;
	display: none;
	position: absolute;
	left:50%;
	z-index: 10000;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	background:#fff;
	 padding: 0 25px 25px;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
}
.box_popup #box_loading {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	height:100%;
	top: 0;
	left:0;
	background: url(../images/bx-slider/bx_loader.gif) no-repeat center center;
}

.popup-head {
	margin: 0 0 15px;
    padding: 21px 0 2px;
    position: relative;
}
.popup-head h2 {
	color:#df3b2c;
	font-size:26px;
	font-weight:bold;
	margin: 0;
}
.popup-close{
    position: absolute;
    right: 17px;
    top: 17px;
	width: 16px;
	height: 16px;
}

.form-popup .form-buttons {
	margin-top:26px;
}
.form-popup .form-buttons .btn-default {
	width: 199px;
}
.form-popup .required {
	color: #df3b2c;
}

.spec_field {
	display:none !important;
}

.img-right {
	float:right;
	margin:0 0 20px 20px;
}
.img-left {
	float:left;
	margin:0 20px 20px 0;
}

.loaded-block {
	opacity:0;
	transition:opacity 0.5s;
}
.loaded-block.onloaded {
	opacity:1;
}

.ajax_contener {
	position:relative;
}
.loader {
	position: absolute;
	background: url(../images/bx-slider/bx_loader.gif) no-repeat center center;
	background: rgba(255, 255, 255, 0.1) url(../images/bx-slider/bx_loader.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display:none;
}




.boxer {
   display: table;
   border-collapse: collapse;
}

.boxer .box-row {
   display: table-row;
}

.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   border: 0px solid black;
   width:50%;
   padding-right: 30px;
   padding-bottom: 30px;
}

.boxer .box2 {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   border: 0px solid black;
   width:25%;
   padding-right: 40px;
   text-align: center;
   color: #fff;
   font-size:15px;
}

.boxer .box2  h4 {
	color:#ff5f88;
	font: 28px/1.2 'ProximaNovaSite Condensed', sans-serif;
}

.boxer .box2  a {
	color:#ffc1d1;
}

.boxer .box2  a:hover {
	color:#ff5f88;
}


.romb-icons-list {
	position: relative;
	margin-right: -80px;
	margin-top: 21px;
}
.romb-icon-item {
	float: left;
	width: 380px;
	margin-right: 40px;
	margin-bottom: 29px;
	position: relative;
	height: 116px;
	padding-left: 113px;
	font-size: 16px;
	color: #333;
}
.romb-icon-item .wrap-icon {
	position: absolute;
	left: 0;
	top:0;
}


/*для всплывающих форм*/
#box_popup_inner .input-file {
    left: -9999px;
    position: absolute;
}

/*для подтверждения согласия*/

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.mobile-menu-but,
.mobile-contacts-but,
.wrap-mobile-cities,
.wrap-mobile-more,
.mobile-phone-but {
	display: none;
}

.with-border {
	border-bottom: 1px solid #eaeaea;
}

.wrap-process {
	background-color: #f6f3f0;
	padding: 1.357em 0;
}
.wrap-process .process-steps {
	position: relative;
	margin: -1.07em -0.929em;
}
.wrap-process .column {
	width: 25%;
	padding: 1.07em 0.929em;
}
.wrap-process .process-item .wrap-image {
	position: relative;
	margin-bottom: 0.7857em;
}
.wrap-process .process-item .wrap-image .step {
	position: absolute;
	top: 0.714em;
	left: 0.714em;
	color: #fff;
}
.wrap-process .process-item .wrap-image .step .icon-hexahedron {
	width: 2.07em;
	height: 2.172em;
	fill: #DF3B2C;
	opacity: 0.9;
}
.wrap-process .process-item .wrap-image .step span {
	font-weight: 600;
	font-size: 1.143em;
	line-height: 1.9375;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top:0;
	left: 0;
}
.wrap-process .process-item .title {
	font-size: 1.143em;
	font-weight: 600;
	margin-bottom: 0.3125em;
}
.wrap-process .process-item .description {
	font-size: 0.857em;
	line-height: 1.4;
}

.partners-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-bottom: 40px;
}
.partners-list-item .wrap-logo {
	width: 275px;
	padding-right: 40px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: center;
}

.max-wrap-text {
	max-width: 1200px;
}

.wrap-contacts-icons {
	position: relative;
	margin: 1.5714em -2.5em 0;
}
.wrap-contacts-icons .column {
	max-width: 25.7em;
	padding: 0 2.5em;
}
.wrap-contacts-icons .contact-icon .wrap-icon {
	float: left;
	width: 5.2143em;
}
.wrap-contacts-icons .contact-icon .wrap-icon [class*="icon-"] {
	width: 5.2143em;
	height: 6.0714em;
}
.wrap-contacts-icons .contact-icon .wrap-info {
	margin-left: 6.357em;
	padding-top: 0.4286em;
}
.wrap-contacts-icons .contact-icon .wrap-info .text {
	font-size: 1.1429em;
	line-height: 1.15;
}
.wrap-contacts-icons .contact-icon .wrap-info .title {
	font-size: 1.4286em;
	font-weight: 600;
	margin-bottom: 0.15em;
}
.wrap-contacts-icons .contact-icon .wrap-info a {
	color: #000;
}
.wrap-contacts-icons .contact-icon .wrap-info a:hover {
	color: #d23e30;
}

.wrap-contacts-form {
	background: url(../images/bg-contacts-form.jpg) center center no-repeat;
	background-size: cover;
	padding: 3.1429em 40px 2.6429em 1.4286rem;
	margin-top: 2.4286em;
}
.wrap-contacts-form .title {
	color: #fff;
	font-size: 2.5715em;
	line-height: 1;
	font-weight: 600;
}
.wrap-contacts-form .wrap-form {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 0.5714em 1.071em 1.6429em;
  margin-top: 1.5em;
  max-width: 53.3em;
  color: #fff;
}
.wrap-contacts-form .wrap-info .wrap-form .form-line {
	margin: 1.1429em 0 0;
	padding: 0;
}
.wrap-contacts-form .fields-two-columns {
	position: relative;
	margin: 0 -1.071em;
}
.wrap-contacts-form .fields-two-columns .column {
	width: 50%;
	padding: 0 1.071em;
}
.wrap-contacts-form .label-holder {
	float: left;
	width: 6.214em;
	line-height: 3.142857em;
	padding: 0;
}
.wrap-contacts-form .fields-two-columns .column:last-child .label-holder {
	width: 3.8577em;
}
.wrap-contacts-form .label-holder label {
	color: #fff;
	font-weight: 600;
	font-size: 1.1429em;
	line-height: inherit;
}
.wrap-contacts-form .wrap-form .input-holder {
	border: 1px solid rgb(180, 180, 180);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.857143em 1.142857em 0;
	height: 3.142857em;
	margin-left: 6.214em;
}
.wrap-contacts-form .wrap-form p.error {
	margin-left: 6.214rem;
}
.wrap-contacts-form .fields-two-columns .column:last-child .input-holder,
.wrap-contacts-form .fields-two-columns .column:last-child .file-holder,
.wrap-contacts-form .wrap-form .column:last-child p.error {
	margin-left: 3.8577rem;
}
.wrap-contacts-form .wrap-form .input-holder.failed {
	border-color: #f33;
}
.wrap-contacts-form .wrap-form .input-holder input[type="text"] {
	font-size: 1.143em;
	line-height: 1.125;
}
.wrap-contacts-form .file-input-info {
	font-size: 0.9em;
    margin-top: 0.5em;
    color: #fff;
    font-weight: 400;
}
.wrap-contacts-form .input-file {
    left: -9999px;
    position: absolute;
}
.wrap-contacts-form .buttons-line {
	margin: 01.2143em -1.071em 0;
}
.wrap-contacts-form .buttons-line .wrap-privacy {
	float: right;
	padding: 0.8571em 1.071em 0;
	width: 50%;
	line-height: 1.4286em;
}
.wrap-contacts-form .buttons-line .form-buttons {
	float: left;
	padding: 0 1.071em;
	width: 50%;
}
.wrap-contacts-form .buttons-line .form-buttons .wrap-btn {
	margin-left: 6.214em;
}
.wrap-contacts-form .buttons-line .accept-privacy-label {
	color: #cccccc;
	font-size: 1em;
	display: inline-block;
	vertical-align: top;
}
.wrap-contacts-map {
	position: relative;
}
.wrap-contacts-map .map-info {
	position: absolute;
	top: 50%;
	right: 1.4286em;
	width: 21.43em;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1.357em;
}


.btn-choose-white {
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.857143em 1.142857em 0;
	height: 3.142857em;
	width: 100%;
	transition: all 0.3s;
	color: #333333;
	font-weight: 400;
}
.btn-choose-white:hover {
	color: #fff;
	background-color: #df3b2c;
}
.btn-choose-white span {
	font-size: 1.143em;
	line-height: 1.125;
}


@media all and (min-width: 1500px) {
	html {
	    font-size: 16px;
	}

	.header {
		height: 104px;
	}
	
	.wrapper {
	    padding-top: 104px;
	}
	.wrap-side-nav .wrap-logo {
    	margin-bottom: 23px;
    }
    .wrap-side-nav {
    	padding: 25px 0;
    }

	.wrap-offer .wrap-info {
	    width: 55.27%;
	}
	.wrap-offer .wrap-video {
	    width: 41.595%;
    }

	.wrap-offer .wrap-video-inner {
		max-width: 358px;
	}
	.wrap-list-fundaments .slide {
			width: 20%;
	}

}
@media all and (min-width: 1800px) {
	html {
	    font-size: 18px;
	}
	.wrap-side-nav .wrap-logo img {
	    width: 100px;
		height: 100px;
	}
	.wrap-side-nav .wrap-logo {
	    padding-left: 15px;
	}

	.wrap-offer .wrap-info {
	    width: 52.27%;
	}
	.wrap-offer .wrap-video {
	    width: 44.595%;
    }
	.wrap-offer .wrap-video-inner {
		max-width: 404px;
	}
	.wrap-side-nav {
	    width: 280px;
    }
    .wrapper {
	    margin: 0 0 0 280px;
	    padding-top: 114px;
    }

    .header {
	    height: 114px;
	    left: 280px;
	}

    nav > ul > li > a {
	    font-size: 20px;
		line-height: 28px;
    }
    nav > ul > li > a [class*="icon-"] {
	    width: 28px;
	    height: 28px;
    }
    nav > ul ul {
	    font-size: 20px;
    }
    nav > ul > li > .menu-arrow .icon-arr {
	    width: 7px;
	    height: 10px;
    }
    nav > ul > li > .menu-arrow {
	    width: 16px;
	    height: 13px;
	    top: 19px;
    }

    nav > ul > li > a .icon-menu-technology {
	    height: 25px;
	    margin-top: 0;
	}
	nav > ul > li > a .icon-menu-about {
	    height: 33px;
	    margin-top: -2px;
	}
	nav > ul > li > a .icon-menu-opinions {
    	height: 30px;
	}

	.wrap-side-nav .wrap-socials [class*="icon-"] {
	    width: 32px;
		height: 37px;
	}
    .wrap-side-nav .wrap-socials {
	    font-size: 12px;
    }

	.list-news-item,
	.list-opinions .opinion {
    	width: 25%;
    }
    .projects-list .column {
	    width: 20%;
    }
    .content-with-sidebar .projects-list .column {
	    width: 25%;
    }

    .footer-about {
    	width: 25%;
    }
    .footer .phones {
    	width: 45%;
    	text-align: center;
    }
    .footer-buttons {
	    width: 29%;
	}
    .footer .btn + .btn {
	    margin-top: 0;
	    margin-left: 12px;
	}
	.footer .phones .phone {
		display: inline-block;
	}
	.footer .phones .phone + .phone {
	    margin-left: 14px;
	}

	.sidebar {
	    width: 260px;
	}
	.content-with-sidebar {
	    width: calc(100% - 290px);
	}
}

@media all and (min-width: 2400px) {
	.wrap-side-nav {
	    width: 300px;
    }
    .wrapper {
	    margin: 0 0 0 300px;
	    padding-top: 98px;
    }

    .header {
	    left: 300px;
	}

    nav > ul > li > a {
	    font-size: 22px;
	    line-height: 30px;
    }
    nav > ul > li > a [class*="icon-"] {
	    width: 30px;
	    height: 30px;
    }
    nav > ul ul {
	    font-size: 22px;
    }
    nav > ul > li > .menu-arrow .icon-arr {
	    width: 7px;
	    height: 10px;
    }
    nav > ul > li > .menu-arrow {
	    width: 16px;
	    height: 13px;
	    top: 19px;
    }

    nav > ul > li > a .icon-menu-technology {
	    height: 27px;
	    margin-top: 0;
	}
	nav > ul > li > a .icon-menu-about {
	    height: 35px;
	    margin-top: -3px;
	}
	nav > ul > li > a .icon-menu-opinions {
    	height: 31px;
	}

	.main-image .wrap-main-label {
		font-size: 22px;
	}
}

@media all and (max-width: 1239px) {
	html {
	    font-size: 12px;
	}
	.wrap-side-nav {
	    width: 180px;
    }
    .wrapper {
    	margin: 0 0 0 180px;
    	padding-top: 82px;
    }

    .wrap-side-nav .wrap-logo img {
	    width: 100px;
	    height: 100px;
	}

	.header {
	    height: 82px;
		left: 180px;
	}
	
	.wrap-side-nav {
		padding-top: 20px;
	}
	
	
	
	/*
	.header .header-contacts .header-buttons {
	    width: 90px;
    }
    .header .header-contacts .btn-icon {
	    width: 35px;
    }
    .header .header-contacts .btn-icon span {
	    display: none;
    }
    
    .header .header-contacts .btn-icon .icon-question,
    .header .header-contacts .btn-icon .icon-phone {
	    margin-right: 0;
    }
    */
    



	.wrap-offer .wrap-form .title {
	    font-size: 1.2em;
    }

    .footer .phones {
	    width: 65%;
	    text-align: right;
	}
	.footer-about {
	    display: none;
	}

	.wrap-offer .wrap-video-inner {
	    max-width: 274px;
	}
}

@media all and (max-width: 1239px) and (min-width: 1024px) {
	nav > ul > li > a {
	    padding: 13px 6px 10px 12px;
	    font-size: 15px;
	    line-height: 20px;
	}
	nav > ul > li > a [class*="icon-"] {
	    width: 20px;
	    height: 20px;
	    margin-right: 10px;
    }
    nav > ul > li > .menu-arrow {
	    top: 15px;
	    right: 7px;
	}
	nav > ul ul {
	    padding: 14px 6px 10px 12px;
	    font-size: 14px;
	}
	nav > ul ul li {
	    margin-top: 7px;
	}
	nav > ul > li > a .icon-menu-technology {
	    height: 18px;
	}
	nav > ul > li > a .icon-menu-about {
    	height: 23px;
    }
    nav > ul > li > a .icon-menu-opinions {
	    height: 21px;
	}

	.sidebar {
	    width: 180px;
	}
	.content-with-sidebar {
	    width: calc(100% - 198px);
	}

	.partners-list-item .wrap-logo {
		width: 180px;
		padding-right: 30px;
	}

	.contact-page .contacts-info,
	.contact-page .wrap-contact-form {
	    float: none;
	    width: 100%;
	}
	.contact-page .wrap-contact-form {
	    margin-top: 40px;
	    padding: 28px 32px 40px;
	}
	
	.wrap-side-nav .wrap-socials {
		padding-left: 12px;
	}
	.wrap-side-nav .wrap-socials .icons {
    	margin-left: 6px;
    }
    .wrap-side-nav .wrap-socials a {
    	margin: 0 6px;
    }
}

@media all and (max-width: 1023px) {
	html {
	    font-size: 13px;
	}
	.max-wrap {
    	padding: 0 10px;
    }
	.header {
		background-color: #f6f3f0 !important;
		position: fixed;

		padding: 0 0 30px;
		margin: 0;
		right: 0;
		top:70px;
		left: auto;
		width: 100% !important;
		transform: translateX(100%);
		opacity: 0;
		transition: all 0.3s;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		height: calc(100vh - 70px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 800 !important;
	}

	.header.active {
		transform: translateX(0);
		opacity: 1;
	}

	.header .max-wrap {
		padding: 0;
	}
	.wrap-select-city {
	    float: none;
	    width: 100%;
	}
	.wrap-select-city .wrap-select-city-header {
		background-color: #df3b2c;
		display: flex;
		justify-content: space-between;
	}
	.wrap-select-city .link-select-city {
	    padding: 13px 10px 10px 23px;
	    font-size: 18px;
	    line-height: 25px;
	    font-weight: 600;
	    transition: all 0.3s;
	    display: block;
	    text-transform: uppercase;
		background-color: #df3b2c;
		color: #fff;
	    height: auto;
	    border-radius: 0;
	    border: none;
		cursor: default;
	}
	.wrap-select-city .link-select-city [class*="icon-"] {
		fill: #ffffff;
		width: 16px;
		height: 24px;
		margin-right: 20px;
		transition: all 0.3s;
		margin-top: -1px;
		position: relative;
		top: auto;
		left: auto;
	}
	.wrap-select-city .link-select-city .menu-arrow {
		width: 14px;
		height: 12px;
		top: 18px;
		right: 19px;
		position: absolute;
		cursor: pointer;
		padding: 3px;
	}
	.wrap-select-city .link-select-city .menu-arrow .icon-arr {
		width: 6px;
		height: 8px;
		fill: #ffffff;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		transition: all 0.3s;
		right: 0;
		margin: 0;
	}
	.wrap-select-city .link-select-city.active .menu-arrow .icon-arr {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.wrap-select-city .wrap-form-search-city {
		display: block;
		margin: 7px 14px 7px 0;
	}

	.header .header-contacts {
	    margin: 0 25px 0;
	    float: none;
	}

	.header .phone {
	    display: block;
	}
	.header .phone + .phone {
	    margin-left: 0;
	    margin-top: 7px;
	}
	.header .phones {
		margin: 25px 25px 0;
		display: block;
	    padding-top: 0;
	}
	.header .header-contacts .header-buttons {
	    float: none;
	    width: 100%;
	    text-align: left;
	    margin-top: 10px;
	    display: flex;
		flex-direction: column;
		align-items: center;

	}
	.header .header-contacts .btn-icon {
	    width: 162px;
	    display: block;
		background-color: #de362d;
		border-color: #de362d;
		color: #fff !important;
		text-align: left;
		padding-left: 12px;
	}
	.header .header-contacts .btn-icon [class*="icon-"] {
		fill: #fff;
	}
	.header .header-contacts .btn-icon span {
	    display: inline;
	}
	.header .header-contacts .btn-icon .icon-question,
	.header .header-contacts .btn-icon .icon-phone {
	    margin-right: 8px;
	}
	.header .header-contacts .header-buttons .btn + .btn {
	    margin-left: 0;
	    margin-top: 8px;
	}


	.wrap-side-nav {
	    width: 100%;
	    height: 70px;
	    padding: 9px 0 0;
	}
	
	
	.wrap-side-nav nav {
		background-color: #f6f3f0;
		position: absolute;

		padding: 0 0 15px;
		margin: 0;
		left: 0;
		top:70px;
		width: 100%;
		max-width: 400px;
		transform: translateX(-100%);
		opacity: 0;
		transition: all 0.3s;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		height: calc(100vh - 70px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.wrap-side-nav nav.active {
		transform: translateX(0);
		opacity: 1;
	}


	.wrapper {
		margin-left: 0;
		padding-top: 70px !important;
	}
	.wrap-side-nav .wrap-logo {
		text-align: center;
		padding: 0;
		position: relative;
	}
	.wrap-side-nav .wrap-logo img {
	    width: 100px;
	    height: 100px;
	}

	.mobile-menu-but {
		display: block;
		position: absolute;
		top: 22px;
		left: 20px;
		width: 25px;
		height: 25px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    text-decoration: none;
	}
	
	.mobile-phone-but {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 18px;
		right: 20px;
		width: 32px;
		height: 32px;
		background-color: #de362d;
		border-radius: 3px;
	}
	.mobile-phone-but .icon-phone {
		width: 20px;
		height: 20px;
		fill: #fff;
	}
	.mobile-phone-but a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		text-indent: -1000px;
	}
	
	.mobile-contacts-but {
		display: block;
		position: absolute;
		top: 20px;
		right: 65px;
		width: 27px;
		height: 27px;
	}
	.mobile-contacts-but .icon-phone {
		width: 27px;
		height: 27px;
		fill: #df3b2c;
		transition: all 0.3s;
	}
	.mobile-contacts-but.active .icon-phone {
		transform: translateX(44px);
	}

	.mobile-contacts-but:before,
	.mobile-contacts-but:after {
		position: absolute;
		display: block;
		right: -44px;
		top: 14px;
		width: 100%;
		height: 2px;
		background-color: #df3b2c;
		content: "";
		transition: right 0.3s;
	}

	.mobile-contacts-but.active:before,
	.mobile-contacts-but.active:after {
		right: 0;
	}

	.mobile-contacts-but:before {
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg);
	}

	.mobile-contacts-but:after {
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}


	.mobile-menu-but:focus {
	  outline: none;
	}
	.mobile-menu-but span {
		  display: block;
		  position: absolute;
		  top: 8px;
		  right: 0;
		  height: 2px;
		  background: #df3b2c;
		  width:100%;
		  -webkit-transition: background 0 0.3s;
		  transition: background-color 0.3s ease;
	}
	.mobile-menu-but span + span {
		  top: 15px;
	}

	.mobile-menu-but span:first-child:before,
	.mobile-menu-but span:last-child:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #df3b2c;
		content: "";
		-webkit-transition-duration: 0.3s, 0.3s;
	        transition-duration: 0.3s, 0.3s;
	    -webkit-transition-delay: 0.3s, 0;
	        transition-delay: 0.3s, 0s;
	}

	.mobile-menu-but span:first-child:before {
		top: -8px;
		 -webkit-transition-property: top, -webkit-transform;
	          transition-property: top, transform;
	}

	.mobile-menu-but span:last-child:after {
		bottom: -8px;
	}

	.mobile-menu-but.active {

	}
	.mobile-menu-but.active span {
	  background: none;
	}

	.mobile-menu-but.active span:first-child:before {
	  top: 4px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg);
	}

	.mobile-menu-but.active span:last-child:after {
	  bottom: 3px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}

	.mobile-menu-but.active span:first-child:before,
	.mobile-menu-but.active span:last-child:after {
	  -webkit-transition-delay: 0, 0.3s;
	          transition-delay: 0s, 0.3s;
	}


	.wrap-mobile-cities {
		display: none;
		padding: 15px 24px 15px 65px;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		font-size: 18px;
		font-weight: 600;
	}
	.wrap-mobile-cities .inner {
		height: calc(100vh - 248px - 70px - 48px);
		min-height: 200px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.wrap-mobile-cities .jspTrack {
    	background: #fff;
    }

    .main-image {
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		z-index: 30;
    }
    .main-image .wrap-point {
	    display: none;
    }

	.main-fundaments {
		padding: 4px 0 17px;
	}
	.head-main-fundaments .but-all {
		display: none;
	}
	.head-main-fundaments {
	    position: relative;
	    top: 0;
	    left: 0;
	    right: 0;
	    height: auto;
	}
	.head-main-fundaments .wrap-title {
	    position: relative;
	    right: 0;
	    height: auto;
	}
	.head-main-fundaments .wrap-title:before {
		display: none;
	}
	.head-main-fundaments .wrap-title h1 {
	    position: relative;
	    white-space: normal;
	    padding: 14px 10px 0 10px;
	}

	h1, .page-title h2, .h1, .main-section .h2, .main-section h2 {
		font-size: 22px;
		line-height: 1.2;
	}


	.wrap-mobile-more {
		display: block;
		text-align: center;
		font-size: 14px;
		margin-top: 12px;
	}
	.wrap-mobile-more .icon-arr {
	    margin: -1px 0 0 6px;
	    width: 6px;
	    height: 8px;
	    fill: #ea5f29;
	    vertical-align: middle;
	}

	.wrap-offer .wrap-video {
	    float: none;
	    width: 100%;
	    margin-top: 2em;
	}
	.wrap-offer .wrap-info {
	    float: none;
	    width: 100%;
	    max-width: 400px;
		margin: 0 auto;
	}
	.wrap-offer {
	    padding: 18px 10px 26px;
	}
	.wrap-offer .offer {
	    font-size: 22px;
    }
    .wrap-offer .wrap-form .title {
	    font-size: 14px;
	    line-height: 1.25;
	}
	.wrap-offer .wrap-form .input-holder {
	    float: none;
	    width: 100%;
    }
    .wrap-offer .wrap-form .wrap-btn {
	    float: none;
	    width: 100%;
	    padding-left: 0;
	    margin-top: 16px;
	}
	.wrap-offer .wrap-form {
	    padding: 20px 20px 29px;
    }
    .wrap-offer .wrap-form .form-line {
    	margin: 11px 0 0;
    }
    .btn-big {
	    font-size: 16px;
    }
    .wrap-offer .wrap-form .input-holder input[type="text"] {
	    font-size: 16px;
	}
	.wrap-offer .wrap-form .input-holder {
		height: 44px;
	}
	.wrap-more-link {
		display: none;
	}

	.list-news-item {
		width: 50%;
	}
	.list-news-item-inner p {
    	font-size: 1em;
    }
    .list-news-item-inner .title {
	    font-size: 15px;
    }
    .list-news-item-inner .date {
	    font-size: 12px;
    }
    .main-section .list-news-item:nth-child(n+3) {
	    display: none;
	}


    .main-section {
	    padding-bottom: 1.6em;
	}


	.wrap-main-about:before {
	    left: 0;
	    width: 100%;
	    -moz-transform: skewX(0);
	    -ms-transform: skewX(0);
	    -webkit-transform: skewX(0);
	    transform: skewX(0);
	}
	.wrap-main-about .inner {
	    padding: 20px;
	    width: 100%;
	}

	.btn-default {
		font-size: 14px;
	}

	.three-columns .column {
    	width: 50%;
    }
    .main-advantages .advantage {
	    min-height: 85px;
    }
    .main-advantages .advantage .description {
	    font-size: 1em;
	}
	.main-advantages .advantage .title {
    	font-size: 20px;
    }

    .list-opinions .opinion {
    	width: 50%;
    }
    .main-section .list-opinions .opinion:nth-child(n+3) {
	    display: none;
	}
    .main-opinions .wrap-mobile-more {
	    margin-top: 17px;
    }
    .main-section.main-opinions {
	    padding-bottom: 1em;
	}

	.projects-list .column,
	.content-with-sidebar .projects-list .column {
	    width: 50%;
	}

	.footer .wrap-logo {
	    float: none;
	    margin: 0 auto;
    }
    .wrap-footer-info {
	    display: none;
	}
	.sub-footer .developers {
	    text-align: center;
	    padding-right: 0;
    }

    .footer {
	    padding: 14px 0;
    }

    .compare-page .column {
	    width: 100%;
	    padding: 0 20px;
    }

   .compare-page .vs {
	    width: 100%;
	    position: relative;
	    left: 0;
	    top: 0;
	    margin: 25px 0;
	}
	.wrap-head-tabs {
		font-size: 1em;
	}

	.contact-page .contacts-info,
	.contact-page .wrap-contact-form {
	    float: none;
	    width: 100%;
	}
	.contact-page .wrap-contact-form {
	    margin-top: 40px;
	    padding: 12px 10px 20px;
	}

	.confirm-select-city {
		display: none;
	}
	.mobile-confirm-select-city {
		display: block;
	}
	.wrap-contacts-icons .column {
		width: 33.33%;
	}

	.mobile-confirm-select-city {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background-color: #ea5f29;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		padding: 7px 11px;
		white-space: nowrap;
		display: flex;
		justify-content: space-between;
		z-index: 100;
	}
	.mobile-confirm-select-city .btn {
		margin-left: 6px;
	}
	.city-unknown .header {
		top: 104px;
	}
	.city-unknown .wrapper {
		padding-top: 104px !important;
	}
	.city-unknown .wrap-side-nav {
		top: 34px;
	}
	
	.left-mobile-menu {
		display: block;
		border-top: 1px solid #f1cec9;
	    margin-top: 19px;
	    padding-top: 5px;
	}
	.top-menu {
		display: none;
	}
	.header .header-line {
		display: block;
		text-align: center;
	}
}

@media all and (max-width: 767px) {
	.wrap-slider-fundaments {
	    margin: 5px -10px -5px;
	}

	.wrap-slider-fundaments .slide {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 10px 10px
	}
	.wrap-slider-fundaments .slide:nth-child(n+5) {
		display: none;
	}

	.wrap-list-fundaments .slide {
		width: 50%;
	}


	.wrap-slider-partners .slide {
	    width: 50%;
	    display: inline-block;
	    vertical-align: top;
	    padding: 10px;
	}
	.wrap-slider-partners .partner img {
	    max-width: 100%;
	    max-height: 100%;
	}
	.wrap-slider-partners {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.wrap-slider-partners .slide:nth-child(n+5) {
		display: none;
	}

	.list-news-item {
		width: 100%;
	}

	.list-opinions .opinion {
    	width: 100%;
    }

	.projects-list .column,
	.content-with-sidebar .projects-list .column {
	    width: 100%;
	}

	.three-columns .column {
    	width: 100%;
    }

    .sidebar {
	    /*max-width: 225px;*/
	    width: 100%;
	    float: none;
	    margin-top: 20px;
	}
	
	.wrap-side-nav nav {
		max-width: none;
	}
	
	.content-with-sidebar {
	    float: none;
	    width: 100%;
	}
	.projects-page .sidebar {
		display: none;
	}

	.wrap-activity-inner .wrap-image {
		display: none;
	}
	.activity-inner .wrap-description,
	.text-page-activity .wrap-sub-title {
	    margin-right: 0;
	}

	.wrap-activity-inner .activity-inner {
	    padding-left: 0;
	}
	.wrap-activity-inner .activity-buttons .btn {
		margin-right: 1em;
		min-width: 180px;
	}
	.wrap-activity-inner .activity-buttons .btn + .btn {
	    margin-left: 0;
	    margin-top: 1em;
	}

	.wrap-process .column {
    	width: 100%;
    }
    .wrap-process .process-item {
	    font-size: 14px;
    }

    .partners-list-item {
		display: block !important;
		text-align: center;
		margin-bottom: 40px;
	}
	.partners-list-item .wrap-logo {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding-right: 0;
		text-align: center;
	}

	.bottom-other-projects .other-project .wrap-description {
	    display: none;
	}
	.bottom-other-projects .other-project .wrap-image {
	    width: 100px;
	}
	.bottom-other-projects .other-project .arrow {
	    width: 40px;
	    height: 75px;
	    padding-top: 18px;
    }

    .wrap-contact-form .input-holder,
    .wrap-contact-form .form-buttons,
    .wrap-contact-form .file-holder,
    .wrap-contact-form p.error,
    .form-popup .input-holder,
    .form-popup .form-buttons,
    .form-popup .file-holder,
    .form-popup p.error {
	    margin-left: 0;
    }
    .wrap-contact-form .label-holder,
    .form-popup .label-holder {
	    float: none;
	    width: 100%;
	    padding: 0;
	    margin-bottom: 8px;
	}
    .form-popup .form-buttons {
	    margin-left: 0;
	    text-align: center;
    }
    .popup-head h2 {
	    font-size: 17px;
    }
    .contact-page .wrap-contact-form .title-form {
	    font-size: 1.4em;
    }
    .list-contacts li.for-phones {
    	padding-left: 7.5em;
    }
    .list-contacts li.for-emails {
    	padding-left: 12em;
    }

    table > thead > tr > th {
	    padding-top: 4px;
	}
	table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	    padding: 4px 6px 4px;
	    font-size: 11px;
    }

    .wrap-contacts-icons .column {
	    width: 100%;
	    margin-top: 30px;
	}
    .wrap-contacts-icons .column:first-child {
		margin-top: 0;
	}
	.wrap-contacts-form {
		padding-left: 15px;
		padding-right: 20px;
	}
	.wrap-contacts-form .fields-two-columns .column {
		width: 100%;
	}
	.wrap-contacts-form .wrap-form .input-holder,
	.wrap-contacts-form .fields-two-columns .column:last-child .file-holder,
	.wrap-contacts-form .wrap-form p.error {
		margin-left: 6.214rem !important;
    }
    .wrap-contacts-form .buttons-line .wrap-privacy {
	    float: none;
	    width: 100%;
		padding-top: 0;
	}
	.wrap-contacts-form .buttons-line .form-buttons {
	    float: none;
	    padding: 0 1.071em;
	    width: 100%;
	    margin-top: 20px;
	}
	.wrap-contacts-form .buttons-line .form-buttons .wrap-btn {
		margin-left: 0;
	}
	.wrap-contacts-map .map-info {
	    position: relative;
	    top: 0;
	    right: 0;
	    width: 100%;
	    -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	}

	.wrap-project-photo-slider .wrap-gl-thumbs {
		display: none;
	}

	.main-image .wrap-main-label {
	    top: 9px;
    }
    .main-image .main-label {
    	font-size: 1em;
    }
	.main-image .main-image-background {
		width: auto;
		max-width: unset;
		height: 60vh;
		margin-left: auto;
	}
	
	.wrap-side-nav .wrap-logo {
	    text-align: left;
	    padding-left: 65px;
	}
}

.wrap-offer .offer-link {
    margin-top: 0.5em;
    font-size: 1.8em;
    font-weight: 600;
    font-family: 'ProximaNovaSite', sans-serif;
    text-align: center;
    max-width: 22.86em;
    letter-spacing: 0.05em;
}
.wrap-offer .offer-link a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

@media all and (max-width: 1299px) {
h3.promo_red {
    font-family: sans-serif;
    margin: 15px 0 10px;
    font-size: 28px;
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 3.6em;
    padding: 0em;
    z-index: 100;
    color: #de362d;
    text-transform: uppercase;
    line-height: 1.2em;
	max-width: 400px;
}


h3.promo_red span {
    font-size: 38px;
}


h3.promo_red small {
    font-size: 74%;
    line-height: 1.4em;
    width: 150px;
    padding: 3px 0px 0px 0px;
    display: block;
}


}


@media all and (min-width: 769px) {
h3.promo_red {
    font-family: sans-serif;
    margin: 32px 0 10px;
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 2.8em;
    padding: 0em;
    z-index: 100;
    color: #de362d;
    text-transform: uppercase;
    line-height: 1.2em;
    max-width: 380px;
    text-shadow: 1px 4px 5px white;
}


h3.promo_red strong {
    font-size: 30px;
font-weight: 900;
}


h3.promo_red span {
    font-size: 60px;
    line-height: 90%;
}


h3.promo_red small {
    font-size: 74%;
    line-height: 1.25em;
    display: block;
    padding: 10px 1px;
}


}




@media all and (max-width: 768px) {
h3.promo_red {
	font-family: sans-serif;
    margin: 15px 0 10px;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    left: 20px;
    top: 0.1em;
    padding: 0em;
    z-index: 100;
    color: #de362d;
    text-transform: uppercase;
    line-height: 1.2em;
    max-width: 120px;
}
h3.promo_red span {
    font-size: 22px;
    line-height: 90%;
}
h3.promo_red strong {
    font-size: 21px;
	font-weight: 900;
}


}

.marquiz-pops__content-title {
	font-size: 12px !important;
}
.ymaps-2-1-79-copyright__content{
	font:12px/14px Verdana,Arial,sans-serif !important;
}