

/* Start:/local/templates/blue/js/fancybox/source/jquery.fancybox.css?17466162344895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/blue/js/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/blue/js/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/blue/js/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/blue/js/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/blue/js/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/blue/js/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/blue/css/main.min.css?1753441868146373*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4f591948116fae1e5899484f5d7fa607)
 * Config saved to config.json and https://gist.github.com/4f591948116fae1e5899484f5d7fa607
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* ==========================================================================
   Global
   ========================================================================== */

body{
  background: #fff;
  position: relative;
  min-width: 300px;
  color: #333333;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Playfair Display';
}
.page-wrapper{
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    height: auto;
	overflow-x: hidden;
	min-width: 300px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
.header,.footer{
	flex-shrink: 0;
}
.main{
    flex: 1 0 auto;
}
.main.index,
.main.design {
    padding: 0;
}

.flexslider,
.flexslider ul,
.flexslider ol{
	margin: 0;
	border: none;
	background: none;
	padding: 0;
}

.title{
  font-size: 36px;
  color: #3A3A3A;
  line-height: 100%;
  text-align: center;
  font-family: 'Playfair Display';
  font-weight: 400;
  margin: 60px 0 45px 0;
}
.bg_blue .title,
.bg_blue--reverse .title{
	color: #fff;
}
.stroy .bg_blue .title{
	color: #fff;
  font-size: 30px;
}
.bg_bottom{
	padding-bottom: 50px !important;
	background: url(/local/templates/blue/css/../img/bg_bottom.png) center bottom repeat-x;
}
.bg_blue .bg_bottom,
.bg_blue.bg_bottom{
	padding-bottom: 50px !important;
	background: url(/local/templates/blue/css/../img/bg_bottom_white.png) center bottom repeat-x;
}
.bg_blue{
  background: #355E8C; /* Fallback color for older browsers */
  background: -webkit-linear-gradient(left, #355E8C 0%, #7CA9D3 100%); /* Safari 5.1–6, Chrome 10–25 */
  background: -moz-linear-gradient(left, #355E8C 0%, #7CA9D3 100%); /* Firefox 3.6–15 */
  background: -o-linear-gradient(left, #355E8C 0%, #7CA9D3 100%); /* Opera 11.1–12 */
  background: linear-gradient(90deg, #355E8C 0%, #7CA9D3 100%); /* Standard syntax, supported by modern browsers */
}
.bg_blue--reverse {
  background: #355E8C; /* Fallback color for older browsers */
  background: -webkit-linear-gradient(left, #355E8C 0%, #293751 100%); /* Safari 5.1–6, Chrome 10–25 */
  background: -moz-linear-gradient(left, #355E8C 0%, #293751 100%); /* Firefox 3.6–15 */
  background: -o-linear-gradient(left, #355E8C 0%, #293751 100%); /* Opera 11.1–12 */
  background: linear-gradient(83.33deg, #355E8C 10.21%, #293751 77.02%); /* Standard syntax, supported by modern browsers */
}
.bg_gray{
  background: #fefefe; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff, #d0d1d3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #d0d1d3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #d0d1d3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #d0d1d3); /* Standard syntax */
}
.button_green,
.button_blue{
	display: block;
	color: #fff !important;
	font-weight: 500;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.24);
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
  padding: 10px 20px;
  min-height: 41px;
  transition: all .5s;
}

.button_green, .button_blue{
max-width: 280px;
background : -moz-linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
background : -webkit-linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
background : -o-linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
background : -ms-linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
  background: linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
  border-radius: 34px;


}
.button_green:hover ,.button_blue:hover{
  opacity: 0.6;
}
/* .button_green:active ,.button_blue:active{
   background: #31572c;
} */
.phone span{
	display: block;
	font-size: 14px;
}
.rub{
	font-family: 'PTRoubleSans';
}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.phone span{
    background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -202px -91px no-repeat
	}
}
@media all and (min-width:1200px){
    .button_green,
	.button_blue,
	.phone span{
		font-size: 16px;
	}

}
/* ==========================================================================
   Standard elements
   ========================================================================== */

a img {
    border:none;
    outline:none;
	vertical-align: top;
}
a{
    border:none;
    outline:none;
	text-decoration: underline;
	color: #666;
}
a:hover{
	text-decoration: none;
	color: #666;
}
img[src=""]{
	display: none;
}
ol, ul {
list-style: none;
	margin: 0;
	padding: 0;
}
button,
button:active,
button:focus {
    outline: none;
}
/* ==========================================================================
   Main bloks
   ========================================================================== */




/***HEADER***/
.header{
	min-height: 150px;
	color: #fff;
}
.header_logo_link{
	float: left;
}
.header_logo{
	height: 100px;
	width: auto;
}
.header_contact {
	float: right;
	padding:15px 15px 0 0;
	max-width: 160px;
}
.header_contact_phone {
	font-size: 17px;
	margin-bottom: 15px;
}
.header_contact_phone a {
  color: white;
  text-decoration: none;
}
.header_contact_button {
}
.header_nav {
	min-height: 20px;
	width: 100%;
	float: left;
	padding: 12px 0;
}
.header_nav_item {
	display: inline-block;
	padding: 12px 8px;
}
.header_nav_item_link {
	color: #fff !important;
}
.header_nav_item_link:active {
	color: #72c9fe !important;
}
.header_nav_item_link:hover {
	color: #349fef !important;
}
.header_nav_item_link.active {
	color: #8891a2 !important;
}
.header_button {
	width: 100%;
	height: 50px;
	background: #fefefe; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #d0d1d3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #d0d1d3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #d0d1d3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #d0d1d3); /* Standard syntax */
	border: none;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0f4494;
	transition: all .5s;
}
.header_button:after{
	content: "";
	width: 36px;
	height: 15px;
	background: url(/local/templates/blue/css/../img/menu2.png) center no-repeat;
	display: inline-block;
	margin-left: 20px;
}
.header_button:active{
	background: #359eef;
	color: #fff;
}
.header_button:active:after,
.header_button:hover:after{
	background: url(/local/templates/blue/css/../img/menu.png) center no-repeat;
}
.header_button:hover{
	background: #0f4494;
	box-shadow: 0px 0px 3px 0px #666;
	color: #fff;
}
.header_navigation {
	display: none;
	padding: 10px 0 0 0;
	float: left;
}
.header_navigation_link {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	line-height: 25px;
	margin-bottom: 5px;
	width: 50%;
	float: left;
	display: block;
	color: #0f4494;
	vertical-align: top;
	text-align: center;
	transition: all .5s;
}
.header_navigation_link span{
	padding: 5px 15px;
	display: inline-block;
	white-space: nowrap;
}

.header_navigation_link:hover{
	color: #fff;
	background: #0f4494;
}
.header_navigation_link:active{
	color: #fff;
	background: #359eef;
}
.header_navigation_link.active{
	color: #8599b2;
	background: #0c3168;
}
.header_button_line{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(/local/templates/blue/css/../img/header_button_line.png) center no-repeat;
	display: block;
	float: left;
	transition: all .5s;
}
.header_button_line:hover{
	background: url(/local/templates/blue/css/../img/header_button_line2.png) center no-repeat;
}
.header_button_line:after{
	content: "";

}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.header_logo{
		height: 120px;
	}
	.header_contact{
		min-width: 200px;
	}
	.header_contact_phone {
		font-size: 21px;
	}
	.header_nav{
		width: 50%;
    	padding: 15px 1%;
	}
	.header_nav_item_link{
		font-size: 18px;
	}
}
@media all and (min-width:1200px){
	.header_logo{
		height: 150px;
	}
	.header_contact{
		min-width: 305px;
		padding: 35px 0 15px 0px
	}
	.header_contact_phone {
		font-size: 36px;
	}
	.header_nav_item{
		height: 120px;
		line-height: 98px;
	}
    .header_button,
	.header_button_line{
		display: none;
	}
	.header_navigation{
		display: table-row !important;
		width: 100%;
		float: none;
	}
	.header_navigation_link{
		display: table-cell;
		width: auto;
		margin: 0;
		height: 42px;
		text-align: center;
		vertical-align: middle;
		float: none;
		border-right: 1px solid #fff;
		border-left: 1px solid #b2b2b2;
	}
/*
	.header_navigation .header_navigation_link:first-child{
		border-left: 1px solid #b2b2b2;
	}
*/
	.header_navigation .header_navigation_link:nth-child(7){
		border-right: 1px solid #b2b2b2;
	}
	.header_navigation_link span{
		display: table-cell;
		width: 200px;
		vertical-align: middle;
	}
}
/***END HEADER***/




/*** service ***/
.service{
    min-height: 200px;
}
.service_list {
	text-align: center;
}
.service_list_item {
	width: 140px;
	height: 185px;
	display: inline-block;
	position: relative;
	margin: 20px 10px 0 10px;
	vertical-align: top;
	transition: all .5s;
	color: #fff;
}
.service_list .service_list_item:first-child {
	background: url(/local/templates/blue/css/../img/01.png) center bottom no-repeat;
	background-size: 100% 30px;
}
.service_list .service_list_item:first-child + * {
	background: url(/local/templates/blue/css/../img/02.png) center bottom no-repeat;
	background-size: 100% 30px;
}
.service_list .service_list_item:first-child + * + * {
	background: url(/local/templates/blue/css/../img/03.png) center bottom no-repeat;
	background-size: 100% 30px;
}
.service_list_item_bg {
	height: 95px;
	position: relative;
	transition: all 2s;
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.25);
  border-radius: 20px 20px 0 0;
	display: block;
	z-index: 2
}
.service_list_item_button {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -46px;
	width: 92px;
	z-index: 4;
  padding: 0;
line-height: 30px;
}
.service_list_item_block {
	text-decoration: none;
	display: block;
	color:  #0E66AF !important;
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	top: 100%;
	width: 101.5%;
    transition: all 1s;
    margin-left: -1px;
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 20px 20px;
  background: #fff;
    z-index: 3
}
.service_list_item_block:hover{
	color: #fff;
}
.service_list_item:hover .service_list_item_bg,
.service_list_item:hover .service_list_item_block{
  box-shadow: 0px 0px 51px rgba(11, 110, 209, 0.5);
}
.service_list_item:hover .service_list_item_block{
/*	bottom: -100%;*/

}
.service_list .service_list_item_name {
	font-weight: 700;
	font-size: 15px;
	margin-top: 15px;
	display: block;
}
.service_list .service_list_item_cost {
	font-size: 15px;
	line-height: 1.1;
    padding-bottom: 5px;
	display: block;
}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.service_list_item {
		width: 230px;
		height: 260px;
		margin: 20px 5px 0 5px;
	}
	.service_list .service_list_item:first-child {
		margin-left: 0;
	}
	.service_list .service_list_item:last-child {
		margin-right: 0;
	}
	.service_list_item_bg {
		height: 156px;
	}
	.service_list_item_button{
		top: 135px;
	}
    .service_list_item_block{
        width: 100.9%;
    }
    service_list .service_list_item_name {
		font-size: 19px;
		margin-top: 15px;
	}
	.service_list .service_list_item_cost {
		font-size: 19px;
		line-height: 1.1;
		padding-bottom: 15px;
	}

}
@media all and (min-width:1200px){
    .service_list_item {
		width: 362px;
		height: 450px;
		margin: 20px 10px 0 10px;
	}
	.service_list .service_list_item:first-child {
		margin-left: 0;
	}
	.service_list .service_list_item:last-child {
		margin-right: 0;
	}
	.service_list_item_bg {
		height: 390px;
	}
	.index .service_list_item_bg {
		height: 285px;
	}
	.service_list .service_list_item:first-child{
		background: url(/local/templates/blue/css/../img/01.png) center bottom no-repeat;
		background-size: 100% 60px;
	}
	.service_list .service_list_item:first-child + *{
		background: url(/local/templates/blue/css/../img/02.png) center bottom no-repeat;
		background-size: 100% 60px;
	}
	.service_list .service_list_item:first-child + * + *{
		background: url(/local/templates/blue/css/../img/03.png) center bottom no-repeat;
		background-size: 100% 60px;
	}
	.service_list .service_list_item_name,
	.service_list .service_list_item_cost{
      font-size: 30px;
      line-height: 34px;
      font-weight: bold;
	}
	.service_list_item_button{
		width: 138px;
		height: 35px;
		line-height: 34px;
		margin-left: -69px;
		font-size: 21px;
		top: 265px;
	}
	.service_list .service_list_item_name{
		margin-top: 20px;
	}
 .service_list_item_block{
        width: 100.5%;
    }
}

/***END service ***/

/*** advantages_list ***/
.advantages_list{

}
.advantages_list_item{
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.advantages_list_item_decor {
	width: 114px;
	height: 114px;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 114px;
}

.company .advantages_list_item_decor {
	border:2px solid #007dbe;
	background: #0060a6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient( to bottom left, #035aa3, #0f4594); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( to bottom left,#035aa3, #0f4594); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( to bottom left,#035aa3, #0f4594); /* For Firefox 3.6 to 15 */
    background: linear-gradient( to bottom left,#035aa3, #0f4594); /* Standard syntax */
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,.35);
}


.advantages_list_item_icon {

}
.advantages_list_item_name {
	font-weight: 700;
  word-wrap: break-word;
}
.advantages_list_item_description {
}
@media all and (min-width:480px){
	.advantages_list_item{
/*		height: 240px;*/
	}
}
/***END advantages_list ***/

/*** reviews & slider ***/
.reviews_list {

}
.reviews_list_slider{
	width: 80%;
	margin: 0 auto;
}
.reviews_list_item {
  border-radius: 32px;
  overflow: hidden;
  padding: 40px;
}
.reviews_list_photo {
	text-align: center;
	margin-bottom: 10px;
}
.reviews_list_photo_autor {
	margin: 1%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: none !important;
}
.reviews_list_photo_item {
	margin:1%;
    width: 160px;
    height: 100%;
}
.reviews_list_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}
.reviews_list_name {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #FFFFFF;
}
.reviews_list_object {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
.reviews_list_date {
	font-size: 12px;
	margin-bottom: 3px;
}
.reviews_list_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.owl-pagination{
	display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
	width: 28px;
	height: 101px;
	position: absolute;
	top: 50%;
	margin-top: -51px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	/*right: 101%;*/
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' transform='matrix(1 0 0 -1 0 40)' fill='url(%23paint0_linear_292_313)'/%3E%3Cpath d='M18 14L12.7071 19.2929C12.3166 19.6834 12.3166 20.3166 12.7071 20.7071L18 26' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14 20L28 20' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_292_313' x1='0' y1='20' x2='40' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23355E8C'/%3E%3Cstop offset='1' stop-color='%237CA9D3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	/*left:101%;*/
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 -8.74228e-08 -8.74228e-08 1 40 0)' fill='url(%23paint0_linear_292_313)'/%3E%3Cpath d='M22 26L27.2929 20.7071C27.6834 20.3166 27.6834 19.6834 27.2929 19.2929L22 14' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M26 20L12 20' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_292_313' x1='0' y1='20' x2='40' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23355E8C'/%3E%3Cstop offset='1' stop-color='%237CA9D3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.reviews_list .owl-theme .owl-controls .owl-buttons .owl-prev{
  right: 101%;
}
.reviews_list .owl-theme .owl-controls .owl-buttons .owl-next{
  left:101%;
}
@media all and (max-width:768px){
  .reviews_list_slider .owl-carousel {
    display: flex !important;
    flex-direction: column;
  }
  .reviews_list_slider .owl-controls {
    display: flex;
    justify-content: center;
    order: 1;
    margin-bottom: 20px;
  }
  .reviews_list_slider .owl-wrapper-outer {
    order: 2;
  }
  .reviews_list_slider .owl-buttons {
    display: flex;
    justify-content: center;
  }
  .reviews_list_slider {
    width: 100%;
  }
  .reviews_list_item {
    padding: 20px;
  }
  .reviews_list_slider .owl-controls .owl-buttons .owl-prev,
  .reviews_list_slider .owl-controls .owl-buttons .owl-next{
    position: relative;
  }
  .reviews_list_slider .owl-controls .owl-buttons .owl-prev:before,
  .reviews_list_slider .owl-controls .owl-buttons .owl-next:before{
    content: '';
  }
  .reviews_list_slider .owl-controls .owl-buttons .owl-prev{
    right: unset;
  }
  .reviews_list_slider .owl-controls .owl-buttons .owl-next{
    left:unset;
  }
}
@media all and (min-width:768px){
	.reviews_list_photo {
		float: left;
		width: 200px;
	}
	.reviews_list_photo_autor{
		margin-bottom: 20px;
	}
	.index.reviews_list_photo_item {
		margin: 28% 1%;
	}
}
/***END  reviews ***/

/*** news ***/
.news{
    padding-bottom: 20px;
}
.news_list{

}
.news_list_slider{
	width: 80%;
	margin: 0 auto;
}
.news_list_item {
	position: relative;
	background: #fff;
	/* min-height: 380px; */
	padding-top: 30px;
	padding-bottom: 20px;
	max-width: 265px;
	margin: 10px auto;
/*	box-shadow: 0px 1px 1px 1px rgba(0,0,0,.24); */
}
.index  .news_list_item {min-height: 325px;}
.news_list .news_list_slider .news_list_item{
	max-width: 265px
}
.news_list_item_date {
	position: absolute;
	top:0;
	right: 0;
	width: 70px;
	height: 30px;
	background: #0f4494;
	color: #fff;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
}
.news_list_item_title {
	padding: 5px 25px;
	font-size: 16px;
	font-weight: 700;
	color: #0f4494;
}
.news_list_item_description {
	padding: 0px 25px;
	margin-bottom: 5px;
}
.news_list_item_photo {
	width: 100%;
	height: 265px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.index .news_list_item_photo {
	height: 195px;
}
.news .owl-theme .owl-controls {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news .owl-theme .owl-controls .owl-buttons .owl-prev{
	/*right: 101%;*/
	/*background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -154px -10px no-repeat;*/
}
.news .owl-theme .owl-controls .owl-buttons .owl-next{
	/*left:101%;*/
	/*background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -58px -10px;*/
}
/***END news ***/

/*** architecture ***/
.architecture_front{
	background: url(/local/templates/blue/css/../img/arch-front.png) center no-repeat;
	background-size: cover;
	min-height: 260px;
}
.architecture_front_list {
	/*width: 100%;*/
  float: left;
}

.architecture_front_list_item_link {
	display: block;
	margin: 20px auto;
	transition: all 1s;
	text-align: center;
}
.architecture_front_list_item_link span {
  text-decoration: none;
}
.architecture_front_list_item_photo {
	width: 100%;
	height: auto;
	transition: all 1s;
  border-radius: 10px;
}
.architecture_front_more{
	width: 200px;
	margin: 30px auto 30px auto;
}
.architecture_photo{
	width: 100%;
	max-width: 250px;
	display: block;
	margin: 10px auto;
    margin-top: 50px;
}
.architecture_order{
	max-width: 420px;
	margin: 25% auto 30px auto;
	font-size: 21px;
	padding: 20px 15px;
}
.architecture_cost{
	font-size: 36px;
	color: #e5332a;
	text-align: center;
  font-weight: 700;
	/*margin-bottom: 30px;*/
}
.architecture_buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.architecture .advantages_list{
    margin: 30px auto;
}
.architecture_bounty{
	width: 100%;
	max-width: 300px;
	height: 185px;
	margin: 0 auto 70px auto;
	font-size: 16px;
	line-height: 1.2;
	border: 6px solid #e5332a;
	background: url(/local/templates/blue/css/../img/architecture_bounty.png) left top no-repeat;
	padding: 52px;
	text-align: center;
	position: relative;
}
.remont_bounty,.stroy_bounty{
background: url(/local/templates/blue/css/../img/actio1.jpg)no-repeat center;
background-size: contain ;
height: 460px;
border: none;
}
.stroy_bounty{
background: url(/local/templates/blue/css/../img/actio2.jpg)no-repeat center;
background-size: contain ;
}
.architecture_bounty_link{
  position: absolute;
  top: 100%;
  margin-top: -25px;
  left: 50%;
  margin-left: -102px;
  width: 204px;
  font-size: 21px;
  line-height: 25px
}
.architecture_project{

}
@media (min-width: 1600px) {
  .remont .architecture_project .container{
    width: 1450px !important;
  }
}
.architecture_project_block {
	background: url(/local/templates/blue/css/../img/project.png) center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 950px;
	min-height: 370px;
	position: relative;
	/*margin: 30px auto 40px auto;*/
	padding-bottom: 65px;
}
/*.col-sm-6 .architecture_project_block {
	margin: 30px auto 140px auto;
}*/
.architecture_project_inner {
	background: rgba(255,255,255,.8);
	width: 100%;
	max-width: 750px;
	min-height: 300px;
	margin: 0 auto;

}
.architecture_project_title {
	width: 100%;
	font-size: 24px;
  line-height: 100%;
	font-weight: 700;
	text-align: center;
  margin: 0;
  /*margin-bottom: 20px;*/
}
.architecture_project_longtitle {
	padding:30px 30px 10px 30px;
	color: #1d1d1b;
	font-size: 16px;
	font-weight: 700;
}
.architecture_project_list {
	padding:0px 30px 20px 30px;
}
.architecture_project_list_item {
	position: relative;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 10px;
	padding-left: 25px;
}
.architecture .design_example{
  max-width: 340px;
  height: auto;
  margin: 20px auto;
  padding: 10px;
}
.architecture_project_list_item:before{
	content: "";
	display: inline-block;
	position: absolute;
	background: #015fa5;
    background: -webkit-linear-gradient(#015fa5, #0e4796);
    background: -o-linear-gradient(#015fa5, #0e4796);
    background: -moz-linear-gradient(#015fa5, #0e4796);
    background: linear-gradient(#015fa5, #0e4796);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 3px;
/*	margin-top: -6px;*/
	left: 5px;
}
.architecture_project_order {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	min-height: 30px;
/*	line-height: 36px;*/
	font-size: 21px;

}
.architecture_project hr{
	margin-top: 0px;
	margin-bottom: 0px;
    border-top: 2px solid #eeeeee;
	margin-left: -15px;
    margin-right: -15px;
}

@media all and (min-width:768px){
	.architecture_front .title {
		font-size: 30px;
		font-weight: 600;
		margin-top: 60px;
	}
	.architecture_photo{
		max-width: 390px;
	}
	.architecture_bounty{
		max-width: 560px;
		font-size: 24px;
		padding: 45px 90px;
	}
	.architecture_project_longtitle {
		padding:30px 30px 10px 70px;
	}
	.architecture_project_list {
		padding:0px 30px 20px 70px;
	}
	.col-sm-6 .architecture_project_order{
		/* width: 80%; */
		/* max-width: 480px; */
		min-height: 30px;
		height: auto;
    max-width: none;
		/* left: 10%; */
		margin-left: 0;
	}
}
@media all and (min-width:1200px){
	.architecture_project_list {
		float: left;
	}
	.architecture_project_list_item {
		width: 50%;
		float: left;
	}
	/*.col-sm-6 .architecture_project_block {
		margin: 30px auto 40px auto;
	}*/
}
/***END architecture ***/

/*** design ***/
.design .architecture_front {
  padding: 180px 0;
	background: url(/local/templates/blue/css/../img/design.jpg) center bottom no-repeat;
  background-size: cover;
}
@media all and (max-width:768px){
  .design .architecture_front {
    padding: 45px 0;
    background: url(/local/templates/blue/css/../img/design.jpg) center bottom no-repeat;
    background-size: cover;
  }
}
.design .architecture_front .title {
  color: #fff;
  margin-top: 0;
}

.design .advantages_list {
    padding-bottom: 40px;
    display: flex;
}
/*
.design .advantages_list .advantages_list_item:last-child{
	margin-left: 26%;
}
*/
.design .architecture_bounty{
/*	background: url(/local/templates/blue/css/../img/design_bounty.png) left top no-repeat;*/
}
.design .architecture_project_block, .remont .architecture_project_block, .stroy .architecture_project_block{
    background: white;
}
.design .architecture_project_list_item{
	width: 100%;
}
.design .architecture_project_inner{
	width: 80%;
	position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.design .architecture_cost, .stroy .architecture_cost , .remont .architecture_cost{
  width: 100%;
	font-weight: 700;
}
.remont .architecture_cost{
  bottom: 75px !important;
}
.design.architecture_project_order{
	margin-top: 40px;
	min-height: 40px;
	min-height: 40px;
	height: auto;

}
/*.remont  .architecture_project_order{
  color:#fff !important;
  max-width: 226px !important;
  min-height: 42px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  left: 0 !important;
  margin-bottom: 30px !important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}*/
.remont  .architecture_project_order:hover{
  background-position: -100% 0px !important;
  background-size: 200% auto !important;

}
.design_list  .advantages_list_item_decor{
	border-radius: 100% 0 100% 100%;
	transform: rotate(45deg);
}
.design_list  .advantages_list_item_icon{
	transform: rotate(-45deg);
	margin-right: -2px;
    margin-top: -7px;
}
.design_list .advantages_list_item:last-child  .advantages_list_item_decor{
	border-radius: 50%;
}
.design_list .advantages_list_item_decor{
	position: relative;
	z-index: 20;
	overflow: visible;
}
.design_list .advantages_list_item:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #0f4594;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 56px;

}
.design_list .advantages_list_item:nth-child(even):after{
	display: none;
}
.design_list .advantages_list_item:last-child:after{
		display: none !important;
	}
.design .design_list .advantages_list_item{
	margin-left: 0 !important;
}

.design_options .architecture_project_block{
	background: #fff;
	min-height: 100px !important;
	padding-bottom: 0;
  margin: 0px auto 60px auto;
}
.design .design_options .architecture_project_inner{
	width: 100%;
	max-width: 100%;
	min-height: 100px !important;

}
.design .design_options .architecture_project_inner_m{
	padding-bottom: 340px;
    min-height: 450px !important;
}
.design_options .architecture_project_list{
	padding-top: 40px;
}
.design_options_photo{
	width: 43%;
	float: left;
	max-width: 362px;
	display: block;
	margin:  3.5%;
	height: auto;
}
.design_options_photo_m{
	position: absolute;
	bottom:36px;
	left: 0;
}
.design_options_photo_description{
	position: static;
	top: 20px;
	left: 0;
	width: 100%;
	min-height: 200px;
	padding: 22px 11px;
	background: #fff;
}
.design .design_options  .architecture_project_order{
	max-width: 480px;
	min-width: 250px;
	min-height: 30px;
	height: auto;

}
.design_style{
	padding: 40px 0;
}
.design_style .architecture_front_list_item_link{
	color: #0f4494 !important;
  text-decoration: none;
}
.design_style_name{
	display: block;
	line-height: 24px;
	height: 27px;
	width: 100%;
	/*padding: 0 25px;*/
	text-align: left;
	font-size: 14px;
}
.design_style .architecture_front_list_item_link:hover,
.design_style_name:hover,
.design_style_name:hover span{
	color: #0f4494 !important;
	text-decoration: none;

}
.design_style_more{
	text-align: center;
	color: #0f4494;
	font-size: 18px;
}
.design_style_button{
	display: block;
	margin: 20px auto;
	width: 160px;
	height: 46px;
	font-size: 21px;
	line-height: 32px;
	font-size: 21px;
}
.design_example{
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.design_example:hover{
    box-shadow: none;
    transition: 0.3s;
}
.design_example span{
	vertical-align: middle;
}
/*.design_example span:before{
	display: inline-block;
	content: "";
	width: 35px;
	height: 27px;
	vertical-align: middle;
	background: url(/local/templates/blue/css/../img/design_example.png) center no-repeat;
	margin-right: 20px;
}*/
.design_options .bg_bottom{
	padding-bottom: 110px !important;
}

@media all and (min-width:480px){

}
@media all and (max-width:768px){
	.design_options_photo_m{
		width: 100% !important;
	}
	.design_options_photo_m img{
		width: 100%;
		margin: 0 auto;
		display: block;
		float: none;
	}
  .architecture_project_order, .button_green, .button_blue{
    max-width: none;
    /* left: 50%; */
    /* margin-left: -240px; */
    font-size: 16px;
  }
  .design .advantages_list {
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (min-width:768px){
	.design_options_photo_m{
		position: static;
	}
	.design .architecture_front .title{
		font-size: 30px;
	}
	.design .advantages_list .advantages_list_item:last-child{
		margin-left: 0;
	}
  .design .col-lg-3 .architecture_project_block,
  .design .col-lg-4 .architecture_project_block{
        margin: 45px auto 45px auto;
	}
	.design .architecture_project_order{
    max-width: none;
	}
	.design_list .advantages_list_item:nth-child(even):after{
		display: block;
	}
	.design_list .advantages_list_item:nth-child(3):after{
		display: none;
	}
	.design_options_photo{
		position: static;
		width: 100%;
		margin:  30px auto;
		position: relative;
		z-index: 10;
	}
	.design_options_photo_description{
		position: relative;
		z-index: 20;
		right: -47px;
		left: auto;
		top: 25px;
		width: 50%;
		min-height: 200px;
		padding: 22px 11px;
	}
	.design .design_options .architecture_project_inner_m{
		padding-top: 0;
		min-height: 100px !important;
		padding-bottom: 110px;
	}
	.design_style_name{
		font-size: 18px;
		line-height: 38px;
		padding: 0;
	}
	.design_style_button{
		display: inline-block;
		margin-right: 30px;
	}
	.design hr{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #fff;
}

}
@media all and (min-width:992px){
	.design_options_photo_description{
		top: 73px;
	}
}
@media all and (min-width:1200px){
	.design .architecture_project_order{

		width: 100%;
		max-width:480px;

	}
	.design_list .advantages_list_item:after{
		display: block !important;
	}
	.design_list .advantages_list_item:last-child:after{
		display: none !important;
	}
}
/***END design ***/

/*** stroy ***/
.stroy .architecture_front_more{

}
.stroy .advantages_list{
  padding-bottom: 40px;
}
.stroy .architecture_front {
    background: url(/local/templates/blue/css/../img/stroy.png) left bottom no-repeat;
}
.stroy_closer{
	width: 100%;
	padding: 15px;
	color: #fff;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
}
.stroy_closer a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.stroy_closer a:hover{
	text-decoration: none;
	border-bottom: none;
}
.architecture_project_block.bg-s1{
	background: url(/local/templates/blue/css/../img/bg-s1.jpg) repeat;
}
.architecture_project_block.bg-s2{
	background: url(/local/templates/blue/css/../img/bg-s2.jpg)repeat;
}
.stroy_order{
	font-size: 21px;
	margin-bottom: 40px;
}
.architecture_project_inner{
	width: 80%;
}

@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.stroy_closer{
		width: 260px;
		float: right;
		padding: 0;
		margin-top: -79px;
		margin-right: -20px;
	}
	.architecture_project_inner{
		width: 90%;
	}
}
@media all and (min-width:1200px){
	.stroy .architecture_project_list_item{
		width: 100%;
	}
	.architecture_project_inner{
		width: 80%;
	}
}
/***END stroy ***/

/*** contacts ***/
.contacts hr{
    margin: 0;
	border-top: 1px solid #fff;
}
.contacts_list {
	color: #0f4494;
	padding-bottom: 30px;
}
.contacts_list_item {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	padding-left: 125px;
	margin-bottom: 10px;
	position: relative;
}
.contacts_list_item a{
	    color: #0f4494;
}

.contacts_list_item_title{
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	top: 0px;
	left: 45px;

}
.contacts_list .contacts_list_item:first-child{
	background: url(/local/templates/blue/css/../img/c1.png) 15px 0px no-repeat;
}
.contacts_list .contacts_list_item:first-child + *{
	background: url(/local/templates/blue/css/../img/c2.png) 15px 0px no-repeat;
}
.contacts_list .contacts_list_item:first-child + * + *{
	background: url(/local/templates/blue/css/../img/c3.png) 15px 0px no-repeat;
}
.contacts_list .contacts_list_item:last-child{
	font-size: 16px;
	font-weight: 400;
	padding-left: 45px;
	background: url(/local/templates/blue/css/../img/c4.png) 15px 0px no-repeat;
}
.contacts_list .contacts_list_item:last-child .contacts_list_item_title{
	font-size: 18px;
	font-weight: 700;
	position: static;
}
.contacts_map,
.contacts_feedback{
	min-height: 210px;
	margin-bottom: 65px;
}
.contacts_map{
	width: 100%;
	background: #fff;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,.24);
}
.contacts_feedback{
	background: #fff;
	padding: 10px 5%;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,.24);
}
.contacts_feedback_title {
	color: #0f4494;
	font-size: 24px;
	font-weight: 700;
	margin: 10px auto;
	text-align: center;
	white-space: nowrap;
}
.contacts_feedback_longtitle {
	color: #0f4494;
	line-height: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.form {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}
.form_input,
.form_textarea{
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #0f4494;
}
.form_textarea {
	height: 70px;
	padding: 10px;
	resize: none
}
.form_input:hover,
.form_textarea:hover{
	border: 1px solid #9bd4f1;
}
.form_input:focus,
.form_textarea:focus{
	border: 1px solid #9bd4f1;
}
.contacts_feedback_button {
	width: 226px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -113px;
}
@media all and (min-width:480px){


}
@media all and (min-width:768px){
	.contacts_feedback{
		padding: 10px 35px;
	}
	.contacts_map,
	.contacts_feedback{
		height: 340px;
		margin-bottom: 65px
	}
	.contacts_feedback_longtitle{
		height: 32px;
	}
}
@media all and (min-width:1200px){
    .contacts_feedback{
		padding: 10px 45px;
	}
	.contacts_list .contacts_list_item:first-child + *{
		padding-left: 105px;
	}
	.contacts_list .contacts_list_item:first-child + * + *{
		padding-left: 105px;
	}
}
/***END contacts***/

/*** remont ***/
.remont.design .advantages_list .advantages_list_item{
    margin-left: 0;
}
/* .remont .architecture_front {
    background: url(/img/remont_front.jpg) left bottom no-repeat;
} */
/*
.remont .button_blue{
	font-size: 21px;
}
*/
.architecture_project_block.bg-s3{
	background: url(/local/templates/blue/css/../img/s3.jpg) center no-repeat;
    background-size: cover;
}
.architecture_project_block.bg-s4{
	background: url(/local/templates/blue/css/../img/s4.jpg) center no-repeat;
    background-size: cover;
}
.remont_architecture_project_block{
	background: #fff;
}
.remont_order{
	display: block;
	width: 160px;
	margin: 0 auto;

}
.remont_order_description{
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 10px auto 40px auto;
}
.title-top + div{
	text-align: center;
}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.title-top{
		margin-top: 50px;
	}
	.remont_order{
		display: inline-block;
		margin: 0 20px 40px 0;
		vertical-align: middle;
	}
	.remont_order_description{
		display: inline-block;
		margin: 0 0 40px 0;
		vertical-align: middle;

	}
	.remont.design .architecture_project_inner {
    min-height: 480px;
}
}
@media (min-width: 992px){
	.remont_architecture_project_block {
		/* top: 50px; */
	}
}

/***END remont ***/

/*** company ***/
.company .architecture_front{
    background: none;
}
.company .advantages_list{
  padding-top: 40px;
}

.company .advantages_list_item_name{
	color: #fff;
}
.company_content{
	width: 100%;
	max-width: 950px;
	min-height: 100px;
	background: #fff;
	padding: 30px 20px;
	font-size: 18px;
	/* line-height: 20px; */
	margin: 0 auto 40px auto;
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,.45);
  border-radius: 20px;
}
.company_list_item{

	height: 120px;
	margin-bottom: 30px;
	overflow: hidden;
}
.company_list_item_link{
	display: block !important;
	vertical-align: top;
}
.company_list_item_img{
	width: 100%;
	height: auto;
}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.company_content{}
}
@media all and (min-width:1200px){

}
/***END company***/

/***HEADER***/
.land .architecture_front{
    background: url(/local/templates/blue/css/../img/land.png) 0px 30px  repeat-x;
}
.land.remont.design .stroy_order{
	height: auto;
}

@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.land.remont.design	.col-sm-offset-3{
		margin-left: 25%;
	}
	.land.remont.design .stroy_order{
		width: 380px;
	}
}
@media all and (min-width:1200px){

}
/***END HEADER***/

/*** gallery ***/


.gallery .service_list_item_bg{
    display: block !important;
	width: 100%;
	height: 130px;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .24);
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.gallery .service_list .service_list_item_bg>span{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.gallery .service_list .service_list_item_bg:hover,
.gallery .service_list .service_list_item_bg:hover>span{
	box-shadow: 0 1px 20px 1px rgba(0, 125, 189, 0.48);
	border-color: #007dbd;
}
/*.gallery .service_list>li{
	margin-bottom: 40px;
}
.gallery.gallery_m .service_list>li{
	margin-bottom: 105px;
}*/
.gallery hr{
    margin: 0;
	border-color: #fff;
}
.gallery .button_blue{
	margin: 0 -5px;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 13px;
	font-weight: 400;
	max-width: 166px;
	margin: 0 auto;
}
.gallery_description {
	display: block;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	color: #fff;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 100%;
    width: 100.7%;
    margin-left: -1px;
    transition: all 1s;
	background: #015fa5;
    background: -webkit-linear-gradient(#015fa5, #0e4796);
    background: -o-linear-gradient(#015fa5, #0e4796);
    background: -moz-linear-gradient(#015fa5, #0e4796);
    background: linear-gradient(#015fa5, #0e4796);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.24);
}
.gallery_description>span{
	display: block;
}

.gallery_description .gallery_description_name {
}
.gallery_description .gallery_description_area {
}
.gallery_description .gallery_description_style {
}
.gallery_description_title{
	white-space: nowrap;
	text-align: center;
	line-height: 29px;
    height: 30px;
	font-size: 19px
}
.gallery_price .service_list{
	margin-top: 60px;
}
.tabs {
    width:100%;
    margin: 0 auto;
    padding: 0;
	padding-top: 40px;
}
.tabs-nav,nav-tabs {
    overflow: hidden;
}
.tabs-nav li,.nav-tabs li{
    position: relative;
    text-decoration: none;
    display: block;
    cursor:pointer;
    text-transform:none;
	padding-left: 15px;
    padding-right: 15px;
	width: 50%;
	float: left;
	margin-bottom: 25px;
}
.tabs li.active,
.tabs li.active:hover{
    opacity: .6
}
.tabs-box > div {
    display: none;
    padding: 10px 15px;
    -webkit-animation: fade 0.5s linear;
    -ms-animation: fade 0.5s linear;
    animation: fade 0.5s linear;
}
.tabs-box > .active {
    display: block;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (max-width:400px){
	.tabs-box > div {
		padding: 10px 0;
	}
	.price_list{
		min-width: 400px;

	}
	.price_list_adaptiv{
		width: 100%;
		position: relative;
		overflow-x: scroll;
	}

}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.tabs-nav li, .nav-tabs li{
		width: 20%;
	}
	.gallery .service_list_item_bg{
		height: 230px;
		max-width: 100%;
	}
}
@media all and (min-width:1200px){
	.gallery .service_list_item_bg{
		height: 275px;
	}
	.gallery_description_title{
		font-size: 30px;
	}
}
/***END gallery ***/


/*** news ***/
.news_list{

}
.news_list .news_list_item{
    max-width: 100%;
}


.news_list .service_list .news_list_item_title,
.news_list .service_list .news_list_item_description{
	text-align: left;
	max-width: 70%;
}
.news .title{
	font-weight: 700;
}
.news .title .news_date{
	font-weight: 400;
}
.news hr{
    margin: 0;
	border-color: #fff;
}
.news_content img{
	margin: 20px;
}
.news.company{
	padding-bottom: 0;
}
.news_content{
	padding: 60px;
	position: relative;
	min-height: 295px;
}
.social{
	/* position: absolute; */
	width: 100%;
	/* min-height: 90px; */
	/* top: auto;
	right: 0;
	left: 0;
	bottom: -8px; */
	text-align: center;
}
.social_title {
	font-weight: 700;
}
.social_list {
}
.social_list a {
	display: inline-block;
	margin: 3px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.social_list a:first-child{
	background: #bd1622;
}
.social_list a:first-child + *{
	background: #2d2e82;
}
.social_list a:first-child + * + *{
	background: #35a8e0;
}
.social_list a:first-child + * + * + *{
	background: #e84e1b;
}
.social_list a:first-child + * + * + * + *{
	background: #009ee2;
}


@media all and (max-width:990px){
	    .news_content img{
        max-width: 630px;
        height: auto;
    }
}
@media all and (max-width:768px){
	    .news_content img{
        max-width: 530px;
    }
}
@media all and (max-width:650px){
	    .news_content img{
        max-width: 350px;
    }
}
@media all and (max-width:480px){
	.news_content img{
        max-width: 194px;
    }
  .news_content{
    padding: 15px;
  }

}
@media all and (min-width:1200px){
	.news .title{
		font-size: 30px;
		margin: 40px auto 60px;
	}
}
/**END news**/


/*** price ***/
.price{

}
.price_block{
	background: #fff;
	margin-bottom: 40px;
}
.price_title {
	color: #3A3A3A !important;
}
.price_list {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 30px auto;
	font-size: 16px;
}
.price_list thead {
  background: #355E8C;
  background: -webkit-linear-gradient(left, #355E8C 0%, #7CA9D3 100%);
  background: -moz-linear-gradient(left, #355E8C 0%, #7CA9D3 100%);
  background: -o-linear-gradient(left, #355E8C 0%, #7CA9D3 100%);
  background: linear-gradient(90deg, #355E8C 0%, #7CA9D3 100%);
}
.price_list th {
	height: 60px;
	vertical-align: middle;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.price_list td {
	height: 30px;
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px solid #208dc6;
	border-right: 1px solid #208dc6;
	text-align: center;
}
.price_list tr td:first-child,
.price_list tr th:first-child{
	text-align: left;
}
.price_list tr td:last-child {
	border-right: none;
}
.price .price_button{
	position: relative;
	bottom: -19px;
	font-size: 21px;
	line-height: 26px;
	max-width: 280px;
}
@media all and (min-width:480px){

}
@media all and (min-width:768px){

}
@media all and (min-width:1200px){

}
/***END price ***/

/*** reviews ***/
/*.reviews{
  background:#f2f2f2 !important;
}*/
.reviews .reviews_list_item{
    margin-bottom: 30px;
	padding: 3%;
	box-shadow: none !important;
  max-width:912px;
}
.reviews .reviews_list_photo_item{
	width: 200px;
}
.reviews .reviews_list_name,.reviews  .reviews_list_description{
	font-size: 16px;

}
.reviews  .reviews_list_date,.reviews  .reviews_list_object{
	font-size: 14px;
}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.reviews .reviews_list_photo {
		width: 222px;
	}
	.reviews .reviews_list_block{
		margin-left: 0;
	}
	.reviews .reviews_list_name{
		margin-top: 17px;
	}
	.reviews  .reviews_list_date{
		margin-bottom: 50px;
	}
}
@media all and (min-width:1200px){
	.reviews .reviews_list_item{
		padding: 30px 50px;
	}
	.reviews .reviews_list_item{
		max-width: 912px;
		margin: 0 auto 40px auto;
	}
}
/***END reviews ***/

/*** popup ***/
#popup{

}
#popup .contacts_feedback{
	margin: 0px !important;
	padding: 10px !important;
	    box-shadow: none;
}
#popup .contacts_feedback_button{
	width: 100%;
	position: relative;
	max-width: 226px;
	margin: 0 auto;
	left: auto;
}
#popup .contacts_feedback_title{
	white-space: normal;
  font-family: 'Playfair Display';
}
.fancybox-close{
	width: 40px;
	height: 40px;
	top: -20px;
    right: -20px;
	background: url(/local/templates/blue/css/../img/sprite2x.png) 0px 0px no-repeat;

}
.fancybox-close:hover{
	background: url(/local/templates/blue/css/../img/sprite2x.png) 0px -43px no-repeat;
}
.fancybox-close:active{
    background: url(/local/templates/blue/css/../img/sprite2x.png) 0px -85px no-repeat;

}
@media all and (min-width:480px){

}
@media all and (min-width:768px){

}
@media all and (min-width:1200px){

}
/***END popup ***/

/***FOOTER***/
.footer{
    min-height: 210px;
	background: #141f35;
	border-top: 1px solid #0273af;
	color: #fff;
	padding: 30px 0;
}
.footer_nav {
	width: 100%;
}
.footer_nav_item {
	width: 50%;
	float: left;
	padding: 2px 0 2px 6px;
}
.footer_nav .footer_nav_item:nth-child(odd){
	padding: 2px 6px 2px 0;
}
.footer_nav_item_link {
	color: #fff;
	font-size: 12px;
}
.footer_nav_item_link:active {
	color: #72c9fe !important;
}
.footer_nav_item_link:hover {
	color: #349fef !important;
}
.footer_nav_item_link.active {
	color: #8891a2 !important;
}
.footer_copyright {
	width: 100%;
	text-align: center;
  padding: 100px 0 20px 0;
}
.footer_block {
}
.footer_metrica {
	background: #ff0;
	float: left;
	width: 90px;
	height: 32px;
}
.footer_develjper {
  background: url('/local/templates/blue/css/../img/css_sprites.png') -10px -10px;
	width: 110px;
	height: 31px;
  color: rgba(0,0,0,0);
	display: block;
	float: right;
}
.footer_develjper:hover{
    opacity: 0.5;
    color: rgba(0,0,0,0);
    transition: 0.3s;
}
@media all and (min-width:480px){

}
@media all and (min-width:768px){
	.footer{
		min-height: 120px;
	}
	.footer_inner{
		float: left;
	}
	.footer_nav {
		float: right;
		width: 400px;
	}
	.footer_copyright {
		float: left;
		text-align: left;
		width: 180px;
    padding: 0;
	}
	.footer_block {
		float: right;
		width: 110px;
	}
	.footer_block>*{
		float: right;
	}
	.footer_nav_item {
		padding: 0px 0 0px 6px;
	}
	.footer_nav .footer_nav_item:nth-child(odd){
		padding: 0px 6px 0px 0;
	}
	.footer_nav_item_link {
		font-size: 14px;
		line-height: 1;
	}
	.footer_metrica{
		margin-bottom: 5px;
	}
}
@media all and (min-width:1200px){
	.footer_block {
		width: 220px;
		padding: 14px 0;
	}
	.footer_metrica{
		float: left;
	}
}
/***END FOOTER***/
/*** Design backgrounds***/

.design .ind_bg{
    background: url(/local/templates/blue/css/../img/ind_pattern.jpg);
}
.design .full_bg{
    background: url(/local/templates/blue/css/../img/full_des_pattern.jpg);
}
.remont .prem_bg{
    background: url(/local/templates/blue/css/../img/premium_pat.jpg);
}
.remont .diff_bg{
    background: url(/local/templates/blue/css/../img/difficult_pat.jpg);
}
.bg_white{
	background: #fff !important;
}
.mmm{
	    border-top: 1px solid rgb(139,163,205) !important;
	margin: 0 !important;
}
.m-t-60{
	margin-top: 60px;
}
.architecture_front_list2 .architecture_front_list_item {
	display: inline-block;
	vertical-align: top;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  gap: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px 14px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .architecture_front_list2 .architecture_front_list_item .button-primary {
    width: 100%;
  }
}
.architecture_front_list2 .design_style_name{
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
}

.architecture_project_block.architecture_project_block_new  .architecture_project_inner{
  width: 100%;
}
.architecture_project_block.architecture_project_block_new .design_example, .architecture_project_block .design_example{
  text-decoration: none !important;
}
.architecture_project_block.architecture_project_block_new .design_example span , .architecture_project_block .design_example span{
  color: #000;
  text-decoration: underline;
}
.architecture_project_block.architecture_project_block_new .architecture_project_longtitle{
  padding-left: 20px;
  padding-right: 20px;
}
.architecture_project_block.architecture_project_block_new .architecture_project_list{
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.architecture_project_block.architecture_project_block_new .accordion .architecture_project_list{
  padding-bottom: 0px;
}
.architecture_project_block.architecture_project_block_new{
    padding-bottom: 0;
    margin-bottom: 20px
}
.architecture_project_block_top{
  box-shadow: 0px 0px 30px 2px #0aecff;
}
.architecture_project_price{
    display: block;
    margin: 30px auto;
    text-decoration: none;
    color: #0459A2;
    border: 2px solid #0459A2;
    background-color: #fff;
    text-align: center;
    width: 100%;
    max-width: 330px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    padding: 15px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.architecture_project_price:hover{
    box-shadow: none;
    transition: 0.3s;
    background: #a3c6e5;
}
.footer_contacts {
  background : #1D2F56;
  border-style : Solid;
  border-color : #FFFFFF;
  border-width : 1px;
  font-weight : bold;
  font-size : 20px;
  color : #FFFFFF;
  width: 100%;
  max-width: 450px;
  min-height: 50px;
  padding: 15px 10px 10px 15px;
  margin: 0 auto 40px;
  line-height: 1.5;

}

.footer_contacts_phone,
.footer_contacts_email,
.footer_contacts_location{
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  color:#fff!important;
}
.footer_contacts_phone {
  background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -202px -10px no-repeat;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block;
}
.footer_contacts_email {
  background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -202px -52px no-repeat;
  margin-bottom: 5px;
  display: block;

}
.footer_contacts_location {
  background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -202px -130px no-repeat;
  margin-bottom: 5px;
}
.footer_contacts_location a {
  color:#fff!important;
}

.design .advantages_list .advantages_list_item:nth-child(even){
  margin-left: 0 !important;
}
.video{
  padding-bottom: 40px;
}
.video_list{
  text-align: center;
}
.video_list_item {
  width: 100%;
  max-width: 265px;
  display: inline-block;
  margin: 0px 5px 40px 5px;
}

@media all and (max-width:480px){
  .architecture_project_block.architecture_project_block_new .design_example span:before{
    display: none;
  }
}
@media all and (min-width:768px){
  .remont .architecture_project_block.architecture_project_block_new .architecture_project_inner{
    min-height: 620px;
  }
  .footer_contacts{
    margin-bottom: 40px;
    margin-right: 40px;
    float: left;
  }
  .architecture_project_block.architecture_project_block_new .architecture_project_order{
    /* width: 96%; */
    /* left: 2%; */
    font-size: 19px;
  }
  .footer_block{
    margin-top: -135px;
  }
}
@media all and (min-width:1200px){
  .architecture_project_block.architecture_project_block_new{
    padding-bottom: 0;
    margin-bottom: 60px;
  }

}

/*SOCIAL ICONS*/
.social_block{
  margin: 5px auto;
  width: 120px;
}
.social_icon{
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 3px;
  float: left;
  transition: 0.3s;
}
.social_icon:hover{
  transform: rotate(360deg);
}
.vk{
  /*background: url(/local/templates/blue/css/../img/vk.png);*/
  background: url('/local/templates/blue/css/../img/css_sprites.png') -140px -10px;
}
.ok{
  /*background: url(/local/templates/blue/css/../img/ok.png);*/
  background: url('/local/templates/blue/css/../img/css_sprites.png') -60px -61px;
}
.inst{
  /*background: url(/local/templates/blue/css/../img/inst.png);*/
   background: url('/local/templates/blue/css/../img/css_sprites.png') -10px -61px;
}


/*
News video and image adaptive
*/
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

    /* embedded videos */
    .news_content embed,
    .news_content object,
    .news_content iframe {
        width: 100%;
        height: auto;
        min-height: 300px;
    }


}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 76px) {

    /* embedded videos */
    .news_content embed,
    .news_content object,
    .news_content iframe {
        min-height: 250px;
    }

}

/*
Redconnect!!
*/
@media screen and (max-width: 800px) {
#rc-connect #rc-phone {
    position: fixed !important;
    top: 95% !important;
}
#rc-connect #rc-popup {
    position: fixed !important;
    top: 0 !important;
}
}

/*IE fix*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/*FROM styles.css*/

/* CSS */
.tabs-nav .button_blue a {text-decoration: none; color: #fff !important; display: block}
#popup, #notice {display: none}
#notice .contacts_feedback {height: auto; min-height: auto; margin-bottom: 0px; box-shadow: none}
#notice	.notice-text {padding-top: 15px;}


.architecture_project_block.preliminary-design {background: url(/local/templates/blue/css/../img/preliminary-design.png) center repeat}
.architecture_project_block.full-project {background: url(/local/templates/blue/css/../img/full-project.png) center repeat}

.design_example a{color: #fff;}
.contacts_list_item_title {left: 35px}
.news-detail ol, .news-detail ul {margin: auto !important;list-style: disc !important; padding-left: 20px;}
.news-detail ol {list-style: decimal !important}
.social_list a:first-child {
    background: none;
}

.contacts_map, .contacts_feedback {
    height: 470px;
    margin-bottom: 65px;
}

.footer_metrica {background: none;}

.box-trim {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .service_list .news_list_item_title, .news_list .service_list .news_list_item_description {
    text-align: left;
    max-width: 100% !important;
}

.reviews .reviews_list_photo_item.no-photo {width: auto; height: auto}
.b-reviews .reviews_list_photo, .b-reviews .reviews_list_date {margin-bottom: auto}
.reviews_list_photo_item {width: auto !important; height: 100% !important; margin: 0 !important;}
.reviews_list_photo {text-align: left}

/*.design .architecture_project_inner{
	min-height: 800px;
}*/

.stroy .architecture_project_inner{
	width: 90%;
	min-height: 500px;
}

.sitemap ul {list-style-type: none !important}
.sitemap ul li {width: 50% !important}
.btn-back {text-align: right;}
.btn-back a {color: #0f4494 !important}


/*2018-02-12******************************************/
.architecture_project_02_2018{

}
.design .architecture_project_02_2018  .architecture_project_block{
  background-color: #fff !important;
  height: auto;
  min-height: 1px;
}
.design .architecture_project_02_2018 .architecture_project_block.architecture_project_block_new .architecture_project_inner{
  height: auto;
  min-height: 1px;
}
.design .architecture_project_02_2018 .architecture_project_block.architecture_project_block_new .architecture_project_list{
  padding-bottom: 0px;
}
.design .architecture_project_02_2018 .architecture_project_block.architecture_project_block_new .architecture_project_order{
  width: 100%;
  border: none;
  left: 0;
  padding: 15px 0;
}

/* стили блока аккордеон */
.accordion {
  width:100%;
  max-width: 600px;
  margin: 0 auto;
}

.remont .accordion{
  padding-bottom: 90px;
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative
}
.remont .accordion  .accordion_item + .accordion_item{
  display: none !important;
}
  /* заголовки панелей аккордеона */
.accordion .title_block {
  font-weight: 400;
  font-size: 18px;
  color: #eee;
  cursor:pointer;
  padding:20px 15px 20px 55px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin: 0;
  background-color: #015fa5;

}
.remont .accordion .title_block {
  display: none !important;
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  display:block;
  border:2px solid #fefefe;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  left:20px;
  top:28px;
  transition: all .5s;
}
/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  -ms-transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  transform:rotate(-135deg);
  border-color: #015fa5;
}
.accordion .title_block:hover {
  background: #26A69A
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #fff;
  color:#015fa5;
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  overflow: hidden;
  font-size: 18px;
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}
/* картинки внутри аккордеона */
.accordion .info img {
    height:auto;
    margin-bottom: 15px;
    border-radius: 16px;
}
/* полноразмерная картинка */
.large-img {
    width: 100%;
    margin-bottom: 10px;
}
/* миниатюра слева */
.img-left {
    width: 25%;
    float:left;
    margin:5px 15px 5px 0;
}
/* миниатюра справа */
.img-right {
    width: 25%;
    float:right;
    margin:5px 0 5px 15px;
}
.info>.row{
  margin-top: -10px;
}
.info img{
  width: 100%;
}
.info ul:not([class]) li{
  padding-left: 20px;
}
.info ul:not([class]) li:before{
  content: "-";
  position: relative;
  left: -10px;
  top: -2px;
}
.case.bg_blue .news_content .title{
  color:#0f4494;
}
#case_photo{
  margin-bottom: 30px;
}
.case .owl-item>a {
  display: block;
  padding: 0 15px;
}
.case .owl-item img{
  max-width: 100%;
  margin: 10px 0;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,.24);
}
.case  .owl-theme .owl-controls .owl-buttons .owl-next {
  background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -10px -10px no-repeat;
}
.case .owl-theme .owl-controls .owl-buttons .owl-prev{
  background: url(/local/templates/blue/css/../img/sprite_contbuttons.png) -106px -10px no-repeat;
}
.case .reviews_list_item{
  box-shadow: 0 1px 1px 1px rgba(0,0,0,.24);
  background: #ededed;
  margin-bottom: 60px;
}
.case .reviews_list_item .reviews_list_photo{
  padding: 20px;
}
.case .reviews_list_item img{
  max-width: 100%;
  margin: 0;
}
.case_bottom{
  padding-bottom: 60px;
  text-align: center;
}
.case_bottom a{
  display: inline-block;
}

/*22-02-1018------------------------------------------------------------------*/
.page-wrapper{
  overflow: hidden;
}
.g_service{

}
.gallery.gallery_m.g_service .service_list{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.gallery.gallery_m.g_service .service_list_item{
  flex: 1;
  padding: 0 15px;
  width: 234px;
  min-width: 234px;
  max-width: 234px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  background: none;
}
.gallery.gallery_m.g_service .service_list_item_bg{
  border: none;
  height: 175px;
  background-position: center 35px;
  background-repeat: no-repeat;
  background-size: 80px 50px;
}
.gallery.gallery_m.g_service .gallery_description{
  top: auto;
  bottom: 0;
}
.gallery.gallery_m.g_service .gallery_description_title{
  font-size: 16px;
}
.g_service_text{

}
@media all and (min-width:480px){
   .gallery.gallery_m.g_service .service_list{
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
}
@media all and (min-width:768px){
  .gallery.gallery_m.g_service h1.title{
    font-size: 30px;
  }
}
@media all and (min-width:992px){

}
@media all and (min-width:1200px){
  .gallery.gallery_m.g_service .service_list{
    flex-wrap: nowrap;
  }

}

/* 08-08-2018 */
.architecture_front_08082018{

}
.architecture_front_08082018 .title{
  text-align: left;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 25px;
}
.architecture_front_08082018 .title:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 6px;
  width: 166px;
}
.list_08082018 {
  padding-left: 24px;
  list-style-type: disc;
  margin-bottom: 25px;
}
.list_08082018_item {
  color: #fff;
  font-size: 27px;
  margin-bottom: 15px;
}
.list_08082018_item span{
  font-size: 18px;
  position: relative;
  top: -3px;
}
.list_08082018 a {
  color: #fff !important;
}
.architecture_front_08082018 .contacts_feedback{
  height: auto;
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 35px;
}
.architecture_front_08082018  .contacts_feedback_button{
  top: 81%;
}
@media all and (min-width:768px){
  .architecture_front_08082018  .contacts_feedback_button{
    top: 107%;
  }
}

@media all and (min-width:1200px){
  .architecture_front_08082018 .contacts_feedback{
    margin-top: 60px;
/*    margin-left: -50px;*/
  }
  .architecture_front_08082018 .col-lg-8{
/*    padding-left: 100px;*/
    padding-right: 80px;
  }
}
/* end 08-08-2018 */

/*2019-02-20*/
.header19{
	min-height: 90px;

  color: #fff;
	flex-shrink: 0;
	box-shadow : 0px 5px 35px rgba(0, 0, 0, 0.5);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 991;
  background: radial-gradient(circle closest-corner at 30% -230px, rgba(11, 110, 209, 1.0),rgba(11, 110, 209, 1.0) 20%, rgba(11, 110, 209, 0) 90%, rgba(11, 110, 209, 0)), #3A3A3A;
}
.header19 .container{
	/*position: relative;*/
	z-index: 991;
}
.header19_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.header19_logo_link{
	display: block;
	padding: 7px 15px 7px 0;
	position: relative;
}
.header19_logo {
	width: 83px;
	height: 68px;
}
.hamburger-wrapper{
    width:35px;
    height:21px;
    cursor:pointer
}
.hamburger-menu,.hamburger-menu:after,.hamburger-menu:before{
    width:35px;
    height:3px
}
.hamburger-menu{
    position:relative;
    -webkit-transform:translateY(9px);
    -ms-transform:translateY(9px);
    transform:translateY(9px);
    background:#fff;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}
.hamburger-menu.animate{
    background:rgba(255,255,255,0)
}
.hamburger-menu:before{
    content:"";
    position:absolute;
    left:0;
    bottom:9px;
    background:#fff;
    -webkit-transition:bottom .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition:bottom .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition:bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition:bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition:bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
	-webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}
.hamburger-menu:after{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    background:#fff;
    -webkit-transition:top .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition:top .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition:top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition:top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition:top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
	-webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}
.hamburger-menu.animate:after{
    top:0;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition:top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    -o-transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1)
}
.hamburger-menu.animate:before{
    bottom:0;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transition:bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition:bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    -o-transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1)
}
.menu-wrapper:hover .hamburger-menu,
.menu-wrapper:hover .hamburger-menu:after,
.menu-wrapper:hover .hamburger-menu:before{
    background:#00c4f9;
}
.menu-wrapper:hover .hamburger-menu.animate{
    background:rgba(255,255,255,0) !important;
}
.menu-text{
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	padding-right: 8px;
	text-transform: uppercase;
	padding-top: 1px;
	-webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.menu-wrapper:hover .menu-text{
	color: #00c4f9;
}
.menu-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}

.header19_bottom {

	padding: 0px 15px 10px;
	box-shadow : 0px 5px 5px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 100%;
	right: 0;
	transform: translate(1200px, 0px);
	transition: all .9s;
	z-index: 100;
	width: 100%;
	z-index: 9998;
}
.header19_bottom.active {
	transform: translate(0px, 0px)
}

.header19_contacts {
	border-top: 1px solid #fff;
	padding-top: 31px;
}
.header19_contacts_phone  {
	order: 2;
	font-size: 27px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
	-webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.header19_contacts_phone:hover {
	color: #00c4f9;
}
.header19_contacts_feedback {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	max-width: 210px;
	width: 100%;
	min-height: 41px;
	border-radius: 16px;
	-webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
	color: #fff;
	text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
	margin-bottom: 10px;
  background: linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
  border-radius: 34px;

}
.header19_contacts_feedback:hover {
  background-position: 210px 0px;
	color: #fff;
	transform: scale(1.05,1.05);
}
.header19_contacts_social {
	order: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}
.header19_contacts_social_link {
	-webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
	margin: 2px;
}
.header19_contacts_social_link:hover{
  transform: scale(1.2);
}
.header19_contacts_social_link svg{
	width: 28px;
	height: 28px;
}
.header19_contacts_social_link svg path{
	-webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;

}
.header19_contacts_social_link:hover svg path{
	fill: #00c4f9;
}
.header19_nav {
}
.header19_nav>*:last-child{
	border-bottom: none !important;
}
.header19_nav_link {
	padding: 3px 0;
	margin-bottom: 2px;
	display: block;
	font-size : 25px;
  line-height : 39px;
  color : #FFFFFF;
	text-decoration: none !important;
	transition: all .3s;
	border-bottom: 1px solid rgba(255,255,255,.57);
}
.header19_nav_link:hover {
	color: #00c4f9;
}
.header19_nav_link.active,
.header19_nav_link.active:hover{
	color: rgba(255,255,255,.57);

}
.header19_nav_section {
	border-bottom: 1px solid rgba(255,255,255,.57);
	padding: 3px 0;
	margin-bottom: 2px;
	position: relative;
}
.header19_nav_section_title {
	display: block;
	font-size : 25px;
  line-height : 39px;
  color : #FFFFFF;
	transition: all .3s;
	position: relative;
	padding-right: 45px;
	text-decoration: none !important;
}
.header19_nav_section_more{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
}
.header19_nav_section_more::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	width: 0;
  height: 0;
  border: 4px solid transparent;
	border-top-color: #fff;
  border-bottom: 0;
}
.header19_nav_section_title:hover,
.header19_nav_section_more:hover {
	color: #00c4f9;
}
.header19_nav_section_more:hover::after {
	border-top-color: #00c4f9;
}
.header19_nav_section_title.active,
.header19_nav_section_title.active:hover{
	color: rgba(255,255,255,.57);
}
.header19_nav_section_title.active::after,
.header19_nav_section_title.active:hover::after{
	border-top-color: rgba(255,255,255,.57);
}
.header19_nav_section_list {
	padding: 8px 20px 15px;
	display: none;
}
.header19_nav_section_list_item {
	padding: 2px 0;
}
.header19_nav_section_list_item_link {
	text-decoration: none !important;
	transition: all .3s;
	  font-size : 18px;
  line-height : 28px;
  color : #FFFFFF;
}
.header19_nav_section_list_item_link:hover{
	color: #00c4f9;
}
.header19_nav_section_list_item_link.active,
.header19_nav_section_list_item_link.active:hover{
	color: rgba(255,255,255,.57);
}
.full_mask{
	display: none;
    position: fixed;
    z-index: 9990;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
}
.header19_logo_description{
	display: none;
}
@media all and (min-width:768px){
	.header19{
		height: 100px;
		z-index: 991;
	}
	.header19 .container{
		height: 100px;
		z-index: 991;
	}
	.header19_top{
		height: 100px;
	}


}
@media all and (min-width:1200px){
  .header19_bottom{
    position: static;
    width: 500px;
    height: 100px;
    transform: translate(0px, -100px);
    background: none;
    box-shadow: 0 0 0 transparent;
    margin-left: auto;
    margin-right: 142px;
    padding: 0;
  }
  .header19_bottom.active{
    transform: translate(0px, -100px);
  }
  .header19_contacts{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    height: 100px;
    border-top: 0px solid transparent;

  }
  .header19_nav{
    max-width: 320px;
    width: 100%;
    padding: 0px 15px 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100px;
    right: 0;
    transform: translate(1200px, 0px);
    transition: all .9s;
    z-index: 9999;
    width: 100%;
    background: #0e1e35;
    background: -webkit-radial-gradient(circle,#0c396f 5%, #0c396f, #0f2646);
    background: -o-radial-gradient(circle,#0c396f 5%, #0c396f, #0f2646);
    background: -moz-radial-gradient(circle,#0c396f 5%, #0c396f, #0f2646);
    background: radial-gradient(circle,#0c396f 5%, #0c396f, #0f2646);
  }

  .header19_bottom.active .header19_nav{
    transform: translate(157px, 0px);
  }
  .header19_nav>*:first-child{
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  .header19_contacts_phone,
  .header19_contacts_social{
    padding-bottom: 0;
  }
  .header19_contacts_feedback{
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header19_contacts_social{
    padding-top: 4px;
    flex-wrap: wrap;
    max-width: 180px;
  }
	.header19_nav_section_more{
		display: none;
	}
	.header19{
		height: 200px;
		padding-bottom: 75px;
      padding-top: 25px;
	}
	.header19 .container{
		height: 115px;
	}
	.menu-wrapper{
		display: none;
	}
	.header19_top{
		height: 115px;
	}
	.header19_bottom{
		height: 115px;
		margin-left: 100px;
		margin-right: 0;

	}
	.header19_bottom,
	.header19_bottom.active{
		transform: translate(0px, -115px);
		position: static;
	}
	.header19_contacts{
		height: 115px;
		width: 1040px;
      justify-content: flex-start;
      flex-direction: row-reverse;
	}
	.header19_nav,
	.header19_bottom.active .header19_nav{
		transform: translate(-100px, 0px);
	}
	.header19_nav{
		background: none;
		box-shadow: 0 0 0 transparent;
		max-width: 1140px;
		width: 1140px;
		min-width: 1140px;
		height: 40px;
		left: 0;
		right: 0;
		top: 115px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		padding-bottom: 0;
	}
	.header19_nav_link,
	.header19_nav_section_title	{
		font-size: 16px;
		font-weight: 700;
		line-height: 15px;
		height: 15px;
		border-left: none !important;
		border-top: none !important;
		border-bottom: none !important;
		border-right: 1px solid rgba(255,255,255,.57);
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		padding-left: 22px;
		padding-right: 22px;
		margin: 0;
		text-align: center;
	}
	.header19_nav>*:last-child{
		border-right: none !important;
	}
	.header19_nav_section{
		padding: 0 !important;
		border: none !important;
		margin: 0;
		height: inherit;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;

	}
	.header19_nav_link,
	.header19_nav_section{
		flex: 1;
		white-space: nowrap;
		position: relative;
	}
	.header19_nav_link::before,
	.header19_nav_section::before{
		content: "";
		display: block;
		height: 3px;
		width: 100%;
		background-color: transparent;
		top: -1px;
		position: absolute;
		left: 0px;
		right: 0px;
		transition: all .3s;
	}
	.header19_nav_link::before{
		top: -14px;
	}
	.header19_nav_link:hover::before,
	.header19_nav_section:hover::before{
		background-color: #00c4f9;
	}
	.header19_contacts_phone{
		margin-left: 50px;
		margin-right: 50px;
      font-size: 20px;
      line-height: 22px;
	}
	.header19_nav_section_title{
		padding-right: 33px;
	}
	.header19_nav_section_title::after {
		content: "";
		position: absolute;
		right: 22px;
		top: 50%;
		transform: translate(0, -50%);
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top-color: #fff;
		border-bottom: 0;
		transition: all .3s;
	}
	.header19_nav_link:hover::after,
	.header19_nav_section_title:hover::after {
		border-top-color: #00c4f9;
	}
	.header19_nav_section_list{
		position: absolute;
		padding: 5px 0;
		top: 99%;
    left: 0px;
		min-width: 190px;
		background: #0f2646;
    background: -webkit-linear-gradient(180deg, #0c396f 5%, #0c396f, #0f2646);
    background: -o-linear-gradient(180deg, #0c396f 5%, #0c396f, #0f2646);
    background: -moz-linear-gradient(180deg, #0c396f 5%, #0c396f, #0f2646);
    background: linear-gradient(180deg, #0c396f 5%, #0c396f, #0f2646);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
		z-index: -1;
	}
	.header19_nav_section_list_item{
		padding: 3px 20px;
		border-bottom: 1px solid rgba(255,255,255,.57);
	}
	.header19_nav_section_list .header19_nav_section_list_item:last-child{
		border-bottom:none;
	}
	.header19_nav_section_list_item_link{
		font-size: 15px;
		font-weight: 400;
		color: #fcfcfc;
	}
	.header19_nav_section:hover  .header19_nav_section_list{
		display: block !important;
		z-index: 9999;
	}
	.full_mask{
		display: none !important;
	}
	.header19_logo_description{
		display: block;
		position: absolute;
		left: 100%;
  	top: 37.5%;
		color:#fff;
		font-size: 14px;
		white-space: nowrap;
	}
}
/*end 2019-02-20*/

/*start 2021-06-21*/
.header19_contacts_social .header19_contacts_social_link .fa{
  border: none;
  border-radius: 50%;
}
.reviewsWrap{
  padding-bottom: 45px;
}
.reviews_list_item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews_list_photo{
  width: 100%;
}
.reviews_list_photo_item{
  width: 100% !important;
}
.furniture {
  position: relative;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
  /*background: linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);*/
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  transition:  all .3s;
  margin-top: -30px;
}
/*.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover{
  transform: scale(1.1,1.1);
}*/
.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme .owl-controls .owl-buttons .owl-next:before{
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 4px;
}
.news .owl-theme .owl-controls .owl-buttons .owl-prev,
.news .owl-theme .owl-controls .owl-buttons .owl-next{
  position: static;
}
.news .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.news .owl-theme .owl-controls .owl-buttons .owl-next:before{
  color: #0E66AF;
}
.news .owl-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
}
.service + *{
  padding-bottom: 40px;
}
.news_list .news_list_slider .news_list_item{
  max-width: 340px;
  min-height: 420px;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 0 0 20px 20px;
  background: none;
  box-shadow: none;
  padding-bottom: 0;
}
.news_list_item_date{
  background: none;
  font-size: 24px;
  line-height: 34px;
  width: auto;
  height: 35px;
  color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0;
  text-align: left;
}
.news_list_item_title{
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.25);
}
.news_list_item_title a{
  text-decoration: none !important;
  color: #3A3A3A !important;
  font-family: 'Playfair Display';
}
.news_list_item_photo{
  border-radius: 20px 20px 0 0;
  position: static;
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.25);
  height: 275px !important;
}
.footer{
  background: radial-gradient(circle closest-corner at 30% -230px, rgba(11, 110, 209, 1.0),rgba(11, 110, 209, 1.0) 20%, rgba(11, 110, 209, 0) 90%, rgba(11, 110, 209, 0)), #3A3A3A;
  padding-bottom: 0;
}
.footerTopWrap{
  display: flex;
  flex-wrap: wrap;
}
.footerTopWrap .header19_logo_link{
  margin-right: 30px;
}
.footer_contacts{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 22px;
}
.footer_contacts_phone,
.footer_contacts_email,
.footer_contacts_location{
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer_contacts_location a{
  text-decoration: none;
}
.footer_contacts_phone:hover,
.footer_contacts_email:hover,
.footer_contacts_location a:hover{
  color: #349fef !important;
}
.footer_contacts_phone .fa,
.footer_contacts_email .fa,
.footer_contacts_location .fa{
  width: 30px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 22px;
}

.footer_contacts_phone{
  font-size: 20px;
  line-height: 22px;
}
.footer_copyright{
  width: 100%;
  padding-bottom: 25px;
}
.footerBottomWrap{
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  padding: 23px 0 15px;
  background: #282828;

}
.footerBottomWrap a{
  color: #696969 !important;
}
.footer_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  float: none;
  width: 220px;
}
.footer_contacts{
  max-width: 390px;
}
.footer .header19_contacts_feedback{
  margin-bottom: 20px;
}
.footer_copyright{
  padding-top: 30px;
}
.footer_nav{
  margin-bottom: 30px;
}
.header19_bottom{
  background: #3A3A3A;
}
.header19_contacts_social_link{
  margin-right: 6px;
  margin-left: 6px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .4s;
}
.header19_contacts_social_link i.fa{
  transition: all .4s;
}
.header19_contacts_social_link:hover i.fa{
  transform: scale(1.2);
}
.linkInsta{
  background-image: url("/local/templates/blue/css/../../../../img/insta.svg");
}
.linkOk{
  background-image: url("/local/templates/blue/css/../../../../img/odnokklassniki.svg");
}
.linkVk{
  background-image: url("/local/templates/blue/css/../../../../img/vk.svg");
}
.linkWhatsup{
  background-image: url("/local/templates/blue/css/../../../../img/whatsup.svg");
}
.linkYoutube{
  width: 33px;
  background-image: url("/local/templates/blue/css/../../../../img/youtube.svg");
}
.gallery .service_list .service_list_item_bg>span,
.gallery .service_list_item_bg{
  border: none !important;
}
.service_list_item_bg{
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.25) !important;
}
.gallery_description{
  border-radius: 0 0 20px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.25) !important;
  color: #3A3A3A !important;
  font-family: 'Playfair Display';
}
.gallery_description
.gallery_description_title{
  font-weight: bold;
  text-align: center;
  color: #3A3A3A !important;
}
.gallery .news_list_item_date{
  color:#0E66AF !important;
}
.service_list li:hover  .gallery_description,
.service_list li:hover .service_list_item_bg{
  box-shadow: 0px 0px 51px rgba(11, 110, 209, 0.25) !important;
}
.contacts_list_item{
  padding-left: 15px !important;
  background: none !important;
  line-height: 22px;
  color: #333333;
  display: flex;
  font-size: 16px;
}
.contacts_list_item a{
  color: #333333 !important;
}
.contacts_list_item .popup_box2{
  font-size: 14px;
  color: #0B6ED1 !important;
  font-weight: 400;
}
.contacts_list_item_small{
  font-weight: 400;
}
.contacts_list_item .fa{
  margin-right: 8px;
  width: 20px;
  float: 0 0 20px;
  font-size: 18px;
  line-height: 22px;
}
.contacts_map{
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.14);
  border-radius: 36px;
}
.contacts_feedback{
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.26);
  border-radius: 27px;
  height: auto;
  padding: 42px 35px 50px;
}
.contacts_feedback_title,
.contacts_feedback_longtitle{
  color: #3A3A3A;
  font-family: 'Playfair Display';
  height: auto;
}
.contacts_feedback_title{
  margin-bottom: 10px;
  white-space: normal;
}
.contacts_feedback_longtitle{
  margin-bottom: 40px;
}
.form_input,
.form_textarea{
  border: 1px solid rgba(0, 0, 0, 0.27);
  box-sizing: border-box;
  border-radius: 14px;
  margin-bottom: 21px;
}
.contacts_feedback_button{
  border: none !important;
}
.contacts_feedback_button:hover{
  background-position: 226px 0px;
  transform: scale(1.05,1.05);
}
/*.remont>*:first-child{
  padding-top: 30px;
  padding-bottom: 60px;
}*/
.remont>*:first-child .title{
  /* color: #FFFFFF; */
}
.remont .architecture_front{
  background: none;
}
.architecture_front_08082018 .title:after{
  display: none;
  padding-left: 0;
}
.list_08082018{
  list-style-type: none;
}
.list_08082018_item{
  /*padding-left: 38px;*/
  /*background-repeat: no-repeat;*/
  /*background-position:  left top;*/
  padding-top: 4px;
}
.remont .list_08082018_item{
  padding-left: 38px;
}
/*.list_08082018  .list_08082018_item:nth-child(1){*/
/*  background-image: url("/local/templates/blue/css/../../../../img/remontFacadeIcon1.svg");*/
/*}*/
/*.list_08082018  .list_08082018_item:nth-child(2){*/
/*  background-image: url("/local/templates/blue/css/../../../../img/remontFacadeIcon2.svg");*/
/*}*/
/*.list_08082018  .list_08082018_item:nth-child(3){*/
/*  background-image: url("/local/templates/blue/css/../../../../img/remontFacadeIcon3.svg");*/
/*}*/
/*.list_08082018  .list_08082018_item:nth-child(4){*/
/*  background-image: url("/local/templates/blue/css/../../../../img/remontFacadeIcon4.svg");*/
/*}*/
/*.list_08082018  .list_08082018_item:nth-child(5){*/
/*  background-image: url("/local/templates/blue/css/../../../../img/remontFacadeIcon5.svg");*/
/*  padding-top: 1px;*/
/*}*/
/*.list_08082018  .list_08082018_item:nth-child(6){*/
/*  background-image: url("/local/templates/blue/css/../../../../img/remontFacadeIcon6.svg");*/
/*  padding-top: 1px;*/
/*}*/
.renovationOrder{
  background-image: url("/local/templates/blue/css/../../../../img/renovationOrderBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 30px;
}
.renovationOrderList{
  list-style-type: none;
  padding-left: 0;

}
.renovationOrderListItem {
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position:  left top;
  padding-top: 4px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.renovationOrderList  .renovationOrderListItem:nth-child(1){
  background-image: url("/local/templates/blue/css/../../../../img/renovationOrderIcon1.svg");
}
.renovationOrderList  .renovationOrderListItem:nth-child(2){
  background-image: url("/local/templates/blue/css/../../../../img/renovationOrderIcon2.svg");
}
.renovationOrderList  .renovationOrderListItem.renovationOrderListCost{
  font-weight: bold;
  font-size: 34px;
  line-height: 52px;
  color: #FFFFFF;
  border-radius: 0 47px 47px 0;
  height: 77px;
  background:#197AD7;
  padding-right: 40px;
  padding-top: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
display: none;
}
.renovationOrderList  .renovationOrderListItem.renovationOrderListCost::before{
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 960px;
  height: 77px;
  background:#197AD7;
}
.videoRew{
  background-image:linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)),  url("/local/templates/blue/css/../../../../img/videoRewBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.videoRew .title{
  color: #ffffff;
}
.videoRewList{

}
.videoRewListItem{
  margin-bottom: 50px;
  min-height: 400px;
}
.videoRewListLink{
  text-decoration: none;
  color: #FFFFFF !important;
  transition:  all .3s;
  font-size: 18px;
  line-height: 23px;
  display: block;
}
.videoRewListLink:hover{
  transform: scale(1.05,1.05);
}
.videoRewListLinkBg{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 276px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/blue/css/../../../../img/videoRewListLinkBg.jpg");
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.youtubeLink{
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position:  left center;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;
  background-image: url("/local/templates/blue/css/../../../../img/rutube-logotype.svg");
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  color: #FFFFFF !important;
  transition: all .3s;
}
.youtubeLink:hover{
  transform: scale(1.05,1.05)
}
.youtubeLink span{
  text-decoration: underline;
}
.youtubeLink:hover span{
  text-decoration: none;
}
.text-center{
  text-align: center !important;
}
.design .col-lg-3 .architecture_project_block,
.design .col-lg-4 .architecture_project_block{
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 4px 40px 14px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 20px;
}
.accordion .title_block{
  padding: 5px 55px 5px 15px;
  z-index: 1;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  background: linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
}
.accordion .active_block .title_block{
  color: #212121;
  background: #FFFFFF;

}
.accordion .title_block::before{
  height: 6px;
  width: 6px;
  left: auto;
  right: 20px;
  z-index: 10;
  top: 12px;
  border-color: #4FA5ED;
}
.accordion .active_block .title_block::before{
  border-color: #FFFFFF !important;
}
.accordion .title_block::after{
  content: '';
  position: absolute;
  background: #FFFFFF;
  display: block;
  width: 18px;
  height: 18px;
  right: 14px;
  top: 6px;
  border-radius: 50%;
  z-index: 5;
  transition: all .3s;
}
.accordion .active_block .title_block::after{
  background: linear-gradient(183.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
  right: 13px;
}
.architecture_projectTitle{
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}
.architecture_project_list_item:before{
  background: linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
}
.architecture_cost{
  /*margin-bottom: 49px;*/
  color: #000;
  font-size: 24px;
  padding: 5px 0;
}
.architecture_project_order{
  bottom: 0;
  top: auto;
  font-size: 16px;
  line-height: 1;
  text-decoration-line: underline;
  /*color: #B4B4B4 !important;*/
  transition: all .3s;
  text-align: center;
  padding-bottom: 15px;
}
.architecture_project_order:hover{
  text-decoration: none;
}
.moreOrder{
  color: #FFFFFF;
  padding: 40px 0 50px;
}
.moreOrder .title{
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 5px;
}
.remont_order_description{
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 30px;
}
.moreOrder .remont_order{
  margin: 0 auto;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.23);
  border-radius: 34px;
  min-height: 41px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: rgba(58, 58, 58, 0.7) !important;
  text-decoration: none !important;
  max-width: 360px;
  width: 100%;
}
.moreOrder .remont_order:hover{
  transform: scale(1.05,1.05);
}
/*.remont .accordion{
  padding-bottom: 120px;
}*/
.descList{
  padding-left: 0;
}
.descListItem{
  padding-left: 46px;
  position: relative;
  color: #3A3A3A;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.descList .descListItem:first-child{
  margin-bottom: 50px;
}
.descListItem strong{
  font-size: 26px;
  line-height: 34px;
}
.descListItem::before{
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: linear-gradient(93.77deg, #0B6ED1 15.09%, #4FA5ED 76.92%);
}
.descOrder{
  max-width: 207px;
  margin-left: 46px;
}
.descOrder:hover{
  background-position: 207px 0px;
}
.estimate{
  padding-bottom: 40px;
  background-color: #F8F8F8;
  background-image: url("/local/templates/blue/css/../../../../img/estimateBg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.estimate .renovationOrderList .renovationOrderListItem{
  min-height: 38px;
  padding-left: 48px;
}
.estimate .renovationOrderList .renovationOrderListItem:nth-child(1){
  background-image: url("/local/templates/blue/css/../../../../img/estimateIcon1.svg");
}
.estimate .renovationOrderList .renovationOrderListItem:nth-child(2){
  background-image: url("/local/templates/blue/css/../../../../img/estimateIcon2.svg");
}
.estimateLongtitle{
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #3A3A3A;
  margin-bottom: 30px;
}
.remont  .furniture .design_options{
  padding-top: 0;
  margin-top: -20px;
}
.listFacade {

}
.listFacade .list_08082018_item{
  background: none !important;
  position: relative;
}
.listFacadeIcon{
  position: absolute;
  left: 0px;
  top: 0px;
}
.button_green, .button_blue{
  box-shadow: none !important;
}
.descListItemCost{
  display: inline-block;
  margin-top: 7px;
}
.advantages_list_item_decor{
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedbackMargin{
  margin-top: 250px;
}
.design.stroy .architecture_cost{
  margin-bottom: 75px;
}
.design.stroy.remont .architecture_cost{
  /*margin-bottom: 40px;*/
  margin-bottom: 15px;
}
.design.stroy .architecture_project_order{
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design .design_options .architecture_project_inner{
  position: relative;
}
.design .design_options .architecture_project_order{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 34px 34px;
  color: #FFFFFF !important;
  max-height: 100%;
  min-height: 40px;
  line-height: 1;
}
.design .design_options .architecture_project_order:hover{
  background-position: 480px 0px;
}
.list_08082018{
  padding-left:  0 !important;
}
.remont .design_options{
  padding-top: 0 !important;
}


@media all and (min-width:576px){
  .feedbackMargin{
    margin-top: 300px;
  }
  .reviews_list_item{
    flex-direction: row;
    align-items: stretch;
  }
  .reviews_list_photo{
    margin-bottom: 0;
    width: 260px;
    flex: 0 0 260px;
    height: 100%;
    margin:0;
    float: none;
  }
  .reviews_list_block {
    padding-left: 0;
    padding-bottom: 3%;
  }
  .reviews_list_photo_item{
    object-fit: cover;
    width: 100%;
  }
}
@media all and (min-width:768px){
  .design .architecture_project_block.architecture_project_block_new  .architecture_project_inner {
    min-height: 600px;
  }
  .design.stroy .architecture_project_block.architecture_project_block_new  .architecture_project_inner {
    min-height: 555px;
  }
  .design.stroy.remont .architecture_project_block.architecture_project_block_new  .architecture_project_inner {
    min-height: 515px;
  }
    

    
  .design_options_photo_description{
    width: 50%;
    right: 0;
    top: 0;
    box-shadow: none;
  }
  .design_options_photo{
    margin-left: auto;
    margin-right: 0;
    display: block;
    max-width: 100%;
  }
  .footer_block{
    margin-top: 0;
  }
  .footer_inner{
    float: none;
  }
  .estimate{
    background-size: 50%;
  }
  .news_list_item_title a{
  font-size: 24px;
  line-height: 34px;
}
}
@media all and (min-width:992px){

}
@media all and (min-width:1200px){
  .design .col-lg-3 .architecture_project_block,
  .design .col-lg-4 .architecture_project_block{
    margin-top:  0 !important;
  }

  .design .architecture_front .title{
    font-size: 40px;
    line-height: 52px;
    position: relative;
  }
  .design_options{
    padding-top: 55px;
  }
  .feedbackMargin{
    margin-top: 0;
  }
  .remont_architecture_project_block{
    max-width: 100%;
    float: none;
  }
  .design_options_photo_m{
    max-width: 580px;
    position: relative;
  }
  .design_options_photo_m img{
    max-width: 550px;

  }
  .remont  .furniture .design_options{
    margin-top: -30px;
  }
  .furniture  .descList .descListItem,
  .furniture  p{
    font-size: 18px;
    line-height: 23px;
    color: #3A3A3A;
  }
  .furniture  p{
    margin-bottom: 30px;
  }
  .furniture  .descList .descListItem{
    margin-bottom: 15px;
  }
  .furniture  .descList .descListItem:first-child{
    margin-bottom: 15px;
  }
  .design .furniture .architecture_project_block{
    margin-bottom: 0;
  }
  .estimate{
    padding-bottom: 110px;
    background-position: center;
    background-size: 550px auto;
  }
  .estimateLongtitle{
    margin-top: -45px;
    margin-bottom: 80px;
  }
  .design_options_photo_description{
    background: transparent;
  }
  .architecture_project_order{
    line-height: 34px;
  }
  .remont .accordion{
    padding-bottom: 90px;
  }
  .videoRew{
    padding-bottom: 90px;
  }
  .renovationOrderList  .renovationOrderListItem:nth-child(2){
    margin-bottom: 60px;
  }
  .renovationOrder{
    padding-top: 0;
    padding-bottom: 100px;
  }
  .list_08082018  .list_08082018_item:nth-child(6){
    margin-bottom: 70px;
  }
  .list_08082018_item span{
    font-size: 16px;
    line-height: 21px;
  }
  .list_08082018_item span strong{
    font-size: 20px;
    line-height: 26px;
  }
  .remont>*:first-child{
    min-height: 721px;
/*    padding-top: 80px;
    padding-bottom: 160px;*/
  }
  .remont>*:first-child .title{
    padding-bottom: 0;
    margin-bottom: 35px;
  }
  .contacts_feedback_title{
    font-size: 25px;
    line-height: 34px;
    white-space: nowrap;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .contacts_feedback_longtitle{
    font-size: 16px;
    line-height: 21px;
  }
  .contacts_list .contacts_list_item:last-child{
      margin: 25px 0;
  }
  .main{
    padding-bottom: 110px;
  }
  .news{
    margin-bottom: -110px;
  }
     .stroynews{
        margin-bottom: 0;
    }
  .gallery_description_title{
    font-size: 30px;
    line-height: 34px;
  }
  .service_list .service_list_item_bg{
      height: 355px;
  }
  .gallery_description{
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header19_nav_section_list{
    background: #3A3A3A;
  }
  .header19_bottom{
    background: transparent;
  }
  .footer_block{
  float: right;
    margin-top: -111px;
  }
  .footer_inner{
    float: left;
  }
  .title{
    font-size: 40px;
    line-height: 52px;
  }
  .service{
    padding-top: 77px;
  }
  .news{
    padding-bottom: 110px;
  }
  .news .title{
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .service + *{
    padding-bottom: 110px;
  }
}
/*end 2021-06-21*/
.error-field {border: 1px Solid #f80000}
.captcha-img {margin: 0px 0px 10px;}

.news_content img{
  max-width: 90%;
  height: auto;
}


/* 26.04.22 */
.subscription .form_input, .subscription .form_textarea {}
.more-head{
  margin: 0 auto;
  position: relative;
  width: 300px;
  text-align: center;
}

.ploshad{
width: 100%;
font-size: 24px;
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
justify-content: flex-start;
font-weight: bold;
flex-wrap: wrap;
}
.ploshad label{
  margin-right: 10px;
}
.ploshad input{
  color: black;
}
.varotdelka h5{
  font-size: 24px;
  margin-bottom: 20px;
}
.inputs-otdelka{
  width: 25px;
  margin-left: 25px;
}
.radio-otdelka{
  font-size: 16px;
}
.radio-otdelka label{
  margin-left: 5px;

}
.checkboxes{
  font-size: 16px;
}
.checkboxes label{
  margin-left: 5px;
}
.checkbox-otdelka{
  width: 25px;
  margin-left: 25px;
  float: left;
}
.calcul-form-container{
background: radial-gradient(circle closest-corner at 180% 630px, rgb(11, 110, 209),rgb(11, 110, 209) 0%, rgba(11, 110, 209, 0) 160%, rgba(11, 110, 209, 0)), #242323;
padding-bottom: 40px;
}
.calcul-form {
 color:#3A3A3A;
  justify-content: center;
  flex-wrap: wrap;
}
.calcul-form label{
  color:#3A3A3A;
}
.calcul-form-text{
  width: 100%;
  font-size: 22px;
}
.calcul-form{
  margin-bottom: 0;
  padding: 28px 10px 10px;
  min-height: 0;
}
.calcul-form .button_blue{
  min-width: 200px;
  margin-top: 10px;
  border: none;
}
.col-calc{
  width: 20%;
  min-width:100px;
}
.clear-btn{
border: 2px solid white;
padding: 10px;
margin-top: 20px;
background: none;
border-radius: 30px;
}
.clear-btn:hover{
  background-color: #c8b8b830;
}
.ploshad input::placeholder{
  font-weight: 100;
}
.input-dver{
  margin-left: 43px;
}
.checkboxes div{width: 50%;}
.small-input{margin-left: 40px;
}
.obshaya-ploshad{
  margin-top: 10px;
  text-align: left;
}

.wa-btn{
  position: fixed;
bottom: 95px;
right: 50px;
display: block;
z-index: 9999;
color: white;
background: #2da22d;
padding: 10px;
border-radius: 50px;
height: 50px;
line-height: 2.1;
width: 310px;
transition: 0.3s;
font-size: 13px;
font-weight: bold;
text-decoration: none;
box-shadow: 0 0 20px rgba(54, 255, 114, 0.0)

}
.wa-btn:before{
background: url(/img/waicon-01.svg);
width: 50px;
height: 50px;
content: '';
display: block;
float: left;
transform: translate(-20%, -20%);

}
.wa-btn:hover{
  text-decoration: none;
  opacity: 0.8;
  color: white;
  box-shadow: 0 0 20px rgba(54, 255, 114, 0.9)
}


@media all and (max-width:768px){

  .wa-btn{
    transform: translate(50%, 0%);
  right: 50%;
  bottom: 60px;
  }

.ploshad label{
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-right: 0;
}
.varotdelka h5{
  font-size: 20px;
}
.ploshad input{
  width: 100%;
}
.checkboxes, .small-input{
  flex-wrap: wrap;
  width: 100%;

}
.small-input{
  margin-left:20px;
}
.input-dver{
  margin-left: 5px;
}
.checkboxes div {
  margin-bottom: 10px;
  width: 100%;}

.radio-otdelka{
 display: block!important;
}
.inputs-otdelka{
  float: left;
}
.radio-otdelka label {
margin-top: -5px;
margin-bottom: 15px;
}
.col-calc{
  min-width: 80%;

}
.calcul-form .button_blue{
  margin: 20px auto;
}
.nsf-fe-form-frame-container > div{
  padding: 0;
}
}


/* --- Start Styles Section Bounty /remont/  2022-12 --- */

.section_bounty {
  background-image: linear-gradient(92.08deg, #CB0000 0%, #133557 100.28%);
  box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  padding: clamp(60px,5.556vw,100px) 0;
}

.section_bounty::before,
.section_bounty::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.section_bounty::before {
 /* background-image: url("/local/templates/blue/css/../../../../img/bg-bounty-top2.png");*/
  top: 0;
  z-index: 40;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  height: 60%;
}

.section_bounty::after {
  height: 160px;
  bottom: 0;
  z-index: 20;
  /*background-image: url("/local/templates/blue/css/../../../../img/bg-bounty-bottom.png"); */
  background-repeat: repeat-x;
  background-position: left center;
  background-size: cover;
}

.bounty-container {
  position: relative;
  z-index: 30;
}
.bounty-title{
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(42px,13vw,234px);
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.11em;
  color: #FFFFFF;
  margin: 0;
}
.bounty-subtitle{
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(22px,3.333vw,60px);
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 calc(1% + 9px);
}
.bounty-description{
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 calc(10px + 2%);
}
.bounty-more{
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
  max-width: 200px;
  padding: 14px 20px;
}
@media (min-width: 1480px){
  .section_bounty::before {
    background-size: 1920px 100%;
    height: 80%;
  }
  .bounty-container {
    width: 1440px;
  }
}
@media (min-width: 1480px){
  .section_bounty::before {
    background-size: 100% auto;
    height: 77%;
  }
}
/* --- End Styles Section Bounty /remont/  2022-12 --- */

.smeta-example{
  border: 2px solid  #337ab7;
  border-radius:30px;
  padding: 10px;
  margin: 15px 0;
}
.news-detail td{padding: 5px;}

#nsf-section-1680241645566{
    margin-bottom: 70px;
}
.g-recaptcha{
  margin-bottom: 20px;
}

/*--- Start New Page Stroy 2024-06-14 ---*/
.section{
  padding: clamp(50px,9.167vw,110px) 0;
}
.bg__blue-new{
  background: linear-gradient(180.00deg, rgb(36, 35, 35),rgb(43, 64, 100) 100%);
}
.section__container{
  width: 95%;
  margin: 0 auto;
}
.section__container--big{
  max-width: 1140px;
}
.section__container--small{
  max-width: 960px;
}
.section_title{
  font-size: clamp(32px,3.333vw,40px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 40px 0;
  text-align: center;
  color: #262626;
}
.section_title--small{
  font-size: 32px;
  line-height: 41px;
}
.bg_blue .section_title,
.bg__blue-new .section_title{
  color: #ffffff;
}
.section__facade-stroy{
  padding: 180px 0;
  background-image: linear-gradient(270.00deg, rgba(240, 240, 240, 0),rgba(48, 48, 48, 0.85) 100%), url("/local/templates/blue/css/../img/stroy/backg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width:768px){
  .section__facade-stroy {
    padding: 45px 0;
  }
}
.facade-stroy__title{
  font-size: clamp(34px,3.333vw,40px);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 clamp(10px,3.333vw,40px) 0;
  max-width: 450px;
}
.facade-stroy__list{
  margin: 0 0 30px 0;
  padding: 30px 0;
}
.facade-stroy__item{
  padding-left: 47px;
  padding-top: 4px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  min-height: 40px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.facade-stroy__list .facade-stroy__item:nth-child(1){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/facade-list-1.svg");
}
.facade-stroy__list .facade-stroy__item:nth-child(2){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/facade-list-2.svg");
}
.facade-stroy__list .facade-stroy__item:nth-child(3){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/facade-list-3.svg");
}
.facade-stroy__list .facade-stroy__item:nth-child(4){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/facade-list-4.svg");
}
.facade-stroy__list .facade-stroy__item:nth-child(5){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/facade-list-5.svg");
}
.facade-stroy__item--description{
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
}
.facade-stroy__cost{
  color: #ffffff;
  margin: 0 0 30px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
}
.facade-stroy__more{
  display: flex;
  flex-direction: column;
}
.facade-stroy__more--link{
  color: #ffffff;
  font-size: clamp(14px,1.333vw,16px);
  line-height: 1.3125;
}
.facade-stroy__more--link:hover{
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .facade-stroy__list{
    padding: 0;
  }
  .section__facade-stroy{
    min-height: 670px;
    display: flex;
    align-items: stretch;
  }
  .section__facade-stroy .section__container{
    display: flex;
    flex-direction: column;
  }
  .facade-stroy__more{
    margin-top: auto;
  }
}
.section__free-calculation{

}
.free-calculation__wrap{
  border-radius: 28px;
  background-color: #1D447A;
  padding: clamp(12px,2.5vw,30px);
}
.free-calculation__form{

}
.free-calculation__form--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.free-calculation__section {
  padding: 20px 35px;
  background: #5585B8;
  border-radius: 10px;
  width: calc(50% - 10px);
  /*display: flex;
  flex-wrap: wrap;*/
}
@media (max-width: 767px) {
  .free-calculation__section {
    width: 100%;
  }
}
.free-calculation__section > :nth-child(1) {
    width: 100%;
}
.free-calculation__title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin:0 0 14px;
  color: #ffffff;
}
.free-calculation__section--inner{
  display: flex;
  flex-wrap: wrap;
}
.free-calculation__radio,
.free-calculation__checkbox{

}
.free-calculation__radio--input,
.free-calculation__checkbox--input{
  display: none;
}
.free-calculation__checkbox--label,
.free-calculation__radio--label{
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 5;
  margin-right: 0;
  user-select: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  min-height: 23px;
  margin-bottom: 10px;
  padding: 1px 15px 1px 32px;
}
.free-calculation__checkbox--label::before,
.free-calculation__checkbox--label::after,
.free-calculation__radio--label::before,
.free-calculation__radio--label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.free-calculation__checkbox--label::before,
.free-calculation__checkbox--label::after,
.free-calculation__radio--label::before {
  width: 23px;
  height: 23px;
  left: 0px;
  z-index: 10;
}
.free-calculation__checkbox--label::before,
.free-calculation__checkbox--label::after{
  border-radius: 0;
}
.form-main .free-calculation__checkbox--label::before{
  border: 1px solid #1D447A;
}
.free-calculation__radio--label::after{
  width: 13px;
  height: 13px;
  left: 5px;
  z-index: 11;
}
.free-calculation__checkbox--label::after{
  content: "\2714";
  color: #1D447A;
  background-color: transparent;
  opacity: 0;
  line-height: 23px;
  text-align: center;
  font-size: 30px;
}
/* Checked */
.free-calculation__radio--input:checked + .free-calculation__radio--label::after {
  background-color: #1D447A;
}
.free-calculation__checkbox--input:checked + .free-calculation__checkbox--label::after{
  opacity: 1;
}
/* Hover */
.free-calculation__checkbox--label:hover::before,
.free-calculation__radio--label:hover::before {
  box-shadow: inset 0px 0px 5px 0px #1D447A;
}
.free-calculation__text{
  margin-bottom: 5px;
}
.free-calculation__text--input{

}
.form-main{
  padding: clamp(15px,2.917vw,35px) 25px 20px;
  border-radius: 27px;
  background-color: #ffffff;
  display: grid;
  grid-template-areas: 'name'
                       'phone'
                       'description'
                        'capcha'
                       'buttons';
  gap: 10px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
}
.free-calculation__form .form-main{
  margin-top: 30px;
}
.form-main__name{
  grid-area: name;
}
.form-main__phone{
  grid-area: phone;
}
.form-main__description{
  grid-area: description;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  color: #000000;
  text-align: center;
}
.form-main__capcha{
  grid-area: capcha;
  margin: 0 0 0 -15px !important;
  transform: scale(0.8);
}
.form-main__buttons{
  grid-area: buttons;
  align-self: flex-end;
}
.form-main__label{
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  color: #141414;
  padding-right: 5px;
  display: block;
}
.form-main__input{
  border: none;
  border-radius: 15px;
  background: #E9E9E9;
  width: 100%;

  height: 40px;
  padding: 5px 10px;
}
.form-main__submit{
  width: 100%;
  max-width: 210px;
  height: 40px;
  border-radius: 19.5px;
  background: linear-gradient(90.00deg, rgb(53, 109, 202),rgb(105, 163, 231) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  border: none;
  margin: 0 auto;
  display: block;
  transition: all .5s;
}
.form-main__submit:hover{
  background-position: 210px 0px;
  color: #fff;
  transform: scale(1.05, 1.05);
}
@media (min-width: 768px) {
  .form-main__input{
    max-width: 210px;
  }
  .form-main__label{
    display: inline;
  }
  .form-main__description{
    text-align: left;
  }
  .form-main{
    grid-template-areas: 'name phone'
                       'description capcha'
                       'buttons buttons';
  }
}
@media (min-width: 992px) {
  .form-main{
    grid-template-areas: 'name phone buttons'
                         'description description capcha';
  }

}
@media (min-width: 1200px) {
  .form-main{
    grid-template-columns: 260px 310px 260px;
  }
}

.section__construction-portfolio{
  background-color: #E7E7E7;
}
.construction-portfolio__link{
  display: block;
  vertical-align: top;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  transition: all 1s;
}
.construction-portfolio__link:hover{
   transform: scale(1.05);
}
.construction-portfolio__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__construction-portfolio  .architecture_front_list_item:hover{
  box-shadow: none;
  transform: scale(1.05);

}
.section__construction-portfolio .architecture_front_list_item_photo{
  box-shadow: none !important;
}
.section__construction-portfolio .architecture_front_list{
  margin: 0 -10px !important;
  width: calc(100% + 20px);
}

.section__construction-portfolio  .architecture_front_list_item{
  transition: all .5s;
  padding: 0 10px !important;
}
.section__construction-portfolio  .architecture_front_list_item_link{
  margin: 10px 0;
  width: 100%;
  aspect-ratio: 250 / 227;
}
.section__construction-portfolio .architecture_front_list_item_photo{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction-portfolio{
  margin-bottom: clamp(40px,6.25vw,75px);
}
.construction-portfolio__item{
  padding: clamp(15px,2.083vw,25px);
  border-radius: 15px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: clamp(35px,7.083vw,85px);
}
.construction-portfolio .construction-portfolio__item:last-child{
  margin-bottom: 0;
}
.construction-portfolio__top{
  margin-bottom: clamp(20px,5.417vw,55px);
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  border-radius: 10px;
}
.construction-portfolio__top--content{

}
.construction-portfolio__top--title{
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  margin: 0 0 clamp(20px,3.333vw,40px);
}
.construction-portfolio__top--inner{

}
.construction-portfolio__top--inner p{

}
.construction-portfolio .architecture_front_list{
  margin: -20px 0;
}
.construction-portfolio .architecture_front_list_item_photo{
  border-radius: 15px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .construction-portfolio__top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .thumb-wrap {
    margin-bottom: 0;
  }
}
.color__blue{
  color: #1E81CE;
}
.section__ready-project{

}
.ready-project{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  margin-bottom: clamp(40px,6.667vw,80px);
}
.ready-project__item{
  border-radius: 15px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  padding: clamp(15px,1.667vw,22px);
}
.ready-project__item *{
  user-select: none;
}
.ready-project__link{
  display: block;
  text-decoration: none !important;
}
.ready-project__link:hover .ready-project__img{
  transform: scale(1.05);
}
.ready-project__figure{
    margin-bottom: clamp(19px,2.083vw,25px);
  width: 100%;
}
.ready-project__img{
  border-radius: 10px;
  box-shadow: 0px 4px 12.7px 0px rgba(0, 0, 0, 0.25);
  max-width: 100%;
  transition: all .5s;
}
.ready-project__info{
  padding-bottom: 5px;
}
.ready-project__info--item{
  font-size: clamp(16px,1.667vw,20px);
  font-weight: 700;
  line-height: 1.28;
  display: inline;
}
.ready-project__info .ready-project__info--item:last-child{
  display: block;
}
.ready-project__info--name{
  color: #0082D3;
  display: block;
  text-decoration: none !important;
}
.ready-project__info--value{
  color: #010101;
  text-decoration: none !important;
  display: block;
}
.ready-project__info--description{
  font-style: italic;
  font-weight: 400;
  color: #8D8D8D;
  text-decoration: none !important;
}
.project-present{
  border-radius: 15px;
  background: linear-gradient(90.00deg, rgb(29, 68, 122),rgba(53, 125, 224, 0.1) 100%),url("/local/templates/blue/css/../img/stroy/project-present-phone.jpeg");
  padding: clamp(15px,3.333vw,40px) clamp(20px,4.167vw,50px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  min-height: 560px;
  margin-bottom: clamp(40px,6.667vw,80px);
  background-size: cover;
}
.project-present__title{
  font-size: clamp(30px,3.333vw,40px);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 0 0;
  margin: 0;
}
.project-present_description{
  max-width: 330px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: 0px 4px 13.5px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  padding: clamp(20px,2.75vw,33px);
}
@media (min-width: 768px) {
  .ready-project{
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  }
  .project-present{
    flex-direction: row;
    min-height: 1px;
    background: linear-gradient(90.00deg, rgb(29, 68, 122),rgba(53, 125, 224, 0.1) 100%),url("/local/templates/blue/css/../img/stroy/project-present.jpeg");
  }


}
@media (min-width: 1200px) {
  .ready-project__info--name,
  .ready-project__info--value{
    display: inline-block;
  }
}
.section__information{

}
.information{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.information__item{
  border: 1px solid rgb(255, 255, 255);
  border-radius: 18px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.information__item--inner{
  padding: 33px clamp(25px,2.5vw,30px);
}
.information__title{
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  text-align: center;
}
.information__description{
  padding-bottom: 5px;
  text-align: center;
}
.information__description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.information__figure{

}
.information__img{
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .information{
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
  .information__title,
  .information__description{
    text-align: left;
  }
}
.section__quality-control{
background-color: #EBEBEB;
}
.quality-control{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.quality-control__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  padding: 25px 40px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: auto 90%;
  min-height: 180px;
}
.quality-control .quality-control__item:nth-child(1){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/one.svg");
}
.quality-control .quality-control__item:nth-child(2){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/two.svg");
}
.quality-control .quality-control__item:nth-child(3){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/three.svg");
}
.quality-control .quality-control__item:nth-child(4){
  background-image: url("/local/templates/blue/css/../img/stroy/svg/four.svg");
}
.quality-control__item--figure{
 margin: 0 0 20px 0;
}
.quality-control__item--img{
  max-width: 100%;
}
.quality-control__item--description{
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
@media (min-width: 768px) {
  .quality-control{
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  }
  .quality-control__item{
    flex-direction: row;
  }
  .quality-control__item--figure{
    margin: 0 20px 0 0;
    min-width: 140px;
    text-align: center;
  }
}
.section__video-reviews{
  padding-bottom: 0;
}
.section__video-reviews .section_title{
  margin-bottom: clamp(40px,5.833vw,70px);
}
.section_description{
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  margin: 0 0 40px;
}
.section_title + .section_description{
  margin-top: -25px;
}
.section__bonuses{
  padding-bottom: 0;
}
.bonuses{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.bonuses__item{
  border-radius: 28px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.bonuses__item--figure{
  width: 100%;
  aspect-ratio: 337 / 204;
}
.bonuses__item--img{
  border-radius: 28px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bonuses__item--inner{
  padding: 15px 10px 35px;
}
.bonuses__item--title{
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 20px;
}
.bonuses__item--description{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  margin: 0;
}

.section__payment-agreement{
  background-image: url("/local/templates/blue/css/../img/stroy/svg/payment-agreement.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: clamp(200px,69.1vw,530px);
}
.payment-agreement__inner{

}
.payment-agreement{
  margin-bottom: 8%;
}
.payment-agreement__item{
  font-size: clamp(16px,2vw,24px);
  font-weight: 700;
  line-height: 24px;
  padding-left: 40px;
  background-image: url("/local/templates/blue/css/../img/stroy/svg/list.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  display: flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: clamp(5px,0.833vw,10px);
}
.payment-agreement__order{
  width: 100%;
  max-width: 210px;
  height: 40px;
  border-radius: 19.5px;
  background: linear-gradient(90.00deg, rgb(53, 109, 202),rgb(105, 163, 231) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  border: none;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.payment-agreement__order:hover{
  color: #ffffff;
}
@media (min-width: 768px) {
  .payment-agreement__item{
    background-position: left top 1px;
    line-height: 26px;
    min-height: 26px;
  }
  .section__payment-agreement{
    background-position: right 25% center;
    background-size: auto 80%;
    padding-bottom: clamp(50px, 9.167vw, 110px);
  }
  .payment-agreement__order{
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .payment-agreement__item{
    background-position: left top 2px;
    line-height: 26px;
    min-height: 26px;
  }
}
@media (min-width: 1200px) {
  .payment-agreement__item{
    background-position: left top 4px;
    line-height: 32px;
    min-height: 32px;
  }
}

.bonuses__item--description *,
.bonuses__item--description *:hover{
  color: #ffffff !important;
}

/*--- End New Page Stroy 2024-06-14 ---*/


.design-project__section {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 100px 0;
}

.design-project__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/local/templates/blue/css/../img/design/694d02419530838e2401d79c31f5f02e0bf815c9.jpg') center/cover;
  z-index: 0;
}

.design-project__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 60px;
  gap: 45px;
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  z-index: 1;
  position: relative;
}

.design-project__title {
  width: 100%;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 61px;
  text-align: center;
  color: #000000;
  margin: 0 0 20px;
}

.design-project__content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 25px;
  width: 100%;
  list-style: none;
  margin: 0;
}

.design-project__content li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  position: relative;
  padding-left: 52px;
}

.design-project__content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_184_114)'%3E%3Cpath d='M15.7502 28.35L8.4002 21L5.9502 23.45L15.7502 33.25L36.7502 12.25L34.3002 9.80005L15.7502 28.35Z' fill='url(%23paint0_linear_184_114)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_184_114' x1='5.9502' y1='21.525' x2='36.7502' y2='21.525' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23355E8C'/%3E%3Cstop offset='1' stop-color='%237CA9D3'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_184_114'%3E%3Crect width='42' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (max-width: 992px) {
  .design-project__content {
    padding: 25px 40px;
    gap: 35px;
  }
  
  .design-project__title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .design-project__content {
    padding: 20px;
    gap: 25px;
  }
  
  .design-project__title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .design-project__content li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 42px;
  }
  
  .design-project__content li::before {
    width: 32px;
    height: 32px;
  }
  
  .design-project__content li::after {
    width: 24px;
    height: 24px;
  }
}
/* End */


/* Start:/local/templates/blue/css/new.css?175344195313603*/
.button-default {
	position: relative; /* Для позиционирования псевдоэлемента */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #355E8C;
	border: none;
	cursor: pointer;
	text-decoration: none;
	padding: 0;
	background: linear-gradient(90deg, #355E8C 0%, #7CA9D3 100%); /* Начальное состояние без градиента */
	transition: background 0.5s ease-in-out; /* Анимация фона */
}
.button-default:hover,
.button-default:focus {
	outline: none;
	outline-offset: 0;
}

/* Псевдоэлемент для границы */
.button-default span {
	margin: 1px;
	padding: 15px 32px;
	background: #FFFFFF;
	border-radius: inherit;
	width: 100%;
	text-align: center;
}

/* Hover эффект */
.button-default:hover {
	background: linear-gradient(90deg, #7CA9D3 0%, #355E8C 100%);
}

/* Focus эффект */
.button-default:focus {
	background: #355E8C; /* Простая сплошная граница при фокусе */
}

.button-primary {
	position: relative; /* Для позиционирования псевдоэлемента */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 15px 32px;
	border-radius: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: none;
	background: linear-gradient(90deg, #355E8C 0%, #7CA9D3 100%);
	transition: all 0.5s ease-in-out;
}
.button-primary:hover {
	background: linear-gradient(90deg, #B3D9FC 0%, #7CA9D3 100%);
	color: #fff;
}

.form-group {
	position: relative;
	width: 100%;
	display: flex;
}
.form-group .form-placeholder {
	left: 20px;
	pointer-events: none;
	position: absolute;
	top: 22px;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.form-group .form-placeholder.active {
	font-size: 12px;
	line-height: 12px;
	top: 7px;
}
.lead__form {
	max-width: 427px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.lead_form__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 10px;
}
.lead_form__header {
	text-align: center;
	font-family: 'Playfair Display';
	font-weight: 400;
	font-weight: 400;
	font-size: 46px;
	line-height: 61px;
	color: #FFFFFF;
}
.lead_form__subheader {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
}
@media (max-width: 576px) {
	.lead_form__header {
		font-size: 30px;
		line-height: 45px;
	}
	.lead_form__subheader {
		font-size: 15px;
	}
}
.lead__form-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 15px;
	justify-content: stretch;
}
.lead__form-group {
	display: flex;
	gap: 5px;
	flex-direction: column;
}
.lead__form-row {
	display: flex;
	gap: 30px;
	width: 100%;
}
@media (max-width: 576px) {
	.lead__form-row {
		flex-direction: column;
		gap: 15px;
	}
}
.lead__form-group-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.lead_form__input {
	padding: 20px;
	background: linear-gradient(90deg, #355E8C 0%, #7CA9D3 100%);
	border: 1.5px solid #FFFFFF;
	border-radius: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	flex: 1 1 0%;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.lead_form__input:focus {
	outline:2px solid transparent;
	outline-offset:2px;
	background: transparent;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.lead_form__send-button {
	width: 230px;
}

.main-user-consent-request a {
	cursor: pointer;
	color: inherit;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	flex: 1 1 0%;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

.main-user-consent-request {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 15px;
}
@media (max-width: 768px) {
	.main-user-consent-request {
		align-items: flex-start;
	}
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
.main-user-consent-request__checkbox {
	appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #B8B8B8;
	border-radius: 4px;
	background: transparent;
	overflow: hidden;
	transition: .2s ease-in-out;
	transition-property: background-color,border;
}
.main-user-consent-request__checkbox::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_485_323)'%3E%3Cpath d='M10.2295 2.03088L3.89577 8.36413C3.85318 8.40688 3.80258 8.4408 3.74685 8.46395C3.69113 8.4871 3.63138 8.49901 3.57104 8.49901C3.5107 8.49901 3.45095 8.4871 3.39522 8.46395C3.3395 8.4408 3.28889 8.40688 3.24631 8.36413L0.796975 5.9125C0.754392 5.86975 0.703785 5.83583 0.64806 5.81268C0.592335 5.78954 0.532587 5.77762 0.472246 5.77762C0.411905 5.77762 0.352157 5.78954 0.296432 5.81268C0.240707 5.83583 0.1901 5.86975 0.147517 5.9125C0.104765 5.95509 0.0708426 6.00569 0.047696 6.06142C0.0245494 6.11714 0.0126343 6.17689 0.0126343 6.23723C0.0126343 6.29757 0.0245494 6.35732 0.047696 6.41305C0.0708426 6.46877 0.104765 6.51938 0.147517 6.56196L2.59777 9.01175C2.85624 9.26975 3.20652 9.41465 3.57173 9.41465C3.93693 9.41465 4.28721 9.26975 4.54568 9.01175L10.8789 2.67988C10.9216 2.6373 10.9555 2.58673 10.9786 2.53104C11.0017 2.47536 11.0136 2.41567 11.0136 2.35538C11.0136 2.29509 11.0017 2.2354 10.9786 2.17971C10.9555 2.12403 10.9216 2.07345 10.8789 2.03088C10.8363 1.98813 10.7857 1.9542 10.73 1.93106C10.6743 1.90791 10.6145 1.896 10.5542 1.896C10.4939 1.896 10.4341 1.90791 10.3784 1.93106C10.3227 1.9542 10.2721 1.98813 10.2295 2.03088Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_485_323'%3E%3Crect width='11' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 35% 50%;
	transition: 500ms;
	background-color: #7CA9D3;
	opacity: 0;
}
.main-user-consent-request__checkbox:checked {
	border-color: #7CA9D3;
}
.main-user-consent-request__checkbox:checked::after {
	transition: 500ms;
	opacity: 1;
}

.gradient-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  padding: 40px 50px;
  gap: 30px;
  background: linear-gradient(90deg, #355E8C 0%, #7CA9D3 100%);
  border-radius: 32px;
  box-sizing: border-box;
}

.gradient-block__title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  width: 100%;
  max-width: 531px;
}

.gradient-block__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}

.gradient-block__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex: 1 1 0%;
}

.gradient-block__text p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}
.gradient-block__text p + p {
	margin-top: 20px;
}

.gradient-block__button {
  min-width: 229px;
}

.gradient-block__image {
  flex: 1 1 0%;
  border-radius: 16px;
  overflow: hidden;
}

.gradient-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
  .gradient-block {
    padding: 25px 15px;
    gap: 25px;
  }
  
  .gradient-block__content {
    flex-direction: column;
    gap: 20px;
  }
  
  .gradient-block__image {
    order: -1; /* Перемещаем изображение в начало */
    width: 100%;
  }
  
  .gradient-block__text {
    gap: 20px;
  }
  
  .gradient-block__title {
    font-size: 24px;
  }
  
  .gradient-block__text p {
    font-size: 16px;
  }
}

/* Адаптив для очень маленьких экранов */
@media (max-width: 576px) {
  .gradient-block {
    padding: 20px 10px;
    gap: 20px;
    border-radius: 20px;
  }
  
  .gradient-block__button {
    width: 100%;
    max-width: none;
  }
  
  .gradient-block__title {
    font-size: 22px;
  }
  
  .gradient-block__text p {
    font-size: 15px;
  }
}

/* Стили для абсолютного позиционирования (по необходимости) */
.gradient-block--absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4263px;
}
.remont_page-first {
	padding-top: 30px;
  padding-bottom: 60px;
  background-image: linear-gradient(90.47deg, rgba(0, 0, 0, 0.77) 32.75%, rgba(87, 87, 87, 0) 99.62%),url('/img/remont_front.jpg');
  background-size: cover;
  mix-blend-mode: multiply;
}



.company .advantages__item{
	align-items:center;
}
.company .advantages__item-body{
	text-align: center;
}
#nsf-col-1749373780751 label, #nsf-col-1749373811823 label{
	flex: 0 1 auto;
}
#nsf-el-1666955945537{
	color: #000;
}
.time_job{
width: 100%;
  text-align: center;
  font-weight: bold;
}

/* End */


/* Start:/local/templates/blue/js/fancybox/source/helpers/jquery.fancybox-buttons.css?17466162342447*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/local/templates/blue/js/fancybox/source/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* End */


/* Start:/local/templates/blue/js/fancybox/source/helpers/jquery.fancybox-thumbs.css?1746616234735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/local/templates/blue/js/owl-carousel/owl.carousel.css?17466162341476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/local/templates/blue/js/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/local/templates/blue/js/owl-carousel/owl.theme.css?17524976451609*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	/*margin-top: 10px;*/
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/local/templates/blue/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}
/* End */


/* Start:/local/templates/blue/lib/swiper/swiper-bundle.min.css?174799891318452*/
/**
 * Swiper 11.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/blue/components/bitrix/menu/multi-level/style.css?1746616233583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/blue/components/bitrix/menu/multi-level/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/blue/components/bitrix/breadcrumb/breadcrumb/style.css?17516330071036*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


/* Модификатор для тёмного фона */
.breadcrumbs.breadcrumbs--dark,
.breadcrumbs.breadcrumbs--dark .bx-breadcrumb-item span,
.breadcrumbs.breadcrumbs--dark .bx-breadcrumb-item a {
  color: #fff !important;
}
.breadcrumbs.breadcrumbs--dark i {
  color: rgba(255, 255, 255, 0.7) !important;
}
.breadcrumbs.breadcrumbs--dark .bx-breadcrumb-item a:hover {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: underline;
}
/* End */


/* Start:/local/templates/blue/components/bitrix/menu/bottom/style.css?1746616233583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/blue/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */
/* /local/templates/blue/js/fancybox/source/jquery.fancybox.css?17466162344895 */
/* /local/templates/blue/css/main.min.css?1753441868146373 */
/* /local/templates/blue/css/new.css?175344195313603 */
/* /local/templates/blue/js/fancybox/source/helpers/jquery.fancybox-buttons.css?17466162342447 */
/* /local/templates/blue/js/fancybox/source/helpers/jquery.fancybox-thumbs.css?1746616234735 */
/* /local/templates/blue/js/owl-carousel/owl.carousel.css?17466162341476 */
/* /local/templates/blue/js/owl-carousel/owl.theme.css?17524976451609 */
/* /local/templates/blue/lib/swiper/swiper-bundle.min.css?174799891318452 */
/* /local/templates/blue/components/bitrix/menu/multi-level/style.css?1746616233583 */
/* /local/templates/blue/components/bitrix/breadcrumb/breadcrumb/style.css?17516330071036 */
/* /local/templates/blue/components/bitrix/menu/bottom/style.css?1746616233583 */
